@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --gold: #C5A77A;
    --black: #1B1709;
}

.oxygen-home h2 {
font-size: 40px;
font-weight: 700;
line-height: 52px;
}

.oxygen-home h3 {
font-size: 22px;
font-weight: 700;
line-height: 36px;
}

.oxygen-home h4 {
font-size: 20px;
font-weight: 700;
line-height: 28.6px;
 }

.oxygen-home h5 {
    font-size: 16px;
    color: #015D72;
}
#simplia-red-button{display: none !important;}

p {
font-size: 15px;
font-weight: 500;
line-height: 27px;

}

.oxygen-home a {
    text-decoration: none;
}
#simplia-red-button{
    display: none !important;
}
body{
    font-family: "poppins";
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
	scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}


@media only screen and (min-width: 1024px) {
   /* .oxygen-home .container {
        max-width: 1270px;
    }*/
}


*, :after, :before {
    box-sizing: border-box !important;
}


/* Hide scrollbar for Webkit-based browsers */
::-webkit-scrollbar {
	display: none;
}

.oxygen-home .goldcolor{
    color: var(--gold);
}

img{
    max-width: 100%;    
}

.oxygen-home .main-img {
    position: relative;
    z-index: 20;
    }

/* Menu */

.oxygen-home .navbar-nav li {
    font-weight: 600    ;
    font-family: Poppins;
    text-transform: uppercase;
    font-size:14px;
}
body{
    font-family: Poppins; 
}
.oxygen-home .top-btn{
    background: #51B7EF;
    color: #fff;
    padding: 12px 20px;
    font-weight: 400;
    border-radius: 32px;
    font-size: 14px;
    text-align: center;
    font-family: Poppins;

}
.oxygen-home .inner-call{
    display:flex;
}
.oxygen-home .inner-call img{
    display:block;
    width:50px;
    height:50px;
    margin-right:10px;
}
.oxygen-home .inner-call span{
    color:#3F3F3F;
    font-size:14px;
}
.oxygen-home .inner-call a{
    font-size:14px;
}
.oxygen-home .inner-call .calln{
    padding-right:20px;
}
.oxygen-home .top-btn:hover{
    color: white!important;
}

.oxygen-home #services #carouselExampleIndicators .carousel-indicators [data-bs-target] {
    background-color: #34A6B7;
    border: 1px solid #34A6B7;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.oxygen-home #services div#carouselExampleIndicators .carousel-control-next, 
.oxygen-home #services div#carouselExampleIndicators .carousel-control-prev {
    align-items: flex-end;
    background: none;
    border: none;
    font-size: 44px !important;
    cursor: pointer;
    margin: 0 10px;
    color: #02BCCE;
    width: 30px;
    bottom: -35px;
}

.oxygen-home #services div#carouselExampleIndicators .carousel-item {
   
}

.oxygen-home .scroll-gallery .card i.fa-regular.fa-circle-check {
    color: #0299AD;
    margin-right: 10px;
}

.oxygen-home .navbar{
/*    background: #fff !important;*/
    padding: 10px 0;
/*    margin-top: 20px;*/
/*    box-shadow: 0px 5px 50px rgba(13, 24, 32, 0.05);*/
/*border-radius: 10px;*/
}

.oxygen-home .navbar-nav li {
    font-weight: 500;
    padding: 10px;
}


/* BANNER */
.oxygen-home .bannerhome{
    background:url("../img/banner.png");
    padding:110px 0 240px;
    padding-right:60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    width:92%;
    position: relative;
    padding-left:100px;

}
.oxygen-home .bannerhome:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    background:rgba(20, 19, 19, 0.7);
    width:100%;
    height:100%;
}
.oxygen-home .bannerhome .container{
    position:relative ;
    z-index:9;
}

.oxygen-home .banner-text {
    padding: 20px 0px;
}


.oxygen-home .banner-text h1 {
    font-size: 41px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left;
    color:#fff;
    font-family:"Poppins";
}


