@import url('font-awesome.css');


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

@import url('https://fonts.cdnfonts.com/css/din-condensed');





  @font-face {
    font-family: 'neue_haas_unicabold';
    src: url('../fonts/neuehaasunica-bold-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasunica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'neue_haas_unicaitalic';
    src: url('../fonts/neuehaasunica-italic-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasunica-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neue_haas_unicaregular';
    src: url('../fonts/neuehaasunica-regular-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasunica-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'neue_haas_unicalight_italic';
    src: url('../fonts/neuehaasunica-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasunica-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neue_haas_unicamedium';
    src: url('../fonts/neuehaasunica-medium-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasunica-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neue_haas_unicamedium_italic';
    src: url('../fonts/neuehaasunica-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasunica-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neue_haas_unicaregular';
    src: url('../fonts/neuehaasunica-regular-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasunica-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neue_haas_unicathin';
    src: url('../fonts/neuehaasunica-thin-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasunica-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'neue_haas_unicathin_italic';
    src: url('../fonts/neuehaasunica-thinitalic-webfont.woff2') format('woff2'),
         url('../fonts/neuehaasunica-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}








 @font-face {
        font-family: 'neue_haas_unicabold';
    src: local('Neue Haas Unica W06 Bold'), local('NeueHaasUnicaW06-Bold'),
        url('../fonts/NeueHaasUnicaW06-Bold.woff2') format('woff2'),
        url('../fonts/NeueHaasUnicaW06-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


 @font-face {
    font-family: 'Neue Haas Unica';
    src: local('Neue Haas Unica Regular'), local('Neue-Haas-Unica-Regular'),
        url('../fonts/NeueHaasUnica-Regular.woff2') format('woff2'),
        url('../fonts/NeueHaasUnica-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }



 
body{padding:0;margin:0;}
html,body{width:100%;height:100%}
a {text-decoration: none; color:#b00624; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out;}
a:hover {text-decoration: none !important;cursor: pointer;color:#1c2f4a;}
a:focus {text-decoration: none;}
*:focus {outline: none !important;}
::-moz-selection { background-color: #1F2438;color: #fff; }
::selection { background-color: #1F2438;color: #fff; }
img{max-width: 100%;height: auto;}
p {font-size: 16px; line-height: 24px; color: #5a5a5a; font-weight: 400;  font-family: 'Neue Haas Unica'; margin-bottom: 20px; }
p a{color: #5a5a5a;}
p a:hover{color: #1c2f4a;}
ul, ol, ul li, ol li { margin: 0; padding: 0; }
ul li a, ol li a{color: #5a5a5a;}
ul li a:hover, ol li a:hover{color: #1c2f4a;}
figure, address { margin: 0; }
input, textarea, select, button { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; outline: none; }
input:focus,
textarea:focus,
select:focus,
button:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; }
h1, h2, h3, h4, h5, h6 { color: #000; font-weight: bold;    font-family: 'neue_haas_unicabold';  margin-bottom: 20px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: #3dae2b;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color: #3dae2b;}
h1 { font-size: 40px; line-height: 46px;}
h2 { font-size: 36px; line-height: 40px;}
h3 { font-size: 32px; line-height: 38px;}
h4 { font-size: 24px; line-height: 32px;}
h5 { font-size: 20px; line-height: 28px;}
h6 { font-size: 18px;line-height: 26px;}

/*============= Back to top ============*/
#back-top-wrapper {position: fixed;right: 70px; bottom: 68px; overflow: hidden; z-index: 2; }
p#back-top { margin: 0; }
#back-top-wrapper #back-top a { width: 50px; height: 50px; opacity: 1; transition: 200ms all; color: #000; text-align: center; line-height: 50px; text-decoration: none; text-transform: uppercase;  display: inline-block; background-position: center; font-size: 50px;}
#back-top-wrapper #back-top a:hover {color: #000;}
#back-top-wrapper #back-top a img{display: none;}

.alignleft{float:left;margin-right:3em;margin-bottom:15px}
.alignright{float:right;margin-left:3em;margin-bottom:15px}
.aligncenter{clear:both;display:block;margin:0 auto 15px}
.default-css ul {
    margin-bottom: 0;
    padding: 0 0 20px 0px;
}


.default-css ol{padding:0 0 0 18px}
.default-css ul li, .default-css ol li{font-size: 18px; line-height: 24px; color: #5a5a5a; font-weight: 400;  font-family: 'Neue Haas Unica';}
.default-css ul li a, .default-css ol li a{color:#b00624}
.default-css ul li a:hover, .default-css ol li a:hover{color:#1c2f4a}
.default-css ul li {
    background: url(../images/list-icon.png) no-repeat top 5px left;
    padding: 2px 0 2px 26px;
    list-style: none;
    margin: 0 0 5px;
    background-size: 18px;
}

.default-css ul li b {
    color: #ffac27;
    font-weight: 400;
}

.header-section {
    background-color: #fae7df;
    padding: 10px 0;
}
.header-section .row{align-items: center;}
 .header-section.sticky {position: fixed; left: 0; right: 0; z-index: 99; animation: slide-down 0.7s; box-shadow: 0px 0px 9px rgb(0 0 0 / 28%); width: 100%; top: 0; }
 
@keyframes slide-down { 0% { opacity: 0; transform: translateY(-100%); } 100% { opacity: 0.9; transform: translateY(0); } } 

.logo { max-width: 470px; }
.top-phone { position: relative; padding-left: 60px; max-width: 340px; }
.top-phone p{ font-size: 18px; line-height: 18px; color: #000000; font-weight: 700;  font-family: 'Neue Haas Unica'; margin: 0; }
.top-phone p a { font-size: 26px; color: #3dae2b; display: block;     font-family: 'neue_haas_unicabold'; line-height: 34px; }
.top-phone p a:hover{ color: #000; }
.top-phone img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
#gfield_description_1_23 {
	background: #3DAE2B;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
#gfield_description_2_23 {
	background: #3DAE2B;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
.header-right { float: right;}
section.home-banner {
    padding: 100px 0 90px;
    background: url(../images/banner-bg.png) no-repeat center center;
    background-size: 67%;
}
.hero-title, .hero-title h1{ font-size: 60px; line-height: 50px; color: #000; font-weight: bold;font-family: 'DIN Condensed'; margin-bottom: 25px; line-height: 62px }
.hero-title b, .hero-title h1 b{ color:#3dae2b; display: block; font-size: 55px; line-height: 52px;}
.banner-caption p{ font-size: 18px; line-height: 28px; color: #000000; font-weight: 700; font-family: 'Neue Haas Unica'; padding-right: 50px; }
.banner-caption ul { padding: 0; margin: 0 0 32px; }
.banner-caption ul li {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    font-family: 'Neue Haas Unica';
    margin-bottom: 13px;
    list-style: none;
    background: url(../images/list-icon.png) no-repeat top 6px left;
    padding-left: 32px;
    background-size: 22px;
}

.banner-caption ul li ul li {
    position: relative;
    background-image: none;
    padding: 0 0 0 20px;
}

.banner-caption ul li ul li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #3dae2b;
    left: 0;
    top: 10px;
}




.banner-caption ul li img {
    margin: -5px 0 0;
}

.banner-caption ul li u{color:#3dae2b; font-weight: 700; font-family: 'Neue Haas Unica';}
.default-btn { border-radius: 4px; background-color: #3dae2b; font-size: 20px; line-height: normal; font-weight: 700; color: #ffffff;  font-family: 'Neue Haas Unica';  display: inline-block; text-align: center; text-transform: uppercase; padding: 14px 20px; }
.default-btn:hover{ background-color: #000; color:#fff; }
.banner-row-frist img { max-width: 13.83%; }
.banner-row-last img {
    max-width: 24%;
    padding: 10px;
}
.banner-row-frist { padding: 40px 0 20px; }

.banner-caption ul li ul {
    margin: 12px 0 15px;
}
.Process-section h3 {
	color: #3DAE2B;
}
.Process-section h3 strong, .Process-section h3 b{
	color: #FFAC27;
}
.freeconst {
    padding: 25px 0 0;
}

.freeconst .default-btn {  background-color: #ffac27; }
.freeconst .default-btn:hover{ background-color: #000; color:#fff; }


.banner-form { max-width: 500px; background-color: #000; float: right; width: 100%; }
.form-title { background-color: #3DAE2B; position: relative; padding: 12px 15px; font-size: 28px; line-height: 40px; color: #fff; font-weight: bold;  text-align: center;     font-family: 'neue_haas_unicabold'; margin: 0 0 20px; text-transform: uppercase;}
.banner-form p { color: #fff; margin: 0 auto; max-width: 340px; text-align: center; }
.banner-form p span { color: #ffac27; }
.banner-form .gform_wrapper { padding: 20px 30px 50px !important; }
.gform_wrapper .gform_fields { margin: 0 0 !important; padding: 0 !important; }
.gform_wrapper .gform_fields .gfield { margin: 0 0 19px !important; display: block; padding: 0 0 !important; clear: both; text-align: left; width: 100%; }
.gform_wrapper .ginput_container { margin: 0 !important; padding: 0; position: relative; }
.banner-form .gform_wrapper .medium { width: 100% !important; border: 1px solid #fff !important; font-size: 16px !important; color: #5a5a5a; font-family: 'Neue Haas Unica'; font-weight: 600; padding: 15px !important; background-color: #fff; -webkit-appearance: none; border-radius: 0; resize: none; position: relative; height: 48px; transition: all 1s; }
.banner-form .gform_wrapper .medium:focus { box-shadow: none; outline: none;position: relative; }
.banner-form .gform_footer { text-align: center; padding: 0 0 0 !important; margin: 0 !important; }
.banner-form input.button.gform_button { width: 100%; background-color: #ffac27 !important; font-size: 24px !important; line-height: normal !important; color: #000 !important;  font-family: 'Neue Haas Unica'; font-weight: 700; text-transform: uppercase; border: none; box-shadow: none; display: inline-block; margin: 0 !important; cursor: pointer; padding: 12px 15px; transition: all 1s; }
.banner-form input.button.gform_button:hover{ background-color: #fff !important; }
.banner-form .gform_wrapper textarea.medium { height: 130px !important; border-radius: 0; }

.gform_wrapper .medium::-webkit-input-placeholder { /* Edge */ color: #5a5a5a; opacity: 1; }
.gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #5a5a5a; opacity: 1; }
.gform_wrapper .medium::placeholder { color: #5a5a5a; opacity: 1; }

.form-checkable-field label { color: #fff; font-size: 16px; line-height: 24px; font-weight: 400;  font-family: 'Neue Haas Unica'; margin: 0; }
.form-block-radio { padding: 5px 20px 5px 35px; position: relative; display: inline-block; }
.form-block-radio input[type="radio"], .form-block-radio input[type="checkbox"] { box-sizing: border-box; padding: 0; width: 28px; height: 20px; position: absolute; left: 0; }
label.form-label-title { padding: 0 0 5px; width: 100%; }
.form-select-file { color: #fff; padding: 0 0 15px; }

.banner-logo {
    text-align: center;
}
.curious-text {
	text-align: center;
}
input.datepicker { width: 100% !important; border: 1px solid #fff !important; font-size: 16px !important; color: #5a5a5a !important; font-family: 'Neue Haas Unica'; font-weight: 600; padding: 15px !important; background-color: #fff; -webkit-appearance: none; border-radius: 0; resize: none; position: relative; height: 48px; transition: all 1s; }
.below.hour_minute_colon { color: #fff; }
.ginput_container_time input, .ginput_container_time select{ border: 1px solid #fff !important; font-size: 16px !important; color: #5a5a5a !important; font-family: 'Neue Haas Unica'; font-weight: 600; padding: 10px !important; background-color: #fff; -webkit-appearance: none; border-radius: 0; resize: none; position: relative; height: 48px; transition: all 1s; }
.gform_wrapper.gravity-theme .ginput_container_time { flex-basis: min-content; max-width: 30% !important; min-width: 30% !important; }
.gform_wrapper.gravity-theme .ginput_complex { justify-content: space-between !important; }
.gform_wrapper.gravity-theme .hour_minute_colon { line-height: 45px !important; padding: 0 0px !important; }

.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true] { color: #fff !important; }

.gform_ajax_spinner { display: none !important; }
section.Curious-section { background: #f2f2f2; padding: 70px 0; }
section.Curious-section .row { align-items: center; }
.section-title, .section-title h1, .section-title h2, .section-title h3 { font-size: 48px; line-height: 52px; color: #000; font-weight: bold;     font-family: 'neue_haas_unicabold'; margin-bottom: 10px; }
.section-title b, .section-title h1 b, .section-title h2 b, .section-title h3 b{ color: #3dae2b; font-weight: bold; }



input.datepicker::-webkit-input-placeholder { /* Edge */ color: #5a5a5a; opacity: 1; }
input.datepicker:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #5a5a5a; opacity: 1; }
input.datepicker::placeholder { color: #5a5a5a; opacity: 1; }

.ginput_container_time input::-webkit-input-placeholder { /* Edge */ color: #5a5a5a; opacity: 1; }
.ginput_container_time input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #5a5a5a; opacity: 1; }
.ginput_container_time input::placeholder { color: #5a5a5a; opacity: 1; }

.headning-section.text-center .default-btn {
	margin-top: 40px;
}

section.Process-section { padding: 70px 0; background: url(../images/process-bg.png) no-repeat center center; background-size: cover; }
.headning-section { max-width: 920px; margin: 0 auto; }
.Process-box figure { width: 190px; height: 190px; line-height: 190px; margin: 0 auto 30px; border-radius: 50%; text-align: center; position: relative; }
.Process-box figure::before { content: ''; position: absolute; background: url(../images/process-after.png) no-repeat; top: 0; left: 0; right: 0; width: 100%; height: 100%; background-size: 100% 100%; }
.count-box { width: 50px; height: 50px; line-height: 50px; color: #fff; background: #000; border-radius: 50%; font-size: 20px; font-weight: 700; position: absolute; bottom: 0; left: 0; }
.Process-title { font-size: 24px; line-height: 30px; color: #3DAE2B; font-weight: 600;     font-family: 'neue_haas_unicabold'; margin: 0 0 10px; }
.Process-box { text-align: center; padding: 40px; }

section.Speak-section .col-sm-6 { padding: 0; }
.speak-bg{ background: url(../images/speak-bg.jpg) no-repeat center center; background-size: cover; height: 100%; }
.speak-text p { font-size: 22px; line-height: 32px; color: #fff; font-weight: 600; }
.speak-title{ font-size: 28px; line-height: 38px; display: block; color: #ffac27; margin: 0 0 10px;  font-family: 'Neue Haas Unica'; font-weight: 700; }
.speak-text { width: 740px; float: right; padding: 30px 0; }
.speak-phone a { font-size: 30px; line-height: 38px; color: #ffac27;     font-family: 'neue_haas_unicabold'; font-weight: 600; }
.speak-phone a:hover{color: #000;}
.speak-phone img { margin: -8px 15px 0px 0; }
.speak-img {height: 100%;}
.speak-img figure{height: 100%; overflow: hidden;}
.speak-img figure img { width: 100%; height: 100%; object-fit: cover; transition: all 1s; }
.speak-img figure:hover img { transform: scale(1.1); }



section.services-section { padding: 70px 0 100px; background: url(../images/process-bg.png) no-repeat center center; background-size: cover; }
section.services-section .headning-section { padding: 0 0 50px; }
.services-box{ padding: 0 0 50px; }
.services-box figure { float: left; width: 150px; }
.services-text { width: -webkit-calc(100% - 150px); width: -moz-calc(100% - 150px); width: calc(100% - 150px); float: right; padding-right: 70px; }
.services-text p { margin: 0; }
.services-title { font-size: 20px; line-height: 28px; display: block; color: #ffac27; margin: 0 0 5px;  font-family: 'Neue Haas Unica'; font-weight: 700; }
.services-phone-bg { background: url(../images/services-phone-bg.png) no-repeat; background-size: 100% 100%; height: 100%; padding: 50px 70px 40px; max-width: 610px; }
.services-phone-bg p { font-size: 24px; line-height: 32px; color: #414141; font-weight: 700; }
.services-phone-bg p a { font-size: 50px; line-height: 58px; color: #3dae2b;     font-family: 'neue_haas_unicabold'; font-weight: 600; display: block; }
.services-phone-bg p a:hover{color: #000;}
.Providing-parent { padding: 70px 0 0; }
.about-box{ position: relative; }
.Providing-img::before {
    content: '';
    position: absolute;
    background: url(../images/img-after.png) no-repeat;
    top: 0;
    left: 35px;
    right: 0px;
    bottom: -58px;
    width: 100%;
    background-size: 100% 100%;
    z-index: -1;
}
.Providing-text { margin-left: 40px; max-width: 530px; }
.Providing-img {
    height: 100%;
    position: relative;
}
.Providing-img figure { border: 5px solid #ebebeb; overflow: hidden; height: 100%; }
.Providing-img figure img { width: 100%; transition: all 1s;  height: 100%; object-fit: cover; }
.Providing-img figure:hover img { transform: scale(1.1); }





section.about-section { padding: 70px 0 0; background: #fae7df; position: relative; }
.about-parent { padding: 60px 0 0; }
section.about-section::before{ content: ''; position: absolute; background: #f9f9f9; width: 100%; height: 30%; bottom: 0; }
.about-box figure { border: 5px solid #fff; overflow: hidden; }
.about-box figure img { width: 100%; transition: all 1s; }
.about-box figure:hover img { transform: scale(1.1); }




.curious-map-img figure img { transition: all 1s; }
.curious-map-img figure:hover img { transform: scale(1.07); }

.testimonials-section{ background-color: #f9f9f9; padding: 70px 0; }
.testimonials-item figure { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; border: 5px solid #d8dad7; margin: 0 auto 15px; }
.testimonials-item figure img{ width: 100%; height: 100%; }
.testimonials-item { text-align: center; padding: 0 40px; background: url(../images/testimonials-bg.png) no-repeat center top 60px; }
.testimonials-title { font-size: 18px; line-height: 28px; display: block; color: #3dae2b; margin: 8px 0 0px;  font-family: 'Neue Haas Unica'; font-weight: 700; }
.star img { display: inline-block !important; }
.testimonials-carousal { max-width: 1140px; margin: 0 auto; }
section.testimonials-section .headning-section { padding: 0 0 40px; }

.testimonials-slider.owl-carousel.owl-theme { display: block; }

.testimonials-slider.owl-carousel .owl-nav button.owl-next, .testimonials-slider.owl-carousel .owl-nav button.owl-prev { width: 90px; height: 60px; background-color: transparent; position: absolute; top: 50%; transform: translateY(-50%); background-position: center; }
.testimonials-slider.owl-carousel .owl-nav button.owl-prev { background: url(../images/arrow-prev.png) no-repeat center; left: -75px; }
.testimonials-slider.owl-carousel .owl-nav button.owl-next{ background: url(../images/arrow-next.png) no-repeat center; right:-75px;; }
.testimonials-slider.owl-carousel .owl-nav button.owl-next span, .testimonials-slider.owl-carousel .owl-nav button.owl-prev span{ display: none !important; }

section.map-section { padding: 70px 0; }
.video-box img { width: 100%; }




.video-box iframe {
    height: 300px !important;
}




.video-parent { margin: 0 auto; padding: 60px 0 0; }
.map-logos img { width: 25%; padding: 10px; }

.footer { padding: 20px 0 0; background: #fae7df; }
.footer .row{ align-items: center; }
.footer-logos img { max-width: 350px; }

.ftr-social { text-align: center; }
.ftr-social a{ width: 40px; height: 40px; line-height: 38px; border-radius: 50%; margin-right: 11px; text-align: center; transition: all 0.6s; display: inline-block; background-color: #000;}
.ftr-social a:hover{ background-color: #3dae2b; transform: rotate( 360deg );}


.footer-info p { font-size: 18px; line-height: 24px; margin: 0; color: #000; text-transform: uppercase; font-weight: 700; }
.footer-info p a { font-size: 30px; line-height: 38px; color: #3dae2b;     font-family: 'neue_haas_unicabold'; font-weight: 600; display: block; }
.footer-info p a:hover{color: #000;}
.Copyright { background-color: #3dae2b; padding: 15px 0; margin: 15px 0 0; }
.Copyright p { margin: 0; color: #fff; text-align: center; }

#back-top-wrapper i {
    color: #3dae2b;
}


button.close i { color: #fff; font-size: 35px; text-shadow: none; }


button.close {
    position: absolute;
    right: 13px;
    top: 8px;
    z-index: 1;
}

.close{ opacity: 1; }

.banner-form .gform_wrapper .gf_browser_chrome.gform_wrapper.gravity-theme { padding: 0 !important; }
.gform_wrapper.gravity-theme .gform_fields { grid-column-gap: 0 !important; grid-row-gap: 0 !important; }
label.gfield_label { color: #fff !important;font-weight: normal!important; }
.banner-form legend.gfield_label { color: #fff !important; font-size: 16px; line-height: 24px; font-weight: 400 !important;  font-family: 'Neue Haas Unica'; margin: 0; }
.ginput_container.ginput_container_fileupload { color: #fff !important; }
.ginput_container.ginput_container_radio label, .ginput_container.ginput_container_checkbox label{ color: #fff !important; font-size: 16px; line-height: 24px; font-weight: 400 !important;  font-family: 'Neue Haas Unica'; margin: 0; }
.ginput_container.ginput_container_radio .gfield_radio .gchoice { padding: 5px 20px 0 0; position: relative; display: inline-block; }
.gform_wrapper.gravity-theme .gfield-choice-input { display: inline-block; margin-top: 0; top: 0; vertical-align: middle; width: 22px; height: 20px; }

.gform_wrapper .gform_validation_errors{display: none !important;}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: transparent !important;
    border: none !important;
    margin-top: 0 !important;
    padding: 4px 0 0!important;
}
.banner-form .instruction.validation_message {
    display: none;
}
div#myModal {
    padding: 0 !important;
}



.Providing-text.default-css ul li{
    font-weight: 700;
    color: #000;
}

.Providing-text.default-css ul li b{
    font-weight: 700;
}






@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    
    /*media all*/
.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield {
    border-width: 0 0px 0px 0 !important;
}

    /*media all*/
.banner-form .gform_wrapper .medium {
    padding: 10px !important;
    color: #5a5a5a !important;
}


/*media all*/
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 94% !important;
    border: 1px solid #fff !important;
    font-size: 16px !important;
    color: #5a5a5a !important;
     font-family: 'Neue Haas Unica';
    font-weight: 600;
    background-color: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    resize: none;
    position: relative;
    transition: all 1s;
}




.modal button:not(:hover):not(.has-background):not(:active) {
    background-color: transparent !important;
}




.banner-form .gform_footer {
    margin: 30px  0 0 0 !important;
}






}
.gform_wrapper.gravity-theme .gfield_description {
    color: #fff;
}
.pac-container {z-index: 99999 !important;}
.video-section-main { 
    width: 750px;
    margin: auto;
}
.video-section {
    position: relative;
     
}
.video-play {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 90px;
    height: 90px;
}
.video-section:before {
    content: '';
    background: url(../images/l-arrow.png) no-repeat;
    position: absolute;
    left: -220px;
    top: 30%;
	width:190px;
	height:110px
}
.video-section:after {
    content: '';
    background: url(../images/r-arrow.png) no-repeat;
    position: absolute;
    right: -220px;
    top: 30%;
	width:190px;
	height:110px;
}
.video-section video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 425px;
	background: #fff;
}
video#myVideo {
     z-index: -1;
}
