@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

body, html{
    scroll-behavior: smooth;
}
footer p{
    color: white !important ;
}
body , body p, body li{
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important ;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    position: relative;
}
a:hover{
    text-decoration: none !important;
}

.pdingSec{
    padding: 70px 0;
}
.section2{
    position: relative;
    overflow: hidden;
}
.section2  .sec2Cont{
    width: 130% ; 
}
.section2  .sec2Cont  h6{
    position: relative;
    color: grey;
    font-family: 'Poppins', sans-serif;
}
.section2 .sec2Cont h6::before {
    position: absolute;
    content: "";
    top: -12px;
    left: -1px;
    height: 3px;
    width: 41px;
    background: #ff6d2e;
}
.section2 .sec2Cont .sec-cont h5 {
    font-family: 'Merriweather', serif;
    color: #ff6d2e;
    position: relative;
    margin: 33px 0px;
     padding-left: 12px;
    font-size: 17px;
}
.services .row{
    justify-content: space-between;
}

.services .content{
    box-shadow: 0px 3px 26px rgb(0 0 0 / 14%);
    padding: 40px 25px;
    min-height: 350px;
    transition: .7s;
    position: relative;
    border-radius: 4px;
    /*overflow: hidden;*/
}
.services .content:hover{
    transform: translateY(-5px);
}
.services .content::before{
    content: '';
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(0 0 0 / 50%),rgb(0 0 0 / 50%)) , url(../images/img1.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition:1s;
}
.services .content:hover:before{
    opacity: 1;
    transform: rotateY(180deg);
}
.services .content h3{
    transition: .7s;
    font-family: 'Merriweather', serif;
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 30px;
}
.services .content li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    display: flex;
    transition: .7s;
    align-items: start;
}
.services .content li .fa{
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.services .content .sevIcn{
    position: absolute;
    top: -10px;
    right: -10px;
    height: 70px;
    width: 70px;
    background: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    border-radius: 50%;
}
.header-top a,
.header-top span{
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
} 
.services .content .sevIcn img{
    height: 60%;
    width: 80%;
}
.services .content:hover h3,.services .content:hover li{
    color: white;
}
.icon span{
    font-family: 'Poppins', sans-serif;
}
.icon .fa{
    font-size: 20px;
    color: #ff6d2e;
    height: 24px;
    width: 24px;
    text-align: center;
    margin-right: 10px; 
}
.btmImg{
    position: absolute;
    bottom: 15px;
    right: 14px;
    opacity: 0.2;
    transition: 1.5s;
}
.sec2Cont:hover .btmImg{
    transform: rotateY(360deg)  translateY(10px);
}
.section2 .sec2Cont .sec-cont h5::before {
     position: absolute;
    content: "";
    top: 0;
    /* transform: rotate(88deg); */
    left: 0;
    height: 100%;
    width: 4px;
    background: #000000;

}
.sec2Cont {
    background: white;
    /* padding: 30px; */
    padding: 66px 50px;
    position: relative;
    /*box-shadow: 3px -1px 16px -7px;*/
    top: 49px;
    left: -85px;
}
.services{
    padding: 80px 0;
}
.head h2{
    position: relative;
    font-family: 'Merriweather', serif;
    font-size: 36px;
}
.head{
    margin-bottom: 30px;
}
.head h6{
    position: relative;
    margin: 0 0 10px;
    display: inline-block;
    color: grey;
    font-family: 'Poppins', sans-serif;
}
.head h6::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 41px;
    background: #ff6d2e;
}
.head h6::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 45px;
    height: 2px;
    width: 5px;
    background: #ff6d2e;
}



