/*------------------------------------------------------------------------------------------
# Base
------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'ZohoPuviRegular';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("../../font/ZohoPuviRegular.ttf") format('woff2');
  unicode-range: U+0951-0952, U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}

@font-face {
  font-family: 'ZohoPuviBold';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("../../font/ZohoPuviBold.ttf") format('woff2');
  unicode-range: U+0951-0952, U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}


body {
    font-family: "Open Sans", sans-serif;
    color: #0e2332;
    background: #00000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-shape {
    filter: brightness(1);
}


.bg-light-secondary{
    background-color: #edf2fb;
}


.btn-color-primary {
    background-color: #106f00 !important;
    border-color: #106f00;
    color: #fff !important;
}

.btn-color-primary:hover, .btn-color-primary:active {
    background-color: #42cd6c  !important;
    border-color: #42cd6c  !important;
    color: #fff !important;
    box-shadow: none;
}

.btn-color-sec {
    background-color: #c95b00 !important;
    border-color: #c95b00;
    color: #fff !important;
}

.btn-color-sec:hover, .btn-color-sec:active {
    background-color: #8d4000 !important;
    border-color: #8d4000 !important;
    color: #fff !important;
    box-shadow: none;
}

.bg-color-primary {
    background-color: #095f47 !important;
    border-color: #095f47;
}

.text-color-primary {
    color: #095f47 !important;
}

.view-all-btn {
    font-size: 16px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    background-color: #106f00;
    border-radius: 25px;
    padding: 10px 30px;
}

.view-all-btn:hover {
    color: #fff;
    background-color: #42cd6c;
    border-radius: 25px;
    padding: 10px 30px;
}

.py-section{
    padding: 100px 0;
}

.pt-section{
    padding-top: 40px;
}

.mt-section{
    margin-top: 80px;
}

.my-section{
    margin: 80px 0;
}
.text-title{
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
    text-shadow: 1px 0px 0px #000000;
}



.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li a {
    color: #42cd6c;
    text-decoration: none;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #0e2332 ;
    content: "/";
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

/*------Hero Section------*/
.hero-area{
    position: relative;
    background:linear-gradient(120deg, #006fd9, #006fd9);
    z-index: 2;
    margin-top: -62px;
    padding-top: 80px;
    padding-bottom: 230px;
}

.hero-area::before {
    content: "";
    display: block;
    width: 100%;
    background: url("../../img/hero-overlay.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}

.media{
    min-height: 400px;
}

.hero-sub-title{
    font-size: 18px;
    color: #ffe739;
    text-shadow: 1px 2px 5px #000;
}

.hero-title{
    font-size: 40px;
    font-weight: 700;
    text-shadow: 1px 2px 5px #000;
    color: #fff;
}

.list-style-none{
    padding-left: 0 !important;
}

.list-style-none li{
    list-style: none;
    font-size: 18px;
    line-height: 1.6;

}


.carousel-prev{
    position: absolute;
    left: 0 !important;
    top: 50%;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 30px;
}

.carousel-next{
    position: absolute;
    right: 0 !important;
    top: 50%;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 30px;
}

.carousel-control-next, .carousel-control-prev {
    width: 100px !important;
}


.portfolio-img{
    height: 500px;
    width: auto;
    padding: 80px 0;
    animation: zoom-in-zoom-out 5s ease infinite;
}



.hero-area .custom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}



@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 130%;
  }
  100% {
    scale: 100%;
  }
}




.hero-background::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.86);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hero-element{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 600px;
}

.training-banner{
    height: 600px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.muto{
    color: #106f00 ;
    text-shadow: 0px 0px 1px #106f00;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.hero-content .hero-h1{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px #0d210a;
}

.hero-content .hero-h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #106f00 ;
    text-shadow: 1px 1px 3px #106f00;
}

.hero-paragraph{
    width: 80%;
    margin-bottom: 30px;
}

.hero-contact {
    font-size: 16px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    background-color: #106f00;
    border-radius: 25px;
    padding: 10px 30px;
}

.hero-contact:hover {
    color: #fff;
    background-color: #42cd6c;
    border-radius: 25px;
    padding: 10px 30px;
}

.module-img{
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}


.module-img img{
    height: 400px;
    width: auto;
}


.single-service {
    padding: 20px;
    background: #fff;
    position: relative;
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 20px #0000000f;
    box-shadow: 0 0 20px #0000000f;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.fadein {
    visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInUp;
}

