
/*======================================== Over view =========================================================*/

.aboutMapzone {
    padding: 60px 0 20px 0;
    margin:0 0  5% 0;
}
.aboutMapzone .K2_bio {
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 90%;
    margin: auto;
    padding: 80px 15px 65px 15px;
    /*background-color: #FFF;*/
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 10px;
    border: 1px solid #24141427;
    font-family: "Rubik", sans-serif; 
}
.aboutMapzone .K2_bio img {
    background-image: linear-gradient(to top right,#ffffff,#ffa24d);
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    padding: 0;
    border: 7px solid rgb(16,95,249);
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
    top: -60px;
    pointer-events: none;
    
}
   .aboutMapzone .K2_bio h2:nth-child(2){
    padding: 0;
    margin: 20px 0 0 0 ;
  }
   .aboutMapzone .K2_bio h2{
    padding: 0;
    margin: 50px 0 0 0 ;
  }
.aboutMapzone .K2_bio p {
    margin: 1em 0!important;
    text-align: center;
    padding: 0 10%;
}
  .h-divider {
    margin: auto;
    margin-top: 15px;
    width: 80%;
    position: relative;
}
.h-divider .shadow {
    overflow: hidden;
    height: 20px;
}

.h-divider .shadow:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px black;
}
.h-divider .text2 {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #999;
    background: white;
    border: 1px dashed #777;
}

@media (max-width:765px){
    .aboutMapzone .K2_bio {
       
        padding: 80px 10px 65px 10px;
    }
    .aboutMapzone .K2_bio p {
        padding: 0 5%;
    }
}

@media (max-width:500px){
    .aboutMapzone {
        padding: 60px 0 20px 0;
        margin-bottom: 30px;
    }
    .aboutMapzone .K2_bio p {
        padding: 0 2%;
        text-align: justify;
    }
    .aboutMapzone .K2_bio {
        max-width: 94%;
        width: 94%;
        margin: 0 3%;
        padding: 80px 10px 65px 10px;
    }
}

/*======================================== experts =========================================================*/

.experts{
    display: flex;
    flex-wrap: wrap;
    margin: 10% 0;
}
.experts img{
    width: 90%;
    margin: 0 5%;
}
.experts .expert-cont{
    padding: 0 10% 0 3% ;
}
.experts .expert-cont ul{
    list-style: none;
}
.experts .expert-cont ul li i{
    padding: 0 10px 0 0 ;
    color:#044bcf ;
}
@media (max-width:750px){
  
    .experts .expert-cont{
        padding: 0 5% ;
    }
}
@media (max-width:450px){
    .experts{
        margin: 7% 0;
    } 
    .experts .expert-cont{
        padding: 0 2% ;
        margin-top: 20px;
    }
}


/*======================================== Core Values =========================================================*/

.core_values{

    background: rgb(16,95,249);
    background: linear-gradient(17deg, rgba(16,95,249,1) 22%, rgba(22,91,224,1) 22%, rgba(22,91,224,1) 82%, rgba(16,95,249,1) 82%); height: 300px;
    height: auto;
    padding: 3% 0 5%;
    margin-bottom: 5%;
}

.core_values h3{
   text-align: center;
   color: #fff;
}
.core{
    display: flex;
    flex-wrap: wrap;
}
.core .core1{
    width: 20%; 
    text-align: center;
    padding: 20px 0;
}
.core .core1 img{
    border: 1px solid white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 5px;
    border: 3px solid rgba(22,91,224,1);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background: #fff;
}
.core .core1 p{
   font-size: 20px;
   padding: 5px 0;
   margin-bottom: 0;
   color: #ffa24d;
}
.core .core1 p:nth-child(3){
   font-size: 16px;
   padding: 5px 20px;
   color: #fff;
}


@media (max-width:765px){
    .core .core1{
        width: 50%; 
        text-align: center;
        padding: 20px 0;
    }
    .core .core1 p{
        text-align: center;
        font-size: 18px;
     }
}

