/* font-family */
@font-face {
    font-family: 'poppins-regular';
    src: url(fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'poppins-italic';
    src: url(fonts/Poppins-Italic.ttf);
}
@font-face {
    font-family: 'poppins-medium';
    src: url(fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: 'poppins-bold';
    src: url(fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: 'poppins-extrabold';
    src: url(fonts/Poppins-ExtraBold.ttf);
}
/* font-familyend */
.banner-logo-list li{
    display:inline-block;
    margin:10px;
}
.banner-s {
    background-color: #f1f1f1;
    margin: 10px;
    border-radius: 25px;
    position: relative;
    height: 590px;
    overflow: hidden;
}
.core-value img{
    height:60px;
    margin-bottom:10px;
}
.module-box ul li a span {
    margin-left: 10px;
    line-height: 18px;
}
.video-btn {
    border: 1px solid grey !important;
    background-color: white !important;
    padding: 15px 25px !important;
    color: black;
}

.core-value h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f5ca9;
    height: 45px;
}
.core-value{
    background-color: aliceblue;
    padding: 20px;
    min-height:240px !important;
}
.core-value:hover{
    background-color: white;
    padding: 20px;
    min-height: 240px !important;
}
.cta {
    position: relative;
    margin: auto;
    padding: 9px 15px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
    text-decoration: none;
    font-weight:bold;
}

    .cta:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-radius: 50px;
        background: #b1dae7;
        width: 35px;
        height: 35px;
        transition: all 0.3s ease;
    }

    .cta span {
        position: relative;
        font-family: "Ubuntu", sans-serif;
        font-size: 15px;
        letter-spacing: 0.05em;
        color: #234567;
    }

    .cta svg {
        position: relative;
        top: 0;
        margin-left: 10px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #234567;
        stroke-width: 2;
        transform: translateX(-5px);
        transition: all 0.3s ease;
    }

    .cta:hover:before {
        width: 100%;
        background: #b1dae7;
    }

    .cta:hover svg {
        transform: translateX(0);
    }

    .cta:active {
        transform: scale(0.95);
    }
.about-section {
   background-image:url(../img/backk.png);
   padding:50px;
}
.btnn-x {
    color: #005bab;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #005bab40;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 14px;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
.rating {
    position: fixed;
    bottom: 0;
    z-index: 10000;
}
    .rating img{
        width:150px;
    }
    .btnn-x:hover {
        color: white;
    }

    .btnn-x::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 0%;
        top: 0;
        left: -40px;
        transform: skewX(45deg);
        background-color: #005bab !important;
        z-index: -1;
        transition: all 1s;
    }

    .btnn-x:hover::before {
        width: 160%;
    }

.footer {
    /*background-image: url('images/footer-bg.png');
    background-size: 100% 100%;*/
        background-color: rgb(43, 54, 116);
    color: white;
}
*{
    margin: 0;
    padding: 0;
}
/* ::-webkit-scrollbar {
    width: 4px;
    transition: 0.5s;
  } */
 
  /* Track */
  /* ::-webkit-scrollbar-track {
    background: #f1f1f1;
    transition: 0.5s;
  } */
  
  /* Handle */
  /* ::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    transition: 0.5s;
    border-radius: 16px;
} */
  
  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
    background: #cdcdcd;
    transition: 0.5s;
  } */
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'poppins-regular';
    font-size: 14px;
}

