﻿@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yaldevi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


/* Body Styles */


/* Navigation Styles */

nav {
    position: relative;
}

ul.main-nav {
    list-style-type: none;
    display: block;
    padding: 0px;
    font-size: 0px;
    max-width: 100%;
    margin: 0 auto;
}

    ul.main-nav > li {
        display: inline-block;
        padding: initial;
    }

        ul.main-nav > li > a {
            display: block;
            padding: 18px 20px;
            position: relative;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            box-sizing: border-box;
        }

.sub-dropdown-menu {
    z-index: 1000;
    display: none;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    position: relative;
    height: 300px;
    overflow-y: scroll;
}
.hover_drop_down .dropdown-menu li.inner-sub{
    position:relative;
}
.hover_drop_down .dropdown-menu li.inner-sub:hover .sub-dropdown-menu {
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    padding: 5px;
    border: 1px solid #ddd;
}

.cisco-sub {
    border: 1px solid silver !important;
    left: 30px;
    height: auto !important;
    overflow: auto;
    background-clip: padding-box;
    
}
    .cisco-sub li a{
        word-break:break-all;
    }
    ul.main-nav > li:hover > a {
        color: #333;
        font-weight: 400;
    }

ul.main-nav > li ul.sub-menu-lists {
    margin: auto 0;
    padding: 1px 0;
    list-style-type: none;
    display: block;
}

    ul.main-nav > li ul.sub-menu-lists > li {
        padding: auto;
        width: 100%;
        margin-top: 10px;
    }

        ul.main-nav > li ul.sub-menu-lists > li > a {
            font-size: 13px;
            font-weight: 500;
        }

.ic {
    position: fixed;
    cursor: pointer;
    display: inline-block;
    right: 25px;
    width: 32px;
    height: 24px;
    text-align: center;
    top: 0px;
    outline: none;
}

    .ic.close {
        opacity: 0;
        font-size: 0px;
        font-weight: 300;
        color: #fff;
        top: 8px;
        height: 40px;
        display: block;
        outline: none;
    }
    /* Menu Icons for Devices*/

    .ic.menu {
        top: 14px;
        z-index: 20;
    }

        .ic.menu .line {
            height: 4px;
            width: 100%;
            display: block;
            /*header Underline */

            margin-bottom: 6px;
        }

        .ic.menu .line-last-child {
            margin-bottom: 0px;
        }

.sub-menu-head {
    margin: 10px 0;
    border-bottom: 1px solid #4F96BA;
    width: 100%;
}

.banners-area {
    margin-top: 20px;
    padding-top: 15px;
}
#five-block .closebtn{display:none;}
@media only screen and (max-width: 768px) {
    #five-block {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 111;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 40px;
        padding-bottom:15px;
    }
        #five-block .closebtn {
            display:block;
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    .hover_drop_down:hover ul.dropdown-menu {
        margin: 0;
        display: block !important;
        position: absolute;
        top: auto;
        left: 10px !important;
        z-index: 1;
        padding: 8px;
        right: 10px !important;
    }

    .sub-menu-head {
        color: #fff;
    }

    .ic.menu {
        display: block;
    }

    header.dark .ic.menu .line {
        background-color: #fff;
    }

    header.mega .ic.menu .line {
        background-color: #000;
    }

    .ic.menu .line {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .ic.menu:focus .line {
        background-color: #fff !important;
    }

        .ic.menu:focus .line:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .ic.menu:focus .line:nth-child(2) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-top: -10px;
        }

        .ic.menu:focus .line:nth-child(3) {
            transform: translateY(15px);
            opacity: 0;
        }

    .ic.menu:focus {
        outline: none;
    }

        .ic.menu:focus ~ .ic.close {
            opacity: 1;
            z-index: 21;
            outline: none;
        }
    /*
  
  .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
  .ic.close:focus { opacity: 0; }
  */

    .ic.menu:focus {
        opacity: 1;
    }

    nav {
        background-color: transparent;
    }
    /* Main Menu for Handheld Devices  */

   /* ul.main-nav {
        z-index: 2;
        padding: 50px 0;
        position: fixed;
        right: 0px;
        top: 0px;
        width: 0px;
        background-color: rgba(0, 0, 0, 1);
        height: 100%;
        overflow: auto;
        

        -webkit-transition-property: background, width;
        -moz-transition-property: background, width;
        -o-transition-property: background, width;
        transition-property: background, width;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }*/

    .ic.menu:focus ~ .main-nav {
        width: 85%;
        background-color: #fff;
    }

    /*ul.main-nav > * {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }*/

    .ic.menu:focus ~ .main-nav > * {
        opacity: 1;
    }

    ul.main-nav > li > a:after {
        display: none;
    }

    ul.main-nav > li:first-child {
        border-radius: 0px;
    }

    ul.main-nav > li {
        display: block;
    }

        ul.main-nav > li > a{padding:10px;}

        ul.main-nav > li ul.sub-menu-lists > li a {
            font-size: 15px;
            display: block;
            padding-bottom: 5px;
            white-space:normal;
        }
    .cisco-sub, .star-submenu {
        left: 50% !important;
    }
    .sub-menu-lists .hover_drop_down .dropdown-menu li:last-child a{
        border:none;
    }
    .sub-menu-lists .hover_drop_down .dropdown-menu li a {
        border-bottom: 1px solid #ddd;
        display: block;
        padding-bottom: 10px;
        font-size: 13px;
        line-height: 1.5;
    }

    .sub-menu-head {
        font-size: 16px;
    }

    ul.main-nav > li:hover {
        background-color: transparent;
    }

        ul.main-nav > li:hover > a {
            
            text-decoration: none;
            font-weight: 600;
        }

    .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
        border-left: 0px solid #ccc;
        border-right: 0px solid #ccc;
        border-bottom: 0px solid #ccc;
        position: relative;
        visibility: visible;
        opacity: 1.0;
    }

    .sub-menu-block {
        padding: 0 00px;
    }

    .banners-area {
        padding-bottom: 0px;
    }

        .banners-area div {
            margin-bottom: 15px;
        }

    .banners-area {
        border-top: 1px solid #444;
    }
}

@media only screen and (min-width: 769px) {
    .ic.menu {
        display: none;
    }
    /* Main Menu for Desktop Devices  */

    ul.main-nav {
        display: block;
        -position: relative;
    }

    .sub-menu-block {
        padding: 15px;
    }
    /* Sub Menu */

    ul.main-nav > li > div.sub-menu-block {
        visibility: hidden;
        background-color: #EAF0FD;
        position: absolute;
        margin-top:0px;
        min-width: 48.8%;
        max-width: 56%;
        color: #333;
        left: 22%; /*--controls sub block starting location --*/        
        box-sizing: border-box;
        z-index: 3;
        font-size: 16px;
        opacity: 0;
        -box-shadow: 0 2px 10px #ddd;
        border-radius: 0 0 10px 10px;
        /*CSS animation applied for sub menu : Slide from Top */

        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }

    #five-block {
        width: 100%;
    }

    ul.main-nav > li:hover > div.sub-menu-block {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    ul.main-nav > li > div.sub-menu-block > * {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }

    ul.main-nav > li:hover > div.sub-menu-block > * {
        opacity: 1;
    }

    .sub-menu-head {
        font-size: 20px;
    }
    /* List Separator: Outer Border */

    header.dark ul.main-nav > li > a {
        border-right: 1px solid #bbb;
    }

    header.mega ul.main-nav > li > a {
        border-right: 1px solid #666;
    }
    /* List Separator: Inner Border */

    ul.main-nav > li > a:after {
        content: '';
        width: 1px;
        height: 60px;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 2;
    }

    header.dark ul.main-nav > li > a:after {
        background-color: #777;
    }

    header.mega ul.main-nav > li > a:after {
        background-color: #999;
    }
    /* Drop Down/Up Arrow for Mega Menu */

    ul.main-nav > li > a.mega-menu > span {
    }

        ul.main-nav > li > a.mega-menu > span:after {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #fff;
            content: '';
            background-color: transparent;
            display: inline-block;
            margin-left: 10px;
            vertical-align: middle;
        }

    ul.main-nav > li > a.mega-menu span:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 0px solid transparent;
        border-top: 5px solid #666;
    }

    .banners-area {
        border-top: 1px solid #ccc;
    }
}
/**************Additions****************/

ul.main-nav  li  a{
    color:#333;
}

a:hover {
    color: black;
}

/* Hover dropdown */
.dropdown ul.dropdown-menu {
    margin-top: 0;
}

/*To avoid unwanted close*/
.hover_drop_down:hover ul.dropdown-menu {
    margin: 0;
    display: inline-block;
    position: absolute;
    top: auto;
    left: auto;
    z-index: 1;
    padding: 8px;
}

.dropdown-menu > li > a, .sub-dropdown-menu > li > a {
    display: block;
    margin: 0px;
    padding: 5px 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    -color: #599ab9;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #fff;
}

.sub-menu-head {
    color: #000;
}

/* ------------header----------------------- */
.opacity-0 {
    opacity: 0 !important;
}

ul.navbar-nav li.nav-item:hover > ul.dropdown-menu {
    display: block;
}

a:hover {
    cursor: pointer;
}

* {
    font-family: 'Lato', sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -font-family: 'Nunito', sans-serif;
}

.header {
    padding: 0px 0 0px 15px;
    box-shadow: 0 7px 6px rgb(0 0 0 / 6%);
    width: 100%;
    z-index: 111;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all .25s ease
}

.header .main-menu .nav-item .nav-link {
    padding: 18px 20px;
    /* font-weight: 600; */
    color: #333;
    font-size: 14px;
}

    .header .main-menu .nav-item .nav-link.active {
        border-bottom: 3px solid #3A3785;
    }

.header-logo {
    width: 230px;
}

.menu-top {
    background-color: #EAF0FD;
    border-radius: 10px 0 0 50px;
    padding: 3px 15px 3px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .menu-top .navbar-nav {
        justify-content: flex-end;
    }

        .menu-top .navbar-nav .nav-link {
            font-weight: 700;
            color: #3A3785;
            font-size: 13px;
            text-decoration: none;
        }

            .menu-top .navbar-nav .nav-link i {
                font-size: 12px;
            }

        .menu-top .navbar-nav a {
            text-decoration: none;
            color: #3A3785;
            display: block;
            margin-right: 10px;
        }

            .menu-top .navbar-nav a i {
                font-size: 12px;
            }

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
    border: none;
}

.navbar-light .navbar-toggler {
    border: none;
}

.bgclr_remove {
    background-color: none !important;
}

/* ------------header----------------------- */
.footer {
    padding: 50px 0 0;
}

.bg-footer {
    -box-shadow: 5px 5px 20px #ccc;
    -color: darkblue;
    -background-color: #3f4692 !important;
    background-color: #1192B9;
    background-size: cover, contain;
    position: relative;
}

.bottom_footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.ftitle {
    min-height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
}

.footer_ul {
    padding: 0px 0;
}

.black {
    color: #6084a4;
}

.footer_ul li a {
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
}

.dark_blue {
    color: rgb(7, 7, 163);
}

.text_linkden {
    color: #0077b5;
}

.text_insta {
    color: #FF1493;
}

.down-btn img {
    width: 160px;
}

.social_icon {
    width: 34px;
    height: 34px;
    -border: 1px solid #ccc;
    -text-align: center;
    -align-items: center;
    border-radius: 50%;
    padding-top: 4px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
}

.offcanvas-end {
    width: 268px;
    padding: 0 0 !important;
}

.offcanvas {
    z-index: 2200 !important;
}

.offcanvas-body {
    padding: 0 0 !important;
}
/* ---------------------------------------------------*/

.slider_img {
    width: 100%;
    height: 100%;
    display: block;
}

.small_img {
    display: none;
}
/* ---------------------------------------------------*/

.com_con,
.big_auth {
    line-height: 1.4;
    font-size: 28px;
    font-weight: 700;
    color: #0e314c;
    font-family: "Nunito Sans", sans-serif;
}

.btn_new {
    text-transform: capitalize;
    border: none;
    background-color: #3F4692;
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(to right, #3e418e 0%, #262975 100%);
    border-radius: 4px;
    overflow: hidden;
}

    .btn_new:hover {
        box-shadow: none;
        color: #ffffff;
    }

    .btn_new:before {
        background-color: #68C1E9;
        right: 0;
    }

    .btn_new:after {
        background-color: #68C1E9;
        left: 0;
    }

    .btn_new:before,
    .btn_new:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background-color: #68C1E9;
        z-index: -1;
    }

    .btn_new:hover:after,
    .btn_new:hover:before {
        width: 50%;
        box-shadow: none;
        color: #ffffff;
    }
/* ------------card certificate---------------------------- */

