@font-face {
  font-family: Melodrama-Bold;
  src: url("../fonts/Melodrama-Bold.otf");
}

@font-face {
  font-family: Melodrama-Semibold;
  src: url("../fonts/Melodrama-Semibold.otf");
}

@font-face {
  font-family: Melodrama-Medium;
  src: url("../fonts/Melodrama-Medium.otf");
}

@font-face {
  font-family: Melodrama;
  src: url("../fonts/Melodrama-Regular.otf");
}

@font-face {
  font-family: Melodrama-Light;
  src: url("../fonts/Melodrama-Light.otf");
}


body{
  overflow-x: hidden !important;
}

#welcomesec .vedio {
  position: relative;
  height: 100vh;
}

#welcomesec .vedio video {
  height: 100vh;
  object-fit: cover !important;
}

#welcomesec .onvedio {
  background-color: rgb(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
}


#welcomesec  .logo{
  text-align: center;
  padding: 50px 0;

}

#welcomesec .onvedio .contant{
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#welcomesec .onvedio .contant h1{
  text-align: center;
/* font-family: Montserrat; */
font-size: 80px;
font-style: normal;
font-weight: 700;
line-height: normal;



-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: white;
}

#aboutSec{
  background-color: #121315;
  padding: 100px 0;
}


#aboutSec .contant  {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#aboutSec .contant h2{
  text-align: center;
/* font-family: Montserrat; */
font-size: 35px;
font-style: normal;
font-weight: 800;
line-height: normal;
-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: white;
/* margin-bottom: 40px; */
}

#aboutSec .contant p{
  color: #FFF;
font-family: Montserrat;
font-size: 25px;
font-style: normal;
font-weight: 200;
line-height: 40px; /* 160% */
margin: 40px 0;
}

#aboutSec .contant a{
  color: #4E7084;
  text-decoration: none;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

#partner{
  background-color: #0E0E11;
  padding: 100px 0;
}
 h2{
  position: relative;
  top: 0;
  text-align: center;
  margin-bottom: 120px;
  transform: translatey("0px"); 
  animation:  1s linear 0s infinite alternate;
  /* animation-name: moving;
  animation-iteration-count: infinite;
  animation-duration: 1s; */
}

@keyframes moving {
    0%   {top:0;}
    /* 25%  {top:5px;} */
    50%  {top:30px;}
    /* 75%  {top:15px;} */
    100% {top:0px;}
}

 h2 .our{
  text-align: center;
/* font-family: Montserrat; */
font-size: 60px;
font-style: normal;
font-weight: 800;
line-height: normal;

-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: white;
}

 h2 .partners{
  color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 40px;
font-style: italic;
font-weight: 800;
line-height: normal;
padding-bottom: -15px ;
/* border-bottom:18px solid #4E7084;  */
}


.animated-underline {
  position: relative;
  z-index: 1;
  padding: 0;
  display: inline-block;
  background: none;
  text-decoration: none;
  color: inherit;
}

.animated-underline::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 30%;
  background-color: #4E7084;
  transition: all 1s;
}

.active .animated-underline::before {
  width: 100%;

}


.swiper {
  width: 80%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}


#partner .swiper img {
  filter: grayscale(100%) brightness(0.5);
  transition: all 0.5s;
}

#partner .swiper img:hover {
  filter: grayscale(0%);
}





#services{
  background-color: #0D0D0E;
padding: 100px 0;
}

.card.inside {
  margin-bottom: 25px;
  position: relative;
  height: 500px;
  background-color: transparent !important;
}

.home-card {
  height: max-content !important;
  margin: 50px 0;
}

.card {
  
  position: relative;
  z-index: 1;
  width: 90%;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card.double-edge .card-body {
  padding: 50px 20px;
}

.card .card-body {
  position: relative;
  z-index: 1;
  padding: 1.75rem;
}

.card.double-edge .overlay {
  background-color: transparent;
  opacity: 1;
}

.card .overlay {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.card.double-edge .overlay::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(143, 147, 165, 0.25);;
  transform: rotate(0deg);
}

.card.double-edge .overlay::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(143, 147, 165, 0.25);
  transform: rotate(5deg) ;
}
#services .allservices{
  text-align: center;
}

