body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;

    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
p {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}
ul, ol, figcaption, figure, p{
    margin: 0;
    padding: 0;
}
ul li, ol li{
    list-style: none;
}
::selection {
    background: #ff8100;
    color: #fff;
}

/* ************Header*********** */

header{
    background-color: #000;
    padding: 15px 0;
}
header a{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 10px;
    text-align: center;
    display: block;
    transition: all 0.5s ease;
}
header a i{
    margin-right: 10px;
}
header a:hover{
    color: #ff8100;
}

.navbar {
    background-color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
}
.navbar .navbar-brand img{
    width: 303px;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #252525;
    font-weight: 800;
    font-size: 16px;
    margin: 0 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    position: relative;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #ff8100;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ff8100;
}
.navbar .navbar-toggler-icon{
    color: #ff8100;
}
.navbar-toggler:focus {
    text-decoration: none;
    box-shadow: 0 0 0 0.25rem #fff;
}


.banner .carousel .carousel-inner .carousel-item .carousel-caption{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .banner .carousel .carousel-inner .carousel-item .carousel-caption h6{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 30px;
  }
  .banner{
   
  }
  .banner .carousel .carousel-inner .carousel-item .carousel-caption h5{
    color: #ffbd1b;
    text-shadow: 3px 5px 4px #0000009d;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .banner .carousel .carousel-inner .carousel-item .carousel-caption p{
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: none;
  }
  .banner .carousel .carousel-inner .carousel-item .carousel-caption a.btn{
    color: #ff000a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    background: transparent;
    border: 2px solid #ff000a;
    border-radius: 15px;
    display: inline-block;
    margin: 0 auto;
    transition: all 0.5s ease;
  }
  .banner .carousel .carousel-inner .carousel-item .carousel-caption a.btn:hover{
    color: #fff;
   background-color: #ff000a;
  }
  


/* ************About********** */

/* ************About********** */


.about{
    padding: 100px 0;
    background-color: #ffffff;
}
.about .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about .wrap h1{
    color: #000;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about .wrap h2{
    color: #000;
    font-size: 25px;
    line-height: 31px;
    font-weight: 400;
    margin-top: 17px;
}
.about .wrap ul{
    list-style-type: disc;
    color: #000;
}

.wrap ul li{
    list-style-type: disc;
    color: #000;
}



.about .wrap p{
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: justify;
}
.about .wrap p b{
    color: #36a652;
}

/* ************why-choose************* */


.why-choose{
   
}
.why-choose .wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-left: 30px;
}
.why-choose h4{
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    color: #4c4c4c;
    margin: 0 0 30px 0;
}
.why-choose img{
    padding: 15px;
}




/* ************Counterpart************ */



.counterpart{
    position: relative;
}
.counterpart::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #485461;
    background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
}
.counterpart .outer{
    position: relative;
}
.counterpart .wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.counterpart .wrap h5{
    font-size: 72px;
    font-weight: 600;
    line-height: 80px;
    color: #fff;
    margin-bottom: 30px;
}
.counterpart .wrap h5 span{
    color: #fff;
    margin-left: 15px;
}
.counterpart .wrap p{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}



/* *****************Footer*************** */



footer{
    background-image: url(../images/about/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5px 0 0;
}
footer .footer-wrap{
    margin: 25px 0 40px;
}
footer .footer-wrap img{
    width: 232px;
    margin-top: 40px;
    margin-bottom: 15px;
}
footer .footer-wrap p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
footer .footer-wrap .social-icon a i{
    color: #ffffff;
    font-size: 16px;
    margin: 0 10px;
    transition: all 0.5s ease;
    padding: 9px;
}
footer .footer-wrap .social-icon a:hover i{
    color: #fff;
}

footer .footer-wrap h4{
    color: #ff7759;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin: 55px 0 20px 0;
}
footer .footer-wrap ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 0;
    transition: all 0.5s ease;
}
footer .footer-wrap ul li a:hover{
    color: #ff8100;
    transform: scale(1.2);
}
footer .footer-wrap .tags li a i{
    color: #ff8100;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 5px;
    transition: all 0.5s ease;
}
footer .footer-wrap .tags li a:hover i{
    color: #fff;
    transform: scale(1.2);
}

