
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: "Roboto", sans-serif;
}

html, body {
  scroll-behavior: smooth;
  overflow-x: hidden !important; 
}

.group1,
.group2,
.group3,
.group4,
.group5,
.group6,
.group7,
.group8,
.group9,
.group10 {
    opacity: 0;
    transition: all 1s ease;
}

.group1.active,
.group2.active,
.group3.active,
.group4.active,
.group5.active,
.group6.active,
.group7.active,
.group8.active,
.group9.active,
.group10.active {
    opacity: 1;
}

#preloader{
  z-index: 1060;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  width: 100%;
}

section.text{
  display: block;
}
section.m-text{
  display: none;
}

.roboto{  font-family: "Roboto", sans-serif;}

h1,h2,h3,h4,h5,h6,.font-play{
    font-family: 'Playfair Display', serif;
   }
   
   .hover{
    animation: move 5s  ease 0s infinite; 
    width:60px 
  }

  @keyframes move {
    0%{
      transform: translateY(0) scale(1);
    }
    50%{
      transform: translateY(20px) scale(1.1);
    }
    100%{
      transform: translateY(0) scale(1);
    }
  }
  


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

input,
textarea {
  outline: none !important;
}

input:focus,
textarea:focus,
select:focus,
a:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
span,
button {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}



a,a:hover{
  color:#000;
}

.f-bold{
    font-weight: 900;
}
.bold{
    font-weight: 600;
}

p{
    color: rgb(105, 105, 105);
    line-height: 2;
}

.btn{
  color: #000;
  background-color: #C4C4C4;
  text-transform: uppercase;
  border-radius: 0;
}



/* -------- navbar --------- */

.logo_height{
  width: 30%;
}
nav.fixed-top .logo_height{
  width: 16%;
}
nav.fixed-top {
  background: transparent !important;
  box-shadow: none !important;
}

.content-1{
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100vw;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
 clip-path: circle(5% at 50% 50%);
 transition: all 1s ease ;
 opacity: 0;
 pointer-events: none;
 z-index: 99;
}
.content-1 ul li a{
font-size: 2rem;
display: inline-block;
transition: all 1s ease ;
color: #fff;
padding: 1rem;
border-radius: 20px;
opacity: 0;
}



.content-1 ul li a:hover{
color: rgb(117, 114, 114);
}

@keyframes navbar {
  0%{
      opacity: 0;
      transform: translateX(-100px);
  }
  100%{
      opacity: 1;
      transform: translateX(0px);
  }
}

@keyframes navbar-end {
  0%{
      opacity: 1;
  }
  100%{
      opacity: 0;
  }
}


.content-1.active{
  z-index: 99;
  clip-path: circle(100% at 50% 53%);
  opacity: 1;
  pointer-events: all;   
}

.content-1 .fa-xmark{
position: absolute;
right: 126px;
top: 27px;
font-size: 50px;
}


.svg-box{
  width: 100%;
}
.svg-box .svg_main_box{
  position: relative;
}
.svg-box .svg_main_box .svg_1{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  margin: 0 auto;
 text-align: center;
 z-index: -1;
 top: -50px;
}


section.form .container {
max-width: 65%;
margin: 0 auto;
}


nav{
    background: #FFFFFF;
/* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
transition: all 0.5s linear;
}
nav img{
width: 75%;
}


.wrapper{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* clip-path: circle(25px at calc(0% + 45px) 45px); */
  clip-path: circle(25px at calc(100% - 45px) 45px);
  transition: all 0.3s ease-in-out;
}
#active:checked ~ .wrapper{
  clip-path: circle(75%);
}
.menu-btn{
  position: absolute;
  z-index: 2;
  right: 20px;
  /* left: 20px; */
  top: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: transparent;
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  transition: all 0.3s ease-in-out;
}
#active:checked ~ .menu-btn{
  background: #fff;
  color: #4158d0;
}
#active:checked ~ .menu-btn i:before{
  content: "\f00d";
}
.wrapper ul{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
}
.wrapper ul li{
  margin: 15px 0;
}
.wrapper ul li a{
  color: none;
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 30px;
  color: #fff;
  position: relative;
  line-height: 50px;
  transition: all 0.3s ease;
}
.wrapper ul li a:after{
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 50px;
  left: 0;
  border-radius: 50px;
  transform: scaleY(0);
  z-index: -1;
  transition: transform 0.3s ease;
}
.wrapper ul li a:hover:after{
  transform: scaleY(1);
}
.wrapper ul li a:hover{
  color: #000;
}
input[type="checkbox"]{
  display: none;
}
.contents{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}
.contents .title{
  font-size: 40px;
  font-weight: 700;
}
.contents p{
  font-size: 35px;
  font-weight: 600;
}


