/*@charset "utf-8";
/*..............embedded fonts..............*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*=====font-family: "Poppins", sans-serif;=====*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*======font-family: "Open Sans", sans-serif;======*/

/*..............embedded fonts..............*/

/*..............custom fonts..............*/



/*..............common styles..............*/
body { margin: 0; padding: 0; font-family: "Open Sans", sans-serif; font-size: clamp(1rem, 0.954rem + 0.247vw, 1.25rem); font-weight: 700; color:#777777; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin:0 0 25px; padding:0; color: #000; font-family: "Poppins", sans-serif; line-height: 1.2; font-weight: 700; }
h1{ font-size: clamp(2.25rem, 2.088rem + 0.864vw, 3.125rem);}
/*----------50 To 36---------*/
h2{ font-size: clamp(1.75rem, 1.657rem + 0.494vw, 2.25rem);}
/*----------36 To 28---------*/
h3{ font-size: clamp(1.125rem, 1.056rem + 0.37vw, 1.5rem);}
/*----------24 To 18---------*/
h4{ font-size: clamp(1.125rem, 1.102rem + 0.123vw, 1.25rem);}
/*----------20 To 18---------*/
h5{ font-size: clamp(1rem, 0.977rem + 0.123vw, 1.125rem);}
/*----------18 To 16---------*/
h6{ font-size:16px;}

p{ margin:0 0 25px; line-height: 1.4;}
img{ max-width: 100%;}
a, img{ border:0; text-decoration: none; outline: none;}
a, a:link, a:visited, a:focus, a:hover { color: #179ae2; outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ text-decoration:none;}

input, textarea, select{ font-family: "Open Sans", sans-serif; font-weight: 300; outline: none; border: 1px solid transparent !important; border-radius: 0 !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; }
input[type="submit"]{font-family: "Open Sans", sans-serif; font-weight: 300; transition:all 0.3s ease 0s; outline: none;}
select { appearance: none; -webkit-appearance: none; height: 40px !important; padding-right: 40px !important; background-image: url(../images/select-arw.png); background-repeat: no-repeat; background-position: 96% center;  }
input:not([type="submit"]) {height: 40px !important;}
input.form-control,
textarea.form-control {border: 1px solid #fff !important;box-shadow: none !important;  border-radius: 0;}
textarea.form-control{height: 170px !important;}



/* --- for placeholder color --- */

.form-control::-moz-placeholder{color:#AAAAAA;opacity:1;}
.form-control:-ms-input-placeholder{color:#AAAAAA;}
.form-control::-webkit-input-placeholder{color:#AAAAAA;}




/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label{ font-weight: normal;}
.builder_radiobox ul li input[type="radio"]{ opacity: 0;}
.builder_radiobox ul li input[type="radio"]:empty ~ label{ position:relative; float:left; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; padding: 0 0 0 22px;}
.builder_radiobox ul li input[type="radio"]:empty ~ label:before{ position:absolute; display:block; top:2px; bottom:0; left:0; content:""; width:16px; height:16px; background:url(../images/radiobutton.png) left top no-repeat;}
.builder_radiobox ul li input[type="radio"]:checked ~ label:before{ background:url(../images/radiobutton.png) left bottom no-repeat;}

/* --- checkbox and radio button Styles --- */

.common-padd { padding-top: 100px; padding-bottom: 100px; }
.form-control { height: 50px; padding: 12px 15px; }
.btn { background-color: #42A1D9; padding: 12px 24px; color: #fff !important; font-size: 16px; font-weight: 700; text-transform: uppercase; border-radius: 5px !important; transition: 0.3s ease-in-out all; -webkit-transition: 0.3s ease-in-out all; -moz-transition: 0.3s ease-in-out all; -ms-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; }
.btn:hover {background-color: #2F405C; }

.common-heading { margin-bottom: 50px; }
.common-heading h2{color: #fff;}

/*..............common styles..............*/


/*-----scroll-bar-design----------*/

/* width */
::-webkit-scrollbar {width: 8px; }

/* Track */
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; }
 
/* Handle */
::-webkit-scrollbar-thumb {background: #2e3f5a; border-radius: 10px; }


/*-----scroll-bar-design----------*/

/*for header css*/
header.main-header.header-with-bg {background-color: #3B3B3C; background: rgb(59,59,60);background: linear-gradient(180deg, rgba(59,59,60,1) 0%, rgba(59,59,60,1) 65%, rgba(59,59,60,1) 100%);}
header.main-header.header-with-bg.fixed{background: rgb(0,0,0);background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 65%, rgba(0,0,0,0.5) 100%);}
.main-header { padding: 11px 0px; z-index: 999; left: 0; right: 0; top: 0; position: fixed; background: #40587F; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.header-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
header.main-header .logo { max-width: 170px; transition: 0.3s ease-in-out all; -webkit-transition: 0.3s ease-in-out all; -moz-transition: 0.3s ease-in-out all; -ms-transition: 0.3s ease-in-out all; -o-transition: 0.3s ease-in-out all; }
header.main-header.fixed .logo { max-width: 150px; }

/*for header css*/
footer.footer-sec {background-color: #40587F; padding: 40px 0 0;}
footer.footer-sec .footer-main-wrapper { display: flex ; align-items: center; justify-content: space-between; padding-bottom: 40px;}
footer.footer-sec .footer-social-icon ul { display: flex ; margin-bottom: 0; padding-left: 0; }
footer.footer-sec .footer-social-icon ul li { list-style: none; }
footer.footer-sec .footer-social-icon ul li:not(:last-child) {margin-right: 10px; }
footer.footer-sec .footer-social-icon ul li a { width: 40px; height: 40px; display: flex ; background: #35496a; align-items: center; justify-content: center; border-radius: 100px; border: 1px solid #dfdfdf; padding: 6px; color: #fff; }
footer.footer-sec .footer-social-icon ul li a:hover {background-color: #212b3b;}
footer.footer-sec .footer-social-icon ul li a img { width: 16px; }
footer.footer-sec .footer-social-icon ul li a i {width: 16px;}
footer.footer-sec .footer-btm-wrapper { border-top: 1px solid #ffffff80; padding: 30px 0; }
footer.footer-sec .btm-footer { display: flex ; align-items: center; justify-content: space-between; }
footer.footer-sec .btm-footer p { margin-bottom: 0; font-size: 14px; font-weight: 400; color: #fff; }
footer.footer-sec .btm-footer ul { padding-left: 0; display: flex ; margin-bottom: 0; }
footer.footer-sec .btm-footer ul li {list-style: none; position: relative; padding-right: 10px; margin-right: 10px;}
footer.footer-sec .btm-footer ul li:not(:last-child)::after { content: ""; position: absolute; right: 0; background-color: #ffffff; height: 20px; width: 1px; top: 58%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
footer.footer-sec .btm-footer ul li a{font-weight: 400; color: #fff;font-size: 14px;}
footer.footer-sec .btm-footer ul li a:hover {color: #179ae2;}
/*=====home page====*/

.banner-sec {position: relative; min-height: 100vh; overflow: hidden; }
.banner-sec img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; object-position: center left; }
.banner-sec .banner-content { position: absolute; top: 0; width: 100%; min-height: 100%; display: flex ; align-items: end; justify-content: center; padding-bottom: 50px; }
.banner-sec .banner-text { max-width: 835px; background-color: #2f405ce6; text-align: center; padding: 30px; border: 1px solid #fff; margin: auto; }
.banner-sec .banner-text h1{color: #fff;}
.banner-text p { color: #fff; margin-bottom: 0px; }
.banner-text span, .banner-text .price-text { color: #78CDFF; }
.banner-text p.price-text { font-size: clamp(1.25rem, 0.903rem + 1.852vw, 3.125rem); }




.location-details { margin-top: 40px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07); padding: 40px 30px; border-left: 8px solid #40587F; }
.location-details ul { padding-left: 0; }
.location-details ul li { list-style: none; margin-bottom: 15px; }
.location-details ul li span { color: #000; }
.location-details p { margin-bottom: 14px; }
.location-details p span { color: #000; }
.location-details .call span { width: 40px; height: 40px; display: flex ; background: #42A1D9; align-items: center; justify-content: center; border-radius: 60px; margin-right: 15px; }
.location-details .call a { display: flex ; align-items: center; color: #777777; }
.location-details .call a:hover {color: #42A1D9;}
.remodelers-text-box { padding-right: 30px; }
.remodelers-form-text { padding: 14px; background-color: #42A1D9; }
.remodelers-form-text h3 { color: #fff; margin-bottom: 0; }
.remodelers-form { background-color: #EDF5F9; }
.remodelers-form form{ padding: 30px 30px 40px; }
.remodelers-form form input.btn { height: auto !important; width: 100%; background-color: #42A1D9 !important;   font-weight: 700;}

.events-text-box { padding: 60px 20px 30px; background: #fff; text-align: center; position: relative; height: 100%; }
.open-events { background-color: #40587F; }
.events-img { width: 95px; height: 95px; background: #42A1D9; display: flex ; justify-content: center; align-items: center; border-radius: 150px; position: absolute; top: -56px; transform: translateX(-50%); left: 50%; border: 3px solid #fff; }
.events-text-box p { margin-bottom: 0; }
.events-text-box p span { color: #000; }
.open-events .common-heading { margin-bottom: 100px; }
.open-events .row .col-lg-6:not(:last-child) { margin-bottom: 40px; }
.open-events .row .col-lg-6:last-child .events-text-box { background-color: #42A1D9; padding: 30px; position: relative; }
.open-events .row .col-lg-6:last-child .events-text-box h2, .open-events .row .col-lg-6:last-child .events-text-box p { color: #fff; }
.open-events .row .col-lg-6:last-child { position: relative; padding: 5px; }
.open-events .row .col-lg-6:last-child::after { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border: 1px solid #42A1D9; }
.open-events .row .col-lg-6:last-child .events-text-box h2 {font-family: "Open Sans", sans-serif;}

.partner-sec .left-box { height: 100%; position: relative; width: calc(50vw - 20%); float: right; }
.partner-sec .left-box img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.partner-sec .right-box { padding: 100px 60px; padding-right: 0; }
.partner-sec .right-box ul { margin-bottom: 0; padding-left: 0; }
.partner-sec .right-box ul li { list-style: none; position: relative; padding-left: 40px; }
.partner-sec .right-box ul li:not(:last-child) {margin-bottom: 20px;}
.partner-sec .right-box ul li::after { content: ''; position: absolute; background-image: url(../images/blue-tick.svg); background-repeat: no-repeat; background-size: contain; width: 24px; height: 24px; left: 0; top: 8px; }

.map-box-sec { position: relative; overflow: hidden; }
.map-box-sec img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.map-box-sec::after { content: ''; position: absolute; width: 100%; height: 100%; background-color: #1D2F4A; top: 0; left: 0; opacity: 0.9; }
.location-map { position: relative; z-index: 1; height: 610px; }
.testimonial-sec { background-color: #42A1D9; }
.testimonial-text h2 {color: #fff;}
.client-review iframe { width: 100%; }

.remodelers-sec .remodelers-form form p { margin-bottom: 0; }
.remodelers-form form input.wpcf7-not-valid { border: 1px solid #dc3232 !important; }
.remodelers-sec .remodelers-form form p .wpcf7-not-valid-tip { display: none; }
.remodelers-form form .wpcf7-response-output { margin: 0; font-size: 14px; font-weight: 500; }
.banner-text h4 { color: #78CDFF; margin-bottom: 10px; }
.banner-text h3 { color: #78CDFF; font-size: clamp(1.75rem, 1.495rem + 1.358vw, 3.125rem); margin-bottom: 5px; }
.location-details ul li b, .location-details p b, .events-text-box p b{ font-weight: 700; color: #000; }
/*=====home page====*/
.remodelers-form form span.select2-selection { border: none; font-size: 16px; color: #000000; height: auto; border-radius: 0; border: none !important; background: #fff; }
.remodelers-form form span.select2-selection input.select2-search__field { margin-top: 0; font-weight: 400 !important; height: auto !important; padding: 8px 0px 3px 0px; background: #fff; }
.remodelers-form form span.select2-selection ul.select2-selection__rendered { padding: 0 10px; }
.remodelers-form form .form-select { color: #979797; }
.remodelers-form form span.select2-selection ul.select2-selection__rendered .select2-selection__choice { background: transparent; font-size: 14px; font-weight: 400; margin-top: 13px; }
.remodelers-form form span.select2-selection ul.select2-selection__rendered .select2-selection__clear { margin-top: 10px; margin-right: 5px; font-size: 20px; color: #5e5e5e; }
.select2-results .select2-results__option { font-weight: 400; font-size: 14px; color: #979797; }

.remodelers-form form span.select2-selection input.select2-search__field::placeholder { color: #979797; opacity: 1; }
.remodelers-form form span.select2-selection input.select2-search__field::-ms-input-placeholder { color: #979797; }




/*Media Query css*/


@media only screen and ( min-width:1700px ) {
    .container { max-width: 1340px;}

}

@media only screen and ( max-width:1599px ) {
    .common-padd {padding: 80px 0;}
    .partner-sec .right-box { padding: 80px 50px;}
    .location-map { height: 550px; }
	

}
@media only screen and ( max-width:1399px ) {
    .common-padd {padding: 70px 0;}
    .partner-sec .right-box { padding: 70px 40px;}
    .location-map { height: 450px; }
}
@media only screen and ( max-width: 991px ) {
    .common-padd {padding: 60px 0;}
    .partner-sec .right-box { padding: 0px;}
    .partner-sec { padding: 60px 0; }
    .location-map { height: 400px; }
    .remodelers-text-box { padding-right: 0; margin-bottom: 30px; }
    .partner-sec .left-box { height: 400px; position: relative; width: auto; float: unset; margin-bottom: 30px; }
    .partner-sec .left-box img { position: unset; object-fit: contain;}
    .banner-sec .banner-content { align-items: center; padding-bottom: 0; }

}
@media only screen and ( max-width: 767px ) {
    header.main-header .logo { max-width: 130px; }
    header.main-header.fixed .logo { max-width: 100px; }
    .main-header { padding: 5px 0px;}
    .location-details { padding: 30px 20px;}
    .open-events .row .col-lg-6:last-child { width: 96%; }
    .open-events .row .col-lg-6:nth-child(2) { margin-top: 60px; }
    .location-map { height: 300px; }
    .common-padd, .partner-sec { padding: 50px 0; }
    .partner-sec .right-box ul li { padding-left: 30px; }
    .partner-sec .right-box ul li:not(:last-child) { margin-bottom: 12px; }


}
@media only screen and ( max-width: 575px ) {
    .events-img { width: 75px; height: 75px; padding: 15px; top: -40px; }
    .banner-sec .banner-text { padding: 30px 20px}
    .open-events .row .col-lg-6:nth-child(2) { margin-top: 40px; }
    .events-text-box { padding: 40px 20px 25px;}
    .open-events .common-heading { margin-bottom: 80px; }
    .common-padd, .partner-sec { padding: 40px 0; }
    .remodelers-form form { padding: 20px; }
    .partner-sec .right-box ul li::after { width: 20px; height: 20px;}

    footer.footer-sec { padding: 30px 0 0; }
    footer.footer-sec .footer-main-wrapper { padding-bottom: 30px; flex-direction: column; }
    footer.footer-sec .footer-social-icon ul li a { width: 35px; height: 35px;}
    footer.footer-sec .footer-main-wrapper .footer-logo { margin-bottom: 20px; max-width: 130px;}
    footer.footer-sec .footer-btm-wrapper { padding: 10px 0; }
    footer.footer-sec .btm-footer { flex-direction: column; }
}
@media only screen and ( max-width: 380px ) {


}


/*Media Query css*/