footer .footer-wrap ul li a i{
    color: #ff7759;
    margin-right: 10px;
    transition: all 0.5s ease;
}
footer .footer-wrap ul li a:hover i{
    color: #fff;
}
footer .footer-bottom{
    background-color: transparent;
    border-top: 1px solid #ff8100;
}
footer .copy-right{
    margin: 30px 0 20px;
}
footer .copy-right span{
   color: #ff8100;
   font-weight: 600;
}
footer .copy-right a{
   color: #ff8100;
   font-weight: 600;
}

.social-icon .fa-facebook-f{
    background-color:#3b5998;
    width: 36px;
    height: 34px;

    text-align: center;
    border-radius: 10px;
}
.social-icon .fa-twitter{
    background-color:#1DA1F2;
    width: 36px;
    height: 34px;

    text-align: center;
    border-radius: 10px;
}
.social-icon .fa-whatsapp{
    background-color:#01ab34;
    width: 36px;
    height: 34px;

    text-align: center;
    border-radius: 10px;
}


.social-icon .fa-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    width: 36px;
    height: 34px;

    text-align: center;
    border-radius: 10px;
}
/* *************Breadcum*************** */

.breadcum{
    background-image: url(../images/breadcum/breadcum.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 50px 0;
    position: relative;
}
.breadcum::after{
    background: rgb(0 0 0 / 60%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcum .wrap{
    position: relative;
    z-index: 2;
}
.breadcum .wrap h1{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.breadcum .wrap h6{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
}
.breadcum .wrap p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.breadcum .wrap p a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px;
}
.breadcum .wrap p a:hover{
    color: #ff8100;
}



/* *************ABOUT************ */

.about-us h1{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 30px;
}
.about-us h2{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #252525;
    text-align: right;
    margin-bottom: 30px;
}
.about-us figure img{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.about-us p{
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 10px;
}
.about-us p b{
    color: #ff8100;
}
.about-us .a-counter{
    position: relative;
}
.about-us .a-counter::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}
.a-counter .outer{
    position: relative;
}
.a-counter .wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 30%);
}
.a-counter .wrap h5{
    font-size: 72px;
    font-weight: 600;
    line-height: 80px;
    color: #252525;
    margin-bottom: 20px;
}
.a-counter .wrap h5 span{
    font-weight: 600;
    line-height: 80px;
    color: #252525;
    margin-left: 15px;
}
.a-counter .wrap p{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #252525;
}





/* ************process*********** */


.process .wrap h6{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #252525;
    margin: 0 0 30px 0;
    text-align: center;
}
.process .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
}
.design .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    margin: 0 0 15px 0;
    text-align: center;
}
.process .box figure{
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ee5938;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}
.process .box:hover figure{
    background-color: #000;
    border: 1px solid #000;
}
.process .box figure .h-1{
    width: 70px;
    display: block;
    transition: all .3s ease-in-out;
}
.process .box:hover figure .h-1{
    opacity: 0;
    display: none;
}
.process .box figure .h-2{
    width: 70px;
    display: none;
    transition: all .3s ease-in-out;
}
.process .box:hover figure .h-2{
    display: block;
}
.process .box figure .number{
    position: absolute;
    top: -10px;
    right: -10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7c0606;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}
.process .box:hover figure .number{
    border: 1px solid #252525;
    color: #252525;
    top: -15px;
    right: 0;
}
.process .box figcaption h5{
    font-size: 25px;
    line-height: 31px;
    font-weight: 800;
    color: #252525;
    margin: 0 0 15px 0;
    text-align: center;
}
.process .box figcaption p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #252525;
    text-align: center;
}


/* *************lets************* */