.micro {
    min-height: 370px;
    -border: 1px solid #ccc;
    text-align: center;
    border: 1px solid #ddd;
    position: relative;
    background-color: white;
}

    .micro .micro-per {
        padding: 15px 0;
    }

        .micro .micro-per a {
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .micro .micro-per h3 {
            font-size: 22px;
            color: #3d3030;
        }

        .micro .micro-per p {
            font-size: 15px;
            color: #3d3030;
            line-height: 24px;
            margin-bottom: 14px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

.cmpny .read-more {
    background-color: #3F4692;
    padding: 5px 10px;
    color: #FFFF;
    text-decoration: none;
}
/* ------------------------------------- */

.award .owl-nav {
    display: none !important;
}

.award .owl-dots {
    display: none !important;
}

.award {
    padding-bottom: 30px;
    background-color: #f5f5f5;
}

    .award .btn span {
        padding-right: 5px;
    }
/*----------------award slider------------------------------*/

#news-slider .post-slide {
    margin: 0 5px 15px;
    color: #3d3030;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

    #news-slider .post-slide .post-img {
        overflow: hidden;
    }

        #news-slider .post-slide .post-img img {
            width: 100%;
            height: 230px;
            -transform: scale(1);
            transition: all 1s ease-in-out 0s;
        }

    #news-slider .post-slide:hover .post-img img {
        -transform: scale(1.08);
    }

    #news-slider .post-slide .post-content {
        background: #fff;
        padding: 20px;
    }

    #news-slider .post-slide .post-title {
        font-size: 20px;
        margin-top: 0;
        text-transform: capitalize;
        color: #3d3030;
    }

        #news-slider .post-slide .post-title a {
            display: inline-block;
            text-decoration: none;
            color: #3d3030;
            transition: all 0.3s ease 0s;
        }

            #news-slider .post-slide .post-title a:hover {
                color: #3d3030;
                text-decoration: none;
            }

    #news-slider .post-slide .post-description {
        font-size: 15px;
        color: #3d3030;
        line-height: 24px;
        margin-bottom: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    #news-slider .post-slide .post-bar {
        /* position: absolute;
        bottom: 25px;*/
        padding: 0;
        margin-bottom: 15px;
        list-style: none;
    }

        #news-slider .post-slide .post-bar li {
            color: #3F4692;
            padding: 2px 0;
            font-size: 13px;
        }

            #news-slider .post-slide .post-bar li i {
                margin-right: 5px;
            }

            #news-slider .post-slide .post-bar li a {
                display: inline-block;
                font-size: 12px;
                color: #808080;
                transition: all 0.3s ease 0s;
            }

                #news-slider .post-slide .post-bar li a:after {
                    content: ",";
                }

                #news-slider .post-slide .post-bar li a:last-child:after {
                    content: "";
                }

                #news-slider .post-slide .post-bar li a:hover {
                    color: #3d3030;
                    text-decoration: none;
                }

    #news-slider .post-slide .read-more {
        display: inline-block;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background: #e7989a;
        border-bottom-right-radius: 10px;
        text-transform: capitalize;
        transition: all 0.30s linear;
    }

        #news-slider .post-slide .read-more:hover {
            background: #333;
            text-decoration: none;
        }

.demo .owl-carousel .owl-stage-outer {
    -overflow: visible !important;
}
/******academic*******/

.academic {
    background-color: #fff;
}

.inner-academic {
    padding: 50px;
    background-color: #c9d6db;
    -border: 1px solid red;
    text-align: center;
}

.inner-academic-bg {
    background-color: #deecf2;
}

.academic h1 {
    -font-weight: 600;
    font-size: 23px;
    padding-bottom: 20px;
    text-align: center;
}

.academic h4 {
    font-weight: 600;
    min-height: 60px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.academic p {
    min-height: 120px;
    font-size: 16px;
}

.free_text {
    font-size: 20px;
}
/*----------------award slider------------------------------*/

.section-heading {
    text-align: justify !important;
    -font-family: 'Lato', sans-serif;
    font-family: 'Nunito', sans-serif;
}

    .section-heading > .title {
        margin-top: 0px;
        margin-bottom: 25px;
        -font-family: "Josefin Sans", sans-serif;
        font-size: 28px;
        font-weight: 600;
        color: #3E4095;
    }

.tem-slide .tem-description {
    font-size: 15px;
    color: #3d3030;
    line-height: 24px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tem-title {
    font-size: 20px;
}

#tem-slider .tem-slide {
    margin: 0 10px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

    #tem-slider .tem-slide .tem-img {
        position: relative;
        overflow: hidden;
    }

        #tem-slider .tem-slide .tem-img:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.0);
            transition: all 0.40s linear 0s;
        }

    #tem-slider .tem-slide:hover .tem-img:before {
        background: rgba(0, 0, 0, 0.6);
    }

    #tem-slider .tem-slide .tem-img img {
        width: 100%;
        height: auto;
    }

    #tem-slider .tem-slide .tem-info {
        width: 75%;
        position: absolute;
        bottom: -100%;
        left: 12.5%;
        background: #1dcfd1;
        text-align: center;
        line-height: 26px;
        padding: 15px;
        transition: bottom 0.40s ease-in-out 0s;
    }

    #tem-slider .tem-slide:hover .tem-info {
        bottom: 0;
    }

    #tem-slider .tem-slide .category {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #tem-slider .tem-slide .category li,
        #tem-slider .tem-slide .tem-date {
            display: inline-block;
            font-size: 16px;
            color: #fff;
            text-transform: capitalize;
        }

            #tem-slider .tem-slide .category li:after {
                content: " /";
            }

            #tem-slider .tem-slide .category li:last-child:after {
                content: "";
            }

            #tem-slider .tem-slide .category li a {
                color: #fff;
                transition: all 0.40s linear;
            }

                #tem-slider .tem-slide .category li a:hover {
                    color: #555;
                    text-decoration: none;
                }

    #tem-slider .tem-slide .tem-review {
        padding: 35px 20px 25px;
        background: #fff;
        position: relative;
    }

    #tem-slider .tem-slide .icons {
        width: 90px;
        height: 90px;
        border: 4px solid #fff;
        border-radius: 50%;
        position: absolute;
        top: -45px;
        right: 10px;
        overflow: hidden;
    }

        #tem-slider .tem-slide .icons img {
            width: 100%;
            height: auto;
        }

    #tem-slider .tem-slide .tem-title {
        -margin: 0 0 25px 0;
    }

        #tem-slider .tem-slide .tem-title a {
            font-size: 19px;
            color: #3d3030;
            display: inline-block;
            transition: all 0.30s linear 0s;
        }

            #tem-slider .tem-slide .tem-title a:hover {
                text-decoration: none;
                color: #3d3030;
            }

    #tem-slider .tem-slide .tem-description {
        color: #3d3030;
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    #tem-slider .tem-slide .read {
        font-size: 13px;
        color: #3f4692;
        display: block;
        text-align: right;
        text-transform: capitalize;
    }

        #tem-slider .tem-slide .read:hover {
            text-decoration: none;
            color: #1dcfd1;
        }

#tem-slider .tem-review {
    padding: 15px;
    margin: 10px;
}

    #tem-slider .tem-review a {
        text-decoration: none;
        color: rgb(54, 13, 13);
    }

.company_info,
.academic {
    -text-align: justify;
}
/****Gallery************/

.gallery {
    padding: 50px 0;
}

.gallery-images {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.overlay-sec {
    position: absolute;
    text-align: center;
    padding: 13px 10px;
    opacity: 0;
    z-index: 1;
    background-color: #3E4095;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    left: 0;
    right: 0;
    transition: .8s;
}

    .overlay-sec h6 {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0;
    }

.gallery-images:hover .overlay-sec {
    opacity: 1;
}

.grid-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .grid-wrapper > div > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

    .grid-wrapper .wide {
        grid-column: span 2;
    }

    .grid-wrapper .tall {
        grid-row: span 2;
    }

    .grid-wrapper .big {
        grid-column: span 2;
        grid-row: span 2;
    }

.inner-gallery {
}


    .inner-gallery .box {
        background-color: #774691;
        font-family: 'Raleway', sans-serif;
        overflow: hidden;
        position: relative;
        margin-bottom: 15px;
    }

        .inner-gallery .box img {
            width: 100%;
            height: 250px;
            transition: all 0.5s ease 0s;
        }

        .inner-gallery .box:hover img {
            transform-origin: left center;
            transform: scale(1.2);
            filter: grayscale(100%);
        }

        .inner-gallery .box .box-content {
            color: #fff;
            background: #3F4692;
            text-align: right;
            padding: 10px 15px;
            box-shadow: 0 0 15px rgba(0,0,0,0.9);
            opacity: 0;
            transform: skew(15deg);
            position: absolute;
            bottom: 10px;
            left: 10px;
            z-index: 2;
            transition: all 0.5s ease-out 0s;
        }

        .inner-gallery .box:hover .box-content {
            opacity: 1;
            transform: skew(0);
        }

        .inner-gallery .box .title {
            font-size: 15px;
            font-weight: 700;
            text-transform: capitalize;
            margin: 0;
        }

        .inner-gallery .box .post {
            color: #ff8726;
            font-size: 14px;
            font-weight: 500;
            text-transform: capitalize;
            display: block;
        }

        .inner-gallery .box .icon {
            background-color: #fff;
            padding: 0 8px;
            margin: 0;
            list-style: none;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
            opacity: 0;
            transform: skew(15deg);
            position: absolute;
            left: 10px;
            bottom: 10px;
            z-index: 2;
            transition: all 0.5s ease-out 0s;
        }

        .inner-gallery .box:hover .icon {
            opacity: 1;
            transform: skew(0);
        }

        .inner-gallery .box .icon li {
            margin: 8px 0;
        }

            .inner-gallery .box .icon li a {
                color: #fff;
                background-color: #999;
                font-size: 15px;
                text-align: center;
                line-height: 36px;
                height: 35px;
                width: 35px;
                border-radius: 5px;
                display: block;
                transition: all 0.3s ease 0s;
            }

                .inner-gallery .box .icon li a:hover {
                    color: #fff;
                    background-color: #ff8726;
                    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
                }

.alumni-image {
    margin-bottom: 15px;
}
/*********/
/*--------------------------------------------*/
#gallery-slider .gallery-slide img {
    height: 260px;
    width: 100%;
    background-color: #FFFFFF;
}

.commen-bg {
    background-color: #F1F8FB;
}

.advantages_con {
    background-color: white;
    -background-color: #605ecf;
}

.advan_bg {
    -background-image: url('../img/slider/advantages-bg.jpg');
    -background-color: #F1F8FB;
    -background-size: cover;
    -background-repeat: no-repeat;
}

    .advan_bg img {
        width: 100%;
        height: 100%;
    }

.advantages_con .advance-icon {
    font-size: 40px !important;
    color: #517bd4;
}

.advantages_con h5 {
    font-size: 15px;
    color: #3d3030;
    min-height: 75px;
}



/*--------------------------------------------*/
.iframe-vdo-page {
    width: 100% !important;
    height: 400px !important;
    border: 1px solid #ddd;
    padding: 5px;
}

.video-section {
    padding: 50px 0;
}

    .video-section figure {
        position: relative;
        margin-bottom: 0;
    }

    .video-section .img-fluid {
        width: 100%;
    }

    .video-section .play-btn {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40px;
        height: 40px;
        font: 12px/40px FontAwesome;
        color: #fff;
        text-align: center;
        background: #f31e21;
        z-index: 3;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

        .video-section .play-btn i {
            color: #fff;
        }

        .video-section .play-btn:hover {
            background-color: #000;
        }

        .video-section .play-btn a {
            display: block;
            height: 100%;
        }

    .video-section figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        background: #000;
        line-height: 19px;
        padding: 0 4px;
        z-index: 3;
    }

    .video-section .net-content {
        min-height: 150px;
        padding: 20px 15px;
    }

        .video-section .net-content small {
            color: #3d3030;
            -font-weight: 400;
        }

        .video-section .net-content h5 {
            font-weight: 700;
            font-size: 17px;
            min-height: 41px;
        }
/**********/
/**********/

.section-padding {
    padding: 60px 0;
    background-color: #F6F6F6;
    position: relative;
    overflow: hidden;
}

.brand-carousel .dots-creative:before {
    content: '';
    position: absolute;
    background: radial-gradient(circle at 3px 3px, rgba(220, 220, 220, 0.5) 3px, transparent 3px);
    right: -105px;
    top: 0;
    height: 485px;
    width: 655px;
    display: block;
    background-size: 27px 27px;
    background-position: 100%;
    background-repeat: repeat;
}

.single-logo {
    margin-bottom: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 7px;
}

.brand-carousel .owl-dots {
    text-align: center;
}

.brand-carousel .owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #222222 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

    .brand-carousel .owl-dot.active {
        background-color: #FF170F !important;
    }
/*********/