.main-bx-3{
    background-image: url(../images/img2.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding: 90px 0px 300px;
    background-position: center;
}
.main-bx-3{
    position: relative;
}
.main-bx-3 .content{    
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-bx-3 .content-bx h1{
    color: #FFFFFF;
    font-size: 3.8rem;
    font-family: 'DM Sans', sans-serif;
}
.btn {
    font-family: 'Inter', sans-serif !important !important;
    padding: 10px 20px !important;
    background: #ff6d2e !important;
    margin: 20px 0 !important;
    color: white !important;
    z-index: 1 !important;
    position: relative !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    overflow: hidden;
    transition: .7s;
    border-radius: 4px !important;
}
.btn::before {
    background-color: black !important;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    transition: .7s;
}
.btn:hover::before {
    opacity: 1;
    width: 100%;
}
.btn:hover{
    border-color: black;
}
.bx3ContIcn{
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: space-around;
    background: #ffffff;
    padding: 30px 30px 10px 30px;
    width: 200px;
    border-top: 3px solid #ff6d2e;
    z-index: 24;
    position: relative;
    background: #ff6d2e;
    padding: 30px;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 20%);
}
.bx3ContDetails{
    padding: 46px 30px 15px 30px;
    background-color: #fff;
    border-top: 3px solid #ff6d2e;
    box-shadow: 0 10px 15px rgb(0 0 0 / 8%);
    /*margin-bottom: 25px;*/
    margin-top: -25px;
    border: 1px solid rgb(0 0 0 / 8%);
    height: 270px;
}
.bx3ContDetails p{
    color: #7c858c;
}
.bx5{
    margin-top: -250px;
    background: whitesmoke;
}

.bx6{
    padding: 70px 0 20px;
    background: whitesmoke;
}
.bx6Img{
    position: relative;
}
.bx6Img img{
    border-top-left-radius: 70px;
    /*box-shadow: 0px 3px 60px rgb(0 0 0 /15%);*/
}
.bx6ImgCont{
    background-color: #F68B21;
    min-width: 250px;
    min-height: 60px;
    transform: rotate(90deg);
    text-align: center;
    position: absolute;
    top: 10%;
    right: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    font-family: 'Poppins', sans-serif;
}
.bx6Cont ul li{
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    color: #666;
    line-height: 26px;
}

.section2 .sec2Cont{
     box-shadow: 3px 3px 18px rgb(0 0 0 / 14%);
    position: relative;
}
.column-6{
    position: absolute !important;
    top: 10%;
    right: -15px;
}
.section2 .column-6::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 80px;
    background-color: black;
    z-index: -1;
    height: 100px;
    width: 100px;
}
.carousel-caption {
    top: 0;
    bottom: 0;
    right: 0 !important;
    /*background: red;*/
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    left: 100px !important;
    width: 60%;
    text-align: left !important;
}
.carousel-control-next, .carousel-control-prev{
    width: 5% !important;
    bottom: 50% !important;
    top: 50% !important;
    display: inline-block;
    opacity: 1 !important;
}
.carousel-control-next .fa, .carousel-control-prev .fa{
    background: #ff6d2e !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.carousel-caption h2{
    color: white;
    font-family: 'Merriweather', serif;
    margin: 0 0 10px;
    font-size: 40px;
    position: relative;
}
.h2Bfr{
    position: relative;
}
.carousel-caption .h2Bfr::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #ff6d2e , transparent);
    height: 2px;
    width: 50%;
}
.carousel-caption h5{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}
.hsection2 .sec2Cont::after{
    position: absolute;
    content: "";
    bottom: -12px;
    left: 452px;
    background-color: black;
    z-index: -1;
    height: 100px;
    width: 100px;
}

.section2 .mini-content a:hover{
color: white; 
}
.main-bx-3 .content a::before {
    background-color: white;
    z-index: -1;
    position: absolute;
    content: "";
    top: -2px;
    left: 0px;
    width: 0px;
    border-radius: 0.25rem;
    height: 47px;
    opacity: 0;
    transition: .7s;
}
.main-bx-3 .content a:hover::before {
    opacity: 1;
    left: -1px;
    width: 141px;
}
.main-bx-3 .content a:hover{
    color: black;
}

