* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 26px;
    color: #696e77;
    font-weight: 400;
    overflow-x:hidden;
}

.large-container {
    position: relative;
    max-width: 1650px;
    padding: 0px 15px;
    margin: 0 auto;
}

/* ==================== Start Header Top Css ==================== */
.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
}
.ptt{
    padding-bottom:20px;
}
.top-bar {
    padding: 8px 20px;
}

.d-flex {
    display: flex !important;
    justify-content: flex-end;
}

.top-bar .top-md {
    position: relative;
    padding-left: 80px;
}

    .top-bar .top-md .text.workings {
        font-weight: 500;
    }

    .top-bar .top-md .text {
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
        color: #fff;
        padding-right: 15px;
    }

    .top-bar .top-md .call a,
    .top-bar .top-md .mail a {
        font-size: 17px;
        line-height: 25px;
        color: #fff;
        display: block;
        background: #008bf9;
        border-radius: 9px;
        padding: 1px 15px;
    }

.top-bar .top-rt {
    justify-content: flex-end;
    align-items: flex-end;
}

    .top-bar .top-rt .social-icons ul li a {
        width: 35px;
        height: 35px;
        line-height: 38px;
    }

.top-bar .social-icons {
    position: relative;
    text-align: left;
}

    .top-bar .social-icons ul {
        margin-bottom: 0;
    }

        .top-bar .social-icons ul li {
            display: inline-block;
            margin: 0px;
            padding: 0px 3px;
        }

            .top-bar .social-icons ul li .m-icon {
                border: 0px; /*background: #36619a;*/
                width: 40px;
                height: 40px;
                color: #fff;
                font-size: 17px;
                text-align: center;
                line-height: 40px;
                display: block;
                border-radius: 40px;
            }
/* ==================== Start Header Top Css ==================== */

/* ==================== Start Heaer Nav Css ==================== */
.header-nav-main .header-logo {
    position: relative;
}
/*.header-nav-main .header-logo svg{position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;z-index: 1;*/ /* height: 185%;width: 120%; */ /*}
.header-nav-main .header-logo .logo {display: block;position: relative;z-index: 2;text-align: center;padding:8px 8px;margin:0;}
.header-nav-main .header-logo .logo img{max-width:100%;}
.header-nav-main .menu-toggle .nav-menu{display:flex; margin:0; justify-content:center; flex-wrap:wrap;}
.header-nav-main .menu-toggle .nav-menu li{list-style:none; padding:0 15px;}
.header-nav-main .menu-toggle .nav-menu li a{color:#0f3567;text-decoration:none;padding: 29px 6px;display: inline-block;font-size:18px;line-height: 24px;font-weight:600;}
.header-nav-main .nav-tog-column {justify-content: flex-end;display: flex;}
.header-nav-main .navbar-togglers {padding-right: 20px;top: 0;}
.header-nav-main .navbar-togglers {position: relative;display: none;top:10px;right: 5px;}
.header-nav-main .navbar-togglers.hamburger-menu .line {width: 25px;height: 2px;background-color:#0f3567;display: block;margin: 6px auto;}
.header-nav-main .menu-toggle .nav-menu li.dropdown:hover .dropdown-menu{display:block;}
.header-nav-main .menu-toggle .nav-menu li.dropdown:hover .dropdown-menu li a{padding:10px 0; font-size:18px; line-height:24px; color:#0f3567; font-weight:500;}
.header-nav-main .menu-toggle .nav-menu li.dropdown:hover .dropdown-menu li a:hover{background:none; color:#ffb302;}*/
.header-nav-main .apply-btn {
    background: #008bf9;
    min-width: 167px;
    position: relative;
    border-radius: 12px;
    display: inline-block;
    min-width: 160px;
    line-height: 26px;
    font-size: 16px;
    padding: 8px 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: 1px solid #008bf9;
}

/*New CSS form Header*/
nav {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    z-index: 99;
}

    nav .navbar {
        height: 100%; /*max-width: 1250px;*/
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto; /* background: red; */
        padding: 0 50px;
    }

.navbar .logo a {
    font-size: 30px;
    color: #0f3567;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}

    nav .navbar .links li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        padding: 0 14px;
    }

        nav .navbar .links li i {
            font-size: 14px;
        }

        nav .navbar .links li a {
            height: 100%;
            text-decoration: none;
            white-space: nowrap;
            color: #089254;
            font-size: 18px; /*font-weight: 600;*/
        }
nav .navbar .links li a:hover {
        color: #008f4f;
    }
nav .navbar .links li .arrow:hover {
        color: #089254;
    }

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow { /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 74px;
    text-align: center;
    display: inline-block;
    color: #089254;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: #008f4f;
    min-width: 200px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding: 0;

}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar .links li .sub-menu a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0 22px
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu { /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative; /*height:40px; width:40px;*/
}

    .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 40px);
        top: 80px;
        height: 60px;
        width: 300px;
        background: #3E8DA8;
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
    }

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3E8DA8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}
/*New CSS form Header And*/
/* ==================== And Hader NAv Css ==================== */

/* ==================== Start Banner Css ==================== */
.hamara-par {
    p {
        text-align: justify;
    }
}
.banner-section {
    position: relative;
    background: url(../images/banner1.png) no-repeat left bottom;
    background-size: cover;

    h2 {
        font-size: 35px;
        line-height: 40px;
        color: #008f4f;
        font-weight: 600;
    }

    p {
        font-size: 35px;
        line-height: 40px;
        color: #008f4f;
        font-weight: 600;
    }

    a {
        background: #008f4f;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        border: 1px solid #04653a;
    }

        a:hover {
            background: #04653a;
            transition: all 0.3s ease 0s;
            cursor: pointer;
            border: 1px solid #04653a;
        }
}

.banner-title {
    font-size: 48px;
    font-weight: 700;
}

.banner-year {
    font-size: 24px;
    margin-top: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .banner-title {
        font-size: 28px;
    }

    .banner-year {
        font-size: 18px;
    }
}


.discover-btn {
    background: #008f4f;
    min-width: 167px;
    position: relative;
    border-radius: 12px;
    display: inline-block;
    min-width: 160px;
    line-height: 26px;
    font-size: 16px;
    padding: 8px 20px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #008f4f;
}
.discover-btn:hover {
    background: #04653a;
    border: 1px solid #04653a;
}


/* ==================== And Banner Css ==================== */
/* ==================== Start our introduction Css ==================== */
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding .simply {
    color: #008f4f;
}

.upstudy-brand-section {
    position: relative;
    background: url('../images/intro-bg-right.png') no-repeat left bottom, url('../images/intro-bg-left.png') no-repeat right top;
}

.intro-sir {
    display: flex;
}

.intro-sir .contant {
    padding: 15px;
}

.intro-sir .contant p {
    color: #008f4f;
}

.common .button {
    margin-left: 50px;
}

.common .button .discover-btn {
    background-color: #008f4f;
    color: #fff;
    border-color: #008f4f;
}

.common .button .discover-btn:hover {
    background: #04653a;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #04653a;
}

.common2 .button {
    margin-left: 0px;
}

.common2 .button .discover-btn {
    background-color: #008f4f;
    color: #fff;
}

