a {
    overflow: hidden;
    position: relative;
    display: inline-block;
}
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    font-family: poppins-regular;
    font-weight: 400 !important;
}

.sina-nav-header a::before{
    background-color: transparent !important;
}

    a span {
        display: inline-block;
        transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    }

   

a {
    text-decoration: none;
    color: #18272F;
    vertical-align: top;
}

.p_font {
    font-size: 17px !important;
    font-family: poppins-regular;
    text-align: justify;
}

.p_milestone {
    font-size: 17px !important;
    font-family: poppins-regular;
    padding-top: 10px;
    text-align: justify;
}


.testimonial-carousel .carousel-control {
    top: 41% !important;
    background: #0069ff !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50% !important;
    line-height: -41px !important;
    box-shadow: 2px 2px 2px 1px #000 !important;
}

.why-choose-us-left {
    background: url(../images/20.jpeg) no-repeat;
    position: relative;
    height: 350px;
    display: inline-block;
    width: 100%;
}

.seven h1 {
    text-align: center;
    font-size: 30px;
    width:33%;
    font-weight: 300;
    margin:0 auto;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

    .seven h1:after, .seven h1:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #c50000;
        border-top: 1px solid #c50000;
        height: 5px;
        background-color: #f8f8f8;
    }

.milestone h1 {
    font-family: poppins-regular;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    color: #064b89;
}





.main-heading {
    /*color: #007aff;*/
    color: #504f4f;
    font-size: 30px;
    font-family: poppins-regular;
    text-transform: capitalize;
    font-weight: 700;
}

.main_what-we-offer {
    /*background-color: #edebf7;*/
    height:auto;
      
}

.main_solutions {
    /*background-color: #e8f2ff;*/
    height: auto;
    padding-bottom:50px;
}
.main_solutions_box {
    /*background-color: #ffffff;*/
    border-radius:10px;
    height: auto;
    margin-top:20px;
}

.box-solutions {
    background-color: #36abc9;
    border-radius: 10px;
    margin: 15px;
    height:225px;
    border-top: 3px solid #0e2356;
    border-bottom: 3px solid #0e2356;
}

    .box-solutions:hover {
        background-color: #05415d;
        border-radius: 10px;
        margin: 15px;
        border-top: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;

    }

.icon-area img {
    padding: 25px;
    border-radius: 15%;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    transition: .6s;
    height: 200px;
}



.what-we-offer {
    padding-top: 20px;
    color: #007aff;
    font-size: 30px;
    font-family: poppins-regular;
    font-weight: 700;
}

.offering {
    color: #6c757d;
    font-size: 18px;
    font-family: poppins-regular;
   /* font-weight: 700; */
}

    .off_p {

        color: #7d8085;
        font-size: 18px;
       
       
    }

.dark-color-experience {
    color: #4b5e88 !important;
    font-weight: bold;
}

.dark-color-nor-experience {
    color: #4b5e88 !important;
    font-weight: 300;
}

.dark-color-technocrat {
    color: #e86e79 !important;
    font-weight: bold;
}

.dark-color-nor-technocrat {
    color: #e86e79 !important;
    font-weight:300;
}


.dark-color-clients {
    color: #f69c4e !important;
    font-weight: bold;
}

.dark-color-nor-clients {
    color: #f69c4e !important;
    font-weight: 300;
}

.dark-color-educators {
    color: #e42223 !important;
    font-weight: bold;
}

.dark-color-nor-educators {
    color: #e42223 !important;
    font-weight: 300;
}


.dark-color-parents {
    color: #a34a8a !important;
    font-weight: bold;
}

.dark-color-nor-parents {
    color: #a34a8a !important;
    font-weight: 300;
}

.dark-color-support {
    color: #00a859 !important;
    font-weight: bold;
}

.dark-color-nor-support {
    color: #00a859 !important;
    font-weight: 300;
}

.why-choose-area {
    border: 1px solid #491f7d;
    border-radius:10px;
    margin:5px 10px;
}
    .why-choose-area h2{
        font-size:22px;
        margin-bottom:0;
    }
    .why-choose-area h5 {
        font-size: 17px;
    }
    .why-choose-area:hover {
        border-radius: 30px;
        margin: 5px 10px;
        /*border: 3px solid #491f7d;*/
        /*border-bottom: 3px solid #491f7d;*/
    }


    .why-choose-area img {
        padding: 10px;
       /* border-radius: 15%; */
        /* text-align: center; */
        /* margin: 0 auto; */
        /* transition: .6s; */
    }