#services .allservices h3{
  color: #FFF;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 23.04px; /* 128% */
}

#services .allservices p{
  color: #8F93A5;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 40px 0;
}


#services .allservices p span{
  color: #8F93A5;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 40px 0;
  color: #4E7084;
}

#services .allservices a{
  color: #4E7084;
text-decoration: none;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


#achievements{
  background-color: #0E0F10;
  background-image: url('/images/image\ 6\ \(1\).svg');
  background-repeat: no-repeat;
}


#achievements  h2{
  padding-top:200px ;
} 

#achievements .numbers{
  width: 80%;
  margin: auto;
}

#achievements .numbers .one{
  border-radius: 10px;
  width: 80%;
  margin: auto;
background: #0D0D0E;
box-shadow: 0px 4px 50px 0px rgba(78, 112, 132, 0.35);
padding:60px 50px ;

}

#achievements .numbers .one h3{
  color: #4E7084;
text-align: center;
font-family: Montserrat;
font-size: 60px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 40px;
}

#achievements .numbers .one h6{
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


#works{
  background-color: #0E0F10;
  background-image: url('/images/Mask group.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
}


#works  h2{
  padding-top:200px ;
} 
.ss{
  margin-bottom:47px ;
}

#works  a {
  width: fit-content;
  text-align: center;
  position: relative;
  /* width: auto; */
  height: auto;
  margin :auto;
  margin-top: 50px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 0;
  background-color: var(--color);
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}


#works  a span{
  color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
#works  a  svg{
  color: #4E7084;
  margin-left: 10px;
}
/* .accent-hover {
  --hover-color: var(--accent-color) !important;
} */
#works  .button.double-edge .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
}

#works  .has-overlay .overlay {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#works  .button.double-edge .overlay::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(143, 147, 165, 0.25);
  transform: rotate(0deg);
}
#works  .button.double-edge .overlay::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(143, 147, 165, 0.25);
  transform: rotate(5deg);
}

#contactUs{
  background-color: #0E0F10;
  /* padding: 100px 0; */
  padding-top:100px ;
}

#contactUs h2{
  margin:0 ;

}
#contactUs p{
  margin: 40px 0;
  color: #FFF;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.5px;
}



#contactUs .contactForm input {
  border: 1px solid #fff;
  opacity: 0.6;
  display: block;
  width: 95%;
  margin: 25px;
  background: transparent;
  padding: 15px;
  /* font-size: 50px; */
  color: #FFF;
}
.contactForm textarea {
  border: 1px solid #fff;
  opacity: 0.6;
  display: block;
  width: 95%;
  margin: 0px 25px;
  background: transparent;
  padding: 15px;
  width: 98%;
  color: #FFF;

}

#contactUs button {
  color: #FFF;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.25px;
  padding:10px 60px;

}
#contactUs button svg{
  color: #4E7084;
}
.topbtn{
  display: block;
}
.bottombtn{
  display: none;
}

footer {
  background-color:  #0E0E11;
}

footer .container{
  background-image: url('/images/as.svg');
  /* height: 100vh; */
  background-repeat: no-repeat;
  background-position: 85% 0;
  padding-top: 200px ;
}

footer .sec2{
  margin-top:120px;
}


footer p{
  color: #FFF;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 27px */
letter-spacing: 0.9px;
margin: 40px 0;

}
footer .one{
  display: flex;
margin-bottom: 40px;
}
footer .one h6{
  color: #FFF;

font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 30px */
letter-spacing: 1px;
margin-right: 60px;
}

footer .one p{
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
  margin: 0;
  width: 65%;
}
footer .links{
  display: flex;
  flex-direction: column;
  justify-content: end;
}
footer .links a{
  color: #FFF;
text-decoration: none;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1px;
margin-bottom: 40px;
}

footer .socail a{
margin-right: 40px;
}

footer span{
  display: inline-block;
  color: #FFF;
font-family: Montserrat;
font-size: 10px;
font-style: normal;
font-weight: 300;
line-height: 0%; /* 0px */
letter-spacing: 0.5px;
margin-top: 30px;
}


.aboutDetails{
  background-color:  #0E0E11;
  padding: 100px 0;

}