/* reurn to top  */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 98;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}



/* banner */
section.other-banner .bg{
  background-image: url("../Images/banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    padding: 8rem 0;
}

/* about us */
/* section.aboutus h5{
    color: rgb(105, 105, 105);
    font-weight: 600;
} */
section.aboutus h1{
   text-transform: uppercase;
   color: #000;
}
.lines{
  width: 100px;
  opacity: 1;
  background-color: rgb(105, 105, 105);
  height: 2px;
}
section.aboutus b{
color: #000;
}
section.aboutus p{

font-weight: 400;
}

section.aboutus .move{
animation: move-img 20s ease 0s infinite;
}

.move{
animation: move 20s ease 0s infinite;
}



/* ants*/
/* section.ants h5{
  color: rgb(105, 105, 105);
  font-weight: 600;
} */
section.ants h1{
 text-transform: uppercase;
 color: #000;
}
.lines{
width: 100px;
opacity: 1;
background-color: rgb(105, 105, 105);
height: 2px;
}
section.ants b{
color: #000;
}
section.ants p{

font-weight: 400;
}

.move{
animation: move 20s ease 0s infinite;
}

.touch{
  padding: 25px;
background-color: #4e4e4e;
color: #fff;
margin-bottom: 20px;
border-radius: 5px;

}  
.touch p{
  color:#fff;
}







@keyframes move-img {
    0%{
      transform: scale(0.9); 
      filter: contrast(0)
    
    }
    50%{
      transform: scale(1); 
      filter: contrast(1)
    }
    100%{
      transform: scale(0.9); 
      filter: contrast(0)
    }
}

@keyframes move {
    0%{
      transform: scale(0.9) translateY(0);

    }
    50%{
      transform: scale(1) translateY(-20px); 
     
    }
    100%{
      transform: scale(0.9) translateY(0);
    }
}

/* PEOPLE | PROCESS | TECHNOLOGY  */
section.text-banner .unique-text{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  width: 100%;
}
section.text-banner .unique-text p{
font-weight: 600;
font-size: 45px;
line-height: 53px;
color: #000;
}

/* WHO WE ARE CONTENT */
section.who-we-are .heading{
  display: flex;
  align-items: center;
  justify-content: center;
}
section.who-we-are .heading p{
font-weight: 600;
line-height: 39px;
text-align: center;
color: #000;
}

section.who-we-are .underline{
  display: flex;
  align-items: center;
  justify-content: center;
}
section.who-we-are hr{
  width: 10%;
  color: #000;

}
/* END WHO WE ARE CONTENT */

/* MAP SECTION  */
section.map .heading{
  display: flex;
  align-items: center;
  justify-content: center;
}
section.map .heading p{
font-weight: 600;
line-height: 39px;
text-align: center;
color: #000;
}

.responsive-map{
  overflow: hidden;
  padding-bottom:500px;
  position:relative;
  height:0;
  }
  .responsive-map iframe{
  left:0;
  top:0;
  bottom: 0;
  height:100%;
  width:100%;
  position:absolute;
  }

.mmap_1{
  display: none;
}

/* END MAP */

/* NEWS SECTION  */
section.news .heading{
  display: flex;
  align-items: center;
  justify-content: center;
}
section.news .heading p{
font-weight: 600;
line-height: 39px;
text-align: center;
color: #000;
}
section.news .cards .imagebox .imagebox-description{
font-weight: 400;
font-size: 14px;
line-height: 16px;
text-align: justify;
}

section.news .cards .imagebox .btn{
  color: #000;
  background-color: #C4C4C4;
  text-transform: uppercase;
  border-radius: 0;
}

.news_height{
  height: 90px;
}
/* END NEWS SECTION  */


/* JOB SECTION */
section.jobs{
  min-height: 650px;
  width: 100%;
  background-color: #E7F3FC;
}

section.jobs .heading{
  display: flex;
  align-items: center;
  justify-content: center;

}
section.jobs .heading p{
font-weight: 600;
line-height: 39px;
text-align: center;
color: #000;
}

section.jobs .navtab{
  display: flex;
  align-items: center;
  justify-content: center;
}

section.jobs ul#pills-tab{
 display: flex;
 align-items: center;
 justify-content: center;
}