.mobile-app {
    padding: 50px 0 80px;
    background-image: url(https://softek.radiantthemes.com/wp-content/uploads/2021/04/bg-info.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s;
    overflow-x: hidden;
    position: relative;
}

    .mobile-app .elementor-heading-title {
        background: -webkit-linear-gradient( 51deg, #ff3834 0%, #ff7133 100%);
        -webkit-text-fill-color: transparent;
        font-size: 45px;
        font-weight: 700;
        line-height: 40px;
        padding-bottom: 10px;
        color: white !important;
    }

    .mobile-app p {
        color: #010101;
        -font-family: nunito, Sans-serif;
        font-size: 28px;
        font-weight: 600;
        z-index: 99;
        padding-bottom: 25px;
    }

    .mobile-app .radiantthemes-custom-button-main {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        transition: all .3s ease-in-out !important;
        -webkit-transition: all .3s ease-in-out !important;
        background: linear-gradient(to right, #3e418e 0%, #262975 100%);
        border-radius: 4px;
        margin: 0;
        text-decoration: none;
    }

    .mobile-app .btn-cont {
        -font-family: poppins, Sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        color: #fefeff;
        padding: 10px 24px;
    }

    .mobile-app .android-phone1,
    .mobile-app .ios-phone1 {
        height: 450px;
    }

    .mobile-app .android-phone2,
    .mobile-app .ios-phone2 {
        height: 350px;
        position: absolute;
        right: -80px;
        bottom: -40px;
        transform: rotate(15deg);
    }

    .mobile-app .img-mob {
        display: flex;
        justify-content: space-between;
    }

    .mobile-app .image-icon1 {
        position: absolute;
        top: 100px;
        left: 50px;
    }

    .mobile-app .image-icon2 {
        position: absolute;
        bottom: 10px;
        left: 32%;
    }

    .mobile-app .image-icon3 {
        position: absolute;
        bottom: 20%;
        left: 25%;
    }



/*****partner-say*******/

.partner-say {
    padding-top: 30px;
    -background: linear-gradient(112deg, #F1F8FB 50%, #F1F8FB 50%);
}

    .partner-say .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 8rem;
        color: #333;
        text-align: center;
        font-size: 1.3rem;
        font-style: italic;
        font-weight: 500;
        line-height: 2rem
    }

    .partner-say #image-caption {
        color: #3E4095;
    }

    .partner-say h6 {
        color: grey;
    }

    .partner-say p.description a {
        font-size: 12px;
    }
    /* .partner-say p.description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        border: 1px solid red;
    } */

    .partner-say .carousel-item {
        height: 400px;
    }

    .partner-say .carousel-caption img {
        width: 6rem;
        border-radius: 5rem;
        margin-top: 2rem
    }

    .partner-say #image-caption {
        font-style: normal;
        font-size: 1rem;
        margin-top: 0.5rem
    }

    .partner-say .carousel-control-prev .carousel-control-prev-icon,
    .partner-say .carousel-control-next .carousel-control-next-icon {
        background-color: #3f4692 !important;
        padding: 1.4rem;
        background-size: 20px;
    }

    .partner-say .carousel-control-prev {
        justify-content: flex-start
    }

    .partner-say .carousel-control-next {
        justify-content: flex-end
    }

    .partner-say .carousel-control-prev,
    .partner-say .carousel-control-next {
        transition: none;
        opacity: unset
    }
/* ------------std say----------------------*/


#imagebox .ib-content .ib-caption {
    text-align: center;
}
/*******/

.student-say {
    padding: 50px 0;
    background-image: url(https://softek.radiantthemes.com/wp-content/uploads/2021/04/banner.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 94%;
    position: relative;
}

    .student-say::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(https://softek.radiantthemes.com/wp-content/uploads/2021/04/Shape-2.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 90%;
        transition: background .3s, border-radius .3s, opacity .3s;
        height: 100%;
    }

    .student-say .card {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        min-height: 400px;
    }

    .student-say .profile-pic {
        width: 100px !important;
        -height: 100px;
        -box-shadow: 0px 4px 8px 0px #BDBDBD;
        -border-radius: 50%;
    }

    .student-say .owl-item .item {
        transform: translate3d(0, 0, 0);
        /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
        margin: 50px 0;
        /* OVERWRITE PLUGIN MARGIN */
    }

    .student-say .screenshot_slider .owl-item .item img {
        -webkit-transition: 0.3s;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .student-say .screenshot_slider .owl-item.center .item img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

    .student-say .screenshot_slider .owl-nav {
        text-align: center;
    }

        .student-say .screenshot_slider .owl-nav button {
            font-size: 24px !important;
            margin: 10px;
            color: #033aff !important;
        }

@media screen and (max-width: 999px) {
    .student-say .next,
    .student-say .prev {
        transform: scale(1);
        opacity: 1
    }

    .student-say .item {
        display: block !important
    }
}

.student-say .owl-nav.disabled {
    display: block !important;
}
/*****know more btn**************************************/

.cspe_con .know_more_btn,
.chna_con .know_more_btn {
    position: absolute;
    bottom: 8px;
    left: 35%;
    transform: translate(-50%, 0px);
    z-index: 500;
}
/* .chna_con .know_more_btn .know_btn {
        background-color: #ED3237 !important;
    }*/
.know_btn {
    padding: 5px 20px;
    border-radius: 30px;
    border: none;
    display: block;
    z-index: 500;
}

    .know_btn:hover {
        cursor: pointer !important;
    }

.cspe_con .know_more_btn .know_btn {
    background: #001071;
}

.upgrade_con .know_more_btn {
    position: absolute;
    bottom: 20px;
    -right: 2%;
}

    .upgrade_con .know_more_btn .know_btn {
        background: #FAC100;
        color: #0a137c !important;
        font-weight: 600;
    }

.robot_con .know_more_btn {
    position: absolute;
    bottom: 30px;
    left: 42%;
}

    .robot_con .know_more_btn .know_btn {
        background: #0098DA;
    }

.syber_con .know_more_btn {
    position: absolute;
    bottom: 30px;
    left: 60%;
    transform: translate(-50%, -10%);
}

    .syber_con .know_more_btn .know_btn {
        background: #569B47;
    }

.iot_con .know_more_btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -10%);
}

    .iot_con .know_more_btn .know_btn {
        background: #0866AE;
        border: none;
    }

.all_it .know_more_btn {
    position: absolute;
    bottom: 30px;
    left: 45%;
    transform: translate(-50%, -10%);
}

    .all_it .know_more_btn .know_btn {
        background: #FF9C00;
    }

.play_store_con {
    position: absolute;
    bottom: 50px;
    right: 6px;
    text-align: center;
    z-index: 500;
}

    .play_store_con .play_str {
        margin-top: 10px;
        width: 128px;
        margin-left: 10px;
    }

        .play_store_con .play_str:hover {
            cursor: pointer;
        }

.mob_title {
    color: #ff3834;
    font-size: 30px;
    font-weight: 700;
}

.mob_sub {
    color: #3F4692;
    /*color: #0000FF;*/

    font-size: 30px;
    font-weight: 700;
}
/*-----know more btn-------------------------------*/

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 25px;
    width: 45px;
    height: 45px;
    z-index: 1500;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background: #3F4692;
    font-size: 25px;
    border-radius: 50%;
    color: #FFFFFF;
    line-height: 45px;
}

    .back-to-top:hover {
        color: #FFFFFF;
    }

.header .title {
    text-decoration: none;
    color: #00010e;
    font-weight: 600;
    padding: 7px 0px;
    font-size: 20px;
    font-family: 'Nunito Sans';
    color: #3F4692;
    margin-bottom: 20px;
}

.header .title_sub {
    color: rgb(48, 146, 202);
    font-size: 13px;
    margin-top: 15px;
}

.large_menu .dropdown-menu {
    position: absolute;
    height: 400px;
    background-color: #FFFFFF;
}

.lr-icon {
    margin-right: 5px;
    color: #1088ad;
}

.offcanvas.show,
.offcanvas-header,
.offcanvasRight,
.offcanvas-body {
    background-color: #ffffff;
    color: black;
    overflow-x: hidden;
}

    .offcanvas-header button {
        -color: white !important;
        font-size: 25px;
        text-align: center;
        border: none;
        border-radius: 30px;
        padding: 5px 15px;
    }

.btn_more {
    background: #4782f7;
    color: white !important;
    border-radius: 35px;
    padding: 4px 15px !important;
    margin-top: 4px;
}

.offcanvas-body ul {
    padding: 10px;
}

.sidebar_list li {
    text-align: left;
    padding: 5px 30px;
    -border: 1px solid #ddd;
    margin-bottom: 6px;
}

    .sidebar_list li .submenu li {
        padding: 5px;
    }

    .sidebar_list li a {
        display: block;
        text-decoration: none !important;
        color: black;
        font-size: 15px;
    }

    .sidebar_list li:hover {
        -background-color: #3F4692;
        transition: 1s;
        color: white;
    }

        .sidebar_list li:hover a {
            -color: white;
        }

    .sidebar_list li i {
        font-size: 15px;
        width: 30px;
    }

.lg_caret {
    font-size: 14px !important;
    position: absolute;
    top: 6px;
    right: 5%;
}

.md_caret {
    font-size: 14px;
    position: relative;
    top: 0px;
}

#partner_say .owl-nav {
    display: none !important;
}

.nws-head {
    font-size: 16px;
    color: #032a63 !important
}

.nws-sub {
    font-size: 11px;
    word-break: break-all;
}

.nws-img {
    width: 60px;
    height: 60px;
    border:1px solid #ddd;
    border-radius:5px;
    object-fit:contain;
}

.nws-side {
    max-height: 370px;
    overflow: hidden;
}

.nws-marq {
    height: 310px;
}

.team-img {
    width: 120px !important;
    height: 120px;
    margin: auto;
}

.team-name {
    font-size: 1.5625rem;
    font-weight: 400;
}

#team-1 .card_text {
    font-size: 13px;
    color: #f31e21;
    font-weight: 600;
}

#team-1 .owl-dots {
    display: none;
}


.radius-secondary {
    border-radius: 10px;
    margin-bottom: 20px;
}

    .radius-secondary .social-icon a {
        -border: 1px solid red;
        display: inline-block;
        margin: 0 2px;
        width: 30px;
        height: 30px;
        line-height: 32px;
        border-radius: 50px;
        background-color: #435E98;
    }

        .radius-secondary .social-icon a:nth-child(2) {
            background-color: #4DA6E9;
        }

        .radius-secondary .social-icon a:nth-child(3) {
            background-color: #1C71B5;
        }

        .radius-secondary .social-icon a:nth-child(4) {
            background-color: #B92E9D;
        }

        .radius-secondary .social-icon a i {
            color: #fff;
        }

    .radius-secondary .overlay-team {
        position: absolute;
        opacity: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.70);
        border-radius: 10px;
    }

    .radius-secondary:hover .overlay-team {
        opacity: 1;
    }

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 310px;
    overflow-y: clip;
}

.track {
    position: absolute;
    -top: 310px;
    -white-space: wrap;
    -will-change: transform;
    -animation: marquee 5s linear infinite;
    -border: 1px solid yellow;
}

.nws-con .d-flex {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.news-title {
    font-size: 13px;
    -border: 1px solid red;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000;
    font-weight:600;
}

@keyframes marquee {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-200%);
    }
}

.team_info h3 {
    font-size: 35px;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #3f4692;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 2px solid #3f4692;
}

.team_info h5 {
    font-size: 20px;
    letter-spacing: .5px;
    margin-top: 7px;
    color: red;
    text-align: justify;
    font-weight: 400;
}

.team_info ul li {
    padding-bottom: 10px;
}

#modal-text {
    font-size: 14.5px;
    letter-spacing: .5px;
    line-height: 35px;
    color: gray !important;
    text-align: justify;
    margin-top: 20px;
    font-weight: 365;
    font-family: 'Yaldevi', sans-serif;
}

.bg-team {
    background: #f1f2f669;
}


.team_info .modal-header .btn-close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: red !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    /*opacity: .2;*/
}

.model_teams .modal-content {
    background-color: transparent;
    border: none;
}

.model_teams .modal-header {
    background-color: transparent;
    border: none;
}

.model_teams .modal-body {
    background-color: white;
    border-radius: 10px;
}

.btn-close:focus {
    box-shadow: unset;
}

.text-grey {
    color: grey;
}

.btn:focus {
    box-shadow: none !important;
}


.grid-container {
    display: grid;
    grid-template-columns: 300px 180px 180px 180px 169px 180px;
    grid-gap: 15px;
    padding: 10px;
}

    .grid-container > div {
        padding: 20px 0;
    }

.model_img_top {
    position: absolute;
    top: -100px;
    width: 150px;
}

.text-partner {
    color: #3E4095;
}

.img_height {
    max-width: 100%;
    height: auto;
}

#partner-modal-text {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 27px;
    /*  color: gray !important;*/
    color: #333;
    text-align: justify;
    margin-top: 0px;
    -font-weight: 365;
    -font-family: 'Yaldevi', sans-serif;
}