.aboutDetails .nav{
  justify-content: center;
}

.aboutDetails .nav-link{
  color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
opacity: 0.6;
margin-right: 100px;
}

.aboutDetails .nav .active{
  background-color: transparent !important  ;
  border: none !important;
  color: #FFF !important;
  opacity: 1 !important;
  border-bottom: 6px solid #4E7084 !important;
}

.aboutDetails p{
  background-color:  #0E0E11;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px; /* 160% */
  width: 85%;
  margin: 0 auto;
  padding: 60px 0;
}


.portfolioPage{
  background-image: url('/images/image 12 (1).svg');
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#portfolio{
  background-color: #0E0F10;
  padding: 60px 0; 
}

#portfolio img{
  display: block;
  cursor: pointer;
/* margin: auto;   */
}

#portfolio .col-12 img {
  /* d */
  width: 92%;
  /* margin: auto; */
}



.pdf{
  background: #4E7084;
  border-radius: 20px;
  position: fixed;
  top: 3%;
  right: 5%;
  bottom: 5%;
  padding: 10px 20px;
  width: 90%;
  z-index: 999;
  display: none;
  transition: 3s;
  /* overflow: scroll; */
}


.cursor {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(139, 137, 137);
  border-radius: 50%;
  position: absolute;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  animation: cursorAnim 0.5s infinite alternate;
  pointer-events: none;
}

.cursor::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ad2225;
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
  top: 45%;
  left: 45%;
  animation: cursorAnim2 0.5s infinite alternate;
  z-index: 9999999;
}


.portfolio #i1{
  transform: translateX(-1000px);
  transition: all 1s ease-out;
}


.portfolio #i1.fade-in{

  transform: translateX(0px);
}

.portfolio #i2{
  transform: translateX(-1000px);
  transition: all 2s ease-out;
}


.portfolio #i2.fade-in{

  transform: translateX(0px);
}

.portfolio #i3{
  transform: translateX(1000px);
  transition: all 2s ease-out;
}


.portfolio #i3.fade-in{

  transform: translateX(0px);
}


.portfolio #i4{
  transform: translateX(-1000px);
  transition: all 2s ease-out;
}


.portfolio #i4.fade-in{

  transform: translateX(0px);
}



.portfolio #i5{
  transform: translateX(1000px);
  transition: all 1s ease-out;
}


.portfolio #i5.fade-in{

  transform: translateX(0px);
}


.portfolio #i6{
  transform: translateX(1000px);
  transition: all 2s ease-out;
}


.portfolio #i6.fade-in{

  transform: translateX(0px);
}


.portfolio #i7{
  opacity: 0;
  transition: all 2s ease-out;
}


.portfolio #i7.fade-in{
  opacity: 1;
}

.portfolio #i8{
  opacity: 0;
  transition: all 2s ease-out;
}


.portfolio #i8.fade-in{
  opacity: 1;
}


.portfolio #i9{
  transform: translateX(-1000px);
  transition: all 2s ease-out;
}


.portfolio #i9.fade-in{

  transform: translateX(0px);
}



.portfolio #i11{
  transform: translateX(-1000px);
  transition: all 2s ease-out;
}


.portfolio #i11.fade-in{

  transform: translateX(0px);
}


.portfolio #i10{
  transform: translateX(1000px);
  transition: all 2s ease-out;
}


.portfolio #i10.fade-in{

  transform: translateX(0px);
}



.portfolio #i12{
  transform: translateX(1000px);
  transition: all 2s ease-out;
}


.portfolio #i12.fade-in{

  transform: translateX(0px);
}



@media all and (min-width: 1200px) and (max-width: 1440px) {

  
#welcomesec .onvedio .contant h1{
font-size:70px;
}
#aboutSec{
  padding: 100px 0;
}

#aboutSec .contant h2{
font-size: 35px;
margin-bottom: 60px;
}

#aboutSec .contant p{
width: 90%;
font-size: 20px;
margin: 20px auto;
}

#aboutSec .contant a{
font-size: 15px;
}



#achievements .numbers{
  width: 90%;

}

#achievements .numbers .one{
  width: 90%;
padding:50px 40px ;

}

