@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body.blog article .post-body { color:#FFF }

h2, h3, h4, h5, h6 { line-height: 1.2; }

/* ------- MISC ------- */
.aic { align-items:center }
/* ------- MISC ------- */

/* ------- Info Side Bar ------- */
.contact-fixed-panel { position: fixed; left: 0; top: 50%; transform: translateY(-50%); background: #FFFFFF; border-radius: 0 12px 12px 0; box-shadow: -4px 4px 15px rgba(0,0,0,0.15); overflow: hidden; z-index: 999999; font-family: "DM Sans", sans-serif ; font-size: 14px; transform: translateX(-100%); transition: all 700ms ease; }
.contact-item { display: flex; align-items: center; padding: 10px; text-decoration: none; color: #333; font-weight: 500; border-bottom: 1px solid #ddd; transition: all 0.3s ease; background: #FFFFFF; }
.contact-item:last-child { border-bottom: none; }
.contact-item:hover { background: #e9e9e9; }   
.icon { width: 37px; height: 37px; background: #2b2e83; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; flex-shrink: 0; }

.info-side-active .contact-fixed-panel { transform: translateX(0); }
/* ------- Info Side Bar ------- */

       

/* ------- Header ------- */
.search-menu a { font-size:0; line-height:1 !important; padding-right:5px !important }
.search-menu a:before { display:none }
.search-menu a i { font-size:20px }


.custom-search-modal { position: fixed; inset: 0; background: rgb(47 55 143 / 90%); z-index: 99; backdrop-filter: blur(10px); display: flex;  justify-content: center; opacity: 0; visibility: hidden; transition: 450ms ease; transform: translateY(-100%); padding-top: 240px; }
.cs-search-inner { width: 100%; max-width: 600px; padding: 20px; }

.is-search-form { padding:6px 8px !important; background:#FFF; display:flex; align-items:center; border-radius:50px; overflow:hidden   }
.is-form-style input.is-search-input { font-size:18px !important; padding:16px 20px; font-weight:400; font-family: "DM Sans", sans-serif; height:auto; border:0 !important}
.is-form-style input.is-search-submit {  font-family: "DM Sans", sans-serif ;height:auto;  position:static; padding:17px 30px !important; font-size:18px !important; background: #2F378F; border:0; color:#FFF; border-radius:30px }


.is-form-style input.is-search-input::-webkit-input-placeholder { font-size:18px !important; font-weight: 400 !important; }
.is-form-style input.is-search-input::-moz-placeholder { font-size:18px !important; font-weight: 400 !important; }
.is-form-style input.is-search-input:-ms-input-placeholder { font-size:18px !important; font-weight: 400 !important; }
.is-form-style input.is-search-input:-moz-placeholder { font-size:18px !important; font-weight: 400 !important; }

button.cs-close svg { width:40px; height:40px; }
button.cs-close { line-height:1; padding:0; display:flex; align-items:center; justify-content:center; background-color:transparent; margin-left: auto; margin-bottom: 20px; }


.search-is-open .custom-search-modal { opacity: 1; visibility: visible;transform: translateY(0); }

.is-search-sections .meta>div { margin: 0 !important;}
.is-ajax-search-result { background: transparent !important; padding-top: 10px !important; }
.is-ajax-search-post { padding:8px 20px }
.is-ajax-search-post .right-section .meta, .is-ajax-result-description { margin:0 !important }
.is-title a { font-family: "DM Sans", sans-serif; font-weight:500; font-size:16px !important }
.is-show-more-results { margin:0 !important;  padding:8px 20px !important;font-family: "DM Sans", sans-serif !important; background:#e4e6ff !important }
.is-show-more-results-text { font-size: 16px !important; }
/* ------- Header ------- */

h5 { font-size:24px; margin-bottom:20px }

.mt-0 { margin-top:0 }
.ss-g-24 { gap:24px 0 }

.common-padd { padding:60px 0; }
   

.new-pages .container.container-lg { width: 100%; max-width: 1440px; }
.site-footer .container.container-lg { width: 100%; max-width: 1440px; }
.new-pages, .ui-custom { font-family: "DM Sans", sans-serif; font-size:16px; }

.new-pages .h2 { font-weight: 600; }
.new-pages h1, .new-pages h2, .new-pages h3, .new-pages h4, .new-pages h5, .new-pages h6, .ui-custom :is(h1,h2,h3,h4,h5,h6) { font-family: "DM Sans", sans-serif; margin-bottom: 16px; line-height: 1.2; }
.new-pages p, .ui-custom p { font-size:16px; color: #515151;}
.new-pages p:not(:last-child) {  margin-bottom: 20px; }

.ui-custom h1 { font-size: 48px; }
.new-pages h2, .ui-custom h2 { font-size: 42px; } /* 42px - 24px */
.new-pages h3, .ui-custom h3 { font-size: 28px; } /* 28px - 20px */
.new-pages h4, .ui-custom h4 { font-size: clamp(1.6rem, 1.508rem + 0.246vw, 1.8rem); }
.new-pages h5, .ui-custom h5 { font-size: 20px; } /* 20px - 18px */
.new-pages h6, .ui-custom h6 { font-size: clamp(1.2rem, 1.08rem + 0.246vw, 1.4rem); } 

.new-pages .row { display: flex; flex-wrap: wrap; }
.new-pages .align-items-center { align-items: center; }
.new-pages .align-items-end { align-items: end; }
.new-pages .justify-content-center { justify-content: center; }


/* header */
body:has(.new-pages) .sticky-wrapper { position: absolute; width: 100%; }
body:has(.new-pages) .navbar { top: 20px !important; }
.navbar { width: 95% !important; max-width: 1410px !important; background: #FFFFFF; box-shadow: 0px 7px 14px 0px #0654AA0F !important; border-radius: 50px; height: auto; min-height: auto !important; left: 50% !important; transform: translate(-50%, 0); transition: .1s !important; }


#masthead.navbar-scrolled { top: 20px !important; }

#masthead .navbar-brand { height: auto !important; margin: 0 !important; line-height: normal !important; }
#masthead .container { position: relative; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 14px 15px 14px 32px; }
#masthead .nav>li>a { padding-top: 13px !important; padding-bottom: 13px !important; font-family: "DM Sans", sans-serif; }
#masthead .nav-highlight a { background: #2F378F; padding: 16px 30px; color: #fff; text-decoration: none; border-radius: 30px; font-weight: 600; font-family: "DM Sans", sans-serif; display: flex; align-items: center; width: max-content; gap: 12px; margin-left: 15px; }


.navbar::before { display: none; }
.navbar::after { display: none; }
.container::before { display: none; }
.container::after { display: none; }
#masthead .nav-highlight-ghost>a:after, #masthead .nav-highlight>a:after { display: none; }

.navbar:has(.navbar-collapse.collapse.in) { border-radius: 30px; }

.swatch-white .dropdown-menu > li > a:hover, [class*="swatch-"] .swatch-white .dropdown-menu > li > a:hover, .swatch-white .dropdown-menu > .active > a, [class*="swatch-"] .swatch-white .dropdown-menu > .active > a, .swatch-white .dropdown-menu > .active > a:hover, [class*="swatch-"] .swatch-white .dropdown-menu > .active > a:hover, .swatch-white .dropdown-menu > .active > a:focus, [class*="swatch-"] .swatch-white .dropdown-menu > .active > a:focus { color: #fff !important; } 


.menu-item-has-children a.dropdown-toggle { padding-right: 20px; }
.menu-item-has-children a.dropdown-toggle::after { content: ''; position: absolute; -webkit-transition: all 0.4sease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; content: ""; top: 21px; right: 8px; box-sizing: border-box; height: 8px; width: 8px; border-style: solid; border-color: #2f378f; border-width: 0 2px 2px 0; transform: rotate(45deg) translate(0, -50%); transition: border-width 150ms ease-in-out; -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.4sease; margin: 0 auto; }
.menu-item-has-children a.dropdown-toggle:hover::after { transform: rotate( 225deg); top: 22px; right: 5px; }
/* header */



.btn.btn-primary i:before { color:#FFF }
.post-navigation ul.pager li .btn { padding: 10px 30px 12px; font-size:16px; text-transform:uppercase; font-weight:500; border-radius:50px }

.btn.btn-new { background: #2F378F; padding:16px 46px; color:#fff; text-decoration:none; border-radius:30px; font-weight:600; font-family: "DM Sans", sans-serif; display: flex; align-items: center; width: max-content; gap: 12px; }
.btn.btn-new img { width: 12px; }
.btn.btn-new:hover{ background:#191c5e; }

.btn.btn-white { background:#FFFFFF; color: #000000; }
.btn.btn-white img { filter:invert(1) }
.btn.btn-white:hover { color:#FFFFFF; }
.btn.btn-white:hover img { filter:invert(0) }

.home-banner { padding:148px 0 50px; background:#F2F3FF; position:relative; } 

.hero-left :is(h1, .ss-h1) { font-size: 46px; font-weight:700; line-height:1.2; margin-bottom:20px; color:#222222; }
.hero-left p { font-size: 20px; color:#515151; margin-bottom:25px; }

.hero-list { list-style: none; margin-bottom: 30px; padding: 0; }
.hero-list li { margin-bottom: 10px; color: #444; font-size: 18px; position: relative; padding-left: 26px; }
.hero-list li::before { content: ''; background-image: url(/wp-content/uploads/2026/03/Vector.png); width: 18px; height: 18px; background-size: contain; background-repeat: no-repeat; background-position: center; margin-right: 10px; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); }
 

.hero-right { width:100%; }
.video-container { width: 100%; padding: 0 0 63%; position: relative; overflow: hidden; border-radius: 20px; }
.video-container iframe, .video-container video { width: 100%; height: 100%; position: absolute; left: 0; right: 0; object-fit: cover; }

img.ban-bg-text { position: absolute; bottom: 0; width: 46vw; left: 10px; }

.scroll-down { width: max-content; position: relative; margin-top:30px; } 
.scroll-down > img { width: 124px; } 
.scroll-down span { position: absolute; left: 50%; top: 50%; background: #FFF; width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; border-radius: 50px; transform: translate(-50%, -50%); box-shadow: 0px 10px 15px 0px #4968CF12; }

.media-section { background: #222222; padding: 50px 0; text-align: center; } 
.media-logos { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:15px }
.media-section h5 { color:#FFFFFF }


.about-image-left { padding: 0 0 112%; border-radius: 20px; overflow: hidden; position: relative; max-width: 540px; margin-bottom: 96px; }
.about-image-left img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }

.about-image-right { padding: 0 0 112%; border-radius: 20px; overflow: hidden; position: relative; margin-top: auto; }
.about-image-right img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }

.fancy-heading { position: relative; letter-spacing: 4px; color: #2F378F; font-weight: 600; margin-bottom: 20px; display: block; text-transform: uppercase; }
.fancy-heading::after{ content: ""; display: inline-block; width: 60px; height: 2px; background: #2F378F; margin-left: 15px; margin-top: -1px;  vertical-align: middle; }

.about-content h2 { width: calc(100% + 80px); } 

.d-flex { display: flex; }
.about-right { flex-direction: column; height: 100%; }


.services-section{ border-radius: 0  !important; overflow: hidden; position: relative; padding-bottom: 150px; padding-top: 80px; }
.services-section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0B1047E5; z-index: 1; }
.services-section h2 { color: #fff; }
.services-section p { color: #fff; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }
.services-bg-text { z-index: 2; position: absolute; bottom: 0; width: 98vw; left: 1vw; }

.glass-service-row { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-bottom:40px }

.service-card { padding: 30px; border-radius: 20px; color: white; position: relative; transition: all 0.3s ease; cursor: pointer; height: 100%; overflow: hidden; z-index: 1; aspect-ratio: 1.6; display: flex; align-items: self-end; justify-content: center; }
.service-thum { position:absolute; inset:0; z-index:-1; background-color:#FFFFFF }
.service-thum img { width:100%; height:100%; object-fit:cover; transition: all 0.6s ease; }

.service-card h5 { transition: all 0.6s ease; background: #2f378fd6; padding: 17px; text-align: center; border-radius: 8px; backdrop-filter: blur(5px); margin-bottom: 0; width: 100%; }
.service-card p { margin-top:15px; margin-bottom:0; color: #FFF; transition: all 0.3s ease; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;} 
.service-card .icon { width:65px; height:65px; background:#FFF; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow: 0px 15px 30px 0px #0654AA1A; }
.service-card .arrow { position:absolute; inset:0; z-index:3 }

.service-card:hover h5 { background-color:#FFFFFF; color:#222222; }

.service-card:hover .service-thum img { opacity:.75; transform:scale(1.1) }



.service-card_v2 { background: rgba(255,255,255,0.2); padding: 30px; border-radius: 20px; color: white; position: relative; height: calc(100% - 30px); backdrop-filter: blur(10px); margin-bottom: 30px; transition: all 0.3s ease; cursor: pointer;}
.service-card_v2 h5 { margin-top:15px; margin-bottom:10px; transition: all 0.3s ease; } 
.service-card_v2 p { margin-top:15px; margin-bottom:0; color: #FFF; transition: all 0.3s ease; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;} 
.service-card_v2 .icon { width:65px; height:65px; background:#FFF; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow: 0px 15px 30px 0px #0654AA1A; overflow:hidden}
.service-card_v2 .arrow { position:absolute; top:30px; right:30px; filter: brightness(0) invert(100%); transition: all 0.3s ease; }

.service-card_v2:hover { background:#F3F6FC; color:#222; }
.service-card_v2:hover .arrow { filter: brightness(0) invert(0); }
.service-card_v2:hover p { color:#515151; }
.service-card_v2 .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}






.satisfaction-section{ padding-bottom: 190px; border-radius: 0px !important; overflow: hidden; position: relative; }
.satisfaction-box-head { position: relative; overflow: hidden; max-width: 751px; margin: 0 auto 30px; }

.satisfaction-image { width: 100%; position: relative; overflow: hidden; border-radius: 20px; padding: 0 0 46.5%; }
.satisfaction-image img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }

.satisfaction-stats{ margin-top:30px; }
.counter-satisfaction span { font-size: 64px; font-weight: 600; line-height: 1.2; margin: 0; padding: 0; }

.satisfaction-stats .col-md-3{ border-right: 1px solid #0000001A; }
.satisfaction-stats .col-md-3:last-child{ border-right:0; }

.bottom-btn-center { display: flex; align-items: center; justify-content: center; margin: 100px 0 0; }

.satisfaction-bg-text { z-index: 0; position: absolute; bottom: 0; width: calc(100vw - 40px); left: 20px; }
 


.blog-section { background:#F1F3FF; border-radius: 0 !important; padding: 80px 0; position: relative; } 
.blog-section h5 { font-size: 20px; margin-bottom: 10px; }
body.single-post .post-navigation:not(.nu-nav) { display:none }
body.single-post .swatch-white .post-related-post h4 a { color:#FFF !important; font-weight:500 }

.blog-big { position:relative; overflow:hidden; border-radius:10px; }
.blog-big .blog-overlay span { color: #FFF; margin: 0 0 5px; }
.blog-big .blog-overlay h3 { margin-bottom: 0; }
.blog-big .blog-big-img { padding: 0 0 82%; border-radius: 10px; overflow: hidden; position: relative; }
.blog-big .blog-big-img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
.blog-overlay { position: absolute; left: 0; bottom: 0; width: 100%; padding: 25px 90px 25px 25px; color: #fff; background: linear-gradient(180deg, rgba(5, 5, 5, 0) 37.06%, #050505 100%); height: 100%; display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-end; }

.blog-arrow{ position:absolute; right:20px; bottom:20px; width:50px; height:50px; border-radius:50%; background:#3c4099; display:flex; align-items:center; justify-content:center; color:#fff; }

.blog-small{ background:#fff; border-radius:10px; overflow:hidden; }
.blog-small:not(:last-child) { margin-bottom: 30px; }
.blog-small-img{ width:40%; }
.blog-small-content { width: 60%; padding: 20px; display: flex; flex-direction: column; justify-content: center; }
.blog-small-content h4 { margin: 0 0 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.blog-small-content p { margin: 0; color: #515151; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-small .blog-small-img figure { padding: 0 0 97%; position: relative; margin-bottom: 0; }
.blog-small .blog-small-img figure img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
.blog-small-content span { margin: 0 0 5px; color: #2F378F; }
.blog-small a.lm-btn { font-weight: 700; }
.ml-auto { margin: 0 0 0 auto; }

.p-0 { padding: 0 !important; }

.contact-form-section { padding:50px 90px; background-image: url(/wp-content/uploads/2026/03/image-7900.jpg); background-size: cover; background-position: center; position: relative; }
.contact-form-section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0B1047E5; z-index: 1; }
.contact-form-wrap { z-index: 1; position: relative; }
.contact-form-wrap h2 { color:#fff; margin-bottom: 20px; }
.contact-form-wrap h3 { color: #fff; margin-bottom: 30px; width: max-content; text-decoration: underline; }

.contact-form-wrap label{ color:#fff; font-weight: 500; margin-bottom:8px; display:block; }
.contact-form-wrap .form-control, .contact-form-wrap input:not([type="submit"]) { border-radius: 40px !important; border: 0 !important; padding: 14px 20px !important; background: #FFF !important; height: auto!important; }
.contact-form-wrap .form-control::placeholder, .contact-form-wrap input::placeholder { font-style: normal;  }
.contact-form-wrap textarea.form-control{ border-radius:20px !important; resize:none; height: 150px !important; }
.contact-form-wrap .btn.btn-new p { margin: 0; display: flex; align-items: center; justify-content: center; }
.contact-form-wrap .btn.btn-new input { padding: 0 !important; margin: 0 8px 0 0 !important; background: transparent; }

.contact-section iframe { width: 100%; height: 100%; min-height: 850px; }


.service-slider-section { background: #F1F3FF; overflow: hidden; position: relative;  border-radius: 0;  }

.service-slider { padding: 20px 0 !important; }
.service-slider .swiper-pagination-progressbar { background: #2F378F1A; height: 8px !important; overflow: hidden; border-radius: 10px; }
.service-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background:#2F378F; }

.service-slider .service-item { border-radius: 20px; position: relative; overflow: hidden; }
.service-slider .service-item::before { content: ""; position: relative; width: 100%; padding-bottom: 112%; display: block; }
.service-slider .service-item::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.00942485) 35%, #222222 100%); }

.service-slider .service-content { position: absolute; bottom: 0; padding: 20px; z-index: 1;}
.service-slider .service-content p { margin: 0; color: #FFF; display: none; transition: all 0.3s ease ;  }
.service-slider .service-content h3 { margin:0 0 15px; color: #FFF; font-weight: 500; }

.service-slider .swiper-slide { height: auto; }
.service-slider .swiper-wrapper { align-items: center; }
.service-slider .swiper-slide .service-item { transition:0.8s; }
.service-slider .swiper-slide-active .service-item::before { padding-bottom: 129%; }
.service-slider .swiper-slide-active .service-content p {  display: block;  }

.service-navigate { align-items: center; width: 90vw; max-width: 1600px; margin: 40px auto 0; gap: 90px; }
.service-navigate .swiper-pagination { position: relative; }
.service-navigate .swiper-button-next, 
.service-navigate .swiper-button-prev { width: 54px; box-shadow: 0px 10px 15px 0px #4968CF26; background: #FFFF; border-radius: 50px; aspect-ratio: 1; left: inherit; right: inherit; top: inherit; bottom: inherit; flex: 0 0 auto; height: auto; position: relative; transition: all 0.3s ease; }
.service-navigate .swiper-button-next img,
.service-navigate .swiper-button-prev img { width: 15px; pointer-events: none; }
.service-navigate .swiper-button-next:after, .service-navigate .swiper-button-prev:after { font-size: 0px; }

.service-navigate .swiper-button-prev { margin-right: 20px !important; }
.service-navigate .swiper-button-next img { transform: rotate(180deg); }
.service-navigate .swiper-button-next:hover, .service-navigate .swiper-button-prev:hover { background: #2F378F; } 
.service-navigate .swiper-button-next:hover img, .service-navigate .swiper-button-prev:hover img { filter: brightness(0) invert(1); } 

.service-slider .service-item .service-arrow { position: absolute; width: 50px; height: 50px; border-radius: 50%; background: #3c4099; display: flex; align-items: center; justify-content: center; color: #fff; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; opacity: 0; transition: all 0.3s ease; }
.service-slider .service-item:hover .service-arrow { opacity: 1; }



#accordion .card{ border:0; border-bottom:1px solid #e5e5e5; border-radius:0; overflow: hidden; }
#accordion h5 { font-size:24px; margin-bottom:0; }
#accordion .card-header{ background:none; border:0; padding:0; }

#accordion .btn-link{ width:100%; text-align:left; color:#222; padding:18px 40px 18px 0; text-decoration:none; position:relative;font-size: 24px; font-family: "DM Sans", sans-serif; font-weight: 600; outline: none; white-space: normal; }
#accordion .btn-link:hover, #accordion .btn-link:focus{ text-decoration:none; box-shadow:none; }
#accordion .btn-link:after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 50%; background: #3c4099; color: #fff; display: flex; align-items: center; justify-content: center; padding: 7px 0 8px; }
#accordion .btn-link[aria-expanded="true"]:after{ content:"−"; }
#accordion .card-body{ padding:0 0 20px; color:#666; }



.project-slider { padding: 20px 0 !important; }

.project-img { padding: 0 0 64%; position: relative; overflow: hidden; border-radius: 20px; }
.project-img::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #22222266; opacity: 0; transition: all 0.3s ease; z-index: 1; } 
.project-img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }

.project-content { text-align: center; padding: 30px 20px; width: 98%; margin: 0 auto; border-bottom: 1px solid #00000033; display: none; }
.project-content h2 { margin: 0 0 8px; font-weight: 600; font-size: 34px; color: #1F1747; }
.project-content p { margin: 0; }

.project-arrow { position: absolute; width: 65px; height: 65px; border-radius: 50%; background: #FFFFFF; display: flex; align-items: center; justify-content: center; color: #fff; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0; transition: all 0.3s ease; z-index: 2; }
.project-arrow img { width: 15px; height: auto; position: relative; height: auto; }

.project-img:hover .project-arrow { opacity: 1; }
.project-img:hover::before{ opacity: 1; }

.project-slider .swiper-slide-active .project-content {  display: block;  }
 
.project-navigate .swiper-button-next, 
.project-navigate .swiper-button-prev { width: 54px; box-shadow: 0px 10px 15px 0px #4968CF26; background: #FFFF; border-radius: 50px; aspect-ratio: 1; top:inherit; bottom: 0;  flex: 0 0 auto; height: auto;  transition: all 0.3s ease; }
.project-navigate .swiper-button-next { bottom: 45px; right: calc(21% - 54px); }
.project-navigate .swiper-button-prev { bottom: 45px; left: calc(21% - 54px); }

.project-navigate .swiper-button-next img,
.project-navigate .swiper-button-prev img { width: 15px; pointer-events: none; }
.project-navigate .swiper-button-next img { transform: rotate(180deg); }

.project-navigate .swiper-button-next:hover, .project-navigate .swiper-button-prev:hover { background: #2F378F; } 
.project-navigate .swiper-button-next:hover img, .project-navigate .swiper-button-prev:hover img { filter: brightness(0) invert(1); } 
.project-navigate .swiper-button-next:after, .project-navigate .swiper-button-prev:after { font-size: 0px; }


.mx-auto { margin: 0 auto; }
.testimonial-section {  background: #F1F3FF; overflow: hidden; position: relative; border-radius: 0; border-bottom: 1px solid #d7d7d79e; }
.testimonial-slider { padding-bottom: 30px; }
.testimonial-slider .swiper-slide { height: auto; }

.testimonial-card { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); height: 100%; border: 1px solid #2f378f2e; }

.testimonial-user strong { font-size: 20px; color: #2f378f; }
.testimonial-user span { display:block; color:#777; }
.testimonial-stars { color: #f5a623; margin: 10px 0; font-size: 24px; line-height: 1; }
 
.testimonial-source img { height:20px; }  
.testimonial-source label { margin: 0; }

.testimonial-slider-wrap .swiper-button-next, 
.testimonial-slider-wrap .swiper-button-prev { width: 44px; box-shadow: 0px 10px 15px 0px #4968CF26; background: #FFFF; border-radius: 50px; aspect-ratio: 1; flex: 0 0 auto; height: auto;  transition: all 0.3s ease; }
.testimonial-slider-wrap .swiper-button-next { right: -50px; }
.testimonial-slider-wrap .swiper-button-prev { left: -50px; }

.testimonial-slider-wrap .swiper-button-next img,
.testimonial-slider-wrap .swiper-button-prev img { width: 15px; pointer-events: none; }
.testimonial-slider-wrap .swiper-button-next img { transform: rotate(180deg); }

.testimonial-slider-wrap .swiper-button-next:hover, .testimonial-slider-wrap .swiper-button-prev:hover { background: #2F378F; } 
.testimonial-slider-wrap .swiper-button-next:hover img, .testimonial-slider-wrap .swiper-button-prev:hover img { filter: brightness(0) invert(1); } 
.testimonial-slider-wrap .swiper-button-next:after, .testimonial-slider-wrap .swiper-button-prev:after { font-size: 0px; }
.testimonial-slider-wrap .testimonial-slider { padding: 16px 0 30px; }
.testimonial-source span { color: #818181; }

.go-top .fa-angle-up:before { color: #FFF; }


.areas-section { background: #F1F3FF; }  
.area-card { background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); border-radius: 16px; padding: 25px; box-shadow: 0 10px 25px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.area-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.12); }
.area-card ul { list-style: none; padding: 0; margin: 0; }
.area-card li { position: relative; padding-left: 26px; margin-bottom: 12px; color: #333; font-size: 15px; }
.area-card li::before { content: ""; width: 18px; height: 20px; background-image: url(../img/loc.svg); background-size: contain; background-repeat: no-repeat; background-position: center; border-radius: 50%; position: absolute; left: 0; top: 1px; }
.mb-12 { margin-bottom: 12px; }



/* RESPONSIVE */
@media (max-width: 992px) {
  .areas-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .areas-wrapper {
    grid-template-columns: 1fr;
  }
}
 





/* Footer Styles */
.site-footer { padding: 100px 0 0; } 
.site-footer h5 { font-weight: 600; font-family: "DM Sans", sans-serif; font-size: 20px; margin: 0 0 15px; }

.footer-logo { margin: 0 0 25px; width: 200px; }
.footer-logo img { width: 100%; }

.site-footer ul.footer-hours { list-style: none; padding: 0; }
.site-footer ul.footer-hours li { color: #515151; font-family: "DM Sans", sans-serif; }

.site-footer ul.footer-links { padding: 0; list-style: none; }
.site-footer ul.footer-links li a { color: #515151; font-family: "DM Sans", sans-serif; }
.site-footer ul.footer-links li { margin-bottom: 12px; }


.site-footer-bottom { align-items: center; justify-content: space-between; border: 1px solid #0000001A; border-left: 0; border-right: 0; padding: 30px 0; margin-top: 50px; }
.site-footer-bottom p { margin: 0; color: #515151; font-family: "DM Sans", sans-serif; padding-right: 10px; }

ul.footer-contact { padding: 0; list-style: none; }
ul.footer-contact li { color: #515151; font-family: "DM Sans", sans-serif; display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
ul.footer-contact li span { color: #515151; }
ul.footer-contact li img { width: 20px; }
ul.footer-contact li .footer-icon { background: #2F378F; width: 35px; aspect-ratio: 1; border-radius: 50px; display: flex; align-items: center; justify-content: center; color: #FFF; }

.social-icons { list-style: none; padding: 0 !important; margin: 0; display: flex; align-items: center; gap: 6px; }
.social-icons li { margin-bottom: 0 !important; }
.social-icons li a { width: 40px !important; height: 40px !important; border-radius: 50% !important; display: flex !important; align-items: center; justify-content: center; }
.social-icons li img { max-width:16px; }
.social-icons li:nth-child(4n+1) a { background: #4CAF50; }
.social-icons li:nth-child(4n+2) a { background: #4A7BEF; }
.social-icons li:nth-child(4n+3) a { background: #ef1212; }
.social-icons li:nth-child(4n+4) a { background: #000000; } 
.social-icons li:nth-child(4n+5) a { background: #008de3; }
.social-icons li:nth-child(4n+6) a { background: #cf2872; }
.social-icons li:nth-child(4n+7) a { background: #F44336; }
.social-icons li:nth-child(4n+8) a { background: #2f378f; }
.social-icons li:nth-child(4n+9) a { background: #4a3c35; } 



.site-footer-last { padding-top: 30px; display: flex; align-items: center; justify-content: space-between; }
.site-footer-last p { margin: 0; color: #515151; font-family: "DM Sans", sans-serif; }
.site-footer-last ul { list-style: none; padding: 0; display: flex; align-items: center; gap: 15px; justify-content: flex-end; margin: 0; }
.site-footer-last ul li:not(:last-child) { border-right: 1px solid #515151; line-height: 1; padding: 0 15px 0 0; }
.site-footer-last ul li a { color: #515151; font-family: "DM Sans", sans-serif; }
.footer-bg { width: 95vw; max-width: 1400px; margin: 40px auto 0; display: block; }


.blog-header p.normal {
    color: #FFF;
}
.swatch-white .pagination > li > a, [class*="swatch-"] .swatch-white .pagination > li > a, .swatch-white .pagination > li > span, [class*="swatch-"] .swatch-white .pagination > li > span { color: #fff !important; }




/*------- Service Page ---------- */
.service-info-row ul { padding-left:19px; }
.service-info-row h2 { font-weight:500; margin-bottom:20px; color:#000 !important; }
.service-info-row ul a { color:#2f378f !important; }
/*------- Service Page ---------- */


/*------- Builder Fix ---------- */
:is(.container-fix, .ui-section) .container { max-width: 1440px; width:100% }


/* Accordian */
.ui-accordian .accordion-toggle { font-size:24px }  
.ui-accordian .panel { background-color: transparent !important; border-bottom: 1px solid #e5e5e5;}
.ui-accordian .panel-heading { padding: 0; background-color: transparent !important;}
.ui-accordian .panel-heading a { display: block; width: 100%; padding: 18px 40px 18px 0; } 
.ui-accordian .panel-heading .accordion-toggle:after  { content: "+" !important; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 50%; background: #3c4099; color: #fff; display: flex; align-items: center; justify-content: center; padding: 7px 0 8px; font-family: "DM Sans", sans-serif !important; font-size:24px !important; font-weight:300 }
.ui-accordian .panel-heading .accordion-toggle[aria-expanded="true"]:after { content:"-" !important }
.ui-accordian .panel-body { padding:0 0 20px 0  !important; border: 0 !important; }



.page-template-template-rightsidebar:not(.page-id-3908) #content .row:has(.col-md-3.sidebar) > .col-md-3 { width:100% }
.page-template-template-rightsidebar:not(.page-id-3908) #content .row:has(.col-md-3.sidebar) > .col-md-9 { width: 100%; }
.page-template-template-rightsidebar:not(.page-id-3908) #content .row:has(.col-md-3.sidebar) .col-md-3 .sidebar-form { width: 100%; margin: 30px 0 0; padding: 4% 5%; }
.page-template-template-rightsidebar:not(.page-id-3908) #content .row:has(.col-md-3.sidebar) .col-md-3 .sidebar-form label:has(.wpcf7-form-control-wrap) { width:100%; }

.page-id-3908 .col-md-4 .figure { width:100% }







@media only screen and (max-width: 767px) {
    .ui-accordian .accordion-toggle { font-size:16px } 
    .ui-accordian .panel-heading .accordion-toggle:after{ width: 28px; height: 28px; font-size: 18px !important; }
}
/* Accordian */


/* Steps Section */
.vc-step__item { width: 100%; }
.vc-step__item .figure-image { border:3px solid #d1d1d1; width:90px; height:90px; border-radius:50%; display:flex; align-items:center; justify-content:center }
.vc-step__item .figure-image img { width:40px; filter:grayscale(100%); }
.vc-step__item { text-align:center; margin: 0; } /*  border:1px solid #d1d1d1; padding: 20px; border-radius: 15px;   */
.vc-step__item .col-md-12 { padding: 0;  }

.vc-step__text p { margin-bottom: 0; }
.vc-step__text h3 { font-size: 24px; }

.vc-step__row > .container > .row > .col-md-12 { display:flex; gap:20px }


/*--- footer review---*/
.lmk-rv-wrap { background: #ffffff; padding: 20px 0; }
.lmk-rv-wrap h2 {margin: 0 0 20px;}
.lmk-rv-top {display: flex;align-items: center;gap: 14px;margin-bottom: 20px;}


  .lmk-rv-score {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
  }
  .lmk-rv-right {
    display: flex;
    flex-direction: column; 
  }
  .lmk-rv-stars {
    display: flex;
    font-size: 130%;
  }
  .lmk-rv-stars svg {
    width: 18px;
    height: 18px;
    display: block;
  }
  .lmk-rv-tagline {  
    margin: 0;
  }
  .lmk-rv-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-bottom:40px;
    margin-top:5px;
  }
  .lmk-rv-card {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #FFFFFF;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 13px 13px;
    text-decoration: none;
    transition: border-color 0.15s, background 0.15s;
  }
  .lmk-rv-card:hover {
    background: #f0f0f0;
    border-color: #d0d0d0;
  }
  .lmk-rv-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #FFF;
    padding: 13px;
    border: 1px solid #CCC;
  }
  .lmk-rv-icon svg {
    width: 17px;
    height: 17px;
    display: block;
  }
  .lmk-rv-info {
    flex: 1;
    min-width: 0;
  }
  .lmk-rv-name {
    font-size: 20px;
    font-weight: 600;
    color: #2F378F;
    margin-bottom: 0 !important;
    white-space: nowrap;
  }
  .lmk-rv-meta {
    display: flex;
    align-items: center;
    gap: 16px; line-height:1;
  }
  .lmk-rv-mini-stars {
    display: flex;
    gap: 1px;
    font-size: 130%;
  }
  .lmk-rv-mini-stars svg {
    width: 10px;
    height: 10px;
    display: block;
  }
  .lmk-rv-count {
    /* font-size: 10px; */
    color: #515151;
  }
  .lmk-rv-cta {
    margin-top: 14px;
    text-align: left;
  }
  .lmk-rv-cta a {
    font-size: 11px;
    color: #1a6fc4;
    text-decoration: none;
    border-bottom: 1px solid rgba(26,111,196,0.3);
    padding-bottom: 1px;
    letter-spacing: 0.03em;
  }
  .lmk-rv-cta a:hover { border-color: #1a6fc4; }



.lmk-rv-mini-stars > * {
    color: #cdbd00;
}
/*--- footer review---*/



/*---------- Landing Page ----------*/
html, body {
  scroll-behavior: smooth; 
  scroll-padding-top: 85px;
} 

.ui-section .mgt-header-block.wpb_content_element { margin-top: 0; }
.ui-section .mgt-header-block-subtitle { margin-bottom: 5px !important; }

.common-padd.landing-banner {
    padding: 50px 0;
}

.infobox-grid > div { display:grid; grid-template-columns:repeat(3,1fr); gap:25px }
.ui-iconbox { border:1px solid #e5e5e5; padding:25px; border-radius:15px; transition:400ms ease }
.ui-iconbox .asvc-info-box-top { margin-bottom:5px  }
.ui-iconbox .asvc-info-box-top > span > img { margin-bottom: 15px; width: 140px; height: 140px; background: #FFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ui-iconbox h4 { margin-bottom:0px  }
.ui-iconbox:hover { border-color:#2F378F; background-color:#F1F3FF }


.ui-fancylist { counter-reset: section; }
.ui-fancylist li::before { counter-increment: section; content: counter(section); width:35px; height:35px; border:1px solid #ccc; display:flex; border-radius:50%; align-items:center; justify-content:center; font-size:18px; font-weight:700; line-height:1; position:absolute; left:0; }
.ui-fancylist li { padding-left:50px }
.ui-fancylist li h3 { font-size:20px; margin-bottom:8px; color: #000;  }


.ui-image .figure-image { border:5px solid #FFFFFF; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); border-radius:15px }

.mgt-header-block.mb-10 { margin-bottom: 10px; }




.offer-chip { background: #F1F3FF; padding: 8px 15px; display: inline-block; border-radius: 50px; color: #2F378F; font-weight: 600; box-shadow: 0 0 0 1px rgba(47, 55, 143, 0.03), 0 4px 12px rgba(47, 55, 143, 0.08), 0 0 22px rgba(94, 114, 255, 0.18); }

.ui-button-set {display:flex !important;flex-direction:column;margin:0; gap:20px ;}
.ui-button-set .ts-button-center { display:none } 

.swatch-white .ui-button-set a.ts-buttons-btn { color: #fff !important; background: #2F378F; padding: 16px 46px; color: #fff !important; text-decoration: none; border-radius: 30px !important; font-family: "DM Sans", sans-serif; display: flex; align-items: center; justify-content: center; line-height: 1.5; font-size:16px; font-weight:500; width: fit-content; transition: 400ms ease; }
.swatch-white .ui-button-set a.ts-buttons-btn:hover { background-color: #191c5e; }
.swatch-white .ui-button-set a.ts-buttons-btn.ts-button-right {  border:1px solid #2F378F; background-color: #FFF; color: #2F378F !important;}
.swatch-white .ui-button-set a.ts-buttons-btn.ts-button-right:hover {  background-color: #2F378F; color: #FFF !important;}

.offer-stripe { margin:0; border:3px solid #2f378f; border-radius:20px; padding:30px 20px }
.offer-stripe > div { display:flex; align-items:center; justify-content:space-between; gap:70px }
.offer-stripe > div > * { margin:0 !important }
.offer-stripe .ui-button-set { width:250px; flex-shrink:0; }
.offer-stripe .ui-button-set .ts-buttons-btn { width:100% !important }


.hero-icon-wrap { display:flex; flex-wrap:wrap; gap:20px 40px }
.hero-icon-wrap .services-list h4 { font-weight:500; margin:0 }
.hero-icon-wrap .asvc-info-box-top { display:flex; align-items:center; gap:6px; margin:0 }
.hero-icon-wrap .asvc-info-box-top span img { width:24px; transform:translateY(-1px) }
.hero-icon-wrap .google-star .asvc-info-box-top span img { width:120px; transform:translateY(-2px); margin-right:5px }

.hero-contact-col > .row { margin:0 }
.hero-contact-inner { border:2px solid #2f378f; border-radius:20px; padding:40px; background:#f1f3ff }
.hero-contact-inner form .row > * { width:100% }
.hero-contact-inner .wpcf7-form-control { font-family: "DM Sans", sans-serif; font-style:normal; padding:10px 20px !important; height:auto; border-radius:40px !important   }
.hero-contact-inner textarea.wpcf7-form-control  { border-radius:20px !important; height:100px }
.hero-contact-inner .wpcf7-form-control.wpcf7-not-valid { border-color:red }
.hero-contact-inner .wpcf7-not-valid-tip { display:none }
.hero-contact-inner .wpcf7-form-control::placeholder { font-style:normal; font-style:normal !important; font-weight:400  !important  }
.wpcf7-form-control { width:100% !important }

.steps{ display:flex; justify-content:space-between; position:relative; margin: 12px 0 0; } 
.steps::before{ content:""; position:absolute; top: 22px; left: 0; right: 0; height: 2px; background: #b5baef; z-index:1; } 
.step{ position:relative; text-align:center; z-index:2; flex:1; } 
.step-number{ width:44px; height:44px; border-radius:50%; background: #b5baef; color:#ffffff; font-size: 22px; font-weight:700; display:flex; align-items:center; justify-content:center; margin:0 auto 12px; } 
.step-title{ font-size:15px; color: #808080; }
/*---------- Landing Page ----------*/

.faq-list ul { padding-left:18px }
.faq-list ul li { margin-bottom:5px; color:#2b2e83 ;   }
.faq-list ul li a { position: relative; background-image: linear-gradient(#cf303000 95%, currentColor 0, currentColor); background-repeat: no-repeat;  text-decoration: none; transition: background-size .3s cubic-bezier(.79, .01, .22, .99) 0s, background-position 0s step-end .3s, color .3s;  background-size: 100% 100%; background-position-x: right;}
.faq-list ul li a:hover {  background-size: 0 100%; background-position-y: bottom; }

.faq-template-default .section .sidebar { display:none }
.faq-template-default .section:has(.sidebar) .col-md-9 { width:100% }
.faq-template-default .post-navigation { display:none }
.faq-template-default .post-share { display:none }
.faq-template-default .post-extras { display:none }
.faq-template-default main > section:first-child { display:none }
.faq-template-default main > section:first-child.header-margin .background-media { background:#FFFFFF !important }
.faq-template-default .post-head small { display:none !important  }

.custom-faq-breadcrumb { margin-top:150px; margin-bottom:-50px }

.flex-direction-nav li a { background:#f1f3ff; border:1px solid #2f378f; width:45px; height:45px; border-radius:50%; display:flex; align-items:center; justify-content:center }
.flex-direction-nav li a:hover { background:#2f378f;}
.flex-direction-nav li a:hover:before { color:#FFFFFF  }
.flex-direction-nav a.flex-next { right:10px }
.flex-direction-nav a.flex-prev { left:10px }

@media only screen and (max-width: 992px) {
    .vc-step__row > .container > .row > .col-md-12 { flex-wrap: wrap; gap:30px }
	.vc-step__item { text-align:left }
	.text-992-left { text-align:left !important }
}

@media only screen and (max-width: 767px) { 
    .vc-step__text h3 { font-size: 18px; }
	
}
/* Steps Section */

/*------- Builder Fix ---------- */

@media only screen and (max-width: 1599px) {

    :is(.new-pages, .ui-custom) :is(h2, .h2) { font-size: 34px; }

    .new-pages .container.container-lg, :is(.container-fix, .ui-section) .container { width: 100%; max-width: 1280px; }
    .site-footer .container.container-lg { width: 100%; max-width: 1280px; }

    .hero-left :is(h1, .ss-h1), .ui-custom h1 { font-size: 40px; margin-bottom: 10px; }
    .new-pages p:not(:last-child) { margin-bottom: 10px; }
    .hero-list li { margin-bottom: 6px; }

    .hero-list { list-style: none; margin-bottom: 20px; padding: 0; }
    .scroll-down { width: max-content; position: relative; margin-top: 20px; }
    

    .about-image-left { padding: 0 0 112%; border-radius: 20px; overflow: hidden; position: relative; max-width: 540px; margin-bottom: 45px; }
    
    .service-card { padding: 20px; }
    .services-section { padding-bottom: 110px; }

    .bottom-btn-center {  margin: 60px 0 0; }
    .counter-satisfaction span { font-size: 54px; }

    .contact-form-section { padding: 40px 40px; }

    .contact-section iframe { min-height: 640px; }
    

}

@media only screen and (max-width: 1399px) {

    .position-relative.testimonial-slider-wrap { padding: 0 50px; }
    .testimonial-slider-wrap .swiper-button-next { right: 10px; }
    .testimonial-slider-wrap .swiper-button-prev { left: 10px; }
    
    /* header */
     .navbar { width: calc(100% - 30px)!important; }
    /* header */

}

@media only screen and (max-width: 1279px) {

    .hero-right { padding-left: 0; width: 100%; }

}


@media only screen and (max-width: 1199px) {

    /* header */
    #masthead .nav>li>a { padding: 10px 20px 10px 9px !important; font-family: "DM Sans", sans-serif; }
    #masthead .nav>li.nav-highlight>a { padding: 9px 10px !important; margin-left: 0;} 
    #masthead .container { padding: 14px 15px 14px 18px; }

    .menu-item-has-children a.dropdown-toggle::after { top: 18px; }
    .menu-item-has-children a.dropdown-toggle:hover::after { top: 19px; }
    /* header */
   

    .new-pages h1, .ui-custom h1 { font-size: 40px; }
    .new-pages :is(h2, .h2), .ui-custom h2 { font-size: 30px; }
    .new-pages h3, .ui-custom h3 { font-size: 24px; }

    .common-padd { padding: 60px 0; }

    .hero-left :is(h1, .ss-h1) { font-size: 40px; margin-bottom: 10px; }
    .video-container { width: 100%; padding: 0 0 74%; }
    img.ban-bg-text { position: absolute; bottom: 0; width: 76vw; left: inherit; right: 20px; }

    .media-logos { justify-content: center; }

    .about-content h2 { width: calc(100% + 30px); }

    .services-section { border-radius: 40px 40px 0 0; }
    .satisfaction-section { border-radius: 40px; }
    .blog-section { border-radius: 40px 40px 0 0; }
    /* .testimonial-section { border-radius: 40px 40px 0 0; } */

    .project-navigate .swiper-button-next { bottom: 45px; right: calc(15% - 54px); }
    .project-navigate .swiper-button-prev { bottom: 45px; left: calc(15% - 54px); }

    .blog-big { position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; }

    .blog-small-content p { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

    .contact-section iframe {  min-height: 400px; }

    .site-footer { padding: 60px 0 0; }

	.glass-service-row { grid-template-columns: repeat(2, 1fr); }
}


@media only screen and (max-width: 991px) {
 
    /* header */
    body:has(.new-pages) .navbar { top: 10px !important; }
    #masthead.navbar-scrolled { top: 10px !important; }
    .navbar-header { width: 100%; }
    .navbar-toggle { margin: 0 !important;}
    #masthead .container { flex-direction: column; } 
    #masthead .nav>li.nav-highlight>a { padding: 9px 10px !important; margin: 0 auto; width: 100%; justify-content: center; }

    .menu-item-has-children a.dropdown-toggle::after { top: 16px; }
    .menu-item-has-children a.dropdown-toggle:hover::after { top: 17px; }

    .swatch-white .dropdown-submenu > a:hover:after, [class*="swatch-"] .swatch-white .dropdown-submenu > a:hover:after, .swatch-white.navbar .dropdown-menu > li.active > a:after { color: #FFF; }
    
    #masthead .nav>li>a { text-align: left; }
    #masthead .navbar-collapse { max-height: 550px; width: 100%; }
    #masthead .dropdown-menu>li>a { text-align: left; }

    .swatch-white.navbar .dropdown-menu, [class*="swatch-"] .swatch-white.navbar .dropdown-menu { background: #f2f3ff !important; }
    /* header */




    .home-banner { padding: 100px 0 30px; }

    .hero-left :is(h1, .ss-h1) { font-size: 40px; margin-bottom: 10px;  } 
    .hero-list { width:100%; margin: 0 auto 20px; }
    .hero-left .btn.btn-new { margin: 0 auto; }

    .scroll-down > img { width: 104px; }
    .scroll-down { margin: 20px auto; }
    .video-container { width: 100%; padding: 0 0 56%; }

    .scroll-down span { width: 50px; height: 50px; }

    .media-logos { gap: 25px; }

    .counter-satisfaction span { font-size: 42px; }

    .about-section .col-lg-5.col-md-4.col-sm-6.col-xs-6 { order: 3; }
    .about-section .col-lg-3.col-md-3.col-sm-6.col-xs-6 { order: 2; }

    .project-navigate .swiper-button-prev { bottom: 45px; left: calc(8% - 54px); }
    .project-navigate .swiper-button-next { bottom: 45px; right: calc(8% - 54px); } 
      
    .blog-small-content p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

    .paragraph-image img { width: 100%; }
    .testimonial-card { background: #fff; padding: 20px; }

    .site-footer ul.footer-hours { margin-bottom: 40px; }


    .search-menu a { font-size: 16px; }
    .search-menu { margin-bottom: 20px; }
    .custom-search-modal { z-index: 999999; }

    .vc-logo-sec .figure-image img { max-width:200px; }
    .vc-logo-sec .col-md-3  {  text-align:center; margin-bottom:40px }

    .area-card { margin-bottom: 24px; }
    
    .lmk-rv-grid { grid-template-columns: repeat(1,1fr); }

    .landing-banner { padding-top: 0; }
    .hero-contact-col { margin-top: 40px; }
    .infobox-grid > div { grid-template-columns: repeat(2, 1fr); gap: 20px; }

}


@media only screen and (max-width: 767px) {
    .common-padd.landing-banner { padding: 30px 0; }
	
    .new-pages h1, .ui-custom h1 { font-size: 30px; }
    .new-pages :is(h2, .h2), .ui-custom h2 { font-size: 24px; }
    .new-pages h3, .ui-custom h3 { font-size: 22px; }

    .new-pages h2:not(.ss-h1) br { display: none; }

    .btn.btn-new { padding: 12px 20px; gap: 8px; }
    .btn.btn-new img { width: 10px; }

    .hero-left :is(h1, .ss-h1) { font-size: 32px; text-align:left }
    .hero-left p { font-size: 18px;  text-align:left  }
	.hero-list { width:100% }
    .hero-list li { font-size: 16px; }

    .common-padd { padding: 40px 0; }

    .media-section { padding: 40px 0; } 

    .about-content { margin-bottom: 20px; }

    .about-section .col-lg-5.col-md-4.col-sm-6.col-xs-6 { order: 3; padding-left: 8px;}
    .about-section .col-lg-3.col-md-3.col-sm-6.col-xs-6 { order: 2; padding-right: 8px; }

    .about-image-right { border-radius: 14px; }
    .about-image-left { border-radius: 14px; }

    .fancy-heading::after { width: 40px; height: 2px; margin-left: 6px;  }
    .fancy-heading { letter-spacing: 3px; font-size: 14px; }

    .service-slider .service-content h3 { margin: 0 0 10px; }

    .service-navigate { width: 92vw; margin: 40px auto 0; gap: 16px; flex-direction: column; } 
    .service-navigate .swiper-button-next, .service-navigate .swiper-button-prev { width: 45px; margin: 0; }
    .service-navigate .swiper-button-prev { margin-right: 10px !important; }

    .service-card { padding: 18px; border-radius: 15px;  }

    .project-navigate { display: flex; align-items: center; justify-content: center; margin: 20px 0 0; gap: 10px; }
    .project-navigate .swiper-button-next, .project-navigate .swiper-button-prev { position: relative; margin: 0; width: 42px; }
    .project-navigate .swiper-button-next { bottom: 0; right: 0; }
    .project-navigate .swiper-button-prev { bottom: 0; left: 0; }


    .satisfaction-box-head { margin: 0 auto 5px;         text-align: left !important;}
    .satisfaction-image {  border-radius: 12px; padding: 0 0 46.5%; }
    .counter-satisfaction span { font-size: 35px; }
    .satisfaction-stats .col-md-3 { margin: 0 0 30px; }

    .bottom-btn-center { margin: 0 0 0; }

    .paragraph-image { margin-bottom: 20px; }

    .ml-auto { margin: 0 0 20px; }
    
    .blog-overlay { padding: 15px 90px 15px 15px;  }
    .blog-big { margin-bottom: 16px; }

    .blog-small { flex-direction: column; }
    .blog-small-img { width: 100%; }
    .blog-small .blog-small-img figure { padding: 0 0 45%; position: relative; margin-bottom: 0; }
    .blog-small-content { padding: 16px; width: 100%; }

    .blog-small:not(:last-child) { margin-bottom: 16px; }

    .blog-small:not(:last-child) { margin-bottom: 16px; }.contact-form-section { padding: 40px 30px; }
    #accordion .btn-link {  font-size: 20px; }

    .video-container { border-radius: 10px; }
    .service-card .arrow { top: 20px; right: 20px; }
    .project-img { border-radius: 10px; }
    .project-content { padding: 20px 10px; }
 
    .project-section h2 { padding: 0 10px; }
    .project-section p { padding: 0 10px; } 

    .position-relative.testimonial-slider-wrap { padding: 0; }
    #accordion .btn-link:after { width: 28px; height: 28px; }

    .service-slider .service-item { border-radius: 14px; }
    .services-section { border-radius: 24px 24px 0 0; }
    .satisfaction-section { border-radius: 24px; }
    .blog-section { border-radius: 24px 24px 0 0; }
    /* .testimonial-section { border-radius: 24px 24px 0 0; } */

    hr { margin-top: 0; margin-bottom: 0; }

    .testimonial-slider-wrap .testimonial-slider { padding: 16px 0 60px; }
    .testimonial-slider-wrap .swiper-button-next, .testimonial-slider-wrap .swiper-button-prev { position: absolute; bottom: 0px; top: inherit; }
    .testimonial-slider-wrap .swiper-button-prev { left: calc(50% - 49px); }
    .testimonial-slider-wrap .swiper-button-next { right: calc(50% - 49px); }

    .testimonial-user { text-align: left; }
    .testimonial-stars { text-align: left; }
    p.testimonial-desc { text-align: left; }
    .testimonial-source { text-align: left; }
	
	.ui-iconbox { padding: 20px; }
	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li { margin-bottom: 15px !important; }
	
	.ui-button-set { gap: 10px; }

    .footer-logo { margin: 0 auto 25px; width: 200px; }
    .site-footer h5 { text-align: center; }
    .site-footer ul.footer-hours li { text-align: center; }
    .site-footer ul.footer-links { margin-bottom: 40px; }
    .site-footer ul.footer-links li { margin-bottom: 12px; text-align: center; }
    .site-footer ul.footer-contact li { flex-direction: column; text-align: center; }

    .site-footer-bottom { flex-direction: column; text-align: center; gap: 20px; }
    .site-footer-bottom p { padding-right: 0; }
    .site-footer-last { flex-direction: column; text-align: center; }

    .footer-bg { margin: 20px auto 0; }
    .site-footer { padding: 40px 0 0; }

    .social-icons { flex-wrap: wrap; justify-content: center; }

	.glass-service-row { grid-template-columns: repeat(1, 1fr); }
	
	#accordion .btn-link { font-size:16px }
	.contact-fixed-panel { display:none }
	
  .contact-fixed-panel { display: flex; top: auto; bottom: -3px; border-radius: 0; width: 100%; justify-content: center; }
  .contact-fixed-panel span.text { display:none }
  .contact-fixed-panel .icon { border-radius:0; margin:0; width:100%; padding:15px 0;  display:block; text-align:center; height:auto; border-left:1px solid #ffffff30  }
  .contact-fixed-panel .icon img { width:7vw }
  .contact-fixed-panel a { padding:0; display:block; flex-grow:1; }
  .contact-fixed-panel a:first-child .icon { border-left:0 }
  .hotline-phone-ring-wrap { display:none }


  .areas-section .row:has(.area-card) { flex-wrap:nowrap; justify-content:flex-start; overflow:auto }
  .areas-section .row:has(.area-card) > * { white-space:nowrap }
	
	
	.services-section :is(h2 , p) , .areas-section :is(h2 , p) , .project-section :is(h2 , p) , .areas-section :is(h2 , p) , .testimonial-section :is(h2 , p) {text-align:left}


  .landing-banner { padding-top: 0; }
  .hero-contact-inner { padding: 15px; }
  .infobox-grid > div { grid-template-columns: repeat(1, 1fr); gap: 20px; }
  .offer-stripe > div { flex-direction: column; gap:10px }
  .offer-stripe { padding: 20px 0px; }
	
	.step-title {
    font-size: 10px;
    color: #808080;
}
  .custom-faq-breadcrumb { margin-top:100px;  }
}