/* For Smartphone */
@media only screen and (max-width: 430px){
    .menu-container .main-menu{
        padding: 0 10%;
    }
    .project-para{
        text-align: center;
        width: auto;
        margin: auto;
    }
    .last-sevice{
        width: auto;
    }
    .icon-scroll{
        margin-top: 16em;
    }
    .country-numbers{
        padding-left: 50px;
    }
    .list-container{
        margin-left: auto;
    }
    #services{
        padding: 20px;
    }
    .copyright-center{
        margin-top: 3em;
    }
}
  
  /* For Desktop */
@media only screen and (min-width: 430px){
    .swiper-pagination{
        display: none;
    }
    .menu-container .main-menu{
        padding: 0 30%;
    }
    .project-para{
        text-align: center;
        width: 800px;
        margin: auto;
    }
    .last-sevice{
        width: 800px;
        margin: auto;
        display: block;
    }
    .icon-scroll{
        margin-top: 12em;
    }
    .country-numbers{
        padding-left: 100px;
    }
    #get-in-touch{
        /* padding: 3.5em; */
    }
    #services{
        padding: 110px 0;
    }
    .copyright-center{
        margin-top: auto;
        margin-bottom: auto;
    }
}

/* For Smartphone */
@media only screen and (max-width: 885px){
    .page-loaded .topbar{
        background: #080c17;
        height: 75px;
    }
}


.move-btn{
    padding-top: 3em;
    margin: auto;
}
.more-service{
    margin-top: 5em;
    display:block;
    margin-left:auto;
    margin-right:auto;
    color:black;
    text-align:center;
    font-size:14px;
}

.text-center-1{
    text-align: center;
    margin:10px auto;
}
.services-icon{
    width: 135px;
    margin: auto;
}
.service-fig{
    margin: auto;
}
.slider-bgcolor{
    /* background: hsla(23, 92%, 71%, 1);
    background: linear-gradient(90deg, hsla(23, 92%, 71%, 1) 0%, hsla(345, 43%, 54%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(23, 92%, 71%, 1) 0%, hsla(345, 43%, 54%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(23, 92%, 71%, 1) 0%, hsla(345, 43%, 54%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F9A470", endColorstr="#BC556F", GradientType=1 ); */
    
    background: #080c17;
}
.service-div{
    margin-top: 4em;
    margin-bottom: 4em;
}
.service-desc{
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.7;
    color: white;
}
.service-head{
    font-size: 17px;
    color: white;
}
.service-bgcolor{
    /* background: rgb(160,71,50);
    background: linear-gradient(90deg, rgba(160,71,50,1) 16%, rgba(0,0,0,1) 100%); */

    background: #080c17;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-logo{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    display: block;
}
.bottom-line{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.service-white-img{
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.slider-sub-title{
    display:block;
    text-align:center;
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.hamburger-menu{
    /* background: #a04732; */
    background-color: #fff;
    background-image: linear-gradient(130deg,#d3dcd6,rgba(72,80,71,.5));
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;

    border-radius: 35px;
    height: 50px;
}
.hamburger-menu svg{
    margin-top: -25px;
    /* margin-left: -20px; */
}
.topbar .hamburger-menu .texts{
    padding-bottom: 20px;
    margin-left: 16px;
    margin-top: 4px;
}
.topbar .hamburger-menu .svg{
    margin-top: 5px;
}
.lang-atag{
    color: white;
}


/* Scroll Down button */
.Btn-slider {
    z-index: 8;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: none;
    /* background-color: rgb(27, 27, 27); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition-duration: .3s;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11); */
  }
  .fa-computer-mouse{
    color: white;
  }
  
  .svgIcon {
    fill: rgb(214, 178, 255);
  }
  
  .icon2 {
    width: 18px;
    height: 5px;
    border-bottom: 2px solid rgb(182, 143, 255);
    border-left: 2px solid rgb(182, 143, 255);
    border-right: 2px solid rgb(182, 143, 255);
  }
  
  .tooltip {
    position: absolute;
    right: -105px;
    opacity: 0;
    background-color: rgb(12, 12, 12);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
    pointer-events: none;
    letter-spacing: 0.5px;
  }
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(-10px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }
  
/* End Scroll Down button */


/* Menu */
.main-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* background-color: darkturquoise; */
   }
   
   .main-menu li {
    float: left;
   }
   
   .main-menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
   }
   
   .main-menu li ul{
       display: none;
   }
   
   .active-1{
       background: #a04732;
   }
   
   /* sub menu */
   .submenu{
       position: absolute;
       list-style: none;
       color: black;
       background-color: #f9f9f9;
       min-width: 160px;
       box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
       padding-left: 0;
   }
   
   .submenu li{
       width: 100%;
       float: none;
   }
   .submenu li a{
       color: black;
   }
   .submenu li a:hover{
       background-color: #ddd;
   }
   
   .menu li:hover .submenu{
       display: block;
   }
   
   .subactive{
       background: #ddd;
   }
   

/* Scroll Icon */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  /* margin-top: -35px; */
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
/* End EScroll Icon */


.menu-atag{
    text-decoration: none !important;
}

.text-center-2{
    text-align: center;
}
.border-right, .right-line{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-links{
    margin: auto;
}

.section-heading{
    font-size: 40px;
}

.learn-more-sub{
    font-size: 12px;
    letter-spacing: 3px;
    display: inline-block;
    position: relative;
}

.sec-btm-line{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}