#achievements .numbers .one h3{
font-size: 50px;
margin-bottom: 30px;
}

#achievements .numbers .one h6{
  font-size: 20px;
}

#works .mm{
  display: block;
  width: 83%;
  margin: auto;
}


#contactUs{
  background-color: #0E0F10;
  /* padding: 100px 0; */
  padding-top:100px ;
}

#contactUs h2{
  margin:0 ;

}
#contactUs p{
  margin: 30px 0;
  font-size: 25px;
}







}


@media all and (min-width: 1024px) and (max-width: 1200px) {

  
  
#welcomesec .onvedio .contant h1{
  font-size:60px;
  }
  #aboutSec{
    padding: 100px 0;
  }
  
  #aboutSec .contant h2{
  font-size: 35px;
  margin-bottom: 40px;
  }
  
  #aboutSec .contant p{
  width: 100%;
  font-size: 18px;
  margin: 15px auto;
  }
  
  #aboutSec .contant a{
  font-size: 15px;
  }
  
  h2{
    text-align: center;
    margin-bottom: 80px;


  }
   h2 .our{
  font-size: 50px;


  }
  
   h2 .partners{
   
  font-size: 35px;
  padding-bottom: -15px ;
  }
  

  
  
  .swiper {
    width: 90%;
    height: 100%;
  }
  
  .swiper-slide {
    width: 80px;
    height: 110px;

  }
  
  
  #partner .swiper img {
    width: 90px;

  }
  


  #services{
    background-color: #0D0D0E;
  padding: 100px 0;
  }
  

  .card.double-edge .card-body {
    padding: 50px 10px;
  }
  
  
  #services .allservices h3{
  font-size: 15px;
  }
  
  #services .allservices p{
    font-size: 14px;
    margin: 25px 0;
  }
  
  
  #services .allservices p span{
    font-size: 14px;
  }
  
  #services .allservices a{
  font-size: 14px;
  }
  
  #achievements{
    background-size: 35%;
  }

  #achievements h2 {
    padding-top: 172px;
}
  
  #achievements .numbers{
    width: 90%;
  
  }
  
  #achievements .numbers .one{
    width: 100%;
  padding:50px 30px ;
  
  }
  
  #achievements .numbers .one h3{
  font-size: 40px;
  margin-bottom: 30px;
  }
  
  #achievements .numbers .one h6{
    font-size: 18px;
  }
  

  #works{
    background-size: 40%;
  }

  #works .mm{
    display: block;
    width: 84%;
    margin: auto;
  }
  #works h2 {
    padding-top: 143px;
}
  
  #contactUs{
    background-color: #0E0F10;
    /* padding: 100px 0; */
    padding-top:100px ;
  }
  
  #contactUs h2{
    margin:0 ;
  
  }
  #contactUs p{
    margin: 30px 0;
    font-size: 22px;
  }
  
  
  

footer .container{

  background-repeat: no-repeat;
  background-position: 85% 0;
  padding-top: 200px ;
}

footer .sec2{
  margin-top:120px;
}


footer p{

font-size: 15px;
margin: 40px 0;

}
footer .one{
  display: flex;
margin-bottom: 40px;
}
footer .one h6{
font-size: 18px;
margin-right: 40px;
}

footer .one p{
  font-size: 18px;
 
 
}

footer .links a{
 
font-size: 18px;
margin-bottom: 40px;
}

footer .socail a{
margin-right: 40px;
}

footer span{

font-size: 10px;
margin-top: 30px;
}

  
  
}