section.jobs .nav-item{
  margin: 0px 30px;
}
section.jobs .nav-pills .nav-link.active{background-color: #383838;}
.nav-pills .nav-link{
  color: #000;
  font-weight: bold;
}


section.jobs .box{
  position: relative;
  background-color: #fff;
  
}
section.jobs .box::after{
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  height: 50%;
  border-left: 5px solid #084C94;
}
section.jobs .content{
  padding: 20px;
  margin: 20px;
}
section.jobs .content p{
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #495F76;
}

/* BLOG SECTION */
section.blog .heading{
  display: flex;
  align-items: center;
  justify-content: center;
}
section.blog .heading p{
font-weight: 600;
line-height: 39px;
text-align: center;
color: #03336E;
}

/* BLOG1 */
section.blog .blog1 .image{
  position: relative;
}

section.blog .blog1 .image .content{
  position: absolute;
  bottom: 0;
}
section.blog .image .content h5{
  color: #fff;
  font-size: 20px;

}
section.blog .image .content h6{
  font-size: 12px;
  color: #fff;
}
section.blog .image .content p{
  font-size: 12px;
  color: #fff;
}
section.blog .image .content .btn{
  color: #fff;
  font-size: 16px;
  width: 138px;
height: 42px;
left: 124px;
background: #3F92D1;
border-radius: 0px 30px;
}


/* BLOG2 */
section.blog .blog2 .image{
  background: #FFFFFF;
box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.16);
border-radius: 30px;

}

section.blog .blog2 .image .content h5{
  color: #000;
  font-size: 20px;

}

section.blog .blog2 .image{
  text-align: center;
}
section.blog .blog2 .image .content{
  text-align: left;
}

section.blog .blog2 .image .content h6{
  font-size: 12px;
  color: #939393;
}
section.blog .blog2 .image .content p{
  font-size: 12px;
  color: #000;
}
section.blog  .image .content .btn{
  color: #fff;
  font-size: 16px;
  width: 138px;
height: 42px;
left: 124px;
background: #3F92D1;
border-radius: 0px 30px;
}

.date{
  display: flex;
  align-items: center;
  justify-content: space-between;
}



/* Clients */

section.clients .box img{
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out; 
  }

  section.clients .box img:hover{
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.1);
  }

  section.clients .box{
    padding: 25px;
  }


/* --------------- footer ------------ */
footer{
background-color: #4e4e4e;
padding: 3rem 0 0 0;
color: #FFFFFF;
}
footer a{
color: #FFFFFF;
}
footer p{
color: #FFFFFF;
line-height: 1.9;
font-weight: 400;
}

footer input{
height: 40px;
padding-left: 1rem;
width: 100%;
background-color: #FFFFFF;
outline: none;
border: 0;
border-radius: 10px;
}

footer ul li{
margin-bottom: 1.3rem;
color: #FFFFFF;
}
footer ul li a:hover{
color: #FFFFFF;
}
footer .btn{
margin-top: 1rem;
background-color: #FFFFFF;
transition: 0.5s;
}
footer .btn:hover{
    transform: scale(0.9);
}
footer .color{
text-align: center;
padding: 0.5rem;
background-color: #303030;
color: #FFFFFF
}


footer .footer-social a:hover{
color: #FFFFFF;
}