.common2 .button .discover-btn:hover {
    background: #04653a;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #04653a;
}
.varta {
    text-align: center;
    padding-bottom: 50px;
}
.varta .button {
    margin-left: 0px;
}

.varta .button .discover-btn {
    background-color: #008f4f;
    color: #fff;
}

.varta .button .discover-btn:hover {
    background: #04653a;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #04653a;
}

.vanmali-varta {
    display: flex;
    justify-content: space-between;
    margin: 50px 0px 0px 0px;
}

/*vishvarang*/
.vishvarang-main {
    position: relative;
    background: url(../images/visvrang.png) no-repeat left bottom;
    background-size:cover;
    /*    background: url(../images/intro-bg-right.png) no-repeat left bottom, url(../images/intro-bg-left.png) no-repeat right top;*/
}
.vishvarang {
    display: flex;
    justify-content: space-between;
    margin: 50px 0px 0px 0px;
    position: relative;
    justify-content: center;
}
.vishvarang .vishvarang-box{
    text-align: center;
}
.vishvarang .vishvarang-box h2{
    font-size: 35px;
    line-height: 40px;
    color: #008f4f;
    font-weight: 600;
}
.vishvarang .vishvarang-box h3{
    font-size: 18px;
    line-height: 40px;
    color: #333;
    font-weight: 600;
}
.vishvarang-inner{
    padding-bottom:50px;
}
.vishvarang-inner in {
    display:flex;
}
/*vishvarang*/
/* ==================== And our introduction Css ==================== */
/* ==================== Start vanmali Varta Css ==================== */
.varta-section {
    position: relative;
    background: url(../images/building-journey.png) no-repeat top center;
    background-size: cover;
    position: relative;
}
.varta-section:before {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.8;
}

.varta .button {
    margin-left: 0px;
}

.varta .button .discover-btn {
    background-color: #008f4f;
    color: #fff;
}

.vanmali-varta {
    display: flex;
    justify-content: space-between;
    margin: 50px 0px 0px 0px;
    position: relative;
    justify-content: center;
}
.news-slider2{
    
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    padding: 2px;
    border-radius: 20px;
}
/* ==================== And vanmali Varta Css ==================== */
/* ==================== Start vanmali shrajan peeth Css ==================== */
.vanmali-house-right {
    padding:20px;
}

.vanmali-house-right h2 {
    font-size: 35px;
    line-height: 40px;
    color: #008f4f;
    font-weight: 600;
}
.peeth{
    display:flex;
}
.peeth ul {
    margin:0px;
    padding:0px;
}
.peeth ul li {
    padding: 4px;
    margin: 5px;
    color: #04653a;
    border-radius: 10px;
    border: 1px solid #04653a;
}
.peeth ul li img {
    width:30px;
}
.vanmali-house-right p {
    text-align: justify;
}
.vanmali-house-right img {
    /*padding-bottom: 20px;*/
}
/* ==================== And vanmali shrajan peeth Css ==================== */
/* ==================== Start vanmali shrajan kendra Css ==================== */
.shrajan-kendra {
    position: relative;
    background: url('../images/vision-shape-bg.png') no-repeat left bottom;
    background-size: cover;
}

.vanmali-map {
    max-width: 100%;
    height: auto;
}
.left-contant {
    h2 {
        font-size: 35px;
        line-height: 40px;
        color: #008f4f;
        font-weight: 600;
    }
}
/* Mobile adjustments */
@media (max-width: 767px) {
    .left-contant h2 {
        font-size: 22px;
    }

    .left-contant p {
        font-size: 15px;
        line-height: 1.6;
    }
}

/* ==================== And vanmali shrajan kendra Css ==================== */
/* ==================== Start vanmali katha samman Css ==================== */

.our-programs-section h2 {
    font-size: 1.8rem;
}
.right-contant {
    h2 {
        font-size: 35px;
        line-height: 40px;
        color: #008f4f;
        font-weight: 600;
    }
}
@media (min-width: 992px) {
    .our-programs-section h2 {
        font-size: 2.2rem;
    }
}

/* Start prakashan*/
.prakashan-section {
    background: #F5FBFB url(../images/prakashan-bg.png) no-repeat top center;
    padding: 50px 0;
    position:relative;
}
.book-shape-main img {
    position: absolute;
    z-index: 0;
}

.book-shape-main img:nth-child(1) {
    left: 0%;
    top: 0%;
}

.book-shape-main img:nth-child(2) {
    right: 0%;
    bottom: 0%;
}


.prakashan-section .tab-content {
    position: relative;
    z-index: 1;
}
.prakashan-section .tab-content img {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 5px solid #fff;
    max-height: 410px;
}

.prakashan-main {
    position: relative;
}


.vanmali-varta-box h2 {
    font-size: 35px;
    line-height: 40px;
    color: #008f4f;
    font-weight: 600;
}

.prakashan-section .nav-tabs {
    border: 0;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}

.prakashan-section .nav-tabs .nav-item .nav-link {
    background: #F5F5F5;
    min-width: 314px;
/*    min-height: 116px;*/
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-right: 13px;
    color: #000;
    padding-left: 25px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
    /* background-color: #ffffff; */
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 5px solid #fff;
}

.prakashan-section .nav-tabs .nav-item .nav-link.active,
.prakashan-section .nav-tabs .nav-item .nav-link:hover {
    background: #008f4f;
    color: #fff;
    position: relative;
    /* background-color: #ffffff; */
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 5px solid #fff;
}

.prakashan-section .nav-tabs .nav-item .nav-link.active:after,
.prakashan-section .nav-tabs .nav-item .nav-link:hover:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #008f4f;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.prakashan-section .nav-tabs .nav-item .nav-link.active span,
.prakashan-section .nav-tabs .nav-item .nav-link:hover span {
    color: #fff;
}

.prakashan-section .nav-tabs .nav-item .nav-link:hover .icon-itme,
.prakashan-section .nav-tabs .nav-item .nav-link.active .icon-itme {
    background: #fff;
}

.prakashan-section .nav-tabs li:last-child.nav-item .nav-link {
    margin-right: 0;
}

.prakashan-tab-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.prakashan-tab-main .icon-itme {
    min-width: 59px;
    min-height: 59px;
    background: #E5C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 15px;
}

.prakashan-section .nav-tabs .nav-item .nav-link strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.prakashan-section .nav-tabs .nav-item .nav-link span {
    font-size: 16px;
    color: #000000;
}

.tab-design {
    padding: 20px 0px;
}

.tab-design {
    padding: 20px 0px;
}

.events-save-main {
    text-align:center;
    margin-top:20px;
}
.pl-0{padding-left:0;}
/*And Prakash*/
/* ==================== And vanmali katha samman Css ==================== */
/*Start Agami Program*/
.agami-program {
    position: relative;
    background: url(../images/awardsbg.png) no-repeat top center;
    background-attachment: fixed;
    background-size: 100%;
    padding-bottom:80px;
}
.vanmali-varta-box{
    text-align:center;
}

.agami-program .right-contant {
    text-align: left;
}

.agami-program .right-contant p {
    text-align: justify;
}

