*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Mulish', sans-serif;
}

header{
    width: 100%;
    /* display: flex;
    justify-content: center; */
    margin: auto;
}

.container-header{
    display: flex;
    height: 50px;
    width: 100%;
    background-color: #F4A460;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.container-header .fa, .container-header .fa-solid{
    font-size: 13px;
}

.infor{
    width: 65%;
}
.infor a{
    color: #fff;
    margin-right: 15px;
}


.infor .fa-solid{
    color: #fff;
    margin-right: 5px;
}

ul li{
    list-style-type: none;
    z-index: 123;
}

a{
    text-decoration: none;
}

.sign-in-up{
    width: 20%;
}

.sign-in-up a{
    color: #fff;
}

.sign-in-up ul{
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}
.fa-right-to-bracket, .fa-user{
    color: #fff;
    margin-right: 5px;
}

.sign-in-up ul li{
    border-radius: 3px;
}

.sign-in-up li a{
    padding: 6px 12px;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.158);
    border-radius: 3px;
}

/*navbar*/

.navbar{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    height: 90px;
    background-color: #ffffff;
}

/* .sub__menu li a{
    color: #F4A460;
    transition: all linear 0.4s;
} */

.logo{
    width: 25%;
    align-self: center;
}

.logo img{
    padding-top: 10px;
}

.menu{
    width: 60%;
    
    z-index: 9999;
}

.menu .fa-bars{
    display: none;
}


.nav-bar{
    display: flex;
    position: relative;
    z-index: 66;
    width: 100%;
    height: 90px;
    justify-content: flex-end;
}

.nav-bar .sub__menu .drop__down li{
    display: none;
}

.sub__menu  > a{
    padding: 35px 20px;
    line-height: 90px;
}

.sub__menu .fa-caret-down{
    font-size: 12px;
}
.sub__menu > a:hover{
    background-color: #f8f8f8;
}

.nav-bar .sub__menu:hover .drop__down li{
    display: block;
    color: #515151;
    left: 100%;
    background-color: #fff;
    width: 200px;
    top: 0;
   
}



.drop__down li {
    height: 45px;
    padding-left: 17px;
    line-height: 45px;
    z-index: 9999;
}

.drop__down{
    position: absolute;
    
}
.nav-bar .search-icon{
    line-height: 90px;
}

.sub__menu .drop__down li:hover{
    background-color: #F4A460 !important;
    color: #fff !important;
    transition: all linear 0.4s;
    cursor: pointer;
    
}

.sub__menu .drop__down li{
    border-bottom: solid 1px #edebeb;
}


.menu ul .sub__menu:nth-child(6){
    width: 5%;
}

.menu ul .sub__menu a{
    color: #515151;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
    /* letter-spacing: 0.5px; */
}

.sub__menu .drop__down li:hover a{
    color: #fff;
}

.nav-bar .search-icon{
    padding: 0 17px;
}

.nav-bar .search-icon:hover{
    color: #F4A460;
    background-color: #f8f8f8;
    transition: color linear 0.4s;
}

.nav-bar .sub__menu:nth-child(3) > a{
    color: #F4A460;
}
/* .sub__menu:hover .drop__down li{
    display: block;
    position: absolute;
    z-index: 199;
    background-color: #fff;
    width: 230px;
    line-height: 25px;
} */
.nav-bar .sub__menu .drop__down .drop__down__child li{
    display: none;
}

.nav-bar .sub__menu .drop__down > li:hover .drop__down__child li{
    display: block;
}

.nav-bar .sub__menu .drop__down .drop__down__child{
    margin-left: 100%;
    margin-top: -45px;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
}

.nav-bar .sub__menu .drop__down > li a{
    display: flex;
    align-items: center;
}

.nav-bar .sub__menu .drop__down > li a i{
    width: 10%;
    justify-content: flex-end;
}

.nav-bar .sub__menu .drop__down > li a p{
    width: 88%; 
    font-family: 'Mulish', sans-serif;
}

.nav__input-menu{
    display: none;
}

/* .nav__mobile-close-menu{
    display: none;
} */

.nav__mobile-menu{
    display: none;
}


.drop__down .menu__drop__down{
    display: none;
}


/**/

