@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');







/***** General CSS *****/







body {



    word-break: break-word;



    font: 15px/25px 'Poppins', sans-serif;



    color: #393939;



    overflow-x: hidden;



}







a {



    text-decoration: none;



    color: #28b16d;



    white-space: initial;



}







a:hover,



a:focus {



    text-decoration: none;



    color: #393939;



}







a:hover {



    transition: all 0.5s ease-in-out;



    -webkit-transition: all 0.5s ease-in-out;



    -moz-transition: all 0.5s ease-in-out;



}







img {



    max-width: 100%;



}







input[type="text"]:focus,



textarea:focus,



input[type="password"]:focus,



select:focus,



input[type="email"]:focus,



input[type="url"]:focus,



input[type="tel"]:focus,



input[type="number"]:focus {



    transition: all 0.5s ease;



    -webkit-transition: all 0.5s ease;



    -moz-transition: all 0.5s ease;



    outline: none;



}







select,



input[type="text"],



input[type="password"],



input[type="email"],



input[type="url"],



input[type="number"],



textarea,



input[type="tel"] {



    -webkit-appearance: none;



    -moz-appearance: none;



    appearance: none;



}







ul {



    margin: 0 0 20px;



    padding: 0;



    list-style-type: none;



}







p {



    font-weight: 400;



    font-family: 'Poppins', Sans-Serif;



}



.contact_links ul li span {
    text-transform: capitalize;
}







/***** Font Files *****/







@font-face {



    font-family: 'Nexa';



    src: url(../fonts/NexaBold.otf);



    font-weight: 400;



    font-style: normal



}











/***** Custom Classes *****/







.noPadding {



    padding: 0;



}







.noLeft {



    padding-left: 0;



}







.noRight {



    padding-right: 0;



}







.centerCol {



    float: none;



    margin: 0 auto;



}







.theme-btn {



    font-size: 14px;



    line-height: 20px;



    font-weight: 500;



    padding: 15px 40px;



    color: #fff;



    margin: 20px 20px 20px 0;



    border-radius: 50px;



    -webkit-border-radius: 50px;



    -moz-border-radius: 50px;



    text-transform: capitalize;



    border: 2px solid;



    text-transform: uppercase;



}







.theme-btn:hover {



    background-color: #fff;



    color: #28b16d;



    border-color: #28b16d;



}







.flexRow {



    display: -webkit-box;



    display: -moz-box;



    display: -ms-flexbox;



    display: -webkit-flex;



    display: flex;



    align-items: center;



}







.logo-img {



    margin-top: 0px;



}







.logo-img img {



    width: 90%;



}







.flexCol {



    -webkit-box-flex: 1;



    -moz-box-flex: 1;



    -webkit-flex: 1;



    -ms-flex: 1;



    flex: 1;



    align-items: center;



}







h1 {



    font-family: 'Nexa';



    font-size: 55px;



    line-height: 60px;



    color: #fff;



    font-weight: 700;



    margin: 0 0 17px;



}







h2 {



    font-family: 'Nexa';



    font-size: 55px;



    line-height: 60px;



    color: #393939;



    font-weight: 500;



    margin: 0 0 30px;



}







h3 {



    font-family: 'Nexa';



    font-size: 30px;



    line-height: 34px;



    color: #000000;



    font-weight: 600;



    margin: 0 0 28px;



}







h4 {



    font-family: 'Nexa';



    font-size: 24px;



    line-height: 29px;



    color: #393939;



    font-weight: 500;



    margin: 0 0 13px;



}







h5 {



    font-family: 'Nexa';



    font-size: 20px;



    line-height: 25px;



    color: #393939;



    font-weight: 500;



    margin: 0 0 20px;



}







h6 {



    font-family: 'Poppins', Sans-Serif;



    font-size: 18px;



    line-height: 23px;



    color: #393939;



    font-weight: 500;



    margin: 0 0 22px;



}







select {



    background: #fff url('../images/arrow.png') no-repeat right;



    padding: 0 40px 0 30px;



}







::-webkit-input-placeholder {



    color: #575757;



}







::-moz-placeholder {



    color: #575757;



    opacity: 1;



}







:-ms-input-placeholder {



    color: #575757;



}







:-moz-placeholder {



    color: #575757;



    opacity: 1;



}











/*header css start */







.menuSec {



    padding: 15px 0;



}







.menuSec img {



    margin: 0;



}







.menuSec .row {



    align-items: center;



    margin-top: 0px;



}







a.btn-1 {



    font-size: 14px;



    background-color: orange;



    padding: 15px 25px;



    border-radius: 10px;



    color: #ffff;



}







.menuSec ul {



    position: relative;



    list-style: none;



    padding: 0;



    margin: 0;



    text-align: center;



    text-transform: capitalize;



    display: flex;



    justify-content: space-between;



}







.menuSec ul li {



    position: relative;



    display: inline-block;



    margin: 0;



    padding: 0;



}







.menuSec li ul {



    display: none;



}







.menuSec ul li a {



    position: relative;



    display: inline-block;



    text-decoration: none;



    color: #000;



    /* padding: 10px 23px; */



    font-size: 16px;



    text-transform: uppercase;



}







.menuSec ul li a:after {



    content: '';



    position: absolute;



    top: 35%;



    right: 0;



    width: 1px;



    height: 13px;



    background-color: #393939;



    display: none;



}







.menuSec ul li:last-child a {



    padding-right: 0px;



}







.menuSec ul li:last-child a:after {



    display: none;



}







.menuSec ul li a:hover,



.menuSec ul li a.active {



    transition: all 0.5s ease;



    -webkit-transition: all 0.5s ease;



    -moz-transition: all 0.5s ease;



    color: #1d41d5;



}







.menuSec li:hover>ul {



    display: block;



    position: absolute;



    z-index: 1000;



    background-color: #000000;



    left: 0px;



    width: 230px;



    text-align: left;



    top: 38px;



}







.menuSec li>ul>li>a {



    border: none;



    padding: 13px 20px !important;



    color: #fff !important;



    overflow: hidden;



    font-size: 13px;



    line-height: 20px;



}







.menuSec li>ul>li,



.menuSec li>ul>li>a {



    display: block;



    margin: 0;



}







.menuSec li>ul>li>a:before,



