@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


body{
    font-family: 'Poppins', sans-serif;
}

/* Header CSS */
header{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    border-bottom: 1px solid #ffffff1a;
}
.navbar {
    margin: 5px 0;
    border-bottom: 1px solid #ffffff38;
}
header .navbar .navbar-nav .nav-item .nav-link{
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
    position: relative;
    text-decoration: none;
    transition: .4s ease;
}
/* .btn-theme-1{
    background: #141D9B;
    border-radius: 0;
    color: #fff;
    padding: 10px 25px;
    font-weight: 500;
} */

/* Home main css */
.home-main-hero {
    position: relative;
    height: 100vh;
    background: #531abb;
    padding-top: 75px;
    background: url(../img/banner.jpg) no-repeat;
}
/*.home-main-hero .banner-content{
max-width: 55%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}  */ 
.home-main-hero .banner-content{
    padding-top: 25%;
}   
.home-main-hero .banner-content h2{
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
}
.home-main-hero .banner-content h5{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffffdb;
}
.hero-info-left{}
.hero-info-left ul{}
.hero-info-left ul li{}


/* button css */
.button{
  text-decoration: none;
  color: #fff;
  position: relative;
  background: #3fabff;
  padding: 10px 25px;
  border-radius: 11px;
} 
.button:hover{
  background: #3fabff;
  color: #fff;
}
.btn.btn-outline{
  background: transparent;
  border: 2px solid #3fabff;
  color: #fff;
}
.btn.btn-outline:hover{
  background: #3fabff;
  color: #fff;
}
.trustedoby{}
.trustedoby p{
  color: #fff;
}
.trustedoby{}
.hero-logo-slider{
  margin-left: -20px;
}
.hero-logo-slider .slick-arrow{
  display: none!important;
}
.hero-logo-slider .slick-slide{
  /* max-width: 150px;
    width: 150px!important;
    margin-left: 0; */
    margin-right:10px!important;
    margin-left:10px!important;
}
.hero-logo-slider .slick-slide img {
  display: block;
  border-radius: 14px;
  width: 100%;
}

  /* About us section css */

  .about-us{
    padding: 60px 0;
  }
  .about-us ul{
    list-style: none;
  }
  .theme-color{
    color: #141D9B;
  }
  .aboutCheckPoint li {
    color: #707070;
    font-size: 16px;
    line-height: 36px;
    margin-left: 0;
}
.w-50 {
    width: 48%!important;
}
.titleFont h3 {
    color: #141D9B;
    font-size: 22px;
    line-height: 33px;
    margin: 0;
}
.titleFont h2 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 10px 0 20px;
}
.titleFont h2 {
    color: #000;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 10px 0 20px;
}
.titleFont p{
    color: #707070;
    font-size: 14px;
    line-height: 24px;
    margin: 0;   
}

/* services css */
.services{
  /* background: url(../img/service-bg.jpg) no-repeat; */
  background-size: cover;
  padding: 50px 0;
  background-color: #01035f;
}
.services .titleFont {
    max-width: 45%;
}
.weProBox {
  position: relative;
  border: 1px solid rgb(63 171 255);
  display: inline-flex;
  padding: 20px 0px;
  cursor: pointer;
  margin: 13px 0px;
  transition: 0.5s ease;
  background: #fff;
  min-height: 170px;
  }
  .weProBoxImg {
    padding: 10px;
    transition: 0.4s ease;
    margin: 0 10px 20px 15px;
  }
  .weProBox img {
    margin: 0;
    max-width: unset;
    width: 50px;
    height: 50px;
    
  }
  .weProBoxText {
    margin-right: 20px;
  }
  .weProBoxText h6 {
    font-size: 20px;
    color: #000;
    transition: 0.4s ease;
    font-weight: 600;
  }

  .weProBox:hover .weProBoxText h6 {
    color: #141D9B;
  }
  .weProBox:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
  }
  .weProBox .paragraph{
    line-height: 24px;
  }
  .weProBox:before {
    background-color: #141D9B;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transition: .3s ease;
    width: 0;
}
.weProBox:hover:before {
    width: 100%;
}

/* fields css */
.fiels-boxes{
  display: flex;
  flex-wrap: wrap;
}
.fiels-boxes .card{
  width: 16.6%;
  margin-bottom: 0;
  text-align: center;
  border-radius: 0;
  transition: 0.2s;
}
.fiels-boxes .card .card-body{
  padding: 30px 0;
}
.fiels-boxes .card:hover{
    transform: scale(1.1);
    z-index: 9;
    box-shadow: 0 0 18px #01035f2b;
    transition: 0.2s;
}
.fiels-boxes .card img{
  width: 50px;
}
.fiels-boxes .card p{
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}


/* why choose section */