.lets{
    background-image: url(../images/about/about-contact-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}
.lets h6{
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}
.lets a.btn{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    transition: all 0.3s ease;
}
.lets a.btn:hover{
    color: #fff;
    background: #ff8100;
    border: 2px solid #ff8100;
}

/* *************service************ */

.service h4{
    color: #ff8100;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    padding-bottom: 20px;
    width: fit-content;
    text-transform: uppercase;
    border-bottom: 2px solid #ff8100;
    margin: 0 auto 50px;
}
.service .card{
    box-shadow: 0 0 8px rgb(34 30 31 / 30%);
    margin-bottom: 30px;
}
.service .card .card-body{
    background: #f6f6f6;
    border-bottom: 2px solid transparent;
    padding: 30px 35px 35px;
    transition: all 0.3s ease;
}
.service .card:hover .card-body{
    border-color: #ff8100;
}
.service .card .card-body h5{
    color: #4c4c4c;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.service .card:hover .card-body h5{
    color: #ff8100;
}




/* ------Gallery----- */

.gallery h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #ff8100;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.portfolio-item .item img{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
    border: 2px solid #fff;
}



/* ---------------contact------------- */

.contact{
    margin-top: 40px;
}
.contact .wrap h6 {
    font-size: 24px;
    font-weight: 800;
    color: #252525;
    margin-bottom: 15px;
}
.contact .wrap a {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    margin: 10px 5px;
    display: block;
    transition: 0.5s all ease;
}
.contact .wrap a i{
    color: #252525;
    margin-right: 10px;
    transition: 0.5s all ease;
}
.contact .wrap a:hover i{
    color: #ff8100;
    transform: scale(1.2);
}
.contact .wrap a:hover{
    color: #ff8100;
    transform: scale(1.2);
}


/* -----------career---------- */

.about-career{
    background-image: url(../images/about/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
}
.about-career h6{
    font-size: 30px;
    font-weight: 700;
    color: #ff8100;
    margin-bottom: 20px;
}
.about-career .form-group {
    margin-bottom: 25px;
}
.about-career #contact-form .form-group label {
    color: #ff8100;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-career #contact-form .form-group .form-control{
    color: #000;
    font-size: 16px;
    background-color: #f1f1f1;
}
.about-career #contact-form .form-group .form-control:focus {
    color: #000;
    background-color: #f1f1f1;
    outline: 0;
    box-shadow: none;
    border: none;
}
.about-career #contact-form label {
    color: #b91372;
    font-size: 14px;
    margin-bottom: 15px;
}
.about-career #contact-form button.btn {
    color: #ff8100;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #ff8100;
    border-radius: 15px;
    display: inline-block;
    width: fit-content;
    margin: 10px 0;
}
.about-career #contact-form button.btn:hover{
    color: #fff;
    background-color: #ff8100;
}






/* Back to top button */

#button {
    display: inline-block;
    background-color: #ff7759;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/up-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px;
  }
  #button:hover {
    cursor: pointer;
    background-color: #ff8100;
  }
  #button:active {
    background-color: #ff8100;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }


/* ************floating-icon************* */

.floating-icon{
    position: fixed;
    bottom: 15%;
    right: 30px;
    display: flex;
    flex-direction: column;
    z-index: 4;
}
.floating-icon .wp{
    display: inline-block;
    margin: 15px;
    width: 150px;
    height: 40px;
    background-color: #0dc152;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon .call{
    display: inline-block;
    margin: 15px;
    width: 150px;
    height: 40px;
    background-color: #009688;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon a .fa-whatsapp{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.floating-icon a .fa-phone{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}



#preloader{
    background: #fff url(../images/preloader/loader.gif);
    background-size: 10%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
}


/* ******************RESPONSIVE******************* */


/* 
mw-1399-----------c-1200
mw-1199-----------c-992
mw-991------------c-768
mw-767------------c-576
mw-575------------c-480
mw-479------------c-375
 */


 /* 
 xl-1399 to 1200
 lg-1199 to 992
 md-991 to 768
 sm-767 to 576 
 */




/* ******1199px****** */                 