.menuSec li>ul>li>a:after {



    display: none;



}







.menuSec li:hover li {



    float: none;



}







.menuSec li:hover a {}







.menuSec li ul li a:hover {



    background-color: #ffffff;



    color: #000000 !important;



}







.menuSec ul ul ul {



    left: 100%;



    top: 0;



}







.menuSec ul:before,



.menuSec ul:after {



    content: " ";



    display: table;



}







.menuSec ul:after {



    clear: both;



}







.menuSec li>ul>li:hover>ul {



    left: 230px;



    top: 0px;



    width: 270px;



}







.droopdwon li:hover>ul {



    display: block;



    position: absolute;



    z-index: 1000;



    background-color: #000000;



    left: 0px;



    width: 230px;



    text-align: left;



    top: 40px;



}







.droopdwon {



    float: left;



}







.droopdwon li:hover li a:hover {



    background-color: #ffffff;



    color: #000 !important;



}







header {



    width: 100%;



    z-index: 99;



    background-color: #fff;



    position: relative;



}











/*header css end */







.dropdown-menu {



    position: absolute !important;



    z-index: 1000;



    display: block;



    min-width: 10rem;



    padding: 0.5rem 0;



    margin: 0;



    font-size: 1rem;



    color: #212529;



    text-align: left !important;



    background-color: #fff;



    background-clip: padding-box;



    border: 1px solid rgba(0, 0, 0, 0.15);



    border-radius: 0.25rem;



}











/*about start*/







section.about {



    padding: 100px 0px;



}







.abt-txt-bx h2 {



    font-size: 60px;



    line-height: 1;



    color: #000000;



    margin-bottom: 10px;



}







.abt-txt-bx h4 {



    font-size: 60px;



    line-height: 1;



    color: #737373;



    text-transform: uppercase;



    margin-bottom: 0px;



}







.abt-bot-txt h3 {



    margin: 30px 0 10px;



}







a.btn-2 {



    background-color: #0040d4;



    font-size: 16px;



    padding: 15px 35px;



    color: #fff;



    border-radius: 12px;



}







.abt-img img {



    width: 100%;



    height: 490px;



    object-fit: cover;



    border-radius: 15px;



}







.abt-txt-bx p {



    font-size: 16px;



    color: #4f4f4f;



    line-height: 27px;



    margin-bottom: 30px;



}







.abt-txt-bx {



    padding: 50px 30px;



    background-color: #f6f5f5;



    border-radius: 20px;



    margin-left: -102px;



    width: 100%;



    margin-top: 50px;



}











/*about end*/











/*service start*/







.ser-top-txt h6 {



    font-size: 24px;



    line-height: 1;



    font-family: 'Nexa';



    color: #0040d4;



    margin-bottom: 10px;



}







section.service a.btn-3 {



    padding: 20px 65px;



    font-weight: 800;



    font-size: 20px;



}







.ser-top-txt h4 {



    font-size: 60px;



    line-height: 1;



    text-transform: uppercase;



    color: #000000;



}







section.service {



    padding: 100px 0px;



    background-color: #f6f5f5;



}







a.btn-3 {



    font-size: 16px;



    border: 1px solid #0040d4;



    color: #000000;



    padding: 13px 38px;



    border-radius: 15px;



}







section.service .row {



    align-items: center;



}







.ser-img {



    text-align: center;



    width: 93%;



    margin: 0 auto;



}







.ser-img img {



    width: 100%;



    height: 276px;



    object-fit: cover;



    border-radius: 20px;



}







.ser-bot-txt {



    padding: 20px;



    background-color: #737373;



    padding-top: 30%;



    margin-top: -88px;



    border-radius: 20px;



}







.ser-bot-txt h5 {



    font-size: 25px;



    line-height: 1.1;



    color: #fff;



    text-transform: uppercase;



    margin-bottom: 5px;



}







.ser-bot-txt p {



    font-size: 16px;



    color: #fff;



    font-weight: 700;



    line-height: 24px;



}







.ser-bot-txt li {



    color: #fff;



    font-size: 12px;



    list-style: disc;



    margin-left: 15px;



}







.ser-bot-txt a {



    color: #0040d4;



    font-weight: 500;



    text-decoration: underline;



}











/*service end*/











/*commerical start*/







section.commerical {



    padding: 100px 0px;



    background-image: url(../images/comm-bg.jpg);



    background-size: cover;



    background-repeat: no-repeat;



}







.com-txt {



    text-align: center;



}







.com-txt h3 {



    font-size: 72px;



    line-height: 1;



    color: #fff;



    text-transform: uppercase;



}







.com-txt h3 span {



    display: block;



}











/*commerical end*/











/* footer*/







.ftr_txt {



    margin-right: 50px;



}







.ftr_txt p {



    margin-top: 30px;



    color: #fff;



    font-size: 14px;



    text-align: justify;



}







.footerSec h4 {



    color: #ffffff;



    font-size: 26px;



    padding-bottom: 20px;



    margin-bottom: 10px;



    width: fit-content;



    text-transform: uppercase;



}







.quick_links ul li {



    margin-bottom: 12px;



}







.quick_links ul li a {



    color: #ffffff;



    font-size: 16px;



    text-decoration: none;



    transition: all 0.3s ease;



    text-transform: uppercase;



}







.quick_links ul li a:hover {



    color: #000;



}







.contact_links ul li a {



display: flex;



align-items: center;



gap: 10px;



color: #fff;



font-size: 14px;



line-height: 20px;

}







.contact_links ul li {



    color: #fff;



    margin-bottom: 30px;



}







.contact_links ul li a:hover {



    color: #fff;



    font-size: 14px;



}







.ftr_social ul {



    margin-top: 25px;



    display: flex;



    gap: 12px;



    background-color: #fff;



    padding: 10px;



    width: fit-content;



    border-radius: 10px;



    align-items: center;



    margin-bottom: unset;



}







.footer-btm {



    margin-top: 40px;



}







.ftr_social ul li {



    margin: unset;



}







.ftr_social ul li a {



    width: 40px;



    height: 40px;



    border-radius: 50%;



    background: transparent;



    border: 1px solid #000;



    display: flex;



    align-items: center;



    justify-content: center;



    transition: all 0.3s ease;



    color: #000;



    margin: unset;



}