.menu__dropdown{
    display: none;
    margin-left: 100%;
    margin-top: -45px;
} 
.menu__dropdown li{
    display: flex;
    padding: 5px;
    color: #212121;
    font-family: 'Mulish';
    font-weight: bold;
    font-size: 16px;
}

.nav-bar .sub__menu .drop__down > li:hover ul{
    display: block;
    top: 0;
}

.nav-bar .sub__menu .drop__down > li ul li{
    padding-left: 15px;
}

.nav-bar .sub__menu li ul li a{
    color: #5a5959 !important;
}
.nav-bar .sub__menu li ul li{
    padding: 0px;
}

.nav-bar .sub__menu li ul li a:hover{
    color: #fff !important;
}

.menu__dropdown li a:hover{
    color: #F4A460;
    transition: all linear 0.4s;
}

/*end navbar*/
.panel{
    position: fixed;
    width: 350px;
    height: 200px;
    right: -100%;
    top: 20%;
    z-index: 999999;
    
}

.setting{
    /* position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    width: 60px;
    height: 60px;
    background-color: #F4A460;
    z-index: 32;
    text-align: center;
    line-height: 60px;
    cursor: pointer; */
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    left: -45px;
    position: absolute;
    top: 0;
    background-color: #F4A460;
}

.setting .fa-gear{
    color: #fff;
    display: flex;
    justify-content: center;
    line-height: 45px;
}

.about__us{
    position: relative;
    background-image: url('../image/img-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* width: 100%; */
    height: 300px;
    margin-bottom: 100px;
}

.about__us:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 12, 182, 0.47);
}

.about__us__content{
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 0;
    font-family: 'Roboto Slab';
    font-weight: bold;
    font-size: 20px;
    z-index: 30;
}

.about__us__content p{
    font-weight: 700;
    font-size: 33px;
    font-family: 'Mulish', sans-serif;
    color: #fff;
}


.about__us__bottom{
    position: absolute;
    z-index: 5;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
}
.about__us__bottom div:nth-child(1){
    border: 1px solid #f8f8f8;
    background-color: #fff;
    position: absolute;
    display: flex;
    z-index: 31;
    top: 100%;
    left: 45%;
    padding: 18px 5px 15.5px;
    box-shadow: 0px 5px 10px rgb(16 0 71 / 10%);
}

.about__us__bottom p:nth-child(1){
    color: #F4A460;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    border-right: 2px solid #F4A460;
}

.about__us__bottom p:nth-child(2){
    color: #212121;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
}

/*content*/

.content{
    display: flex;
    justify-content: center;
    padding-bottom: 120px;
}

.image__content{
    width: 45%;
    position: relative;
    z-index: 1;
}

.content__description{
    width: 40%;
    z-index: 2;
    padding-top: 38px;
}

.image__content img:nth-child(1){
    width: 90%;
    height: auto;
    /* object-fit: cover; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.image__content img:nth-child(2){
    /* width: 90%;
    height: 100%; */
    /* object-fit: cover; */
    border-radius: 5px;
}