.what-we-offer-bg {
    background-color: #edebf7;

}



.videos-section {
    background: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
    .videos-section:before {
        content: '';
        position: absolute;
        top: 0;
        right: -5%;
        width: 77%;
        height: 100%;
        background-color: #0d2d62;
        -webkit-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    .videos-section .section-title-inner .title {
        font-size: 40px;
        line-height: 46px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 5px;
    }

    .videos-section .video-content p {
        color: #ffffff;
        opacity: .8;
        line-height: 1.6;
    }

.indurance-about-item .about-content .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
}

.videos-section .video-content .title, .videos-section .video-content i {
    color: #ffffff;

}

.video-content p {
    margin-bottom: 5px;
}

.p-2 {
    padding: 0.5rem !important;
}



.boder-right-bottom {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.home-demo .item {
    background: #ff3f4d;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.footer {
    /*background-image: url('../images/footer-bg.png');
    background-size: 100% 100%;*/
        background-color: rgb(43, 54, 116);
    color: white;
}

.foot-div1 {
    background-image: url('../images/contact-div.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    color: white;
}

    .foot-div1 h5 {
        margin-bottom: 0px;
    }

    .foot-div1 p {
        margin-bottom: 1px;
    }

    .foot-div1 .para1 {
        color: rgb(216, 214, 214);
        font-weight: bold;
        font-size:20px;
    }

.foot-div1 {
    margin-top: 20px;
}

.footer-list li {
    color: white;
    list-style: none;
    line-height: 2;
}

.footer-list {
    padding-left: 0;
}

.footer-list a {
    color:#ffffff;
    text-decoration:none;
    font-size:13px;
}

    .footer-list a:hover {
        color: #ffffff!important;
        
    }

.bottom-footer {
    padding: 10px;
    background-color: #005bab9c;
}

    .bottom-footer p {
        margin-bottom: 0;
    }



#news-slider {
    margin-top: 80px;
}

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: -12px 15px 8px 15px;
        margin-left: -10px;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1,1);
            transition: transform 0.2s linear;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.1,1.1);
    }

    .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
        transition: all 0.50s linear;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
    }

    .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .post-slide .post-content {
        background: #fff;
        padding: 2px 20px 40px;
        border-radius: 15px;
    }

    .post-slide .post-title a {
        font-size: 15px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

        .post-slide .post-title a:hover {
            text-decoration: none;
            color: #3498db;
        }

    .post-slide .post-description {
        line-height: 24px;
        color: #808080;
        margin-bottom: 25px;
    }

    .post-slide .post-date {
        color: #a9a9a9;
        font-size: 14px;
    }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #CFDACE;
        }

    .post-slide .read-more {
        padding: 7px 20px;
        float: right;
        font-size: 12px;
        background: #2196F3;
        color: #ffffff;
        box-shadow: 0px 10px 20px -10px #1376c5;
        border-radius: 25px;
        text-transform: uppercase;
    }

        .post-slide .read-more:hover {
            background: #3498db;
            text-decoration: none;
            color: #fff;
        }


.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.item {
    align-items: center;
    background-color: tomato;
    color: white;
    display: flex;
    height: 300px;
    justify-content: center;
}

/*Slick Slider start*/



.items {
    width: 90%;
     border-radius:10px;
    margin: 0px auto;

}

.slick-slide {
    margin: 10px 0 10px 10px;
    /*background-color:#ffffff;*/
    border-radius: 10px;
    padding: 15px;

}

    .slick-slide h1 {
        text-align: center;
        font-size: 20px;
        color: #13294b;
        font-family: poppins-regular;
    }

    .slick-slide a {
        font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        color: #247cff;
        font-family: poppins-regular;
    }

        .slick-slide a:hover {
            font-size: 14px;
            width: 100%;
            display: flex;
            align-items: center;
            color: #247cff;
            font-family: poppins-regular;
        }
.readmore {
    display: flex;
    justify-content: space-between;
    
}

    .readmore a {
        font-size: 14px;
        width: 100%;
        display: flex;
        align-items: center;
        color: #13294b;
        font-family: poppins-regular;
        text-decoration: none;
    }

        .readmore a:hover {
            font-size: 14px;
            width: 100%;
            display: flex;
            align-items: center;
            color: #247cff;
            font-family: poppins-regular;
        }