.ftr_social ul li a:hover {



    /* color: #ff9837; */



    /* background: #234334; */



    /* border: 1px solid #ff9837; */



}







.footerSec {



    padding: 100px 0 8px;



    background-color: #0036b3 !important;



}







.footerSec .container {



    position: relative;



    z-index: 99;



}







p.par-cont {



    margin: 25px 0px 0px;



    color: #fff;



    font-size: 14px;



    line-height: 24px;



}







p.par-cont span {



    display: block;



}







.dbhfg {



display: flex;



align-items: center;



gap: 10px;

}







.ftr_call {



background-color: #737373;



border-radius: 5px;



padding: 23px 15px;

}







.ftr_call .hero_call a h5:hover {



    color: #000000;



}







.copy-txt p {



    color: #000;



    background: #fff;



    padding: 20px;



    border-radius: 5px;



    text-align: center;



    position: relative;



    z-index: 99;



}







.footer-btm::before {



    content: '';



    position: absolute;



    top: 35px;



    left: 0;



    background: #ffffff29;



    height: 1px;



    width: 100%;



    z-index: 1;



    display: none;



}







.hero_call {



    display: flex;



    align-items: center;



    text-align: start;



    gap: 10px;



}







.hero_call_icon a {



    height: 55px;



    width: 55px;



    display: flex;



    justify-content: center;



    align-items: center;



    color: #fff;



    background: #0036b3;



    border-radius: 50%;



    font-size: 20px;



    border: 2px solid #0036b3;



    transition: transform .35s ease, box-shadow .35s ease, background .35s ease, color .35s ease;



}







.hero_call_icon a:hover {



    background: #fff;



    color: #1738b6;



    transform: translateY(-6px) scale(1.05);



    box-shadow: 0 12px 30px rgb(23 56 182 / 48%);



}







.hero_sec ul {



    display: flex;



    align-items: center;



    justify-content: center;



    gap: 20px;



}







.hero_call h6 {



    color: #ffff;



    font-size: 14px;



    margin-bottom: 4px;



}







.hero_call a h5 {



color: #ffff;



font-size: 19px;



transition: all ease-in .4s;



margin: unset;

}











/* footer end */











/*how-its start*/







section.how-its {



    padding: 100px 0px;



}







.work-txt {



    text-align: center;



    margin-bottom: 30px;



}







.work-txt h3 {



    font-size: 60px;



    line-height: 1;



    color: #000000;



    margin-bottom: 0;



}







.work-txt p {



    font-size: 14px;



    color: #4f4f4f;



    width: 61%;



    margin: 0 auto;



}







.main-bx-txt h3 {



    font-size: 17px;



    line-height: 1;



    margin-bottom: 10px;



    text-transform: uppercase;



}







.main-bx-how::before {



    position: absolute;



    bottom: -5px;



    left: 0;



    right: 0;



    width: 96px;



    height: 14px;



    content: '';



    margin: 0 auto;



    background-color: #0040d4;



    border-radius: 10px;



}







.main-bx-how {



    text-align: center;



    border-radius: 20px;



    background-color: rgb(255, 255, 255);



    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);



    margin: 0 auto;



    width: 90%;



    position: relative;



}







.main-bx-txt p {



    font-size: 13px;



    line-height: 20px;



    width: 80%;



    margin: 0 auto;



}







.main-bx-how img {



    width: 120px;



    height: 170px;



    object-fit: contain;



    margin-top: -20px;



}







.main-bx-txt {



    padding: 20px 0px 30px;



}











/*how-its end*/











/*chose start*/







.chose-bg {



    margin: 100px 0px 0px;



    position: relative;



    z-index: 1;



}







section.why-chose {



    padding: 100px 0px;



}







.chose-bg::before {



    position: absolute;



    top: 0;



    left: 0;



    width: 100%;



    height: 94%;



    content: '';



    background-size: cover;



    background-repeat: no-repeat;



    background-image: url(../images/chse-bg.jpg);



    z-index: -1;



}







.chose-txt h6 {



    font-size: 24px;



    line-height: 1;



    color: #0040d4;



    font-family: 'Nexa';



    margin-bottom: 10px;



}







.chose-txt h3 {



    font-size: 42px;



    line-height: 1.1;



    color: #fff;



    text-transform: capitalize;



    margin-bottom: 0px;



}







.chose-txt h3 span {



    display: block;



}







.chose-txt p {



    font-size: 16px;



    color: #fff;



}







.chose-txt ul li {



    display: flex;



    align-items: center;



    gap: 20px;



    padding-bottom: 15px;



}







.chose-txt ul li h5 {



    color: #ffffff;



    font-size: 20px;



    text-transform: uppercase;



    margin: 0;



}

.der-ser-txt h3 {

    font-size: 40px;

    text-transform: uppercase;

    color: #000;

    margin-bottom: 30px;

}



.der-ser-txt h5 {

    text-transform: uppercase;

    color: #000;

    font-size: 24px;

    line-height: 1;

    margin-bottom: 30px;

}



.der-ser-txt ul li p {margin-bottom: unset;}



.der-ser-txt ul li {

    padding-bottom: 5px;

    list-style: disc;

}



.der-ser-txt ul {

    margin-bottom: 40px;

}





.chose-txt ul li img {



    width: 35px;



    height: 35px;



    border-radius: 50%;



}











/*chose end*/











/*portfolio start*/







.port-txt-top {



    text-align: center;



    margin-bottom: 30px;



}







.port-txt-top h3 {



    font-size: 60px;



    line-height: 1;



    color: #fff;



}







.chose-main-img img {



    width: 100%;



    height: 516px;



    object-fit: cover;



    border-radius: 20px;



}







.chose-main-img {



    position: relative;



}







.chse-2-img img {



    height: 240px;



    width: auto;



    border-radius: 20px;



    object-fit: cover;



}







.chse-2-img {



    position: absolute;



    bottom: -54px;



    left: -50px;



}







section.our-portfolio {



    padding-top: 60px;



}











/* Container spacing */







.port-slid {



    margin: 0 auto;



    max-width: 1360px;



}







.port-item img {



    width: 100%;



    height: 500px;



    object-fit: cover;



    border-radius: 15px;



    transition: all 0.4s ease-in-out;



    opacity: 1;



}