.cousre-name {
    background-color: #F7F7F7;
    border-radius: 0px 0px 10px 10px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .cousre-name h3 {
        text-decoration: none;
        font-size: 20px;
        color: #077D36;
        letter-spacing: 1px;
        font-weight: 700;
        font-family: 'Signika', sans-serif;
        line-height: 22px;
    }

#myTabContent .box {
    padding: 4px;
}

.box a {
    text-decoration: none !important;
}

#myTab .nav-link.active,
.nav-item.show .nav-link {
    color: #238846 !important;
    border: none;
    border-bottom: 2px solid #238846 !important;
    border-color: #1266f1;
    /* background-color: #238846 !important;
    color: white !important;*/
}


#myTab .nav-link {
    color: #238846 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
    isolation: unset;
}

.nav-tabs {
    border: none !important;
}

.career_content .tab .nav-tabs {
    border: none;
    border-bottom: 2px solid #e8e8e8;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: 0s;
}






@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}

@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
    position: relative;
}

    .with-arrow .nav-link.active::after {
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #2b90d9;
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }

/* lined tabs */

.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}

    .lined .nav-link:hover {
        border: none;
        border-bottom: 3px solid transparent;
    }

    .lined .nav-link.active {
        background: none;
        color: #555;
        border-color: #2b90d9;
    }


.courses-banner_new1 {
    height: 170px;
    width: 100% !important;
    background-image: url('/img/courses-banner/1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

.courses_small_title {
    font-weight: 600 !important;
    font-size: 38px !important;
    margin-top: 0 !important;
}

.courses_box {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.map iframe {
    width: 100%;
    height: 250px;
}

.nav-pills .nav-link {
    color: #555;
}

a {
    text-decoration: none;
}

.text-uppercase {
    letter-spacing: 0.1em;
}
/* -----------media query----------------------------------------------------------- */
@media (max-width: 320px) {
    .adminActions {
        position: absolute !important;
        z-index: 999 !important;
        top: 237px !important;
        right: 5px !important;
        bottom: unset !important;
    }
    /*.adminToggle {
        width: auto !important;
        height: auto !important;
    }*/

}

@media (max-width: 425px) {
    .adminActions, .back-to-top {
        right: 5px !important;
    }
}

@media (max-width: 375px) {


    .adminButton i {
        font-size: 18px !important;
    }

    .adminButton, .adminButtons a {
        height: 35px !important;
        width: 35px !important;
    }

    .back-to-top {
        bottom: 10px;
        right: 5px;
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
    }

    .adminActions {
        position: absolute !important;
        z-index: 999 !important;
        top: 247px !important;
        right: 5px !important;
        bottom: unset !important;
    }
}

@media (max-width: 340px) {


    .adminButton i {
        font-size: 18px !important;
    }

    .adminButton, .adminButtons a {
        height: 35px !important;
        width: 35px !important;
    }
}


@media (max-width: 400px) {
    .logo_com {
        width: 100% !important;
    }

    .academic h4 {
        clear: left;
    }

    .micro {
        min-height: 375px !important;
    }

    #partner_say .testimonial-pic > img {
        width: 60px !important;
        height: 60px !important;
        margin-left: 27px !important;
        margin-top: 6px;
    }

    #partner_say .testimonial-review {
        margin: 0px 0 0 15px;
        float: left;
    }

        #partner_say .testimonial-review span {
            font-size: 11px !important;
        }

    #partner_say .testimonial-title {
        font-size: 14px !important;
    }
}

@media (min-width:376px) and (max-width:575px) {
}

@media (min-width:401px) and (max-width:575px) {
    #partner_say .testimonial-pic > img {
        margin-left: 68px !important;
    }

    .adminActions {
        position: absolute !important;
        z-index: 999 !important;
        top: 325px !important;
        right: 5px !important;
        bottom: unset !important;
    }
}

@media(max-width:575px) {
    .chna-icom-main .icon-five .fa-arrow-right {
        transform: rotate(90deg);
    }

    .navbar-nav {
        padding-bottom: 30px !important;
    }

    .cod-header-text {
        font-size: 1rem !important;
        font-weight: 500;
    }

    .advan_bg img {
        width: 100%;
        height: auto;
    }

    #myTab {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .header-logo {
        width: 170px;
    }

    .header .main-menu .nav-item .nav-link {
        padding: 10px;
    }

    .btn_info {
        font-size: 10px;
        visibility: visible;
    }

    .btn_new {
        padding: 10px 20px;
    }

    #tem-slider .tem-slide .tem-description {
        line-height: inherit;
    }

    .mobile-app .elementor-heading-title {
        font-size: 35px;
    }

    #news-slider .post-slide .post-img img {
        height: 220px;
    }

    #news-slider .post-slide .post-description {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 12px;
    }

    .com_con {
        font-size: 20px !important;
    }

    .big_auth {
        text-align: left;
        font-size: 20px;
    }

    .iant-new-sldr,
    .carousel-item {
        height: 100%;
    }

    .student-say .card {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        height: 400px !important;
        font-size: 15px;
    }

    .mobile-app .android-phone2,
    .mobile-app .ios-phone2 {
        display: none;
    }

    .mobile-app .android-phone1,
    .mobile-app .ios-phone1 {
        height: 230px;
        margin-left: 2px;
    }

    .mobile-app .mob_row {
        flex-direction: column-reverse !important;
        text-align: center;
    }

    .mobile-app .image-icon2 {
        display: none;
    }

    .logo_com {
        width: 180px;
        height: auto;
        float: none;
    }

    .academic h1 {
        min-height: auto;
    }

    .academic h4 {
        min-height: auto;
        font-size: 17px;
        padding-bottom: 10px;
    }

    .academic p {
        min-height: auto;
        font-size: 16px;
        text-align: justify;
    }

    .grid-wrapper {
        display: block;
    }

        .grid-wrapper > div {
            margin-bottom: 15px;
        }

    .header {
        padding: 0px;
    }

    .partner-say {
        padding-bottom: 30px;
    }

    .section-padding {
        padding: 30px 0;
    }

    .gallery {
        padding: 20px 0;
        background-color: #f0f0f0;
    }

    .mobile-app {
        padding: 20px 0 30px;
    }

    .inner-academic {
        padding: 15px;
    }

    .slider_img {
        display: none;
    }

    .small_img {
        display: block;
    }

    .mobile-app .android-phone1,
    .mobile-app .ios-phone1 {
        height: 230px;
        margin-left: 10px !important;
    }

    .micro .micro-per {
        min-height: 127px;
    }

    .upgrade_con .know_more_btn {
        position: absolute;
        /* bottom: 42px;*/
        bottom: 10px;
        -right: 35%;
        left: 20% !important;
    }

    .know_btn {
        font-size: 11px;
    }

    .cspe_con .know_more_btn,
    .chna_con .know_more_btn {
        bottom: 8px;
        left: 70%;
    }

        .cspe_con .know_more_btn .know_btn, .chna_con .know_more_btn .know_btn {
            padding: 5px 19px !important;
        }

    .syber_con .know_more_btn {
        left: 50%;
    }

    .iot_con .know_more_btn {
        bottom: 11px;
    }

    .robot_con .know_more_btn {
        bottom: 10px;
        left: 50%;
    }

    .all_it .know_more_btn {
        position: absolute;
        /*bottom: 59px;*/
        bottom: 50px;
        left: 67%;
        transform: translate(-50%, -10%);
    }

    .play_store_con {
        position: absolute;
        bottom: 10px;
        right: 6px;
    }

        .play_store_con .play_str {
            width: 91px;
        }

    /*.back-to-top {
        width: 35px;
        height: 35px;
        font-size: 24px;
    }*/

    .advan_bg {
        width: 100%;
        height: 300px;
        background-repeat: no-repeat;
    }

    .advantages_con h5 {
        min-height: 30px;
    }

    .ranjoi {
        flex-direction: column-reverse;
    }

    .ftitle {
        min-height: 13px;
    }

    .grid-container > div {
        padding: 5px 0;
    }

    .grid-container {
        display: block;
        grid-template-columns: 300px 180px 180px 180px 169px 180px;
        grid-gap: 0;
        padding: 0px;
    }

    #partner_say .content {
        min-height: 220px !important;
    }

    #partner_say .description {
        -webkit-line-clamp: 10 !important;
    }

    .con_over {
        width: 200px;
        height: 150px;
        margin: 0 auto;
    }

    .courses-card-seven .img-thumbnail {
        border: none !important;
    }

    .con_over .con_box_title {
        font-size: 1rem;
    }

    .courses-share .adminActions {
        position: absolute !important;
        z-index: 999 !important;
        bottom: 145px !important;
        right: 5px !important;
        top: unset !important;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .adminActions {
        position: absolute !important;
        z-index: 999 !important;
        top: 250px !important;
        right: 5px !important;
        bottom: unset !important;
    }

    .back-to-top {
        width: 35px;
        height: 34px;
        font-size: 20px;
        line-height: 30px;
    }

    .know_more_btn {
        left: 50% !important;
        transform: translate(-50%,0) !important;
        bottom: 10px !important;
    }

    .upgrade_con .know_more_btn {
        bottom: 12px !important;
        left: 12% !important;
    }

    .mobile-app .android-phone1,
    .mobile-app .ios-phone1 {
        height: 200px;
        margin-left: 0px;
    }

    .mobile-app .android-phone2,
    .mobile-app .ios-phone2 {
        height: 220px;
        right: -52px;
        bottom: -78px;
    }

    .logo_com {
        height: 242px;
    }

    .micro .micro-per {
        min-height: 130px;
    }

    .cspe_con .know_more_btn,
    .chna_con .know_more_btn {
        bottom: 21px;
        left: 38%;
    }

    .cspe_con .know_more_btn {
        left: 64% !important;
    }

    .play_store_con .play_str {
        width: 73px;
    }

    .play_store_con {
        position: absolute;
        bottom: 21px;
    }

    .all_it .know_more_btn {
        bottom: 6px;
    }

    .know_btn {
        padding: 1px 20px;
        font-size: 12px;
    }

    .syber_con .know_more_btn {
        bottom: 0px;
        left: 62%;
    }

    .iot_con .know_more_btn,
    .robot_con .know_more_btn {
        bottom: 1px;
    }

    .know_more_btn {
        -bottom: 19px !important;
    }

    .upgrade_con .know_more_btn {
        bottom: 7px;
    }

    #partner_say .testimonial-pic > img {
        margin-left: 57px !important;
    }

    .courses-share .adminActions {
        position: absolute !important;
        z-index: 999 !important;
        bottom: 137px !important;
        right: 5px !important;
        top: unset !important;
    }

    .adminButton {
        height: 35px !important;
        width: 35px !important;
    }

    .adminButtons a {
        width: 35px !important;
        height: 35px !important;
        margin: 5px auto 0 !important;
    }

    .adminButton i {
        font-size: 17px !important;
    }
}

@media (min-width:650px) and (max-width:767px) {
    .adminActions {
        position: absolute !important;
        z-index: 999 !important;
        top: 315px !important;
        right: 5px !important;
        bottom: unset !important;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .courses-info .icon-section ul {
        padding-right: 0px !important;
    }

    .grid-wrapper .big {
        grid-column: span 1;
    }

    .video-inner img {
        width: 100%;
    }

    .menu-top {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .adminActions {
        bottom: 220px !important;
        right: 8px !important;
    }

    .back-to-top {
        right: 5px;
    }

    .cod-header-text {
        font-size: 1rem !important;
        font-weight: 500;
    }

    .site-section .course {
        padding: 6px 10px 3px 10px !important;
    }

    .courses-info .icon-section ul {
        padding-right: 0px !important;
    }

    .banner_img .watch-course {
        max-width: 728px !important;
        justify-content: flex-start !important;
    }

    .video-section .net-content {
        min-height: 210px;
        padding: 20px 15px;
    }

        .video-section .net-content h5 {
            font-size: 14px;
        }

    .con_over .con_box_title {
        font-size: 1.4rem !important;
    }

    .con_over {
        width: 160px !important;
        height: 82px;
    }

    .cousre-name h3 {
        font-size: 17px;
    }

    .micro .micro-per {
        min-height: 165px;
    }


    .chna_con .know_more_btn {
        bottom: 15px !important;
    }

    .cspe_con .know_more_btn {
        bottom: 18px !important;
        left: 66% !important;
    }

    .know_btn {
        padding: 1px 20px;
    }

    .syber_con .know_more_btn {
        position: absolute;
        bottom: 15px;
        left: 62%;
        padding: 0;
    }

    .play_store_con .play_str {
        width: 100px;
    }

    .play_store_con .down_btn {
        width: 100px;
    }

    .play_store_con {
        position: absolute;
        bottom: 30px;
    }

    .upgrade_con .know_more_btn {
        position: absolute;
        bottom: 12px !important;
        left: 12% !important;
        /* left: 50% !important;
            transform: translate(-50%,0) !important;
            bottom: 57px !important;*/
    }

    #partner_say .description {
        min-height: 54px;
    }

    .nws-img {
        width: 138px;
        height: 100px;
    }

    .radius-secondary {
        margin-bottom: 15px !important;
    }

    .all_it .know_more_btn,
    .iot_con .know_more_btn,
    .robot_con .know_more_btn {
        bottom: 15px !important;
    }

    .grid-container > div {
        padding: 0px 0;
    }

    .grid-container {
        display: grid;
        grid-template-columns: 300px 180px 180px;
        grid-gap: 15px;
        padding: 0px;
    }

    #partner_say .content {
        min-height: 203px !important;
    }

    #partner_say .description {
        -webkit-line-clamp: 10 !important;
    }

    .know_more_btn {
        left: 50% !important;
        transform: translate(-50%,0) !important;
    }

    .adminActions {
        position: absolute !important;
        z-index: 999 !important;
        bottom: 125px !important;
        right: 5px !important;
    }
    /*.adminActions {
            position: absolute !important;
            z-index: 999 !important;
            top: 300px !important;
            right: 5px !important;
            bottom: unset !important;
        }*/
}


