.inner-page-banner-section { position: relative; padding: 30px 0; display: flex; justify-content: center; align-items: center; min-height: 260px;}
.inner-page-banner-section img{position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: -1; object-fit: cover;}
.inner-page-banner-section .inner-banner-content-wrapper span{color: #fff; text-align: center; line-height:1.2; font-size: 24px; display: block;margin-bottom: 10px; font-family: 'diavlo-light';}
.inner-page-banner-section .inner-banner-content-wrapper h1{color: #fff; text-shadow: none; text-align: center; line-height:1;  margin: 0;}
.has-large-header .inner-page-banner-section{min-height: 455px;}
.location-bar-section{background-color: #0c8294;padding: 35px 0;position: relative;}
.location-bar-section:before{content: '';position: absolute;width: 31%;height: 50px;bottom: 100%;left: 0;transform-origin: bottom right;transform: skew(27deg);background-color: #0c8294;margin-bottom: -2px;}
.location-bar-section .info-outer-wrapper{display: flex;margin:0 -15px;align-items: flex-end;justify-content: space-between;}
.location-bar-section .info-outer-wrapper>div{padding: 0 15px;}
.location-bar-section .info-outer-wrapper .location-bar-wrapper{max-width: 270px;flex: 0 0 270px;margin-top: -50px;z-index: 1;}
.location-bar-section .info-outer-wrapper .location-bar-wrapper h2{color: #fff;font-size: 30px;padding-bottom: 20px;border-bottom: 1px solid #fff;}
.location-bar-section .info-outer-wrapper .location-bar-wrapper p{color: #fff;font-size: 16px;margin-top: 15px;margin-bottom: 0;font-family: 'diavlo-light';}
.location-bar-section .info-outer-wrapper .title{font-size: 18px;font-family: 'diavlo-bold';color: #fff;display: block;}
.location-bar-section .info-outer-wrapper .address-bar-wrapper address{font-style: normal;}
.location-bar-section .info-outer-wrapper .address-bar-wrapper address span{color: #fff;display: block;font-size: 16px;font-family: 'diavlo-light';line-height: 1.25;}
.location-bar-section .info-outer-wrapper .contact-info-wrapper a{font-size: 20px;font-family: 'diavlo-bold';color: #fff;display: block;}
.location-bar-section .info-outer-wrapper .btn-wrapper .btn.green-btn{min-width: 315px;font-size: 16px;font-family: 'diavlo-book';height: 42px;line-height: 42px;}
.location-bar-section .info-outer-wrapper .contact-info-wrapper {flex: 0 0 190px;max-width: 190px;} @media screen and (max-width: 1440px){
.location-bar-section:before{width: 28%;}
}
@media screen and (max-width: 1199px) {
.has-large-header .inner-page-banner-section{min-height: 350px;}
.inner-page-banner-section .inner-banner-content-wrapper span{ font-size: 20px;}
.location-bar-section .info-outer-wrapper{flex-wrap: wrap;}
.location-bar-section .info-outer-wrapper .btn-wrapper{max-width: 100%;flex:0 0 100%;margin-top: 15px;}    
}
@media screen and (max-width: 991px){
.location-bar-section .info-outer-wrapper .location-bar-wrapper h2{font-size: 28px;}
}
@media screen and (max-width: 767px) {
.inner-page-banner-section  { min-height: 250px;}
.has-large-header .inner-page-banner-section{min-height: 250px;}
.inner-page-banner-section .inner-banner-content-wrapper span{ font-size: 18px;}
.location-bar-section .info-outer-wrapper .location-bar-wrapper,
.location-bar-section .info-outer-wrapper>div{max-width: 100%;flex:0 0 100%;margin-bottom: 20px;}
.location-bar-section:before{display: none;}
.location-bar-section .info-outer-wrapper .location-bar-wrapper{margin-top: 0;}
.location-bar-section .info-outer-wrapper .btn-wrapper{margin: 0;}
.location-bar-section .info-outer-wrapper .location-bar-wrapper h2{font-size:24px;margin-bottom: 10px;padding-bottom: 10px;}
.location-bar-section .info-outer-wrapper .location-bar-wrapper p{margin-top: 10px;}
.location-bar-section .info-outer-wrapper .contact-info-wrapper a{font-size: 18px;}
}
.two-column-section { padding: 50px 0; }
.two-column-section .two-column-wrapper { display: flex; flex-wrap: wrap; }
.two-column-section .two-column-wrapper .left-column { flex: 1; }
.two-column-section .two-column-wrapper .left-column .btn-wrapper { text-align: center; margin-top: 30px; }
.two-column-section .two-column-wrapper .right-column { flex: 0 0 292px; max-width: 292px; padding-left: 30px;}
.sidebar-wrapper { border-radius: 15px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
.sidebar-wrapper .sidebar-header { padding: 8px 20px; background-color: #8cc63f; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.sidebar-wrapper .sidebar-header span { font-size: 22px; color: #fff; font-family: 'diavlo-bold'; }
.sidebar-wrapper .sidebar-body { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
.sidebar-wrapper .sidebar-body ul li a { padding: 12px 20px; color: #313131; display: block; background-color: #fff; font-family: 'Open Sans', sans-serif; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; word-break: break-word;}
.no-touchevents .sidebar-wrapper .sidebar-body ul li a:hover ,.sidebar-wrapper .sidebar-body ul li a.active{ color: #8cc63f; }
.sidebar-wrapper .sidebar-body ul li+li { border-top: 1px solid #eaeaea; }
.sidebar-wrapper .sidebar-body ul li:last-child a { border-radius: 0 0 15px 15px; }
.sidebar-wrapper +.sidebar-wrapper { margin-top: 30px; }
.sidebar-wrapper .sidebar-body ul li .accordion-head { position: relative; padding-right: 45px; background-image: url(//staging.engineeringforkids.com/wp-content/themes/efk/public/images/plus-icon.svg); background-position: center right 30px; background-size: 15px 15px; background-repeat: no-repeat; transition: all 0.3s; }
.sidebar-wrapper .sidebar-body ul li.active .accordion-head { color: #8cc63f; background-color: rgba(140, 198, 63, 0.2); border-radius: 0; background-image: url(//staging.engineeringforkids.com/wp-content/themes/efk/public/images/minus-icon.svg); } @media(max-width:1440px) {
.two-column-section { padding: 40px 0 }
}
@media(max-width:1199px) {
.two-column-section { padding: 30px 0; } .sidebar-wrapper .sidebar-body ul li .accordion-head { padding-right: 35px; background-position: center right 20px; } .sidebar-wrapper .sidebar-header span { font-size: 20px }
}
@media(max-width:991px) {
.two-column-section .two-column-wrapper .right-column { flex: 0 0 100%; max-width: 100%; padding-top: 40px; padding-left: 0;}   
.two-column-section .two-column-wrapper .left-column { flex: 0 0 100%; max-width: 100%;}     
}
@media(max-width:767px) {
.two-column-section { padding: 20px 0 }
.sidebar-wrapper .sidebar-header span { font-size: 18px }
} .two-column-section .two-column-wrapper .left-column .iframe-content-wrapper{
position: relative;
padding-bottom: 56.25%;
border-radius: 10px;
margin-top: 30px;
}
.two-column-section .two-column-wrapper .left-column .iframe-content-wrapper iframe{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}
.card-outer-wrapper{display: flex;margin: 0-15px;flex-wrap: wrap;}
.card-outer-wrapper .card-list-wrapper{max-width:33.33%;flex: 0 0 33.33%;padding: 0 15px;margin-bottom: 30px;}
.card-outer-wrapper .card-list-wrapper .card-wrapper{border: solid 1px #d6d6d6;background-color: #fff;padding: 22px 30px 30px 30px;height: 100%;}
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-title{font-size: 24px;text-align: center;}
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-title span{display: block;}
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-content{display: flex;}
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-content.contact-wrapper{align-items: center;margin-top: 17px;}
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-content .address-wrapper{margin-left: 15px;}
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-content .address-wrapper address{font-style: normal;font-family: 'open sans',sans-serif;font-size: 18px;color: #313131;line-height: 1.56;font-weight: 400;}
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-content em{min-width:32px;height: 32px;width: 32px;display: flex;align-items: center;justify-content: center;border: 1px solid #b5111b;border-radius: 50%;}
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-content .contact{margin-left: 15px;}
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-content .contact a{ font-family: 'open-sans',sans-serif;font-size: 18px;line-height: 1.56;color: #313131;transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;}
.no-touchevents .card-outer-wrapper .card-list-wrapper .card-wrapper .card-content .contact a:hover{color:#b5111b;}
.card-outer-wrapper .card-list-wrapper ul{margin-top: 20px;}
.card-outer-wrapper .card-list-wrapper ul li+li{margin-top: 20px;}
@media(max-width:1199px){
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-content .address-wrapper address,
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-content .contact a{font-size: 16px;}
.card-outer-wrapper .card-list-wrapper .card-wrapper{padding: 20px;}
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-title{font-size: 22px;}
}
@media(max-width:991px){
.card-outer-wrapper .card-list-wrapper{max-width:50%;flex:0 0 50%;}
}
@media(max-width:767px){
.card-outer-wrapper .card-list-wrapper .card-wrapper {padding: 20px 15px;}
.card-outer-wrapper .card-list-wrapper{max-width:100%;flex:0 0 100%;}
.card-outer-wrapper .card-list-wrapper ul li+li {margin-top: 15px;}
.card-outer-wrapper .card-list-wrapper .card-wrapper .card-title{font-size: 20px;}
}
.find-location-section { padding: 96px 0 98px; background-color: #8cc63f;}
.find-location-section .container {max-width: 787px;}
.find-location-section .title-block {margin-bottom: 25px;}
.find-location-section .find-location { max-width: 450px; width: 100%;  position: relative;  margin: 0 auto;} .find-location-section .find-location .form-group input::-webkit-input-placeholder { color: rgba(49, 49, 49, 0.5) !important; opacity: 1 !important;}
.find-location-section .find-location .form-group input::-moz-placeholder { color: rgba(49, 49, 49, 0.5) !important; opacity: 1 !important;}
.find-location-section .find-location .form-group input:-ms-input-placeholder { color: rgba(49, 49, 49, 0.5) !important; opacity: 1 !important;}
.find-location-section .find-location .form-group input:-moz-placeholder  { color: rgba(49, 49, 49, 0.5) !important; opacity: 1 !important;} .find-location-section .find-location .explore-btn { position: absolute; right: 0; top: 0; border-radius: 0 26px 26px 0;min-width: inherit;padding: 0 30px;  background-color: #6d4199;color: #fff;font-family: 'diavlo-bold';transition: all 0.5s;}
.no-touchevents .find-location-section .find-location .explore-btn:hover {
background-color: #553475;
color: #fff;
} @media screen and (max-width: 1440px) {
.find-location-section { padding: 80px 0;}
}
@media screen and (max-width: 1199px) {
.find-location-section { padding: 60px 0;}
}
@media screen and (max-width: 767px) {
.find-location-section { padding: 40px 0;}
.find-location-section .title-block { margin-bottom: 15px;} }
@media screen and (max-width: 574px) {
.find-location-section .find-location {max-width: 100%;}
.find-location-section .find-location .explore-btn {position: relative;border-radius: 26px;margin-top: 15px;padding: 0 15px;width: 100%;}
}
@media screen and (max-width: 480px) {
.find-location-section .find-location { flex-wrap: wrap;}
.find-location-section .find-location .form-group{ padding-right: 0;} }
.has-large-header .site-header {
background-color: transparent;
box-shadow: none;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
padding: 0 !important;
position: relative;
}
.has-large-header .site-header .main-header-wrapper {
position: absolute;
left: 0;
right: 0;
z-index: 1;
width: 100%;
top: 100%;
}
.has-large-header .site-header .top-header-wrapper {
background-color: #fafafa;
padding: 10px 0;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
}
.has-large-header .site-header.small-header .main-header-wrapper {
position: fixed;
top: 0;
background-color: #fff;
box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.site-header .site-header-wrapper .main-navigation .menu-header-menu-container .menu li.register-btn {
display: none;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-left-wrapper {
margin-right: 40px;
flex: 0 0 132px;
max-width: 132px;
}
.has-large-header .site-header.small-header .top-header-wrapper .inner-wrapper .top-left-wrapper {
display: none;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-left-wrapper .top-header-logo {
margin-right: 40px;
width: 132px;
height: 77px;
display: block;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-left-wrapper .top-header-logo img {
width: 132px;
height: 77px;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper,
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container {
flex: 1;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper,
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu {
display: flex;
align-items: center;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper>span {
font-size: 16px;
margin-right: 10px;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-green-border-btn,
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-btn-green-btn {
margin-right: 20px;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-green-border-btn>a {
position: relative;
height: 42px;
line-height: 40px;
border-radius: 21px;
border: solid 1px #8cc63f;
color: #8cc63f;
width: 100%;
font-weight: 400;
font-size: 16px;
padding: 0 24px;
text-align: center;
font-family: 'diavlo-book';
display: inline-flex;
justify-content: center;
align-items: center;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-green-border-btn>a:before {
content: '';
position: absolute;
background-color: rgba(116, 182, 47, 0.1);
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
border-radius: 26px;
z-index: 0;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-green-border-btn>a:hover:before {
opacity: 1;
visibility: visible;
}
.has-large-header .site-header  .has-btn-green-btn>a {
padding: 0 15px;
display: inline-flex;
justify-content: center;
align-items: center;
height: 42px;
line-height: 42px;
font-size: 16px;
border-radius: 26px;
border: none;
background-color: #8cc63f;
color: #fff;
font-family: 'diavlo-book';
transition: all 0.5s;
min-width: 157px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
}
.no-touchevents .has-large-header .site-header  .has-btn-green-btn>a:hover {
background-color: #709d35;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu li:last-child {
flex: 1;
text-align: right;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu li:last-child>a {
color: #83b645;
font-size: 22px;
font-family: 'diavlo-black';
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
}
.no-touchevents .has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu li:last-child>a:hover {
color: #b5111b;
}
.has-large-header .site-header .main-header-wrapper .logo-block {
opacity: 0;
visibility: hidden;
}
.has-large-header .site-header.small-header .main-header-wrapper .logo-block {
opacity: 1;
visibility: visible;
height: 60px;
width: 60px;
}
.has-large-header .site-header.small-header .main-header-wrapper .logo-block img{
height: 60px;
width: 60px;
}
.has-large-header .site-header:not(.small-header) .site-header-wrapper .main-navigation .menu-header-menu-container>.menu>li:not(.register-btn)>a {
color: #fff;
}
.has-large-header .site-header .site-header-wrapper .main-navigation .menu-header-menu-container .menu>li:not(.register-btn) {
padding: 25px 20px 25px 0;
} .has-large-header .site-header:not(.small-header) .site-header-wrapper .main-navigation .menu-header-menu-container .menu li:not(.register-btn) a:after {
background-color: #fff;
}
.no-touchevents .site-header:not(.small-header) .site-header-wrapper .main-navigation .menu-header-menu-container>.menu>li:not(.register-btn)>:hover>a,
.no-touchevents .site-header:not(.small-header) .site-header-wrapper .main-navigation .menu-header-menu-container>.menu>li:not(.register-btn)>active {
color: #fff;
}
.has-large-header .site-header:not(.small-header) .site-header-wrapper .main-navigation .menu-header-menu-container .menu li.menu-item-has-children > .sub-menu-arrow {
background-image: url(//staging.engineeringforkids.com/wp-content/themes/efk/public/images/down-arrow-white.svg);
}
.has-large-header .site-header .site-header-wrapper .main-navigation .menu-header-menu-container .menu li.menu-item-has-children:nth-last-child(2) .sub-menu {
left: auto;
right: 0;
transform: translateX(0);
}
.has-large-header .site-header:not(.small-header) .hamburger-menu span {
background-color: #fff;
}
.has-large-header .site-header .main-header-wrapper .mobile-menu-wrapper {
display: none;
align-items: center;
}
.has-large-header .site-header .main-header-wrapper .mobile-menu-wrapper .has-btn-green-btn {
display: none;
}
.has-large-header .site-header .main-header-wrapper .mobile-menu-wrapper .has-btn-green-btn>a {
padding: 0 20px;
} .has-large-header .site-header.fixed.small-header{
position: fixed;
box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.has-large-header .site-header.small-header.fixed .top-header-wrapper{
background-color: #74b62f;
box-shadow: none;
}
.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper>span{
color: #fff;
}
.has-large-header .site-header.small-header.fixed .main-header-wrapper{
position: relative;
box-shadow: none;
top: -1px;
}
.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper, 
.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container{
flex: inherit;
}
.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu li:last-child{
display: none !important;
}
.has-large-header .site-header.small-header.fixed .has-btn-green-btn>a,
.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-green-border-btn>a{
position: relative;
}
.has-large-header .site-header.small-header.fixed .has-btn-green-btn>a:before,
.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-green-border-btn>a:before{
content: '';
position: absolute;
background-color: rgba(109, 65, 153, 0.1);
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
border-radius: 26px;
z-index: 0;
}
.has-large-header .site-header.small-header.fixed .has-btn-green-btn>a:hover:before,
.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-green-border-btn>a:hover:before{
opacity: 1;
visibility: visible;
}
.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-green-border-btn>a{
height: 32px;
line-height: 30px;
padding: 0 20px;
border-color: #fff;
color: #fff;
}
.has-large-header .site-header.small-header.fixed .has-btn-green-btn>a{
height: 32px;
line-height: 32px;
padding: 0 20px;
background-color: #0c8294;
color: #fff;
} @media(max-width:1199px) { .has-large-header .site-header .top-header-wrapper .inner-wrapper .top-left-wrapper {
margin-right: 15px;
flex: 0 0 120px;
max-width: 120px;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-green-border-btn
{
margin-right: 0;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-btn-green-btn{
margin-right: 0;
margin-left: 10px
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-left-wrapper .top-header-logo,
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-left-wrapper .top-header-logo img {
width: 120px;
height: 70px;
}
}
@media(max-width:991px) {
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper{
flex: inherit;
}
.has-large-header .site-header.small-header .main-header-wrapper .logo-block,
.has-large-header .site-header.small-header .main-header-wrapper .logo-block img{
height: 50px;
width: 50px;
} .has-large-header .main {
margin-top: 0 !important;
}
.has-large-header .site-header .main-header-wrapper {
position: relative !important;
box-shadow: none !important
}
.has-large-header .site-header .main-header-wrapper .mobile-menu-wrapper {
display: flex;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-left-wrapper {
margin-right: 30px;
display: none;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu li:last-child {
align-self: flex-start;
display: none;
}
.has-large-header .site-header .main-header-wrapper .logo-block {
opacity: 1;
visibility: visible;
}
.has-large-header .site-header {
padding: 0 !important;
position: fixed;
background-color: #fff;
}
.has-large-header .site-header .hamburger-menu span {
background-color: #b5111b !important;
}
.has-large-header .site-header .main-header-wrapper .mobile-menu-wrapper .has-btn-green-btn {
display: block;
} .has-large-header .site-header .site-header-wrapper .main-navigation .menu-header-menu-container .menu>li:not(.register-btn) {
padding: 0 !important;
}
.has-large-header .site-header:not(.small-header) .site-header-wrapper .main-navigation .menu-header-menu-container>.menu>li:not(.register-btn)>a {
color: #313131;
}
.has-large-header .site-header:not(.small-header) .site-header-wrapper .main-navigation .menu-header-menu-container .menu li.menu-item-has-children > .sub-menu-arrow {
background-image: url(//staging.engineeringforkids.com/wp-content/themes/efk/public/images/down-arrow-red.svg);
}
.site-header .site-header-wrapper .main-navigation .menu-header-menu-container .menu>li:not(.register-btn).active>a,
.no-touchevents .site-header .site-header-wrapper .main-navigation .menu-header-menu-container .menu li:not(.register-btn):hover>a {
color: #b5111b;
} .has-large-header .main {
padding-top: 75px;
}
.has-large-header .site-header .top-header-wrapper {
display: none;
}
}
@media(max-width: 767px){
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper>span{
font-size: 14px;
}
}
@media(max-width: 574px){
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper{
flex-wrap: wrap;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container{
margin-top: 10px;
max-width: 100% !important;
flex: 0 0 100% !important;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper{
margin-left: 0
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-green-border-btn>a{
height: 32px;
line-height: 30px;
padding: 0 20px;
}
.has-large-header .site-header .top-right-wrapper .has-btn-green-btn>a{
height: 32px;
line-height: 32px;
padding: 0 20px;
}
}
@media(max-width: 374px){
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-green-border-btn>a,
.has-large-header .site-header .top-right-wrapper .has-btn-green-btn>a{
font-size: 12px;
}
} .has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper  a.find-location {
position: relative;
height: 42px;
line-height: 40px;
border-radius: 21px;
border: solid 1px #8cc63f;
color: #8cc63f;
width: 100%;
font-weight: 400;
font-size: 16px;
padding: 0 24px;
text-align: center;
font-family: 'diavlo-book';
display: inline-flex;
justify-content: center;
align-items: center;
transition: all 0.5s;
-webkit-transition: all 0.5s;
max-width: fit-content;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper .top-right-details-wrapper{
display: flex;
align-items: center;
flex: 1;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper  .location-button-wrapper{
max-width: 170px;
flex: 0 0 170px;
margin-right: 0;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper>span {
flex: 1;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container {
flex: 1;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu{
justify-content: end;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu li:last-child {
flex: inherit;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container{
max-width: 363px;
flex: 0 0 363px;
}
.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper{
flex: 1 !important;
}
.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper .location-button-wrapper>a {
height: 32px;
line-height: 30px;
padding: 0 20px;
border-color: #fff;
color: #fff;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper a.find-location:before {
content: '';
position: absolute;
background-color: rgba(109, 65, 153, 0.1);
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
border-radius: 26px;
z-index: 0;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper a.find-location:hover:before {
opacity: 1;
visibility: visible;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper span{
font-size: 16px;
margin-right: 10px;
}
.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper span {
color: #fff;
}
@media(max-width: 1199px){
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu li:last-child {
margin-left: 15px;
}
}
@media(max-width: 991px){
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container {
max-width: 0;
flex: 0 ;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper,.has-large-header .site-header.small-header.fixed .top-header-wrapper .inner-wrapper .top-right-wrapper{
flex: 1;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container.has-register-btn{
max-width: 170px;
flex: 0 0 170px;
}
}
@media(max-width: 574px){
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu {
justify-content: flex-start;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .menu-top-menu-container .menu .has-btn-green-btn {
margin-left: 0px;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper>span{
margin-right: 0;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper .top-right-details-wrapper{
flex-wrap: wrap;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper .top-right-details-wrapper span{
max-width: 100%;
flex: 0 0 100%;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper .location-title-wrapper .top-right-details-wrapper .location-button-wrapper{
max-width: 170px;
flex: 0 0 170px;
margin-left: 0;
margin-top: 10px;
}
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper a.find-location {
height: 32px;
line-height: 30px;
padding: 0 20px;
}
}
@media(max-width: 374px){
.has-large-header .site-header .top-header-wrapper .inner-wrapper .top-right-wrapper a.find-location {
font-size: 12px;
}
}
.contact-us-section { position: relative; }
.contact-us-section .title-block,.contact-us-section .title-block .green-text { color: #fff; }
.contact-us-section .btn.green-btn { background-color: #fff; color: #0c8294; }
.contact-us-section .btn.green-btn:hover { background-color: #075c69; color: #fff; }
.contact-us-section .image-wrapper { position: absolute; z-index: -1; height: 100%; width: 100%; }
.contact-us-section .image-wrapper img { height: 100%; width: 100%; object-fit: cover; }
.contact-us-section .contact-form-content-wrapper { padding: 100px 0; }
.contact-us-section .form-wrapper { margin-top: 30px; }
.contact-us-section .form-wrapper .form-inner-wrapper { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.contact-us-section .form-wrapper .form-inner-wrapper .form-group { max-width: 50%; flex: 0 0 50%; padding: 0 15px; margin-bottom: 30px; }
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.full-width { max-width: 100%; flex: 0 0 100%; }
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.btn-wrapper { margin-bottom: 0 !important; text-align: center;position: relative; }
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.btn-wrapper .wpcf7-spinner {  position: absolute; right: auto; top: 50%; transform: translateY(-50%); left: calc(50% + 60px); margin: 0 0 0 5px; }
.contact-us-section .form-control { border: solid 1px #e1e1e1; }
.contact-us-section input::-webkit-input-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.contact-us-section input::-moz-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.contact-us-section input:-ms-input-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.contact-us-section input:-moz-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.contact-us-section textarea::-webkit-input-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.contact-us-section textarea::-moz-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.contact-us-section textarea:-ms-input-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.contact-us-section textarea:-moz-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.wpcf7 form .wpcf7-response-output {  margin: 20px 0 0;  padding: 0;  border: none;  text-align: center;}
.wpcf7 form.sent .wpcf7-response-output { color: #8cc63f;}
.wpcf7 form.invalid .wpcf7-response-output{color: #9b1d1d;}
.contact-us-section .wpcf7 form.sent .wpcf7-response-output { color: #fff; }
.contact-us-section .wpcf7-not-valid-tip {color: #9b1d1d;} .dropdown-wrapper .select2-container { width: 100% !important; }
.dropdown-wrapper .select2-container--default .select2-selection--single { border: solid 1px #e1e1e1; height: 52px; border-radius: 26px; }
.dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow { top: 11px; right: 35px; }
.dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 52px; color: #313131; padding: 0 60px 0 30px; font-size: 18px; }
.dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder{color:rgba(49, 49, 49, 0.5);}
.dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b { transition: all 0.5s; -webkit-transition: all 0.5s; background-image: url(//staging.engineeringforkids.com/wp-content/themes/efk/public/images/down-arrow.svg); background-color: transparent; background-size: contain; border: none !important; height: 10px !important; width: 18px !important; background-repeat: no-repeat; opacity: 0.5; }
.dropdown-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { transform: rotate(180deg); }
.select2-dropdown { border-radius: 0 0 26px 26px; overflow: hidden; }
.dropdown-wrapper .select2-results__option { padding: 10px 30px; font-size: 18px; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: rgba(140, 198, 63, 0.2); color: #8cc63f }
.select2-container--default .select2-results__option[aria-selected=true] { background-color: #8cc63f; color: #fff; }
.select2-dropdown { border: 1px solid #e1e1e1; }
.select2-container--open .select2-dropdown--above { border-top-left-radius: 26px; border-top-right-radius: 26px; } .contact-us-section .form-wrapper .form-inner-wrapper .form-group.btn-wrapper button+button{
margin-left: 20px;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group label,
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .label{
position: relative;
margin-bottom: 10px;
display: block;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.quarter-width{
flex:0 0 25%;
max-width: 25%; 
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.has-inline-label{
display: flex;
align-items: center;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.has-inline-label .label{
margin: 0 25px 0 0;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.has-no-label .custom-checkbox-wrapper,
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.has-inline-label .custom-radio-wrapper{
margin: 0;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper{
margin-top: 5px;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper{
margin-top: 10px;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper,
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper{
display: flex;
align-items: center;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn .radio-btn-inner,
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper .custom-checkbox .checkbox-inner{
position: relative;
display: inline-block;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn + .custom-radio-btn,
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper .custom-checkbox + .custom-checkbox{
margin-left: 55px;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn label,
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper .custom-checkbox label{
padding-left: 45px;
margin-bottom: 0;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn input,
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper .custom-checkbox .checkbox-inner input{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
appearance: none;
opacity: 0;
z-index: 2;
cursor: pointer;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn label:after{
position: absolute;
content: '';
height: 13px;
width: 13px;
border-radius: 50%;
top: 6px;
left: 6px;
background-color: #83b645;
opacity: 0;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn input:checked+label:before{
border-color: #83b645;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn input:checked+label:after{
opacity: 1;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn label:before{
position: absolute;
content: '';
height: 25px;
width: 25px;
border-radius: 50%;
top: 0;
left: 0;
border: 1px solid #b8b8b8;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper .custom-checkbox label:before{
position: absolute;
content: '';
height: 25px;
width: 25px;
background-image: url(//staging.engineeringforkids.com/wp-content/themes/efk/public/images/checkbox-deselect.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 25px 25px;
top: 0;
left: 0;
transition: all 0.3s;
-webkit-transition: all 0.3s; 
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper .custom-checkbox input:checked+label:before{
background-image: url(//staging.engineeringforkids.com/wp-content/themes/efk/public/images/checkbox-select.svg);
}
.contact-us-section .form-wrapper .form-group.has-date-picker .form-control{
padding-right: 60px;
background-image: url(//staging.engineeringforkids.com/wp-content/themes/efk/public/images/calendar-icon.svg);
background-position: calc(100% - 24px) center;
background-size: 24px 24px;
background-repeat: no-repeat;
cursor: pointer;
}
.contact-us-section .form-wrapper .form-group.has-time-picker .form-control{
padding-right: 60px;
background-image: url(//staging.engineeringforkids.com/wp-content/themes/efk/public/images/clock-icon.svg);
background-position: calc(100% - 25px) center;
background-size: 24px 24px;
background-repeat: no-repeat;
cursor: pointer;
}
.contact-us-section .form-wrapper .form-group.has-time-picker .form-control:focus{
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
} .ui-widget.ui-widget-content{border:none;border-radius:5px;box-shadow:rgb(0 0 0 / 16%) 0px 1px 4px;}
.ui-widget-header{color:#313131;background:none;border-radius:none;font-weight:500;border:none;}
.ui-datepicker th{font-weight:500;color:#313131;}
.ui-datepicker td span,.ui-datepicker td a{border:none!important;background:none!important;color:#313131!important;text-align:center;padding:0;border-radius:3px;height:35px;width:35px;display:inline-flex;align-items:center;justify-content:center;}
.ui-datepicker td span:hover,.ui-datepicker td a:hover{background-color:rgba(140, 198, 63, 0.1)!important;color: #8cc63f!important}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{background-color:rgba(140, 198, 63, 0.1)!important;color: #8cc63f!important;}
.ui-datepicker .ui-state-default.ui-state-active{background-color: #8cc63f!important;color:#fff!important;}
.ui-datepicker-today .ui-state-highlight:hover{background-color:rgba(140, 198, 63, 0.1)!important;color: #8cc63f!important}
.ui-datepicker .ui-datepicker-prev span{background-image:none;border-color:transparent #313131 transparent transparent;border-width:5px 6px 5px 0;width:0;height:0;border-style:solid;position:relative;left:auto;top:auto;margin:0;}
.ui-datepicker .ui-datepicker-next span{background-image:none;border-color:transparent transparent transparent #313131;border-width:5px 0 5px 6px;width:0;height:0;border-style:solid;position:relative;left:auto;top:auto;margin:0;}
.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{display:inline-flex;align-items:center;justify-content:center;top:auto;background:none;border:none;cursor:pointer;}
.ui-datepicker .ui-datepicker-next{right:2px!important;}
.ui-datepicker .ui-datepicker-prev{left:2px!important;} .ui-timepicker-standard a{
font-family: 'diavlo-book';
color:#313131;font-size: 18px;
text-align: left;padding: 10px 30px;
border: none !important;
cursor: pointer;
transition: all 0.3s;
}
.ui-timepicker-standard .ui-state-hover{    
background-color: rgba(140, 198, 63, 0.2);
color: #8cc63f;
}
.ui-timepicker-standard{ border-radius: 0 0 26px 26px !important;
font-family: 'diavlo-book';color:#313131;
font-size: 18px;border:1px solid #e1e1e1 !important; 
height: 205px !important; 
padding: 0;     
}
.ui-timepicker{
border-radius: 0 0 26px 26px !important;
}
.ui-timepicker-viewport{
border-radius: 0 0 26px 26px !important;
}
.ui-widget.ui-widget-content.ui-timepicker {
box-shadow: none;
}
.ui-timepicker-container.ui-timepicker-standard{
border-top: none !important;
}
.ui-timepicker-container.ui-timepicker-standard a {
border-radius: 0 !important;
}
.ui-timepicker-container .ui-timepicker {
padding: 0;
}   @media(max-width:1440px) {
.contact-us-section .contact-form-content-wrapper { padding: 80px 0; }
}
@media(max-width:1199px) {
.contact-us-section .contact-form-content-wrapper { padding: 60px 0; }
.contact-us-section .contact-form-content-wrapper .form-wrapper .form-inner-wrapper { margin: 0 -10px; }
.contact-us-section .contact-form-content-wrapper .form-wrapper .form-inner-wrapper .form-group { padding: 0 10px; margin-bottom: 20px; }
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.quarter-width{
flex:0 0 50%;
max-width: 50%;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn + .custom-radio-btn, 
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper .custom-checkbox + .custom-checkbox{
margin-left: 25px;
}
}
@media(max-width:991px){
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.has-checkbox-list,
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.has-radio-group{
flex:0 0 100%;
max-width: 100%;
}
}
@media(max-width:767px) {
.contact-us-section .contact-form-content-wrapper { padding: 40px 0; }
.form-group textarea.form-control{padding: 15px 20px;}
.form-group .form-control { padding: 0 20px; }
.dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow { right: 25px; }
.dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0 40px 0 20px; }
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper, .contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper{flex-wrap: wrap;margin: 0;}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn:not(.mobile-full-width), 
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper .custom-checkbox:not(.mobile-full-width){
flex:0 0 25%;
max-width: 25%;
margin: 10px 0 0 !important;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group.has-inline-label{
display: block;
}
}
@media(max-width:574px) { .contact-us-section .form-wrapper .form-inner-wrapper .form-group.quarter-width,
.contact-us-section .form-wrapper .form-inner-wrapper .form-group{
flex:0 0 100%;
max-width: 100%;
}
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn:not(.mobile-full-width), 
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper .custom-checkbox:not(.mobile-full-width){
flex:0 0 50%;
max-width: 50%;
}
}
@media(max-width:425px){
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-radio-wrapper .custom-radio-btn:not(.mobile-full-width), 
.contact-us-section .form-wrapper .form-inner-wrapper .form-group .custom-checkbox-wrapper .custom-checkbox:not(.mobile-full-width){
flex:0 0 100%;
max-width: 100%;
}
}
.contact-form-wrapper .contact-us-form-wrapper .form-group.full-width { flex: 0 0 100%; max-width: 100%; text-align: center; }
.contact-us .sidebar-wrapper .sidebar-body ul li a { display: flex; align-items: center; }
.no-touchevents .contact-us .sidebar-wrapper .sidebar-body ul li a:hover { color: #b5111b; }
.contact-us .sidebar-wrapper .sidebar-body ul li a em { margin-right: 15px; }
.contact-us.two-column-section .two-column-wrapper .right-column { max-width: 263px; flex: 0 0 263px; }
.contact-form-wrapper .contact-us-form-wrapper { display: flex; flex-wrap: wrap; margin: 0 -15px -30px; }
.contact-form-wrapper .contact-us-form-wrapper .form-group { flex: 0 0 50%; max-width: 50%; margin-bottom: 30px; padding: 0 15px; }
.contact-form-wrapper .contact-us-form-wrapper .form-group>span { display: block; } .contact-us input::-webkit-input-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.contact-us input::-moz-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.contact-us input:-ms-input-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.contact-us input:-moz-placeholder { color: rgba(49, 49, 49, 0.5) !important; }
.contact-us .wpcf7-submit { padding: 0 30px; display: inline-flex; justify-content: center; align-items: center; height: 52px; line-height: 52px; font-size: 18px; border-radius: 26px; border: none; font-family: 'diavlo-bold'; background-color: #8cc63f; color: #fff; transition: all 0.5s; -webkit-transition: all 0.5s; } .contact-us .two-column-wrapper .left-column .title-block h2 { margin-bottom: 10px; }
.no-touchevents .contact-us .wpcf7-submit:hover { background-color: #709d35; }
.contact-us .two-column-wrapper .content-block { margin-bottom: 20px; }
.contact-us .wpcf7-spinner { position: absolute; right: auto; top: 50%; transform: translateY(-50%); left: calc(50% + 60px); margin: 0 0 0 5px; }
.contact-us .form-group.full-width { position: relative; }
.office-address-section { background-color: #f7f7f7; padding: 95px 0 98px; }
.office-address-section .container { max-width: 860px;}
.office-address-section h2 { margin-bottom: 38px; }
.card-outer-wrapper.two-col-wrapper .card-list-wrapper { flex: 0 0 50%; max-width: 50%; }
.contact-us-section .title-block h2{color: #313131;}
.contact-template-default .contact-us-section .wpcf7 form.sent .wpcf7-response-output { color: #8cc63f; padding: 0; }
.page-template-contact-us .contact-us-section .wpcf7 form.sent .wpcf7-response-output { color: #8cc63f; padding: 0; }
@media(max-width:1440px) {
.office-address-section { padding: 80px 0; }
}
@media (max-width:1199px) {
.contact-form-wrapper .contact-us-form-wrapper { margin: 0 -10px -20px; }
.contact-form-wrapper .contact-us-form-wrapper .form-group { padding: 0 10px; margin-bottom: 20px; }
.office-address-section { padding: 60px 0; }
}
@media(max-width:991px) {
.contact-us.two-column-section .two-column-wrapper .right-column { max-width: 100%; flex: 0 0 100%; padding-top: 20px; }
}
@media(max-width:767px) {
.office-address-section { padding: 40px 0; }
.office-address-section h2 { margin-bottom: 20px; }
.card-outer-wrapper.two-col-wrapper .card-list-wrapper { flex: 0 0 100%; max-width: 100%; }
}
@media (max-width:575px) {
.contact-form-wrapper .contact-us-form-wrapper .form-group { flex: 0 0 100%; max-width: 100%; }
}