@media (max-width:450px){
    .core .core1 img{
        width: 70px;
        height: 70px;
    }
    .core .core1 p{
        text-align: center;
        font-size: 16px;
     }
     .core .core1 p:nth-child(3){
        font-size: 14px;
        padding: 5px 10px;
        color: #fff;
     }
     
}

/*======================================== Benefits =========================================================*/

.benefit2{
    width: 80%;
    margin: 0 10% 5%;
    display: flex;
    flex-wrap: wrap;
}

.benefit2 .benefit3 {
   padding:10px 20px;
}

.benefit2 .benefit3 .benefit4 {
   width: 50%;
   padding: 0;
   border-radius:5px ;
   margin-top: 5%;
}

.benefit2 .benefit3:nth-child(1)  .benefit4{
   border: 10px solid rgb(255, 79, 79);
}

.benefit2 .benefit3:nth-child(1)  .benefit4:hover{
  color: rgb(255, 79, 79);
}

.benefit2 .benefit3:nth-child(2)  .benefit4{
   border: 10px solid rgb(0, 247, 255);
}

.benefit2 .benefit3:nth-child(2)  .benefit4:hover{
  color: rgb(0, 158, 163);
}

.benefit2 .benefit3:nth-child(3)  .benefit4{
   border: 10px solid rgb(250, 214, 10);
}

.benefit2 .benefit3:nth-child(3)  .benefit4:hover{
  color: rgb(250, 214, 10);
}

.benefit2 .benefit3:nth-child(4)  .benefit4{
   border: 10px solid rgb(185, 6, 161);
}

.benefit2 .benefit3:nth-child(4)  .benefit4:hover{
  color: rgb(185, 6, 161);
}

.benefit2 .benefit3 .benefit4 p{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    width: 200%;
    background: #fff;
    margin: 0;
    border-radius:10px;
}

.benefit2 .benefit3 .benefit4 p:hover{
    cursor: pointer;
}

@media (max-width:765px){
    .benefit2{
        width: 90%;
        margin: 0 5% 5%;
    }
    .benefit2 .benefit3 {
        padding:10px 10px;
     }
}

@media (max-width:450px){
    .benefit2{
        width: 100%;
        margin: 0 0 5%;
    }
    .benefit2 .benefit3 {
        padding:10px 5px 0 20px;
     }
}


/*======================================== Pricing =========================================================*/

.pricing{
    background-image: url('/assets/uploads/minbg2.jpeg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    padding: 3% 10% 5%;
    margin-bottom: 5%;
}

.pricing  h3{
    margin: 10px 0;
    color: #fff;
 }

.pricing  p{
    color: #fff;
 }


.pricing  .pricing1 {
   margin-top: 5%;
 }
.pricing  .pricing1 ul{
   list-style: none;
   padding: 0;
 }

.pricing  .pricing1 ul li{
    margin: 5% 0 0 ;
    color: #fff;  
    padding-left: -100px;
 }

.pricing  .pricing1 ul li:before{
    content: "\f06d"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    color: rgb(255, 79, 79);
    margin-right:10px;
 }

.pricing  .pricing-img img{
   width: 100%;
   margin:5% 0 0;
   border-radius: 10px;
 }
.pricing  .pricing-img p{
 color:#ebb84c;
 width:80%;
 margin:0 10%;
 }
.pricing  .pricing-img p span{
  font-weight:bold;
  font-size:18px;
  color:#ce8f07;
 }

 @media (max-width:450px){
    .pricing{
        padding: 3% 3% 0;
    }
 }


/*======================================== Achievements =========================================================*/

 .achievements1{
    display: flex;
    flex-wrap: wrap ;
    width: 80%;
    margin: 0 auto;
 }

 .achievements1 .achievements2{
    border: 1px solid rgba(22, 20, 20, 0.1);
    border-radius: 5px;
    margin: 3%;
    padding: 20px;
    transition: 0.5s;
 }

 .achievements1 .achievements2 img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #b6ccf5af;
    padding: 5px;
    transition: 0.5s;
 }
 .achievements1 .achievements2:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
 }
 .achievements1 .achievements2:hover img{
    background: #1562f0af;
    box-shadow: #1562f0af 0px 13px 27px -5px, #1562f0af 0px 8px 16px -8px;
}