@media(max-width:767px) {
    .dropdown-menu .submenu {
        left: 80px !important;
        top: 100% !important;
    }

    .menu-top {
        display: none;
    }

    .logo_com {
        width: 230px;
        height: 230px;
        object-fit: contain;
        float: left;
        margin-right: 10px;
    }

    .logo {
        width: 220px;
    }

    .com_con,
    .big_auth {
        font-size: 23px;
    }

    #news-slider .post-slide .post-content {
        height: 230px !important;
    }
    /*------------------*/
    .mobile-app .android-phone1,
    .mobile-app .ios-phone1 {
        height: 200px;
        margin-left: 0px;
    }

    .mobile-app .android-phone2,
    .mobile-app .ios-phone2 {
        height: 220px;
        right: -12px;
        bottom: -99px;
    }

    .mobile-app .img-mob {
        justify-content: center;
    }

    .card {
        height: 100%;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        display: none;
    }

    .student-say .card {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        height: 338px !important;
    }

    .partner-say .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 0;
    }
    /* .bg-footer {
            background-color: #3f4692 !important;
        } */
    .footer {
        padding-top: 50px;
    }



    .video-section .col-md-4 {
        margin-bottom: 20px;
    }

    .mobile-app .image-icon3 {
        position: absolute;
        top: 100px;
        left: 38%;
    }

    .mobile-app .image-icon1 {
        position: absolute;
        top: 20px;
        left: 50px;
    }

    .partner-say .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }

    .partner-say .carousel-item {
        height: auto;
    }

    .partner-say .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }

    .partner-say #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }

    .partner-say i {
        padding: 0.8rem
    }
    /* #partner_say .testimonial-review {
            clear: left;
        } */

}

@media(min-width:900px) and (max-width:991px) {
    /*.adminActions {
            bottom: 142px !important;
            right: 8px !important;
           
        }*/

}

@media(max-width:991px) {
    .courses-info-margin {
        margin-top: -90px;
    }

    .back-to-top {
        right: 5px !important;
    }

    #partner_say .content {
        font-size: 15px !important;
    }

    .dropdown-menu .submenu {
        left: 80px !important;
        top: 100% !important;
    }

    .main-block-awared .image-wrapper img {
        height: auto !important;
        width: 100% !important;
    }

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .mobile-app .image-icon1 {
        position: absolute;
        top: 17px;
        left: 50px;
    }

    .video-inner.card {
        height: 100%;
    }

    .academic h1 {
        min-height: 72px;
        padding-bottom: 0px;
    }

    .logo_com {
        width: 200px;
        height: 200px;
        margin-bottom: 20px !important;
    }

    #news-slider .post-slide .post-content {
        height: 230px;
        background: #fff;
        padding: 20px;
    }

    .large_menu .dropdown-menu {
        overflow-y: scroll;
    }

    .dropdown-menu .submenu {
        position: absolute;
        left: 135px;
        top: 100%;
        width: 200px;
    }

    .main-menu {
        height: 500px;
        overflow-y: scroll;
        padding-bottom: 50px;
    }

    .model_img_top {
        position: relative;
        top: 0;
    }

    .homecon .adminActions {
        position: absolute !important;
        z-index: 1001 !important;
        bottom: 10px !important;
        right: 5px !important;
        top: initial !important;
    }
}

@media(min-width:992px) {
    .nws-marq {
        height: 298px;
    }

    .text-lg-white {
        color: white !important;
    }
}

@media(min-width:992px) and (max-width:1023px) {
    .post-slide .post-content {
        height: 230px;
    }

    .mobile-app .image-icon1 {
        position: absolute;
        top: 207px;
        left: 50px;
    }

    .logo_com {
        width: 200px;
        height: 200px;
        object-fit: contain;
        float: none;
    }

    .academic h1 {
        max-height: 49px;
    }

    .micro .micro-per {
        min-height: 130px;
    }
    /*------courses form---------*/
    .banner_img .expert_form {
        margin: 19px 0 !important;
        padding: 11px 15px !important;
        top: -15px !important;
        right: 5px !important;
        max-width: 238px !important;
    }

        .banner_img .expert_form h4 {
            font-size: 11px !important;
        }

            .banner_img .expert_form h4 strong {
                font-size: 13px !important;
            }

    .banner_img .form-control {
        padding: 5px !important;
        font-size: 13px !important;
    }

    .banner_img .expert_form .form-control {
        margin-bottom: 6px !important;
    }

    .banner_img .checkbox label {
        font-size: 12px !important;
    }
    /*------courses form-----------*/

}

@media(min-width:992px) and (max-width:1023px) {
    .upgrade_con .know_more_btn {
        position: absolute;
        bottom: 10px !important;
        left: 5%;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .courses-info .courses_box h4 {
        font-size: 27px !important;
    }

    .con_over {
        width: 155px;
        height: 136px;
    }

        .con_over .con_box_title {
            font-size: 1.4rem;
        }

    .advantages_con .advance-icon {
        font-size: 36px !important;
        color: #517bd4;
    }

    .advantages_con h5 {
        font-size: 12px;
        color: #3d3030;
        min-height: 56px;
    }

    #partner_say .testimonial-title {
        font-size: 18px;
    }

    #partner_say .testimonial-review span {
        font-size: 11px !important;
    }

    .robot_con .know_more_btn,
    .iot_con .know_more_btn,
    .syber_con .know_more_btn {
        bottom: 15px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: 232px 110px 133px 141px 108px 185px;
        grid-gap: 18px;
        padding: 0px;
    }

    #partner_say .content {
        min-height: 220px !important;
    }

    #partner_say .description {
        -webkit-line-clamp: 10 !important;
    }
}

@media(min-width:1024px) {
    .post-slide .post-content {
        height: 230px;
    }

    .academic h1 {
        max-height: 46px;
    }

    .logo_com {
        width: 200px;
        height: 200px;
        object-fit: contain;
        float: none;
    }

    .upgrade_con .know_more_btn {
        position: absolute;
        bottom: 10px;
        left: 5%;
    }

    .grid-container {
        grid-gap: 24px;
    }

    .model_img_top {
        position: relative;
        top: 0;
    }
}


@media (min-width:1024px) and (max-width:1199px) {
    /*------courses form---------*/
    .banner_img .expert_form {
        margin: 19px 0 !important;
        padding: 11px 15px !important;
        top: -10px !important;
        right: 13px !important;
        max-width: 238px !important;
    }

        .banner_img .expert_form h4 {
            font-size: 11px !important;
        }

            .banner_img .expert_form h4 strong {
                font-size: 13px !important;
            }

    .banner_img .form-control {
        padding: 5px !important;
        font-size: 13px !important;
    }

    .banner_img .expert_form .form-control {
        margin-bottom: 6px !important;
    }

    .banner_img .checkbox label {
        font-size: 12px !important;
    }
    /*------courses form-----------*/
}

@media(min-width:1326px) {
    .upgrade_con .know_more_btn {
        bottom: 20px;
        left: 5%;
    }
}

@media (min-width: 1200px) and (max-width:1325px) {
    .grid-container {
        display: grid;
        grid-template-columns: 300px 160px 160px 160px 150px 190px;
        grid-gap: 16px;
        padding: 10px;
    }

    .upgrade_con .know_more_btn {
        bottom: 20px;
        left: 5%;
    }
}

@media (min-width: 1200px) and (max-width:1399px) {
    #partner_say .content {
        font-size: 14px !important;
    }

    .play_store_con .play_str {
        width: 178px;
    }

    .play_store_con .down_btn {
        width: 170px;
    }

    .know_more_btn {
        bottom: 30px;
        z-index: 500;
    }

    .cspe_con .know_more_btn,
    .chna_con .know_more_btn {
        position: absolute;
        bottom: 24px;
    }

    #partner_say .description {
        min-height: 54px;
    }

    .nws-side {
        min-height: 370px !important;
        overflow: hidden;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .header .main-menu .nav-item .nav-link {
        padding: 18px 14px;
        color: #333;
        font-size: 13px;
    }

    .large_menu .dropdown-menu {
        overflow-y: scroll;
    }

    .nws-side {
        min-height: 370px !important;
        overflow: hidden;
    }
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

    .carousel-control-next, .carousel-control-prev {
        margin: 0px 30px !important;
    }
}

@media (min-width: 1400px) {
    #news-slider .post-slide .post-content {
        min-height: 220px !important;
    }

    .micro {
        min-height: 387px;
    }

    .nws-side {
        min-height: 387px !important;
        overflow: hidden;
    }

    .play_store_con .play_str {
        margin-top: 10px;
        width: 192px;
        margin-left: 10px;
    }

    .upgrade_con .know_more_btn {
        z-index: 500;
    }

    .know_more_btn {
        z-index: 500;
    }

    .cspe_con .know_more_btn,
    .chna_con .know_more_btn {
        position: absolute;
        bottom: 24px;
    }
}


.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -28px;
    width: 290px;
    z-index: 999;
}

.n-d-down {
    -width: 500px;
    border: 1px solid red;
    -height: 350px;
}
/*.dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        border:1px solid blue;
    }*/
.dropdown-menu {
    min-width: 13rem;
}

    .dropdown-menu .submenu-left {
        right: 100%;
        left: 0;
    }

    .dropdown-menu .submenu.star_more {
        width: 400px;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }

.text-end a:hover {
    cursor: pointer !important;
}
/*****testi*****/

#partner_say .content {
    padding: 15px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    background: #e67e22;
    min-height: 184px;
    font-size: 14px;
}

#partner_say div.owl-item:nth-child(2n) .content {
    background: #1abc9c;
}

    #partner_say div.owl-item:nth-child(2n) .content:after {
        content: "";
        border-top: 10px solid #1abc9c;
        border-left: 10px solid transparent;
        border-right: 9px solid transparent;
        position: absolute;
        bottom: -8px;
        left: 16%;
    }

#partner_say div.owl-item:nth-child(3n+1) .content {
    background: #9b59b6;
}

    #partner_say div.owl-item:nth-child(3n+1) .content:after {
        content: "";
        border-top: 10px solid #9b59b6;
        border-left: 10px solid transparent;
        border-right: 9px solid transparent;
        position: absolute;
        bottom: -8px;
        left: 16%;
    }

#partner_say .description {
    margin-bottom: 10px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

#partner_say .testimonial-pic {
    float: left;
}

    #partner_say .testimonial-pic > img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px solid #e5e5e5;
        margin-left: 20px;
    }

#partner_say .testimonial-review {
    margin: 3px 0 0 15px;
    float: left;
}

#partner_say .testimonial-title {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0;
}

#partner_say .testimonial-review span {
    -color: darkgray;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #1abc9c;
}

.owl-theme .owl-controls .owl-page span {
    background: #333;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
}
/*****16-9-2021****/

.banner_img {
    background-color: #F3C13E;
    -min-height: 400px;
    position: relative;
}

.banner-img {
    width: 100%;
}