.why-choose{
    background-attachment: fixed;
    background-image: url(../img/choose-banner.jpg);
    overflow: hidden;
    padding: 60px 0;
}
.chooseBox {
    background-color: #fff;
    transition: 0.4s ease;
    padding: 20px;
    cursor: pointer;
    margin: 10px 0px;
  }
  .chooseBox img {
    filter: none;
    transition: 0.4s ease;
  }
  .chooseBox h3 {
    font-size: 40px;
    margin: 10px 0px;
    color: #000;
    transition: 0.4s ease;
    font-weight: 500 !important;
  }
  .chooseBox h3 span{
    font-weight: 500 ;
  }
  .chooseBox h6 {
    font-size: 20px;
    color: #707070;
    margin: 0;
    transition: 0.4s ease;
  }
  .chooseBox:hover {
    background-color: #141D9B;
  }
  .chooseBox:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(330deg)
      brightness(101%) contrast(102%);
    transform: rotateY(3.142rad);
  }
  .chooseBox:hover h3,
  .chooseBox:hover h6 {
    color: #fff;
  }
  .spacing {
    margin: 80px 0;
}

/* technologies-used css */

.technologies-used{
  padding: 40px 0;
}
.technology-tabs{
  display: flex;
  width: 100%;
}
.technology-tabs .nav{
  width: 25%;
    background: #efefef;
    border-radius: 19px;
    overflow: hidden;
}
.technology-tabs .nav li button{
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0px;
  padding:15px;
  background: #3fabff;
  color: #fff;
}
.technology-tabs .nav li{
  margin-bottom: 2px;
}
.technology-tabs .nav li button:hover,
.technology-tabs .nav li button.active{
      background: #1423A3;
}
.technology-tabs .tab-content{
  width: 75%;
  height: 310px;
  overflow: hidden;
  padding: 5px 20px;
}
.technology-tabs .tab-content ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.technology-tabs .tab-content ul li{
  float: left;
}
.technology-tabs .tab-content ul li img{
  border: 1px solid #3434343d;
  margin: 9px;
  border-radius: 9px;
}

/* faq css */
.faq {
  background: #1453a6;
    padding: 40px 0;
}
.faq .accordion-item, 
.faq .accordion-item:not(:first-of-type) {
    border: none;
    box-shadow: 0 0 27px 0 rgb(0 0 0 / 8%);
    margin: 10px 50px 10px 0;
}
.faq .accordion-item .accordion-button:not(.collapsed){
    background: transparent!important;
/*    color: #141D9B;*/
    box-shadow: none;
    outline: none;
}
.faq .accordion-item .accordion-button{
  font-size: 14px;
  font-weight: 600;
  color: #151515!important;
}
.faq .accordion-body {
    background-color: #fff;
    color: #707070;
    font-size: 14px;
    line-height: 24px;
    padding-top: 0px;
}


/* pricing card */