.readmores {
    display: flex;
    justify-content:right;
}

    .readmores a {
        font-size: 14px;
        width: 100%;
        color: #ffffff;
        text-align:right;
        padding:0px 10px 15px 15px;
        font-family: Nunito;
        text-decoration: none;
    }

        .readmores a:hover {
            font-size: 14px;
            width: 100%;
            color: #ffffff;
            font-family: poppins-regular;
        }


/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
  margin: 0 auto;
  width: 1000px;
}

/* The width of each slide */
.slick-slide {
  width: 350px;
}


  

.slick-slides img {
    /* display: block; */
    width: 73px !important;
    border: 0px solid #fff !important;
    height: 73px !important;
    position: absolute;
    display: flex !important;
}

/* Slick slider end*/

.main {
    font-family: poppins-regular;
    width: 102%;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-left: -10px;
}

.action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

    .action a {
        display: inline-block;
        padding: 5px 10px;
        background: #f30;
        color: #fff;
        text-decoration: none;
    }

        .action a:hover {
            background: #000;

        }

.miles-back {
    background-color:white;
    width: 75%
}

.slider-itemm {
   
    min-height:280px;
    padding:8px 15px;
}

    .slider-itemm h4 {
        font-size: 20px;
        font-weight: bold;
        background-color: #33afe470;
        padding: 8px;
        color: #ffffff;
    }

.box1 {
    background-color: #195081fc;
    color: white;
}

.box2 {
    background-color: #CCE0F2;
    color: black;
}

.box3 {
    background-color: #13446e;
    color: white;
}



.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.image-back {
    background-color: #F0E7FB;
    border-radius: 50%;
    height: 400px;
    width: 400px;
    position: absolute;
    top: -62px;
    left: -41px;
    align-items: center;
    justify-content: center;
    display: flex;
   
}*/



.milestons {
    background-color: #ebeff3;
    padding:50px;
}

.workfeedss {
    background: #edf6fa!important;
    padding: 3rem 0!important;
}

.testimonial-carousel .testimonial {
    margin-right: 10%!important;
    margin-left: 10%!important;
    border-radius: 10px!important;
    background-color: #13294b!important;
}

.software-lps p {
    font-size: .9rem!important;
    color: #ffffff!important;
}

.workfeed img {
    /* width: 10%; */
    /* height: 90px; */
    /* width: 90px; */
    text-align: center!important;
    margin: 1rem auto!important;
}

.owl-item {
    width: 128.906px;
    margin-right: 10px;
    background: powderblue;
}


/** to hide dots

.owl-theme .owl-dots .owl-dot{ display:none!important;}

**/


@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }

    .videos-section {
        /* background: url(../images/video-bg.jpg); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        overflow: hidden;
        background-color: #0d2d62;
    }

    .slider-itemm {
        width: 100% !important;
       min-height: 400px;
        padding: 23px 15px;
    }
}

@media only screen and (max-width:600px) {
    .why-choose-us-left {
        background: url(../images/why-choose-us-left.jpg) 0 0px/100% no-repeat;
        position: relative;
        height: 334px!important;
        display: inline-block;
        width: 100%;
    }

    .videos-section {
     background: none !important; 
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        overflow: hidden;
        background-color: #0d2d62 !important;
    }

    .slick-slider {
        position: relative;
        display: block;
        width: 100%;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    .mobile-size-offer {
        width: 100%;
        position:relative;
    }
    .slick-slide {
        width: 100%;
    }

    .slider-itemm {
        width: 100% !important;
        height: 400px;
        padding: 23px 15px;
        margin: 0 auto;
    }

  

}



    @media only screen and (max-width:375px) {
        .why-choose-us-left {
            background: url(../images/why-choose-us-left.jpg) 0 0px/100% no-repeat;
            position: relative;
            height: 334px !important;
            display: inline-block;
            width: 100%;
        }

        .mobile-size-offer {
            width: 100%;
            position: relative;
        }

        .slick-slide {
            width: 300px;
        }

        .slider-itemm {
            width: 100% !important;
            height: 400px;
            padding: 23px 15px;
            margin: 0 auto;
        }

        .videos-section {
            /* background: url(../images/video-bg.jpg); */
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            position: relative;
            overflow: hidden;
            background-color: #0d2d62;
        }

        .slick-slider {
            position: relative;
            display: block;
            width: 100%;
            box-sizing: border-box;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-touch-callout: none;
            -khtml-user-select: none;
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-tap-highlight-color: transparent;
        }



     

        
    }