a{
    color: #000;
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .colorcode{
    color: #81b7f3; blue
    color: pink #f8d4ff;
    color: skin #fcdbcc;
    color: lightblue #cbedff;
    color: #abada4 green;
} */

.s-box{
    margin-top:20px;
}
.jtcenter{
    justify-content: space-between;
}
.alitem{
    align-items: center;
}
.ml-auto{
    margin-left: auto;
}
.mr-auto{
    margin-right: auto;
}
.mb-70{
    margin-bottom: 70px;
}

.primarybtn{
    background: linear-gradient(45deg, #0c88f5, #00a859);
    border: none;
    padding: 10px 16px;
    border-radius: 10px;
    color: #fff;
    transition: 0.5s;
}
.primarybtn:hover{
    background: linear-gradient(45deg, #00a859, #0c88f5);
    transition: 0.5s;
}
.primarybtn a{
    color: #fff;
    transition: 0.5s;
}
.primarybtn a i{
    transition: 0.5s;
}
.primarybtn:hover a i{
    margin-left: 8px;
    transition: 0.5s;
}
header {
    width: 100%;
    box-shadow: 0px 7px 18px #1810100d;
    transition: 0.5s;
}
header.sticky{
    position: sticky;
    background: #fff;
    z-index: 9;
    transition: 0.5s;
    box-shadow: 0px 7px 18px #18101021;
    top: 0;
}
.navbar-brand {
    width: 14%;
}
.topnavbarsocial ul{
    display: flex;
    justify-content: end;
    align-items: center;
}
.topnavbarsocial ul li{
    margin-left: 10px;
}

.navbarcustom li a{
    font-size: 14px;
    font-family: 'poppins-medium';
    padding: 8px 16px !important;
    color: #000;
}
.bannerslider {
    position: relative;
}
.img img {
    border: 5px solid #8067dc;
    border-bottom: 0;
    border-radius: 20px;
    margin-top: 20px;
    width: 13%;
    bottom: 0;
    position: absolute;
}

.bannercontent h1 {
    font-size: 32px;
    font-family: 'poppins-regular'; 
    text-transform: capitalize;
    line-height: 1.4;
    margin-top:100px;
}
.bannercontent p{
    margin-bottom: 0;
    font-size: 17px;
    color: gray;
}
.banneralignment{
    align-items: center;
}
.mainbanner{
    background: #ededed;
    border-radius: 32px;
    
    margin: 0 20px;
    margin-top: 10px;
    margin-bottom: 70px;
}
.bannerslider .slick-arrow{
    background: white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 1px 1px 13px 0px #dfdfdf;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
.whychooseuscontent h4{
    color: #005bab;
    font-family: 'poppins-bold';
    font-size: 18px;
}
.whychooseuscontent h2{
    font-family: 'poppins-medium';
    font-size: 28px;
    text-transform: capitalize;
}
.aboutcontent h2{
    font-size: 45px;
    margin-bottom: 20px;
}
.choosecard{
    border-radius: 20px;
    position: relative;
    margin: 10px 0;
    /*border:1px solid lightgrey;*/
    /*box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;*/
    padding: 12px 8px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.choosecard img{
    width: 60px;
    margin-right: 10px;
}
.choosecardcontent h2{
    font-size: 18px;
    font-family: 'poppins-medium';
    margin-bottom: 3px;
    color:white;
}
.choosecardcontent p{
    color: white;
    margin-bottom: 0;
}
.whychooseimg{
    padding: 55px;
}
.clientslider .slick-slide .clientsliderdiv {
    display: block;
    width: 144px !important;
    margin: 0px 28px;
    padding: 26px;
    background: #fff;
    border-radius: 14px;
    height: 144px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.clientbanner .container {
    background-size: cover !important;
    background: linear-gradient(0deg, rgb(0 91 171 / 69%), rgb(0 91 171)), url(../img/slider3.jpg);
    background-attachment: fixed;
    /*background: #4479a9;*/
    border-radius: 46px;
    padding: 50px 30px;
}
.midheading{
   
    margin-bottom: 20px;
}
    .midheading h4 {
        font-size: 35px;
        font-family: 'poppins-bold';
        letter-spacing: 1px;
        font-weight: bold;
    }
.midheading p {
    font-size: 14px;
   text-align:justify;
    margin: auto;
}
.midheadingwhite h4{
    color: #fff;
}
.midheadingwhite p{
    color: #fff;
}
.aboutcontent p {
    font-size: 14px;
    text-align: justify;
}
.servicecard:hover {
    box-shadow: 3px 8px 16px 0px #9b9b9b;
    background-color: #f9f9f9;
    transition: 0.5s;
}
.servicecard{
    box-shadow: 3px 8px 16px 0px #cfcfcf;
    border-radius: 12px;
    padding: 15px 20px;
    height: 190px;
}
.servicecard1{
       box-shadow: 3px 8px 16px 0px #cfcfcf;
    border-radius: 12px;
    padding: 15px 20px;
    height: 145px;
    text-align: center;
}
.servicecard h3{
    font-size: 18px;
    font-family: 'poppins-medium';
    margin-bottom: 6px;
}
.servicecard p{
    margin-bottom: 8px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    color: gray;
    -webkit-box-orient: vertical;
}
.servicecard a{
    font-size: 12px;
    color: #005bab;
   
}
    .servicecard img {
     
        margin-bottom: 15px;
        height: 88px;
        width: auto;
    }
   

.whychooseuscontent{
    position: relative;
}

.solutioncard:hover {
    background: linear-gradient(45deg, #dbe9f5, #b2cdc0);
    margin-left: 35px;
   
}
    


    .solutioncard {
        border-radius: 20px;
        position: relative;
        margin: 10px 0;
        box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 7%) 1px -2px 20px 4px;
        padding: 12px 19px;
        overflow: hidden;
        display: flex;
        justify-content: start;
            height: 110px;
    }

.solutioncard h5{
    width: 87px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #45ffd6;
    opacity: 0.6;
    font-size: 34px;
    margin-right: 12px;
}
.solutioncard h3 {
    font-size: 18px;
    font-family: 'poppins-medium';
    margin-bottom: 10px;
}
.solutioncard p{
    color: gray;
    margin-bottom: 0px;
    font-size: 12px;
}
.solutioncard a{
    position: absolute;
    right: 23px;
    top: 14px;
    font-size: 12px;
    color: #005bab;
    text-decoration: underline;
    font-weight:bold;
}
.solutioncardactive{
      background: linear-gradient(45deg, #4d4efc, #7dffc2);
    margin-left: 35px;
}
.solutioncardactive h3 {
    color: #fff;
}
.solutioncardactive p{
    color: rgb(255, 255, 255);
}
.solutioncardactive a{
    color: #ffffff;
}
.solutioncardmargin{
    margin-left: 35px;
}
.solutionimg1{
    width: 100%;
}
.solutionimg2{
    position: absolute;
    width: 20%;
    bottom: 0;
    left: 560px;
    box-shadow: 1px 1px 10px 0px #bdbdbd;
    border-radius: 15px;
}
.solutionimg3{
    bottom: 0;
    position: absolute;
    width: 217px;
    top: 227px;
    left: -64px;
    box-shadow: 1px 1px 10px 0px #bdbdbd;
    border-radius: 15px;
}
.testimonialbanner{
    background: url(../img/testbg.jpg);
    background-size: contain;
    padding: 65px 0 0 0;
}
.testimonialcard{
    position: relative;
    width: 92% !important;
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 7%) 1px -2px 20px 4px;
   
}
.testimonialcard ul{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffa534;
    margin-bottom: 9px;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 22px;
    transform: translate(-50%, -22px);
    background: #fff;
    padding: 5px 27px;
    border-radius: 32px;
}
.testimonialcard p{
    font-size: 14px;
}

.whybanner{
    background: url(../img/whybg.jpg);
    background-size: cover;
    padding: 65px 0 65px 0;
}
.whybanner .container{
    position: relative;
}
.whysectionposition{
    position: absolute;
}
.whychoosecard{
    border-radius: 12px;
    background: #fff;
    height: 230px;
    padding: 15px 20px;
    padding-top: 45px;
    position: relative;
    margin: 24px 10px 0px 10px;
    text-align: center;
}
    .whychoosecard::before {
        content: '';
        position: absolute;
        width: 90px;
        height: 90px;
        background: #3459c1;
        border-radius: 50%;
        top: -65px;
        left: 50%;
        transform: translate(-50%, 10px);
    }
.whychoosecard h3{ 
        font-size: 18px;
        font-family: 'poppins-medium';
        margin-bottom: 6px;
    }
    .whychoosecard img{
        width: 70px;
        position: absolute;
        top: -53px;
        left: 50%;
        background: #fff;
        transform: translate(-50%, 10px);
        border-radius: 50%;
        padding: 7px;
    }
    .whychoosecard p{
        margin-bottom: 0;
        font-size: 13px;
        color: gray;
    }
    .whyslider .slick-arrow {
        background: #ffffff7a;
        border-radius: 50%;
        width: 80px;
        z-index: 1;
        height: 80px;
    }
    .whyslider .slick-prev{
        left: -95px;
    }
    .whyslider .slick-next{
        right: -95px;
    }
    .mobileappimage{
        position: relative;
        padding: 29px;
    }
    .mobileappimage::before{
        position: absolute;
        content: '';
        background: #005bab26;
        width: 400px;
        height: 400px;
        border-radius: 31%;
        z-index: -1;
        top: 0;
        right: 0;
    }
     .text-indigo { color: #3F51B5; }
  .text-purple { color: #9C27B0; }
  .text-teal { color: #009688; }