.oxygen-home .banner-text p {
   font-family:"Poppins";
    font-size:28px;
        font-weight: 300;
        color:#fff;
        line-height:1.4em;
        max-width:500px;
        padding-top:5px;

}
.oxygen-home .banner-text  a{
    font-family:"Poppins";
    width:300px;
    background:rgba(235, 149, 0, 1);
    padding:12px 24px;
    text-align:center;
    position: relative;
    font-size:18px;
    font-weight:600;
    text-transform: uppercase;
    color:#fff;
    margin-top:10px;
    display:inline-block;
}
.oxygen-home .banner-text  a:hover{
    background:#fff;
    color:#151515;
}
.oxygen-home .bannerhome .container{
    position: relative;
}
.oxygen-home .banner-form{
    box-shadow: 4px 4px 12px 0px rgba(20, 19, 19, 0.12);
    background:#fff;
    padding:40px 35px;
   
position: absolute;
bottom:-400px;
right:0;
}
.oxygen-home .banner-form h2{
    font-family: Poppins;
font-size: 32px;
font-weight: 700;
line-height: 1.3em;
text-align: center;

color:#141313;
margin-bottom:22px;
}
.oxygen-home .banner-form form input{
    border: 2px solid #EBEAED;
    padding:14px 24px;
    display:block;
    width:100%;
    display:block;
    margin:10px 0;
}

.oxygen-home .banner-form form input:placeholder{
    color:#080B1C;
}
.oxygen-home .banner-form form textarea:placeholder{
    color:#080B1C;
}
.oxygen-home .banner-form form button{
    width:100%;
    display:block;
    background:#EB9500;
    padding:12px 24px;
    text-align:center;
    margin:20px 0;
    font-weight:700;
}

.oxygen-home .banner-form form textarea{
    border: 2px solid #EBEAED;
    padding:14px 24px;
    display:block;
    width:100%;
    display:block;
    margin:10px 0;
    height:140px;
}
.oxygen-home #header{
    padding:22px 0;

}
.oxygen-home #header .row{
    align-items: center;
}
.oxygen-home #header .row .before-header{
    position: relative;
    padding:0 40px;
}
body{
    overflow-x: hidden!important;
}
.oxygen-home #header .row .before-header:before{
    content:"";
    display:block;
    position:absolute;
    top:-51px;
    left:0;
    width:960px;
    height:560px;
    background:#EB9500;
    z-index:-1;
    overflow-x: hidden;
}
.oxygen-home #header .row .before-header span{
    font-weight:300;
    padding:0 22px;
    disply:inline-block;
    font-size:16px;
    color:#141313;
}
.oxygen-home #header .row .before-header span b{
    font-weight:600;
}
.oxygen-home .aboutUs{
   
    background-size: contain;
    background-position: top left;
padding:220px 0 100px;
    background-repeat: no-repeat;
    width:100%;
    width:100%;
}
.oxygen-home .aboutUs p{
    font-size:20px;
    font-weight:400;
    color:#141313;
    line-height:1.5em;
    display: flex;
    justify-content: space-between;
}
.oxygen-home .aboutUs p img{
    display:inline-block;
    width:30px;
        vertical-align: top;
       height:30px;
       padding-top:5px;
       padding-right:10px;

}
.oxygen-home .aboutUs p span{
    display: inline-block;
    vertical-align: top;
}
.oxygen-home .aboutUs h2{
    font-size:42px;
    color:#141313;
    line-height:1.3em;
}
.oxygen-home .aboutUs .left-about{
    position: relative;
}
.oxygen-home .aboutUs .left-about img{
    position:absolute;
    width:60%;
    top:-60px;
    z-index:-1;
}
.oxygen-home .services h2{
    color:#141313;
    text-align:center;
    padding:30px 0 40px;
}
.oxygen-home .services{
    position: relative;
    z-index:99;
}

