* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
li,
ul {
    margin: 0;
    padding: 0;
}


:root {
    --brand: #00aeef;
    --subclr: #fff;
    --cl1: #444;
    --ff2: "Open Sans", sans-serif;
    --ff1: "Jost", sans-serif;
}

body{
    font-family: var(--ff1);
}

/* ========================================
                nav part start
   ========================================*/

.main-menu{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    margin-top: 20px;
}
.main-menu ul  li a{
    color: var(--subclr);
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    margin: 0 15px;
    transition: .3s;
}
.main-menu ul  li a:hover{
    color: var(--brand);
}
/* ========================================
                nav part start
   ========================================*/


/* ========================================
                banner part start
   ========================================*/
   #banner {
       position: relative;

   }
   .banner_text{
    padding-top: 50px;
}
   .banner_item {
    height: 100vh;
    padding: 200px 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner_item::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.banner_text h1 {
	color: var(--subclr);
	font-size: 45px;
	font-weight: 700;
	font-family: var(--ff1);
	letter-spacing: 2px;
}
.banner_text h1 span{
	color: var(--brand);
    font-size: 40px;
}

.banner_text p {
    color: var(--subclr);
    font-size: 17px;
    font-weight: 400;
    font-family: var(--ff1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    padding-top: 30px;
    position: relative;
}

#banner .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#banner .slick-dots li button {
    font-size: 0;
    height: 25px;
    width: 10px;
    border: 1px solid #ffffff;
    background: transparent;
    margin: 0 8px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: var(--brand) !important;
}

slick-dots li.slick-active button, #banner .slick-dots li.slick-active button {
	background: var(--brand);
	border-color: var(--brand);
}

.why-us-img img,
.about-img img,
.banner-img img{
    -webkit-animation: upDown 5s infinite;
    animation: upDown 5s infinite;
  }
  
  
  @-webkit-keyframes upDown {
    0% {
      -webkit-transform: translateY(-45px);
      transform: translateY(-45px);
    }
  
    50% {
      -webkit-transform: translateY(45px);
      transform: translateY(45px);
    }
  
    100% {
      -webkit-transform: translateY(-45px);
      transform: translateY(-45px);
    }
  }
  
  @keyframes upDown {
    0% {
      -webkit-transform: translateY(-45px);
      transform: translateY(-45px);
    }
  
    50% {
      -webkit-transform: translateY(45px);
      transform: translateY(45px);
    }
  
    100% {
      -webkit-transform: translateY(-45px);
      transform: translateY(-45px);
    }
  }
/* ========================================
                banner part end
   ========================================*/


/* ========================================
                button part start
   ========================================*/
  .banner-btn button {
    padding: 1.3em 3em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin-top: 40px;
  }
  
 .banner-btn button:hover {
    background-color: var(--brand);
    box-shadow: 0px 15px 20px rgba(0, 175, 239, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
  
 .banner-btn button:active {
    transform: translateY(-1px);
  }


.sub-btn button {
    /* margin-top: 40px; */
    /* color: var(--brand); */
    width: 9em;
    height: 3em;
    border-radius: 30em;
    font-size: 15px;
    border: 1px solid var(--brand);
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background: transparent; */
    /* color: var(--subclr); */
    /* box-shadow: 6px 6px 12px #c5c5c5,
                -6px -6px 12px #ffffff; */
   }
   
   .sub-btn button::before {
    content: '';
    width: 0;
    height: 3em;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #00aeef 0%, #f9f047 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;
    color: var(--subclr) !important;
   }
   
   .sub-btn button:hover::before {
    width: 9em;
   }
/* ========================================
                button part end
   ========================================*/

/* ========================================
                service part start
   ========================================*/
   #service {
    padding: 90px 0;
    background-color: #f1f1f1;
}
.cmn-head h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
.cmn-head h2 span{
    color: var(--brand);
}
.cmn-head p{
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #444;
}
.service-img img {
	border-radius: 10px 10px 0 0;
}
.service-inner{
    border: 1px solid #f1f1f1;
    /* box-shadow: 0 0 20px #f1f1f1; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    margin-top: 50px;
}
.service-text h3{
    font-size: 25px;
    font-weight: 600;
    color: #444;
    margin: 10px 0;
}
.service-text p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #444;
}
/* ========================================
                service part end
   ========================================*/

/* ========================================
                about part start
   ========================================*/
#about {
    padding: 80px 0;
}
.pre-title{
  position: relative;
  color: #444;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--brand);
}
.pre-title::before, .pre-title::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 6px;
	aspect-ratio: 1/1;
	border-radius: 1rem;
	top: 50%;
	translate: 0 -50%;
	background-color: var(--brand);
}
.pre-title::before {
	left: -14px;
	right: auto;
}
.pre-title-two::before {
  left: -13px;
  right: auto;
}
.pre-title-two::after {
  left: 110px !important;
  right: auto;
}
.pre-title-three::before {
  left: -13px;
  right: auto;
}
.pre-title-three::after {
  left: 13.5% !important;
  right: auto;
}
.pre-title::after {
	left: 97px;
	right: 0;
}
.common-heading-two h4,
.common-heading h4{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--ff1);
    text-transform: capitalize;
    width: 45%;
    line-height: 55px;
}