@media only screen and (max-width: 1199px) {

    header a {
        font-size: 14px;
        margin: 0 5px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 55px;
        line-height: 65px;
        font-weight: 200;
        margin-bottom: 0px;
    }


   
    .a-counter .wrap p {
        font-size: 20px;
        line-height: 26px;
    }
    .process .box figure {
        height: 130px;
        width: 130px;
    }
    .process .box figure .h-1 {
        width: 60px;
    }
    .process .box figure .h-2 {
        width: 60px;
    }
    .process .box figure .number {
        height: 45px;
        width: 45px;
        font-size: 20px;
    }
    .counterpart .wrap h5 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 20px;
    }
    footer {
        padding: 50px 0 0;
    }
    .service h4 {
        font-size: 25px;
        line-height: 31px;
    }
    .service .card .card-body h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .service .card .card-body {
        padding: 20px 25px 25px;
    }
}
/* ******991px****** */                 

@media only screen and (max-width: 991px) {

    header a {
        font-size: 12px;
        margin: 5px 5px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
      }
    .navbar .navbar-nav {
        align-items: center;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 45px;
        line-height: 55px;
        font-weight: 200;
    }
   
.banner .carousel .carousel-inner .carousel-item .carousel-caption p{
    color: #ffffff;
    font-size: 20px;


    margin-bottom: 30px;
    text-transform: none;
  }
  .banner .carousel .carousel-inner .carousel-item .carousel-caption h6{
    color: #fff;
    font-size: 20px;

    font-weight: 700;
    text-transform: none;
    margin-bottom: 30px;
  }
    
    .about .wrap p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .why-choose h4 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px 0;
    }
    .why-choose ul li p {
        font-size: 15px;
        line-height: 21px;
    }
    .lets {
        padding: 50px 0;
    }
    .process .box figcaption h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .process .box figcaption p {
        font-size: 14px;
        line-height: 20px;
    }
    .counterpart .wrap h5 {
        font-size: 50px;
        font-weight: 600;
        line-height: 60px;
    }
    .counterpart .wrap p {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
    footer .footer-wrap h4 {
        font-size: 22px;
        line-height: 26px;
    }
    footer .footer-wrap p {
        font-size: 12px;
        line-height: 18px;
    }
    footer .footer-wrap ul li a {
        font-size: 13px;
        line-height: 19px;
    }
    .about-us h1 {
        font-size: 35px;
        line-height: 41px;
    }
    .about-us h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .a-counter .wrap p {
        font-size: 16px;
        line-height: 22px;
    }
    .contact .wrap a {
        font-size: 12px;
    }
    .carousel-indicators [data-bs-target] {
   
        width: 15px;
        height:15px;
        border-radius: 50%;
        /* margin-bottom: 100px; */
        top:80px;
        left: 0px
    }
}
/* ******767px****** */                 

@media only screen and (max-width: 767px) {

    header a {
        margin-bottom: 8px;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption p{
        color: #ffffff;
        font-size: 16px;
    
    
        margin-bottom: 30px;
        text-transform: none;
      }
      .banner .carousel .carousel-inner .carousel-item .carousel-caption h6{
        color: #fff;
        font-size: 20px;

        font-weight: 700;
        text-transform: none;
        margin-bottom: 30px;
      }
    .carousel-indicators [data-bs-target] {
        position: relative;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        /* margin-bottom: 100px; */
        top:120px;
        left: 0px
    }
    .carousel-indicators .active::after {
        top: 20px;
        left: -525px;
        width: 30px;
        height: 2px;
    }
    .about .wrap h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .process figcaption{
        margin-bottom: 20px;
    }
    .a-counter .wrap {
        margin-bottom: 20px;
    }

}
/* ******575px****** */                 

@media only screen and (max-width: 575px) {

    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 18px;

        margin-bottom: 10px;
        font-weight: 500;
    }
    .banner .carousel .carousel-inner .carousel-item .carousel-caption h6{
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-transform: none;
        margin-top: 79px;
        margin-bottom: 1px;

      }
      .banner .carousel .carousel-inner .carousel-item .carousel-caption p{
        color: #ffffff;
        font-size: 11px;
    
    
        margin-top: -5px;
        text-transform: none;
      }
 
    .about{
        padding: 50px 0px;
    }
    .about .wrap h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .about .wrap h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .carousel-indicators [data-bs-target] {
        position: relative;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        /* margin-bottom: 100px; */
        top:170px;
        left: -169px;
    }
    .section .feature{
        padding-top: 25px;
    }
}
/* ******479px****** */                 