/* Contact */
 .tour-headline h2{
  font-weight: 600;
  }
  .contact-heading h2{
  font-weight: 600;
  }


  .address-box{
    padding: 0px 45px 0px 45px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E7E7E7;
  }


 .contact-form {
    background-color: #ffffff;
    border-radius: 12px;
  }
  
 .contact-form textarea {
    resize: none;
  }
  
  .contact-form .form-input,
  .form-text-area {
    background-color: #f0f4f5;
    height: 40px;
    padding-left: 16px;
  }
  
  .contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
  }
  
  .contact-form .form-control::placeholder {
    color: black;
    opacity: 1;
  }
  
  .contact-form .form-control:-ms-input-placeholder {
    color: black;
    font-weight: 500;
  }
  
  .contact-form .form-control::-ms-input-placeholder {
    color: black;
    font-weight: 500;
  }
  
  .contact-form .form-control:focus {
    border-color: #f33fb0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #4e4e4e;
  }
  
  .contact-form .title {
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 500;
  }
  
  .contact-form .description {
    color: white;
    font-size: 14px;
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper {
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper input {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #4e4e4e;
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 10px;
  }
  
  .contact-form .submit-button-wrapper input:hover {
    background-color: #4e4e4e;
  }

  /* .preloader{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    z-index: 100;
    background-color: #fff;
  }
  .preloader div img{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   animation: preloader 2s linear 0.1s forwards;
  }
 
  .preloader div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
 
  @keyframes preloader {
    0%{
       transform: scale(1.1);
    }
    50%{
      transform: scale(1.4);
    }
    100%{
      transform: scale(1.1);
    }
  }

  .main{
    opacity: 0;
    animation: preloader2 1s ease 1.5s forwards;
  } 
  
  @keyframes preloader2 {
    0%{
    opacity: 0;
    transform: translateY(100px);
    }
    100%{
      opacity: 1;
      transform: translateY(0);
    }
  }

  .group3 rect{
   fill: black !important;
   border-radius: 100% !important;
  }

  section.text p{
    line-height: 1.6;
    color: #000 !important;
  }

  section.text .container .row:nth-child(2){
    margin-top: 351px;
  }
  section.text .container .row:nth-child(3){
    margin-top: 245px;
  }
  section.text .container .row:nth-child(4){
    margin-top: 340px;
  }
  section.text .container .row:nth-child(5){
    margin-top: 402px;
  }
  section.text .container .row:nth-child(6){
    margin-top: 540px;
  }
  section.text .container .row:nth-child(7){
    margin-top: 474px;
  }
  section.text .container .row:nth-child(8){
    margin-top: 573px;
  }
  section.text .container .row:nth-child(9){
    margin-top: 522px;
  }
  section.text .container .row:nth-child(10){
    margin-top: 558px;
  }
  .custom-btn{
    background-color: #000 !important;
    transition: all 0.5s ease;
    color: #fff !important;
    border-radius: 10px !important;
    border: 1px solid transparent;
  }

  .custom-btn:hover{
    background-color: transparent !important;
    color: #020202 !important;
     border: 1px solid #000 !important;
  }

  .custom-btn{
    background-color: #000;
    color: #fff;

  }
  .custom-btn{
    background-color: #000;
    color: #fff;

  }


  section.form input{
    /* height: 40px !important;
    border: 1px solid #000000;
    padding-left: 1rem;
    width: 100%; */
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000;
    font-size: 16px;
  }
  section.form .address p{
    font-size: 13px;
    line-height: 1.4 !important;
  }
  section.form .address h6{
    font-size: 14px;
  }
  section.form textarea{
    /* height: 80px !important;
    border: 1px solid #000000;
    padding-left: 1rem;
    padding-top: 1rem;
    width: 100%; */
    width: 100%;
    height: 80px;
    padding: 10px 15px;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000;
    font-size: 16px;
    resize: none;
  }
  section.form label{
margin-bottom: 7px;
font-size: 12px;
  }
  section.address p{
    font-size: 14px;
    line-height: 1.4;
  }
  section.address {
    font-size: 14px;
    line-height: 1.4;
  }

        
  .reveal{
    stroke-dasharray: 900px;
    stroke-dashoffset: 900px;
  }
  .reveal.active{
    stroke-dasharray: 900px;
    stroke-dashoffset: 900px;
    animation: anim 2s linear forwards;
  }

  @keyframes anim {
    from{
      stroke-dasharray: 900px;
      stroke-dashoffset: 900px;
    }
    to{
      stroke-dasharray: 0;
      stroke-dashoffset: 0;
    }
  } 

  /* class="img-fluid anim" */