.slick-center .port-item img {



    opacity: 1;



}







.port-slid .slick-arrow {



    width: 70px;



    height: 70px;



    background: #2d5bff !important;



    border-radius: 50%;



    z-index: 10;



    display: flex !important;



    align-items: center;



    justify-content: center;



    border: 2px solid #000;



}











/* Left Arrow Position */







.port-slid .slick-prev {



    left: 23%;



    /* Center image ke kinare par adjust kiya */



}







.port-slid .slick-active {



    opacity: 1;



}











/* Right Arrow Position */







.port-slid .slick-next {



    right: 23%;



    /* Center image ke kinare par adjust kiya */



}











/* Arrow Icons */







.port-slid .slick-prev:before {



    content: "";



    /* Ya font-awesome ka icon */



    background-image: url(../images/left-arr.png);



    background-size: contain;



    width: 43px;



    background-repeat: no-repeat;



    height: 21px;



    display: flex;



    align-items: center;



    justify-content: center;



}







.port-slid .slick-next:before {



    content: "";



    /* Ya font-awesome ka icon */



    background-image: url(../images/right-arr.png);



    background-size: contain;



    width: 40px;



    background-repeat: no-repeat;



    height: 20px;



    display: flex;



    align-items: center;



    justify-content: center;



}











/*portfolio end*/











/*testimonials start*/







section.testimonial {



    padding: 100px 0px;



}







.test-top-txt {



    text-align: center;



}







section.testimonial .slick-active {



    opacity: 1;



}







.test-top-txt h5 {



    font-size: 24px;



    line-height: 1;



    color: #0040d4;



    margin-bottom: 10px;



    text-transform: uppercase;



}







.test-top-txt h3 {



    font-size: 60px;



    line-height: 1;



    text-transform: uppercase;



    color: #000;



}







.test-main-bx ul li h5 {



    text-transform: uppercase;



    color: #000000;



    font-size: 19px;



    margin: unset;



}







.test-main-bx ul li h5 span {



    display: block;



    font-size: 13px;



    color: #0443d5;



}







.test-main-bx ul li {



    display: flex;



    gap: 2px;



}







.test-main-bx ul {



    display: flex;



    align-items: center;



    justify-content: space-around;



    padding: 0 50px;



}







.test-main-bx ul li i {



    color: #ffc704;



}







.test-main-bx p {



    font-size: 16px;



    color: #484848;



    text-align: justify;



    line-height: 30px;



}







.test-img img {



    width: 80px;



    height: 80px;



    border-radius: 50%;



    object-fit: cover;



}







.test-img {



    padding: 5px;



    border: 5px solid #1738b6;



    width: fit-content;



    border-radius: 50%;



    position: absolute;



    top: -29px;



    left: -20px;



}







.test-main-bx {



    padding: 35px;



    border-radius: 20px;



    background-color: rgb(255, 255, 255);



    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);



    margin: 20px 0px;



    position: relative;



    width: 100%;



    height: 300px;



}







section.testimonial .slick-track {



    margin: 19px 0px;



}







section.testimonial .slick-prev {



    left: -3px;



    z-index: 1;



    top: 57%;



}







section.testimonial .slick-next {



    right: 0px;



}







section.testimonial .slick-prev:before {



    position: absolute;



    left: 0;



    top: 0;



    content: '\f060';



    font-size: 20px;



    font-family: 'FontAwesome';



    width: 40px;



    height: 40px;



    background-color: #737373;



    border-radius: 50%;



    display: flex;



    align-items: center;



    justify-content: center;



    color: #fff;



}







.slick-prev.slick-disabled:before,



.slick-next.slick-disabled:before {



    opacity: 1;



}







section.testimonial .slick-next:before {



    position: absolute;



    right: 0;



    top: 0;



    content: '\f061';



    font-size: 20px;



    font-family: 'FontAwesome';



    width: 40px;



    height: 40px;



    background-color: #737373;



    border-radius: 50%;



    display: flex;



    align-items: center;



    justify-content: center;



    color: #fff;



}











/*testimonials end*/











/*banner start*/







.banner-txt h1 {



    font-size: 40px;



    color: #000000;



    line-height: 1.1;



    text-transform: uppercase;



    margin: unset;



}







section.banner .container {



    position: relative;



}







.banner-img img {



    height: 100%;



    width: 100%;



    object-fit: cover;



    border-radius: 100%;



}







.banner-img {



    padding: 10px;



    border-radius: 100%;



    height: 635px;



    width: 635px;



    background-color: #fff;



}







section.banner {



    background: #003fd2;



    position: relative;



    z-index: 1;



    padding: 100px 0px 50px 0px;



}







section.banner:after {



    position: absolute;



    content: "";



    background-repeat: no-repeat;



    background-size: cover;



    width: 100%;



    background-image: url(../images/banner-bg.jpg);



    height: 92%;



    top: 0;



    left: 0;



    border-bottom-right-radius: 83%;



    border-bottom-left-radius: 45%;



    z-index: -1;



}







.banner-txt p {



    font-size: 16px;



    color: #5a5a5a;



    margin-bottom: 30px;



}







ul.social-icon {



    display: flex;



    align-items: center;



    gap: 10px;



    position: absolute;



    bottom: -25px;



    left: 0px;



    margin: unset;



}







ul.social-icon li a i {



    gap: 15px;



    color: #fff;



    border: 1px solid #fff;



    border-radius: 50%;



    display: flex;



    align-items: center;



    justify-content: center;



    width: 40px;



    height: 40px;



}







section.banner .slick-prev,



section.banner .slick-next {



    position: absolute;



    bottom: 0;



    top: auto;



    right: 0;



    left: auto;



    /* background-color: #fff; */



    display: flex;



    align-items: center;



    justify-content: center;



    z-index: 99999;



}







section.banner .slick-prev {



    right: 47px;



    border-right: 0 !important;



}







section.banner .slick-prev::before {



    position: absolute;



    top: 0;



    left: 0;



    content: '\f060';



    font-size: 20px;



    font-family: 'FontAwesome';



    width: 50px;



    height: 50px;



    display: flex;



    align-items: center;



    justify-content: center;



    width: 51px;



    height: 34px;



    display: flex;



    align-items: center;



    justify-content: center;



    background-color: #fff;



    border-top-left-radius: 100px;



    border-bottom-left-radius: 100px;



}