@media all and (min-width: 768px) and (max-width: 1024px) {

  
  
  #welcomesec .onvedio .contant h1{
    font-size:50px;
    }
    #aboutSec{
      padding: 100px 0;
    }
    
    #aboutSec .contant h2{
    font-size: 30px;
    margin-bottom: 30px;
    }
    
    #aboutSec .contant p{
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin: 15px auto;
    }
    
    #aboutSec .contant a{
    font-size: 15px;
    }
    
    h2{
      text-align: center;
      margin-bottom: 80px;
    }
     h2 .our{
    font-size: 40px;
  
  
    }
    
     h2 .partners{
     
    font-size: 30px;
    padding-bottom: -15px ;
    }
    
  
    
    
    .swiper {
      width: 90%;
      height: 100%;
    }
    
    .swiper-slide {
      width: 80px;
      height: 110px;
  
    }
    
    
    #partner .swiper img {
      width: 80px;
  
    }
    
  
  
    #services{

    padding: 90px 0;
    }
    
  
    .card.double-edge .card-body {
      padding: 50px 10px;
    }
    
    
    #services .allservices h3{
    font-size: 15px;
    }
    
    #services .allservices p{
      font-size: 14px;
      margin: 25px 0;
    }
    
    
    #services .allservices p span{
      font-size: 14px;
    }
    
    #services .allservices a{
    font-size: 14px;
    }
    
    #achievements{
      background-size: 35%;
    }
  
    #achievements h2 {
      padding-top: 162px;
  }
    
    #achievements .numbers{
      width: 90%;
    
    }
    
    #achievements .numbers .one{
      width: 100%;
    padding:50px 30px ;
    
    }
    
    #achievements .numbers .one h3{
    font-size: 30px;
    margin-bottom: 30px;
    }
    
    #achievements .numbers .one h6{
      font-size: 16px;
    }
    
  
    #works{
      background-size: 40%;
    }

    .ss{
      margin-bottom: 20px;
    }
  
    #works .mm{
      display: block;
      width: 83%;
      margin: auto;
    }
    #works h2 {
      padding-top: 143px;
  }
    
    #contactUs{
      background-color: #0E0F10;
      /* padding: 100px 0; */
      padding-top:100px ;
    }
    
    #contactUs h2{
      margin:0 ;
    
    }
    #contactUs p{
      margin: 30px 0;
      font-size: 18px;
    }
    
    