.agami-program .right-contant .button {
    margin-left: 0px;
}

.agami-program .right-contant .button a {
    background: #008f4f;
    min-width: 167px;
    position: relative;
    border-radius: 12px;
    display: inline-block;
    min-width: 160px;
    line-height: 26px;
    font-size: 16px;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    border: 1px solid #707070;
}

    .agami-program .right-contant .button a:hover {
        background: #04653a;
        transition: all 0.3s ease 0s.owl-carousel .owl-item img cursor: pointer;
        border: 1px solid #04653a;
    }

.agami-program .right-contant .button a img {
    width: 19px;
    float: right;
    margin: 6px;
}

.agami-program .right-contant {
    text-align: left;
    padding: 20px;
    color: #000;
}
.agami-program .right-contant h3{
    text-align: left;
    color: #008f4f;
}

.common2 .button a img {
    /*width:50px;*/
}

.vanmali-program {
    margin: 50px 0px 30px 0px;
}

.title-design {
    width: 280px !important;
    padding-bottom: 20px;
}

#sync1 .item {
    background: #edefee;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 20px;
    text-align: center;
    
}

#sync2 .item {
    background: #008f4f;
    padding: 7px 0px 1px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

    #sync2 .item h1 {
        font-size: 18px;
    }

#sync2 .current .item {
    background: #04653a;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    #sync1.owl-theme .owl-prev {
        left: 10px;
    }

    #sync1.owl-theme .owl-next {
        right: 10px;
    }

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none !important;
}

/*And Agami Program*/

/*Start Chitra vidhi*/

.chitra-vidhi {
    position: relative;
    background-color: #fff5f3 !important;
    background: url(../images/chitra-bg.png) no-repeat;
    padding: 80px 0px;
}

.chitra-vidhi .vidhi {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius:10px;
}

.chitra-vidhi .vidhi .chitra {
    padding: 20px;
}

.chitra-vidhi .vidhi h3 {
    font-size: 16px;
    color:#008f4f;
    font-weight:600;
}

.chitra-vidhi .vidhi p {
    font-size: 16px;
    color:#008f4f;
}
/*And Chitra vidhi*/
/* ==================== Start counter Css ==================== */
.impacts {
    padding: 60px 0;
    background-color: #fafafa;
    position: relative;
    background: url('../images/impact-right.png') no-repeat right top;
    background-size: cover;
}

/* Card */
.counter-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 30px 30px 110px;
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: 0.3s ease;
}

    /* dotted pattern */
    .counter-card::after {
        content: "";
        position: absolute;
        top: 15px;
        right: 15px;
        width: 80px;
        height: 80px;
        background-image: radial-gradient(#ddd 1.5px, transparent 1.5px);
        background-size: 10px 10px;
        opacity: 0.6;
    }

    .counter-card:hover {
        transform: translateY(-6px);
    }

/* Icon */
.icon-box {
    position: absolute;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-box img {
        width: 34px;
    }

    /* Colors */
    .icon-box.green {
        background: rgba(0, 200, 150, 0.15);
    }

    .icon-box.blue {
        background: rgba(90, 120, 255, 0.15);
    }

    .icon-box.orange {
        background: rgba(255, 165, 0, 0.2);
    }

/* Content */
.counter-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #008f4f;
    margin-bottom: 4px;
}

.counter-content p {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #008f4f;
    margin: 0;
}



/* ==================== And counter Css ==================== */

/* ==================== Start Request Css ==================== */
.request-main {
    position: relative;
    background: url('../images/shape2.png') no-repeat right top;
}

.request {
    position: relative;
    background: url('../images/reques-left.png') no-repeat;
    background-position: center;
    background-size: cover;
}

    .request .inner-left {
        padding: 50px;
        color: #fff;
    }

        .request .inner-left h3 {
            padding: 20px 0px;
        }

        .request .inner-left .call-us {
            display: flex;
            border-top: 1px solid #CF6D6D;
            border-bottom: 1px solid #CF6D6D;
        }

            .request .inner-left .call-us .call-anytime {
                display: flex;
            }

                .request .inner-left .call-us .call-anytime h4 {
                    font-size: 14px;
                    font-weight: 700;
                }

                .request .inner-left .call-us .call-anytime p {
                    margin: 0px;
                }

                .request .inner-left .call-us .call-anytime img {
                    width: 52px;
                    height: 52px;
                }

.soft-bordere {
    padding: 20px;
    border-right: 1px solid #CF6D6D;
}

.soft-bordere-right {
    padding: 20px;
}
/* ==================== And Request Css ==================== */
/* ==================== Start resources Css ==================== */
.resources {
    padding: 90px 0;
}


/* ==================== And resources Css ==================== */

/* ==================== Start Get In Touch Css ==================== */
.contact-main {
    margin-top: 90px;
}

.bottom-bg {
    /*background-color: #333;
    margin: 80px 0px;*/
    position: relative;
    padding: 50px 0px 200px !important;
}

.request-right {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.contact-form .button a {
    background: #008f4f;
    min-width: 167px;
    position: relative;
    border-radius: 12px;
    display: flex;
    min-width: 100%;
    line-height: 26px;
    font-size: 16px;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    border: 1px solid #008f4f;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
}

    .contact-form .button a:hover {
        background: #04653a;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        border: 1px solid #04653a;
    }

.right-img-get {
    position: absolute;
    bottom: -1px;
    left: 50px;
}

.contact-main .contact-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 55px;
    display: inline-block;
    color: #020626;
    margin-bottom: 10px;
}

    .contact-main .contact-title span {
        color: #ffb302;
    }

.contact-main .contact-title-wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #7F7F8C;
    margin-bottom: 40px;
}

.contact-main .contact-content-mail {
    margin-bottom: 10px;
}

.contact-main .contact-content-mail-icon {
    margin-right: 55px;
}

    .contact-main .contact-content-mail-icon span {
        color: #336ef9;
    }

.contact-main .contact-item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 2.8;
    color: #020626;
    border-bottom: 1px solid #D9D9D9;
}

    .contact-main .contact-item-title a {
        color: #020626;
    }

        .contact-main .contact-item-title a:hover {
            color: #ffb302;
        }

.contact-main .contact-content-phone {
    margin-bottom: 50px;
}

.contact-main .contact-content-phone-icon {
    margin-right: 70px;
}

.contact-main .contact-location-wrapper {
    margin-right: 30px;
}

.contact-main .contact-location-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #020626;
    margin-bottom: 15px;
}

    .contact-main .contact-location-title i {
        color: #020626;
        font-size: 16px;
    }

.contact-main .contact-location a {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #6F7183;
}