.oxygen-home .services .service1{
    background:url(../img/1-service.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    position: relative;
padding:170px 26px 32px;
}
.oxygen-home .services .service2{
     background:url(../img/2-service.jpg);
       background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}
.oxygen-home .services .service3{
     background:url(../img/3-service.webp);
}
.oxygen-home .services .service4{
     background:url(../img/4-service.jpg);
       background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}
.oxygen-home .services .service5{
     background:url(../img/5-service.webp);
       background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}
.oxygen-home .services .service1:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(20, 19, 19, 0.65);

}
.oxygen-home .services .service1 h4{
    font-size:20px;
    color:#fff;
    position: relative;
    z-index:99;
    line-height:1.2em;
    padding-bottom:16px;
    border-bottom:1px solid #fff;
    font-weight:600;
}
.oxygen-home .services .service1 p{
    color:#fff;
    font-weight:300;
    font-size:16px;
    padding-top:12px;
    line-height: 1.6em;
     position: relative;
    z-index:99;
}
.oxygen-home .join-grow{
    background:url("../img/bg-join.webp");
    width:100%;
    padding:150px 20px 70px;
    text-align:center;
    position: relative;
    z-index:0;
    top:-70px;
    background-size: cover;
    background-position: center;

}
.oxygen-home .join-grow h2{
    font-family: Poppins;
font-size: 42px;
font-weight: 700;
color:#fff;
line-height:1.3em;
padding-bottom:10px;

}
.oxygen-home .join-grow p{
    font-family: Poppins;
font-size: 24px;
font-weight: 300;
line-height:1.6em;
color:#fff;
max-width:1000px;
margin:10px auto;

}
.oxygen-home .join-grow a:hover{
    background:#151515;
    color:#fff;
}
.oxygen-home .join-grow a{
    background:#fff;
    width:200px;
    padding:12px 24px;
    font-weight:700;
    text-align:center;
    color:rgba(235, 149, 0, 1);
    margin:20px auto;
    display:inline-block;
    font-size:18px;
}
.oxygen-home .ready-start {
    padding:70px 0;
    background:rgba(235, 149, 0, 1);

}
.oxygen-home .ready-start a{
    width:300px;


}
.oxygen-home .footer{
    width:100%;
    padding:20px 0 70px;

}
.oxygen-home .footer h4{

font-size: 20px;
font-weight: 700;
line-height: 1.3em;
text-align: left;
padding-bottom:15px;
}
.oxygen-home .footer p{
    font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height:1.4em;
display:flex;
padding:0 6px 0px 0px;

}
.oxygen-home .footer p b{
    font-weight:600;
   padding-right:26px;

}
.oxygen-home .footer p span.tadd b{
    padding-right:17px;
}
.oxygen-home .whychoose h2{
    font-size:42px;
    color:#141313;
    padding:30px 0;
    text-align:center;
        line-height:1.3em;


}
.oxygen-home .whychoose{
    padding:30px 0 150px;
}
.oxygen-home .whychoose .why_1 img{
    width:100%;
}
.oxygen-home .whychoose .inner_why{
    width:330px;
    margin:10px auto;
    background:#EB9500;
    padding:110px 20px 40px;
    height:350px;
    margin-top:-70px;
    z-index:99;
    position: relative;
}
.oxygen-home .whychoose .inner_why h4{
    font-family: Poppins;
font-size: 20px;
font-weight: 600;
line-height:1.3em;
color:#fff;

}
.oxygen-home .whychoose .inner_why p{
    font-size:16px;
    color:#fff;
    line-height:1.6em;
    font-weight:300;
}
.oxygen-home .whyjoinus{
    padding:20px 0 50px;

}
.oxygen-home .whyjoinus h2{
    font-size:42px;
    color:#141313;
    padding:40px 0 30px;
    line-height:1.3em;
}