section.banner .slick-next::before {



    position: absolute;



    top: 0;



    left: 0;



    content: '\f061';



    font-size: 20px;



    font-family: 'FontAwesome';



    width: 51px;



    height: 34px;



    display: flex;



    align-items: center;



    justify-content: center;



    background-color: #fff;



    border-top-right-radius: 100px;



    border-bottom-right-radius: 100px;



}







section.banner .slick-prev:before,



section.banner .slick-next:before {



    opacity: 1;



}











/*banner end*/











/* inner-banner start*/







.banner-img.inn {



    width: 100%;



    height: 430px;



    border-radius: 40px !important;



    background-color: #fff;



}







.banner-img.inn img {



    width: 100%;



    height: 100%;



    border-radius: 40px;



}







section.banner.inn::after {



    width: 100%;



    height: 86%;



    border-bottom-right-radius: 100%;



    border-bottom-left-radius: 57%;



}







section.banner.inn {



    padding-bottom: 40px;



}







section.banner.inn .banner-txt h1 span {



    display: block;



}







section.banner.inn ul.social-icon {



    bottom: 0;



    left: 0;



    position: absolute;



}







section.banner.inn ul.social-icon .container {



    position: relative;



}







section.service.inn {



    background-color: #fff;



    padding-bottom: unset;



}







section.service.inn .ser-top-txt {



    text-align: center;



}







.chose-bg.inn::before {



    height: 100%;



}







.chose-bg.inn {



    margin-bottom: unset;



}







section.why-chose.inn {



    padding-bottom: 130px;



}











/*Inner Contact Us End*/







.fa-color {



    color: #e51921;



    font-size: 80px;



}







.contact_page_sidbar h4 {



    color: #000;



    font-weight: 600;



    margin: 0;



    margin-bottom: 2px;



    font-size: 18px;



    font-family: 'Poppins';



    line-height: 1;



}







.contact_page_sidbar i {



    font-size: 40px;



    margin: 0 20px 0 0;



    width: 35px;



}







.contact_social a {



    display: flex;



    align-items: center;



    justify-content: center;



    width: 40px;



    height: 40px;



    background-color: #e51921;



    color: #ffffff;



    border-radius: 0;



    margin: 0 10px 0 0;



    font-size: 22px;



}







.contact_social a:hover {



    background-color: #e51921;



    color: #fff;



}







.contact_map iframe {



    width: 100%;



    height: 600px;



}







.contact-left img {



    width: 100%;



}







ul.contact_page_sidbar li i {



    color: #000000;



}







ul.contact_page_sidbar a {



    font-weight: 600;



    font-size: 16px;



    color: #6e6d6d;



    text-decoration: none;



}







.contact-text ul {



    margin-bottom: 40px;



}







ul.contact_page_sidbar h6 {



    line-height: 25px;



    font-size: 18px;



    color: #8b8a8a;



    margin-bottom: 0;



}







.contact-form {



    border-radius: 15px;



    padding: 50px 35px;



    border: 2px solid #eeeeee;



}







.contact-form-title h3 {



    margin-bottom: 40px;



    font-size: 50px;



    text-transform: uppercase;



}







.contact-form-title h4 {



    color: #000;



    font-size: 36px;



    line-height: 26px;



    margin-bottom: 30px;



    font-weight: 600;



}







.contact-form input {



    width: 100%;



    margin-bottom: 20px;



    padding: 15px 20px;



    border: 1px solid #c4c4c4;



    border-radius: 5px;



}







.contact-form input::placeholder {



    color: #000;



    font-family: 'Raleway';



}







.contact-form textarea {



    width: 100%;



    margin-bottom: 20px;



    padding: 20px 18px 80px;



    border-radius: 5px;



    resize: none;



    border: 1px solid #c4c4c4;



}







.contact-submit button {



    width: 100%;



    padding: 15px;



    border-radius: 30px;



    border: 1px solid #fff;



    color: #fff;



    font-size: 17px;



    background: none;



}







.contact-form input::placeholder {



    font-size: 14px;



    line-height: 14px;



    color: #9d9a9a;



    border-radius: 5px;



    margin-bottom: 0px;



}











/* Chrome, Safari, Edge, Opera */







input::-webkit-outer-spin-button,



input::-webkit-inner-spin-button {



    -webkit-appearance: none;



    margin: 0;



}











/* Firefox */







input[type=number] {



    -moz-appearance: textfield;



}







.contact-form textarea::placeholder {



    font-size: 14px;



    line-height: 14px;



    border-radius: 5px;



    color: #9d9a9a;



    margin-bottom: 0px;



}







section.contact_page_main.pt-8.pb-8 {



    padding: 100px 0;



    background-color: #050505;



}







li.d-flex.align-items-center.mt-5 {



    margin: 0 !important;



    margin-top: 40px !important;



}







.contact_page_sidbar p {



    margin-bottom: 0;



}







.cont-1 h3 {



    color: #000;



    font-size: 50px;



    text-transform: uppercase;



    margin-bottom: 10px;



    line-height: 1;



}







.cont-1 p {



    font-size: 18px;



    font-weight: 400;



    line-height: 30px;



    color: #8b8a8a;



}







i.fas.fa-phone-alt.fa-color.fa-2x {



    transform: rotate(90deg);



}







.icons i {



    background: #1560a1;



    color: #fff;



    margin: 0px 5px;



    padding: 10px 12px;



    font-size: 17px;



}







.con-form {



    padding: 20px 50px;



}







section.contact-us {



    padding: 100px;



}







.btn-contact a {



    background: #194376;



    padding: 10px 80px;



    border: none;



    border-radius: 5px;



    color: #fff;



}







.map-col {



    padding: 0;



}







section.contact-us .row {



    align-items: baseline;



}







.btn-contact button {



    padding: 13px 50px;



    background: #ffa500;



    font-weight: 500;



    border: none;



    border-radius: 15px;



    color: #ffff;



}







section.map-sec {



    margin-bottom: -10px;



}











/*Inner Contact Us End*/











/*book start*/







section.book form input {



    width: 100%;



    margin-bottom: 30px;



    background-color: #f8f8f8;



    padding: 15px 15px;



    outline: none;



    border: 1px solid #cdcdcd;



    border-radius: 5px;



    color: #000;



}







