/*
 *  SCROLL BAR
 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #a8b4c6;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #a8b4c6;
}

::-webkit-scrollbar-thumb {
    background-color: #2e89a6;
    border: 2px solid #2e89a6;
    border-radius: 50px;
}


/*************/


h2#srvicetitle_id {
    font-size: 24px;
    margin-bottom: 8px !important;
    padding-bottom: 10px !important;
}

.dropitem.active {
    border-bottom: 2px solid #fff;
}

.about-instructor-widget {
    text-align: center;
    position: relative;
    padding: 25px 20px 10px;
    -webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
    box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
    border-radius: 14px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .about-instructor-widget h4 {
        font-weight: 400;
        font-size:17px;
        margin-bottom: 10px;
    }

    .about-instructor-widget h6 {
        color: #f65d5d;
        margin-bottom: 20px;
    }





li.dropitem.indstry {
    position: relative;
}
ul#industrydesk {
    width: 114%;
    display: block;
}
    ul#industrydesk li {
        padding: 3px 9px;
    }
        ul#industrydesk li a {
            position: relative;
            padding-left: 0px;
            font-size: 12px;
        }
    ul#industrydesk:before {
        content: "";
        position: absolute;
        left: 24px;
        top: 30px;
        width: 1px;
        background-color: #ededed;
        height: calc(100% - 60px);
    }
    ul#industrydesk li a:before {
        content: "\f111";
        position: absolute;
        top: 2.5em;
        left: -26px;
        font-family: var(--icon-font);
        width: 11px;
        height: 11px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        font-size: 0.2em;
        line-height: 11.5px;
        color: var(--theme-color2);
        font-weight: 700;
        background-color: #90e6f8;
        box-shadow: inset 0px 2px 4px 0px rgb(21 74 112);
    }
/***********/

.desk {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 24%;
}
.mainmenu .desk {
    list-style: none;
    text-align: center;
    padding-top: 15px;
    position: relative;
}
.mainmenu {
    list-style: none;
    text-align: center;
    padding-top: 15px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
    .mainmenu {
        display: none;
    }
}

.mainmenu li {
    display: inline-block;
    margin-right: 50px;
    /*position: relative;*/
}
.mainmenu li {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mainmenu li {
        margin-right: 15px;
    }
}

.mainmenu li:last-child {
    margin-right: 0;
}

.mainmenu li > a {
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

    .mainmenu li > a.active {
        border-bottom: 2px solid #fff;
    }
.mainmenu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
}

.mainmenu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
}

.mainmenu li:hover .dropitem:after {
    content: '\f068';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
}



.mainmenu .sub-menu {
    display: flex;
    position: absolute;
    list-style: none;
    width: 96%;
    left: 27px;
    right: 10px;
    top: 24px;
    padding: 25px 10px 24px 30px;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    background: #fff;
    z-index: 99;
    text-align: left;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-top: 2px solid #154a70;
}

    .mainmenu .sub-menu:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 20px;
        left: 0;
        top: -20px;
    }

    .mainmenu .sub-menu li {
        display: block;
        margin-bottom: 10px;
        margin: 0px 6px;
    }

        .mainmenu .sub-menu li:last-child {
            margin-bottom: 0;
        }

        .mainmenu .sub-menu li a {
            font-size: 13px;
            color: #004d76;
            text-transform: none;
            font-weight: 400;
            position: relative;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            padding-bottom: 12px;
            text-transform: uppercase;
        }

            .mainmenu .sub-menu li a.subitem {
                text-align: center;
                /* height: 56px; */
                text-transform: uppercase;
            }
            /* .main-menu .sub-menu li a::after {
                position: absolute;
                content: "";
                width: 5px;
                height: 5px;
                left: 0;
                top: 10px;
                border-radius: 50px;
                background: #093361;
                opacity: 0;
                -webkit-transition: 0.4s;
                -o-transition: 0.4s;
                transition: 0.4s;
            }*/
            .mainmenu .sub-menu li a:hover {
                padding-left: 1px;
            }

                .mainmenu .sub-menu li a:hover::after {
                    opacity: 1;
                }