.oxygen-home .whyjoinus .col-md-4{
    margin:15px 0;
}
.oxygen-home .whyjoinus  .innerjoinus h4{
    color:#141313;
    line-height:1.3em;
    font-size:20px;
    padding-top:20px;
}
.oxygen-home .whyjoinus .container{
    padding:40px 280px 70px 100px;
    border:3px solid #EB9500;
    position: relative;
    width:80%;

}
.oxygen-home .whyjoinus .container .join-img{
    position: absolute;
    bottom:0; right:-20%;
    z-index:99;
}
.oxygen-home .whyjoinus .container .join-img img{
    width:513px;
}
.oxygen-home .whyjoinus  .innerjoinus p{
   color:#141313;
    font-size:16px;
    font-weight:400; 
}
.oxygen-home .whyjoinus  .innerjoinus{
    background:#fff;
    box-shadow: 4px 4px 12px 0px #1413131F;
padding:32px 24px 15px;
height:100%;
width:100%;
margin:10px auto;

}
@media (max-width:998px){
    .oxygen-home #header .row .before-header span{
        font-size:14px;
        text-align:center;
        padding:0 10px;
        display:block;
    }
    .oxygen-home .footer p span.tadd b{
        padding-right:8px;
}
    .oxygen-home .whychoose h2{
        font-size:28px;

    }
     .oxygen-home .whyjoinus .container .join-img {
        position: static;
        text-align: center;
     }
    .oxygen-home .whyjoinus .container .join-img img{
        width:auto;


    }
    .oxygen-home .whyjoinus .container{
        padding:50px 20px;

    }
    .oxygen-home .whyjoinus  .innerjoinus{
        width:100%;
    }
    .oxygen-home .whychoose .inner_why{
        width:90%;
        padding:60px 20px;
        margin-top:-30px;
        height:360px;

}
 .oxygen-home .whychoose .inner_why h4{
    font-size:16px;
 }
 .oxygen-home .whychoose .inner_why p{
    font-size:14px;
 }
    .oxygen-home .whychoose{
    padding:50px 0 70px;
}
    .oxygen-home .footer p{
        font-size:14px;
    }
    .oxygen-home #header img{
        max-width:220px;
        text-align:center;
        display:block;
        margin:10px auto;
    }
    .oxygen-home .ready-start{
        padding:60px 20px;
    }
    .oxygen-home .ready-start a{
        width:260px;
        font-size:16px;
    }
     .oxygen-home #header .row .before-header{
        padding:10px;
     }
    .oxygen-home #header .row .before-header:before{
        display:none;
    }
    .oxygen-home .banner-form{
        position: static;
        top:0;
        bottom:0;
        margin:30px 0;
    }
    .oxygen-home .footer p br{
display:none;

}
    .oxygen-home .bannerhome{
        width:100%;
        padding:60px 20px;
}
.oxygen-home .aboutUs{
    padding:60px 20px;
}
.oxygen-home .banner-text a{
    width:260px;
    font-size:16px;
}
.oxygen-home .aboutUs h2{
    font-size:29px;
}
.oxygen-home .banner-form h2{
    font-size:26px;
}
.oxygen-home .services .container{
    padding:20px;
}
.oxygen-home .join-grow p{
    font-size:21px;
}
    .oxygen-home .whychoose {
        padding-bottom:100px;
    }
    .oxygen-home .footer p b{
    padding-right:8px;
}
.oxygen-home .whyjoinus .innerjoinus h4{
    font-size:15px;
}
.oxygen-home .whyjoinus .innerjoinus p{
    font-size:14px;
    line-height:1.3em;
}
.oxygen-home .whyjoinus h2{
    font-size:28px;
}
.oxygen-home .join-grow h2{
    font-size:30px;
}
.oxygen-home .services h2{
  font-size:28px;  
}
}
@media (max-width:767px){
    .oxygen-home .banner-text h1{
        font-size:30px;
        line-height:1.2em;
    
}
.oxygen-home .footer p b{
    padding-right:8px;
}
.oxygen-home .footer{
    text-align: center;
}
.oxygen-home .footer p{
    text-align: center;
    flex-wrap:wrap;
    display:block;
}
.oxygen-home .footer h4{
text-align: center;
margin:20px 0;
}
    .oxygen-home .whychoose .inner_why{
        height:auto;



}
.oxygen-home .services h2{
    font-size:28px;
}
.oxygen-home .join-grow h2{
    font-size:28px;
}
}
@media (min-width:999px) and (max-width:1280px){
    .oxygen-home #header .row .before-header{
        padding:0 22px;
    }
    .oxygen-home #header .row .before-header span{
        padding:0 12px;
        font-size:14px;
    }
        .oxygen-home .whychoose .inner_why{
            width:90%;
            padding:70px 20px;
}
.oxygen-home .whyjoinus .container{
    padding:60px 80px;

}
.oxygen-home .whyjoinus .container .join-img img{
    width:400px;

}
.oxygen-home #header .row .before-header:before{
    width:100%;
}
.oxygen-home .footer p br{
    display: none;
}
.oxygen-home .whyjoinus .innerjoinus h4{
    font-size:18px;
}
}
