/* For Smartphone */
@media only screen and (max-width: 430px){
  .gallery-p{
    padding-top: 3em !important;
  }
    .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;
    }
    .menu-email{
      display: none;
    }
    .topbar .logo a img {
      height: 60px;
      display: block;
    }
    .section-glry{
      padding-top: 10em !important;
    }
    .section-glry.portfolio .filters ul li{
      padding: 10px 20px !important;
    }
    #start-planning{
      margin-top: 10em !important;
    }
    form {
      padding: 15px !important;
    }
    .section-glry.portfolio .filters-content{
      margin-bottom: 0px !important;
    }
}
  
  /* 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;
    }
    .menu-email{
      display: block;
      margin: auto;
      color: white;
      padding-right: 90px;
    }
    .topbar .logo a img {
      height: 80px;
      display: block;
    }
}







html {
  scroll-behavior: smooth;
}


.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 !important;
    text-align:center !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 2em !important;
    letter-spacing: 1px !important;
}
.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%; */
  top: 70%;
  /* 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);
}








/*----  Main Style  ----*/
#cards_landscape_wrap-2{
    text-align: center;
    /* background: #F7F7F7; */
  }
  #cards_landscape_wrap-2 .container{
    /* padding-top: 80px;  */
    padding-bottom: 100px;
  }
  #cards_landscape_wrap-2 a{
    text-decoration: none;
    outline: none;
  }
  #cards_landscape_wrap-2 .card-flyer {
    border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box{
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
    border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box img{
    -webkit-transition:all .9s ease; 
    -moz-transition:all .9s ease; 
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease; 
    width: 100%;
    height: 200px;
  }
  #cards_landscape_wrap-2 .card-flyer:hover .image-box img{
    opacity: 0.7;
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
  }
  #cards_landscape_wrap-2 .card-flyer .text-box{
    text-align: center;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box .text-container{
    padding: 30px 18px;
    height: 20em;
  }
  #cards_landscape_wrap-2 .card-flyer{
    background: #FFFFFF;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
  }
  #cards_landscape_wrap-2 .card-flyer:hover{
    background: #fff;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box p{
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px; 
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box h6{
    margin-top: 0px;
    margin-bottom: 4px; 
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    /* font-family: 'Roboto Black', sans-serif; */
    letter-spacing: 1px;
    color: #a04732;
  }











.card {
    height: 18.5em;
    /* height: 11.5em; */
    border: none;
    border-radius: 10px
}
.card-1{
  height: 11.5em;
  border: none;
  border-radius: 10px;
  border: 1px solid black;
}

.c-details span {
    font-weight: 300;
    font-size: 13px
}

.icon {
    width: 50px;
    height: 50px;
    /* background-color: #eee; */
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}

.badge span {
    background-color: #fffbec;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #fed85d;
    justify-content: center;
    align-items: center
}

.progress {
    height: 10px;
    border-radius: 10px
}

.progress div {
    background-color: red
}

.text1 {
    font-size: 14px;
    font-weight: 600
}

.text2 {
    color: #a5aec0
}
.services-icons{
  width: 50px;
  margin: auto;
  display: block;
  filter: brightness(0) saturate(0%);
}
.services-headings{
  color: black;
  text-align: center;
    font-size: 17px;
}
.service-head{
  color: black;
  font-weight: 600;
}








.notifications-container {
    width: 320px;
    height: auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .flex {
    display: flex;
  }
  
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  
  .success {
    height: 16em;
    padding: 1rem;
    border-radius: 0.375rem;
    border-color: #000!important;
    border: 1px solid rgba(32, 24, 24, 0.1);
    /* border: 1px solid #ccc!important; */
    /* background-color: rgb(240 253 244); */
  }
  
  .succes-svg {
    color: rgb(74 222 128);
    width: 1.25rem;
    height: 1.25rem;
  }
  
  .success-prompt-wrap {
    /* margin-left: 1rem; */
  }
  
  .success-prompt-heading {
    font-weight: bold;
    /* color: black; */
    /* color: rgb(22 101 52); */
  }
  
  .success-prompt-prompt {
    margin-top: 0.5rem;
    /* color: black; */
    /* color: rgb(21 128 61); */
  }
  
  .success-button-container {
    display: flex;
    margin-top: 0.875rem;
    margin-bottom: -0.375rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  
  .success-button-main {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #ECFDF5;
    color: rgb(22 101 52);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: bold;
    border-radius: 0.375rem;
    border: none
  }
  
  .success-button-main:hover {
    background-color: #D1FAE5;
  }
  
  .success-button-secondary {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0.75rem;
    background-color: #ECFDF5;
    color: #065F46;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-radius: 0.375rem;
    border: none;
  }
  
  .success-button-secondary:hover {
    /* background-color: #D1FAE5; */
    color: rgb(22 101 52);
  }
  .tech-images{
    /* filter: brightness(0) invert(1); */
    width: 50px;
    margin: auto;
    display: block;
    padding-bottom: 10px;
    /* margin-top: 100%; */
  }



  .about-sec-icons{
    /* filter: brightness(0) invert(1); */
    /* margin: auto;
    display: block; */
    width: 50px;
    margin-right: 20px;
    /* padding-bottom: 20px; */
  }









  .bn54 {
    position: relative;
    outline: none;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    height: 45px;
    width: 130px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid white;
  }
  
  .bn54 .bn54span {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.7px;
  }
  
  .bn54:hover {
    animation: bn54rotate 0.7s ease-in-out both;
  }
  
  .bn54:hover .bn54span {
    animation: bn54storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
  }
  
  @keyframes bn54rotate {
    0% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
      transform: rotate(3deg) translate3d(0, 0, 0);
    }
    50% {
      transform: rotate(-3deg) translate3d(0, 0, 0);
    }
    75% {
      transform: rotate(1deg) translate3d(0, 0, 0);
    }
    100% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  }
  
  @keyframes bn54storm {
    0% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
    25% {
      transform: translate3d(4px, 0, 0) translateZ(0);
    }
    50% {
      transform: translate3d(-3px, 0, 0) translateZ(0);
    }
    75% {
      transform: translate3d(2px, 0, 0) translateZ(0);
    }
    100% {
      transform: translate3d(0, 0, 0) translateZ(0);
    }
  }



  .footer-inner{
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.275);
  }




  /* CSS */
.button-52 {
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid white;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-52:after {
  content: "";
  background-color: #a04732;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-52:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}


.gallery-p{
  padding-top: 1.5em;
  padding-bottom: 2em;
  text-align: justify;
}








