/* * {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family: Arial, sans-serif;

}



body {

    background:white;


}



.container {

    display: flex;

    gap: 70px;

    max-width: 1200px;

    margin: auto;

    align-items: center;

    padding: 20px ;

    border-radius: 10px;

}




.container .left-section {

    display: flex;

    flex-direction: column;

    gap: 20px;

}



.container .left-section .image-block {

    position: relative;

      width: 350px;

    border-radius: 10px;

    height: 200px;



    overflow: hidden;

}



.container .left-section .image-block img {

       width: 100%;

    height: 100%;



}









.container .left-section .image-block .experience-box {

    position: absolute;

    top: 20px;

    left: 20px;

    background: #0e6b50;

    color: #fff;

    padding: 20px;

    border-radius: 10px;

    text-align: center;

}



.container .left-section .image-block .experience-box h2 {

    font-size: 32px;

    font-weight: bold;

}

.container .left-section .image-block-small{

     width: 350px;

     height: 190px;

     overflow: hidden;

    border-radius: 10px;;

}



.container .left-section .image-block-small img{

    width: 100%;

    height: 100%;

}





.container  .right-section {

    max-width: 600px;

}



.container  .right-section .company-about {

    color: #0e6b50;

    font-weight: bold;

    letter-spacing: 1px;

}



.container .right-section h1 {

    font-size: 34px;

    margin: 10px 0;

    line-height: 1.3;

}



.container .right-section .description {

    margin-top: 15px;

    color: #555;

    line-height: 1.6;

}



.container .right-section .services {

    display: flex;

    gap: 50px;

    margin: 25px 0;

}



.container .right-section .services li {

    list-style: none;

    margin-bottom: 10px;

    color: #333;

    font-size: 16px;

}





.container .right-section .btn {

    display: inline-block;

    background: #0e6b50;

    color: #fff;

    padding: 12px 25px;

    border-radius: 40px;

    text-decoration: none;

    font-weight: bold;

    cursor: pointer;

}



.container .right-section .btn:hover {

    background: #0b5841;

}





@media (max-width: 900px) {

    .container {

        flex-direction: column;

        text-align: center;

    }



    .container .right-section .services {

        flex-direction: column;

        align-items: center;

    }





}
 */

 *{
     margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mission{
    padding: 40px 0;
    margin-bottom: 20px;
}
.souvik_skill_main{
    /* border: 1px solid red; */
    /* height: 445px; */
    width:100%;
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.souvik_skill_sub1{
    height:500px;
    width:600PX;
    display:flex;
    justify-content: center;
    align-items: center;
}
.souvik_skill_sub2_out{
    position:relative;
    /* height:500px; */
    width: 648px;
}
.souvik_skill_photos{
  
    position: relative;
    height: 460px;
    width: 586PX;
}

.souvik_skill_sub2_out .sub{
  height: 2px;
  width: 200px;
  left:34%;
  bottom: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;

}
.souvik_skill_sub2_out .sub .ani{
  height: 3px;
  background-color: #076494;
  width: 50px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}
.souvik_skill_sub2_out .sub .box{
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-image:  linear-gradient(#023262, #12c3f2);
}
.souvik_skill_sub2_out .sub .boxx{
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-image:  linear-gradient(#023262, #12c3f2);
}
.souvik_images1{
    background-image: url(/assets/images/about/about-dots.png);
    background-size: cover;
  z-index: -1;
    height:100px;
    width:30%;
    top: -40px;
    left: -70px;
    position: absolute;
    animation: holbe 4s ease-in-out infinite;
}

@keyframes holbe{
    0%{
        top: -20px;
    }
     50%{
        top: -35px;
    }
     100%{
        top: -20px;
    }
}
.souvik_photos_round_images{

    height: 308px;
    width: 52%;
    position: absolute;
    top: 32px;
    z-index: -1;
    left: 260px;
}

.souvik_photos_round_images IMG{
    width: 100%;
    height: 100%;
}
.souvik_photos_images2{

            
    height:450px;
    width:78%;
    top:5px;
    left:30px;
    transition: 1s all ease;
}
.souvik_photos_images2 img{
    width: 100%;
    height: 100%;
}
.souvik_photos_images3{

/* background-image: url(/assets/images/about/about-image2.png); */
    height: 286px;
    width: 54%;
    position: absolute;
    top: 118px;
    left: 283px;
    transition: 1s all ease;

}
.souvik_photos_images3:hover img{
    transform: scale(1.1) rotate(2deg);
}
.souvik_photos_images3 img{
    width: 100%;
    height: 100%;
    transition: all ease .5s;

}
.souvik_about_experience{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height:70px;
    width:27%;
    position:absolute;
    top:118px;
    left:-55px;
   border-radius:8px;
    align-content: space-evenly;
    background-color: white;
    animation: ex 5s linear infinite;
}
@keyframes ex {
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(40px);
    }
    100%{
        transform: translateY(0px);
    }
}
.souvik_about_experience_txt{
   
    height:auto;
    width:40%;
    color:#fab124;
    font-size:20px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 5px;
    font-family: Engravers MT;
}   
.souvik_about_experience_years_txt{
   margin-left: 5px;
    height:auto;
    width:90%;
    font-size: 14px;
    color:#808080;

}
.souvik_skill_about_us{
   margin-top: 10px;
    height:auto;
    width:30%;
    color:#0a0a0a;
        font-weight: 800;
        font-size: 30px;
        text-align: center;
}


/* //////////////////////heading///////////////// */
.kalar{
 text-align: center;
margin-top: 19px;
color: #076494;
margin: 0px 0px 30px 0px;
}
.sub_text{
    display: flex;
    align-items: center;
    justify-content: center;
}
.kalar span b{
 color: black;
 font-size: 30px;
 font-weight: 800;
}
.kalar span{
  font-size: 30px;
 font-weight: 800;
  position: relative;
}


.souvik_skill_about_us span{
    font-size: 25px;
    color: #076494;
}
.souvik_skill_grow_txt{
        font-size: 26px;
        margin-top: 10px;
    font-weight: 700;
/* font-family: Calibri; */
}
.souvik_skill_grow_img{

    height:25px;
    width:30%;
    position: absolute;
    top:70px;
    right:153px;
}
.souvik_skill_lorem{
    font-family: Corbel;
    height:auto;
        margin-top: 20px;
        color:#808080;
            font-weight: 400;
    width:90%;
        line-height: 25px;
    font-size: 17px;
}
.souvik_skill_about_info{
    
    height:auto;
    width:100%;
     margin-top: 20px;
    display: flex;
   
}
.souvik_skill_about_inf0_half{
    height:auto;
    width:48%;
    display:flex;
}
.souvik_skill_about_info_icon{

    height:90px;
    /* margin-top:7px; */
    width:90px;
    border-radius: 8px;
     line-height: 90px;
    justify-content: center;
    align-items: center;
    display:flex;
    background: #2ec3ea21;
    
}
.souvik_skill_about_info_icon2{
margin-left:10px;
    height:90px;
    width:90px;
     justify-content: center;
    align-items: center;
    display:flex;
    line-height: 90px;
    text-align: center;
    border-radius:8px;
    background: #2ec3ea21;
    /* background-color: rgba(238, 74, 98, 0.1490196078); */
}
.souvik_skill_about_support{
margin-left:10px;
    height:auto;
    width:70%;
}
.souvik_skill_about_support_txt{
font-family: Calibri;
    height:auto;
    width:100%;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
        color: #181818;
   
}
.souvik_skill_about_lorem_txt{

    height:auto;
    width:100%;
        margin-top: 10px;
            /* line-height: 15px; */
    font-size: 14px;
         line-height: 20px;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
}
.souvik_about_us_btn{
    height:50px;
    width:180px;
        font-weight: 600;
    line-height: 18px;
    background: linear-gradient(#023262, #12c3f2);
    margin-top: 30px;
    border-radius:8px;
    color:white;
    display:flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: 1s; 
}
.souvik_about_us_btn i{
    margin: 0px 5px;

}

.souvik_about_us_btn:hover{
    background: #fff;
    border:1px solid #076494;
    color: #076494;
   
}



 @media(max-width:1081px){
.souvik_skill_main {

    margin: 20px 0px 0px 0px;

 }
}

 @media(max-width:758px){
    .souvik_images1{
        display: none;
    }
 }
   @media(max-width:637px){
    .souvik_skill_sub1{
        width: 447px;
        height: 404px;
        margin: 50px 0px 0px 0px;
    }
.souvik_skill_photos{
    height: 405px;
}
.souvik_photos_images3{

            height: 200px;
        width: 172px;
        position: absolute;
        top: 168px;
        left: 283px;
    
}    

.souvik_photos_round_images{
    display: none;
}


.souvik_skill_sub2_out{
    width:100%;
     padding: 0px 20px;
    
}

.souvik_skill_grow_txt {
    font-size: 18px;
    margin-top: 10px;
    width: 295px;
    font-weight: 700;
}

.souvik_skill_lorem {
    font-family: Corbel;
    height: auto;
    margin: 20px 0px;
    color: #808080;
    font-weight: 400;
    width: 97%;
    line-height: 20px;
    font-size: 16px;
}

.souvik_skill_about_info {
    height: auto;
    width: 100%;
    /* margin: 20px 0px; */
     display: inline;
}

    .souvik_skill_about_inf0_half {
        height: 75px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px 0px 0px -60px;
    }

.souvik_about_experience{
    width: 30%;
}

.souvik_skill_about_info_icon {
   padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    /* line-height: 69px; */
    justify-content: center;
    align-items: center;
    display: flex;
    background: #2ec3ea21;
}


.souvik_photos_images2 {
    height: 400px;
}
.souvik_skill_about_info_icon img{
    width: 100%;
    height: 100%;
}

.souvik_skill_about_support_txt {
    font-family: Calibri;
    height: auto;
    width: 100%;
    font-size: 14px;
    line-height: 11px;
    font-weight: 600;
    color: #181818;
}
.souvik_skill_about_lorem_txt {
    height: auto;
    width: 100%;
    margin-top: 10px;
    /* line-height: 15px; */
    font-size: 14px;
    line-height: 20px;
    font-size: 11px;
    color: #808080;
    font-weight: 400;
}


 .kalar {
      
        margin-top: 30px;
     
    }
   }

 @media(max-width:541px){
    .kalar {
      
        margin-top: 30px;
     
    }

 }
     @media(max-width:570px){
 .souvik_skill_about_inf0_half{
    margin: 0px 0px 0px -47px;
 }
}
   @media(max-width:500px){
 
.souvik_about_experience {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        height: 60px;
        width: 155px;
        position: absolute;
        top: -10px;
        left: -20px;
        border-radius: 8px;
        align-content: space-evenly;
        background-color: white;
    }
 .souvik_skill_about_inf0_half{
    margin: 0px 0px 0px -35px;
 }
.souvik_images1 {
    display: none;
}

       .souvik_photos_images3 {
        height: 200px;
        width: 205px;
        position: absolute;
        top: 168px;
        left: 173px;
    }

        .souvik_skill_about_info{

            margin: 20px 0px;
        }

        .souvik_skill_photos {

    height: 460px;
    width: 400PX;
}

   }

    @media(max-width:464px){
    .souvik_skill_sub1{
        width: 300px;
        height: 358px;
    }


.souvik_skill_photos {
    position: relative;
    height: 360px;
    width: 306PX;
}

     .souvik_photos_images3 {
        height: 200px;
        width: 172px;
        position: absolute;
        top: 168px;
        left: 83px;
    }
    
        .souvik_about_experience {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        height: 60px;
        width: 155px;
        position: absolute;
        top: 10px;
        left: -5px;
        border-radius: 8px;
        align-content: space-evenly;
        background-color: white;
    }
    
 .souvik_skill_about_inf0_half{
    margin: 0px 0px 0px -33px;
 }
        .souvik_photos_images2 {
        height: 356px;
        width: 300px;
    
        top: 5px;
        left: 30px;
    }
    }
        @media(max-width:425px){
 .souvik_skill_about_inf0_half{
    margin: 0px 0px 0px -25px;
 }
}
    @media(max-width:375px){
 .souvik_skill_about_inf0_half{
    margin: 0px 0px 0px -16px;
 }
   }
   @media(max-width:346px){
 .souvik_skill_about_inf0_half{
    margin: 0px 0px 0px -15px;
 }
   }