.common-heading-three h4,
.common-heading-two h4{
  font-size: 40px !important;
}

.common-heading-two h4 span,
.common-heading h4 span{
   color: var(--brand);
}
.why-us-inner p,
.about-text p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #444;
    margin-bottom: 30px;
    margin-top: 15px;
}
.about-details-inner ul li i{
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--brand);
  color: #fff;
  font-size: 25px;
  margin-right: 20px;
  margin-bottom: 24px;
  box-shadow: rgba(0, 0, 0, 0.4) 2.95px 2.95px 3.6px;
}
.about-details-inner ul li span{
  font-size: 18px;
  font-weight: 700;
  color: #444;
  line-height: 30px;
  text-transform: capitalize;
}
.about-img img{
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
}
/* ========================================
                about part end
   ========================================*/

/* ========================================
                project part start
   ========================================*/
   #project{
    padding: 80px 0;
   }
   .project-img{
    background: #fff;
  border-radius: 20px;
  height: 480px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
   }

   .project-inner .project-img{
    position: relative; 
    overflow: hidden;
 }
 .project-inner .project-img::before{
    content: '';
    position: absolute;
    bottom: -180px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 30%, transparent);
    transition: 0.5s;
    z-index: 1;
 }
 .project-inner:hover .project-img::before{
     bottom: 0px;
 }
 .project-inner .project-img img{
     width: 100%;
     transition: 0.5s;
 }
 .project-inner:hover .project-img img{
    transform: translateY(-50px);
    filter: blur(2px);
 }
 .project-inner .porject-details{
     position: absolute;
     bottom: -160px;
     left: 0;
     padding: 20px;
     width: 100%;
     z-index: 2;
     transition: 0.5s;
 }
 .project-inner:hover .porject-details{
     bottom: 40px;
 }
 .project-inner .porject-details h4 a{
     max-width: 90%;
     color: var(--brand);
     font-size: 25px;
     font-weight: 700;
     margin-bottom: 10px;
 }
 .project-inner .porject-details p{
     font-size: 14px;
     color: #fff;
 }
 .project-content{
     margin-top: 40px;
 }
/* ========================================
                project part end
   ========================================*/

/* ========================================
                why-us part start
   ========================================*/
   #why-us{
    padding: 80px 0;
    background-color: #f1f1f1;
   }
.why-us-inner ul li{
  color: var(--brand);
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}
.why-us-inner ul li span{
  font-size: 25px;
  font-weight: 500;
  color: #444;
  font-family: var(--ff2);
  text-transform: capitalize;
}
/* ========================================
                why-us part end
   ========================================*/

/* ========================================
                team part start
   ========================================*/
   #team{
    padding: 80px 0;
   }
   