.banner_img .watch-course {
    position: absolute;
    -border: 1px solid red;
    max-width: 500px;
    margin: auto;
    -bottom: 0;
    width: 500px;
    -top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    -border: 1px solid red;
    padding-bottom: 7px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

    .banner_img .watch-course .course-intro img {
        width: 50px;
        margin-right: 10px;
    }

    .banner_img .watch-course .course-intro {
        display: flex;
        align-items: center;
    }

        .banner_img .watch-course .course-intro a {
            text-decoration: none;
        }

        .banner_img .watch-course .course-intro span {
            color: #000;
        }

    .banner_img .watch-course .share-social {
        display: none;
        align-items: center;
    }

        .banner_img .watch-course .share-social a {
            margin-left: 5px;
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50px;
            text-align: center;
            line-height: 32px;
            color: #fff;
            background-color: #435E98;
        }

            .banner_img .watch-course .share-social a:nth-child(3) {
                background-color: #4DA6E9;
            }

            .banner_img .watch-course .share-social a:nth-child(4) {
                background-color: #44AE4A;
            }

            .banner_img .watch-course .share-social a:nth-child(5) {
                background-color: #3474B1;
            }

            .banner_img .watch-course .share-social a:nth-child(6) {
                background-color: #D42E75;
            }

.banner_img .btn-close {
    background: url(../img/video/close.svg);
    opacity: 1;
}

.btn-theme {
    background-color: #0092B5;
    color: #fff !important;
    font-weight: 600;
}

    .btn-theme:focus {
        box-shadow: none;
    }

.banner_img .expert_form {
    margin: 30px 0;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 2px 3px gray;
    padding: 20px;
    position: absolute;
    top: 0px;
    right: 60px;
    max-width: 280px;
}

    .banner_img .expert_form .form-control {
        border-radius: 7px;
        margin-bottom: 8px;
    }

        .banner_img .expert_form .form-control::placeholder {
            color: grey;
            font-size: 15px;
        }

    .banner_img .expert_form .submit_btn {
        padding: 1px 15px !important;
        border-radius: 8px;
        margin-top: 10px;
    }

    .banner_img .expert_form h4 {
        font-size: 15px;
        font-weight: 600;
    }

        .banner_img .expert_form h4 strong {
            font-size: 35px;
            font-weight: 900;
        }

.courses-info {
    padding: 35px 0;
}

    .courses-info .career_content .course-title {
        font-weight: 600;
        color: #ED3D41;
        font-size: 40px;
    }

    .courses-info .career_content .course-sub-title {
        text-transform: uppercase;
        color: #000;
        font-size: 26px;
        padding-bottom: 20px;
    }

    .courses-info .career_content p {
        line-height: 26px;
        text-align: justify;
        color: rgba(0, 0, 0, 0.68);
        font-size: 15px;
        letter-spacing: 1px;
    }

    .courses-info .icon-section ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-right: 100px;
    }

        .courses-info .icon-section ul li img {
            margin-bottom: 10px;
            width: 80px;
        }

        .courses-info .icon-section ul h3 {
            font-size: 15px;
            text-align: center;
            line-height: 1.4;
            color: rgba(0, 0, 0, 0.68);
        }

    .courses-info .course-name-boxes ul {
        display: flex;
        -justify-content: space-between;
        flex-wrap: wrap;
    }

        .courses-info .course-name-boxes ul li {
            -border: 2px solid #3f4692;
            flex: 0 1 23%;
            max-width: 23%;
            min-height: 150px;
            margin-bottom: 10px;
            margin-right: 10px;
        }

            .courses-info .course-name-boxes ul li:nth-child(2) {
                -border: 2px solid #ef5c60;
            }

            .courses-info .course-name-boxes ul li:nth-child(3) {
                -border: 2px solid #3c9f12;
            }

            .courses-info .course-name-boxes ul li:nth-child(4) {
                -border: 2px solid #f4b403;
            }

            .courses-info .course-name-boxes ul li:nth-child(5) {
                -border: 2px solid #bf803d;
            }

            .courses-info .course-name-boxes ul li:nth-child(6) {
                -border: 2px solid #0989b7;
            }

            .courses-info .course-name-boxes ul li:nth-child(7) {
                -border: 2px solid #45929b;
            }

            .courses-info .course-name-boxes ul li:nth-child(8) {
                -border: 2px solid #bf803d;
            }

            .courses-info .course-name-boxes ul li a {
                width: 100%;
                display: block;
                min-height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                text-decoration: none;
                font-weight: 600;
                color: #333;
                font-size: 17px;
            }

    .courses-info .common-course-title, .about-title {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        color: #3F4692;
        padding-bottom: 10px;
        margin-top: 10px;
        /* border-bottom: 1px solid #3f4692;*/
        border-bottom: 1px solid #fff;
    }

    .courses-info .courses_box h4 {
        font-weight: 600;
        font-size: 39px;
        margin-top: 0 !important;
    }

    .courses-info .career_content .squre {
        list-style-type: disc;
        color: #3e4095;
        padding-left: 15px;
    }

        .courses-info .career_content .squre > li {
            padding: 5px;
            color: #000 !important;
            font-size: 14px;
            line-height: 22px;
        }

.position-sticky {
    -position: sticky;
    top: 100px;
}

.box_common a {
    font-weight: 500;
    font-size: 17px;
    display: flex;
    width: 100%;
    text-align: center;
    height: 100%;
    -justify-content: center;
    -min-height: 200px;
    -align-items: center;
    margin-bottom: 15px;
    color: #000;
}

.yellow_blog {
    background-color: #f7c041;
    padding: 15px;
    margin-bottom: 15px;
}

    .yellow_blog h4 {
        font-weight: 600;
        font-size: 18px;
        color: #ED3D41;
    }

    .yellow_blog ul {
        padding: 5px 15px;
    }

        .yellow_blog ul li {
            font-size: 15px;
            padding-bottom: 15px;
        }

.blue_blog {
    background-color: #f0f0f0;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

    .blue_blog a {
        color: #fff;
        text-decoration: none;
    }



/*******About us********/
.about-list, .list-unstyled {
    list-style-type: none !important;
}

.about-small-con p {
    color: #ffff !important;
}

.about-small-con ul li {
    color: #ffff !important;
}

.about-us p, .cmd-desk p {
    line-height: 26px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.68);
    font-size: 15px;
    letter-spacing: 1px;
    /*font-family: 'Poppins', sans-serif;*/
}

.about-us .about-title {
    text-transform: capitalize;
    color: #3F4692;
}

.about-us ul {
    list-style-type: disc;
    color: #3e4095;
    padding-left: 15px;
}

    .about-us ul > li {
        padding: 5px;
        color: #000;
        font-size: 14px;
        line-height: 22px;
    }

.cmd-desk img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.about-main-list-con {
    list-style: none !important;
}

    .about-main-list-con li {
        position: relative;
        padding-left: 10px !important;
    }

.about-list-span {
    position: absolute;
    left: -28px;
    margin-right: 10px;
    -background-color: #1192B9;
}

    .about-list-span i {
        color: #1192B9 !important;
    }


/*.about-list-i span i
{
    color:#ffffff !important;
}*/
/****placement*****/
.text-theme {
    color: #3A3785
}

.breadcrumb-banner {
    background-image: url('../img/banner/placement-banner.jpg');
    padding: 25px;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.placement .left-placement p {
    font-size: 15px;
    color: #3d3030;
    line-height: 24px;
    margin-bottom: 14px;
    letter-spacing: 0.7px;
    text-align: justify;
}

.placement .left-placement ul {
    padding: 0 18px;
    margin: 0 0 30px;
}

    .placement .left-placement ul li {
        padding: 5px 0;
        color: #000 !important;
        font-size: 14px;
        line-height: 22px;
    }

.placement .right-placement img {
    -transform: rotateY(-180deg);
}



@media (max-width:991px) {
    .banner-img {
        width: 100%;
    }

    .banner_img {
        background-color: transparent;
    }

        .banner_img .watch-course {
            position: static;
            transform: none;
            padding: 15px;
            width: 100%;
            margin: auto;
        }

        .banner_img .expert_form {
            position: static;
            max-width: 100%;
        }
}

@media (max-width:767px) {
    .banner-img {
        width: 100%;
    }

    .banner_img .watch-course {
        position: static;
        transform: none;
        padding: 15px;
        width: 100%;
        margin: auto;
        justify-content: start;
    }

        .banner_img .watch-course .course-intro {
            margin-bottom: 15px;
        }

    .banner_img .expert_form {
        position: static;
        max-width: 100%;
    }
}

@media (max-width:575px) {

    .media1 .mda-main-title {
        font-size: 14px !important;
    }

    .banner-img {
        width: 100%;
    }

    .banner_img .expert_form,
    .position-sticky {
        position: static;
        max-width: 100%;
    }

    .courses-info .career_content .course-title {
        font-size: 25px;
    }

    .courses-info .career_content .course-sub-title {
        font-size: 18px;
    }

    .courses-info .icon-section ul {
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }

    .icon-five {
        position: static !important;
        margin-bottom: 10px;
    }

    .courses-info .icon-section ul h3 {
        font-size: 15px;
    }

    .courses-info .course-name-boxes ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .courses-info .common-course-title {
        font-size: 18px;
    }

    /*.courses-info .career_content h4 {
        margin-top: 5px;
        font-size: 39px;
    }*/

    .syber_con .know_more_btn {
        bottom: 7px;
    }
}

@media (max-width:455px) {
    .banner_img .watch-course {
        display: block;
    }
}
/*******Login Page*******/

.year-box {
    overflow: hidden;
    margin-bottom: 15px;
    border: none;
}

    .year-box h3 {
        margin-bottom: 0;
    }

        .year-box h3 > a {
            text-decoration: none;
            color: #fff;
            display: block;
            padding: 50px;
            background-color: #3369af;
        }

    .year-box.color-red h3 a {
        background-color: #c64769;
    }

    .year-box.color-purple h3 a {
        background-color: #a750c4;
    }

    .year-box.color-green h3 a {
        background-color: #35ad89;
    }

    .year-box.color-yellow h3 a {
        background-color: #ffbf00;
    }

    .year-box.color-orange h3 a {
        background-color: #f49827;
    }

/**verification-block********/

.verification-block img {
    width: 220px;
    margin: 0 auto 25px;
    display: block;
}

.verification-block h4 {
    color: #3A3785;
}

.verification-block .btn-theme-primary {
    background-color: #3A3785;
    color: #fff;
}

.verification-block .btn-theme-secondary {
    background-color: #1192B9;
    color: #fff;
}

.verification-block .form-control {
    border-radius: 0;
    height: 50px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
}

    .verification-block .form-control:focus {
        outline: 0;
        box-shadow: none;
    }


/*****magazine****/

#magazine h5 a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
/** Career **/
.career-block p {
    line-height: 26px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.68);
    font-size: 15px;
    letter-spacing: 1px;
}

.career-block table tr th {
    -border: 1px solid red;
    width: 300px;
    vertical-align: middle;
    background-color: #3F4692;
    border-radius: 15px 0 0 15px;
    padding: 15px;
    border-bottom: 8px solid #fff;
}

    .career-block table tr th h5 {
        font-size: 17px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 15px;
    }

        .career-block table tr th h5 span {
            color: #fbe601
        }

        .career-block table tr th h5 small {
            font-weight: 400;
            font-size: 13px
        }

.career-block table tr td {
    -border: 1px solid red;
    vertical-align: middle;
    padding: 20px;
    background-color: #EAF0FD;
    text-align: justify;
    color: #3F4692;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0 15px 15px 0;
    border-bottom: 8px solid #fff;
}

@media(max-width:575px) {
    .know_more_btn {
        left: 50% !important;
        transform: translate(-50%,0) !important;
    }

    .about-list-span {
        position: absolute;
        left: -19px;
        margin-right: 10px;
    }

    .career-block table tr {
        display: flex;
        flex-direction: column;
    }

        .career-block table tr th {
            border-radius: 15px 15px 0 0;
            border-bottom: 0;
            width: auto;
        }

        .career-block table tr td {
            border-radius: 0 0 15px 15px;
            border-bottom: 0;
            margin-bottom: 15px;
        }
}

/*** franchiesee ***/
.franchisee {
    background: url('/img/images/bg.png');
    -height: 500px;
    background-size: cover;
    background-position: top left;
    color: #fff;
    border-bottom: 8px solid #333;
}

.franchisee-left {
    padding: 40px 85px;
}

.franchisee .franchisee-left h2 {
    font-weight: 900;
    font-size: 50px;
    padding-bottom: 15px;
}

.franchisee .franchisee-left p.prgf-1 {
    font-size: 30px;
    margin-bottom: 35px;
}

.franchisee .franchisee-left p.prgf-2 {
    font-size: 40px;
}

.training {
    padding: 60px 0;
    text-align: center;
    border-bottom: 8px solid #333;
}

    .training .col {
        background-color: #fbfbfb;
        padding: 35px 5px 15px;
        border-right: 10px solid #fff;
    }

    .training .training-img {
        width: 160px;
        margin-bottom: 15px;
        border: 7px solid rgb(143 127 187);
    }

.training-cont {
    text-align: center;
}

    .training-cont p {
        font-size: 21px;
        color: #3A3785;
        font-weight: 600;
    }

.training-btn button {
    width: 85%;
    background-image: linear-gradient(to right,rgb(136, 198, 224),rgb(203, 129, 209));
    border: 0;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 600;
    padding: 15px;
}

.training-population {
    padding: 100px 0;
    background-image: url(/img/images/bg-population.png);
    background-size: cover;
    border-bottom: 8px solid #333;
}

    .training-population h2 {
        font-size: 60px;
    }

    .training-population p {
        font-size: 34px;
        margin-bottom: 35px;
    }

    .training-population .img-sec {
        color: #fff;
    }

        .training-population .img-sec img {
            width: 100%;
            height: 160px;
            margin-bottom: 10px;
        }