.slicknav_menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 13px;
    background: transparent;
    z-index: 99;
}


.dropitem:after {
    content: '\f067';
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 100;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
}

.dropmin:after {
    content: '\f068';
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 100;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
}

/*a.subitem {
    border-bottom: 2px solid #67eaea;
    text-align: center;
}*/
.sub-menu a.subitem::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #9deff8;
}

.sub-menu a.subitem::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    left: calc(50% - 13px);
    background: #ffc200;
    border: 10px solid #FFFFFF;
    border-radius: 28px;
}

a.subitem2 {
    font-size: 12px !important;
    padding-left: 4px !important;
    color: #000000 !important;
}

    a.subitem2 i {
        padding-right: 5px;
        color: #0b6d99;
    }
ul.level2 {
    margin-top: 20px;
}

/******************/

i.fa.fa-phone.me-3.ftphone {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 36px;
    color: #0dcaf0;
    line-height: 1em;
}

.desc {
    position: relative;
    background: #fff;
    border: 1px solid #ededed;
    padding: 30px;
    margin-bottom: 15px;
}

.testimonial h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.heading h2 {
    font-size: 35px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: -1px;
    color: #333;
    margin: 5px 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.cyber {
   
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(141 137 137 / 54%);
    background-image: url('../images/resource/cecuritybag.jpg');
}
    .cyber p {
        background: rgba(255,255,255,.7);
        padding: 10px;
        border-radius: 10px;
        margin: 10px;
        color: #08253c;
    }
span.abtspan {
    font-weight: 500;
    color: #1c1f2c;
}
.site-logo {
    height: 150px;
}

.timing i {
    color: #6af5ff;
    padding-right: 10px;
}

.header-top .top-left ul li .fa {
    color: #6af5ff;
}

.top-left ul li .fa {
    color: #6af5ff;
    padding-right: 10px;
}

.header-top .top-right .timing a {
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34.5px;
    top: 30px;
    width: 1px;
    background-color: #ededed;
    height: calc(100% - 60px);
}

.carousel-caption {
    text-align: left;
    left: 6%;
    background: #1c1c1b85;
    width: 45%;
    padding: 4px;
    
}

.circle {
    width: 300px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 50%;
    float: left;
    shape-outside: circle();
    -webkit-shape-outside: circle();
    margin: 20px;
    border: 3px solid #ffc201;
    padding: 5px;
}



.inner-box.service {
    display: block;
    position: relative;
    padding: 20px 20px 20px;
    -webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
    box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
    border-radius: 14px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}

.hero-social-warp {
    padding-top: 100px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 55;
}

.testi-style2 {
    max-width: 770px;
    position: relative;
}

    .testi-style2 .testi-body {
        background-color: #e1e1e1;
        padding: 30px;
        border: 1px solid #C0C0C0;
        display: flex;
        position: relative;
        box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
    }

    .testi-style2 .media-body {
        align-self: center;
        padding-top: 7px;
    }

    .testi-style2 .testi-img {
        margin-right: 45px;
    }

    .testi-style2 .testi-rating {
        color: var(--theme-color2);
        font-size: 18px;
        margin: 0 0 20px 0;
    }

        .testi-style2 .testi-rating i {
            margin-right: 3px;
        }

    .testi-style2 .testi-text {
        font-size: 20px;
        font-weight: 500;
        color: var(--title-color);
        line-height: 32px;
    }

    .testi-style2 .testi-name {
        margin: 0;
    }

    .testi-style2 .testi-degi {
        color: #818181;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .testi-style2 .quote-icon {
        position: absolute;
        right: 0;
        bottom: -10px;
    }

    .testi-style2 .shape-dotted {
        position: absolute;
        right: -30px;
        bottom: 20px;
        z-index: -1;
    }

    .testi-style2 .slick-dots {
        margin-top: 48px;
        margin-bottom: 0;
    }

@media (max-width: 420px) {
    .hero-social-warp {
        display: none;
    }
}

.hero-social {
    padding-left: 35px;
}

    .hero-social a {
        display: block;
        color: #fff;
        width: 100%;
        font-size: 18px;
        margin-bottom: 20px;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

        .hero-social a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .hero-social a:last-child {
            margin-bottom: 0;
        }

        .hero-social a i {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

.arrow-buttom {
    position: absolute;
    left: 50%;
    bottom: 31px;
    z-index: 99;
}

.hs-text-warp {
    position: absolute;
    z-index: 9;
    top: 48%;
}

.hs-text {
    text-align: left;
    border:1px solid;
    padding:4px;
}
.hs-text h2{
   color:white;
}


.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item {
    height: 100%;
}

.hero-slider.owl-carousel .owl-item img {
    width: 100%;
}

.hero-slider .owl-dots {
    position: absolute;
    right: 33px;
    top: 40%;
    width: 13px;
}

@media (max-width: 420px) {
    .hero-slider .owl-dots {
        right: 15px;
    }
}

.hero-slider .owl-dots .owl-dot {
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    margin-bottom: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .hero-slider .owl-dots .owl-dot:before {
        position: absolute;
        content: "";
        left: 2px;
        top: 2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .hero-slider .owl-dots .owl-dot:after {
        position: absolute;
        content: "";
        width: 2px;
        height: 0;
        left: 0.23em;
        top: 28px;
        background: #fff;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .hero-slider .owl-dots .owl-dot.active {
        margin-bottom: 56px;
    }

        .hero-slider .owl-dots .owl-dot.active:before {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .hero-slider .owl-dots .owl-dot.active:after {
            height: 26px;
        }

    .hero-slider .owl-dots .owl-dot:last-child:after {
        display: none;
    }
/***** Menu *********/



/*------------------
  Trainer section
---------------------*/

.trainer-section {
    /* padding-bottom: 0px;*/
}

.trainer-slider {
    margin: 0 -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
    .trainer-slider {
        margin: 0;
    }
}

.trainer-slider .ts-item {
    padding: 80px 25px 0;
    margin-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 1200px) and (max-width: 1440px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
    .trainer-slider .owl-nav {
        text-align: center;
        padding-top: 50px;
        display: none;
    }
}

.trainer-slider .owl-nav .owl-prev,
.trainer-slider .owl-nav .owl-next {
    width: 48px;
    height: 34px;
    position: absolute;
    top: 55%;
    left: -100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 1200px) and (max-width: 1440px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
    .trainer-slider .owl-nav .owl-prev,
    .trainer-slider .owl-nav .owl-next {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 10px;
    }
}

.trainer-slider .owl-nav .owl-prev:after,
.trainer-slider .owl-nav .owl-next:after {
    position: absolute;
    content: url("../img/icons/arrow-circle.png");
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.trainer-slider .owl-nav .owl-prev:hover:after,
.trainer-slider .owl-nav .owl-next:hover:after {
    content: url("../img/icons/arrow-circle-c.png");
}

.trainer-slider .owl-nav .owl-next {
    left: auto;
    right: -99px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 1200px) and (max-width: 1440px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
    .trainer-slider .owl-nav .owl-next {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
    }
}

.trainer-slider .owl-nav .owl-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    top: -0.39em;
}

.trainer-item {
    display: block;
    position: relative;
    padding: 40px 40px 40px;
    -webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
    box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
    border-radius: 14px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
    .trainer-item {
        padding: 0 20px 40px;
    }
}

.trainer-item .ti-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
    .trainer-item .ti-img {
        position: relative;
        text-align: center;
        top: -30px;
    }
}

.trainer-item .ti-img img {
    width: auto;
    max-width: 290px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
    .trainer-item .ti-img img {
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
    .trainer-item .ti-img img {
        max-width: 100%;
    }
}

.trainer-item h4 {
    font-weight: 400;
    margin-bottom: 10px;
}

.trainer-item h6 {
    color: #093361;
    margin-bottom: 20px;
}

.trainer-item .ti-text p {
    padding-right: 15px;
}

.trainer-item .ti-text {
    max-width: 250px;
    position: relative;
    z-index: 99;
    background-color: #ffffffd6;
}

@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
    .trainer-item .ti-text {
        text-align: center;
        margin: 0 auto;
    }
}

.trainer-item .ti-social a {
    display: inline-block;
    width: 34px;
    height: 34px;
    padding-top: 6px;
    margin-right: 6px;
    margin-bottom: 14px;
    font-size: 15px;
    text-align: center;
    color: #333333;
    background: #f2f4f5;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    .trainer-item .ti-social a:hover {
        color: #fff;
        background: #093361;
    }

.trainer-item:hover {
    -webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
    box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}

.trainers-page-section .trainer-item {
    margin-bottom: 90px;
}


.main-header .header-upper .logo-box {
    position: absolute;
    margin-top: 0px;
}

ul.mega-menu {
    display: block !important;
    width: 100%;
    background: white;
}
/*------------------
  About section
---------------------*/

.about-item {
    margin-bottom: 30px;
}

.circle {
    width: 300px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 50%;
    float: left;
    shape-outside: circle();
    -webkit-shape-outside: circle();
    margin: 20px;
    border: 3px solid #ffc201;
    padding: 5px;
}

.about-item .ai-icon {
    float: left;
    width: 84px;
    height: 84px;
    border: 1px solid #f1f4f4;
    margin-right: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 576px) {
    .about-item .ai-icon {
        float: none;
        margin-bottom: 20px;
    }
}

.about-item .ai-text {
    overflow: hidden;
    padding-top: 10px;
}

    .about-item .ai-text h4 {
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 15px;
    }

    .about-item .ai-text p {
        font-size: 15px;
        margin-bottom: 0;
       /* text-align: justify;*/
    }

.about-item.icon-box {
    text-align: left;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    padding: 14px;
    height: 370px;
}

    .about-item.icon-box .ai-icon {
        float: none;
        margin: 0 auto 10px;
    }

.aboutcnt {
    padding-top: 70px;
}


.main-menu {
    display:none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
    .about-img {
        text-align: center;
        margin-bottom: 50px;
    }
}



/******
MOBILE
******/
@media only screen and (max-width: 768px) {

    .carousel-caption {
        width: 100%;
        width: 100%;
        left: 1%;
        right: 1%;
        padding: 1px;
    }
    .sec-title {
        margin-bottom: 10px;
        font-size: 23px;
    }

    .testi-img img {
        width: auto;
    }

    .news-block-two .inner-box .lower-content h3 a {
        font-size: 16px;
    }

    .aboutcnt {
        padding-top: 10px;
    }

        .aboutcnt h2 {
            font-size: 20px;
        }

    .services-block .inner-box .lower-content h3 a {
        font-size: 16px;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    .carousel-caption h2 {
        font-size: 20px;
    }

    .hero-slider.owl-carousel .owl-item img {
        width: 100%;
        min-height: 200px;
    }

    .site-logo {
        height: 74px;
        position: absolute;
        left: 0px;
        top: -18px;
    }

    .main-header .header-upper {
        position: relative;
        height: 2px;
    }

    .main-menu .navbar-header {
        padding: 5px 0px;
    }


    .page-title {
        padding: 50px 0 50px;
    }

    button.navbar-toggler {
        position: absolute;
        right: 0%;
        top: -23px;
    }

    ul.mega-menu {
        display: block !important;
    }

    .main-menu {
        padding-left: 2px;
    }

    .welcome-section .image-column {
        display: none;
    }

    .main-menu {
        display: block;
    }
}