.single-service::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0%;
    background: linear-gradient(1deg, #2581db, #004d96);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-service .icon svg {
    top: 30%;
    left: 6%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #2581db;
    font-size: 30px;
    position: absolute;
}

.single-service .text {
    padding-left: 60px;
    font-size: 18px;
    text-shadow: 1px 0px 0px #6c757d;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
}
.single-service .text p{
    margin-bottom: 0px;
    line-height: 1.6;
}

.single-service:hover {
    -webkit-box-shadow: 0 0 30px #0000001f;
    box-shadow: 0 0 30px #0000001f;
    cursor: pointer;
}

.single-service:hover::before {
    width: 100%;
}

.p-relative{
    position: relative;
}

.bg-img-right {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0px;
    background-image: url("../../../assets/img/our-projects-bg.png");
    opacity: 1;
    background-repeat: no-repeat;
    background-position: bottom right;
}


.intro-video-area {
    background: linear-gradient(1deg, #006fd9, #024a8f);
    text-align: center;
    position: relative;
    color: #fff;
    padding: 120px;
}

.intro-video-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: -10px;
    height: 110%;
    width: 100%;
    background-image: url("../../img/hero-overlay.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.intro-video-area .video{
    position: relative;
    z-index: 10;
}

.intro-video-area .video::before {
    position: absolute;
    content: "";
    left: -40px;
    top: -40px;
    height: 159px;
    width: 100px;
    background-image: url("../../img/shape.png");
    z-index: -1;
    background-repeat: no-repeat;
    -webkit-animation: floatY 3s ease-in-out infinite;
    animation: floatY 3s ease-in-out infinite;
}

.intro-video-area .video::after {
    position: absolute;
    content: "";
    right: -54px;
    bottom: -55px;
    height: 159px;
    width: 100px;
    background-image: url("../../img/shape.png");
    z-index: -1;
    background-repeat: no-repeat;
    -webkit-animation: floatY 3s ease-in-out infinite;
    animation: floatY 3s ease-in-out infinite;
}


.video-inner{
    position: relative;
}


/* ------ Training Section ------ */

.training-content{
    border: 1px solid #e7ebf0;
    padding: 70px 50px 50px;
    margin: 0 auto;
    background: #fff;
    margin-top: -240px;
     margin-bottom: 80px;
    border-radius: 3px;
    position: relative;
    z-index: 2;
}

.section-header {
    margin: 0 auto 25px;
    max-width: 600px;
}

.section-header .text-h2{
    font-size: 36px;
    font-weight: 600;
    color: #0e2332 ;
    text-shadow: 1px 1px 2px #0e2332 ;
}

.text-h3 {
    font-size: 26px;
    letter-spacing: -1px;
    font-weight: 600;
}


.course-card {
    box-shadow: 3px 4px 0px #c2bfbf;
    border-left: 1px solid #c2bfbf !important;
    margin: 0px 5px;
    height: 100%;
}

.course-card:hover{
    box-shadow: 3px 4px 0px #757774;
    border-left: 1px solid rgba(117, 119, 116, 0.77) !important;
    transition: all 0.7s;
}



.bottom-style{
    background-color: #c2bfbf;
    width: 27%;
    height: 8px;
    bottom: -2px;
    left: 37%;
    position: absolute;
    opacity: 1;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.course-card:hover .bottom-style {
    background-color: #757774;
    transition: all 0.7s;
}

.link-transparent{
    text-decoration: none;
}

.course-title{
    color: #0e2332;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.course-category {
    font-size: 14px;
    line-height: 23px;
    color: #106f00;
    font-weight: bold;
}

.course-details p {
    color: #0e2332;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "ZohoPuviRegular", sans-serif;
    line-height: 17px;
}

.course-fee {
    color: #0e2332  !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.course-card:hover .course-img{
    overflow: hidden;
}

.course-img img {
    border-radius: 16px 16px 0 0;
    max-height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.double-line-border{
    margin-bottom: 15px;
    margin-top: 6px;
    padding-bottom: 5px;
    position: relative;
}
.double-line-border:before {
    border-radius: 8px;
    bottom: -1px;
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 24px;
    background: #106f00 ;
}
.double-line-border:after {
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 64px;
    background: #106f00 ;
}

.course-description {
    font-size: 16px;
    color: #363535;
    line-height: 1.6;
    padding: 0;
    margin-bottom: 0;
}

.course-description li {
    list-style: none;
}

.course-description li svg {
    color: #106f00;
    margin-right: 5px;
}

.course-btn {
    width: 100%;
    background: #106f00;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 1.6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 500;
}

.course-btn:hover {
    background: #236018;
    color: #fff;
}

.last-price {
    color: #eaeaea;
    text-decoration: line-through;
    font-size: 12px;
}

.right-card{
    background-color: #fff;
    border: 1px solid #e7ebf0;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    width: 100%;
}

.right-card .sec-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 30px 40px 0;
    color: #0e2332 ;
}

.soft-list, .featured-list{
    padding:20px 40px;
    margin-bottom: 0;
}

.soft-list li, .featured-list li{
    list-style: none;
}

.soft-icon, .featured-icon{
    width: 60px;
}


.featured-icon {
    width: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.soft-content, .featured-content {
    color: #0e2332 ;
    width: 70%;
}

.soft-content .label, .featured-content .label{
    display: block;
    font-size: 20px;
    cursor: pointer;
}

.soft-content p, .featured-content p{
    font-size: 14px;
    line-height: 1.45;
    color: #333;
}

.bf-single-software a, .bf-single-feature a{
    position: relative;
}

.bf-single-software a:after, .bf-single-feature a:after {
    --bg-sprite: url("../../../assets/img/home-sprite.png");
    content: "";
    width: 13px;
    height: 13px;
    transform: scale(1.1);
    position: absolute;
    right: 0px;
    background: var(--bg-sprite) left top no-repeat;
    background-size: 500px auto;
    background-position: -126px -76px;
    top: calc(50% - 10px);
    transition: all .5s ease;
}

.bf-single-software:hover a:after , .bf-single-feature:hover a:after {
    background-position: -107px -76px;
}

.soft-carousel{
    height: 100%;
}

.soft-carousel .carousel-inner {
    height: 100%;
}
.soft-carousel .carousel-item{
    height: 100%;
}
.soft-carousel .carousel-item img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-grad {
    background-color: #fbfbfb00;
}

.bg-grad2 {
    background-color: #ebfffdd9;
}

.service-logo{
    position: relative;
    color: #0e2332 ;
    height: 80px;
    width: 80px;
}

.service-name{
    font-size: 18px;
    font-weight: bold;

}

.service-details{
    font-size: 14px;
    color: #3a3d41;
    font-weight: 500;
}


.backgound-img {
    background: transparent url("../../../assets/img/bg-imgleaf.png") center center / cover;
    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


.content-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-center-end{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.content-center-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.open-source-img{
    height: 150px;
    width: auto;
}

.text-h2 {
    font-size: 36px;
    font-weight: 600;
    text-shadow: 1px 1px 2px #0d210a;
}

.open-source-link{
    color: #4d4c4c;
    text-decoration: none;
}

.open-source-link:hover{
    color: #262626;
}

.open-source-logo{
    width: 100px;
    flex-shrink: 0;
    height: auto;
    margin-left: 20px;
}

.open-source-text{
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.open-source-text .name{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.open-source-text .details{
    font-size: 14px;
}


.btn-git-hub{
    color: #676565;
    background-color: transparent;
    border: 1px solid rgba(89, 90, 91, 0.92);
    padding: 5px 15px;
    word-break: break-all;
}

.btn-git-hub:hover{
    color: #fff;
    background-color: #0c6709;
    border: 1px solid #0c6709;
    padding: 5px 15px;
}

.btn-git-hub svg{
    font-size: 16px;
}


@media (max-width: 992px) {
    .soft-list, .featured-list {
        padding: 20px 20px;
        margin-bottom: 0;
    }

    .right-card .sec-title {
    padding: 30px 20px 0;
    }

    .hero-content .hero-h1 {
        font-size: 30px;
    }

    .hero-content .hero-h2 {
        font-size: 35px;
    }

    .hero-paragraph {
        width: 95%;
    }

    .open-source-logo {
        width: 80px;
         margin-left: 0px;
    }
    
    .text-h2{
        font-size: 20px;
    }

}

@media (max-width: 767px) {
    .hero-content .hero-h2 {
        font-size: 34px;
    }

    .soft-icon, .featured-icon {
        width: 45px;
    }

    .training-content {
        padding: 50px 20px 50px;
    }

    .section-header .text-h2 {
        font-size: 26px;
    }

    .content-center-end {
        align-items: center;
    }

    .open-source-img {
        height: 150px;
        width: auto;
        margin: auto;
    }

    .open-source-text {
        width: 100%;
    }
}


.shere-content{
    width: 80%;
}
.counter .count{
    font-size: 35px;
    color: #1e8213;
    text-shadow: 1px 2px 2px #1e8213;
    font-weight: 700;
}
.counter p{
    font-weight: 600;
    margin-bottom: 20px;
    color: #0e2332 ;
    font-size: 18px;
}

.text-justify{
    text-align: justify;
}

.card-title a {
    color: #0e2332 ;
}

.bf-single-feature{
    border-bottom: 1px solid #d9d9d9c2;
    margin-bottom: 16px;
}

.bf-single-feature a:after {
    right: 0;
    display: none;
}

.bf-single-feature:hover .label{
    color: #42cd6c;
}

.facilities-card, .small-card {
    padding: 10px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    border: none;
    border-radius: 0;
    text-align: center;
    color: #444444;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}




.divider {
  margin: 0 auto 20px;
  width: 400px;
  max-width: 100%;
  position: relative;
}
.divider-mask {
  overflow: hidden;
  height: 20px;
}

.divider-mask:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
    box-shadow: 0 0 8px #7c817c;
}

.divider span {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #b6b7b6;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider svg {
    position: absolute;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #0f77d9;
}
.icon-card-text {
    /*background: url("../../../assets/img/counter-bg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 20px;
    padding: 30px 10px 20px 20px;
    position: relative;
    border-radius: 5px;
    border-left: 3px solid #2580da;
    overflow: hidden;
    transform: skewX(-10deg);
    background-color: rgba(204, 223, 245, 0.52);
    height: 100%;
}

.single-icon {
    width: 60px;
    height: 60px;
    background: #2580da;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 15%;
    z-index: 1;
    transition: all .3s linear;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}


.single-icon-card {
    position: relative;
    padding: 10px;
}

.single-icon-card:hover .single-icon{
    background-color: #fff;
    color: #2580da;
    transition: all .3s linear;
}

.single-icon-card:hover .icon-card-text{
    color: #fff;
     background-color: #2580da;
}



.sky-blue .icon-card-text{
     background: #e3edf9;
}


.sky-blue.single-icon-card:hover .single-icon{
    background-color: #e3edf9 !important;
    color: #2580da;
    transition: all .3s linear;
}

.sky-blue.single-icon-card:hover .icon-card-text {
    color: #fff;
    background-color: #2580da;
    transition: all .6s linear;
}


.orange .icon-card-text {
    background: rgba(229, 213, 201, 0.73);
    border-left: 3px solid #fd7e46;
    transition: all .3s linear;
}

.orange .single-icon {
    background: #fd7e46;
}

.orange.single-icon-card:hover .single-icon{
    background-color: #ffe8db;
    color: #fd7e46;
    transition: all .3s linear;
}

.orange.single-icon-card:hover .icon-card-text{
    color: #fff;
     background-color: #fd7e46;
    transition: all .6s linear;
}

.lime-green .icon-card-text {
    background: rgba(236, 234, 202, 0.88);
    border-left: 3px solid #aca629;
    transition: all .3s linear;
}

.lime-green .single-icon {
    background: #aca629;
}

.lime-green.single-icon-card:hover .single-icon{
    background-color: #fffddb;
    color: #aca629;
    transition: all .3s linear;
}

.lime-green.single-icon-card:hover .icon-card-text{
    color: #fff;
     background-color: #aca629;
    transition: all .6s linear;
}


.purpal .icon-card-text {
    background: rgba(214, 202, 236, 0.88);
    border-left: 3px solid #8d56fd;
    transition: all .3s linear;
}

.purpal .single-icon {
    background: #8d56fd;
}

.purpal.single-icon-card:hover .single-icon{
    background-color: #e9dbff;
    color: #8d56fd;
    transition: all .3s linear;
}

.purpal.single-icon-card:hover .icon-card-text{
    color: #fff;
     background-color: #8d56fd;
    transition: all .6s linear;
}





























.admission-img{
    height: auto;
    margin: 0 auto;
    width: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
.form-comment{
    height: 100px !important;
}

@media (max-width: 767px) {
    .right-card {
        margin-bottom: 30px;
    }
    
    .open-source-link{
        font-size: 12px;
        display: inline;
    }

    .shere-content {
        text-align: center;
        width: 100%;
    }
}

.checked-list{
    list-style: none;
    padding: 0;
}

.checked-list li {
    padding-bottom: 6px;
}

.checked-list svg {
    font-size: 20px;
    padding-right: 4px;
    color: #106F00;
}

.left-sub-section h3{
    font-size: 18px;
    font-weight: bold;
}

.double-line-section{
    margin-bottom: 20px;
    margin-top: 8px;
    padding-bottom: 5px;
    position: relative;
}

.double-line-section:after {
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    background: #42cd6c ;
}

.soft-img{
    justify-content: center;
    align-items: center;
    display: flex;
}

.soft-logo{
    height: 100px;
    width: 100px;
}

.soft-name{
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto;
}

.soft-features {
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto;
}

.two-column-list{
    columns: 2;
}
.two-column-list li {
    list-style-position: inside;
}

.open-source-page .card{
    height: 100%;
    border: 1px solid #106F00  !important;
}

.open-source-page .card .card-body{
    padding: 22px !important;
}

.open-source-page .open-source-text{
    width: 100%;
    align-items: center;
}

.open-source-page .open-source-text .name{
    margin-bottom: 10px;
}

.open-source-page .open-source-text .details {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.open-source-page  .open-source-logo{
    margin: 10px auto;
}


.tab-pane ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}

.tab-pane  ul li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.59);
}

.tab-pane  ul li .icon {
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    background: #106F00;
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    color: #fff;
    margin-right: 20px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.tab-pane  ul li  .info p {
    font-weight: 600;
    font-size: 18px;
    color: #106F00;
    margin-bottom: 0;
}

.tab-pane  ul li .info span {
    display: block;
    font-weight: normal;
    text-transform: none;
    color: #666666;
}

.tab-pane  ul li .info span .icon-normal{
    text-decoration: none;
    color: #666666;
}

.mission-vision .nav-tabs {
    border: 0;
}

.mission-vision .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: #10514c;
    border-radius: 0;
    border-right: 2px solid #ebf1f6;
    font-weight: 600;
    font-size: 15px;
}

.mission-vision .nav-link.active {
    color: #42cd6c;
    border-color: #42cd6c;
}



.img-rounded-wave{
    position: relative;
}

.img-rounded-wave:after{
    position: absolute;
    content: "";
    background: url("../../../assets/img/dot-shapes.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    left: 1px;
    z-index: 1;
    width: 99.7%;
    height: 10px;

}

.link-bf-primary {
    color: #106f00 ;
}

.link-bf-primary:hover{
    color: #42cd6c !important;
}

.open-source-img{
    display: flex;
    justify-content: center;
    align-items:center;
}

.open-source-img img{
    width: 180px;
}

.service-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon img  {
    height: 150px;
    width: 150px;
    padding: 10px;
    border: 1px solid #3db3d8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.service-details .name{
    color: #0e2332 ;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
   .small-d-none{
       display: none !important;
   }

    .top-social .social-icon {
        padding: 0 4px;
        height: 12px;
        font-size: 1rem;
    }
    .top-bar .icon {
        margin-bottom: 2px;
    }

    .mode-toggle-icon {
        height: 20px;
        width: 20px;
        font-size: 12px;
    }

    .contact-info {
        padding: 0 4px;
        line-height: 20px;
        font-size: 11px;
    }

    .ftr-table {
        font-size: 13px !important;
        padding: 2px;
    }

    .facilities-card, .small-card {
        padding: 5px;
        font-size: 12px;
    }

    .nav-menu-item {
        padding: 8px;
    }

    .muto {
        font-size: 12px;
    }

    .hero-content .hero-h1 {
        font-size: 22px;
    }

    .hero-content .hero-h2 {
        font-size: 26px;
    }

    .two-column-list {
        columns: 1;
    }
    
    .two-column-list li {
        font-size: 14px;
    }

    .text-h3 {
        font-size: 20px;
        letter-spacing: -1px;
        font-weight: 600;
    }

    .open-source-link {
        -ms-word-break: break-all;
        word-break: break-all;
    }

    .tab-pane ul li .icon {
        font-size: 30px;
        height: 50px;
        width: 50px;

    }

}

@media (min-width: 767px) {
    .medium-d-none{
        display: none;
    }
}

.color-massenger {
    background: #009ffd !important;
    color: #fff !important;
}

.color-massenger:hover {
    background: #009ffd;
}

.color-telegram {
    background: #239fdc !important;
    color: #fff !important;
}

.color-telegram:hover {
    background: #239fdc;
}

.color-whatsapp{
    background: #25d366 !important;
    color: #fff !important;
}


.color-whatsapp:hover {
    background: #25d366;
}


.social-contact .icon-sm {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
}


.social-contact .social-icon svg {
    height: 2rem;
    display: block;
    position: relative;
    line-height: inherit;
    transition: all .3s ease;
}

.img-card-wrapper .img-box{
    background-image: url("../../../assets/img/writer.jpg");
    min-height: 290px;
}

.img-card-wrapper .img-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
    padding: 40px;
}


.img-card-wrapper .img-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #015cb2;
    transition: all 0.4s;
}

.img-card-wrapper .img-box:before {
    background: #015cb2;
    background: -webkit-linear-gradient(to left,#015cb2,rgba(1, 92, 178, 0.9));
    background: -o-linear-gradient(to left,#015cb2,rgba(1, 92, 178, 0.9));
    background: -moz-linear-gradient(to left,#015cb2,rgba(1, 92, 178, 0.9));
    background: linear-gradient(to left,#015cb2, rgba(1, 92, 178, 0.9));
}

.card-color-secondary.img-card-wrapper .img-box:before {
    background: #f4b931;
    background: -webkit-linear-gradient(to left,#f4b931, rgba(248, 199, 109, 0.9));
    background: -o-linear-gradient(to left,#f4b931,rgba(248, 199, 109, 0.9));
    background: -moz-linear-gradient(to left,#f4b931,rgba(248, 199, 109, 0.9));
    background: linear-gradient(to left,#f4b931,rgba(248, 199, 109, 0.9));
}


.img-card-wrapper .img-box:hover:before {
    opacity: 0.8;
}

.img-card-wrapper .img-box a{
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.img-card-wrapper .img-box .icon-img {
    text-align: center;
    margin-bottom: 16px;
    display: block;
    font-size: 60px;
}

.img-card-wrapper .img-box .content .title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.img-card-wrapper .img-box .content .description {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
}

.org-info-card .col-md-6:nth-child(1) .img-card-wrapper, .org-info-card .col-md-6:nth-child(3) .img-card-wrapper {
    margin-top: -40px;
}


.institute-info{
    padding-left: 30px;
}

.institute-info .title{
    font-family: "Poppins", sans-serif;
    color: #d19200;
    line-height: 1.625;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 5px 0;
}

.institute-info .sub-title {
    color: #292929;
    line-height: 1.25;
    font-size: 35px;
    font-weight: 400;
}

.institute-info .line{
    height: 4px;
    width: 87px;
    margin: 16px 0;
    background-color: #b4b3b3;
}

.institute-info p {
    font-size: 16px;
    color: #292929;
    line-height: 26px;
}

.image-bg {
    position: relative;
    color: #fff;
    padding: 120px;
    background: linear-gradient(1deg, #006fd9, #024a8f);
}

.image-bg:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.125;
    background-image: url("../../img/bg-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-overlay-heading {
    line-height: 1.25;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 16px;
    text-shadow: 1px 0px 0px #000000;
}

.text-overlay-subheading {
    line-height: 1.25;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 0px 0px #000000;
    letter-spacing: 1px;
}

.single-item {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px 30px 20px 40px;
    color: #111;
}

.org-row .col-md-6:first-child .single-item {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 65%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
}

.org-row .col-md-6:nth-child(2) .single-item {
    clip-path: polygon(0% 0%, 100% 0%, 100% 15%, 100% 100%, 80% 100%, 11% 100%, 0% 65%, 0% 20%);
}

.org-row .col-md-6:nth-child(3) .single-item {
    clip-path: polygon(0% 0%, 90% 0%, 100% 36%, 100% 100%, 80% 100%, 21% 100%, 0% 100%, 0% 20%);
}

.org-row .col-md-6:last-child .single-item {
    clip-path: polygon(11% 0%, 100% 0%, 100% 0%, 100% 70%, 100% 100%, 0% 100%, 0% 100%, 0% 36%);
}


.single-item .inner {
    position: relative;
    padding-left: 55px;
}

.single-item .inner .icon-list {
    position: absolute;
    left: 0px;
    top: 0px;
}

.icon-list, .icon-list li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.single-item .inner .icon-list li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 22px;
    margin-left: -5px;
    padding-top: 0;
    transition: all 500ms ease;
    color: #f4b931;
}

.single-item p{
    margin-bottom: 0;
    font-size: 16px;
}

.single-item h4{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.activities-img-items {
    position: relative;
}

.activities-img-items .activities-image {
    max-width: 580px;
    position: relative;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 508 485"><path fill-rule="evenodd" clip-rule="evenodd" d="M273.307 22.3171C313.958 21.7364 354.018 -9.9391 392.233 3.1801C429.93 16.1214 448.114 56.8471 468.691 89.3925C487.204 118.672 501.176 150.33 506.594 184.055C511.646 215.497 501.66 246.444 499.018 278.149C496.315 310.595 504.839 344.713 490.737 374.404C476.393 404.605 448.022 426.759 419.387 445.812C390.95 464.733 359.473 482.18 324.811 484.809C290.921 487.38 261.165 463.161 227.293 460.384C188.086 457.169 146.979 481.781 110.746 467.257C75.3239 453.059 46.6799 419.717 37.6358 384.361C28.4117 348.301 68.3117 313.334 62.0057 276.717C55.164 236.989 -9.04387 211.189 1.08003 172.094C10.8117 134.513 77.5118 141.105 104.627 112.126C132.07 82.7954 119.879 25.7702 155.969 6.55486C190.772 -11.9748 233.369 22.8875 273.307 22.3171Z" /></svg>');
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: cover;
}

.activities-image img {
    width: 100%;
    height: 100%;
    max-width: 580px;
}

.activities-img-items .radius-shape {
    position: absolute;
    top: 45%;
    left: 55%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.activities-img-items .radius-shape img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}


.activity-info{
    margin-left: 24px;
}

.activity-info .text-sub-heading{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #d19200;
}

.activity-info .text-heading {
    font-size: 35px;
    font-weight: 400;
    line-height: 60px;
    color: #292929;
}

.icon-box-wrapper{
    display: flex;
    text-align: start;
    align-items: center;
}

.icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    padding: 10px;
    background-color: #fcf3dd;
    color: #f7b73e;
    margin-right: 10px;
    font-size: 22px;
}

.icon-box-icon  svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

.icon-box-content .box-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
}

.feature-card{
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 10px;
}

.feature-card .icon{
    font-size: 35px;
}

.feature-card .feature-info{
    font-size: 16px;
    font-weight: 600;
}

.bg-img-car{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0px;
    background-image: url("../../../assets/img/bg-01.png");
    opacity: 1;
    background-repeat: no-repeat;
    background-position: bottom right;
}


.bg-img-car:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(50deg, #0f77d9, #090e11);
    opacity: 0.90;
}



.accordion-card {
    background-color: #FFFFFF21;
    margin: 0px 0px 20px 0px;
}

.accordion-header {
    margin-bottom: 0;
}


.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 700;
    border: 0;
    color: #191825;
    background-color: #ffffff;
    border-radius: 0;
    padding: 12px 45px 12px 30px;
    min-height: 56px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.accordion-card .accordion-button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.accordion-card .accordion-button {
    background-color: #FFFFFF00;
    color: #FFFFFF;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-card .accordion-body {
    border-radius: 0;
    border: none;
    padding: 10px 30px 30px 30px;
}

.accordion-body p {
    color: #FFFFFF;
}

.features-image{
    height: auto;
    min-height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.featured-list li{
    padding: 4px 0;
}

.featured-list svg{
    color: #0c6709;
    margin-right: 4px;
}

.blog-item {
    position: relative;
}

.blog-item {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
    position: relative;
    z-index: 0;
}

.blog-item .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.333333;
    color: #292929;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    width: 47px;
    height: 46px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.blog-item.color-1::before {
    background: #4e58b2;
    background: -o-linear-gradient(to left,#4e58b2, rgba(78, 88, 178, 0.91));
    background: -moz-linear-gradient(to left,#4e58b2, #4e58b2e6);
}

.blog-item.color-2::before {
    background: #026bcf;
    background: -o-linear-gradient(to left,#026bcf, rgba(3, 107, 207, .90));
    background: -moz-linear-gradient(to left,#026bcf, rgba(3, 107, 207, .90));
}


.blog-item .date::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.3s;
    opacity: 0;
}


.blog-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: all 0.3s;
}

.blog-item .pic {
    border-bottom: 5px solid transparent;
    transition: all 0.3s;
}

.blog-item .text {
    position: relative;
    z-index: 2;
    padding: 25px 20px 30px 20px;
}

.blog-item .text .time {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 6px;
    transition: all 0.3s;
}

.blog-item .text .title {
    margin-bottom: 23px;
}

.blog-item .text .title a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.333333;
    color: #fff;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.blog-item .text .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.blog-item .text .author .ava {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
}

.blog-item .text .author .info {
    width: calc(100% - 43px - 15px);
}

.blog-item .text .author .info .name {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.blog-item .text .author .info .name a{
    text-decoration: none;
    color: #fff;
}

.blog-item .text .author .info .address {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    transition: all 0.3s;
}

.blog-item:hover .text .time {
    color: #7c7c7c;
}

.blog-item:hover::before {
    opacity: 0;
}

.blog-item:hover.color-1 .pic {
    border-color: #036bcf;
}

.blog-item:hover .text .title a {
    color: #292929;
}

.blog-item:hover .text .author .info .name {
    color: #7c7c7c;
}

.blog-item:hover .text .author .info .name a{
    color: #7c7c7c;
}

.blog-item:hover .text .author .info .address {
    color: #7c7c7c;
}

.faq-accordion .accordion-card {
    background-color: #fff;
    margin: 0px 0px 5px 0px;
}


.faq-accordion .accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 700;
    border: 0;
    color: #fff;
    background-color: #036bcf;
    border-radius: 0;
    padding: 12px 45px 12px 30px;
    min-height: 56px;
    gap: 2px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.faq-accordion .accordion-card .accordion-button {
    background-color: #026bcf;
    color: #FFFFFF;
}

.faq-accordion .accordion-body p {
    color: #333;
    font-size: 16px;
}

.icon-box{
    text-align: center;
}

.icon-box .icon-image {
    font-size: 68px;
    text-align: center;
}

.icon-box .icon-image svg{
    color: #3ac569;
}

.icon-box .title {
    color: #292929;
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 14px 0;
}

.icon-box .description {
    color: #747474;
    font-weight: 300;
    font-size: 18px;
}

.contact .col-md-4 .icon-box{
    border-left: 1px dotted #999;
}

.contact .col-md-4:first-child .icon-box{
    border-left: none;
}

@media (max-width: 991px) {
    .topbar-text .contact-info {
        font-size: 11px;
        line-height: 1.2;
    }

    .contact-info {
        padding: 0 1px;
    }

    .hero-area {
        margin-top: -57px;
    }
}


@media (max-width: 767px) {

    .top-branding {
        position: absolute;
        top: 3px;
        height: 69px;
        width: 47%;
        background-color: #006fd8;
        z-index: 5;
        border-bottom: 1px solid #273051;
    }

    .top-branding:before {
        position: absolute;
        content: '';
        top: 0px;
        right: -30px;
        min-width: 68px;
        height: 99px;
        background-color: transparent;
        z-index: 5;
        border-top: 68px solid #006fd7;
        transform: skewX(30deg);
    }
        .hero-area {
        margin-top: -57px;
    }

    .module-img img {
        height: 210px;
        width: auto;
    }

    .portfolio-img {
        height: 300px;
        width: auto;
        padding: 80px 0;
        animation: zoom-in-zoom-out 5s ease infinite;
    }

    .hero-title {
        font-size: 28px;
        line-height: 1.4;
        font-weight: 700;
        text-shadow: 1px 2px 5px #000;
        color: #fff;
    }

    .list-style-none li {
        list-style: none;
        font-size: 14px;
        line-height: 1.4;
    }

    .intro-video-area {
        padding: 40px 20px;
    }

    .image-bg {
        padding: 40px 20px;
    }

    .org-row .col-md-6:first-child .single-item {
        clip-path: none;
    }

    .org-row .col-md-6:nth-child(2) .single-item {
        clip-path: none;
    }

    .org-row .col-md-6:nth-child(3) .single-item {
        clip-path: none;
    }

    .org-row .col-md-6:last-child .single-item {
        clip-path: none;
    }


    .intro-video-area .video::after {
        right: -26px;
    }

    .primary-menu{
        padding-left: 8px;
    }

    .contact .col-md-4 .icon-box {
        border-left: none;
    }


}

@media (max-width: 380px) {
    .logo-default {
        height: 40px;
    }

    .branding .text-heading {
        font-size: 16px;
    }

    .header-subtitle {
        font-size: 10px;
    }

    .top-branding {
        position: absolute;
        top: 3px;
        height: 59px;
        width: 47%;
        background-color: #006fd8;
        z-index: 5;
        border-bottom: 1px solid #273051;
    }

    .top-branding:before {
        position: absolute;
        content: '';
        top: 0px;
        right: -30px;
        min-width: 68px;
        height: 99px;
        background-color: transparent;
        z-index: 5;
        border-top: 58px solid #006fd7;
        transform: skewX(30deg);
    }
    
    .btn-outline-light ,.btn-color-yellow{
        font-size: 12px;
        padding: 5px 10px;
    }

    .branding {
        gap: 3px;
    }


}