#contactUs .contactForm input {
  
  width: 100%;
  margin: 18px auto;
  padding: 15px;
  font-size: 15px;
}
.contactForm textarea {
 
  width: 100%;
  margin: 0px auto;
  padding: 15px;
  font-size: 12px;
  width: 98%;
  color: #FFF;

}



    #contactUs button {
      font-size: 18px;
      padding:10px 60px;
    }
    
  
  footer .container{
  background-size: 40%;
    background-repeat: no-repeat;
    background-position: 85% 0;
    padding-top: 150px ;
  }
  
  footer .sec2{
    margin-top:120px;
  }
  
  
  footer p{
  
  font-size: 12px;
  margin: 30px 0;
  
  }
  footer .one{
    display: flex;
  margin-bottom: 40px;
  }
  footer .one h6{
  font-size: 14px;
  margin-right: 40px;
  }
  
  footer .one p{
    font-size: 12px;
   
   
  }
  
  footer .links a{
   
  font-size: 14px;
  margin-bottom: 40px;
  }
  
  footer .socail a{
  margin-right: 20px;
  }
  
  footer span{
  
  font-size: 10px;
  margin-top: 30px;
  }
  
  .aboutDetails{
    background-color:  #0E0E11;
    padding: 60px 0;
  
  }
  
  .aboutDetails .nav{
    display: flex;
    justify-content: center;
  }
  
  .aboutDetails .nav-link{
    color: #FFF;
  font-size: 16px;
  margin-right: 20px;
  }
  
  
  
  .aboutDetails p{
    font-size: 18px;
    width: 95%;
    padding: 30px 0;
  }
    
  }




  @media all and (min-width: 480px) and (max-width: 768px) {

  
  
    #welcomesec .onvedio .contant h1{
      font-size:40px;
      }
      #aboutSec{
        padding: 100px 0;
      }
      
      #aboutSec .contant h2{
      font-size: 30px;
      margin-bottom: 30px;
      }
      
      #aboutSec .contant p{
      width: 100%;
      font-size: 16px;
      line-height: 30px;
      margin: 15px auto;
      }
      
      #aboutSec .contant a{
      font-size: 15px;
      }
      
      h2{
        text-align: center;
        margin-bottom: 60px;
      }
       h2 .our{
      font-size: 35px;
    
    
      }
      
       h2 .partners{
       
      font-size: 25px;
      padding-bottom: -15px ;
      }
      
    
      
      
      .swiper {
        width: 90%;
        height: 100%;
      }
      
      .swiper-slide {
        width: 80px;
        height: 110px;
    
      }
      
      
      #partner .swiper img {
        width: 50px;
    
      }
      
    
    
      #services{
  
      padding: 90px 0;
      }
      
    
      .card.double-edge .card-body {
        padding: 50px 10px;
      }
      
      
      #services .allservices h3{
      font-size: 15px;
      }
      
      #services .allservices p{
        font-size: 14px;
        margin: 25px 0;
      }
      
      
      #services .allservices p span{
        font-size: 14px;
      }
      
      #services .allservices a{
      font-size: 14px;
      }
      
      #achievements{
        background-size: 35%;
      }
    
      #achievements h2 {
        padding-top: 162px;
    }
      
      #achievements .numbers{
        width: 90%;
      
      }
      
      #achievements .numbers .one{
        width: 90%;
        margin:30px auto;
      padding:50px 30px ;
      
      }
      
      #achievements .numbers .one h3{
      font-size: 30px;
      margin-bottom: 30px;
      }
      
      #achievements .numbers .one h6{
        font-size: 16px;
      }
      
    
      #works{
        background-size: 40%;
      }
  
      .ss{
        margin-bottom: 20px;
      }
    
      #works .mm{
        display: block;
        width: 83%;
        margin: auto;
      }
      #works h2 {
        padding-top: 143px;
    }
      
      #contactUs{
        background-color: #0E0F10;
        /* padding: 100px 0; */
        padding-top:100px ;
      }
      
      #contactUs h2{
        margin:0 ;
      
      }
      #contactUs p{
        margin: 30px 0;
        font-size: 18px;
      }
      
      
  #contactUs .contactForm input {
    
    width: 100%;
    margin: 0px auto;
    margin-bottom: 12px;
    padding: 15px;
    font-size: 15px;
  }
  .contactForm textarea {
   
    width: 100%;
    margin: 0px auto;
    padding: 15px;
    font-size: 12px;
    color: #FFF;
  
  }
  
  
  
      #contactUs button {
        font-size: 18px;
        padding:10px 60px;
        margin: auto;
        margin-top: 20px;
      }


      .topbtn{
        display: none;
      }
      .bottombtn{
        display: block;
      }
      
      
    
    footer .container{
    background-size: 40%;
      background-repeat: no-repeat;
      background-position: 85% 0;
      padding-top: 150px ;
    }
    
    footer .sec2{
      margin-top:0px;
    }
    
    
    footer .logo{
      text-align: center;
    }

    footer p{
    
    font-size: 12px;
    margin: 30px 0;
    text-align: center;
    
    }
    footer .one{
      display: flex;
    margin-bottom: 20px;
    justify-content: center;
    }
    footer .one h6{
    font-size: 14px;
    margin-right: 40px;
    }
    
    footer .one p{
      font-size: 12px;
      text-align: left;
      width: fit-content;
     
     
    }
    
    footer .links{
      display: none;
    }
    footer .links a{
     
    font-size: 14px;
    margin-bottom: 40px;
    }
    
    footer .socail{
      text-align: center;
    }

    footer .socail a{
    margin-right: 20px;
    text-align: center;

    }
    
    footer span{
    
    font-size: 10px;
    margin-bottom: 30px;
    }
    
    .aboutDetails{
      background-color:  #0E0E11;
      padding: 60px 0;
    
    }
    
    .aboutDetails .nav{
      display: flex;
      justify-content: center;
    }
    
    .aboutDetails .nav-link{
      color: #FFF;
    font-size: 16px;
    margin-right: 20px;
    }
    
    
    
    .aboutDetails p{
      font-size: 18px;
      width: 95%;
      padding: 30px 0;
    }
      
    }
  