/*Contact use form*/
.contact-form {
    border-radius: 9px;
    padding: 20px 50px 20px 0px;
}

    .contact-form .contact-form-title {
        font-weight: 500;
        font-size: 32px;
        line-height: 35px;
        text-transform: capitalize;
        color: #020626
    }

    .contact-form .contact-form p {
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: #555555;
        margin-bottom: 30px;
    }

    .contact-form .contact-input {
        margin-bottom: 26px;
    }

        .contact-form .contact-input input {
            width: 100%;
            height: 60px;
            border: 1px solid #D4DCE0;
            background-color: #f8f8f9;
            outline: 0;
            color: #020626;
            padding: 0 25px;
            border-radius: 2px;
        }

        .contact-form .contact-input textarea {
            /*height: 271px;*/
            background-color: #f8f8f9;
            resize: none;
            line-height: 3.5;
            border-radius: 2px;
            border: 1px solid #D4DCE0;
            width: 100%;
            padding-left: 26px;
            padding-right: 26px;
        }

    .contact-form .btn-square {
        background-color: #008bf9;
        color: #fff;
        height: 67px;
        line-height: 67px;
        padding: 0 55px;
        overflow: hidden;
        display: inline-block;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        position: relative;
        z-index: 9;
        border: 0;
    }

        .contact-form .btn-square:hover {
            color: #020626;
        }

        .contact-form .btn-square::before {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 0%;
            height: 100%;
            z-index: -1;
            content: "";
            background: #ffb302;
            transition: all 500ms ease-in-out;
        }

        .contact-form .btn-square:hover::before {
            left: 0%;
            right: auto;
            width: 100%;
        }

    .contact-form .contact-form p {
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: #555555;
        margin-bottom: 30px;
    }

    .contact-form .contact-input textarea:focus,
    .contact-form .contact-input textarea:focus-visible,
    .contact-form .contact-input input:focus {
        border: 1px solid #336ef9;
        outline: 0;
    }

.map-section iframe {
    margin-bottom: -10px;
}
/*Inner Banner CSS*/
.inner-banner {
    position: relative;
    padding: 120px 0px;
    overflow: hidden;
    text-align: center;
}

.inner-banner .bakground-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    
.inner-banner .page-header-content {
    position: relative;
    z-index: 9;
}

.inner-banner .banner-title-inner .title {
    position: relative;
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    word-break: break-word;
}

.breadcrumb {
    position: relative;
    margin-top: 20px !important;
    display: inline-block;
}

.breadcrumb li {
    position: relative;
    display: inline-block;
    padding: 0px 18px 0px 6px;
    color: #fff;
    margin-bottom: 0px;
}

.breadcrumb li:before {
    position: absolute;
    content: "/";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400;
    font-size: 23px;
    right: 0px;
    top: 3px;
}

.breadcrumb li:last-child:before {
    display: none;
}

.breadcrumb li a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.breadcrumb li:first-child {
    padding-left: 0px;
}


/*Inner Banner CSS And*/
/* ==================== And Get In Touch Css ==================== */

/* ==================== Start Events ==================== */
.events-section .events {
    background: #fff;
    margin: 0 0 20px 0;
    border: 1px solid rgba(164, 164, 164, 0.1);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.06);
    padding: 15px;
}

.events-img {
    padding-bottom: 10px;
}
/* ==================== AND Events ==================== */
/* ==================== Start About Us ==================== */
/*Inner Banner CSS*/
.inner-banner {
    position: relative;
    padding: 180px 0px 80px 0px;
    overflow: hidden;
    text-align: center;
}

.callus-button {
    margin: 50px 0px;
}

.brand-content-wrap h2 {
    font-size: 35px;
    line-height: 40px;
    color: #008f4f;
    font-weight: 600;
}
.brand-content-wrap p {
    text-align: justify;
}

.inner-banner .bakground-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.inner-banner .page-header-content {
    position: relative;
    z-index: 9;
}

.inner-banner .banner-title-inner .title {
    position: relative;
    font-size: 40px;
    line-height: 65px;
    font-weight: 700;
    color: #008f4f;
    margin: 0px;
    word-break: break-word;
}

.breadcrumb {
    position: relative;
    margin-top: 20px !important;
    display: inline-block;
}

.breadcrumb li {
    position: relative;
    display: inline-block;
    padding: 0px 18px 0px 6px;
    color: #333;
    margin-bottom: 0px;
}

.breadcrumb li:before {
    position: absolute;
    content: "/";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400;
    font-size: 23px;
    right: 0px;
    top: 3px;
}

.breadcrumb li:last-child:before {
    display: none;
}

.breadcrumb li a {
    color: #008f4f;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.breadcrumb li:first-child {
    padding-left: 0px;
}

.about-img-2.about2 {
    padding-top: 120px;
}
/*Inner Banner CSS And*/
/*About CSS*/
.about-section {
    padding: 50px 0;

    h2 {
        font-size: 25px;
        line-height: 40px;
        color: #008f4f;
        font-weight: 600;
    }

    button {
        color: #fff;
        background-color: #008f4f;
        border-color: #008f4f;
    }

        button:hover {
            background-color: #00874b;
            border-color: #00874b;
        }
}
.about-section h5 {
    color:#f03138;
}

.about-wrap {
    position: relative;
}

.about-img-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.about-img-1 img {
    border: 11px solid #fff;
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.07));
    border-radius: 0px 32px 0px 0px;
}

.about-img-2 {
    padding-top: 120px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}
.table-dark {
    background-color: #008f4f;
}

.sangathan {
    h3 {
        font-size: 35px;
        line-height: 40px;
        color: #008f4f;
        font-weight: 600;
    }
}
/*.about-img-2 img {
    border: 7px solid #fff;
    border-radius: 0px 0px 0px 34px;
}*/
.about-shape-1 {
    position: absolute;
    top: 120px;
    left: -20px;
    z-index: 9;
    animation: tpupdown 0.8s infinite alternate;
}

.tp-about-shape-2 {
    position: absolute;
    top: 30px;
    left: -20px;
    z-index: 9;
}

    .tp-about-shape-2::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px dashed rgba(255, 255, 255, 0.6);
        content: "";
        border-radius: 50%;
        transform: scale(1.2);
    }