@media only screen and (max-width: 479px) {

    .banner .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 17px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 10px;
    }
   
    
    .about .wrap h1 {
        font-size: 21px;
        line-height: 27px;
    }
    .about .wrap h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .lets h6 {
        font-size: 40px;
        line-height: 46px;
    }
    .treatment h2 {
        font-size: 26px;
        line-height: 32px;
    }
}








.facebook{
    width: 31px;
    height: 31px;
margin-top: -5px;
    left: 14px;
    background-color: #3b5998;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
align-items: center;

    vertical-align: middle;
}

.fa-facebook-f{
    margin-top: 8px;
    margin-left: 1px;
  
}
.whatsapp{
    width: 31px;
    height: 31px;
margin-top: -5px;
    left: 14px;
    background-color: #01ab34;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
align-items: center;

    vertical-align: middle;
    margin-left: 10px;
}
.fa-whatsapp{
    margin-top: 7px;
    margin-left: 0px;
    font-size: 15px;
  
}

.instagram{
    width: 31px;
    height: 31px;

 
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;


    margin-left: 10px;
    margin-top: -5px;
}
.twitter{
    width: 31px;
    height: 31px;

 
    background:	#1DA1F2;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;


    margin-left: 10px;
    margin-top: -5px;
}
.fa-twitter{
    color: #fff;
    margin-top: 9px;
    margin-left: 0px;
    font-size: 15px;
}
.fa-instagram{
    color: #fff;
    margin-top: 8px;
    margin-left: -1px;
    font-size: 15px;
}

.carousel-indicators [data-bs-target] {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
   margin-bottom: 100px;
  }
  
  
  
  .carousel-indicators [data-bs-target] span {
    content: ’’;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #7952b3;
    border-radius: inherit;
  }
  

  /*----------------------------------------*/
.section{
    background-color: #efefef;
}
  .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;

    
  }
  .feature .icon {
    min-width: 50px;
    width: 50px;
    margin-right: 20px;
  }
  .feature .icon img {
    width: 100%;
    margin-top: 25px;
  }
  .feature .content h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .feature .content p {
    max-width: 265px;
  }
  .feature .content p{
    max-width: 265px;
    color: #000;
  }
  .feature .content h3{
    font-size: 24px;
    font-weight: 600;
    color: #000;
  
  }


  
/* *************our-service************** */
.our-service{
    border-color: #fff;
}

.our-service h4{
    font-size: 43px;

    font-weight: 800;
    color: #000000;

    text-align: center;
}
.our-service p{
    font-size: 18px;
    color: #868282;
    margin-bottom: 50px;
    text-align: center;
    padding: 15px;
}

.our-service .wrap{
    margin-bottom: 50px;
    /* box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%); */
    padding: 20px 10px;
    border: solid 1px #d1d1d1;
}
.our-service .wrap h5{
    font-size: 35px;
    line-height: 41px;

    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}