section.book form select {



    /* background: #fff url(../images/arrow.png) no-repeat right; */



    width: 100%;



    margin-bottom: 30px;



    background-color: #fff;



    padding: 15px 15px;



    outline: none;



    border: 1px solid #cdcdcd;



    border-radius: 10px;



    -webkit-appearance: auto;



    background-image: unset;



    background-color: #f8f8f8;



}







section.book form textarea {



    width: 100%;



    margin-bottom: 30px;



    background-color: #f8f8f8;



    padding: 15px 15px;



    outline: none;



    border: 2px solid #cdcdcd;



    resize: none;



    border-radius: 10px;



    height: 200px;



    color: #000;



}







section.book {



    padding: 100px 0px;



}







section.book form input::placeholder {



    color: #000;



}







.text-center button {



    width: 51%;



    padding: 12px;



    border: none;



    color: #fff;



    border-radius: 5px;



    background-color: #737373;



}







.ankar a:hover {



    background-color: #039199;



}







a.btn-1:hover {



    background-color: #000;



}







section.inn-banner img {



    width: 100%;



}











/*book end*/











/*portfolio start*/







.gal-img img {



    height: 450px;



    object-fit: cover;



    border-radius: 20px;



    width: 100%;



}







section.portfolio-bg {



    padding: 100px 0px;



}







.port-topt-txt {



    text-align: center;



}







.port-topt-txt h2 {



    font-size: 60px;



    line-height: 1;



    margin-bottom: 10px;



    color: #000000;



}







section.about.inn .abt-txt-bx {



    padding-bottom: 20px;



    /* border-bottom-left-radius: 0; */



    /* border-bottom-right-radius: 0; */



    position: relative;



    z-index: 1;



    padding-bottom: 0;



    margin: unset;



    padding: unset;



    background-color: unset;



}







section.about.inn .abt-img img {



    height: 380px;



}







.abt-bot-txt {



    margin-top: -18px;



}







.abt-bot-txt p {



    text-align: justify;



    font-size: 16px;



    line-height: 28px;



    width: 92%;



    margin: unset;



}











/*portfolio end*/







section.commerical.inn {



    margin-bottom: 100px;



}







.team-txt {



    text-align: center;



}







section.our-team {



    padding-bottom: 100px;



}







.team-bot-txt {



    text-align: center;



    padding-top: 20px;



}







.team-bot-txt h5 {



    font-size: 36px;



    line-height: 1;



    color: #000000;



    text-transform: uppercase;



}







.team-bot-txt h5 span {



    display: block;



    color: #737373;



    font-size: 20px;



}







.team-img img {



    width: 100%;



    border-radius: 20px;



    height: 394px;



    object-fit: cover;



}







.team-img {



    padding: 15px;



    border-radius: 20px;



    background-color: #0040d4;



}







.team-txt h6 {



    font-size: 24px;



    line-height: 1;



    color: #0040d4;



    font-weight: 600;



    margin-bottom: 20px;



}







.team-txt h3 {



    font-size: 60px;



    line-height: 1;



    text-transform: uppercase;



    color: #000000;



    margin-bottom: 15px;



}







.det-ser-img img {



height: 500px;



width: 100%;



object-fit: cover;



border-radius: 20px;



object-position: 0 -80px;

}







section.det-service {



    padding: 100px 0px;



}







.der-ser-txt p {



    font-size: 15px;



    color: #525151;



    margin-bottom: 30px;



}







.der-ser-txt h4 {

    font-size: 30px;

    font-weight: 400;

    color: #000;

    line-height: 1;

    text-transform: uppercase;

    margin-bottom: 0px;

}







.der-ser-txt {



    margin-top: 30px;



}







a.btn-2:hover {



    background-color: #000;



    color: #fff;



}







section.banner.inn h1 {



    font-size: 72px;



    line-height: 1;



}







ul.social-icon li a i:hover {



    background-color: #000;



    color: #fff;



    transition: 1s;



}







.ftr_social ul li a:hover {



    background-color: #1738b6;



    transition: 1s;



    color: #fff;



    border: unset;



}







.footerSec .row {



    position: relative;



    align-items: unset;



}







.footerSec .row::before {



    position: absolute;



    top: 43px;



    right: 0;



    width: 68%;



    height: 2px;



    content: '';



    background-color: #fff;



}







.footer-btm .row::before {



    display: none;



}







section.about.inn .abt-txt-bx::before {



    position: absolute;



    bottom: 0;



    left: 0;



    width: 100%;



    background-color: #fff;



    content: '';



    height: 68px;



    z-index: -1;



}







section.book form textarea::placeholder {



    color: #000;



}







.port-slid .slick-slide {



    margin: 0px 10px;



}







span.logo-slogan {



    display: block;



    color: #737373;



    font-weight: 700;



    font-size: 11px;



    display:none;



}







span.ftlogo-slogan {



    color: #fff;



    font-size: 22px;



    font-weight: 700;



    margin-top: 5px;



    display: none;



}











/* new-banner styles */







.new-banner {



    background: url('../images/new-banner.png') no-repeat center center;



    background-size: cover;



    padding: 300px 0 200px;



    position: relative;



    color: #fff;



    display: flex;



    align-items: center;



}







.new-banner::before {



    content: '';



    position: absolute;



    top: 0;



    left: 0;



    width: 100%;



    height: 100%;



    background: rgba(0, 0, 0, 0.4);



    /* Subtle overlay to make text pop */



}







.new-banner .container {



    position: relative;



    z-index: 1;



}







.new-banner h1 {



    font-size: 55px;



    line-height: 59px;



    margin-bottom: 25px;



    max-width: 800px;



    font-family: 'Nexa';



    font-weight: 700;



}







.new-banner p {



    font-size: 20px;



    line-height: 30px;



    margin-bottom: 40px;



    max-width: 600px;



    color: #fff;



}







.new-banner-btns {



    display: flex;



    gap: 20px;



}



.hero_call_icon h5 {



    color: #ffff !important;



    font-size: 25px !important;



    transition: all ease-in .4s;



    margin: unset;



}







.ftr_call h5 {



    color: #ffff;



    font-size: 25px;



    transition: all ease-in .4s;



    margin: unset;



}