.market-leader {
    border-bottom: 8px solid #333;
}

.market-leader-content {
    padding: 50px;
}

    .market-leader-content h2 {
        font-size: 60px;
        border-bottom: 2px solid #3A3785;
        padding-bottom: 7px;
        margin-bottom: 25px;
    }

    .market-leader-content ul li {
        font-size: 26px;
        margin-bottom: 20px;
    }

.global-partner {
    padding: 60px 0 100px;
    border-top: 15px solid #9743A7;
    border-bottom: 15px solid #3A3785;
}

    .global-partner h2 {
        background-image: linear-gradient(to right,rgb(136, 198, 224),rgb(203, 129, 209));
        padding: 20px 25px;
        border-radius: 50px;
        display: inline-block;
        width: 70%;
        font-size: 45px;
        color: #fff;
        margin-left: -15px;
    }

    .global-partner p {
        font-size: 25px;
        margin-bottom: 35px;
    }

    .global-partner .img-sec {
        background-color: #A796D2;
        position: relative;
    }

    .global-partner img {
        width: 100%;
        height: 230px;
    }

    .global-partner .img-sec h6 {
        padding: 20px;
        font-size: 25px;
        color: #fff;
    }

.bottom-logo {
    position: absolute;
    bottom: -50px;
    width: 100px !important;
    height: auto !important;
    right: 0
}

.modern-technology h6 {
    font-size: 25px;
    color: #fff;
    padding-bottom: 15px;
}

.modern-technology p {
    font-size: 17px;
    color: #fff;
}

.circle-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(to right, #A796D2,#fff );
    margin: auto auto 15px;
    line-height: 120px;
}

    .circle-icon i {
        font-size: 30px;
        color: #fff;
    }

.bottom-news-img {
    height: 350px;
    width: 100%;
}



@media(max-width:575px) {
    .franchisee-left, .market-leader-content {
        padding: 40px 15px;
    }

        .franchisee .franchisee-left h2, .training-population h2, .market-leader-content h2 {
            font-size: 32px;
        }

    .franchisee .franchisee-left p.prgf-1, .training-population p {
        font-size: 22px;
    }

    .franchisee .franchisee-left p.prgf-2 {
        font-size: 25px;
    }

    .training .training-img {
        width: 80px;
    }

    .training-cont p, .global-partner p {
        font-size: 15px;
        font-weight: normal;
    }

    .training .col {
        padding: 10px 5px;
        margin-bottom: 15px;
    }

    .training-btn button {
        width: auto;
        font-size: 18px;
    }

    .market-leader-content ul {
        padding: 0 15px;
    }

        .market-leader-content ul li {
            font-size: 18px;
        }

    .global-partner h2 {
        display: block;
        width: auto;
        font-size: 22px;
        margin-left: initial;
    }

    .bottom-news-img, .training-population .img-sec img, .global-partner img {
        height: auto;
    }
}
/*-------------main-courses container---------------------------------------*/

.courses-banner_new1 {
    height: 170px;
    width: 100% !important;
    background-image: url('/img/courses-banner/1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

.courses_small_title {
    font-weight: 600 !important;
    font-size: 38px !important;
    margin-top: 0 !important;
}

.courses_box {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_title {
    color: #3e4095;
}

.map-address {
    padding-top: 10px;
    padding-left: 14px;
    padding-bottom: 65px;
    background-color: #F6F6F6;
}

.map-address-third {
    padding-top: 10px;
    padding-left: 14px;
    padding-bottom: 41px;
    background-color: #F6F6F6;
}

/*-------------main-courses container---------------------------------------*/
/*-------------card contact--------------------------*/
.card_contacts .ofsc:hover {
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    transition: 0.3s;
}

.card_contacts .location_icon {
    height: 42px;
    width: 42px;
    margin: 20px 0px 0px 24px;
    display: block;
}

.card_contacts .icon {
    border: 3px solid #3e4095;
    height: 90px;
    width: 90px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    left: 40%;
    top: -44px;
    background-color: #fff;
}


.card_contacts .contant-box h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    color: #3e4095;
}

.card_contacts .ofsc {
    border: 1px solid #e6e6e6;
    height: 350px;
    margin-top: 50px;
    transition: 0.3s;
    margin-bottom: 30px;
}
/*-------------card contact--------------------------*/
@media(max-width:575px) {
    .media1 .media-press h4 {
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px !important;
    }

    .card_contacts .ofsc-mobile {
        border: 1px solid #e6e6e6;
        height: 360px;
        margin-top: 50px;
        transition: 0.3s;
        margin-bottom: 30px;
    }

    #myTab {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media(min-width:768px) and (max-width:991px) {
    /*.adminActions {
            position: absolute !important;
            z-index: 999 !important;
            -top: 300px !important;
            right: 5px !important;
            bottom: unset !important;
        }*/
    .franchisee .franchisee-left p.prgf-2 {
        font-size: 17px;
    }

    .franchisee .franchisee-left p.prgf-1 {
        font-size: 17px;
        margin-bottom: 35px;
    }

    .map-address-third {
        padding-top: 4px;
        padding-left: 14px;
        padding-bottom: 2px;
        background-color: #F6F6F6;
    }

    .map-address {
        padding-bottom: 42px;
    }
}

/**********/

.user-info {
    position: fixed;
    bottom: 0;
    right: 35px;
    padding: 15px;
    box-shadow: 0 1px 2px silver;
    border-radius: 10px;
    background: #f7f7f7;
    z-index: 999;
}

    .user-info h2 {
        font-size: 22px;
    }

    .user-info h4 {
        font-size: 20px;
    }

.btn.btn-theme.btn-inquiry {
    position: fixed;
    right: -23px;
    transform: rotate(90deg);
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0;
    bottom: 100px;
    z-index: 9999;
}

.franchisee-form .form-group {
    margin-bottom: 0px;
}

.franchisee-form .form-control {
    border-radius: 0;
}

/*----------------------------------------------04-10-2021---------------------------------------*/
.cspe_con .know_more_btn .know_btn {
    background-color: #45C1B6;
}

#myTabContent .box {
    padding: 4px;
}

/*.owl-carousel .item:hover
{
    cursor:pointer;
    
}*/
/*-------------card contact--------------------------*/
.card_contacts .ofsc:hover {
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    transition: 0.3s;
}

.card_contacts .location_icon {
    height: 42px;
    width: 42px;
    margin: 20px 0px 0px 24px;
    display: block;
}

.card_contacts .icon {
    border: 3px solid #3e4095;
    height: 90px;
    width: 90px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    top: -44px;
    background-color: #fff;
}


.card_contacts .contant-box h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    color: #3e4095;
}

.card_contacts .ofsc {
    border: 1px solid #e6e6e6;
    height: 350px;
    margin-top: 50px;
    transition: 0.3s;
    margin-bottom: 30px;
}