.ourPricingCard .pricingCard {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
    transition: .5s ease!important;
}
.pricingColorBox {
    background-color: black;
    padding: 20px;
    transition: 0.4s ease;
  }
  .ourPricingCard {
    margin-top: 40px;
  }
  .ourPricingCard .pricingCard {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: 0.5s ease !important;
  }
  .pricingColorBox h5,
  .pricingColorBox h3 {
    color: #ffffff;
    margin: 0;
  }
  .pricingColorBox h2,
  .pricingColorBox span {
    color: #d8cece;
    margin: 0;
  }
  .pricingColorBox h5 {
    font-size: 30px;
  }
  .pricingColorBox span {
    font-size: 30px;
    text-decoration: line-through;
    margin-left: 10px;
  }
  .pricingColorBox h3 {
    font-size: 50px;
    margin: 5px 0px;
  }
  .pricingColorBox h2 {
    font-size: 20px;
  }
  .pricingSpacingBox {
    background-color: #fff;
    padding: 40px 0;
  }
  .pricingBoxList {
    padding: 0px 60px;
  }
  .pricingBoxList i {
    font-size: 12px;
  }
  .pricingBoxList span {
    font-size: 16px;
    margin-left: 5px;
  }
  .pricingBoxList li {
    line-height: 40px;
    transition: 0.4s ease;
  }
  .pricingBoxList li:hover {
    color: #141D9B;
  }
  .pricingCard .list-unstyled {
    margin-bottom: 30px;
  }
  .pricingCard:hover .pricingColorBox {
    background-color: #141D9B;
  }
  .ourPricingCard .pricingCard:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* our team css */

  .team-sec .card {
    box-shadow: none;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    border: none;
    margin-bottom: 15px;
  }
  .team-sec img {
    border-radius: 0px 0px 0px 0px;
  }
  .team-sec .slick-next {
    display: block;
    bottom: 0;
    top: -50px;
    right: 20px;
    left: auto;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 0px !important;
    background-color: #141D9B;
    opacity: unset;
    transition: 0.5s ease;
    box-shadow: 0 0 10px #e2e1e1;
    position: absolute;
    color: transparent;
    border: 0px;
  }
  .team-sec .slick-prev {
    display: block;
    bottom: 0;
    top: -50px;
    right: 70px;
    left: auto;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 0px !important;
    background-color: #141D9B;
    opacity: unset;
    transition: 0.5s ease;
    box-shadow: 0 0 10px #e2e1e1;
    position: absolute;
    color: transparent;
    border: 0px;
  }
  .team-sec .slick-next:hover,
  .team-sec .slick-prev:hover {
    background-color: #ffffff;
  }
  .team-sec .slick-next::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 25px;
    opacity: 1;
    transition: 0.5s ease;
    color: #fff;
    margin-left: 9px;
  }
  .team-sec .slick-prev::before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 25px;
    opacity: 1;
    transition: 0.5s ease;
    color: #fff;
    margin-left: 9px;
  }
  .team-sec .slick-arrow:hover::before {
    color: black;
  }
 
  
  .ourTeamImgBox {
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  .ourTeamIcon {
    position: absolute;
    top: 0;
    left: -15px;
    margin: 0 auto;
    transition: 0.5s ease;
    opacity: 0;
  }
  
  .ourTeamCard:hover .ourTeamIcon {
    opacity: 1;
    left: 0;
    /* transition: 0.5s ease; */
  }
  .ourTeamIcon li {
    width: 35px;
    font-size: 18px;
    background-color: white;
    margin: 10px;
    text-decoration: none;
    color: black;
    border-radius: 0px;
    padding: 3px;
    transition: 0.4s ease;
  }
  .ourTeamIcon li:hover {
    background-color: #141D9B;
  }
  .ourTeamIcon li:hover a {
    color: #fff;
  }
  .ourTeamIcon li a {
    color: #000;
    padding: 4px;
    transition: 0.4s ease;
  }
  
  .ourTeamIcon ul li:nth-child(1) {
    transition: 1s;
  }
  .ourTeamIcon ul li:nth-child(2) {
    transition: 1.3s;
  }
  .ourTeamIcon ul li:nth-child(3) {
    transition: 1.6s;
  }
  .ourTeamIcon ul li:nth-child(4) {
    transition: 1.9s;
  }
  
  .team-sec .card-title {
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    transition: 0.4s ease;
    cursor: pointer;
    margin: 0;
  }
  .team-sec .card-title:hover {
    color: #141D9B;
  }
  .team-sec .card-subtitle {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 30px;
  }

  .ourTeamCard:hover .beffect .bimg:after {
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.beffect .bimg {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
  }
  .beffect img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
  }
  .beffect .bimg::after {
    background: rgba(0, 0, 0, 0.5);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    /* -webkit-transition: all 0.4s ease-in-out 0s; */
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 0px;
  }
  .ourTeamCard:hover .beffect .bimg::after {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .slick-slide {
    margin: 0px 20px;
  }
  .slick-list {
    margin: 0 -20px;
    }
   

   .arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}

.arrows path {
  stroke: #2994D1;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}


/* our-counts css  */
.our-counts{
      background: #1423a3;
    padding: 70px 0;
}
.our-counts .card{
    padding: 32px 0;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(45deg, #ffffff6b, #fff0);
    color: #fff;
}
.our-counts .card span{
    font-size: 16px;
    font-weight: 500;
}
.our-counts h4{
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    padding-top: 17px;
}



.newsletter{

}
.newsletter form{}
.newsletter form input{
  background: #FFFFFF;
    box-shadow: 0px 4px 30px rgb(101 101 101 / 16%);
    border-radius: 8px;
    border: 1px solid #b5b5b5;
    min-height: 56px;
    padding: 10px 19px;
    min-width: 250px;
    margin: 0 10px;
}
.newsletter form button{
      background: #0967A8;
    box-shadow: 0px 4px 30px rgb(84 6 174 / 16%);
    border-radius: 8px;
    min-height: 56px;
    color: #fff;
    font-weight: 500;
    padding: 7px 32px;
    min-width: 250px;
    margin: 0 10px;
}


/* footer */

.footer-wrapper{
    background: #232323;
    padding: 40px 0;
}
.footer-head{
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
    position: relative;
    margin-bottom: 30px;
}

.footer-head:before{
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    bottom: -8px;
}

ul.footer-menu{
    padding: 0px;
    margin: 0px;
}
ul.footer-menu li{
    
}
ul.footer-menu li a{
    color: #ffffffba;
    display: block;
    font-weight: normal;
    margin-bottom: 7px;
    text-decoration: none;
    font-size: 14px;
}