.team-inner {
  position: relative;
  /* width: 300px; */
  height: 400px;
  margin: 1em;
  /* background: #f1f1f1; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  border: 1px solid #f31717; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  backdrop-filter: blur(10px);
  border: solid 2px transparent;
  background-clip: padding-box;
}
.team-inner .team-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0.9;
  transition: 0.5s;
}
.team-inner .team-img .img {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid rgba(0, 0, 0, 0.25);
}
.team-inner .team-img .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-inner .team-img .cardContent h3 {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 10px;
  line-height: 1.1em;
}
.team-inner .team-img .cardContent h3 span {
  font-size: 12px;
  font-weight: 300;
  text-transform: initial;
}
.team-inner .sci {
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.team-inner .sci li {
  margin: 0 10px;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.5s;
  transition-delay: calc(0.1s * var(--i));
}
.team-inner .sci li a {
  color: var(--brand);
  font-size: 24px;
}
.team-inner:hover .team-img {
  opacity: 1;
  transform: translateY(-20px);
}
.team-inner:hover .sci li {
  transform: translateY(0px);
  opacity: 1;
}
/* ========================================
                team part end
   ========================================*/
   
/* ========================================
                testimonial part start
   ========================================*/

#testimonials{
  padding: 80px 0;
  background: #f1f1f1;
}

.testimonials .slider{
	/* border:1px solid #7e8bb6; */
	max-width: 600px;
	margin: auto;
	text-align: center;
	padding:30px;
	/* background-color: #081131; */
	border-radius: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   }
   .testimonials .slider p{
    color: #444 !important;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
   }
   .testimonials .slider-indicator{
	text-align: center;
	padding-bottom:30px;
}

.testimonials .slider-indicator img{
	max-height:80px;
	max-width:80px;
	border-radius:50% 0% 50% 0%;
	display: inline-block;
	margin:0 8px;
	opacity:0.2;
	border:4px solid #fff;
  box-shadow: 0px 8px 15px rgb(9, 4, 4);
	cursor: pointer;
	transition: opacity 1s ease;
}

.testimonials .slider-indicator img.active{
	opacity:1;
}

.testimonials .slider p{
	font-size:18px;
	color:#fff;
	word-spacing: 2px;
}

.testimonials .slider .client-info h3{
	font-weight: bold;
	color:var(--brand);
	font-size: 18px;
	margin:30px 0 10px;
}

.testimonials .slider .client-info span{
	display: block;
	font-size:16px;
	color: #444;
}

.testimonials .slider .slide{
	display: none;
}

.testimonials .slider .slide.active{
	display: block;
	animation: slide 1s ease;
}

@keyframes slide{
	0%{
		opacity: 0;
		transform: translateX(-15px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px)
	}
}
/* ========================================
                testimonial part end
   ========================================*/

/* ========================================
                contact part start
   ========================================*/
   #contact{
    padding: 80px 0 !important;
    background-color: #f1f1f1;
   }
   .contact-form{
    padding: 30px 30px;
    background: #f1f1f1;
    border-radius: 10px;
  }

  .contact-form form textarea{
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    /* color: var(--subclr); */
    margin-bottom: 24px;
    width: 100%;
    height: 150px;
    border: none;
  }
  .contact-form form input{
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 20px;
    /* color: var(--subclr); */
  }
  .contact-address ul li i{
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: var(--brand);
    color: var(--subclr);
    font-size: 25px;
    margin-right: 20px;
  }
  .contact-map{
    margin-top: 13%;
  }
  .contact-content{
    margin-top: 40px;
  }
  .contact-details i{
      height: 60px;
      width: 60px;
      line-height: 60px;
      text-align: center;
      border-radius: 10px;
      background-color: var(--brand);
      color: #fff;
      font-size: 25px;
      margin-right: 20px;
      margin-bottom: 24px;
      box-shadow: rgba(0, 0, 0, 0.4) 2.95px 2.95px 3.6px;
    
  }
  .contact-info{
    margin-top: 30%;
  }
  .contact-form h4{
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 600;
    color: var(--brand);
    text-align: center;
  }
