/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/** Web Fonts **/


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

}

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

}

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

}

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

}

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

}

/** General Style **/


body {
    font-family: 'cooper_hewittbook' !important;
    color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'cooper_hewittbold' !important;
    text-transform: uppercase;
}

strong {
    font-family: 'cooper_hewittmedium';
}


/* Header Styling */

body .fusion-logo img {
    width: 250px !important;
}

header span.menu-text,
#menu-header-menu a {
    text-transform: uppercase;
    font-family: 'cooper_hewittmedium' !important;
}

#menu-header-menu > li:last-child .menu-text {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

#menu-header-menu > li:last-child a:hover .menu-text {
    background-color: #005670;
    color: #fff;
    border-color: #005670;
}

#menu-header-menu > li:last-child a:hover::after {
    display: none;
}

body .fusion-main-menu .sub-menu li a:hover {
    background-color: #005670;
    color: #fff;
}

.fusion-main-menu .sub-menu {
    border-top: 0 !important;
}

header .fusion-megamenu-title {
    color: #005670 !important;
    font-family: 'cooper_hewittbold' !important;
    font-weight: normal !important;
    padding: 0 17px 15px;
}

body header .fusion-megamenu-holder {
    width: 600px !important;
}

span.fusion-megamenu-bullet {
    display: none;
}

header .sub-menu a {
    color: #000 !important;
}

header .sub-menu a:hover {
    color: #fff !important;
}

body .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a {
    padding: 7px 20px !important;
}

/* Hero Section */

.hero-sec {
    position: absolute !important;
    top: 50%;
    z-index: 999999 !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.hero-sec h1 {
    color: #fff;
}

.hero-desp {
    /* width: 415px; */
    text-align: center;
    margin: 15px auto 0 auto;
    text-align: center;
    font-family: 'cooper_hewittbook' !important;
    font-size: 24px;
    text-transform: initial;
}

.hero-desp p,
.hero-desp span {
    color: #fff;
}

.hero-desp p {
    font-size: 24px;
    margin-bottom: 4px;
    line-height: 24px;

}

.hero-desp span {
    font-size: 10px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    display: block;
    text-align: right;
}




.home #main {
    padding-top: 0 !important;
}

.hero-overlay {
    height: 100vh !important;
}


.hero-overlay::before,
.section-overlay::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    content: "";
    left: 0;
}

.hero-overlay h1 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 2px;
}

.hero-overlay h3 {
    color: #fff !important;
    font-family: 'cooper_hewittbook' !important;
    letter-spacing: 2px;
    margin-bottom: 0;
}



/** Below her section **/


