body {
	font-family: 'Lato', sans-serif;
	background: #fff
}
h1 {
	font-size: 50px !important;
	font-weight: 700 !important;
}
.welcome-text h1,
.features-bg h1,
.pricing  h1 {
	font-size: 40px !important;
}
h3 {
	font-size: 24px
}
a, a:hover, a:focus, .menu-button:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.go-to-form.btn-danger {
	background: #bb2121 !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px !important;
}
.go-to-form.btn-danger:hover {
	color: #fff !important;
	background: #007bff !important;
	border-color: #0470e4 !important;
}
.go-to-form.btn-blue {
	background: #007bff !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px !important;
}
.go-to-form.btn-blue:hover {
	color: #007bff !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
}
.button {
	background: #bb2121;
	color: #fff !important;
	padding: 10px 15px;
}
.button:hover, .button a:hover {
	text-decoration: none
}
.top-header-border {
	border-bottom: 1px solid #eee;
}
.header {
	padding: 0;
}

.st0{fill:#BF2213;}
.st1{fill:#CCCCCC;}
.st2{fill:#FFFFFF;}
.st3{fill:#F4000C;}
.st4{fill:#333333;}

.optional {
	margin: 0;
	padding: 0
}
.optional li {
	width: 16%;
	display: inline-block;
	margin: 0;
	padding: 20px;
	vertical-align: top;
	text-align: center;
}
.optional-icon {
    margin: 0px auto;
    display: block;
    text-align: center;
    transition: all .3s;
	font-weight: bold;
	color:#333333;
}
.optional-icon i {
    display: block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 1px solid;
    margin: 0 auto 20px;
    font-size: 40px;
    border-color:#f7f7f7;
    color: #fff;
    line-height: 70px;
    background: #bb2121;
}
.navbar-brand {
	margin-right: 1rem !important;
}
.navbar-light .navbar-nav .nav-link:hover {
	color:#9F1517
}
.navbar-light .navbar-nav .nav-link {
	color: #222;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.nav li a {
	color: #000;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0!important;
	padding-bottom: 5px
}
.nav li a:hover {
	color: #f15858;
}
.get-started {
	padding: 10px 20px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}
.menu-button:hover, .welcome-area .button:hover {
	background: #f15858
}
.nav li.menu-button a {
	color: #fff;
	border-bottom: 0;
	font-size: 16px !important
}
.background-light-grey {
	background:#f7f7f7;
}
.welcome-area {
	padding: 50px 0
}
.welcome-area span {
	border-bottom: 2px solid #222
}
.welcome-area .button {
	font-size: 16px;
	font-weight: 700;
	padding: 15px 30px;
}
.welcome-text {
	padding-top: 70px;
}
.features p {
	color: #fff;
	font-size: 20px;
	padding: 0 10%
}
.features svg {
	fill:#bb2121 !important;
	width: 120px
}
.features-bg {
	background: #bb2121;
	z-index: 999;
	position: relative;
	padding-top: 30px;
	color:#fff;
}
.features-bg h1 {
	padding-top:30px
}
.features-bg h2 {
    margin-bottom: 30px;
}
.pricing {
	background: #f7f7f7
}
.price-section {
	background:#fff;
}
.pricing-table {
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 550px;
	padding: 30px 20px 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}
/*.pricing-table:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 0 20px #ddd;
	box-shadow: 0 0 20px #ddd;
	cursor: pointer
}*/
.pricing-table.background-pink {
	background: #f15858 !important;
}
.pricing-table li {
	line-height: 2;
	list-style: none;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	color: #000;
}
.pricing-table ul {
	margin: 0;
	padding: 20px;
}
.pricing-table li:before {
	content: "\f058";
	font-family: FontAwesome;
	left: -5px;
	position: absolute;
	top: 0;
	color:#000
}
.pricing-table h3  {
	letter-spacing: 2px;
	font-weight: 700;
	color:#d22f2f;
	font-size: 34px;
}
.optional h3 {
	font-size: 34px;
}
.pricing-table svg {
	width: 100px;
	fill:#d22f2f
}
.pricing h1 {
	font-weight: 700
}
.price-table {
	text-align: center;
	position: relative;
	color:#000;
	width: 300px;
    margin: 0 auto;
}
.price-table sup {
	font-size: 34px
}
.price-from {
	font-size: 14px;
    position: absolute;
    top: 37px;
    left: 36px;
}
.price-currency {
	font-size: 32px;
    position: absolute;
    top: 27px;
	left: 72px;
}
.price-month {
	font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    left: 69px;
    top: 78px;
}
.price-value {
    font-size: 62px;
    font-weight: 500;
    padding-left:0;
}
.border-bottom{
    border-style: none none solid none;
    border-width: 3px;
    border-color: #b91e26;
    border-radius: 3px;
    
}
.button-contact {
	background: #bb2121;
	color: #fff;
	padding: 12px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0;
	display: inline-block;
	text-transform: uppercase
}
.button-contact:hover {
	text-decoration: none;
	color: #fff;
	background: #d22f2f
}
.btn-submit:hover {
	background: #222;
	cursor: pointer
}
.btn-submit {
	font-size: 20px !important;
	padding: 10px 50px !important;
}

.contact {
	padding: 70px 0;
	overflow: hidden;

}
.contact select {
	color: #8a9096;
}
.contact-information {
	background: #e3e3e3;
}
.contact-information .fa {
	color: #bb2121;
	font-size: 1.8em;
	margin-bottom: 1em
}
.contact-information a {
	color: #bb2121
}
.contact-us-background {
	background: #fff;
}
.footer {
	background: #222222;
	color: #cccccc;
}
.no-bullets li {
	list-style: none
}
#scrollToTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#scrollToTop span.fa {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 1.8em;
	cursor: pointer;
	text-align: center;
	z-index: 100;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px 15px;
}
#scrollToTop span.fa:hover {
	top: 5px;
	background-color: #f16858;
}
.iframe-wrap {
	position: relative;
	height: 250px;
}
.iframe-ads-contact-form {
	position: absolute;
    display: block;
    clip: rect(280px 975px 825px 0px);
    margin-top: -277px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    left: 0;
    width: 100%;
}
.iframe-ads-contact-form .full-width-content .content {
	background: #f2f2f2 !important;
}
.grey {
	color:#818181;
}
@media (max-width: 768px) {
    .features p img {
        margin-top:30px;
    }
	.img-hero {
		width: 50%
	}
	.welcome-text {
		text-align: center;
		padding-top: 20px
	}
	.welcome-text h1, h1 {
		font-size: 2.2em !important;
		padding: 0 30px;
	}
	.contact-title h1 {
		font-size: 1.8em !important;
	}
	.contact-title h3 {
		font-size: 15px !important;
	}
	.pricing-table {
		min-height: auto;
		margin-bottom: 20px !important;
		border-top: 1px solid #eee;
    	border-radius: 0;
	}
	.wow {
		animation-name: none !important;
		visibility: visible !important;
	}
	.nav {
		margin-top: 20px;
	}
	.nav li {
		padding: 0;
		border-bottom: 1px solid #eee;
	}
	.nav li a {
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding-left: 0 !important;
	}
	.nav li:last-child {
		padding: 10px 0;
		border-bottom: 0 !important;
	}
}
@media screen and (max-width: 414px) {
	.iframe-ads-contact-form {
		/*clip: rect(145px 1130px 725px 0px) !important;*/
		clip: auto;
	}
	.iframe-ads-contact-form {
    	margin-top: -133px;
    
	}
	#contact-form {
	    	padding: 30px;
	}
	.contact-title {
		height: 80px;
	}
	.nav li a {
    	font-size: 16px;
	}
	.optional li {
		width:31%;
		padding: 10px;
	}
	.iframe-wrap {
   height: 416px !important;
}
	.option-block h3 {
		text-align: center
	}
	.navbar-light .navbar-toggler {
    	margin: 0 auto 25px !important;
	}
	.contact {
    	padding: 70px 0 0;
	}
}
@media (min-width: 415px) and (max-width: 767px) {
.iframe-wrap {
  height: 416px !important;
}
	.iframe-ads-contact-form {
		clip: rect(77px 1130px 755px 0px) !important
	}
	.iframe-ads-contact-form {
    	margin-top: -160px;
	}
	.contact-title {
		height: 80px;
	}
	.nav li a {
    	font-size: 16px;
	}
	.img-hero {
		margin-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.img-hero {
		margin-top: 10%;
	}
	.welcome-text {
		padding-top: 0
	}
  	.pricing-table {
		min-height: auto;
		margin-bottom: 20px !important;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-width: 667px) and (orientation: landscape) {
	.iframe-ads-contact-form {
		clip: rect(125px 1140px 690px 0px) !important
	}
	.iframe-ads-contact-form {
		margin-top: -135px !important;
	}

}
@media only screen and (min-device-width: 360px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	.iframe-ads-contact-form {
		clip: rect(182px 1140px 775px 0px) !important
	}
	.iframe-ads-contact-form {
		margin-top:-198px !important
	}
	.iframe-wrap {
    	height: 300px;
	}
}
@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}
	