/*-----------*/
/*header*/
header {
    overflow: hidden;
    z-index: 1;
}
header .header-top {
    position: relative;
    padding: 12px 0;
    z-index: 4;
    background: #182e3e;
}
.header-links .fa{
    color: #ff6d2e;
}
header .header-links
.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}
.header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    border-right: 2px solid rgba(255, 255, 255, 0.15);
    padding-right: 25px;
    max-height: 20px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #e5dbdb !important;
}
.header-links span{
    font-weight: 500;
}
.header-links a {
    color: #e5dbdb !important;
}
.header-links li:last-child {
    border: 0;
    margin-left: 10px;
}

.header-social {
    text-align: end;
}
.header-social a {
    font-size: 16px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: rgb(255 255 255 / 65%) !important;
    height: 30px;
    width: 30px;
    border: 1px solid rgb(255 255 255 / 30%);
    font-family: 'Inter', sans-serif !important;
    transition: all 0.4s ease-in-out;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}
.header-social a:hover {
    background-color: #e3591d !important;
    color: white !important;
    border-color: #e3591d;
}

header .header-btm{
    background: white;
    z-index: 1999;
}
header .navbar{
    padding: 0;
}
header .navbar-collapse{
    justify-content: end;
}
header{
    position: relative;
    z-index: 1;
}
header .navbar-brand{
    z-index: 6;
    position: relative;
}
header .navbar-brand::before{
    position: absolute;
    top: -16px;
    left: -100%;
    background: #ff6d2e;
    height: 150%;
    width: 250%;
    content: '';
    transform: skew(45deg);
    z-index: -5;
}
header .nav-link{
    font-family: 'Poppins', sans-serif;
    padding: 30px 0;
    color: #182e3e;
    font-size: 17px;
    transition: .7s;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 10px;
}
header .nav-link::before{
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: -100%;
    right: 0;
    transition: .7s;
    bottom: 20px;
    background: #ff6d2e;
}
header .active .nav-link{
    color: #ff6d2e; 
}
header .active .nav-link::before{
    left: 0;
    right: 0;
}
header .nav-link:hover::before{
    left: 0;
    right: 0;
}
header .nav-link:hover{
    color: #ff6d2e;
}
/* ------------------- */

/* ------------------- */
.sec2Img{
    position: relative;
}
.title h2 {
    font-family: 'Merriweather', serif;
    font-size: 40px;
}
.sec2layer-inner {
    position: absolute;
    top: 14px;
    left: -14px;
    text-align: center;
    height: 150px;
    width: 150px;
    display: flex;
    font-family: 'Inter', sans-serif !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ff6d2e;
    color: white;
    padding: 30px;
}
.sec2layer-inner::before{
    position: absolute;
    content: '';
    border: 7px solid;
    border-color: transparent #e1591e #e1591e transparent;
    top: -14px;
    left: 0;
}
.hmAbtImg2{
    position: absolute;
    bottom: -20%;
    left: -10%;
    border: 20px solid white;
    box-shadow: 0px 0px 50px 0px rgb(13 13 13 / 10%);
}

