* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/* ----------------------------------------------------- menu code */




nav {
  background: #ffffff;
  height: 60px;
  width: 100%;
  z-index: 10000!important;
  transition:ease-in-out 0.2s ;
  position: relative;
  overflow:hidden;
}


#nav-logo-2 {
  width: 30px;
  padding: 15px 30px;
  cursor: pointer;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  transition: 0.2s;
  opacity: 0.8;
}


.nav-logo {
  width: 220px;
  padding: 10px 30px;
  cursor: pointer;

  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  transition: 0.2s;
  opacity: 0.8;
}
.nav-logo-a{
  z-index: 59000;
  cursor: pointer!important;
}
.nav-logo-a:hover {
  background: none;
  border-bottom: none!important;
}


nav .side-menu {
  float: right;
  margin-right: 20px;
  overscroll-behavior: contain ;

}
nav .side-menu .menu-li {
  display: inline-block;
  padding-top: 20px;
  margin: 0 5px;
}
nav .side-menu .menu-li a {
  color: #545454;
  font-size: 14px;
  padding: 1px 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700!important;
  transition: 0.25s;
  z-index: 10;
  padding: 4px;
  border-bottom: 3px solid #ffcc0000;
}





nav .side-menu .menu-li a.active, nav .side-menu .menu-li a:hover {
  color: rgb(0, 0, 0)!important;  /* Add !important */
  background: none;
  transition: 0.25s;
  margin-bottom: 100px;
  z-index: 10;
  border-bottom: 3px solid #fad030!important;
}

.checkbtn {
  font-size: 25px;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
  background: none;
  height: 0px;
  transition: 0.2s;
}
#check {
  display: none;
  
}
/* icon x */

.container-icon {
  display: inline-block;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #333333;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 3px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
@media (max-width: 1000px) {
  nav .side-menu .menu-li a {
    font-size: 12px;
  }

  nav .side-menu {
    
    margin-right: 0px;
    
  
  }
}
@media (max-width: 858px) {
  nav .side-menu .menu-li a {
    font-size: 16px;
  }
}
@media (max-height: 400px) {
  nav .side-menu .menu-li{
    padding: 0px!important;
    
  }
  nav .side-menu .menu-li a {
    line-height: -100px!important;
    padding: 0px!important;
    
  }
}
@media (max-width: 858px) {
  .checkbtn {
    display: block;
  }


 

  nav {
    position: fixed;



    
    background: #ffffff;
    height: 60px;
    width: 100%;
    z-index: 1;
    
  }





  .checkbtn {
    position: fixed;
    right: 0;
 
    z-index: 5000;
  }
  .side-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffffcb;
    -moz-background: #ffffffcb;
    -moz-backdrop-filter: blur(10px) brightness(1);
    -webkit-backdrop-filter: blur(10px) brightness(1);
    backdrop-filter: blur(10px) brightness(1);
    top: 0px;
    left: 100%;
    text-align: center;
    transition: all 0.5s;
    z-index: 1000;
    padding-top: 10px;
    overflow: visible;
  }



  nav .side-menu .menu-li {
    display: block;
    margin: 1%;
    line-height: 30px;
    
  }
  nav .side-menu .menu-li a {
    font-size: 20px;
    height: 100%;
  }
  a:hover,
  a.active {
    background: none;
    color: #fad030;
  }
  #check:checked ~ .side-menu {
    left: 0;
  }
}
.page-wrapper {
  min-height: 65%;

}

/* ----------------------------------------------------- menu code */

/* ----------------------------------------------------- footer */

.footer-container {
  width: 100%;
  margin: auto;
  height: auto;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
}




.footer-col-services .footer-h2 {
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.footer-h2-follow {
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}


.footer-col-services .footer-h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #fad030;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-h2-follow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #fad030;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}



.footer-col-services {
  width: 25%;
  padding: 0 15px;
}
.footer-col-services .security-container {
    float: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
}

.footer-col-services .security-container img {
    width: 150px; /* Make the image fill its container horizontally */
    height: auto; /* Maintain aspect ratio */
    display: block;
    border: none;
    opacity: 0.7;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    padding-top: 30px;
    max-width: 100%; /* Prevent image from exceeding its container width */
    max-height: 100%; /* Prevent image from exceeding its container height */
}







.footer-col-services .footer-ul {
  list-style: none;
}
.footer-line{
  position: relative;
  display: block;
  width: 90%;
  border-top: 1px solid #fad030;
  justify-content: center;
  margin: 0;
  padding-bottom: 40px;
  left: 5%;
}
.footer {
  background-color: #ffffff4d;
  padding: 5px 0;
  padding-top: 50px;
  margin-top: 100px;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-col .footer-ul {
  list-style: none;
}

.footer-col .footer-h1 {
  font-size: 35px;
  color: #fad030;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 900;
  
}

.footer-col .footer-h2 {
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.footer-col .footer-h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #fad030;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col .footer-ul .footer-li:not(:last-child) {
  margin-bottom: 0px;
}
.footer-col .footer-ul .footer-li a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  color: #666666;
  transition: all 0.3s ease;
}


.footer-col-services .footer-ul .footer-li {
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  color: #666666;
}
.footer-ul{
  padding-top: 20px;
}
.footer-col .footer-ul .footer-li {
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  color: #666666;
  transition: 0.3s;
  border-bottom: 3px solid #ffcc0000;
  
  

}
.footer-col .footer-ul .footer-li a:hover {
  color: #333333;
  
}



.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #fad030;
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #333333;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #ffffff;
  background-color: #0f0f0fc7;
}
.footer-bottom {
  display: flex;
  opacity: 0.5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom p {
  font-size: 10px!important;
  font-weight: 900;
  letter-spacing: 2px;
  color: #666666;
  padding-top: 15px;
  text-transform: uppercase;
  
}
.footer-bottom .policy {
  font-size: 10px!important;
  font-weight: 900;
  letter-spacing: 2px;
  color: #666666;
  padding-top: 15px;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 20px;
}









.footer-bottom img {
  width: 40px!important;
  height: 40px!important;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/*responsive*/
@media (max-width: 900px) {
  .footer-col-services, .footer-h2-follow{
    display: none;
  }
 
  .footer-col{
    width: 100%;
    justify-content: center!important;
    margin: auto!important;
  }
  .footer-h1{
    font-size: 38px!important;
  }
  
  .footer-li a{
    padding-top: 20px;
    margin-top: 10px;
    font-size: 18px!important;
    font-weight: 400!important;
  }
  .footer-h2, .footer-ul, .social-links{
    text-align: center;
    padding:0;
  }
  .footer-row {
    display: block;
  }
  
  .footer-col .footer-ul .footer-li {
    font-size: 25px;
    font-weight: 400;
    
    
  }
  .footer-col .social-links a {
    transform: scale(1.5);
    margin: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .footer-bottom p {
    display: block;
    
  }

  .footer-bottom .policy {
    display: block;
    padding-left: 0px;
  }

  .footer-col .footer-h2{
    
    
    font-size: 35px!important;
    

    font-weight: 700!important;

    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-col .footer-h2::before {
    left: 30%;
    width: 40%;
    bottom: -5px;
  
  }
  .footer-bottom img {
    width: 30px!important;
    height: 30px!important;
    margin-left: 30px;
    margin-top: 10px;
    margin-right: 30px;
  }
}