.btn-new-1 {



    display: inline-block;



    padding: 18px 35px;



    background-color: #f7941d;



    /* Orange from image */



    color: #fff;



    font-weight: 600;



    border-radius: 5px;



    transition: 0.3s;



    text-transform: capitalize;



}







.btn-new-1:hover {



    background-color: #d87d12;



    color: #fff;



}







.btn-new-2 {



    display: inline-block;



    padding: 18px 35px;



    background-color: #0b1c41;



    /* Dark blue from image */



    color: #fff;



    font-weight: 600;



    border-radius: 5px;



    transition: 0.3s;



    text-transform: capitalize;



}







.btn-new-2:hover {



    background-color: #050e21;



    color: #fff;



}







@media (max-width: 767px) {



    .new-banner {



        padding: 100px 0;



        text-align: center;



    }



    .new-banner h1 {



        font-size: 40px;



        line-height: 50px;



    }



    .new-banner-btns {



        flex-direction: column;



        align-items: center;



    }



}











/* facility-types styles */







.facility-types {



    padding: 30px 0;



    background-color: #fff;



    border-bottom: 1px solid #eee;



}







.facility-bx {



    text-align: center;



    padding: 10px;



    position: relative;



}







.facility-bx i {



    font-size: 50px;



    color: #0b1c41;



    /* Dark blue from user context */



    margin-bottom: 15px;



    display: block;



}







.facility-bx h5 {



    font-size: 14px;



    font-weight: 700;



    text-transform: uppercase;



    color: #333;



    margin: 0;



    padding-top: 15px;



    position: relative;



    font-family: 'Nexa';



}







.facility-bx h5::before {



    content: '';



    position: absolute;



    top: 0;



    left: 15%;



    width: 70%;



    height: 1px;



    background: #ccc;



}







.facility-types .row {



    display: flex;



    justify-content: space-around;



    flex-wrap: wrap;



}







.facility-col {



    flex: 0 0 20%;



    max-width: 20%;



}







@media (max-width: 991px) {



    .facility-col {



        flex: 0 0 33.33%;



        max-width: 33.33%;



        margin-bottom: 30px;



    }



}











/* deteriorate-sec styles */







.deteriorate-sec {



    padding: 60px 0;



    background-color: #f9f9f9;



}







.deteriorate-heading {



    text-align: center;



    font-size: 37px;



    font-weight: 700;



    color: #0b1c41;



    margin-bottom: 30px;



    font-family: 'Nexa';



}







.deteriorate-bx {



    background: #fff;



    margin-bottom: 30px;



    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);



    transition: 0.3s;



}







.deteriorate-bx:hover {



    transform: translateY(-5px);



}







.deteriorate-img img {



    width: 100%;



    height: 250px;



    object-fit: cover;



}







.deteriorate-txt {



    display: flex;



    align-items: center;



    padding: 15px;



    border-top: 1px solid #eee;



}







.deteriorate-txt i {



    background-color: #0b1c41;



    color: #fff;



    width: 35px;



    height: 35px;



    display: flex;



    align-items: center;



    justify-content: center;



    font-size: 16px;



    margin-right: 15px;



}







.deteriorate-txt span {



    font-size: 16px;



    font-weight: 600;



    color: #333;



    font-family: 'Poppins', sans-serif;



}







@media (max-width: 767px) {



    .deteriorate-heading {



        font-size: 24px;



        margin-bottom: 30px;



    }



}







@media (max-width: 575px) {



    .facility-col {



        flex: 0 0 50%;



        max-width: 50%;



    }



}











/* maintenance-program styles */







.maint-banner {



    background: linear-gradient(rgba(11, 28, 65, 0.6), rgba(11, 28, 65, 0.6)), url('../images/bann-1.png') no-repeat center center;



    background-size: cover;



    padding: 240px 0 200px;



    text-align: center;



    color: #fff;



    position: relative;



    z-index: 1;



    background-position: 0 -300px;



}







.maint-banner h1 {



    font-size: 50px;



    font-weight: 700;



    margin-bottom: 10px;



    font-family: 'Nexa';



    color: #fff;



    text-transform: uppercase;



}







.maint-banner p {



    font-size: 18px;



    max-width: 800px;



    margin: 0 auto;



    color: #fff;



}







.why-maint {



    padding: 80px 0;



}







.why-maint-container {



    max-width: 900px;



    margin: 0 auto;



}







.why-maint h2 {



    font-size: 32px;



    font-weight: 700;



    color: #0b1c41;



    margin-bottom: 20px;



    border-bottom: 2px solid #eee;



    padding-bottom: 15px;



    display: inline-block;



    font-family: 'Nexa';



}







.why-items {



    display: grid;



    grid-template-columns: 1fr 1fr;



    gap: 20px 40px;



    margin-top: 30px;



}







.why-item {



    display: flex;



    align-items: center;



    font-size: 18px;



    font-weight: 600;



    color: #444;



}







.why-item i {



    color: #f7941d;



    margin-right: 15px;



    font-size: 20px;



}







.pricing-sec {



    padding: 100px 0;



    background-color: #f4f7f6;



}







.pricing-container {



    background: #fff;



    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);



    border-radius: 12px;



    overflow: hidden;



    max-width: 1100px;



    margin: 0 auto;



}







.pricing-main-header {



    background-color: #0040d4;



    color: #fff;



    text-align: center;



    padding: 15px;



    font-size: 24px;



    font-weight: 700;



    font-family: 'Nexa';



    text-transform: uppercase;



    letter-spacing: 1px;



}







.pricing-row {



    border-top: 1px solid #e0e0e0;



}







.pricing-card {



    padding: 40px 30px;



    height: 100%;



    display: flex;



    flex-direction: column;



    border-right: 1px solid #eee;



    transition: all 0.3s ease;



    background: #fff;



}







.pricing-card:last-child {



    border-right: none;



}







.card-header {



    margin-bottom: 30px;



    text-align: center;



}







.card-header h3 {



    font-size: 28px;



    color: #333;



    margin-bottom: 0;



    font-family: 'Nexa';



}







.card-header h3 span {



    display: block;



    font-size: 14px;



    color: #777;



    font-weight: 500;



    margin-top: 5px;



    font-family: 'Poppins';



}