/* ========================================
                contact part end
   ========================================*/

/* ========================================
                footer part start
   ========================================*/
   .footer-section {
    position: relative;
  }
  

  .single-cta svg{
    font-size: 45px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 2px; */
  }
  .cta-text span {
    color: #757575;
    font-size: 15px;
  }
  .cta-text span a{
    color: #757575;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .navbar-brand:focus, .navbar-brand:hover {
    color: var(--brand) !important;
  }
  .footer-logo img {
    max-width: 200px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #444;
    line-height: 28px;
  }
  
  .social-icon{
    margin-top: 30px;
    
  }
  .social-icon a {
    color: #444;
    font-size: 16px;
    margin-right: 15px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    transition: all .3s ease;
    border: 1px solid var(--bg);
    background-color: var(--bg);
  }
  .social-icon a:hover{
    background-color: var(--brand);
    color: var(--subclr);
    border-color: var(--brand);
  }
  .footer-widget-heading h3 {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: var(--brand);
  }
  .footer-widget ul li {
    /* display: inline-block; */
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover {
    color: var(--brand);
  }
  .footer-widget ul li a {
    color: #444;
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    /*! background: linear-gradient(to right, #002759 0%, #f9b707 100%); */
    border: none;
    color: #444;
  }
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #fff;
    /*! color: var(--subclr); */
    padding: 15px 20px;
    border: 1px solid var(--bg);
    top: 0;
    border-left: 1px solid #f1f1f1;
  }
  .subscribe-form button i {
    color: var(--brand);
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area {
    /* background: #f1f1f1; */
    padding: 25px 0;
    border-top: 1px solid#f1f1f1;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a {
    color: var(--brand);
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a {
    color: var(--brand);
  }
  .footer-menu li a {
    font-size: 14px;
    color: #444;
  }
  /* .footer-logo a img{
    filter: drop-shadow(5px 5px 10px #000000);
  } */
/* ========================================
                footer part end
   ========================================*/
body{
  direction: ltr;
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: all 0.25s ease-in-out 0s;
}
   .particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999999999999999;
  }

/* ========================================
                experience part start
   ========================================*/
  #experience{
    padding: 80px 0;
  }
  .experience-inner{
    /* padding: 30px 20px; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    transition: all linear .3s;
    margin-top: 40px;
  }
  .experience-inner:hover i{
    transform: scale(1.1);
  }
  .experience-inner:hover{
    background: rgba(0, 175, 239, 0.3);
  }
  .experience-inner i{
    color: #FF5349;
    font-size: 50px;
    padding-top: 30px;
    transition: all linear .3s;
    overflow: hidden;
    background-color: transparent;
  }

  .experience-inner h3{
    font-size: 23px;
    margin-top: 20px;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 20px;
    padding-top: 5px;
  }
/* ========================================
                experience part end
   ========================================*/

   .btn_top_bottom {
    color: #fff;
    text-align: center;
    background: var(--brand);
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999999999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 8px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.btn_top_bottom i p {
    color: var(--subclr);
    font-size: 8px;
    padding-top: 10px;
    letter-spacing: 2px;
}

.btn_top_bottom {
    display: none;
}
/* ======= Preloader style ======= */
.pre_loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999999999;
}

.pre_loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/* blink based browser */
html::-webkit-scrollbar {
  width: 0.7vw;
}

html::-webkit-scrollbar-thumb {
  background-color: var(--brand);
}

html::-webkit-scrollbar-thumb:hover {
  background-color: var(--brand);
}

html::-webkit-scrollbar-track {
  background-color: var(--brand);
}

html::-webkit-scrollbar-track:hover {
  background-color: var(--brand);
}
/* blink based browser */

/* geckeo based browser */
html {
scrollbar-width: thin;
scrollbar-color: var(--brand) #555;
}
/* geckeo based browser */