.image__content div:nth-child(2){
    position: absolute;
    right: -10px;
    bottom: -70px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.image__content div:nth-child(3){
    background-color: #F4A460;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    left: 35%;
    border-radius: 5px;
}


.title{
    display: flex;
    gap: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.title p:nth-child(2){
    color: #F4A561;
}

.heading{
    color: #212121;
    margin-bottom: 50px;
}

.heading h1{
    font-family: 'Cormorant';
    font-size: 45px;
    font-weight: normal;
}

.list__content{
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 35px;
}

.list__content i{
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 0.1);
    color: #F4A561;
}


.list__content:hover h4{
    color: #F4A561;
    transition: all linear 0.3s;
}

.list__content:hover i{
    background-color: #F4A561;
    transition: all linear 0.3s;
    color: #fff;
}
/* 
.list__content div:nth-child(2){
    position: absolute;
} */
.list__content .list__content__description{
    margin-left: 15%;

}

.list__content h4{
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Mulish';
    font-weight: normal;
}


.list__content p{
    font-weight: bold;
}

.btn-more{
    position: relative;
    display: inline-block;
    outline: none !important;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    padding: 0 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 46px;
    border-radius: 0;
    color: #F4A460;
    border: 2px solid #F4A460;
}

.btn-more:hover{
    color: #fff;
}

.btn-more::after{
    position: absolute;
    top: 100%;
    left: 40%;
    /* bottom: 0px; */
    content: "";
    /* transform-origin: bottom center; */
    z-index: -1;
    background: #F4A460;
    /* opacity: 0; */
    width: 20%;
    height: 20%;
    transition: all linear 0.4s;
}

.btn-more:hover::after{
    position: absolute;
    transition: all linear 0.2s;
    transform:  rotateZ(0);
    background-color: #F4A460;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* opacity: 1; */
}
/*end content*/


/*facilties*/
.facilties{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.facilties__title{
    text-align: center;
    margin-bottom: 50px;
}

.facilties__title h1{
    font-size: 45px;
    /* font-family: 700; */
    margin: 0 0 10px;
    color: #212121;
    font-family: 'Cormorant';
    font-weight: normal;
}

.facilties__title p{
    color: #5a5959;
    font-size: 18px;
    font-weight: bold;
}

.facilties__description{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.facilties__content{
    margin-bottom: 50px;
}

.list__facilties{
    display: flex;
    width: 33.333%;
}

.list__facilties:hover i{
    border-radius: 50%;
    transform: rotateY(360deg);
    transition: all linear 0.6s;
}

.list__facilties:hover h3{
    color: #F4A460;
}

.icons i{
    background-color: #f4a460;
    padding: 25px;
    color: #fff;
    margin-right: 20px;
    transition: all linear 0.6s;

}

.facilties__content h3:hover{
    color: #F4A460;
}

.facilties__content h3{
    color: #212121;
    margin-bottom: 10px;
    font-family: 'Cormorant';
}

.facilties__content p{
    color: #5a5959;
    font-family: Cormorant; 
    padding-right: 22px;
}
/* 
.facilties .facilties__content{
    width: 33.333%;
} */
/*end facilties*/

/*report*/

.report{
    position: relative;
    background-image: url('../image/img_report.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 350px;
    margin-bottom: 100px;
}

.report::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 12, 182, 0.47);
}

.main__report{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.main__report img{
    width: 10%;
    height: auto;
}

.list__report{
    position: relative;
    height: 100%;
    text-align: center;
    width: 25%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-family: 'Mulish';
    font-size: 17;
    font-weight: bold;
}

.report .main__report .list__report::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 50px;
    border-left: 1px dashed #fff;
    left: 2px;
    right: 0px;
    margin: auto;
    top: 0;
    transition: all linear 0.3s;
    z-index: 10;
    
}


.report .main__report .list__report::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 50px;
    margin: auto;
    bottom: 0;
    transition: all linear 0.3s;
    z-index: 10;
    border-left: 1px dashed #fff;
    left: 2px;
    right: 0px;
    
}

.report .main__report .list__report:hover::after,
.report .main__report .list__report:hover::before{
    height: 90px;
}

/* .list__report:hover::before{
    height: 80px;
} */

.list__report h1{
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 35px;
    font-family: 'Ubuntu', sans-serif;
}
/*end report*/
.customer{
    display: flex;
    width: 85%;
    /* flex-wrap: wrap; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 200px;
}

.customer__number h1{
    background-image: url('../image/ts-number.jpg');
    /* width: 49%;
    height: 300px;
    display: flex;
    flex-direction: column; */
}

.customer__number h1{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    font-size: 180px;
    margin: 0;
    height: auto;
    left: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: -5px;
    font-family: 'Roboto Slab';
}

/* .owl-theme .owl-dots .owl-dot span, */

.owl-theme 
.owl-dots 
.owl-dot span{
    background: #869791;
    width: 50px !important;
    height: 50px !important;
    background-image: url('../image/avatar-1.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    
}

.owl-theme 
.owl-dots 
.owl-dot:nth-child(2) span{
    background-image: url('../image/avatar-2.jpg') !important;
}

.owl-theme 
.owl-dots 
.owl-dot:nth-child(3) span{
    background-image: url('../image/avatar-3.jpg') !important;
}

.owl-theme 
.owl-dots 
.owl-dot:nth-child(4) span{
    background-image: url('../image/avatar-4.jpg') !important;
}

.owl-theme 
.owl-dots 
.owl-dot:nth-child(5) span{
    background-image: url('../image/avatar-6.jpg') !important;
}

.customer__number{
    width: 49%;
    justify-content: flex-start;
}

.customer__number p{
    font-size: 30px;
    font-weight: normal;
    font-family: 'Cormorant';
}

.customer__description{
    width: 49%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}


.owl-carousel {
    width: 49% !important;
    z-index: 1;
}

.owl-stage{
    transition: none !important;
}

.information{
    text-align: center;
}

/* .information div:nth-child(1){
    /* transform: rotate(-45deg);
    overflow: hidden; 
}
*/
/* 
.person__image{
    border: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    transform: rotate(45deg);
    margin-bottom: 30px;
    border-radius: 10px;
} */

/* .owl-carousel .owl-item img {
    width:20% !important;
    height: auto;
} */

.information .person__image{
    position: relative;
    overflow: hidden;
    transform: rotate(45deg);
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    margin: 15px auto 10px auto;
}

.information .person__image img{
    transform: rotate(-45deg) scale(1.35);
    margin-top: -1px;
}

/* .person img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
} */

.name{
    font-size: 22px;
    color: #212121;
    font-weight: bold;
    margin-top: 40px;
    font-family: 'Cormorant';
}

.job{
    color: #F4A460;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 20px;
}

.person__description{
    color: #5a5959;
    font-weight: bold;
    margin-bottom: 30px;
}
/*
.number {
    font-size: 6em;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: .25em;
    text-align: center;
    color: #fff;
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.number:before,
.number:after {
    position: absolute;
    content: '';
}

.number:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
}


.number:after {
    position: absolute;
    z-index: -1;
    top: .125em;
    right: .125em;
    bottom: .125em;
    left: .125em;
    background-color: #fff;
} */
/*customer*/

/*end customer*/

/*staff*/

.staff__container{
    display: flex;
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
}

.staff__description{
    position: relative;
}

.hidden__staff{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(29, 12, 182, 0.47);
    padding: 7px;
    padding-top: 12px !important;
    transform: scale(0);
    transition: all 500ms ease 0s;
}

.hidden__border{
    /* position: absolute; */
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff47;
    /* display: flex; */
    /* margin: 10px; */
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.staff__icons{
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 4px;
    border-radius: 50%;
    transition: all 500ms ease 0s;
}

.staff__icons a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: #272727;
    border-radius: 50%;
    line-height: 50px;
    transition: all 500ms ease 0s;
    background: #fff;
}

.staff__image:hover .staff__description .hidden__staff{
    transform: scale(1);
}

.staff__image:hover{
    transform: translateY(-2%);
    transition: all linear 0.4s;
}

.hidden__staff .hidden__border .staff__icons:nth-child(1) a:hover{
    background-color: #134694;
    color: #fff;
}

.hidden__staff .hidden__border .staff__icons:nth-child(2) a:hover{
    background-color: cyan;
    color: #fff;
}

.hidden__staff .hidden__border .staff__icons:nth-child(3) a:hover{
    background-color: #f34e3f;
    color: #fff;
}

.staff__container .owl-dots{
    display: none;
}
.staff__image{
    /* width: 25%; */
    font-family: 'Roboto';
    font-weight: bold;
    margin-right: 20px;
    z-index: 500;
}

.staff__image img{
    width: 100% !important;
    height: auto;
    margin-bottom: 30px;
}

.staff{
    width: 100%;
}

.staff__title{
    text-align: center;
    margin-bottom: 30px;
}

.staff__name{
    font-size: 23px;
}

.staff__title h1{
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'Cormorant';
}

.staff__image .staff__name:hover{
    color: #F4A460;
    cursor: pointer;
}

.staff__title p{
    font-size: 18px;
    margin-bottom: 50px;
}

.staff__job{
    margin-top: 9px;
    margin-bottom: 7px;
}

.staff__title{
    font-size: 23px;
    font-weight: bold;
}

.staff__image p{
    text-align: center;
    color: #212121;

}

.staff__image a{
    color: #5a5959;
    font-weight: bold;
}

.staff__image{
    text-align: center;
}

/*end staff*/

/*brands*/

.brands{
    width: 100%;
    height: auto;
    /* display: block; */
    text-align: center;
    margin: 100px auto 46px auto;
}
.brand-slider .owl-dots{
    display: none;
}

.brands h4{
    font-size: 22px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Cormorant';
}

.item img{
    width: 145px;
    height: 70px;
    /* background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    transition: all linear 0.4s;
}

.item{
    width: 100px;
    height: 70px;
    margin: auto;
    transition: all linear 0.4s;
}
    
.brand-slider{
    width: 90% !important;
    height: auto;
    margin: auto;
    transition: all linear 0.4s;
}

.brand-slider .owl-stage{
    transition: all linear 0.4s !important;
}


/*end brands*/

/*footer*/
footer{
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    background-image: url('../image/footer.png');
}

.footer__main{
    width: 80%;
    display: flex;
    padding-top: 75px;
    padding-bottom: 30px;
    margin: auto;
    color: #fff;
    /* border-bottom: 1px solid #c5cdd9; */
}

.footer__main h1{
    font-family: 'Cormorant';
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 25px;
}

.footer__content ul li{
    margin-bottom: 19px;
    font-weight: bold;
    font-size: 15px;
    color: #c5cdd9;
}

.footer__content ul li i{
    margin-right: 10px;
}

.footer__content ul li:nth-child(1) i{
    margin-right: 14px;
}


.footer__content p{
    margin-bottom: 25px;
    font-size: 15px;
    font-family: 'Mulish';
    color: #c5cdd9;
    line-height: 25px;
}
.footer__main .footer__content:nth-child(1){
    width: 33.333%;
    height: auto;
}

.footer__main .footer__content:nth-child(2){
    width: 16.666%;
    height: auto;
}

.footer__main .footer__content:nth-child(3){
    width: 16.666%;
    height: auto;
}

.footer__main .footer__content:nth-child(4){
    width: 33.333%;
    height: auto;
}

.footer__content .send__email{
    width: 100%;
    display: flex;
    justify-content:space-around;
}

/* .footer__main ul:nth-child(2) li{
    cursor: pointer;
} */

.footer__content a{
    font-weight: bold;
    font-size: 15px;
    color: #c5cdd9;
}

.send__email input{
    width: 75%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Mulish';
    padding: 10px 15px;
}

.send__email button{
    width: 20%;
    height: 50px;
    background-color: #F4A460;
    outline: none;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.end__footer{
    width: 100%;
    display: flex;
    /* justify-content: center; */
    /* margin: auto; */
    border-top: 1px solid #a3a3a340;
    padding: 26px 135px 25px 135px;
}

.end__footer p{
    width: 49%;
    color: #fff;
    font-family: 'Mulish';
    font-weight: 500;
    color: #c5cdd9;
}

.end__footer ul li{
    width: 45px;
    height: 45px;
    margin-right: 5px;
    background-color: #0f294a;
    text-align: center;
    line-height: 45px;
    
}


.end__footer ul{
    display: flex;
    width: 49%;
    justify-content: flex-end;
    margin-left: 15px;
}

.end__footer ul li{
    cursor: pointer;
}

.end__footer ul li i{
    color: #fff;
}

.end__footer ul li:nth-child(1):hover{
    background-color: #56d7fe;
}

.end__footer ul li:nth-child(2):hover{
    background-color: #3b589e;
}

.end__footer ul li:nth-child(3):hover{
    background-color: #e78733;
}

.end__footer ul li:nth-child(4):hover{
    background-color: #dc4e41;
}

.end__footer ul li:nth-child(5):hover{
    background-color: #1c82ca;
}


.back-to-top{
    height: 40px;
    width: 35px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    border: none;
    background-color: #F4A460;
    color: #FFF;
    border-radius: 5px;
    /* display: none; */
    transition: all linear 0.3s;
    transform: translateX(20px,0);
    opacity: 0;
}

.back-to-top:hover{
    cursor: pointer;
}

.btn-active.animate{
    -webkit-transform: translate(-20px, 0);
    transition: all linear 0.3s;
    opacity: 1;
}

/*end footer*/

.nav__overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    /* left: 0;
    background-color: rgb(0, 0, 0, 0.3); */
    display: none;
    animation: fadeIn linear  0.5s;
}

.nav__mobile{
    position: fixed;
    top: 20%;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 350px;
    max-width: 100%;
    background-color: #ffffff;
    z-index: 99990;
    transform: translateX(100%);
    transition: transform linear 0.5s;
}

.nav__input:checked ~ .nav__overlay{
    display: block;
    
}

.nav__input:checked ~ .setting{
    right: 200px !important;
    position: fixed;
    /* display: none; */
} 

.nav__input{
    display: none;
}

.nav__input:checked ~ .nav__mobile{
    transform: translateX(0%);
    transition: transform linear 0.5s;
}

.nav__mobile-list{
    list-style-type: none;
    margin-top: 35px;
}

.fa-xmark{
    font-size: 20px;
    cursor: pointer;
}

/* .nav__mobile-link{
    color: #3d2514;
    display: block;
    padding: 8px 20px;
    font-family: 'Roboto Slab';
    font-weight: bold;
    padding-right: 5px;
} */
/* 
.nav__mobile-link:hover{
    background-color: #ffc657;
} */

.nav__mobile-link{
    width: 64px;
    height: 64px;
    border-radius: 5px;
    cursor: pointer; 
    
} 

.brow-panel{
    background-color: #F4A460;
}
.cyan-panel{
    background-color: cyan;
}
.yellow-panel{
    background-color: rgb(241, 241, 119);
}
.light-red{
    background-color: rgb(255, 78, 78);
}

.cyan-bold{
    background-color: #1abc9c;
}
.light-purple{
    background-color: #8e44ad;
}
.blue-panel{
    background-color: #5950f7;
}

.light-brow{
    background-color: #e2b78a;
}
.green-panel{
    background-color: #95c41f;
}
.light-blue{
    background-color: #3c9dff;
}
.light-green{
    background-color: #2adc71;
}
.royal-blue{
    background-color: #4169e1;
}

.nav__mobile-link .fa-solid{
    margin-right: 5px;
}

.nav__mobile-close{
    color: #666;
    position: absolute;
    top: 10px;
    right: 10px;
}


.nav__mobile-list h2{
    text-align: center;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #fba466;
    font-family: 'Mulish';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.color__list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}


/**/

.panel-search{
    display: block;
    position: relative;
    width: 140%;
    height: 60px;
    right: 340px;
    /* left: auto;
    right: auto; */
    /* z-index: 99; */
}
.nav__overlay-search{
    position: fixed;
    top: 140px;
    display: none;
    animation: fadeIn linear  0.5s;
}

.nav__mobile-search{
    position: absolute;
    top: 0;
    width: 100%;
    /* left: 7.5%; */
    height: 60px;
    max-width: 100%;
    background-color: #fff;
    z-index: -10;
    transform: translateY(-10%);
    transition: transform linear 0.2s;
    opacity: 0;
    /* display: none; */
}

.nav__input-search:checked ~ .nav__overlay-search{
    display: block;
    transition: transform linear 0.5s;
}


.nav__input-search{
    display: none;
}

.nav__input-search:checked ~ .nav__mobile-search{
    transform: translateX(0%);
    transition: all linear 0.4s;
    opacity: 1;
}

.nav__input-search:checked ~ .search-icon{
    display: none;
}

.nav__mobile-list-search{
    list-style-type: none;
    /* margin-top: 35px; */
    height: 60px;
}

.fa-xmark{
    font-size: 20px;
    cursor: pointer;
}




.nav__mobile-close-search{
    color: #666;
    position: absolute;
    top: -55px;
    right: 10px;
}


.color__list-search{
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.color__list-search input{
    width: 87%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 12px;
    font-family: 'Mulish';
    font-weight: bold;
    font-size: 20px;
}

.color__list-search .btn-search{
    width: 11%;
    height: 100%;
    border: none;
    background-color: #F4A460;
    color: #fff;
    font-family: 'Mulish';
    text-transform: uppercase;

    font-weight: bold;
}



@media only screen and (max-width: 768.98px){

    header{
        font-size: 13px;
    }
    .sign-in-up ul li a{
        display: flex;
    }

    .menu .fa-bars{
        display: block;
        width: 15px;
        height: 15px;
        color: black;
        float: right;
        clear: both;
    }

    .menu .bars{
        width: auto;
        align-self: center;
        padding: 8px;
        border: 1px solid black;
        border-radius: 3px;
    }

    .menu .nav-bar{
        display: none;
    }

    .menu{
        display: flex;
    }

    
    
    /* .nav__mobile-menu{
        display: block;
    }
      */
    .header__menu{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #00000024;
        align-items: center;
        padding: 20px 20px;
        
    }

    .header__menu img{
        width: 30% !important;
        height: auto !important;
        object-fit: cover !important;
        image-rendering: -webkit-optimize-contrast;
    }
    .nav__mobile-menu h3{
        margin: 20px 20px;
    }

    .nav__overlay-menu{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgb(0, 0, 0, 0.3);
        display: none;
        /* animation: fadeIn linear  0.5s; */
    }
    
    .nav__mobile-menu{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 290px;
        height: 1000px;
        max-width: 100%;
        background-color: #ffffff;
        z-index: 400;
        transform: translateX(-100%);
        transition: all linear 0.5s;
    }
    
    .nav__input-menu:checked ~ .nav__overlay-menu{
        display: block;
    }
    .nav__input-menu{
        display: none;
    }
    
    .nav__input-menu:checked ~ .nav__mobile-menu{
        transform: translateX(0%);
        transition: all linear 0.5s;
        display: block;
    }
    
    .nav__mobile-list-menu{
        list-style-type: none;
        border-bottom: 1px solid #00000024;
        border-top: 1px solid #00000024;
    }
    
    /* .fa-xmark{
        font-size: 20px;
        cursor: pointer;
    } */
    
    .nav__mobile-link-menu{
        color: #212121;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 20px;
        font-family: 'Mulish';
        padding-right: 5px;
        font-size: 17px;
        font-weight: bold;
    }
    
    .nav__mobile-link-menu .fa-solid{
        margin-right: 5px;
    }

    .nav__mobile-close-menu i{
        color: #F4A460;
        font-size: 15px;
        -webkit-text-stroke: 2px;
    }
    
    .nav__mobile-close-menu{
        display: block;
        color: #666;
        top: 10px;
        right: 10px;
    }
    
    
    .nav__mobile-list-menu li:hover .nav__mobile-link-menu{
        color: #F4A460;
        transition: all linear 0.3s;
    }

  
    
    .nav__mobile-list-menu > li:hover .menu__dropdown{
        display: block;
        margin-left: 20px;
    } 
    /* .menu__dropdown__child{
        display: none;
    }  */

    .hidden{
        display: none;
    }
    .menu__dropdown__child li a{
        display: flex;
        padding: 5px;
        color: #212121;
        font-family: 'Mulish';
        font-weight: bold;
        font-size: 16px;
    }

    .menu__dropdown__child li a:hover{
        color: #F4A460;
        transition: all linear 0.4s;
    }

    .menu__dropdown__child {
        margin-left: 50px;
    }

    .menu__address{
        border-bottom: 1px solid #00000024;
        
    }
    
    .menu__address ul li i{
        padding: 10px;
        background-color: #f1e6e6;
        margin-right: 10px;
    }
    .menu__address ul li:hover{
        cursor: pointer;
    }
    .menu__address ul li:hover i{
        background-color: #F4A460;
        color: #fff;
    }
    
    .menu__address ul li{
        margin-bottom: 10px;
        font-family: 'Mulish', sans-serif;
        font-size: 16px;
    }
    .menu__address ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 20px;
        color: #212121;
        font-weight: bold;
    }
    
    @keyframes fadeIn{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }
    

    .about__us__bottom{
        left: 0;
        right: 15%
    }

    .content{
        flex-direction: column;
    }

    .image__content{
        width: 90%;
        height: auto;
        align-items: center;
        margin: auto;
    }

    .content__description{
        width: 90%;
        height: auto;
        margin-top: 50px;
        margin-left: 40px;
    }

    .image__content div:nth-child(1) img{
        width: 95%;
        object-fit: cover;
    }

    .image__content div:nth-child(2) img{
        width: 100%;
        object-fit: cover;
    }

    .list__facilties, .list__report{
        width: 49%;
    }

    .list__report{
        height: 50%;
    }

    .report{
        height: 450px;
    }

    .main__report{
        height: 100%;
    }

    .list__report::before, .list__report::after{
        display: none;
    }

    .customer{
        flex-direction: column;
        align-items: center;
    }

    .customer__number{
        flex-direction: column;
        align-items: center;
        display: flex;
        margin-bottom: 40px;
    }

    .customer__number h1{
        margin-bottom: 0px;
    }

    .customer__description{
        width: 55% !important;
    }

    .staff{
        display: flex;
        flex-direction: column;
    }

    .staff__container{
        display: flex !important;
        /* width: 49%;
        margin: 0 !important; */
        justify-content: center;
    }

    .staff__image{
        width: 100%;
    }
    .owl-stage{
        display: flex !important;
    }

    .owl-item{
        width: 49% !important;
    }

    /* .staff__image{
        width: 40%;
    } */

    /* .footer__content{
        width: 49% !important;
    } */

    .footer__main{
        flex-wrap: wrap;
        width: 90%;
        justify-content: space-between;
    }

    .footer__content {
        width: 49% !important;
    }

    .panel{
        display: none;
    }

    .end__footer{
        padding: 26px 0;
        width: 90% !important;
        margin: auto;
        
    }

    .end__footer p{
        width: 45%;
    }

}

@media only screen and (max-width: 414.98px){
    .container-header{
        height: 100px;
        justify-content: space-around;
    }

    .infor{
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .sign-in-up{
        width: 25%;
    }

    .sign-in-up ul{
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
    }

    .sign-in-up li a {
        padding: 6px 15px;
    }

    .about__us__bottom div:nth-child(1){
        left: 32%;
    }

    .image__content div:nth-child(2) {
        bottom: -211px;
    }
    .list__content .list__content__description {
        margin-left: 18%;
    }

    .image__content div:nth-child(3) {
        bottom: -177px;
        left: 17%;
    }

    .content__description{
        margin-top: 200px;
    }

    .list__facilties{
        width: 100%;
    }

    .main__report img {
        width: 30%;
    }

    .customer__number p{
        text-align: center;
    }

    .customer .owl-theme .owl-dots .owl-dot span {
        margin: 5px 2px;
    }

    .customer__description{
        width: 100% !important;
    }

    .customer .owl-stage-outer{
        width: 100%;
    }

    .footer__content{
        width: 100% !important;
    }
    .end__footer{
        flex-direction: column;
    }

    .end__footer ul{
        width: 100%;
        justify-content: center;
        margin: 20px auto;
    }
}

@media only screen and (max-width: 375.98px){
    .container-header{
        height: 100px;
        justify-content: space-around;
    }

    .infor{
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .sign-in-up{
        width: 25%;
    }

    .sign-in-up ul{
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
    }

    .sign-in-up li a {
        padding: 6px 15px;
    }

    .about__us__bottom div:nth-child(1){
        left: 29%;
    }

    .image__content div:nth-child(2) {
        width: 90%;
        bottom: -166px;
        left: 35px;
    }

    .image__content div:nth-child(2) img {
        width: 100%;
    }

    
    .image__content div:nth-child(3){
        left: 20%;
        top: 85%;
    }

    .content__description{
        margin-top: 150px;
        margin-left: 10px;
    }

    .list__content .list__content__description {
        margin-left: 20%;
    }

    .heading h1, .facilties__title h1{
        font-size: 35px;
    }

    .facilties__description{
        width: 90%;
    }

    .main__report{
        height: auto;
        padding: 50px 0;
    }

    .list__facilties, .list__report{
        width: 100%;
    }

    .report{
        height: auto;
    }
    .list__report p{
        margin-bottom: 20px;
    }

    .customer__number p{
        text-align: center;
    }

    .customer__description{
        width: 100% !important;
    }

    .customer .owl-stage-outer{
        width: 100%;
    }

    .customer .owl-theme .owl-dots .owl-dot span {
        margin: 5px 2px;
    }

    .footer__content{
        width: 100% !important;
    }
    .end__footer{
        flex-direction: column;
    }

    .end__footer ul{
        width: 100%;
        justify-content: center;
        margin: 20px auto;
    }
}

@media only screen and (min-width: 1024px){
    .staff__container .owl-stage-outer .owl-stage .owl-item{
        margin-right: 35px;
    }
}

/* customer .owl-stage-outer {
    width: 100%;
} */