.con_over {
    width: 181px;
    height: 136px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cone {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/A-plus.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.ctwo {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/network.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cthree {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/python_.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cfour {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/iot-plus.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cfive {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/ehc.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.csix {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/cloud.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cseven {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/linux.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*.ceight {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/devops.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}*/

.con_over .con_box_title {
    font-size: 1.7rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
}
/*-------------card contact--------------------------*/
/*------------cspe-card contact--------------------------*/
.cspe-one {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/html.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.cspe-two {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/php.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cspe-four {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/java.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cspe-five {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/mvc.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cspe-six {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/android.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cspe-seven {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/devops.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cspe-eight {
    background-image: linear-gradient(to bottom, rgb(60 82 209 / 52%), rgba(117, 19, 93, 0.73)), url('../img/courses-logo/c_cplus.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*------------cspe-card contact--------------------------*/
/*--------------5-10-21------------------------------------------*/
.media1 .mda-main-title {
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
    background-image: -webkit-linear-gradient(left, #3e4095 0%, #3e4095 50%,#00c1cf 100%);
    background-image: linear-gradient(to right, #3e4095 0%, #5472d2 50%,#8182ca 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: capitalize;
    font-size: 17px;
}

.news-update-september h5 {
    font-size: 16px;
    line-height: 26px;
}

.news-img-cont-wrapper {
    margin-top: 30px;
}

.news-update-september .news-img-block img {
    width: 100%;
    margin-bottom: 10px;
}

.news-update-september .news-img-block h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3F4197;
}

.main-block-awared .image-wrapper img {
    height: 320px;
    width: 100%;
}

.main-block-awared .content-wrapper {
    padding: 20px;
    background-color: #f5f5f5;
    min-height: 265px;
}

.media1 .md-img {
    margin-top: 16px;
}

.media1 ul {
    list-style: disc;
    padding-left: 15px;
}

.media1 .per-gal .main-gal {
    border: 1px solid rgba(0,0,0,0.2);
    min-height: 300px;
    margin-top: 20px;
}

    .media1 .per-gal .main-gal .per-per {
        padding: 10px;
        font-size: 13px;
        color: #3e4095 !important;
    }

.media1 .media-press {
    border: 2px solid #DDDDDD;
    min-height: 140px;
    padding: 15px;
    background: #F6F6F6;
    margin-top: 40px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    border-radius: 4px;
}

    .media1 .media-press .comp-img img {
        height: 100px;
        width: auto;
    }

    .media1 .media-press h4 {
        color: #3e4095;
        line-height: 30px;
    }

.media1 p {
    line-height: 25px;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-align: justify;
}

.media1 .per-gal .main-gal {
    border: 1px solid rgba(0,0,0,0.2);
    height: 350px;
    margin-top: 20px;
}

/*--------------5-10-21------------------------------------------*/
.main-timeline .timeline-content img {
    height: 450px;
    width: 470px;
    display: block;
    margin: auto;
}

.main-timeline {
    font-family: 'Poppins', sans-serif;
}

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-timeline .timeline {
        width: calc(50% + 65px);
        padding: 0 123px 0 0;
        float: left;
    }

    .main-timeline .timeline-content {
        color: #F63959;
        background: linear-gradient(to top,transparent 50%, #F63959 50%);
        text-align: center;
        min-height: 170px;
        padding: 15px;
        border-radius: 40px;
        display: block;
        position: relative;
        z-index: 1;
    }

        .main-timeline .timeline-content:before {
            content: '';
            background-color: #fff;
            border-radius: 35px;
            position: absolute;
            left: 7px;
            right: 7px;
            top: 7px;
            bottom: 7px;
            z-index: -1;
        }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

    .main-timeline .timeline-year {
        color: #fff;
        background: linear-gradient(transparent 50%, #F63959 50%);
        font-size: 33px;
        line-height: 130px;
        height: 130px;
        width: 130px;
        border-radius: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: -123px;
        top: 50%;
        z-index: 1;
    }

        .main-timeline .timeline-year:before {
            content: '';
            background-color: #F63959;
            border-radius: inherit;
            border: 10px solid #fff;
            position: absolute;
            left: 7px;
            right: 7px;
            top: 7px;
            bottom: 7px;
            z-index: -1;
        }

    .main-timeline .timeline-icon {
        font-size: 35px;
    }

    .main-timeline .title {
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0 0 8px;
    }

    .main-timeline .description {
        color: #777;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 18px;
        margin: 0;
    }

    .main-timeline .timeline:nth-child(even) {
        padding: 0 0 0 123px;
        float: right;
    }

        .main-timeline .timeline:nth-child(even) .timeline-year {
            right: auto;
            left: -123px;
        }

    .main-timeline .timeline:nth-child(4n+2) .timeline-content {
        color: #4C39D3;
        background: linear-gradient(to top,transparent 50%, #4C39D3 50%);
        border-color: #4C39D3;
    }

    .main-timeline .timeline:nth-child(4n+2) .timeline-year {
        background: linear-gradient(transparent 50%, #4C39D3 50%);
    }

        .main-timeline .timeline:nth-child(4n+2) .timeline-year:before {
            background: #4C39D3;
        }

    .main-timeline .timeline:nth-child(4n+3) .timeline-content {
        color: #FC562E;
        background: linear-gradient(to top,transparent 50%, #FC562E 50%);
        border-color: #FC562E;
    }

    .main-timeline .timeline:nth-child(4n+3) .timeline-year {
        background: linear-gradient(transparent 50%, #FC562E 50%);
    }

        .main-timeline .timeline:nth-child(4n+3) .timeline-year:before {
            background: #FC562E;
        }

    .main-timeline .timeline:nth-child(4n+4) .timeline-content {
        color: #358AE6;
        background: linear-gradient(to top,transparent 50%, #358AE6 50%);
        border-color: #358AE6;
    }

    .main-timeline .timeline:nth-child(4n+4) .timeline-year {
        background: linear-gradient(transparent 50%, #358AE6 50%);
    }

        .main-timeline .timeline:nth-child(4n+4) .timeline-year:before {
            background: #358AE6;
        }


/*****Jobs******/

.Home-recommended-wrapper .n-categories-content {
    margin-top: 32px;
    border-radius: 4px;
    border: 1px solid #3F4692;
    margin-bottom: 5px;
    transition: .6s;
}
.Home-recommended-wrapper .n-keywords-jobs-category {
    padding: 15px 25px;
    position: relative;    
    overflow: auto;
}
.btn.applybtn {
    -width: 12%;
    background-color:#ddd;
}
.n-keywords-jobs-category .n-keywords-jobs {
    float: left;
    margin-right: 12px;    
    transition: .6s;
    border-radius: 10px;
    overflow:hidden;
}

    .n-keywords-jobs-category .n-keywords-jobs img {
        -max-width: 70px;
        background-color: #FFF;
        -min-height: 40px;
        height: 80px;
        width: 75px;
        border-radius:10px;
        object-fit: contain;
    }

.n-keywords-jobs-category .n-keword-jobs-details {
    overflow: hidden;
}
    .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
        color: #242424;
        font-size: 18px;
        font-weight: 700;
        margin-top: 3px;
    }
    .n-keywords-jobs-category .n-keword-jobs-details span a {
        color: #777;
    }
    .n-keywords-jobs-category .n-keword-jobs-details p {
        margin: 0;
    }
        .n-keywords-jobs-category .n-keword-jobs-details p i {
            color: #777;
            margin-right: 8px;
            font-size: 12px;
        }
        .n-keywords-jobs-category .n-keword-jobs-details p a {
            color: #777;
        }
.n-apply-jobs {
    overflow: hidden;
    background: #f0f0f0;
    padding: 10px 25px;
}
    .n-apply-jobs ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
        .n-apply-jobs ul li {
            float: left;
            margin-right: 20px;
            color: #777;
            line-height: 40px;
        }
            .n-apply-jobs ul li i {
                margin-right: 8px;
                color: #777;
            }
        .n-apply-jobs ul .style-right {
            float: right;
            margin-right: 0;
        }
.btn.theme-btn {
    background: #3F4692;
    border-radius: 4px;
    border: 0;
    line-height: 20px;
    color: #fff !important;
    font-size: 15px;
    -webkit-transform: translateZ(0);
    overflow: hidden;
    position: relative;
}

.jobsearch-subheader-form .jobsearch-banner-search {
    background-color: #fff;
    padding: 20px;
    margin: 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    margin-top: -80px;
}
.jobsearch-banner-search ul, 
.jobsearch-banner-search input[type=text], 
.jobsearch-banner-search input[type=submit] {
    float: left;
    width: 100%;
}
    .jobsearch-banner-search ul li {      
        margin: 0 5px;
    }
.jobsearch-sugges-search, .jobsearch_searchloc_div {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.jobsearch-sugges-search .srch{
   flex-basis:35%;position:relative;
}
.jobsearch-sugges-search .srch .form-control{
    background-image:url(/img/srch-icon.png);
    background-size:20px;background-position:98% center;
    background-repeat:no-repeat;
}

.jobsearch-banner-search .srch {
    background-color: #fff;
    height: 54px;
    border: none;
    font-size: 12px;
    color: #666;
    padding: 8px 18px;
}
.jobsearch-banner-search .jobsearch-banner-submit #jobsearch-jobadvserach-submit {
    height: 54px;
    border: none;
    background-color: transparent;
    position: relative;
    background-color: #FA7944;
    float: left;
    width: 100%;
    line-height: 54px;
    color: #fff;
    text-align: center;
}


.careerfy-subheader.careerfy-subheader-with-bg {
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,.1),rgba(0,0,0,.4)), url(../img/banner/placement-banner.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px;
    text-align: center;
    color:#fff;
}
.job-breadcrumb {
    background-color: #3E4890;
    padding:10px;text-align:center;
}
.job-breadcrumb ol li a{
    color:#fff;
}

/*****Job Details*******/

.job-details-page-wrapper {
    padding: 50px 0px;
}
.single-job-listing-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: initial;
    border-bottom: 1px solid #e8ecec;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.single-job-listing-company__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
    flex: 0 0 130px;
    width: 130px;
    height: 110px;
    margin: 0;
    margin-right: 0px;
    margin-right: 0px;
    border: 2px solid #e9f0f3;
    border-radius: 8px;
    margin-right: 25px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
    .single-job-listing-company__logo .company_logo {
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

.single-job-listing__description h3 {
    font-size: 22px;
    font-weight: 700;
    color: #384047;
}
.single-job-listing__description p {
    font-size: 15px;
    color: #576366;
}
.single-job-listing-company__details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
    .single-job-listing-company__details .single-job-listing-company__name {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.75;
    }

    .single-job-listing-company__details .single-job-listing-company__name a {
        color: #000;
    }

.single-job-listing-company__contact > * {
    margin-right: 20px;
}
.technologies, .skills{
    padding:0;
}
.technologies li, .skills li {
    list-style: none;
    display:inline-block;color:red;
    border: 1px solid red;
}

.n-candidate-info {
    padding: 20px;
    background-color: #FFF;
    border: 1px solid #EEE;
    margin-bottom: 30px;
    border-radius: 4px;
    position: sticky !important;
    top: 90px;
}
    .n-candidate-info h4.widget-heading {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 25px;
        margin-top: 0;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-bottom: 15px;
    }
        .n-candidate-info h4.widget-heading::before {
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            bottom: -1px;
            width: 70px;
            background-color: #233d7b;
        }
    .n-candidate-info ul {
        margin-bottom: 0;
        padding: 0;
        list-style: none;
    }
        .n-candidate-info ul li {
            padding: 13px 0;
            border-bottom: 1px solid #ddd;
        }
            .n-candidate-info ul li:last-child{
                border:none;
            }
            .n-candidate-info ul li i {
                margin-right: 5px;
                color: #3E4890;
                float: left;margin-top:5px;
                font-size: 25px;
            }
            .n-candidate-info ul li .resume-detail-meta {
                padding-left: 50px;
            }
                .n-candidate-info ul li .resume-detail-meta small {
                    display: block;
                    color: #777;
                    font-size: 14px;
                }


/******End*******/
@media screen and (max-width:767px) {
    .main-timeline .timeline {
        width: 100%;
        margin: 0 0 30px;
    }
    .jobsearch-sugges-search, .jobsearch_searchloc_div{
        display:block;
    }
        .jobsearch-sugges-search h5, .jobsearch-sugges-search .srch .form-control{
            margin-bottom: 10px !important;
        }
    .n-keywords-jobs-category .n-keywords-jobs{float:none;}
}

@media screen and (max-width:576px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        padding: 123px 0 0 0;
    }

        .main-timeline .timeline-year,
        .main-timeline .timeline:nth-child(even) .timeline-year {
            transform: translateY(0) translateX(-50%);
            left: 50%;
            right: auto;
            top: -123px;
        }
}

@media(min-width:768px) and (max-width:991px) {
    .main-timeline .timeline-content img {
        height: 300px;
        width: 100%;
    }
}

@media(max-width:575px) {
    .media-timeline .timeline-content img {
        height: 450px;
        width: auto;
        display: block;
        margin: auto;
    }
}


.courses-info .courses_box h4 {
    font-weight: 600;
    font-size: 30px;
    margin-top: 0 !important;
}

.site-section .course {
    display: block;
    padding: 13px 10px 10px 10px;
    background: #f8f9fa;
    color: #0779e4;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #ccc;
}

    .site-section .course h3 {
        font-size: 16px;
        color: #ccc;
        font-weight: 700;
        color: #333;
    }

    .site-section .course:hover {
        -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
        color: #fff;
        background-color: #1192B9;
        border-color: transparent;
    }

.site-section .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0779e4;
    padding-bottom: 7px;
    border-bottom: 3px solid #0779e4;
}

.site-section a:hover h3 {
    color: #fff !important;
}

.site-section .caption {
    display: none;
}

.text-blue {
    color: #3F4692;
    font-weight: 700;
}

.cod-con .btn-danger {
    color: #fff;
    background-color: #ff3b30;
    border-color: #ff2317;
}

.cod-con .btn {
    letter-spacing: .03em;
    text-transform: uppercase;
    font-weight: 700;
    padding: .8rem 2.5rem;
    font-size: .8rem;
}

.cod-con .btn-capsule {
    border-radius: 50px;
}

.down-title {
    font-size: 20px !important;
}

.download-con i {
    margin-left: 5px;
    color: #0000FF;
}

.bg-down {
    background-color: #F6F6F6;
}

/*--------------------------------*/
.app-con .box {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .app-con .box:before,
    .app-con .box:after {
        content: "";
        background: #ffff;
        transform: scale(0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.5s ease 0s;
    }

    .app-con .box:after {
        background: #000;
        border: 1px solid #aaa;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        transition: all 0.5s ease 0.2s;
    }

    .app-con .box:hover:before {
        opacity: 0.5;
        transform: scale(1);
    }

    .app-con .box:hover:after {
        opacity: 0.35;
        transform: scale(1);
    }

    .app-con .box img {
        width: 100%;
        height: auto;
    }

    .app-con .box .box-content {
        color: #ffff;
        width: 85%;
        filter: blur(5px);
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        transition: all 0.4s ease 0.3s;
    }

    .app-con .box:hover .box-content {
        filter: blur(0);
        opacity: 1;
    }

    .app-con .box .title {
        font-size: 1.5rem;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0 0 1px;
    }

    .app-con .box .post {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        margin: 0 0 10px;
    }

    .app-con .box .icon {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .app-con .box .icon li {
            margin: 0 3px;
            display: inline-block;
            margin-top: 10px;
        }

            .app-con .box .icon li a {
                color: #fff;
                font-size: 14px;
                line-height: 24px;
                height: 27px;
                width: 27px;
                border: 1px solid rgba(255,255,255,0.5);
                box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.7);
                display: block;
                transition: all 0.3s ease 0s;
            }

                .app-con .box .icon li a:hover {
                    color: #fff;
                    background-color: #000;
                }

@media only screen and (max-width:990px) {
    .app-con .box {
        margin: 0 0 30px;
    }
}




/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

    .pricing .box:hover {
        transform: scale(1.1);
        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    }

.pricing h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}

.pricing .price {
    font-size: 36px;
    color: #444444;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

    .pricing .price sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing .price span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing img {
    -padding: 30px 40px;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px;
}

    .pricing ul li {
        padding-bottom: 10px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: #4154f1;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #4154f1;
}

    .pricing .btn-buy:hover {
        background: #4154f1;
        color: #fff;
    }

.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #4154f1;
    color: #fff;
}


.section-header {
    text-align: center;
    padding-bottom: 40px;
}

    .section-header h2 {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 0;
        color: #4154f1;
        text-transform: uppercase;
    }

    .section-header p {
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 38px;
        line-height: 42px;
        font-weight: 700;
        color: #012970;
    }
/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.create-web-bg {
    width: 100%;
    height: 100%;
}

.breadcrumb-banner2 {
    background-image: url(../img/banner/press.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumb-banner-about {
    background-image: url(../img/banner/About.jpg);
}

.breadcrumb-banner-cmd {
    background-image: url(../img/banner/CMD-Desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-banner-courses {
    background-image: url(../img/banner/B1.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.bg_one {
    background-color: #F26726 !important;
}

.bg_two {
    background-color: #45C1B6;
}

.bg_three {
    background-color: #EE304E;
}


.cyber-drop {
    top: -110px !important;
}


.courses_slider .carousel-wrapper {
    width: 1200px;
    margin: auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
}

.courses_slider .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.courses_slider .owl-theme .owl-dots .owl-dot.active span,
.courses_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
}


.courses_slider .owl-carousel .item {
    text-align: center;
}

.courses_slider .owl-carousel .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important;
}

.courses_slider .owl-carousel .owl-prev.disabled,
.courses_slider .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.courses_slider .owl-carousel .owl-prev {
    left: -35px;
}

.courses_slider .owl-carousel .owl-next {
    right: -35px;
}

.courses_slider .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    background: #000000;
    border-radius: 3px;
}

.courses_slider .owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
}

.courses_slider .owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
}

.courses_slider .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 26px !important;
    margin: 50px 22px !important;
    padding: 4px 2px !important;
    background: black !important;
}

.courses_slider .owl-theme .owl-nav {
    margin-top: 0px !important;
}

.icon-five {
    position: relative;
    top: 25px;
}

    .icon-five i {
        font-weight: bold;
    }

.chna-icom-main .icon-five {
    color: #F26726 !important;
}

.chna-three-icon-main .icon-five {
    color: #ED3237 !important;
}

.nce-icon .icon-five {
    color: #364897 !important;
}

.menu-mobile {
    background-color: #EAF0FD;
}

    .menu-mobile a {
        color: #3A3785 !important;
    }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1000;
    margin: 0px 10px;
    width: auto;
    height: min-content;
    -background: #000000 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-size: 25px 25px !important;
}

.homecon {
    position: relative;
}

.adminToggle {
    box-shadow: none !important;
}