.animated-logo__image img {
    width: auto !important;
    filter: none !important;
    opacity: 1 !important;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.fade-icons img {
    margin-bottom: 40px;
    width: 160px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    opacity: 0.4;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.fade-icons .below-hero-box:hover .heading .image img {
    opacity: 1 !important;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.icon-no-fade .below-hero-box:hover .heading .image img {
    opacity: 0.4 !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);

}


.below-hero-box h3 {

    font-family: 'cooper_hewittbook' !important;
}

body div.font-weight-normal h2,
body div.font-weight-normal h3,
body div.font-weight-normal h4,
body div.font-weight-normal h5,
body div.font-weight-normal h6 {
    font-family: 'cooper_hewittmedium' !important;
}


.below-hero-box .content-box-column {
    margin-bottom: 0 !important;
}




/* why brisksky */

.why-brisksky h3 {
    margin-bottom: 10px;
}

.why-brisksky p {
    margin-bottom: 0;
}

.mh-200 > div {
    min-height: 200px !important;
}

/* industries we work **/

.industries-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.industries-wrapper > div {
    width: 31%;
    background-color: #edeff1;
    position: relative;
    margin-top: 40px;
}

.industries-wrapper > div:nth-child(3n+2) {
    margin-left: 3.5%;
    margin-right: 3.5%;
}

.industries__details {
    padding: 25px;
}

.industries__details h4 {
    margin-bottom: 15px;
}

.industries__details p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #000;
}

.industries__descp {
    margin-bottom: 40px;
}

span.industries__link {
    color: #005670;
    text-transform: uppercase;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

/* testimonials **/

.testimonials {
    position: relative;
}

.text-white p {
    color: #fff;
}

.quote img {
    width: 60px;
}

/** grid image block **/

.services-grid-wrapper > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*
.services-grid-wrapper > div > div {
    width: 50% !important;
    margin: 0 !important;
}


.grid-imgblk > div {
    height: 600px !important;
    background-position: center top;
}


.grid-contblk {
    padding-left: 60px;
    padding-right: 60px;
}
*/

.custom-btn a {
    text-decoration: underline;
    font-size: 24px;
}

.text-uppercase a {
    text-transform: uppercase;
}

/* partner solutions */

body .partner-solutions-blocks h5 {
    margin-bottom: 10px;
}

.partner-solutions-blocks p {
    margin-bottom: 0px;
}

/* How to engage section **/

body div.engage-section-title h2 {
    font-family: 'cooper_hewittbold' !important;
}


.engage-block span.fusion-imageframe {
    width: 172px;
    height: 172px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    opacity: 0.4;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.engage-block .content-boxes {
    margin-bottom: 0;
}

.engage-block h3 {
    text-transform: capitalize;
}


/** Footer **/

.fusion-columns-4 > div:nth-child(1) {
    width: 34%;
    padding-right: 66px !important;
}

.fusion-columns-4 > div:nth-child(2) {
    width: 20%;
}

.fusion-columns-4 > div:nth-child(3) {
    width: 15%;
}

.fusion-columns-4 > div:nth-child(4) {
    width: 30%;
}

.fusion-columns-4 ul li {
    border: none !important;
    padding-bottom: 0;
}

footer a,
footer p {
    font-size: 15px;
    line-height: 24px;
}

#media_image-2 {
    margin-bottom: 20px;
}

.fusion-social-links-footer {
    display: none !important;
}

.fusion-footer-widget-column {
    margin-bottom: 20px !important;
}

.fusion-social-networks .fusion-social-network-icon:before {
    color: #fff !important;
}

.fusion-icon-custom_4 {
    position: relative;
}

.fusion-icon-custom_4::before {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(https://brisksky.com/wp-content/uploads/2020/10/iconfinder_79-upwork_1929180.png);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
}


/* Request quote */

body .Request-quote__inner {
    height: 300px !important;
    border: none !important;
    outline: none !important;
    margin: 0 auto;
    overflow-x: hidden;
}

.jspPane {
    border: none !important;
    outline: none !important;
}

/* .Request-quote{
    padding-left: 70px;
    padding-right: 70px;
    padding-top 30px;
    padding-bottom: 30px;
    
}
*/

.form-fields.submit-btn-wrap {
    text-align: center;
}

.popup-header {
    text-align: center;
    margin-bottom: 30px;
}

.popup-header__logo {
    background-color: #F7F7F7;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
}

.popup-header__logo img {
    display: block;
    margin: 0 auto;
    width: 230px;
}

.popup-header br {
    display: none;
}

.form-overlay {
    width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
}

.form-overlay.show-overlay {
    opacity: 1;
    visibility: visible;
}


.request-popup h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-family: 'cooper_hewittsemibold' !important;
    font-size: 24px;
    line-height: 30px;
}

.d-block {
    display: block;
}

.request-popup,
.pilot-popup,
.partner-popup, .plan-popup {
    width: 700px;
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    z-index: 99999999999999;
    background-color: #fff;
    transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.request-popup.active-popup,
.pilot-popup.active-popup,
.partner-popup.active-popup, .plan-popup.active-popup {
    opacity: 1;
    visibility: visible;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.request-popup i,
.pilot-popup i,
.partner-popup i, .active-popup i {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.Request-quote {
    padding-bottom: 30px;
}

.Request-quote input[type="text"],
.Request-quote input[type="email"],
body .Request-quote select {
    height: 50px !important;
    background-color: #fff !important;
    font-family: 'cooper_hewittbook';
    color: #000 !important;
    font-size: 14px !important;

}

.Request-quote textarea{
    color: #000 !important;
    font-size: 14px !important;
     font-family: 'cooper_hewittbook';
}

select.wpcf7-selct_multiselct option {
    margin-bottom: 10px;
}

.form-fields {
    width: 80%;
    margin: 20px auto;
    position: relative;
}

.wpcf7-checkbox span > label {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    height: 50px;
    border-radius: 6px;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.wpcf7-form-control-wrap {
    position: static !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.fusion-alert.alert.custom.alert-custom.fusion-alert-center.wpcf7-response-output.alert-dismissable.error.fusion-danger {
    display: none;
}

.wpcf7-form-control-wrap.checkbox-786 > span > span:nth-child(1) > label {
    background: #f0f0f0 url(images/001-tractor.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;

}

.wpcf7-form-control-wrap.checkbox-786 > span > span:nth-child(2) > label {
    background: #f0f0f0 url(images/002-office-building.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;

}

.wpcf7-form-control-wrap.checkbox-786 > span > span:nth-child(3) > label {
    background: #f0f0f0 url(images/003-brick-wall.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;

}

.wpcf7-form-control-wrap.checkbox-786 > span > span:nth-child(4) > label {
    background: #f0f0f0 url(images/004-wireless-charging.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;

}

.wpcf7-form-control-wrap.checkbox-786 > span > span:nth-child(5) > label {
    background: #f0f0f0 url(images/005-solar-panel.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
    margin-bottom: 0;
}

.wpcf7-form-control-wrap.checkbox-786 > span > span:nth-child(6) > label {
    background: #f0f0f0 url(images/006-windmill.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
    margin-bottom: 0;
}

.partnersolutions.wpcf7-form-control-wrap > span > span:nth-child(1) > label {
    background: #f0f0f0 url(images/001-survey.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
}

.partnersolutions.wpcf7-form-control-wrap > span > span:nth-child(2) > label {
    background: #f0f0f0 url(images/002-ruler.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
}

.partnersolutions.wpcf7-form-control-wrap > span > span:nth-child(3) > label {

}

.partnersolutions.wpcf7-form-control-wrap > span > span:nth-child(4) > label {

}

.partnersolutions.wpcf7-form-control-wrap > span > span:nth-child(5) > label {

}

.partnersolutions.wpcf7-form-control-wrap > span > span:nth-child(6) > label {
    background: #f0f0f0 url(images/006-recruitment.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
}

.partnersolutions.wpcf7-form-control-wrap > span > span:nth-child(5) > label,
.partnersolutions.wpcf7-form-control-wrap > span > span:nth-child(6) > label {
    margin-bottom: 0;
}

.Consultancysolutions.wpcf7-form-control-wrap > span > span:nth-child(1) > label{
        background: #f0f0f0 url(images/003-consulting.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
}

.Consultancysolutions.wpcf7-form-control-wrap > span > span:nth-child(2) > label{
    background: #f0f0f0 url(images/004-presentation.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
}

.Consultancysolutions.wpcf7-form-control-wrap > span > span:nth-child(3) > label{
    background: #f0f0f0 url(images/005-license.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
}



.Inspection.wpcf7-form-control-wrap > span > span:nth-child(1) > label {
    background: #f0f0f0 url(images/001-rgb.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
}

.Inspection.wpcf7-form-control-wrap > span > span:nth-child(2) > label {
    background: #f0f0f0 url(images/002-solar.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
}

.Inspection.wpcf7-form-control-wrap > span > span:nth-child(3) > label {
    background: #f0f0f0 url(images/003-wheat.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
    margin-bottom: 0;
}

.imaging.wpcf7-form-control-wrap > span > span:nth-child(1) > label {
    background: #f0f0f0 url(images/001-photo.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
}

.imaging.wpcf7-form-control-wrap > span > span:nth-child(2) > label {
    background: #f0f0f0 url(images/002-drone.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-origin: padding-box;
    background-size: 30px;
}



.wpcf7-form-control-wrap.checkbox-786 > span,
.imaging > span.wpcf7-checkbox,
.Inspection > span.wpcf7-checkbox,
.partnersolutions > span.wpcf7-checkbox,
.Consultancysolutions .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpcf7-checkbox span > label input[type="checkbox"] {
    margin-right: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;

}

.wpcf7-checkbox span.wpcf7-list-item-label::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url(images/001-checked.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.wpcf7-checkbox span > label input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    opacity: 1;
    visibility: visible;
}


.wpcf7-checkbox > span {
    width: 48%;
    margin: 0 !important;
}

.form-fields .checkbox-267 {
    display: block;
    width: 30px;
}

.form-fields .checkbox-267 .wpcf7-list-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.form-fields .checkbox-267 .wpcf7-list-item input {
    margin-top: 2px;
    margin-right: 10px;
}

.enquiry-form__field input {
    vertical-align: text-top;
    margin-top: 0;
}

.site-unit-field {
    display: flex;
    flex-wrap: wrap;
}

.site-unit-field > span:first-child {
    width: calc(100% - 100px);
    -moz-width: calc(100% - 100px);
    -webkit-width: calc(100% - 100px);
    padding-right: 20px;
}

.site-unit-field > span:last-child {
    width: 100px;
}

span.country select,
select[name="brisksky_services"],
select[name="partner_solutions"] {
    width: 100%;
    height: 100px !important;
    padding: 8px 15px !important;
}


.Request-quote textarea {

    height: 100px !important;
    background-color: #fff !important;
    font-family: 'cooper_hewittbook';
    resize: none;
}

.form-fields > label,
.service-label {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.form-fields br {
    display: none;
}

.Request-quote .select-arrow {
    border: none !important;
    background-color: transparent !important;
}

/*.Request-quote input::-webkit-input-placeholder,
.Request-quote textarea::-webkit-input-placeholder {

    color: #000 !important;
    opacity: 1 !important;
    text-transform: capitalize !important;
}

.Request-quote input:-ms-input-placeholder,
.Request-quote textarea:-ms-input-placeholder {

    color: #000 !important;
    opacity: 1 !important;
    text-transform: capitalize !important;
}
*/

.Request-quote input::placeholder,
.Request-quote textarea::placeholder {
    color: #9ea0a4 !important;
}





.request-popup form input[type="submit"] {
    border: 1px solid #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*.request-popup form input[type="submit"]:hover {
    background-color: #fff;
    color: #005670;
}
*/
submit-btn-wrap {
    text-align: center;
}

.request-popup p {
    margin-bottom: 0;
    margin-top: 0;
}

.terms-txt {
    display: flex;
}

.terms-txt .wpcf7-not-valid-tip {
    position: static;
    width: 200px;
    display: block !important;
    margin-top: 10px;
}

.terms-txt .wpcf7-list-item-label {
    display: none;
}

.terms-txt-label {
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    margin-bottom: 0 !important;
    font-size: 14px !important;
    padding-top: 0;
    line-height: 20px;
    margin-top: 0;
}

.terms-txt a {
    margin-left: 3px;
    margin-right: 3px;
    color: #005670;
}

.terms-txt a:hover {
    color: #005670;
}

.height-auto > div {
	height: auto !important;
	min-height: auto !important;
}


/** Innerpages **/


body .innerpage-hero {
    height: auto !important;
}

.page-id-263 #main {
    padding-top: 0;
}

/* industries page */

/* body .hero-desp.solar-hero {
    width: 600px !important;
}
*/


body.page-id-263 h3 {
    font-size: 22px !important;
}


body.page-id-263 .hero-desp p {
    line-height: 30px;
}


/* .construction-innerheader .hero-desp.solar-hero {
    width: 630px !important;
}

.construction-innerheader .hero-desp.solar-hero span {
    padding-right: 20px;
}

*/

body .windmill-innerheader .hero-desp.solar-hero {
    width: 570px !important;
}

.text-capitalize .title-heading-center {
    text-transform: capitalize;
}

/*
.hero-desp.solar-hero-section {
    width: 570px;
}

 .hero-desp.windmill-hero {
    width: 556px;
}


.hero-desp.tower-hero.auto-text {
    width: 520px;
}



.hero-desp.building-hero {
    width: 630px;
}

.hero-desp.agriculture-hero {
    width: 770px;
}

*/

/* services page */

#main {
    padding-top: 0 !important;
}

.auto-width {
    width: auto;
}

/* .services-hero {
    width: 351px;
}
*/

.services-sections .col.content-box-wrapper {
    padding: 0 !important;
}

.content-box-space .content-box-column {
    margin-bottom: 0 !important;
}

.page-id-501 .fade-icons img {
    width: 100px;
}

.video-wrapper {
    position: relative;
}

.video-wrapper video {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 72.9%;
    height: 75%;
    object-fit: fill;
}

.mb-5 p {
    margin-bottom: 5px !important;
}

.custom-icons-bg .image {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 40px auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.custom-icons-bg .image img {
    width: 120px;
    margin-bottom: 0 !important;
}

.services-sections .content-box-column {
    margin-bottom: 0px !important;
}

.services-sections p {
    text-align: left;
}

body .services-sections .icon-left {
    text-align: left !important;
}


.services-icons img {

    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    /* Chrome 19+ & Safari 6+ */
    opacity: 0.4 !important;
    margin-bottom: 10px;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}


.services-icons .fusion-layout-column:hover img {
    opacity: 1 !important;
    filter: grayscale(0%) !important;
    -webkit-filter: grayscale(0%) !important;
}


.parent-services::before {
    width: 60px;
    height: 30px;
    background-color: #edeff1;
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

span.counter {
    position: absolute;
    top: 0;
    font-size: 120px;
    font-weight: bold;
    font-family: 'cooper_hewittbold' !important;
    color: #005670;
    opacity: 0.15;
    line-height: 10px;
    left: 15px;
}

.use-cases .content-box-column {
    margin-bottom: 0 !important;
}

.video3d {
    position: relative;
}

.video3d video {
    width: 73.40%;
    height: 74.60%;
    object-fit: cover;
    position: absolute;
    left: 13%;
    display: block;
    top: 27px;
}


/*-- TEAM PAGE STYLE START --*/

.member-profile .fusion-builder-row {
    display: flex;
    align-items: center !important;
}


.member-avtar > .fusion-column-wrapper {
    border-radius: 100%;
    width: 290px !important;
    height: 290px;
    overflow: hidden;
}

.member-profile .fusion-builder-row > .fusion-layout-column {
    margin-right: 0 !important;
}

.team-tabs > .tab-content > div {
    padding: 0 !important;
}


.country-flag .fusion-builder-row-inner > div.fusion-builder-nested-column-0 {
    width: 40% !important;
}

.country-flag .fusion-builder-row-inner > div.fusion-builder-nested-column-1 {
    width: 60% !important;
}

.nationality-label img {
    vertical-align: sub;
    margin-left: 5px;
}

.member-profile img {
    filter: grayscale(100%);
}


/*-- TEAM PAGE STYLE END --*/


/*-- ABOUT STYLE START --*/
.our-team-box {
    text-align: center;
}

.our-team-box .fusion-imageframe {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.our-team-box .title h4 {
    font-size: 20px;
    margin-top: 20px !important;
}

/*-- ABOUT STYLE END --*/


/*-- PARTNER STYLE START --*/


   .steps-graphic{
     display: none;   
    }

.partner-steps {
    width: 570px;
    min-height: 570px;
    margin: 90px auto 70px;
    position: relative;
}

.partner-steps__lgcircle {
    width: 277px;
    height: 555px;
    border-color: #005670;
    border-width: 5px;
    border-style: solid;
    border-bottom-right-radius: 550px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-color: #005670 #005670 #005670 red;
    margin: 0 auto;
    border-top-right-radius: 550px;
    border-left: 0;
}

.partner-steps__smcircle {
    border-width: 5px;
    border-style: solid;
    width: 259px;
    height: 509px;
    /* border-radius: 50%; */
    position: absolute;
    top: 24px;
    right: 168px;
    border-color: #005670 #005670 #005670 #ffffff;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    padding-right: 220px;
    border-left: none;
    border-bottom-right-radius: 509px;
    border-top-right-radius: 509px;
    border-left: none;
}


.smcircle__inner img {
    display: block;
    margin: 0 auto;
}

.partner-steps__text {
    width: 380px;
    margin: 28px auto 0 auto;
    text-align: center;
}

.partner-steps__text p {
    margin-bottom: 0;
}

.partner-steps span {
    width: 90px;
    height: 90px;
    background-color: #005670;
    display: flex;
    border-radius: 50%;
    /* margin: 0 auto; */
    text-align: center;
    /* line-height: 90px; */
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.partner-steps h6 {
    margin-bottom: 0;
}

.partner-steps__lgcircle > div {
    display: flex;
    align-items: center;
    width: 350px;
    position: absolute;
    z-index: 1;
}

.interest-field {
    left: -13%;
    top: -6%;
}

.interest-field h6 {
    position: relative;
    top: -33px;
    /* left: -42px; */
}

.submit-field {
    left: 62%;
    top: 14%;
}

.conversation-field {
    display: block;
    left: 80%;
    top: 44%;
}


.agreement-field {
    top: 74%;
    left: 54%;
}

.grow-field {

    top: 90%;
    left: -15%;

}

.grow-field h6 {
    align-self: flex-end;
}

.custom-listing,
.fusion-checklist {
    margin-bottom: 0;
    padding: 0;
}

.fusion-checklist {
    list-style: none;
}

ul.custom-listing li,
.fusion-checklist li {
    position: relative;
    padding-left: 34px;
    list-style: none;
    margin-bottom: 10px;
}


ul.custom-listing li::before,
.fusion-checklist li::before {
    position: absolute;
    background: url(images/list-icons.png);
    content: "";
    width: 24px;
    height: 24px;
    left: 0;
    background-repeat: no-repeat;
}

.fusion-checklist .icon-wrapper {
    display: none !important;
}

.join-section h3 {
    font-size: 25px !important;
}

.member-contact .fusion-fa-align-left {
    display: block;
    float: left;
    margin: 0;
    margin-bottom: 14px;
    width: 100%;
}

.member-contact .fusion-fa-align-right {
    margin-bottom: 14px;
    width: 100%;
    display: block;
}

.member-contact .fusion-fa-align-right a {
    float: right;
}

.member-contact a {
    margin-bottom: 20px;
}

/*-- PARTNER PAGE STYLE END --*/


/* Pilot page */

.page-id-661 .icon-left,
.page-id-1158 .icon-left {
    text-align: left !important;
}

.page-id-661 #main,
.page-id-1158 #main {
    padding-bottom: 0 !important;
}

.drone-graphics {
    position: absolute !important;
    top: -90px;
    right: 0;
}

.jspVerticalBar {
    background: #e7e7e7 !important;
}


.jspHorizontalBar {
    display: none;
}

/* contact us page */

#rev_slider_9_1_wrapper .hesperiden.tparrows {
    display: none;
}

.page-hero-section:hover #rev_slider_9_1_wrapper .hesperiden.tparrows {
    display: block;
}



.hero-desp.contact-descp {
    width: auto;
}

.hero-desp.contact-descp p {
    line-height: 30px;
}

.enquiry-form {
    margin-top: 40px;
}

.enquiry-inner {
    display: flex;
    flex-wrap: wrap;
}

.enquiry-inner > div {
    width: 50%;
}

.enquiry-form__leftbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.enquiry-form__leftbox > div {
    width: 48%;
    margin-bottom: 15px;
}

.enquiry-form__field > label {
    display: block;
    margin-bottom: 5px;
}

.enquiry-form__rightbox {
    padding-left: 2%;
}

.enquiry-form__field textarea {
    height: 147px;
    resize: none;
}

.enquiry-form__field .wpcf7-not-valid {
    border-color: #dc3232 !important;
}

.enquiry-form__field .checkbox-267 {
    position: relative !important;
    width: 30px;
}

.enquiry-form input[type="submit"] {
    text-transform: uppercase !important;
    margin-top: 20px;
}

.page-id-1108 #main {
    padding-bottom: 0 !important;
}

.custom-underline {
    border-bottom-width: 3px !important;
    display: inline-block !important;
    width: auto !important;
}

.office-slider ol.flex-control-nav {
    position: relative !important;
    margin-top: 30px;
}

.office-slider .flex-active {
    background: #005670 !important;
}

/* pilot popup */

.pilot-popup input[type="radio"] {
    vertical-align: text-top;
}

.pilot-popup .first {
    margin-left: 0;
}

/* about page */


/* .about-hero {
    width: 700px;
}
*/

.building-section {
    padding-right: calc(50% - 550px);
    padding-right: -moz-calc(50% - 550px);
    padding-right: -webkit-calc(50% - 550px);

}

.quote-img {
    position: absolute !important;
    top: -40px;
}


.logo-slider .fusion-carousel-nav {
    display: none;
}

.logo-slider:hover .fusion-carousel-nav {
    display: block;
}


/* privacy page */

.ordered-list {
    counter-reset: section;
}

.ordered-list .heading.icon-left::before {
    counter-increment: section;
    color: #005670;
    content: counter(section);
    font-weight: bold;
    font-size: 20px;
    font-family: 'cooper_hewittbold' !important;
    position: absolute;
    width: 35px;
    left: 0;
    top: 0;
    line-height: 35px;
    border: 1px solid #005670;
    text-align: center;
    border-radius: 50%;
    height: 35px;
}

.ordered-list > div > div {
    padding-left: 50px;
}


/* terms page */

.terms-table {
    margin-top: 30px;
}

.terms-table thead {
    background-color: #f2f2f2 !important;
    border: none !important;
}

.terms-table thead th {
    color: #005670 !important;
    font-family: 'cooper_hewittbold' !important;
    text-transform: uppercase;
}

.terms-table tbody a {
    color: #000 !important;
}

.terms-table tbody td:hover a {
    color: #005670 !important;
}

.terms-table td {
    padding: 20px !important;
}

.terms-table table tbody tr:last-child td {
    border: none !important;
}

.terms-table table tbody img {
    width: 40px;
}

/* contact form */

.wpcf7-response-output {
    width: 90% !important;
    margin: 20px auto 20px auto !important;
    padding: 10px !important;
}

span.fusion-alert-content {
    font-size: 14px;
}

.wpcf7-response-output  .fa-lg{
    position: static !important;
}

/* 3d page */


.page-id-1663 #main{
    padding-bottom: 0;
}

.business-plan {
	padding: 0 15px;
}


.fusion_builder_column_inner > div {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.plans-cols__services {
    background-color: #fff !important;
}

.plans-cols__heading {
	background-color: #024c63;
	width: 100%;
	height: 142px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
    text-align:center;
    position: relative;
}

.plans-cols__heading::before {
	width: 50px;
	height: 40px;
	background: #024c63 url(images/layer.png);
	position: absolute;
	left: 0;
	top: -40px;
	content: "";
	border-radius: 5px 5px 0px 0px;
	background-repeat: no-repeat;
	background-position: center;
}

.basic-plan .plans-cols__heading{
    background-color: #036583;
}

.basic-plan .plans-cols__heading::before{
    background-color: #036583;
}

.standard-plan .plans-cols__heading{
    background-color: #087697;
}

.standard-plan .plans-cols__heading::before{
    background-color: #087697;
}

.professional-plan .plans-cols__heading{
    background-color: #0b88ad;
}

.professional-plan .plans-cols__heading::before{
    background-color: #0b88ad;
}


.plans-cols__heading__inner {
    width: 100%;
    padding-top: 28px;
}

.include-services .plans-cols__heading {
    align-items: flex-start;
}
.plans-cols__heading__inner h4 {
    color: #fff !important;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.plans-cols__heading__inner span {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 18px;
}

.plans-cols__services__blocks {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px;
    height: 105px;
}

.plans-cols__services__blocks h5 {
	font-size: 15px !important;
	margin-bottom: 4px;
}
.plans-cols__services__blocks p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.include-services .plans-cols__services__blocks {
    display: flex;
    align-items: center;
    justify-content: center;
}


.final-price {
	text-align: center;
}

.final-price h4 {
	margin-bottom: 20px;
}

.final-price a {
	background-color: #036583;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: 600;
	width: 197px;
	display: inline-block;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.standard-plan .final-price a{
    background-color: #087697;
}

.standard-plan .final-price a{
    background-color: #087697;
}

.professional-plan .final-price a{
    background-color: #0b88ad;
}

.final-price a:hover, .final-price a:focus{
    color: #fff !important;
}

.plans-cols__services > div:last-child {
	height: 180px;
}

#wpcf7-f1726-o4 .wpcf7-form-control-wrap.checkbox-786 > span > span:nth-child(1) > label, #wpcf7-f1726-o4 .wpcf7-form-control-wrap.checkbox-786 > span > span:nth-child(2) > label, #wpcf7-f1726-o4 .wpcf7-form-control-wrap.checkbox-786 > span > span:nth-child(3) > label {
	background: #f0f0f0 url(images/plan.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	background-size: 30px;
	background-origin: padding-box;
}

#wpcf7-f1726-o4 .wpcf7-checkbox > span{
    width: 32%;
}

.tags-scan {
	text-align: center;
}
.tags-scan span{
    display: block;
    width: 100%;
}

/* tour video */

.tour-video {
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
}

.tour-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

div.fusion-layout-column.tour-txt, div.tour-txt {
	width: 80% !important;
	margin: 20px auto 0px auto;
}



/* Benifit table */



.benifit-wrapper {
	margin-bottom: 20px;
}

.benifit-wrapper__col, .plan-details {
	display: flex;
}

.benifit-wrapper__col__left {
	width: 24%;
	border: 1px solid #858585;
	border-right: none;
}

.col-right {
	width: 76%;
}

.benifit-main-heading {
	background-color: #eeeeee;
	height: 40px;
	justify-content: center;
	display: flex;
	align-items: center;
	border: 1px solid #858585;
	border-left: none;
	border-bottom: 1px solid #858585 !important;
}
.plan-col:first-child .benifit-main-heading {
	border: 1px solid #858585;
	border-right: none;
}
.plan-col:nth-child(2) .benifit-main-heading {
	border-right: none;
}
.plan-col .plan-details {
	border-right: 1px solid #858585;
	border-bottom: 1px solid #858585;
}
.plan-col:first-child .plan-details {
	border-left: 1px solid #858585;
}
.plan-details__col .price-col .plan-subheading {
	border-bottom: 1px solid #858585;
}


.benifit-wrapper h5, .benifit-wrapper h6 {
	margin-bottom: 0;
}
.plan-col .plan-top {
	margin-bottom: 30px;
	border: 1px solid #858585;
	border-right: none;
}
.plan-col:last-child .plan-top {
	border: 1px solid #858585 !important;
}
.plan-col  .plan-heading {
	background: #eee;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.plan-col__wrapper {
	display: flex;
	width: 100%;
}

.plan-col__wrapper > div {
	width: 33.33%;
}

.plan-details > div {
	width: 33.33%;
}

.plan-subheading {
	background-color: #eee;
	border-top: 1px solid #fff;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 13px !important;
	border-right: 1px solid #fff;
	text-align: center;
}

.col-block-1 .plan-subheading {
	border-right: none;
}

.plan-subheading h6 {
	font-size: 12px !important;
	display: block;
	text-transform: uppercase;
	font-weight: normal !important;
}

.price-col h6 span {
	display: block;
	font-size: 9px;
}

.plan__content {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan__content span {
	font-size: 13px;
	display: block;
	text-align: center;
}

.empty-space-up{
	width: 100%;
	height: 50px !important;
}

.empty-space-down {
	display: flex;
}

.empty-space-down > span {
	width: 50%;
	height: 40px;
	background-color: #eee;
	border-right: 1px solid #fff;
}

.start-price {
	margin-bottom: 32px;
	display: flex;
}
.start-price .empty-col {
	width: 50%;
	height: 70px;
	display: block;
	background-color: #eee;
}
.start-price .plan-subheading {
	border-right: 0;
	width: 50%;
	border-left: 1px solid #fff;
	height: 70px;
}
.plan-top .plan__content {
	height: 70px;
}
.plan-top .plan__content span {
	font-weight: 600;
}
.start-price .plan-subheading .sub {
	display: block;
	text-align: left;
}
.col-block-1 .plan-subheading, .col-block-2 .plan-subheading {
	height: 50px;
	border-bottom: 1px solid #fff;
}
.col-block-1 .sub, .col-block-2 .sub {
	display: block;
	width: 100%;
}
.price-col .plan-subheading {
	height: 50px;
}
.plan__content .hlight {
	color: #005670;
	font-weight: 500;
	font-family: 'cooper_hewittbold' !important;
}

.col-left-block {
	display: flex;
	justify-content: space-between;
	background-color: #eee;
}

.col-block-1{
    border-right: 1px solid #fff;
}
.col-left-block > div {
	width: 50%;
	text-align: center;
}


.col-right .colspan {
	border: 1px solid #858585;
	border-top: none;
}
.colspan {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.colspan span {
	display: block;
	font-size: 13px;
	text-align: center;
	/* height: 35px; */
}

.col-left-block .plan__content span {
	font-weight: 600;
}

.plan-sm-txt > li {
	margin-bottom: 0;
	padding-bottom: 0 !important;
    line-height: 17px !important;
}


ul.plan-sm-txt > li::before {
	left: 0;
	content: "*";
	color: #005670;
	font-weight: bold;
	font-size: 20px;
    background: none;
    padding-top: 5px;
}

.plan-sm-txt .icon-wrapper.circle-no + div{
    margin-left: 15px !important;
}

.mob-benifit{
    display: none !important;
}

/* virtual tour */

.tour-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tour-gallery__content, .tour-gallery__media {
	flex: 0 0 50%;
	max-width: 50%;
}

.tour-gallery__content {
	padding-right: 80px;
}

.tour-gallery__media {
	position: relative;
}

.custom-arrow {
	width: 73px;
	height: 73px;
	position: absolute;
	top: 50%;
	left: -35px;
	z-index: 9;
	background-color: #fff;
	border-radius: 50%;
	/* line-height: 73px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-arrow img {
	margin: 0 3px;
}

/* portfolio */

.project-box {
	overflow: hidden;
}


.project-box:hover .portfolio__details {
	bottom: 0px;
}

.portfolio__details {
	position: absolute;
	z-index: 1;
	padding: 30px;
	bottom: -100%;
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
}

.portfolio__details h4{
    color: #fff !important; 
    margin-bottom: 5px;
}
.portfolio__details p,  .portfolio__details a{
	color: #fff !important;
	font-size: 13px;
	line-height: 18px !important;
}

.portfolio-video {
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.portfolio-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


.wpcf7-form-control.wpcf7-selct-multiselct.wpcf7-selct_multiselct {
	width: 100%;
}


/* my css */
.custom_register_form_row .fusion-text.fusion-text-1 h3{
	margin-bottom:0px;
}
.fusion-text.fusion-text-1{
/*     padding: 35px 0 25px 0; */
}
.fusion-text.fusion-text-1 h3{
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.fusion-text.fusion-text-2{
    width: 100%;
    display: flex;
    justify-content: center;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div.form-field{
    margin: 20px 0;
    width: 100%;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div label.error{
    color: #FF0000;
    font-size: 14px;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div.terms_condition_wrapper{

    align-items: center;
    margin-top: -25px;
    margin-bottom: 0;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div.terms_condition_wrapper input{
    width: 20px;
    border: 2px solid #d2d2d2;
    display: inline-block;
    vertical-align: middle;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div.terms_condition_wrapper input{
    border: 1px solid #FF0000;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div.terms_condition_wrapper input.error{
    display: inline-block;
    vertical-align: middle;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div.terms_condition_wrapper label{
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div.terms_condition_wrapper label a{
    color: cornflowerblue;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div.terms_condition_wrapper + p{
    font-size: 14px;
    color: #9ea0a4;
    padding-left: 10px;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div.terms_condition_wrapper .error{
    color: #FF0000;
    font-size: 14px;
    display: block;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div input,
.fusion-text.fusion-text-2 .custom_register_form_wrapper div select{
    border-width: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 16px;
    color: #9ea0a4;
    height: 50px;
    outline: 0;
    padding: 8px 15px;
    margin-right: 1%;
    width: 100%;
    border: 2px solid #d2d2d2;
	border-radius: 5px;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div input:required.error,
.fusion-text.fusion-text-2 .custom_register_form_wrapper div select:required.error{
    border: 2px solid #FF0000;
    display: block;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div .education_note{
    font-size: 14px;
    color: #9ea0a4;
    padding-left: 10px;
}
.fusion-text.fusion-text-2 .custom_register_form_wrapper div .custom_register_button:hover{
    background-color: #03516c;
    color: #fff;
    cursor: pointer;
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
   
.grecaptcha-badge:hover {
    width: 256px !important;
}

.page .fusion-wrapper .post-content .registration-row-2 .fusion-text p{
    margin-top: 25px;
    margin-bottom: 10px;
}
.page .fusion-wrapper .post-content .registration-row-2 span.fusion-imageframe{
    padding-bottom: 20px;
}
.page .fusion-wrapper .post-content .registration-column-2 > div{
    background-color: #eceae9;
}
.page .fusion-wrapper .post-content .registration-row-4 > div{
    background-color: #eceae9;
}
.page .fusion-wrapper .post-content .registration-row-4{
    padding-top: 20px;
}
.page .fusion-wrapper .post-content .registration-row-4 span.fusion-imageframe{
    padding-bottom: 20px;
}
.page .fusion-wrapper .post-content .registration-column-3{
    background-color: #fff;
}



/* Media Query start */

@media (max-width:1200px) {

    /* header */

    .fusion-main-menu > ul > li {
        padding-right: 20px !important;
    }

    .fusion-main-menu > ul > li > a {
        font-size: 13px !important;
    }
}


/* homepage */


@media (max-width:1100px) {

    /* about page */
    .building-section {
        padding-right: 30px;
    }

}


@media (max-width:1024px) {

    /* banner section */

    .banner-section {
        height: 100vh;
    }

    .banner-section rs-module {
        height: 100vh !important;
    }

    .order-2 {
        order: 2 !important;
    }

    .order-1 {
        order: 1 !important;
    }
    
    /* plan table */
    
    .plans-cols__services__blocks {
	border-bottom: 1px solid #d8d8d8;
	padding: 20px 10px;
	height: auto;
        }
    
    .plans-cols__services > div::before{
        width: 100%;
    }
    .plans-cols__services > div:first-child::before{
        content: "3D TOUR";
    }
    
    .plans-cols__services > div:nth-child(2)::before{
        content: "DOLLHOUSE";
    }
    
    .plans-cols__services > div:nth-child(3)::before{
        content: "ELEVATOR VIEW";
    }
    
    .plans-cols__services > div:nth-child(4)::before{
        content: "Photo";
    }
    
    .plans-cols__services > div:nth-child(5)::before{
        content: "HTML Code";
    }
    
    .plans-cols__services > div:nth-child(6)::before{
        content: "TAGS";
    }
    .plans-cols__services > div:nth-child(7)::before{
        content: "HIGHLIGHT REEL";
    }
    .plans-cols__services > div:nth-child(8)::before{
       content: "VIDEO";
    }
    .plans-cols__services > div:nth-child(9)::before{
         content: "SCHEMATIC FLOOR PLAN*";
    }
    
     .plans-cols__services > div:nth-child(10)::before{
        content: "GOOGLE STREET VIEW";
    }
    
     .plans-cols__services > div:nth-child(11)::before{
         content: "GOOGLE MAPS";
    }
    
     .plans-cols__services > div:nth-child(12)::before{
        content: "3D MEASURING";
    }
    
    .plans-cols__services > div:nth-child(13)::before{
        content: "Start Price*";
    }
    
    .plans-cols__services > div:last-child {
        text-align: center;
        flex-wrap: wrap;
    }
    .final-price{
        width: 100%;
    }
    
    /* Tour */
    
    .tour-gallery > div:first-child{
        order: 2;
    }
    
    .tour-gallery > div:last-child{
        order: 1;
        margin-bottom: 30px;
    }
    
    .tour-gallery__content {
	 padding-right: 0;
    }
    .tour-gallery__content, .tour-gallery__media {
	flex: 0 0 100%;
	max-width: 100%;
    }
    .plans-cols.include-services {
	margin-bottom: 100px;
    }
    div.fusion-layout-column.tour-txt, div.tour-txt{
        width: 100% !important;
    }
    
    .mob-benifit{
    display: block !important;
   }
    .benifit-wrapper{
    display: none !important;
    }

}


@media (max-width:991px) {

    /* team page */

    .member-avtar > .fusion-column-wrapper {
        width: 200px !important;
        height: 200px;

    }

}

@media (max-width:850px) {

    .industries-wrapper {
        justify-content: space-between;
    }

    .industries-wrapper > div {
        width: 48%;
        background-color: #edeff1;
        position: relative;
        margin-top: 30px;
    }

    .industries-wrapper > div:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }

}

@media (max-width:800px) {

    .fusion-header-wrapper .fusion-header {
        padding: 15px 10px !important;
    }

    .fusion-header-wrapper .fusion-header > .fusion-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .fusion-header-wrapper .fusion-header .fusion-mobile-menu-icons {
        margin-left: auto;
    }

    body .fusion-logo img {
        width: 200px !important;
    }

    .fusion-header .fusion-mobile-nav-holder {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }


    .engage-block .content-boxes,
    .engage-block-wrapper {
        text-align: center;
    }

    .engage-block-wrapper .fusion-alignleft {
        float: none;
    }

    /* page hero section */

    .tp-leftarrow,
    .tp-rightarrow {
        top: 80% !important;

    }


    /* industries page */

    .mob-mb-40 {
        margin-bottom: 40px !important;
    }

    .grid-icons > .fusion-builder-row {
        justify-content: space-between;
    }

    .grid-icons > .fusion-builder-row > div {
        width: 31% !important;
    }

    .grid-icons.fade-icons img {
        width: 100px;
    }

    .grid-icons .content-box-heading,
    .grid-icons .title-heading-center {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    /* team page */

    .member-profile .fusion-builder-row > div.member-contact {
        width: auto !important;
    }

    .member-profile .fusion-builder-row > div.member-avtar {
        width: auto !important;
    }

    /* partner page */

    .join-section .fusion-row {
        display: flex;
        flex-wrap: wrap;
    }

    .join-section .order-1,
    .join-section .mb-0 {
        margin-bottom: 0 !important;
    }

    /* services page */

    .services-sections .content-container {
        margin-bottom: 0 !important;
    }

    /* popup */
    .request-popup,
    .pilot-popup,
    .partner-popup,
    body .Request-quote__inner {
        width: 90%;
    }

    .request-popup.active-popup,
    .pilot-popup.active-popup,
    .partner-popup.active-popup {
        height: 90vh;
    }

    body .Request-quote__inner {
        height: calc(60vh - 100px) !important;
        border: none !important;
        outline: none !important;
    }

}



@media (max-width:767px) {


    /* general style */

    h2 {
        font-size: 26px !important;
    }


    .banner-section {
        height: 100vh !important;
        align-items: flex-start;

    }

    .hero-sec h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    /* contact us */

    .enquiry-inner > div,
    .enquiry-form__leftbox > div {
        width: 100%;
    }

    .enquiry-form__field {
        margin-bottom: 15px;
    }

    .enquiry-form__rightbox {
        padding-left: 0;
    }


    /* partner page */

    .steps-graphic{
     display: block; 
        margin-bottom: 20px;
    }
    
    .partner-steps {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        display: none;
    }

    .partner-steps__lgcircle {
        border: none;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        order: 2;
        margin-top: 50px;
    }

    .partner-steps__smcircle {
        position: static;
        border: none;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        height: auto;
        width: 100%;
        padding: 0;
        order: 1;
    }

    .partner-steps__lgcircle > div {
        display: flex;
        align-items: center;
        width: 50%;
        position: static;
        z-index: 1;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }


    .partner-steps span {
        margin-right: 0;
    }

    .interest-field h6,
    .partner-steps h6 {
        position: static;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .grow-field h6 {
        align-self: center;
    }

    /* industries page */

    .hero-desp p {
        font-size: 20px;
        line-height: 24px;
    }


}

@media (max-width:568px) {

    .hero-desp p {
        font-size: 15px;
    }

    .industries-wrapper > div {
        width: 100%;
        background-color: #edeff1;
        position: relative;
        margin-top: 30px;
    }


    /* popup form */

    .wpcf7-checkbox > span {
        width: 100%;
    }

    .wpcf7-form-control-wrap.checkbox-786 > span > span:nth-child(5) > label,
    .partnersolutions.wpcf7-form-control-wrap > span > span:nth-child(5) > label,
    .partnersolutions.wpcf7-form-control-wrap > span > span:nth-child(6) > label {
        margin-bottom: 20px !important;
    }

    .terms-txt-label {
        font-size: 13px;
        line-height: 18px;
        margin-top: 0 !important;
    }

    .request-popup p,
    .popup-header p {
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        padding: 0 10px;
    }

    .request-popup p span {
        display: inline-block !important;
    }

    .request-popup img,
    .popup-header img {
        width: 180px;
    }
}


@media (max-width:479px) {

    /* industries page */

    .grid-icons > .fusion-builder-row > div {
        width: 48% !important;
    }

    /* partner page */

    .partner-steps h6 {
        font-size: 12px !important;
    }

    .partner-steps__text {
        width: 100%;
    }

}

.pt-checkout-form {width: 100% !important;}
.logopleidingen .fusion-carousel .fusion-carousel-item img {filter: grayscale(1) !important;}

.custom_register_loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #03516c;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.header-search .search-button{
    display: none;
}
.header-search .fusion-search-field input{
    padding: .375rem .75rem !important;
    background-color: rgba(98 98 98 / 55%) !important;
    border: 0 !important;
    color: #fff;
    text-align: center;
    max-width: 160px;
    height: 40px;
    margin-right: 0 !important;
    font-size: 14px;
    border-radius: 8px;
    opacity: 1;
}
.header-search .fusion-search-field input::placeholder{
    opacity: 1;
    color: #fff;
    text-align: center;
    padding-left: 10px !important;
}
.header-search .fusion-search-field input::-webkit-input-placeholder{
    text-align: center;
}
.header-search .fusion-search-field input::-moz-placeholder{
    text-align: center;
}
.header-button-list .popup-button{
    width: 40px;
    height: 40px;
    background-color: rgba(98 98 98 / 55%) !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #fff;
    text-decoration: none;
    padding: 0 !important;
    font-size: 18px !important;
}
.header-button-list{
    margin-bottom: 0 !important;
}
.header-button-list .popup-button .button-icon-left{
    margin-right: 0;
}
.header-nav .menu-text{
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: normal;
    font-family: "cooper_hewittmedium";
    font-size: 14px;
}
.header-nav .fusion-menu-element-list > li{
    margin-right: 30px !important;
    margin-left: 0 !important;
}
.header-nav .fusion-menu-element-list > li .transition-bottom-vertical{
    display: none;
}
.header-nav .menu-text{
    position: relative;
}
/* .header-nav .menu-text:after{
    content: " ";
    position: absolute;
    top: calc(50% + 1.15em);
    left: 0;
    width: 100%;
    border-top-style: solid;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    border-top: 3px solid #FFFFFF;
}
.header-nav .menu-text:hover:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
} */
.header-nav .fusion-menu-element-list > li:last-child{
    margin-right: 0 !important;
}
.header-nav .fusion-menu-element-list > li.market-nav , .header-nav .fusion-menu-element-list > li.industry-nav{
    margin-right: 205px !important;
}
.fusion-sticky-transition{
    opacity: 0.95;
}
.header-nav .fusion-menu-element-list > li.service-megamenu .fusion-megamenu-holder{
    width: 600px !important;
}
.header-nav .fusion-menu-element-list > li.service-megamenu .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu{
    padding: 30px 0;
}
.header-nav .fusion-menu-element-list > li.service-megamenu .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .fusion-megamenu-title .awb-justify-title{
    color: #005670;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 2px;
    padding: 0 20px 10px;
    margin: 0;
    font-family: "cooper_hewittbold" !important;
    text-transform: uppercase;
}
.header-nav .fusion-menu-element-list > li.service-megamenu .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .fusion-megamenu-title{
    padding: 0 !important;
}
.header-nav .fusion-menu-element-list > li.service-megamenu .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .sub-menu .menu-item .fusion-background-highlight{
    color: #000 !important;
    padding: 7px 20px !important;
    display: block;
    line-height: 1.8;
    font-size: 14px;
    font-family: "cooper_hewittmedium";
}
.header-nav .fusion-menu-element-list > li .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .sub-menu .menu-item:hover .fusion-background-highlight{
    color: #fff !important;
}
.header-nav .fusion-menu-element-list > li.industry-nav .sub-menu .menu-item:hover .fusion-background-highlight{
    color: #fff !important;
}   
.header-nav .fusion-menu-element-list > li.industry-nav .sub-menu .menu-item .fusion-background-highlight{
    color: #000 !important;
    padding: 7px 20px !important;
    display: block;
    line-height: 1.8;
    font-size: 14px;
    font-family: "cooper_hewittmedium";
}
.header-nav .fusion-menu-element-list > li.login-nav .sub-menu .menu-item:hover .fusion-background-highlight{
    color: #fff !important;
}   
.header-nav .fusion-menu-element-list > li.login-nav .sub-menu .menu-item .fusion-background-highlight{
    color: #000 !important;
    padding: 7px 20px !important;
    display: block;
    line-height: 1.8;
    font-size: 14px;
    font-family: "cooper_hewittmedium";
}
.header-nav .fusion-menu-element-list > li.cart-icon:hover > a .fusion-megamenu-icon{
    color: #fff !important;
}
.header-nav > .fusion-column-wrapper{
    margin-right: 0 !important;
}
.contact-popup .modal-lg{
    width: 700px;
    max-height: 100%;
    min-height: calc(100% - 3.5rem);
}
.contact-popup .modal-lg .modal-header{
    padding: 0;
    border: 0;
    min-height: auto;
}
.contact-popup .modal-lg .modal-header .close{
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0;
    border: 2px solid #005670;
    border-radius: 100%;
    padding: 0;
    width: 40px;
    height: 40px;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}
.contact-popup .modal-lg .modal-body{
    padding: 0;
}
.contact-popup .modal-lg .modal-body .modal-header{
    background-color: #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.contact-popup .modal-lg .modal-body .modal-header h5{
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
.contact-popup .modal-lg .modal-body > .modal-body{
    padding: 30px 15px;
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info{
    position: relative;
    max-width: 250px;
    margin: 0 auto;
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .contact-pop-head h2 {
    font-weight: normal;
    font-size: 30px;
    text-transform: initial;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    color: #000;
    letter-spacing: normal;
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .info{
    padding-left: 50px;
    margin: 25px 0 0;
    position: relative;
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .info.number::before {
    content: '\f095';
    font-family: FontAwesome;
    font-size: 35px;
    color: #005670;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -10px;
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .info strong{
    font-weight: bold;
    display: block;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
    line-height: normal;
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .info span , .contact-popup .modal-lg .modal-body > .modal-body .contact-info a{
    color: #000;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .info.mail::before {
    content: '\f0e0';
    font-family: FontAwesome;
    font-size: 35px;
    color: #005670;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -10px;
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .info.social-icon {
    padding: 0;
    text-align: center;
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .info.social-icon ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .info.social-icon ul li{
    display: inline-block;
    margin: 0 10px 0 0;
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .facebook::before , .contact-popup .modal-lg .modal-body > .modal-body .contact-info .instagram::before , .contact-popup .modal-lg .modal-body > .modal-body .contact-info .likedin::before{
    content: '\f09a';
    width: 40px;
    height: 40px;
    display: block;
    background-color: #fff;
    border-radius: 100%;
    color: #005670;
    font-family: FontAwesome !important;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    transition: all ease 400ms;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.25);
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .instagram::before{
    content: '\f16d';
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .likedin::before{
    content: '\f0e1';
}
.contact-popup .modal-lg .modal-body > .modal-body .contact-info .facebook:hover::before, .contact-popup .modal-lg .modal-body > .modal-body .contact-info .instagram:hover::before, .contact-popup .modal-lg .modal-body > .modal-body .contact-info .likedin:hover::before {
    background-color: #005670;
    color: #fff;
}

.register-popup .modal-lg{
    width: 700px;
    max-height: 100%;
    min-height: calc(100% - 3.5rem);
}
.register-popup .modal-lg .modal-header{
    padding: 0;
    border: 0;
    min-height: auto;
}
.register-popup .modal-lg .modal-header .close{
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0;
    border: 2px solid #005670;
    border-radius: 100%;
    padding: 0;
    width: 40px;
    height: 40px;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}
.register-popup .modal-lg .modal-body{
    padding: 0;
}
.register-popup .modal-lg .modal-body .modal-header{
    background-color: #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.register-popup .modal-lg .modal-body .modal-header h5{
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
.register-popup .modal-lg .modal-body > .modal-body{
    padding: 30px 15px;
}
.register-popup .modal-content .modal-body p{
    font-size: 16px;
    line-height: normal;
    text-align: center;
    margin: 0 0 1rem 0;
}
.register-popup .modal-content .modal-footer{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1.5rem 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    margin: 0;
}
.register-popup .modal-content .modal-footer .btn {
    position: relative;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 14px;
    border: 1px solid #005670;
    background-color: #fff;
    color: #005670;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
.register-popup .modal-content .modal-footer .btn:hover{
    background-color: #005670;
    color: #fff;
}

.earn-popup .modal-lg{
    width: 700px;
    max-height: 100%;
    min-height: calc(100% - 3.5rem);    
}
.earn-popup .modal-lg .modal-header{
    padding: 0;
    border: 0;
    min-height: auto;
}
.earn-popup .modal-lg .modal-header .close{
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0;
    border: 2px solid #005670;
    border-radius: 100%;
    padding: 0;
    width: 40px;
    height: 40px;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}
.earn-popup .modal-lg .modal-body{
    padding: 0;
}
.earn-popup .modal-lg .modal-body .modal-header{
    background-color: #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.earn-popup .modal-lg .modal-body .modal-header h5{
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
.earn-popup .modal-lg .modal-body > .modal-body{
    padding: 30px 15px;
}
.earn-popup .modal-content .modal-footer{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1.5rem 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    margin: 0;
}
.earn-popup .modal-content .modal-footer .btn {
    position: relative;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 14px;
    border: 1px solid #005670;
    background-color: #fff;
    color: #005670;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
.earn-popup .modal-content .modal-footer .btn:hover{
    background-color: #005670;
    color: #fff;
}
.earn-popup .modal-content .modal-body p{
    font-size: 16px;
    line-height: normal;
    text-align: center;
    margin: 0 0 1rem 0;
}
.earn-popup .modal-content .modal-body p.mb-5{
    margin-bottom: 3rem;
}
.earn-popup .modal-content .modal-body .table-style {
    border: 2px solid #f2f2f2;
    border-radius: 8px;
    overflow: hidden;
}
.earn-popup .modal-content .modal-body .table-style td , .earn-popup .modal-content .modal-body .table-style th{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.earn-popup .modal-content .modal-body .table-style td{
    font-size: 16px;
    line-height: normal;
}
.earn-popup .modal-content .modal-body .table-style td:first-child {
    background-color: #f2f2f2;
}
.earn-popup .modal-content .modal-body .table-style table{
    margin: 0;
}

.header-nav .fusion-menu-element-list > li.service-megamenu .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .sub-menu .menu-item {
    background: inherit;
}
.header-nav .fusion-menu-element-list > li.industry-nav .sub-menu .menu-item {
    background-color: #fff !important;
}
.header-nav .fusion-menu-element-list > li.industry-nav .sub-menu .menu-item:hover {
    background-color: #005670 !important;
}
body.fusion-body .header-nav .fusion-menu-element-list > li.industry-nav .sub-menu li.menu-item a.fusion-background-highlight{
    color: #000 !important;
}
body.fusion-body .header-nav .fusion-menu-element-list > li.industry-nav .sub-menu li.menu-item:hover a.fusion-background-highlight{
    color: #fff !important;
}


/* Stripe Form Design work by JD  Start */
    
.wppayment-wrapper{
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    padding: 15px;
    width: 100%;
    border-radius: 4px;
}
.wppayment-wrapper .wpf_item_payment_item .wpf_input_label{
    display: inline-block;
    font-weight: 700;
    height: 28px;
}
.wppayment-wrapper .wpf_multi_form_controls .form-check{
    margin-bottom: 5px;
    height: 28px;
}
.wppayment-wrapper .wpf_multi_form_controls .form-check label{
    font-weight: 400;
    cursor: pointer;
}
.wppayment-wrapper .wpf_multi_form_controls .form-check input{
    margin: 0 5px;
    cursor: pointer;
    outline: 0;
}
.wppayment-wrapper .wpf_multi_form_controls .form-check .form-check-label{
    color: #005670;
    line-height: 1.8;
    font-size: 16px;
}
.wppayment-wrapper .wpf_form_group .wpf_input_label label{
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #005670;
    line-height: 1.8;
    font-size: 16px;
}
.wppayment-wrapper .wpf_form_group.wpf_item_tax_payment_input{
    height: 28px;
}
.wppayment-wrapper .wpf_form_group .wpf_input_content select{
    display: inline-block;
    width: 100%;
    padding: 8px 7px;
    height: 38px !important;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-image: none;
    border: 1px solid rgba(51,51,51,.1);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wppayment-wrapper .wpf_form_group .wpf_input_content input{
    border-radius: 6px;
    border-color: #e2e2e2;
    background-color: #fff;
    font-size: 16px;
    color: #9ea0a4;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #d2d2d2;
}
.wppayment-wrapper .wpf_form_group label[for=wpf_input_2358_stripe_card_element]{
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
    color: #005670;
    margin-bottom: 5px;
}
.wppayment-wrapper p.wpf_test_mode_message{
    margin-top: 15px !important;
    color: #005670;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
}
.wppayment-wrapper .wpf_form_submissions{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.wppayment-wrapper .wpf_form_submissions button{
    -webkit-appearance: button;
    background-color: #343a40 !important;
    border: 0;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 15px 20px !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    height: 48px !important;
    background-image: inherit !important;
}
.wppayment-wrapper .wpf_form_submissions button:hover{
    background-color: #23272b !important;
}   
.wpf_payment_receipt .wpf_payment_info {margin-top: 30px;}
@media only screen and (max-width: 767px){
    .wppayment-wrapper .wpf_multi_form_controls .form-check{
        height: auto;
    }
    .wppayment-wrapper .wpf_form_group .wpf_input_content input{
        height: auto;
    }
}

/* Stripe Form Design work by JD  End */

@media (max-width: 1600px) {
    .header-nav .fusion-menu-element-list > li.market-nav, .header-nav .fusion-menu-element-list > li.industry-nav{
        margin-right: 110px !important;
    }
    .header-nav .menu-text{
        font-size: 12px;
    }
    .fusion-body .custom-header-container .header-nav{
        width: 60% !important;
    }
    .fusion-body .custom-header-container .header-button-list{
        width: 10.3% !important;
    }
    .fusion-body .custom-header-container .header-search{
        width: 10.7% !important;
    }
    .custom-header-container .header-logo{
        margin-left: 15px !important;
    }
    .header-nav .fusion-menu-element-list > li {
        margin-right: 15px !important;
    }    
}

@media (max-width: 1350px){
    .header-nav .fusion-menu-element-list > li.market-nav, .header-nav .fusion-menu-element-list > li.industry-nav {
        margin-right: 80px !important;
    }
    .fusion-body .custom-header-container .header-nav {
        width: 58% !important;
    }
    .fusion-body .custom-header-container .header-button-list {
        width: 12.3% !important;
    }
}

@media (max-width: 1299px) {
    .fusion-body .custom-header-container .fusion-builder-column-0 {
        width: 17% !important;
    }
    .header-nav .fusion-menu-element-list > li.market-nav, .header-nav .fusion-menu-element-list > li.industry-nav {
        margin-right: 45px !important;
    }
    .fusion-body .custom-header-container .header-nav {
        width: 55% !important;
    }
    .fusion-body .custom-header-container .header-button-list {
        width: 12% !important;
    }
    .fusion-body .custom-header-container .header-search {
        width: 12.7% !important;
    }
    .fusion-body .fusion-builder-live-column-3 {
        width: 17% !important;
    }
    .custom-header-container .header-logo{
        margin-left: 10px !important;
    }
}



/* 4/18/2022 css */
@media (max-width: 1199px){
    .fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper i{
        font-size: 15px;
    }
    .fusion-body .custom-header-container .header-nav {
        width: 60% !important;
    }
    .fusion-body .custom-header-container .fusion-builder-column-0 {
        width: 15% !important;
    }    
    .fusion-body .custom-header-container .header-button-list {
        width: 10% !important;
    }
    .header-nav .fusion-menu-element-list > li{
        margin-right: 10px;
    }
    .header-button-list .popup-button{
        width: 30px;
        height: 30px;
    }
    .fusion-search-element-1 .searchform .fusion-search-form-content .fusion-search-field input{
        padding: 5px 10px;
    }
}

@media (max-width: 1099px){
    .header-nav .fusion-menu-element-list > li.market-nav, .header-nav .fusion-menu-element-list > li.industry-nav {
        margin-right: 25px !important;
    }
    .fusion-body .custom-header-container .header-button-list {
        width: 9% !important;
    }
    .fusion-body .custom-header-container .header-nav {
        width: 61% !important;
    }
    .fusion-builder-column-0 > .fusion-column-wrapper{
        padding-left: 20px !important;
    }
    .header-button-list .popup-button{
        margin-right: 5px;
    }
    .fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper i{
        font-size: 12px;
    }
    .header-button-list .popup-button {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 1023px){
    .fusion-flex-container .fusion-row{
        margin-top: 15px;
    }
    .header-nav .menu-text{
        color: #4a4e57;
    }
    .fusion-body .custom-header-container .header-nav{
        width: 54% !important;
    }
    .fusion-body .custom-header-container .header-search {
        width: 16.7% !important;
    }
    .fusion-body .custom-header-container .header-button-list {
        width: 12% !important;
    }
}
@media (max-width: 991px){
    .fusion-body section:not(.fusion-tb-header) .fusion-flex-container.fusion-builder-row-1{
        padding-top: 15px !important; 
    }
    .fusion-search-element-1.fusion-search-form-clean .searchform .fusion-search-form-content .fusion-search-field input{
        padding: 5px !important;
    }
    .fusion-tb-header .fusion-flex-container .fusion-row {
        margin: 15px 0px;
    }
    .fusion-flex-container.page-hero-section .fusion-row {
        margin-top: 0px;
    }
}

@media (max-width: 767px){
    .fusion-body section:not(.fusion-tb-header) .fusion-flex-container.fusion-builder-row-1{
        padding-top: 15px !important; 
    }
    .fusion-body .custom-header-container .header-nav {
        width: 34% !important;
    }
    .fusion-body .custom-header-container .header-button-list {
        width: 18% !important;
    }
    .fusion-body .custom-header-container .header-search {
        width: 23.7% !important;
    }
    .fusion-body .custom-header-container .fusion-builder-column-0 {
        width: 22% !important;
    }
    .fusion-search-element-1.fusion-search-form-clean .searchform .fusion-search-form-content .fusion-search-field input{
        font-size: 12px;
    }
    .fusion-tb-header .fusion-builder-column-0 > .fusion-column-wrapper{
        padding-left: 10px !important;
    }
}

@media (max-width: 520px){
    .fusion-body .custom-header-container .header-nav {
        width: 20% !important;
    }
    .fusion-body .custom-header-container .header-button-list {
        width: 22% !important;
    }
    .fusion-body .custom-header-container .header-search {
        width: 29.7% !important;
    }
    .fusion-body .custom-header-container .fusion-builder-column-0 {
        width: 26% !important;
    }
}

@media (max-width: 420px){
    .fusion-body .custom-header-container .header-nav {
        width: 16% !important;
    }
    .fusion-body .custom-header-container .header-button-list {
        width: 25% !important;
    }
    .fusion-body .custom-header-container .header-search {
        width: 30.7% !important;
    }
    
}

@media (max-width: 374px){
    .fusion-body .custom-header-container .header-search {
        width: 31.7% !important;
    }
    .fusion-body .custom-header-container .header-button-list {
        width: 26% !important;
    }
    .fusion-body .custom-header-container .header-nav {
        width: 14% !important;
    }
}

.fusion-body.modal-open .fusion-tb-header .fusion-flex-container.fusion-builder-row-2 {
    display:block!important;
}
.modal-backdrop.in{
    display:none!important;
}