.our-service .wrap figure{
    margin-bottom: 20px;
}
.our-service .wrap figure img{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 auto;
}
.our-service .wrap p{
    font-size: 15px;
    line-height: 21px;

    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.social-icons{
   display: flex;
   justify-content:end;
   align-items: end;

}
/* ***************testimonial************** */


.testimonial h4{
    color: #000;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    border-bottom: 4px solid #000000;
    padding-bottom: 5px;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.testimonial .item .wrap{
    padding: 50px 0 0;
    text-align: center;
}
.testimonial .item .wrap .box p{
    color: #262345;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.testimonial .item .wrap .box h6{
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial .item .wrap .box h6 img{
    width: 50px;
    display: inline-block;
    margin-right: 30px;
    
}
.testimonial .item .wrap .box h6 span{
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    padding: 20px 0 10px;
}
.testimonial .item .wrap .box h5{
    color: #262345;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    padding: 0 0 10px;
}


.treatment{
    background-color: #fff;
}
.treatment h2{
    font-size: 35px;
    line-height: 41px;
    font-weight: 700;
    color: #36a652;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 1px;
}
.treatment p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-top: 20px;
}
.treatment h6{
    font-size: 42px;
    line-height: 26px;
    font-weight: 600;
    color: #f6584d;
    text-transform: capitalize;
}
.treatment .mission{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-left: 99px;
    margin-top: 85px;

}

.treatment .vision{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-right: 99px;
    margin-top: 85px;

}


col-carousel {
	margin: 70px 0;
}

/* owl nav */
.owl-prev span, .owl-next span {
	color: #000000;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
   
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
  
}
.owl-carousel .owl-nav button.owl-prev:focus{
    background: none;
}
.owl-carousel .owl-nav button.owl-prev:hover{
  background: none;
}
.owl-carousel .owl-nav button.owl-next:hover{
    background: none;
  }
.owl-carousel .owl-nav button.owl-next:focus{
    background: none;
}

.products .carousel-main img{
    background-color: #000000;
}
.products h1{
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-top: 25px;

}


/* Contact section----------------------------*/
.contact-section{
    padding: 15px;
  }
  

  .contact-section h2{
    color: #000;
    font-size: 35px;
  }
  .contact-section h4{
    color: #000;
    font-size: 18px;
  }
label{
    color: #000;
   margin: 5px 0px;
}
  
  .contact-section p{
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    
  }

  .contact-section .contact-info{
    border-top: red solid 3px;
    border-bottom: red solid 3px;
    box-shadow: 0px 0px 10px 2px lightgray;
    padding: 40px 30px 40px 80px;
  }
  
  
  .contact-info h2{
  color: #000;
  font-size: 18px;
  padding: 0px;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
  }
  .form-grouplevel{
    color: #000;
  }
  .contact-info p{
   margin-top: 0px;
   color: #000000;
  }
  .contact-info-in{
    margin-top: 20px;

  
  }
  .contact-info-in h4 p{
    display: inline-block;

  
  }

  .contact-info-in .fa-regular{
    color: #eb400c;
    font-size: 15px;
  }

  .contact-info-in .fa-solid {
  color: #eb400c;
  font-size: 15px;
  }
  .contact-info-in .fa-whatsapp {
    color: #eb400c;
    font-size: 15px;
    }
  .contact-info-in p a{
    text-decoration: none;
    list-style: none;
    color: #000;
  }
  .button button a{
    text-decoration: none;
    list-style: none;
    color: #ffff;
    
  } 
.form-group .btn{
    margin-top:34px;
  }

  .contact-information ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .contact-information ul li:last-child {
    margin-bottom: 0;
  }
  .contact-information ul li .icon {
    width: 50px;
  }
  .contact-information ul li .icon i {
    font-size: 30px;
  }
  .contact-information ul li .text {
    max-width: calc(100% - 50px);
  }
  .contact-information ul li .text span, .contact-information ul li .text a {
    display: block;
    line-height: 24px;
    max-width: 230px;
  }
  
  /*-- Contact Form --*/
  .contact-form h3 {
    margin-bottom: 30px;
  }
  .contact-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #eeeeee;
    padding: 5px 20px;
    color: #666666;
  }
  .contact-form textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #eeeeee;
    padding: 10px 20px;
    color: #666666;
    resize: none;
  }
  .contact-form input[type=submit], .contact-form button, .contact-form .submit {
    width: auto;
    height: 50px;
    border: none;
    padding: 5px 30px;
    background-color: #fab702;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .contact-form input[type=submit]:hover, .contact-form button:hover, .contact-form .submit:hover {
    background-color: #1f2d30;
  }
  
/*-- Contact Information --*/
.contact-information h3 {
    margin-bottom: 30px;
    color: #f49300;
  }
  .gallery .more a{
    text-decoration: none;
    color: #f49300;
    background-color: #000;
    padding: 10px;
    border-radius: 5px;
  }
  .review{
    text-decoration: none;
    margin-top:20px
  }
  .review h1{
 
    font-size: 30px;
    
  }
  .review a{
  
    color: #e05403;
  
  }
  .review .fa-star{

  color: #e05403;
 font-size: 30px;
  }