.main-bx-4{
    padding: 70px 0;
    background:url(../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding: 70px 0 30px;
    background-attachment: fixed;
}
.main-bx-4 .head{
    color: white;
}
.main-bx-4 .head h6{
    color: white;
}
.main-bx-4 .inpFld{
    display: flex;
    align-items: center;
    border: 1px solid rgb(255 255 255 / 50%);
    padding: 5px 20px;
}
.main-bx-4 .inpFld .form-control{
    border: 0 !important;
    background: transparent !important;
    color: white !important;
}
.main-bx-4 .inpFld .form-control:focus{
    box-shadow: none !important;
    border-color: transparent !important;
}
.main-bx-4 .inpFld .form-control::placeholder{
    color: white;
}
.main-bx-4 .inpFld .fa{
    color: white;
    margin-right: 5px;
} 
.main-bx-4 textarea.form-control {
    height: auto !important;
    color: white !important;
}
.main-bx-4 .bx4Cont{
    position: relative;
    height: 100%;
    padding-left: 40px;
}
.main-bx-4 .bx4Cont::before{
    position: absolute;
    top: -25%;
    right: -25%;
    background: #182e3e;
    content: '';
    height: 150%;
    width: 125%;
}
.main-bx-4 .bx4Cont .fa-hand-o-left{
    margin-right: 10px;
    color: #ff4500;
    opacity: 0.7
}
.formIcn{
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}
.mian-bx-4 input{
    background: transparent;
}


.homeform  .form-control {
    display: block !important ;
    width: 100% !important ;
    /*height: calc(1.5em + 0.75rem + 2px) !important ;*/
    padding: 0.375rem 0.75rem !important ;
    font-size: 1rem !important ;
    font-weight: 400 !important ;
    line-height: 1.5 !important ;
    color: white !important ;
    background-color: #fff0 !important ;
    background-clip: padding-box !important ;
    border: 1px solid #ffffff !important ;
    border-radius: 0.25rem !important ;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important ;
}
.homeform select option{
    color: black !important ; 
}
.homeform select{
    color: black !important ;
}
.homeform input::placeholder{
    color: white !important ;
}
.homeform label{
    color: white;
}
footer{
    background: #182e3e;
    padding: 60px 0;
    border-top: 8px solid #ff6d2e;
    position: relative;
    z-index: 1;
}
footer::before{
    position: absolute;
    background-image: url(../images/footerBg.png);
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.1;
}
footer .cdtls{
    display: flex;
    align-items: flex-start;
}
footer .cdtls p{
    margin: 0;
    text-transform: capitalize;
}
footer .cdtls .fa{
    position: relative;
    top: 6px;
    margin:  0 12px 0 0 ;
}

footer p{
    color: white;
}
footer h3{
    font-family: 'Merriweather', serif;
    color:white;
    font-size: 25px;
}
.footLogo{
    margin-bottom: 10px;
}
footer i{
    margin-right:9px;
    color: #ff4500;
}
footer .plus{
    /*text-align: justify;*/
    /*padding-left: 104px !important;*/
    /*padding: 5px;*/
    color: white;
    margin-bottom: 10px;
}
footer .fa-plus{
    transition: .1s;
}
footer .plus:hover .fa-plus{
    transform: rotate(360deg);
    transition: 1s;
    margin-left: 10px;
}
footer a{
    color: white !important;
    font-family: 'Poppins', sans-serif;
}


.pgBg{
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: white;
}
.pgBg h1{
    color: white;
    font-family: 'Merriweather', serif;
    margin: 0 0 10px;
    font-size: 40px;
    position: relative;
}
.pgBg .fa{
    margin: 0 3px;
}
.pgBg a{
    transition: .7s;
    color: #ff6d2e !important;
    font-family: 'Poppins', sans-serif;
}
.pgBg span{
    font-family: 'Poppins', sans-serif;
}


/*about page*/
.abtsec{
    background-image: linear-gradient(rgb(0 0 0 / 50%),rgb(0 0 0 / 50%)),url(../images/abt-bg1.jpg);   
}
.abtsec2{
    padding: 70px 0;
}
.abtsec2 .abtsec2Img{
    position: relative;
}
.abtsec2 .abtsec2ImgContent{
    background-image: url(../images//badge-img.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -.03em;
    font-weight: 700;
    color: #fff;
    background-color: #182e3e;
    padding: 39px 56px 38px 50px;
    clip-path: polygon(92.5% 0,100% 16.5%,100% 100%,0 100%,0 0);
    position: absolute;
    bottom: -20px;
    right: 0;
}
.abtsec2Content h4{
    color: #666;
    font-size: 20px;
    border-left: 5px solid #ff6d2e;
    padding: 0 0 0 20px;
    margin: 16px 0;
    font-weight: 500;
    color: #182e3e;
}
.abtContact{
    padding: 100px 0;
    background-image: linear-gradient(rgb(0 0 0 / 70%),rgb(0 0 0 / 70%)),url(../images/abtsection_3.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}
.abtContact h3{
    position: relative;
    font-family: 'Merriweather', serif;
    font-size: 36px;
}
.abtContact h5{
    position: relative;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 100;
}
.abtContactCont{
    float: left;
}
.abtContact .btn{
    float: right;
}


/*contact page*/
.contactsec{
    background-image: linear-gradient(rgb(0 0 0 / 50%),rgb(0 0 0 / 50%)),url(../images/contact-bg1.jpg);   
}
.contactsecBg{
    padding: 70px 40px;
    position: relative;
    background: white;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: -3px -2px 18px rgb(0 0 0 / 10%);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.contactsecBg .fa-bookmark{
    position: absolute;
    top: -16px;
    right: 20px;
    font-size: 70px;
    color: #ff6d2e;
    /*opacity: 0.2;*/
}
.contactsecBg .fa-bookmark::after{
    position: absolute;
    top: 6px;
    left: -9px;
    content: '';
    border: 5px solid;
    border-color: transparent #db5c26 #db5c26 transparent;
}
.contactsecBg .form-group{
    border: 1px solid rgb(24 46 62 / 20%);
    display: flex;
    align-items: center;
    padding: 0 20px ;
    border-radius: 4px;
}
.contactsecBg .form-group .form-control{
    font-family: 'Poppins', sans-serif;
    color: #666 !important;
    font-size: 15px !important;
    border-color: transparent !important;
}
.contactsecBg .form-group .form-control::placeholder{
    color: rgb(102 102 102 / 45%) !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
}
.contactsecBg .form-group .form-control:focus{
    box-shadow: none;
    border: 0;
}
.contactsecBg .form-group .fa{
    /*color: #ff6d2e;*/
    color: #182e3e;
    opacity: 0.7;
}
.contactsecBg .form-group .btn{
    position: relative !important;
    background: #182e3e !important; 
    border: 0 !important;
}
.contactsecBg .form-group .btn:hover{
    border-color: transparent !important;
}
.contactsecBg .form-group .btn::before{
    background: #ff6d2e !important;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-color: #ff6d2e !important;
    transform: scaleX(0);
    transition: 1.2s;
}
.contactsecBg .form-group .btn:hover::before{
    transform: scaleX(1);
    border-color: #ff6d2e !important;
}
.contact-bg2{
    background-image: url(../images/contact-bg2.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 120%;
    position: relative;
    left: -20%;
    z-index: -1;
}

.input-grp {
    position: relative;
    margin-bottom: 20px;
}
.input-grp label {
    position: absolute;
    top: -9px;
    left: 15px;
    pointer-events: none;
    background: #ffff;
    padding: 0 6px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #666;
}
.input-grp .form-control:focus{
    box-shadow: none !important;
    border: 1px solid;
    border-color: #ff6d2e8c !important;
}
.services_list{
    display: flex;
    flex-wrap: wrap;
}
.services_list li{
    flex-basis: 33.33%;
    text-align: start;
}

.row{
    justify-content: center !important;
}

/*media query*/
@media (max-width: 992px){
        header .navbar-collapse {
        justify-content: end;
        width: 100%;
    }
    .services .content, .bx3Cont {
        margin: 0 0 30px;
    }
    .main-bx-3 .content-bx h1{
        color: #FFFFFF;
        font-size: 3rem;
        font-weight: 700;
    }
  /*  .bx3ContIcn img{
        width: 50%;
    }*/
    .bx3ContIcn{
        padding: 25px 10px;
    }
    header .header-top{
        display: none;
    }
    header .header-social {
        text-align: left;
        margin: 10px 0 8px;
    }
    .header-links li:last-child {
        margin-left: 0;
    }
    header .navbar-brand::before {
        position: absolute;
        top: -5px;
        left: -100%;
        background: #ff6d2e;
        height: 119%;
        width: 262%;
        content: '';
        transform: skew(45deg);
        z-index: -5;
    }
    header .header-social a {
        font-size: 16px;
        display: inline-block;
        margin: 0 0 0;
        color: rgb(255 255 255 / 65%) !important;
        height: 25px;
        width: 25px;
        border: 1px solid rgb(255 255 255 / 30%);
        font-family: 'Inter', sans-serif !important;
        transition: all 0.4s ease-in-out;
        text-align: center;
        line-height: 25px;
        font-size: 10px;
    }
    .header-links li {
        display: inline-block;
        position: relative;
        font-size: 12px;
        font-weight: 400;
        border-right: 2px solid rgba(255, 255, 255, 0.15);
        padding: 0 8px;
        max-height: 20px;
        line-height: 20px;
        letter-spacing: 0.5px;
        color: #e5dbdb !important;
    }
    header .nav-link {
        font-family: 'Poppins', sans-serif;
        padding: 3px 0;
        color: #182e3e;
        font-size: 15px;
        transition: .7s;
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0;
    }
    header .nav-link::before {
        position: absolute;
        content: '';
        height: 2px;
        width: 100%;
        left: -100%;
        right: 0;
        transition: .7s;
        bottom: 0;
        background: #ff6d2e;
    }
    header .navbar-nav {
/*        margin: 20px 20px 7px;*/
    }
}
@media (max-width: 768px){
    header .header-top{
        display: none;
    }
    .services_list li{
        flex-basis: 50%;
    }
    header .navbar {
        padding: 0;
    }
}
@media only screen and (max-width: 576px){
    header .navbar {
        padding: 0;
        flex-direction: column;
        align-items: end;
    }
    header .navbar-brand{
        width: 100%;
    }
    .navbar-toggler{
        margin: 12px 0 2px;
    }
    .carousel-control-next .fa, .carousel-control-prev .fa {
        background: #ff6d2e !important;
        height: 24px;
        width: 28px;
        line-height: 24px;
        text-align: center;
        border-radius: 50%;
        font-size: 10px;
    }
    .carousel-control-prev {
        left: 17px !important;
    }
    .carousel-control-next {
        right: 17px !important;
    }
    .carousel-caption {
        top: 0;
        bottom: 0;
        right: 0 !important;
        /* background: red; */
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        left: 80px !important;
        width: 70%;
        text-align: left !important;
    }
    .carousel-caption h2 {
        color: white;
        font-family: 'Merriweather', serif;
        margin: 0 0 10px;
        font-size: 14px;
        position: relative;
    }
    .carousel-caption h5 {
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        margin: 0;
        font-size: 11px;
        line-height: 18px;
    }
    .column-6{
        position: relative !important;
        top: 0;
        right: 0;
        margin-top: 25%;
    }
    .section2 .column-6::before {
        position: absolute;
        content: "";
        top: -13px;
        right: 2px;
        background-color: black;
        z-index: -1;
        height: 100px;
        width: 100px;
    }
    .center1{
        justify-content: center !important;
    }
    .sec2Cont {
        background: white;
        padding: 30px 24px;
        top: 0;
        left: 0;
        width: 100% !important;
        margin-top: 30%;
    }
    .title h2 {
        font-family: 'Merriweather', serif;
        font-size: 18px;
    }
    .section2 .sec2Cont h6 {
        position: relative;
        color: grey;
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
    }
    .section2 .sec2Cont h6::before {
        position: absolute;
        content: "";
        top: -3px;
        left: -1px;
        height: 2px;
        width: 41px;
        background: #ff6d2e;
    }
    body, body p {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #666;
        font-size: 11px !important;
        line-height: 18px;
        position: relative;
    }
    .section2 .sec2Cont .sec-cont h5 {
        font-family: 'Merriweather', serif;
        color: #ff6d2e;
        position: relative;
        margin: 25px 0px;
        padding-left: 12px;
        font-size: 12px;
    }
    .icon .fa {
        font-size: 11px;
        color: #ff6d2e;
        height: 18px;
        width: 24px;
        text-align: center;
        margin-right: 0;
    }
    .btmImg {
        position: relative;
        bottom: 0;
        right: 0;
        opacity: 0.2;
        transition: 1.5s;
    }
    .btmImg img {
        width: 33%;
        position: absolute;
        bottom: 15px;
        right: 0;
    }
    .btn {
        font-family: 'Inter', sans-serif !important !important;
        padding: 4px 10px !important;
        background: #ff6d2e !important;
        margin: 10px 0 !important;
        color: white !important;
        z-index: 1 !important;
        position: relative !important;
        text-decoration: none !important;
        border-radius: 0 !important;
        overflow: hidden;
        transition: .7s;
        border-radius: 4px !important;
        font-size: 13px !IMPORTANT;
    }
    .services {
        padding: 0 0 50px;
    }
    .pdingSec {
        padding: 50px 0;
    }
    .head h6 {
        position: relative;
        margin: 0 0 10px;
        display: inline-block;
        color: grey;
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
    }
    .head h2 {
        position: relative;
        font-family: 'Merriweather', serif;
        font-size: 18px;
    }
    .services .content h3 {
        transition: .7s;
        font-family: 'Merriweather', serif;
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .services .content li {
        font-family: 'Poppins', sans-serif;
        font-size: 12px !important;
        font-weight: 400;
        color: #666;
        line-height: 20px;
        display: flex;
        transition: .7s;
        align-items: start;
    }
    .services .content {
        box-shadow: 0px 3px 26px rgb(0 0 0 / 14%);
        padding: 40px 25px;
        min-height: 250px;
        transition: .7s;
        position: relative;
        border-radius: 4px;
        margin: 0 0 20px;
        /* overflow: hidden; */
    }
    .hmAbtImg2 {
        position: absolute;
        bottom: -20%;
        left: -10%;
        border: 20px solid white;
        box-shadow: 0px 0px 50px 0px rgb(13 13 13 / 10%);
        height: 250px;
        width: 250px;
    }
    .main-bx-3 .content-bx h1 {
        color: #FFFFFF;
        font-size: 22px;
        font-family: 'DM Sans', sans-serif;
    }
    .bx3ContIcn {
        display: flex;
        margin: 0 auto;
        text-align: center;
        justify-content: space-around;
        background: #ffffff;
        padding: 30px 30px 10px 30px;
        border-top: 3px solid #ff6d2e;
        z-index: 24;
        position: relative;
        background: #ff6d2e;
        padding: 10px;
        box-shadow: 0px 3px 20px rgb(0 0 0 / 20%);
        height: 89px;
        width: 88px;
        margin: 0;
        border: 0;
        border-radius: 50%;
        padding: 18px;
        left: 16px;
    }
    .bx3ContDetails {
        padding: 46px 30px 15px 30px;
        background-color: #fff;
        border-top: 3px solid #ff6d2e;
        box-shadow: 0 10px 15px rgb(0 0 0 / 8%);
        /* margin-bottom: 25px; */
        margin-top: -25px;
        border: 1px solid rgb(0 0 0 / 8%);
        height: auto;
        position: relative;
        top: -14px;
    }
    .main-bx-3 {
        background-image: url(../images/img2.jpg);
        background-size: cover;
        background-attachment: fixed;
        color: white;
        padding: 90px 0px 100px;
        background-position: center;
    }
    .bx5 {
        margin-top: -75px;
        background: whitesmoke;
    }
    .bx6 {
        padding: 40px 0 20px;
        background: whitesmoke;
    }
    .bx6Cont ul li {
        font-family: 'Poppins', sans-serif;
        font-size: 12px !important;
        font-weight: 400;
        color: #666;
        line-height: 26px;
    }
    .bx6Cont ul li img{
        width: 3%;
    }
    .bx6ImgCont {
        background-color: #F68B21;
        min-width: 223px;
        min-height: 38px;
        transform: rotate(90deg);
        text-align: center;
        position: absolute;
        top: 20%;
        right: -21%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: white;
        font-family: 'Poppins', sans-serif;
    }
    .main-bx-4{
        padding: 0;
    }
    .main-bx-4 .bx4Cont {
        position: relative;
        height: 100%;
        padding-left: 40px;
        padding: 50px 0;
    }
    .bx4Cont::before{
        top: 0 !important;
        right: 0 !important;
        left: -20% !important;
        width: 150% !important;
        height: 100% !important;
    }
    .formIcn {
        position: absolute;
        bottom: 9px;
        right: -19px;
        opacity: 0.5;
    }
    .main-bx-4 form{
        padding: 50px 0;
    }
    footer h3 {
        font-family: 'Merriweather', serif;
        color: white;
        font-size: 18px;
    }
    footer {
        background: #182e3e;
        padding: 30px 0;
        border-top: 8px solid #ff6d2e;
        position: relative;
        z-index: 1;
    }
    .pgBg h1 {
        color: white;
        font-family: 'Merriweather', serif;
        margin: 0 0 10px;
        font-size: 18px;
        position: relative;
    }
    .pgBg {
        position: relative;
        background-size: cover;
        background-position: center;
        padding: 50px 0;
        color: white;
    }
    .abtsec2Content h4 {
        color: #666;
        font-size: 14px;
        border-left: 5px solid #ff6d2e;
        padding: 0 0 0 10px;
        margin: 16px 0;
        font-weight: 500;
        color: #182e3e;
    }
    .abtsec2 {
        padding: 50px 0 15px;
    }
    .abtsec2 .abtsec2ImgContent {
        background-image: url(../images//badge-img.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -.03em;
        font-weight: 700;
        color: #fff;
        background-color: #182e3e;
        padding: 39px 56px 38px 50px;
        clip-path: polygon(92.5% 0,100% 16.5%,100% 100%,0 100%,0 0);
        position: absolute;
        bottom: -20px;
        right: 0;
    }
    .abtsec2Content {
        padding: 50px 0 0;
    }
    .bx6Cont {
        padding: 30px 0 0;
    }
    .bx6Cont .head{
        margin-bottom: 0;
    }
    .abtContact h5 {
        position: relative;
        font-family: 'Merriweather', serif;
        font-size: 10px;
        font-weight: 100;
    }
    .abtContact h3 {
        position: relative;
        font-family: 'Merriweather', serif;
        font-size: 18px;
    }
    .abtContactCont,.abtContact .btn {
        float: none;
    }
    .abtContact {
        padding: 45px 0;
        background-image: linear-gradient(rgb(0 0 0 / 70%),rgb(0 0 0 / 70%)),url(../images/abtsection_3.jpg);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        color: white;
    }
    .contactsecBg {
        padding: 10px 40px;
        position: relative;
        background: white;
        border-radius: 10px;
        margin-top: 0;
        box-shadow: -3px -2px 18px rgb(0 0 0 / 10%);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .sec2layer-inner {
        position: absolute;
        top: 14px;
        left: -14px;
        text-align: center;
        height: 100px;
        width: 120px;
        display: flex;
        font-family: 'Inter', sans-serif !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #ff6d2e;
        color: white;
        padding: 30px;
    }
    .main-bx-3 .content-bx h1 {
        color: #FFFFFF;
        font-size: 20px !important;
        font-weight: 700;
    }
    .services_list li{
        flex-basis: 100%;
    }
}

