
:root {
    --gold: #e5c063;
    --white: #faf0e6;
    --royalblack:#080808;
    --pink:#eb1e7b;
  }

.mycircle{
    border-radius: 100%;   
}
.numcircle{
    width: 50px;
    height: 50px;
   
    border-radius: 50%;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kodeneodiv{
    background: #ecf0f3;
    box-shadow: 13px 13px 20px #cbced1,
       -13px -13px 20px #ffffff;
}


.thf{
    font-family: 'Alexandria', sans-serif;
}
.thf2{
   
    font-family: 'Lato', sans-serif;
}
.thbg{
    background-color:var(--royalblack) ;
}
.thc{
color:var(--gold);
}

/* 1nav */
.thheading{
    font-family: 'Almarai', sans-serif;
    font-size: 28px;
    /* font-weight: bold; */
}


.dropdown:hover .dropdown-menu{
    display: block;
}
.nav-item a{
    position: relative;
    text-decoration: none;
    font-family: 'Alexandria' , sans-serif;
    color:var(--gold);
    font-size: 15px;
    /* font-weight: bold; */
    letter-spacing: 0.5px;
    padding: 0 10px;
    margin: 0 5px;
    transition: 0.3s;
    text-transform: uppercase;
}
 .nav-item .activee a{
    color: var(--gold);
   
} 

.bgcolor.scrolled .nav-item a{
    color: gray;
}
.nav-item a:hover{
   color:var(--pink) ;
   
}

.nav-item a::after {
    content:"" ;
    position: absolute;
    background-color: var(--gold);
    height: 3px;
    width:0;
    left: 0;
    bottom  :-10px;
    transition: 0.3s;
}

.nav-item a:hover::after{
    width:100%;
}
.nav-item .activee a::after{
    content:"" ;
    position: absolute;
    background-color: var(--gold);
    height: 3px;
    width:100%;
    left: 0;
    bottom  :-5px;
    transition: 0.3s;
}
.line{
    height: 1px;
    background-color: #7A7A7A;
}
.map{
    width: 100%;
    height: 350px;
}

.tog {
    width: 40px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.togline {
    width: 80%;
    height: 4px;
    border-radius: 10px;
    margin: 2px;
    background-color: #FAE887;
    transition: 1s ease;
}

@media (max-width: 980px){
  
    .nav-item a{
        margin: 20px;
    }

 }

 /* 2header */
 .header{
    height: 90vh;
    width: 100%;
}
.parent{
    width: 100%;
    height: 90vh;
    overflow: hidden;
   
}
.child{
    width: 100%;
    height: 100%;
    background-size: cover;
    /* background-position: center;      */
}
.overlay{
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-one{
   
    background-position: bottom;
    background-image: url(../images/slider/04.jpg);
}
.bg-two{
    
    /* background-position: center; */
    background-image:  url(../images/slider/06.jpg);
    
}
.bg-three{
    
    background-image: url(../images/slider/03.jpg);

}
.aboutbg{
    background-color: #e8e9f0;
    color: #444444;
}
.specialixedpara{
    padding: 10px;
    font-weight: bold;
     
    line-height: 40px;
    
}

@media (max-width: 680px){
  
 .header{
    height: 40vh;
 }
.parent{
    height: 40vh;
}
 .myrow{
    flex-direction: column;
 }
 .services{
    height: 350px;
 }
 }