@media all and (max-width: 480px) {

  
  
  
  #welcomesec .onvedio .contant h1{
    font-size:30px;
    }
    #aboutSec{
      padding: 100px 0;
    }
    
    #aboutSec .contant h2{
    font-size: 30px;
    margin-bottom: 30px;
    }
    
    #aboutSec .contant p{
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin: 15px auto;
    }
    
    #aboutSec .contant a{
    font-size: 15px;
    }
    
    h2{
      text-align: center;
      margin-bottom: 40px;
    }
     h2 .our{
    font-size: 30px;
  
  
    }
    
     h2 .partners{
     
    font-size: 20px;
    padding-bottom: -15px ;
    }
    
  
    
    
    .swiper {
      width: 90%;
      height: 100%;
    }
    
    .swiper-slide {
      width: 80px;
      height: 110px;
  
    }
    
    
    #partner .swiper img {
      width: 30px;
  
    }
    
  
  
    #services{

    padding: 90px 0;
    }
    
  
    .card.double-edge .card-body {
      padding: 50px 10px;
    }
    
    
    #services .allservices h3{
    font-size: 15px;
    }
    
    #services .allservices p{
      font-size: 14px;
      margin: 25px 0;
    }
    
    
    #services .allservices p span{
      font-size: 14px;
    }
    
    #services .allservices a{
    font-size: 14px;
    }
    
    #achievements{
      background-size: 35%;
    }
  
    #achievements h2 {
      padding-top: 80px;
  }
    
    #achievements .numbers{
      width: 90%;
    
    }
    
    #achievements .numbers .one{
      width: 80%;
      margin:30px auto;
    padding:50px 30px ;
    
    }
    
    #achievements .numbers .one h3{
    font-size: 30px;
    margin-bottom: 30px;
    }
    
    #achievements .numbers .one h6{
      font-size: 16px;
    }
    
  
    #works{
      background-size: 40%;
      background-position: 100% 30%;
      padding: 100px 0;
    }

    .ss{
      margin-bottom: 20px;
    }
  
    #works .mm{
      display: block;
      width: 90%;
      margin: auto;
    }
    #works h2 {
      padding-top: 30px;
      margin-bottom: 80px;
  }
    
    #contactUs{
      background-color: #0E0F10;
      /* padding: 100px 0; */
      padding-top:100px ;
    }
    
    #contactUs h2{
      margin:0 auto;
    
    }
    #contactUs p{
      margin: 30px auto;
      font-size: 18px;
      text-align: center;
    }
    
    
#contactUs .contactForm input {
  
  width: 100%;
  margin: 0px auto;
  margin-bottom: 12px;
  padding: 15px;
  font-size: 15px;
}
.contactForm textarea {
 
  width: 100%;
  margin: 0px auto;
  padding: 15px;
  font-size: 12px;
  color: #FFF;

}



    #contactUs button {
      font-size: 18px;
      padding:10px 60px;
      margin: auto;
      margin-top: 20px;
    }


    .topbtn{
      display: none;
    }
    .bottombtn{
      display: block;
    }
    
    
  
  footer .container{
  background-size: 40%;
    background-repeat: no-repeat;
    background-position: 85% 0;
    padding-top: 150px ;
  }
  
  footer .sec2{
    margin-top:0px;
  }
  
  
  footer .logo{
    text-align: center;
  }

  footer p{
  
  font-size: 14px;
  margin: 30px 0;
  text-align: center;
  
  }
  footer .one{
    display: flex;
  margin-bottom: 20px;
  justify-content: center;
  }
  footer .one h6{
  font-size: 14px;
  margin-right: 40px;
  }
  
  footer .one p{
    font-size: 12px;
    text-align: left;
    width: fit-content;
   
   
  }
  
  footer .links{
    display: none;
  }
  footer .links a{
   
  font-size: 14px;
  margin-bottom: 40px;
  }
  
  footer .socail{
    text-align: center;
  }

  footer .socail a{
  margin-right: 20px;
  text-align: center;

  }
  
  footer span{
  
  font-size: 10px;
  margin-bottom: 30px;
  }


  
.aboutDetails{
  background-color:  #0E0E11;
  padding: 60px 0;

}

.aboutDetails .nav{
  display: flex;
  justify-content: space-between;
}

.aboutDetails .nav-link{
  color: #FFF;
font-size: 12px;
margin-right: 0px;
}



.aboutDetails p{
  font-size: 14px;
  width: 95%;
  padding: 30px 0;
}
  

.portfolio img{
  transform: translateX(0px) !important;
  opacity: 1 !important; 
  width: 100% !important;
}
 
   
}