.tp-about-shape-3 {
    position: absolute;
    top: 20px;
    right: 70px;
    animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

@keyframes animationglob {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tpupdown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
/*About CSS And*/
/* ==================== And About Us ==================== */
/* ==================== Start Services ==================== */
.services-section {
    padding: 90px 0;
}

    .services-section h2 {
        font-weight: 600;
        font-size: 42px;
        text-transform: capitalize;
        color: #020626;
        line-height: 52px;
        display: block;
    }

        .services-section h2 span {
            color: #ffb302
        }

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.service-wrap {
    border: 1px solid rgba(164, 164, 164, 0.1);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.06);
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    min-height: 480px;
}

    .service-wrap::after {
        position: absolute;
        content: "";
        top: auto;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background-color: #336ef9;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .service-wrap:hover::after {
        opacity: 1;
        visibility: visible;
        height: 100%;
        top: 0;
        left: 0;
        bottom: auto;
    }

.service-shape {
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.service-wrap:hover .service-shape {
    opacity: 1;
    visibility: visible;
    top: 0;
    right: 0;
}

.service-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

    .service-icon span {
        height: 45px;
        width: 45px;
        background: rgba(51, 110, 249, 0.1);
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: -15px;
        right: -15px;
        transition: 0.3s;
    }

.z-index-1 {
    z-index: 1;
}

service-content h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #020626;
    margin-bottom: 15px;
    transition: 0.3s;
}

.service-content p {
    font-weight: 400;
    font-size: 16px;
    color: #9C9C9C;
    padding-bottom: 15px;
}

.service-link a {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #336ef9;
    transition: 0.3s;
}

.service-wrap:hover .service-icon svg path {
    fill: #FFF;
}

.service-wrap .service-link a.child-2 svg {
    stroke: #336ef9;
    transform: rotate(0);
    fill: none;
    stroke-width: 6;
    transition: 0.3s;
}

.service-wrap:hover .service-link a.child-2 svg {
    stroke: #ffb302;
    transform: rotate(40deg);
}

.service-wrap:hover .service-icon span {
    background: rgba(255, 255, 255, 0.1);
}

.moretext {
    display: none;
}

.moreless-button {
    color: #9C9C9C;
}

.service-wrap:hover .service-content h5,
.service-wrap:hover .service-content p,
.service-wrap:hover .service-link a,
.service-wrap:hover .moreless-button {
    color: #fff;
}

.morecontent span {
    display: none
}

.morelink {
    color: #008bf9;
    display: block;
}

.service-wrap:hover .morelink {
    text-decoration: underline;
    color: #fff;
}
/* ==================== And Services ==================== */
/* ==================== Start Our team ==================== */
.our-team-section {
    background: url(../images/shape-bg.png) no-repeat 105% 60%;
}

.team-member-card {
    margin-bottom: 36px;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background-color: #F9F9F9;
    transition: all 0.5s ease-out;
}

    .team-member-card .image {
        overflow: hidden;
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(1.001);
        transition: all 0.5s ease-out;
    }

    .team-member-card .inner-wrapper {
        position: relative;
        margin: 0 20px;
    }

    .team-member-card .content {
        text-align: center;
        padding: 16px 24px;
        background-color: #008bf9;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        bottom: -50px;
        transform: scale(0);
        visibility: hidden;
        overflow: hidden;
        transition: all 0.5s ease-out;
    }

        .team-member-card .content .title {
            margin-bottom: 0;
            color: #ffffff;
            transition: unset;
        }

            .team-member-card .content .title span {
                transition: unset;
            }

        .team-member-card .content .desc {
            font-size: 16px;
            font-weight: 400;
            line-height: 27.2px;
            color: #ffffff;
            margin-bottom: 0;
        }

    .team-member-card:hover .content {
        transform: scale(1);
        visibility: visible;
        overflow: visible;
        transition: all 0.5s ease-out;
    }

.cto-box {
    margin: 0 auto 80px;
}
/* ==================== And Our team ==================== */

/* ==================== Start partners ==================== */
.partners-section {
    position: relative;
}

    .partners-section .brand {
        position: relative; /*width: 16%;*/
        margin: 0 0 50px;
        display: block;
        text-align: center;
        padding: 20px;
        border: 1px solid #f2f2f2;
        -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
        border-radius: 10px;
        background-color: #fff;
    }

        .partners-section .brand:hover {
            background-color: #ffb302;
        }

        .partners-section .brand img {
            width: 76%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .partners-section .brand .hover-img {
            position: absolute;
            width: 76%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            top: 0;
            left: 12%;
            z-index: 5;
            padding: 15px;
            opacity: 0;
            -webkit-transform: scale(2);
            -ms-transform: scale(2);
            transform: scale(2);
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            pointer-events: none;
        }

        .partners-section .brand:hover .hover-img {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        .partners-section .brand:hover img {
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        .partners-section .brand::before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 1px solid #ffb302;
            border-radius: 10px;
            pointer-events: none;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            z-index: -1;
        }

        .partners-section .brand:hover::before {
            opacity: 1;
            -webkit-transform: rotate(8deg);
            -ms-transform: rotate(8deg);
            transform: rotate(8deg);
        }

        .partners-section .brand::after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 1px solid #ffb302;
            border-radius: 10px;
            pointer-events: none;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            z-index: -1;
        }

        .partners-section .brand:hover::after {
            opacity: 1;
            -webkit-transform: rotate(-8deg);
            -ms-transform: rotate(-8deg);
            transform: rotate(-8deg);
        }

/* ==================== And partners ==================== */

/* ==================== Start Contact Us ==================== */

input,
textarea {
    font-family: "Poppins", sans-serif;
}


.form {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
}

.contact-form {
    margin-left: auto;
    background: #fff;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 0px 18px 0px 18px;
    padding: 14px 0px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #dc3545);
    position: absolute;
}

    .circle.one {
        width: 130px;
        height: 130px;
        top: 130px;
        right: -40px;
    }

    .circle.two {
        width: 80px;
        height: 80px;
        top: 10px;
        right: 30px;
    }

.contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #dc3545;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.input-container {
    position: relative;
    margin: 1rem 0;
}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}


.input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

    .input-container span:before,
    .input-container span:after {
        content: "";
        position: absolute;
        width: 10%;
        opacity: 0;
        transition: 0.3s;
        height: 5px;
        background-color: #960101;
        top: 50%;
        transform: translateY(-50%);
    }

    .input-container span:before {
        left: 50%;
    }

    .input-container span:after {
        right: 50%;
    }

.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}

.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}

    .contact-info .title {
        color: #960101;
    }

.text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
}

    .information i {
        color: #a50000;
    }
.information p {
    padding: 0px 0px 0px 10px;
    margin:0px;
}
.icon {
    width: 28px;
    margin-right: 0.7rem;
}


.contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #dc3545;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
}

.big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #1cd4af, #159b80);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
}

    .big-circle:after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        background-color: #fafafa;
        border-radius: 50%;
        top: calc(50% - 180px);
        left: calc(50% - 180px);
    }

.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}
.map-section iframe {
    margin-bottom: -10px;
}
/*Contact use form and*/
/* ==================== And Contact Us ==================== */

/* ==================== Start Startup Associated ==================== */
.startup-box.type-two {
    overflow: hidden;
}

.startup-main {
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
}

.startup-box {
    position: relative;
    margin-bottom: 0px;
}

    .startup-box h2 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 6px;
    }

.image-box {
    display: flex;
    align-content: center;
    justify-content: center;
}

.startup-box.type-two .image-box img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.startup-box .zm-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 3;
    top: -100px;
    right: 40px;
    background: #008bf9;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
}

.startup-box.type-two .content-box {
    position: absolute;
    padding: 40px 20px 20px;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
}

.startup-box.type-two:hover .content-box {
    transform: translateY(0);
    opacity: 1;
}

.startup-box.type-two .content-box .bg {
    content: "";
    position: absolute;
    background-color: #008bf9;
    opacity: 0.902;
    -webkit-clip-path: polygon(0% 27%, 100% 43%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 27%, 100% 43%, 100% 100%, 0% 100%);
    width: 100%;
    height: calc(100% + 20px);
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    opacity: 0;
}

.startup-box.type-two:hover .bg {
    transform: translateY(0);
    opacity: 0.8;
}

.startup-box.type-two .content-box .title-30 {
    position: relative;
    z-index: 2;
}

.title-30 {
    font-size: unset;
    line-height: unset;
    margin: 0px;
}

.startup-box.type-two .content-box .title-30 a {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
}