.achievements1 .achievements2 h4{
    margin: 20px 0 10px;
    font-family: "arimo",sans-serif;
    font-weight: 600;
    transition: 0.5s;
}

.achievements1 .achievements2:hover h4{
    color:#1562f0af ;
}
@media (max-width:450px){
    .achievements1{
        width: 90%;
     }
     .achievements1 .achievements2 img{
        text-align:center;
    }
 }
 
 
   
  
/*======================================== Serve =========================================================*/

.serve{
    display: flex;
    flex-wrap: wrap;
    gap:100px 50px;
    justify-content: center;
    padding: 50px 0;
    position: relative;
}
.serve .card {
    position: relative;
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: flex-start;
    background: white;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}

.serve .card:hover {
    height: 540px;
}
.serve .card .img-box {
    position: absolute;
    top: 20px;
    width: 90%;
    margin: 0 5%;
    height: 200px;
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}

.serve .card:hover .img-box {
    top: -100px;
    scale: 0.9;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.serve .card .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serve .card .content {
    position: absolute;
    top: 252px;
    width: 100%;
    height: 35px;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.serve .card:hover .content {
    top: 130px;
    height: 400px;
    padding-bottom: 10px;
}

.serve .card .content h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.serve .card .content p {
    color: #333;
    text-align: justify;
}

.serve .card .content a {
    position: relative;
    top: 15px;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    background: var(--clr);
    color: white;
    font-weight: 500;
}

.serve .card .content a:hover {
    opacity: 0.8;
}
@media (max-width:992px){
    .serve .card {
        height: 300px;
    }
}

/*======================================== Together =========================================================*/

.together {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-flow: column;
    position: relative;
    background: rgb(16,95,249);
    background: linear-gradient(17deg, rgba(16,95,249,1) 22%, rgba(22,91,224,1) 22%, rgba(22,91,224,1) 82%, rgba(16,95,249,1) 82%); height: 300px;
    padding: 50px 0;
    height: 500px;

  }
  .carousel {
    max-width: 80%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: perspective(1000px);
  }
  .carousel .item {
    width: 20%;
    height: 250px;
    max-width: 250px;
    /* background-color: white; */
    margin: 2px;
    transition: 0.5s;
    object-fit: cover;
    filter: brightness(1);
  }
  .carousel .item:hover {
    filter: brightness(1);
    transform: translateZ(170px);
  }
  .carousel .item:hover + * {
    filter: brightness(0.6);
    transform: translateZ(120px) rotateY(25deg);
  }
  .carousel .item:hover + * + * {
    filter: brightness(0.4);
    transform: translateZ(50px) rotateY(15deg);
  }
  .carousel .item:has(+ *:hover) {
    filter: brightness(0.6);
    transform: translateZ(120px) rotateY(-25deg);
  }
  .carousel .item:has(+ * + *:hover) {
    filter: brightness(0.4);
    transform: translateZ(50px) rotateY(-15deg);
  }
  .code-by {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    transition: 0.9s;
  }
  .code-by:hover {
    background-color: transparent;
  }
  .code-by h2 {
    color: aliceblue;
    font-size: 30px;
  }
  .code-by h2 span {
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
  }
  .code-by h2 span::before {
    content: attr(data);
    position: absolute;
    bottom: 0;
    left: 0;
    color: rgb(22, 77, 126);
    text-transform: uppercase;
    /* width: 0; */
    opacity: 0;
    transition: 0.99s;
  }
  .code-by h2 span:hover::before {
    width: 100%;
    opacity: 1;
  }
  @media(max-width:765px){
    .carousel .item {
        height: 200px;
      }
  }
  @media(max-width:450px){
    
.together {
    padding:  0 0 50px 0;
    height: 450px;

  }
    .carousel .item {
        height: 150px;
      }
  }
  
  

 
 
 
 
 