.investment {



    background: #f8f9fa;



    padding: 15px;



    border-radius: 8px;



    text-align: center;



    margin-bottom: 30px;



    font-size: 16px;



    font-weight: 600;



    color: #444;



}







.investment span {



    display: block;



    font-size: 32px;



    color: #0040d4;



    font-weight: 700;



    margin-top: 5px;



}







.pricing-card.highlighted .investment span {



    color: #2e7d32;



}







.best-for {



    margin-bottom: 25px;



}







.best-for strong {



    display: block;



    font-size: 16px;



    color: #333;



    margin-bottom: 10px;



    font-style: italic;



}







.best-for p {



    font-size: 15px;



    line-height: 24px;



    color: #555;



    margin-bottom: 0;



}







.includes {



    flex-grow: 1;



    margin-bottom: 30px;



}







.includes strong {



    display: block;



    font-size: 16px;



    color: #333;



    margin-bottom: 15px;



}







.includes ul {



    list-style: none;



    padding: 0;



    margin: 0;



}







.includes ul li {



    font-size: 15px;



    color: #444;



    margin-bottom: 12px;



    display: flex;



    align-items: flex-start;



}







.includes ul li i {



    color: #2e7d32;



    margin-right: 12px;



    margin-top: 5px;



    font-size: 14px;



}







.card-footer-text {



    font-size: 15px;



    font-weight: 700;



    color: #333;



    text-align: center;



    padding-top: 20px;



    border-top: 1px solid #eee;



}







/* Highlighted (Plus Plan) Style */



.pricing-card.highlighted {



    background-color: #e8f5e9; /* Light green background */



    border-left: 2px solid #a5d6a7;



    border-right: 2px solid #a5d6a7;



}







.pricing-card.highlighted .card-header h3 {



    color: #1b5e20;



}







.pricing-footer-btn {



    padding: 40px;



    text-align: center;



    background: #f8f9fa;



    border-top: 1px solid #eee;



}







@media (max-width: 991px) {



    .pricing-card {



        border-right: none;



        border-bottom: 1px solid #eee;



    }



    .pricing-card.highlighted {



        border-left: none;



        border-right: none;



        border-top: 4px solid #43a047;



        border-bottom: 4px solid #43a047;



    }



}







@media (max-width: 767px) {



    .why-items {



        grid-template-columns: 1fr;



    }



    .maint-banner h1 {



        font-size: 30px;



    }



}







.map-sec img {



    width: 100%;



}







.recent-content strong {



    display: block;



}







.recent-content p {



    margin-bottom: 20px;



}







.serv-banner h3 {



    font-size: 30px;



    color: #ffff;



    margin-bottom: 0;



}







.serv-banner h1 {



    margin-bottom: 0;



}







.abt-bot-txt li {



    list-style: disc;

    color: #333;

    margin-bottom: 15px;

}



.includes ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.includes ul li {

    font-size: 15px;

    color: #444;

    margin-bottom: 12px;

    display: flex;

    align-items: flex-start;

}



.includes ul li i {

    color: #2e7d32;

    margin-right: 12px;

    margin-top: 5px;

    font-size: 14px;

}



.card-footer-text {

    font-size: 15px;

    font-weight: 700;

    color: #333;

    text-align: center;

    padding-top: 20px;

    border-top: 1px solid #eee;

}



/* Highlighted (Plus Plan) Style */

.pricing-card.highlighted {

    background-color: #e8f5e9; /* Light green background */

    border-left: 2px solid #a5d6a7;

    border-right: 2px solid #a5d6a7;

}



.pricing-card.highlighted .card-header h3 {

    color: #1b5e20;

}



.pricing-footer-btn {

    padding: 40px;

    text-align: center;

    background: #f8f9fa;

    border-top: 1px solid #eee;

}



@media (max-width: 991px) {

    .pricing-card {

        border-right: none;

        border-bottom: 1px solid #eee;

    }

    .pricing-card.highlighted {

        border-left: none;

        border-right: none;

        border-top: 4px solid #43a047;

        border-bottom: 4px solid #43a047;

    }

}



@media (max-width: 767px) {

    .why-items {

        grid-template-columns: 1fr;

    }

    .maint-banner h1 {

        font-size: 30px;

    }

}



.map-sec img {

    width: 100%;

}



.recent-content strong {

    display: block;

}



.recent-content p {

    margin-bottom: 20px;

}



.serv-banner h3 {

    font-size: 30px;

    color: #ffff;

    margin-bottom: 0;

}



.serv-banner h1 {

    margin-bottom: 0;

}



.abt-bot-txt li {

    list-style: disc;

    margin-left: 20px;

}

.facility-bx img {

    width: 105px;

    margin-bottom: 9px;

}

.ftr_logo {

    margin-top: 80px;

}

/* Custom Dropdown Styling */
.dropdown-new {
    position: relative;
    display: inline-block;
}

.dropdown-menu-new {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 280px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 999;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    border-radius: 8px;
    top: 100%;
    left: 0;
    margin-top: 10px;
    border: 1px solid #eee;
    overflow: hidden;
}

.dropdown-menu-new li a {
    color: #333 !important;
    padding: 6px 25px !important;
    text-decoration: none !important;
    display: block !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
    text-align: left !important;
}

.dropdown-menu-new li a:hover {
    background-color: #f8f9fa !important;
    color: #f7941d !important;
    padding-left: 30px !important;
    border-left: 3px solid #f7941d !important;
}

.dropdown-new.show .dropdown-menu-new {
    display: block;
    animation: fadeInDownSmall 0.4s ease;
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-new .btn-new-1 i {
    font-size: 14px;
    margin-left: 8px;
    transition: 0.3s;
}

.dropdown-new.show .btn-new-1 i {
    transform: rotate(180deg);
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .dropdown-menu-new {
        position: static;
        width: 100%;
        box-shadow: none;
        border: none;
        background: transparent;
        padding: 0;
        margin-top: 5px;
    }
    .dropdown-menu-new li a {
        color: #fff !important;
        padding-left: 15px !important;
    }
    .dropdown-new {
        display: block;
        width: 100%;
    }
    .btn-new-1 {
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


section.interior-photos {
    padding-bottom: 100px;
}

.ser-dt-2-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}