.startup-box.type-two .content-box p {
    position: relative;
    z-index: 2;
    color: #fff;
    margin: 0px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.startup-box.type-two:hover .zm-btn {
    top: 40px;
}
/* ==================== And Startup Associated ==================== */

/* ==================== Start Mentors ==================== */
.mentors-box {
    position: relative;
    margin-bottom: 30px;
}

.mentors-box-inner,
.mentors-box-image {
    position: relative;
}

.mentors-box-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    padding-bottom: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mentors-box-inner:hover .mentors-box-overlay {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.mentors-box-overlay:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    opacity: 0.90;
    background: #008bf9;
    background: linear-gradient(to top right, #008bf9 0%, rgb(18,43,188) 100%);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}

.mentors-box-icon {
    position: relative;
    width: 65px;
    height: 65px;
    margin: 0 auto; /*    line-height: 68px;border-radius: 50px;border: 3px solid #008bf9;background-color:#fff;*/
    margin-bottom: 5px;
}

.mentors-box-image img {
    position: relative;
    width: 100%;
    display: block;
}

.mentors-box-title {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: rgb(255,255,255);
}

.mentors-box-overlay-two {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mentors-box-inner:hover .mentors-box-overlay-two {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    -webkit-transition-delay: .12s;
    -moz-transition-delay: .12s;
    transition-delay: .12s;
}

.mentors-box-overlay-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.90;
    background: rgb(8,150,252);
    background: linear-gradient(to top right, rgb(8,150,252) 0%, rgb(18,43,188) 100%);
}

.mentors-box-title {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

    .mentors-box-title a {
        position: relative;
        color: #fff;
    }

.mentors-box-text {
    position: relative;
    line-height: 26px;
    font-size: 16px;
    color: rgb(229,233,250);
    margin-top: 15px;
}

.mentors-box-more {
    position: relative;
    padding: 10px 20px;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 20px;
    background-color: rgb(8,155,255);
}
/* ==================== And Mentors Css ==================== */

/* ==================== Start Investment Partners ==================== */
.invpartners-section .recent-posts {
    padding: 5px;
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    transition: color 0.25s;
}

    .invpartners-section .recent-posts::before, .invpartners-section .recent-posts::after {
        box-sizing: inherit;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        padding: 5px;
    }

    .invpartners-section .recent-posts::before, .invpartners-section .recent-posts::after {
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }

    .invpartners-section .recent-posts::before {
        top: 0;
        left: 0;
    }

    .invpartners-section .recent-posts::after {
        bottom: 0;
        right: 0;
    }

    .invpartners-section .recent-posts:hover::before, .invpartners-section .recent-posts:hover::after {
        width: 100%;
        height: 100%;
    }

    .invpartners-section .recent-posts:hover::before {
        border-top-color: #008bf9;
        border-right-color: #008bf9;
        transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    }

    .invpartners-section .recent-posts:hover::after {
        border-bottom-color: #008bf9;
        border-left-color: #008bf9;
        transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    }
/* ==================== And Investment Partners ==================== */

/* ==================== Start Sisfs ==================== */
.sisfs-section a {
    color: #008bf9;
}

    .sisfs-section a:hover {
        color: #ffb302;
        text-decoration: underline;
    }

.sisfs-section .about-img-1 img,
.sisfs-section .about-img-2 img {
    width: 100%;
    height: 100%;
}

.about-shape-1 {
    top: 60px;
}

.about-img-2 {
    padding-top: 0;
}
/* ==================== And Sisfs==================== */

/* ==================== Start Funded Startups ==================== */
.mt-70 {
    margin-top: 70px;
}
/* ==================== And Funded Startups ==================== */

/* ==================== Start ideate==================== */
.ideate-section .contact-main {
    margin-top: 0;
}

.contact-location {
    margin-bottom: 20px
}

.mentorship-box {
    position: relative;
    margin-bottom: 30px;
}

.mentorship-box-inner {
    position: relative;
    text-align: center;
    padding: 25px 15px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    min-height: 180px;
    border-radius: 10px;
}

    .mentorship-box-inner .overlay-link {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 10;
    }

    .mentorship-box-inner:hover .color-layer {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        border-radius: 10px;
    }

.mentorship-box .color-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, from(#008bf9), to(#008bf9));
    background-image: -webkit-linear-gradient(to left, #008bf9, #008bf9);
    background-image: -moz-linear-gradient(to left, #008bf9, #008bf9);
    background-image: -ms-linear-gradient(to left, #008bf9, #008bf9);
    background-image: -o-linear-gradient(to left, #008bf9, #008bf9);
    background-image: linear-gradient(to left, #008bf9, #008bf9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='=#008bf9', endColorStr='#008bf9', gradientType='1');
    background-color: transparent !important; /*background: #008bf9;*/
}

    .mentorship-box .color-layer:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background: url(https://html.themexriver.com/it-firm/images/background/pattern-48.png) right top no-repeat;
    }

.mentorship-box-icon {
    position: relative;
    line-height: 1em;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin: 0 auto 5px;
}

.mentorship-box-inner:hover .mentorship-box-icon {
    transform: rotateY(180deg);
}

.mentorship-box-title {
    position: relative;
    font-weight: 700;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: rgb(16,17,48);
    margin-top: 12px;
    font-size: 16px;
}

.mentorship-box-inner:hover .mentorship-box-icon {
    transform: rotateY(180deg);
}

.mentorship-box-inner:hover .mentorship-box-title {
    color: #fff;
}

/*Start apply Form*/
.apply-main {
    padding-bottom: 90px;
}

    .apply-main .apply-bg {
        background-color: #008bf9;
        padding: 50px 65px;
    }

    .apply-main .p-relative {
        position: relative;
    }

    .apply-main .apply-left-shape {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .apply-main .apply-title-sm {
        font-weight: 700;
        font-size: 32px;
        line-height: 42px;
        color: #fff;
        margin-bottom: 0;
    }

    .apply-main .apply-offer-shape {
        position: absolute;
        top: 0%;
        right: -10%;
    }

    .apply-main .apply-offer {
        margin-right: 35px;
    }

    .apply-main .apply-offer-text span {
        display: block;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.79);
    }

    .apply-main .apply-offer-text a {
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
    }

    .apply-main .apply-btn {
        margin-left: 75px;
    }

    .apply-main .tp-btn-black {
        color: #fff;
        background-color: #020626;
        height: 67px;
        line-height: 67px;
        padding: 0 60px;
        overflow: hidden;
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
        text-transform: capitalize;
        position: relative;
        z-index: 9;
        transition: all 500ms ease-in-out;
    }

        .apply-main .tp-btn-black::before {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 0%;
            height: 100%;
            z-index: -1;
            content: "";
            background: #ffb302;
            transition: all 500ms ease-in-out;
        }

        .apply-main .tp-btn-black:hover::before {
            left: 0%;
            right: auto;
            width: 100%;
        }
/*apply Form And */
/* ==================== And ==================== */

.become-bg {
    /*background: url(../images/shape-bg.png) no-repeat 105% 60%;
*/
}

.apply-form .contact-form-title {
    font-size: 28px;
}

    .apply-form .contact-form-title span {
        color: #008bf9;
    }

.pt-17 {
    padding-top: 17px !important;
}

.download-logos a {
    display: block;
    padding: 2px 0;
}

    .download-logos a:hover {
        color: #ffb302;
    }

    .download-logos a:first-child {
        color: #000;
        padding: 0 0 6px 0;
    }

/* ==================== Start Ready to get started? Css ==================== */
.ready-started {
    position: absolute;
    top: -110px;
    left: 0%;
    width: 100%;
}

.ready-main {
    background: url(/images/ready-to-get-started.png) no-repeat left top;
    min-height: 218px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

    .ready-main:after {
        content: "";
        position: absolute;
        right: 0;
        top: -104px;
        width: 385px;
        height: 323px;
        background: url(/images/newsletter.png) no-repeat top right;
    }

    .ready-main h4 {
        color: #fff;
        font-size: 26px;
        font-weight: 600;
    }

    .ready-main p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .ready-main a {
        background: #fff;
        color: #A50000;
        font-size: 16px;
        font-weight: 600;
        padding: 14px 30px;
        border-radius: 40px;
    }

        .ready-main a i {
            margin-left: 5px;
        }

.footer-main {
    display: flex;
    justify-content: space-between;
}
/* ==================== And Ready to get started? Css ==================== */
/* ==================== Start Footer Css ==================== */
footer {
    background: #000000 url(../images/footerbg.png) no-repeat center top;
    background-size: cover;
    position: relative;
}

.md-content {
    margin-left: calc((100% - 1296px) / 2);
}

.perspiciatis-text {
    color: #fff;
    display: flex;

    ul {

        li {
        }
    }
}

.social-icons {
    position: relative;
    text-align: left;
    padding: 5px 0px;
}

.social-icons ul {
    padding: 0;
    margin: 0;
}

.social-icons ul li:first-child {
    padding-left: 0px;
}

.social-icons ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px 5px;
}

.social-icons ul li .m-icon {
    border: 0px; /*background:#232627;*/
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 8px;
}

.social-icons ul li .m-icon:hover {
    background: #008f4f;
    color: #fff;
}

.services-nav h2 {
    font-size: 22px;
    line-height: 30px;
    position: relative;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding-bottom: 15px;
}

.services-nav ul {
    margin: 0;
    padding: 0;
}

.services-nav ul li a,
.services-nav ul li {
    color: #fff;
    font-size: 16px;
    padding: 0px 0 6px 0;
    display: flex;
}

.services-nav ul li a:hover {
    color: #fff;
}

.pb-25 {
    padding-bottom: 25px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pr-70 {
    padding-right: 130px !important;
}

.official-box i {
    padding-right: 15px;
    padding-top: 5px;
}

.footer-right-box {
    background: #1d1d1d8f;
    min-width: 479px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 6%;
}

.footer-left {
    padding-top: 60px;
}

.footer-link-box {
    padding: 20px 0 50px;
}

.footer-right-box h5 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 36px;
}

.footer-right-box .contactlink {
    border: solid 1px #707070;
    width: 161px;
    height: 161px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    color:#fff;
}
.footer-right-box .contactlink a {
    color: #fff;
}

.footer-right-box .contactlink:hover {
    background: #008f4f;
}

.footer-right-box .contactlink span {
    display: block;
}
.copyright {
    background-color:#ffffff;
}
.copyright-fox {
    padding: 1rem 0;
    text-align: center;
}

.copyright-fox p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.copyright-fox p a {
    color: #333;
}

.copyright-fox p a:hover {
    text-decoration: underline;
    color: #fff;
}


/*Efects buttons*/
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #008f4f;
    border-radius: 50px;
    width: 3rem;
    height: 3rem;
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.carousel-control-prev-icon:hover {
    background-color: #04653a;
}
.carousel-control-next-icon:hover {
    background-color: #04653a;
}
.carousel-control-next-icon i {
    color: #fff;
    padding: 15px;
}
.carousel-control-prev-icon i {
    color: #fff;
    padding: 15px;
}
.carousel-control-next, .carousel-control-prev {
    opacity:1;
}
/*End Efects buttons*/

/*katha saaman*/
.bg-light-gray {
    background-color: #ffdcdc;
}

section, .section-padding {
    /*position: relative;
    padding: 7.5rem 0;
    overflow: hidden;*/
}
.main-title {
    position: relative;
    margin-bottom: 6rem;
    text-align: center;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.main-title h5 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin-bottom: 1.1rem;
    color: #212622;
}
.main-title h2 {
    font-weight: 300;
    color: #212622;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.color-pink {
    color: #e57bff;
}
.team:before {
    content: url(../img/team-circle.png);
    position: absolute;
    left: -10px;
    top: 200px;
    animation: scale .6s alternate infinite linear both;
}
.team-col, .team-col2 {
    max-width: 300px;
}
@media (min-width: 768px) {
    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}
.team-image img, .team-image2 img {
    width: 200px;
    max-height: 200px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hvr-team:hover, .hvr-team:focus, .hvr-team:active {
    color: #ffffff;
}
.hvr-team {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.team-classic-content {
    padding: 10px 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 5px -10px #b7b7b7;
    box-shadow: 0 10px 5px -10px #b7b7b7;
    text-align: center;
    margin:10px;
}
    .team-classic-content.pink:before {
        background: #930101;
    }
.mt10{
    margin-top:10px;
}
.bo-rdius {
    border-radius: 0px 50px;
}
.hvr-team:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.team-social {
    margin-bottom: 5px;
}
    .team-social li {
        list-style: none;
        display: inline-block;
    }

.d-inline-block {
    display: inline-block !important;
}
.team-social > li > a {
    height: 35px;
    width: 35px;
    border: 1px solid transparent;
    border-radius: 30px;
    display: block;
    line-height: 35px;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.hvr-team2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

    button {
        background-color: #008f4f;
        border:none;
    }

    button:hover {
        background-color: #04653a;
        border:none;
    }
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #008f4f;
    border-color: #008f4f;
    box-shadow:none;
}
.hvr-team2:hover {
    color:#fff;
}
.team-col2:hover .hvr-team2:before, .team-col2:focus .hvr-team2:before, .team-col2:active .hvr-team2:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    color:#fff;
}

.team-classic-content.blue:before {
    background: #930101;
    color: #fff;
}
    .hvr-team2:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
.hed-padding{
    padding:50px 0px;
}
/*End katha saaman*/

/*press relase*/
.imgw {
    width: 300px;
    height: 200px;
    margin: 20px 0px;
}
.main-photo {
    padding: 0px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 100px;
    margin: 10px 0px;
    overflow: hidden;
}
.main-photo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 100px;
}
.lb-outerContainer {
    border-radius: 100px;
}
.lightbox .lb-image {
    border-radius: 100px;
}

.main-photo:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.photo-gallery .thumbnail {
    padding: 0px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 2px solid #f0f0f0;
    margin: 10px 0px;
}
.photo-gallery .thumbnail img {
    width: 370px;
    height: 300px;
    margin: 20px 0px;
}
.gallery-imgw {
    /*width: 300px;
    height: 200px;*/
    margin: 20px 0px;
}
.gallery-photo {
    padding: 0px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 10px 0px;
    overflow: hidden;
    border-radius: 20px;
}
.gallery-photo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 20px;
}
.gallery-photo:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
/*.hed-padding .item {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 2px solid #f0f0f0;
}*/
/*press relase*/
/* ==================== And Footer Css ==================== */
/* ==================== Responsive  Css ==================== */
@media (max-width: 1680px) {
    .header-nav-main .menu-toggle .nav-menu li {
        padding: 0 5px;
    }

    .header-nav-main .apply-btn {
        min-width: 100px;
        font-size: 14px;
        padding: 8px 6px;
    }
}

@media (max-width: 1360px) {
    .header-nav-main .apply-btn {
        min-width: 80px;
        font-size: 12px;
        padding: 8px 6px;
    }

    nav .navbar .links li {
        padding: 0 5px
    }

        nav .navbar .links li a {
            font-size: 12px;
        }


    .mentorship-box-inner {
        min-height: 200px;
    }

    .upstudy-brand-section .brand-content-wrap .upstudy-brand-box .single-brand img {
        width: 100px;
    }
    
    .md-content {
        padding-bottom: 0;
    }

    .footer-link-box {
        padding: 50px 10px 10px 10px;
    }

    .social-icons {
        margin-bottom: 40px;
    }

    .services-nav {
        margin-bottom: 20px;
    }

    .md-content {
        margin-left: 0;
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .prakashan-main::after {
        display: none;
    }

    .footer-main {
        display: inline-grid;
    }

    .footer-left {
        order: 2;
        padding-top: 0;
    }

    .footer-right-box {
        order: 1
    }

    .footer-right-box {
        min-width: 100%;
        padding: 50px 0;
    }

    .services-nav.official-box {
        margin-top: 0px;
    }

    .ready-main:after {
        display: none;
    }

    .ready-main {
        padding-left: 30px;
    }

    .pr-70 {
        padding-right: 0px !important;
    }
}





@media (max-width: 992px) {
    .column_menu {
        display: none;
    }

    .navbar-togglers {
        display: block;
    }

    .top-bar .top-md {
        padding: 0;
    }

    .top-bar {
        padding-top: 20px;
        padding-bottom: 30px;
    }

        .top-bar .top-rt {
            justify-content: center;
        }

        .top-bar .top-md {
            flex-wrap: wrap;
            text-align: center;
            padding: 0px;
            justify-content: center;
        }

            .top-bar .top-md .call,
            .top-bar .top-md .mail {
                text-align: center;
                padding: 0px 5px;
                margin-bottom: 15px;
                min-width: 50%;
            }

            .top-bar .top-md .text {
                min-width: 100%;
                margin-bottom: 15px;
            }

    .social-icons ul {
        padding: 0;
    }

    .menu-toggle .nav-menu {
        padding: 0;
        flex-direction: column;
    }

    .column_menu.opened {
        display: inline-table;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2;
        width: 17.1875rem;
        height: 100vw;
        left: 0;
        background: #008bf9;
        transition: transform .3s ease-in-out;
    }

    .menu-toggle .nav-menu li {
        padding: 0;
    }

        .menu-toggle .nav-menu li a {
            padding: 8px 0;
            color: #fff;
        }

    .header-nav-main .navbar-togglers {
        display: block;
    }

    .dropdown-menu {
        position: relative;
    }

    .header-nav-main .menu-toggle .nav-menu li a {
        color: #fff;
    }
    /*Heaer New*/
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 5px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 12px;
    }

    .logo img {
        width: 200px;
    }

    nav .navbar .links {
        padding: 0;
    }

    .apply-main .apply-btn {
        margin: 20px 0 0 0
    }

    .services-nav.official-box {
        margin-top: 50px;
    }

    .md-content {
        padding: 50px 0;
    }

    .right-img-get {
        position: relative;
        left: 0;
        margin: 0 auto;
        display: table;
    }

    .events img {
        height: auto;
    }

    /*Heaer New And */
}

@media (max-width:800px) {
    nav { /* position: relative; */
    }

    .navbar .bx-menu {
        display: block;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width:360px;
        width: 100%;
        background: #0f3567;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
        padding: 0;
        overflow-y: scroll;
        height: 100%;
    }

        nav .navbar .links li .arrow {
            line-height: 40px;
            color: #fff;
        }

        nav .navbar .links li {
            display: block;
        }

            nav .navbar .links li .sub-menu {
                position: relative;
                top: 0;
                box-shadow: none;
                display: none;
                background: none;
            }

                nav .navbar .links li .sub-menu li {
                    border-bottom: none;
                }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

        .navbar .links li .sub-menu .more-sub-menu li {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span { /* background: red; */
        display: flex;
        align-items: center; /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
        background: transparent;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }

    .header-nav-main .bx.bx-menu {
        color: #020626;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

        nav .navbar .links li a {
            font-size: 16px;
            color: #fff !important;
        }
}

@media (max-width: 766px) {
    .header-nav-main .col-xs-5 {
        width: 40%
    }

    .prakashan-section .nav-tabs li {
        margin-bottom:20px;
    }

    .header-nav-main .col-xs-5 svg {
        width: 100%;
    }

    .header-nav-main .nav-tog-column {
        width: 60%;
    }

    .right-img-get {
        position: relative;
    }

    .mentorship-box-inner {
        min-height: auto;
    }

    .right-img-get img {
        width: 100%;
        padding: 0 20px;
    }

    .events {
        margin-bottom: 50px;
    }

    .upstudy-about-section-06 .about-content {
        padding-left: 0;
    }

    .upstudy-brand-section .brand-title-wrap {
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

        .upstudy-brand-section .brand-title-wrap .title {
            font-size: 32px;
            line-height: 42px;
        }

        .upstudy-brand-section .brand-title-wrap .btn {
            margin-top: 10px;
        }

    .upstudy-brand-section .brand-content-wrap .upstudy-brand-box .single-brand img {
        width: 100px;
    }

    .upstudy-brand-section .brand-content-wrap .upstudy-brand-box .single-brand {
        height: 80px;
    }

    .our-impacts .col {
        min-width: 50%;
        margin-bottom: 20px;
    }

    .owl-carousel .owl-item img {
        width:100% !important;

    }

    .navbar .links li .sub-menu a {
        background: none;
    }

    .super-content .banner-right {
        padding: 0px 0px 0px 50px;
        color: #008f4f;
    }

    .w-100 {
        width: 100% !important;
        min-height: 700px;
    }

    .counter {
        margin: 0px auto;
        padding: 20px 0;
        border-radius: 5px;
        display: flex;
        justify-content: center;
    }

    nav {
/*        top: -50px;*/
    }

    .prakashan-section .tab-content img {
        width: 100%;
    }

    .nav {
        display: block;
    }
    .prakashan-main::after {
        content: "";
        position: absolute;
        right: -230px;
        bottom: -100px;
        width: 375px;
        height: 725px;
        background: url(../images/right-img.svg) left top no-repeat;
        display:none;
    }
    .request .inner-left .call-us .call-anytime {
        display: block;
    }
    .imgw {
        width: 100%;
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}


/* ==================== Responsive  Css And ==================== */

