
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

a{
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}
@font-face {
    font-family: Cabin-Regular;
    src: url('../fonts/Cabin/Cabin-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: Cabin-Medium;
    src: url('../fonts/Cabin/Cabin-Medium.ttf');
    font-display: swap;
}
@font-face {
    font-family: Cabin-Bold;
    src: url('../fonts/Cabin/Cabin-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family:Alata-Regular;
    src: url('../fonts/Alata/Alata-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family:Poppins-Regular;
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
    font-display: swap;
}
header .s-icon {
    filter: invert(0%) sepia(6%) saturate(7476%) hue-rotate(328deg) brightness(-38%) contrast(106%);
}
.projectbackground{
    background-image: url('../images/pagebackground.jpg');
}

/*.section-01 {*/
/*    background-image: url(../images/index/bg-images.jpg);*/
/*    width: 100%;*/
    /* background-size: cover; */
/*}*/

.header-group {
    padding: 18px 0 12px 0;
}

.carousel-caption h3 {
    text-transform: uppercase;
    color: #FFF;
    font-family:Alata-Regular;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 146%; /* 39.42px */
text-transform: uppercase;
}

.banner-content {
    color: #FFF;
    font-family:Alata-Regular;
font-size: 27px;
font-style: normal;
font-weight: 400;
line-height: 146%; /* 39.42px */
text-transform: uppercase;
left: 167px;
bottom: 120px;
position: absolute;
}

.banner-btm-content{
    color: #101010;
    font-family: Cabin-Regular;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 207%; /* 39.33px */
    padding-top: 30px;
    margin-bottom: 40px;
}

.box-heading h4{
    color: #1A1A1A;
    font-family: Cabin-Medium;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 168%; /* 35.28px */
    letter-spacing: 1.26px;
    text-transform: uppercase;
}

.tap-none {
    display: block;
}

.mobile-view {
    display: none;
}

.box-heading span {
    color: #1A1A1A;
    font-family: Cabin-Medium;
font-size: 29px;
font-style: normal;
font-weight: 600;
line-height: 141%;
text-transform: uppercase;
}

.box-set-one {
    cursor: pointer;
    transition: 0.5s all ease;
    border: 3.825px solid #F6F6F6;
}

.box-set-one:hover {
    border: 3.825px solid #F6F6F6;
    backdrop-filter: blur(2.8691110610961914px);
    box-shadow: 0px 2.87px 17.79px 0px rgba(11, 11, 11, 0.43);

}

.box-set-one:hover .box-right button {
    background-color: #fff;
    color: #000;

}

.box-btm-content{
    width: 100%;
    background: black;
    padding: 11px 24px 16px 42px;
}

.box-left {
    width: 75%;
    position: relative;
}

.box-left::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FFF 45.9%, #2B2B2B 100%);
    top: 76px;
}

.box-right {
    width: 25%;
    
}
.bottom{    height: 80px;}
.top {    height: 80px;
    padding-bottom: 10px;
}

.top h1 {    padding-right: 18px;
    color: #FFF;
    font-family: Cabin-Regular;
font-size: 21.04px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 35.347px */
text-transform: uppercase;
letter-spacing: 0.54px;
}

.top h2 {
    color: #FFF;
    font-family: Cabin-Regular;
font-size: 13.127px;
font-style: normal;
font-weight: 400;
line-height: 168%; /* 22.054px */
    letter-spacing: 0.40px;
}

.bottom h1 {
    color: #FFF;
    font-family: Cabin-Regular;
font-size: 16.127px;
font-style: normal;
font-weight: 400;
line-height: 168%; /* 27.094px */
letter-spacing: 0.50px;
}

.bottom h2 {
    color: #FFF;
    font-family: Cabin-Regular;
font-size: 14.127px;
font-style: normal;
font-weight: 400;
line-height: 168%; /* 23.734px */
}

.box-right button{
    color: #fff;
    font-family: Cabin-Regular;
font-size: 14.346px;
font-style: normal;
font-weight: 400;
line-height: 168%; /* 24.101px */
border-radius: 13.389px;
padding: 0px 6px;
background-color: transparent;
border: 1px solid #fff;
margin-top: 10px;
}

.box-set {
    row-gap: 24px;
    position: relative;
    border-bottom: 2px dashed #4B5773 ;
}

.box-set::after {
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    content: "";
    left: 30%;
}

.box-set::before {
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    content: "";
    right: 30%;
}
.box-set-one {
    border: 3.825px solid #fff;
    /* backdrop-filter: blur(2.8691110610961914px);
    box-shadow: 0px 2.87px 17.79px 0px rgba(11, 11, 11, 0.43); */
}
.contact-section {
    padding: 23px 0 36px 0;
}



.mbl-num h2 {
    color: #1B1B1B;
    font-family: Cabin-Regular;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 134.481%; /* 25.551px */
margin-left: 7px;
}

.mbl-num span {
    font-family:Poppins-Regular;
}

.content-p p {
    color: #242424;
    font-family: Cabin-Regular;
font-size: 19px;
font-style: normal;
font-weight: 500;
line-height: 186%; /* 35.34px */
}

.content-p span {
    color: #242424;
    /* font-family: Cabin-Regular; */
font-size: 19px;
font-style: normal;
font-weight: 800;
line-height: 186%;
font-family: 'Cabin-Bold';
}

/* .carousel-caption {
    position: absolute;
    bottom: 1.25rem !important;
    left: -51% !important;
    padding-top: 1.25rem !important;
    padding-bottom: 6.25rem !important;
    color: #fff !important;
    text-align: center !important;
} */





/* .carousel-indicators {
    position: absolute;
    right: 0;
    top: 82% !important;
    left: -69% !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
} */
/* 
@media (max-width: 768px) {
   
} */

.sticky-section {
    position: fixed;
    z-index: 0;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
}

.sse {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    background: var(--orange);
    z-index: 0;
    right: 0px;
    transform: rotate(180deg) !important;
    opacity: 1;
    display: block;
}

.sse a {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff !important;
    padding: 28px 7px;
    background: #0C3158;
    font-family: Cabin-Regular;
    letter-spacing: 0.80px;
}

.sticky-section a {
    width: 37px;
}

.callnow {
    margin-top: 15px;
    margin-right: 5px;
    margin-bottom: 18px;
}


.carousel-caption {
    bottom: 6.25rem !important;
    text-align:left !important;
}

.carousel-indicators{
    bottom: 4rem !important;
    justify-content: left !important;
}

.modal {
    background: rgb(0 0 0 / 70%);
}

.btn-closee {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    background: #000;
    color: #fff;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 19px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
}

.sticky-set {
    position: fixed;
    bottom: 0%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 999999999999;
}

.sticky-icon {
    width: 51px;
    margin-bottom: 15px;
}

.box-right {
    justify-content: end !important;
}


@media(min-width:1700px) {
    .section-01 {
        max-width: 1400px;
    margin: 0 auto;
    }

    

    #demo {
        max-width: 1400px;
    margin: 0 auto;
    }

   
}



@media (max-width:1200px){
    .box-left {
        width: 100%;
    }

    .box-right {
        width: 100%;
    }

    .footer-mail {
        padding-left: 29px !important;
    }

    .box-right {
        justify-content: center !important;
    }
}

@media (max-width:991px) {
    .box-set {
        padding: 0 !important;
    }

    .mobile {
        justify-content: center;
    }

    .mail {
        justify-content: center;
        padding-bottom: 30px;
    }

    .content-p p {
        text-align: center;
    }
}

@media (max-width:768px) {
    .box-set {
        padding: 0px !important;
    }

    .banner-btm-content {
        text-align: center;
    }

    .carousel-indicators{
        bottom: 3rem !important;
    }
    
    .carousel-caption {
        bottom: 4.25rem !important;
    }
    
    .mobile-header {

        display: none !important;
    }
    .header-group {
        padding: 10px 0 5px 0;
    }
}

@media (max-width:600px) {
    .tap-none {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }

    .box-right button {
        background-color: #fff;
        color: #000;
    }

    .box-btm-content {
        padding: 11px 24px 16px 22px;
    }
    .sticky-set{
        bottom:21px;
    right: 16px;
    }
    .sticky-icon{
        width: 44px;
    }
}

@media (max-width:424px) {
    .box-btm-content {
        width: 100%;
        background: black;
        padding: 11px 10px 16px 10px;
    }
}

.box-set-one .img-overlay{
    position: relative;
}
.box-set-one .img-overlay::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000014;
  z-index: 1;
  top: 0px;
  left: 0px;
}

@media (max-width:500px){
    .carousel-caption h3{
        font-size: 18px;
        line-height: 22px;
    }
    .carousel-caption p{
        font-size: 15px;
    }
}

@media(min-width:1200px){
    .container.header-container{
       max-width:95%;
    }
  
}

.carousel-item .carousel-caption{
    left: 8%;
    right: 8%;
}
.carousel .carousel-indicators{
    margin-left: 8%;
    margin-right: 8%;
}

.home-img-representative-text{
        position: absolute;
    bottom: 14px;
    right: 5px;
    background: #000000a1;
    color: #fff;
    padding: 2px 8px;
    border-radius: 50px;
    font-size: 12px;
    margin: 0px;
}
@media (max-width:767px){
    .home-img-representative-text{
         font-size:10px;
    }
}