/* Reset  */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html {
    scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Poppins", serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.tab-content > .tab-pane {
    display: none;
    position: relative;
}

.tab-content > .active {
    display: block;
}


/*****************************************/
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mar-bot-0 {
    margin-bottom: 0 !important;
}

.pad-bot-0 {
    padding-bottom: 0 !important;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

.mar-pad-0 {
    margin: 0;
    padding: 0;
}
/****************************************/
.top-nav-menu-area {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #1d49a7;
    border-bottom: 1px solid #0855FE26;
}

.top-nav-menu {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.top-nav-menu-left {
}

.top-nav-menu-left-link {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-right: 20px;
}

.top-nav-menu-left-link:hover {
    color: #ccc;
}

.top-nav-menu-left-link svg {
}

.top-nav-menu-left-link span {
    vertical-align: top;
    margin-left: 2px;
    font-size: 14px;
    font-weight: 400;
}

.top-nav-menu-right {
}

.top-nav-menu-right a {
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
}

.top-nav-menu-right a:hover svg {
    fill: #ccc;
}

/**heder*/
.header {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    background: transparent;
    height: 120px;
}

.header.sticky .top-nav-menu-area {
    display: none;
}

.header.sticky {
    height: 80px;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
    position: sticky;
    top: 0;
    transition: 0.3s ease all;
}

.header-main {
    padding: 0;
    border-radius: 4px;
    width: 100%;
}

.header .logo {
    padding: 6px 0px;
    width: 160px;
    float: left;
    margin-right: 40px;
}

.header .logo img {
    width: 100%;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}

.header .nav-menu {
    padding: 0 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header .menu > .menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
}


.header .menu > .menu-item > a {
    display: block;
    padding: 26px 15px;
    color: #6d6d6d;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.6;
    border-bottom: 3px solid transparent;
}

.menu-active {
    border-bottom: 3px solid #1d49a7 !important;
    color: #1d49a7 !important;
}
.header .menu > .menu-item > a .plus {
    border: solid #626262;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
}

/*.header .menu > .menu-item:hover > a .plus{
    border: solid #fff;
    border-width: 0 2px 2px 0;
}*/
.header .menu > .menu-item > a .plus:after {
    transform: translate(-50%,-50%) rotate(-90deg);
}

.header .menu > .menu-item:hover > a {
    border-bottom: 3px solid #1d49a7 !important;
    color: #1d49a7 !important;
}

.header .menu > .menu-item > .sub-menu {
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    
    .header .menu > .menu-item-has-children:hover > .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu > .menu-item-has-children:hover > a .plus:after {
        transform: translate(-50%,-50%) rotate(0deg);
    }
}

.header .menu > .menu-item > .sub-menu > .menu-item {
    display: block;
}
/*.header .menu > .menu-item > .sub-menu > .menu-item > a:last-child{
    border-bottom: none;
}*/
.header .menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    margin: 12px 20px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    padding-bottom: 11px;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a:before {
    display: block!important;
    content: '';
    width: 0;
    height: 2px;
    margin-top: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #4d8546;
}

.header .menu > .menu-item > .sub-menu > .menu-item:hover>a:before {
    width: 10px;
    margin-right: 5px;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    /* margin-right: 35px; */
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.right-header-part {
    padding: 4px 5px 4px 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    /*border: 1px solid #4d8546;*/
    border-radius: 30px;
    display: inline-block;
    text-align: right;
}

.right-header-part a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    color: #ffbe02;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    text-decoration: none;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-left: 5px;
    float: right;
    left: 0;
}

@media(max-width: 991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #222222;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu > .menu-item {
        display: block;
        margin: 0;
    }

    .header .menu > .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu > .menu-item > a {
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #333333;
    }

    .header .menu > .menu-item:first-child > a {
        border-top: 1px solid #333333;
    }

    .header .menu > .menu-item > a .plus:before, 
    .header .menu > .menu-item > a .plus:after {
        background-color: #ffffff;
    }

    .header .menu > .menu-item-has-children.active > a .plus:after {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    .header .menu > .menu-item > .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .header .menu > .menu-item > .sub-menu > .menu-item > a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        display: flex;
    }
}
/**heder*/  

/******************/

.common-btn {
    margin-top: 20px;
    position: relative;
    display: block;
    float: left;
}

.common-btn a {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 0px auto;
    position: relative;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 0px 30px;
    background: #ffbe02;
    float: left;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.common-btn a span {
    width: 0px;
    height: 2px;
    background: #fff;
    margin-left: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.common-btn a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.common-btn a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.top-banner {
    background: #fff;
    display: block;
     /*overflow: hidden;*/
    position: relative;
}

.banner-content {
    position: absolute;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
}

.top-banner img {
    width: 100%;
    /*min-height: 780px;*/
    object-fit: cover;
    display: block;
}

.banner-text {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    margin: 0 auto;
}

.banner-text h1 {
    font-size: 64px;
    color: #fff;
    line-height: 65px;
}

.banner-text a {
    font-size: 26px;
    color: #fff;
    margin: 0 auto;
    background: #4d8546;
    padding: 20px 40px;
    border-radius: 30px 30px 0px 30px;
    margin-top: 50px;
    display: inline-block;
}

.banner-slider-contant {
    position: relative;
}

.mobile-view {
    display: none !important;
}

.top-banner .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}

.top-banner .slick-dots li {
    margin-right: 10px !important;
}

.top-banner .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    font-size: 0;
    background: #d3e3ff;
    cursor: pointer;
}

.top-banner .slick-dots li.slick-active button {
    background: #030aa4;
}

.slick-slider .slick-prev {
    display: none !important;
}

.slick-slider .slick-next {
    display: none !important;
}

.top-banner .slide-arrow.prev-arrow {
    left: 20px;
}

.top-banner .slide-arrow.next-arrow {
    right: 20px;
}

.top-banner .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    z-index: 1;
    cursor: pointer;
    opacity: 0.5;
}

.top-banner .slide-arrow.prev-arrow:before {
    content: ' \276E';
}

.top-banner .slide-arrow.next-arrow:before {
    content: ' \276F';
}

.top-banner .slide-arrow:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    font-size: 27px;
    color: #ffffff;
}
/**************************************************/
.home-guarantee-job-courses {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    display: block;
}

.common-header {
    display: block;
    margin-bottom: 40px;
}

.common-header h2 {
    color: #111;
    font-size: 46px;
    line-height: 56px;
    font-weight: bold;
}

.common-header p {
    color: #f5c142;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}

.courses-list-box {
    position: relative;
    margin-bottom: 40px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f1f1f2;
    transition: all 0.3s linear;
    bottom: 0px;
}

.courses-list-box:hover {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    bottom: 10px;
    transition: all 0.3s linear;
}

.courses-list-img {
    position: relative;
}

.courses-list-img img {
    width: 100%;
    display: block;
}

.courses-list-img .courses-list-img-patch {
    position: absolute;
    top: 0;
    left: 0px;
    background: linear-gradient(to bottom, rgba(101, 100, 96, 0.8) 0%, rgba(101, 100, 96, 0) 35%, rgba(101, 100, 96, 0) 45%, rgba(101, 100, 96, 0.8) 100%);
    padding: 20px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.courses-list-img .courses-list-img-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.courses-list-img .courses-list-img-text h4 {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
}

.courses-list-cont {
    /*border: 1px solid #f1f1f2;*/
    padding: 20px;
    box-sizing: border-box;
    float: left;
    border-radius: 0 0 10px 10px;
}

.courses-list-cont h3 {
    color: #111;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.courses-list-cont p {
    color: #111;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    float: left;
    font-weight: 300;
}


/**************************************************/
.home-our-gallery {
    position: relative;
    padding: 100px 0;
    background-image: url(../images/parallax1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    text-align: center;
}

.overlay-patch {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgb(0 0 0 / 60%); */
    background-color: rgb(195 195 195 / 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.home-our-gallery .container {
    position: relative;
}

.home-our-gallery .container .common-header.text-center h2 {
    color: #000;
}

.home-our-gallery .container .common-header.text-center p {
    color: #000;
}

.common-header .text-center {
    text-align: center;
}

.home-our-gallery-box {
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.home-our-gallery-box img {
    width: 100%;
    display: block;
}
/**************************************************/
/***********************************/
.home-videos {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.event-slider .slick-track {
    display: flex !important;
}

.event-slider .slick-track .slick-slide {
    display: flex !important;
    height: inherit !important;
}

.event-slider-box {
    flex-direction: column;
    padding: 0px;
    text-align: center;
    margin: 9px 20px 35px;
    position: relative;
    background: #fff;
}

.event-slider-img {
    min-height: 173px;
    width: 100%;
    position: relative;
}

.event-slider-img a img.youtube-icon {
    width: 80px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}

.event-slider-img a:hover img.youtube-icon {
    width: 80px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.3s linear;
}

.event-slider-box img {
    padding: 0;
    width: 100%;
    border-radius: 10px;
}

.event-slider-cont {
    padding: 20px 0 10px;
    position: relative;
    text-align: left;
}

.event-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
}

.event-slider .slick-dots li {
    margin-right: 10px !important;
}

.event-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    font-size: 0;
    background: #d3e3ff;
    cursor: pointer;
}

.event-slider .slick-dots li.slick-active button {
    background: #01aa97;
}

.event-slider-box {
    font-weight: 600;
    font-size: 18px;
    color: #ffbe02;
    line-height: 25px;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

.event-slider-box span {
    width: 27px;
    height: 27px;
    top: 6px;
    right: -3px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #ffbe02;
}

.event-slider-box span svg {
    top: 0px;
    left: -30px;
    position: absolute;
    transition: all 0.3s ease;
}

.magic-shadow-sm:hover span svg {
    left: 0px;
    transition: all 0.3s ease;
}

.event-slider-box:after {
    content: '';
    position: absolute;
    width: 49px;
    height: 2px;
    background: #ffbe02;
    bottom: 0px;
    left: 0;
    transition: all 0.3s ease;
}

.magic-shadow-sm:hover .event-slider-box:after {
    width: 40%;
    transition: all 0.3s ease;
}

.magic-shadow-sm:hover .event-slider-box {
    color: #ffbe02;
    transition: all 0.3s ease;
}

.home-videos .slide-arrow.prev-arrow {
    left: -6%;
    bottom: 63%;
}

.home-videos .slide-arrow.next-arrow {
    left: -6%;
    bottom: 50%;
}

.home-videos .slide-arrow:hover {
    background: #f5c244;
}

.home-videos .slide-arrow:hover::before {
    color: #fff;
}

.home-videos .slide-arrow {
    position: absolute;
    /* bottom: -50px; */
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f5c2442e;
    z-index: 1;
    cursor: pointer;
    border: none;
    opacity: 0;
    transition: all 0.3s linear;
    border-radius: 5px;
}

.event-slider-area-arrow {
    margin-left: 15%;
}

.event-slider-area:hover .slide-arrow {
    opacity: 1;
    transition: all 0.3s linear;
}

.home-videos .slide-arrow.prev-arrow:before {
    content: ' \276E';
}

.home-videos .slide-arrow.next-arrow:before {
    content: ' \276F';
}

.home-videos .slide-arrow:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    font-size: 20px;
    color: #f5c244;
}
/**************************************************/
/*.forming-strong-sec {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: #ffe8ae;
}*/

.forming-strong-sec {
    position: relative;
    padding: 100px 0;
    background-image: url(../images/forming-strong-sec.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
}

.forming-strong {
    background: url(../images/circles-shape-bg.png);
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
    background-size: 100% 100%;
    border-radius: 60px;
    background-size: cover;
    background-position: center;
    background-color: #ffbe02;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.forming-strong-cont h2 {
    font-size: 34px;
    color: #1e266d;
    line-height: 1.3;
    margin-bottom: 72px;
    font-weight: 600;
    text-align: center;
}

.forming-strong-cont p {
    font-size: 18px;
    color: #445781;
    line-height: 1.5;
    margin-top: 50px;
    font-weight: 400;
    text-align: center;
}

.forming-strong-cont {
}

.forming-strong-cont h1 {
    font-size: 54px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.forming-strong-cont h5 {
    font-size: 18px;
    color: #1e266d;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}
/**************************************************/
.customers-saying {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.dot-right-top {
    position: absolute;
    top: 0;
    right: 0;
}

.dot-left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.customers-saying-slider .slick-track {
    display: flex !important;
}

.customers-saying-slider .slick-track .slick-slide {
    display: flex !important;
    height: inherit !important;
}

.customers-saying-slider-box-area {
    margin: 0 150px;
    position: relative;
}

.customers-saying-slider-box {
    flex-direction: column;
    padding: 0;
    margin: 40px 100px 35px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden;
}

.customers-saying-slider-box-left {
    background: #fff;
    padding: 20px 30px;
}

.customers-saying-slider-box-left h2 {
    font-weight: 500;
    font-size: 20px;
    color: #1e266d;
    padding: 0;
    margin: 0 0 15px;
    line-height: 22px;
}

.customers-saying-slider-box-left p {
    font-size: 16px;
    color: #696969;
    padding: 0;
    line-height: 24px;
    margin-bottom: 10px;
}

.customers-saying-slider-box-left h4 {
    font-weight: 600;
    font-size: 18px;
    color: #f5c142;
    padding: 0;
    margin: 0 0 5px;
    line-height: 22px;
}

.customers-saying-slider-box-left h5 {
    font-weight: 400;
    font-size: 16px;
    color: #acacac;
    padding: 0;
}

.customers-saying-slider-img {
    min-height: 173px;
    width: 100%;
}

.customers-saying-slider-box img {
    padding: 0;
    width: 100%;
}

.customers-saying-slider-cont {
    padding: 20px;
    position: relative;
    text-align: left;
}

.customers-saying-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
}

.customers-saying-slider .slick-dots li {
    margin-right: 10px !important;
}

.customers-saying-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    font-size: 0;
    background: #d3e3ff;
    cursor: pointer;
}

.customers-saying-slider .slick-dots li.slick-active button {
    background: #ffbe02;
}

.customers-saying-slider-box a:hover {
    color: #ff0000;
    transition: all 0.3s ease;
}

.customers-saying-slider .slide-arrow.prev-arrow {
    left: -3%;
}

.customers-saying-slider .slide-arrow.next-arrow {
    right: -3%;
}

.customers-saying-slider .slide-arrow:hover {
    background: #0855FE;
}

.customers-saying-slider .slide-arrow:hover::before {
    color: #fff;
}

.customers-saying-slider .slide-arrow {
    position: absolute;
    bottom: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #0855FE12;
    z-index: 1;
    cursor: pointer;
    border: none;
    opacity: 0;
    transition: all 0.3s linear;
    border-radius: 5px;
}

.customers-saying-slider:hover .slide-arrow {
    opacity: 1;
    transition: all 0.3s linear;
}

.customers-saying-slider .slide-arrow.prev-arrow:before {
    content: ' \276E';
}

.customers-saying-slider .slide-arrow.next-arrow:before {
    content: ' \276F';
}

.customers-saying-slider .slide-arrow:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    font-size: 20px;
    color: #0855fe;
}
/**************************************************/
.get-in-touch-sec {
    padding: 115px 0px 125px 0px;
    position: relative;
    background: url(../images/get-in-touch-sec.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.get-in-touch-sec .overlay-patch {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgb(0 0 0 / 60%); */
    background-color: rgba(18, 20, 28, 0.75);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.get-in-touch-sec-cont {
    padding: 0 100px;
}

.get-in-touch-sec .container {
    position: relative;
}

.get-in-touch-sec .common-header h5 {
    color: #646363;
}

.get-in-touch-sec .common-header h2 {
    color: #fff;
}

.get-in-touch-sec-cont-left {
    margin-top: 40px;
}

.get-in-touch-sec-form .form-cont input, .get-in-touch-sec-form .form-cont textarea {
    width: 100%;
    padding: 20px 14px 18px;
    margin: 0px 0 20px;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    outline: none;
}

.get-in-touch-sec-form .form-cont input::placeholder, .get-in-touch-sec-form .form-cont textarea::placeholder {
    color: #222;
}

.get-in-touch-sec-form .form-cont textarea {
    min-height: 110px;
    resize: none;
}

.get-in-touch-sec-form .form-cont input:focus {
    top: -5px;
}

.get-in-touch-sec-form .form-cont select {
    width: 100%;
    padding: 20px;
    margin: 15px 0;
    color: #000;
    border: none;
    font-weight: 400;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background-position: 0 0;
    outline: -webkit-focus-ring-color auto 0px;
    /* -webkit-appearance: none;
       -moz-appearance: none; */
    background: #fff;
}

.get-in-touch-sec-form .form-cont input::placeholder, .get-in-touch-sec-form .form-cont textarea::placeholder {
    color: #222;
}

.get-in-touch-sec-form {
    margin-top: 40px;
}

.get-in-touch-sec-form .fgroup.used label, 
.get-in-touch-sec-form .fgroup input:focus ~ label, 
.get-in-touch-sec-form .fgroup input.used ~ label, 
.get-in-touch-sec-form .fgroup input.used ~ label, 
.get-in-touch-sec-form .fgroup input.inused ~ label, 
.get-in-touch-sec-form .fgroup textarea:focus ~ label, 
.get-in-touch-sec-form .fgroup textarea.used ~ label, 
.get-in-touch-sec-form .fgroup textarea.inused, 
.get-in-touch-sec-form .fgroup select:focus ~ label, 
.get-in-touch-sec-form .fgroup select.used ~ label, 
.get-in-touch-sec-form .fgroup select.inused ~ label {
    top: 0;
    left: 10px;
    font-size: 12px;
    background: transparent;
    color: #222;
    padding: 3px;
}

.get-in-touch-sec-form .fgroup label {
    position: absolute;
    top: 22px;
    left: 15px;
    transition: all 0.3s;
    pointer-events: none;
    padding: 0px;
    font-weight: 500;
    font-size: 18px;
    color: #222;
    display: revert;
}

.get-in-touch-sec-form button {
    background-color: #ffbe02;
    border-width: 0px;
    border-color: #ffffff;
    border-radius: 3px;
    border-style: solid;
    padding: 15px 30px;
    -webkit-appearance: none;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    float: left;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
}

header .common-btn {
    margin-top: 0;
}

.get-in-touch-sec-form .fgroup {
    position: relative;
    text-align: left;
    /*  margin-bottom: 20px;*/
    ;
}

.get-in-touch-sec-cont-left {
    text-align: left;
}

.get-in-touch-sec-cont-left-box {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.get-in-touch-sec-cont-left-box-img {
    background: #ffbe02;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
}

.get-in-touch-sec-cont-left-box-img svg {
    fill: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
}

.get-in-touch-sec-cont-left-box-text {
}

.get-in-touch-sec-cont-left-box-text h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.get-in-touch-sec-cont-left-box-text a {
    color: #dddddd;
    font-size: 16px;
    font-weight: 500;
}

.enrollment-t-c {
    margin-bottom: 50px;
    margin-top: 10px;
    display: block;
}

.enrollment-t-c a {
    color: #ccc;
    float: right;
    position: relative;
}

.enrollment-t-c a:hover {
    color: #f5c142;
}
/**************************************************/
.home-teachers {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.home-teachers-box {
    margin-bottom: 60px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.home-teachers-box .row {
    display: flex;
    align-items: center;
}

.home-teachers-box-img {
}

.home-teachers-box-img img {
    border-radius: 10px;
    display: block;
}

.home-teachers-box-cont {
}

.home-teachers-box-cont h4 {
    color: #111;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.home-teachers-box-cont h5 {
    color: #111;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
}

.home-teachers-box-cont p {
    font-weight: 400;
    font-size: 16px;
    color: #696969;
    padding: 0;
    line-height: 26px;
    margin-top: 15px;
}

.all-pofile-btn {
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-pofile-btn a {
    background-color: #ffbe02;
    border-width: 0px;
    border-color: #ffffff;
    border-radius: 3px;
    border-style: solid;
    padding: 15px 30px;
    -webkit-appearance: none;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    float: left;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
}
/**************************************************/
.home-sec-6 {
    padding: 100px 0;
    overflow: hidden;
    width: 100%;
}

.our-partners-area {
    background: #f6f6f6;
    margin-top: 160px;
    padding-top: 76px;
    padding-bottom: 62px;
}

.our-partners-slider .slick-list .slick-track {
    display: flex;
    align-items: center;
}

img.our-partners-slider-img {
    width: 80%;
}

.our-partners-slider-box {
    padding: 33px 15px;
    border: 1px solid #f1f1f2;
    border-radius: 10px;
    margin: 0 15px;
}

.our-partners-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 70px;
    display: none !important;
}

.our-partners-slider .slick-dots li {
    margin-right: 10px !important;
}

.our-partners-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    font-size: 0;
    background: #d3e3ff;
    cursor: pointer;
}

.our-partners-slider .slick-dots li.slick-active button {
    background: #01aa97;
}
/**************************************************/
.home-about-us {
    padding: 150px 0 80px;
    position: relative;
    overflow: hidden;
}

.home-about-us-left {
    position: relative;
}

.home-about-us-left:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 295px solid #1d49a7;
    border-right: 295px solid transparent;
    position: absolute;
    z-index: -1;
    left: -30px;
    top: -30px;
    border-radius: 10px 0 0 0;
}

.home-about-us-left img {
    border-radius: 10px;
    overflow: hidden;
    /*min-height: 450px;*/
    object-fit: cover;
    width: 90%;
}

.home-about-us-right {
}

.home-about-us-right p {
    margin-bottom: 20px;
}

/**************************************************/
.banner-about-page {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 133px 0;
    text-align: center;
    position: relative;
}

.banner-about-page.certifications-banner {
    background: url(../images/certifications-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 133px 0;
    text-align: center;
    position: relative;
}

.banner-about-page.academia-banner {
    background: url(../images/academia.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 133px 0;
    text-align: center;
    position: relative;
}

.banner-about-page.website-design-banner {
    background: url(../images/website-design.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 133px 0;
    text-align: center;
    position: relative;
}

.banner-about-page.contact-us-banner {
    background: url(../images/contact-us.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 133px 0;
    text-align: center;
    position: relative;
}

.banner-about-page.corporates-client-banner {
    background: url(../images/corporates-client.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 133px 0;
    text-align: center;
    position: relative;
}

.banner-about-page.corporate-training-banner {
    background: url(../images/corporate-training.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 133px 0;
    text-align: center;
    position: relative;
}

.banner-about-page.job-oriented-training-program-banner {
    background: url(../images/job-oriented-training-program.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 133px 0;
    text-align: center;
    position: relative;
}

.banner-about-page.placements-banner {
    background: url(../images/placements.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 133px 0;
    text-align: center;
    position: relative;
}

.banner-about-page.why-giss-banner {
    background: url(../images/why-giss.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 133px 0;
    text-align: center;
    position: relative;
}

.banner-about-page .overlay-banner {
    background: rgba(0, 0, 0, 0.6);
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-about-page .container {
    z-index: 5;
    position: relative;
}

.banner-about-page .common-header h1 {
    font-size: 54px;
    color: #ffffff;
    font-weight: 700;
    line-height: 68px;
}

.banner-about-page .breadcrumb {
    margin-top: 20px;
}

.banner-about-page .breadcrumb li {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.banner-about-page .breadcrumb li a {
    text-decoration: none;
    color: #fff;
}

.banner-about-page .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, ">");
}
/**************************************************/
.vision-mission-sec {
    background: #f3fbfe;
    padding: 50px 0;
    overflow: hidden;
    background: url(../images/vision-mission-sec-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.vision-mission-overlay {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #003087;
    border-radius: 0 40px 0 0;
    padding: 5px;
    width: 61%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.vision-mission-sec-left {
    padding: 10px 30px;
    /*background-color: #fff;*/
    border-radius: 0 0 0 100px;
    text-align: center;
}

.vision-mission-sec-right {
    padding: 10px 30px;
    /*background-color: #fff;*/
    border-radius: 0 100px 0 0;
    text-align: center;
}

.vision-mission-sec h4 {
    font-size: 26px;
    color: #000;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 25px;
    min-height: unset;
}

.vision-mission-sec p {
    font-size: 18px;
    color: #636363;
    line-height: 26px;
    font-weight: 400;
}

/**************************************************/
.products-sec {
    padding: 100px 0;
    padding: 115px 0px 125px 0px;
    position: relative;
    background: url(../images/parallax1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
}

.products-sec .overlay-patch {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgb(0 0 0 / 60%); */
    background-color: rgba(18, 20, 28, 0.75);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.wid-60 {
    width: 60%;
    margin: 0 auto;
}

.products-sec-box {
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    width: 100%;
    transition: all 0.3s linear;
    text-decoration: none;
    background: #fff;
}

.products-sec-box h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    color: #003087;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    min-height: unset;
}

.products-sec-box img {
    width: 60px;
    height: auto;
    margin-bottom: 20px;
}

.products-sec-box:hover {
    /*box-shadow: -2px 2px 10px rgb(0 0 0 / 20%);*/
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 20%);
    transition: all 0.3s linear;
}

.products-sec-box:hover img {
    -webkit-filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(315deg) saturate(600%) contrast(0.8);
    filter: grayscale(100%) brightness(60%) sepia(100%) hue-rotate(315deg) saturate(600%) contrast(0.8);
}
/**************************************************/
.contact-section-location {
    background: #fff;
    padding: 100px 0;
}

.contact-section-location .get-in-touch {
    padding: 0 45px;
    background: #f7f7f7;
    text-align: center;
    display: flex;
    align-items: start;
    justify-content: left;
    height: 100%;
    border-radius: 20px;
}

.contact-section-location .get-in-touch .location-details {
    margin-top: 83px;
    text-align: center;
}

.contact-section-location .location-details .common-header {
    text-align: left;
}

.contact-section-location .location-details .common-header h2 {
    padding-left: 27px;
}

.contact-section-location .get-in-touch .location-details .address-location {
    padding: 0;
    display: flex;
    margin-bottom: 30px;
}

.contact-section-location .get-in-touch .location-details .address-location .icon {
    width: 15%;
}

.contact-section-location .get-in-touch .location-details .address-location .icon svg {
    width: 35px;
    height: 35px;
    color: #c54131;
    margin: 0 auto 0;
}

.contact-section-location .get-in-touch .location-details .address-location .number-part {
    width: 85%;
    text-align: left;
}

.contact-section-location .get-in-touch .location-details .address-location .number-part.phone-number {
    margin-bottom: 0;
    margin-top: 7px;
}

.contact-section-location .get-in-touch .location-details .address-location .number-part p, .contact-section-location .get-in-touch .location-details .address-location .number-part a {
    font-size: 15px;
    color: #444444;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.contact-section-location .get-in-touch .location-details .address-location .number-part a {
    display: block;
    margin-bottom: 10px;
}

.contact-section-location .get-in-touch .location-details .address-location .number-part a:last-child {
    margin-bottom: 0;
}

.contact-section-location .get-in-touch .location-details .address-location .number-part a:hover {
    color: #c54131;
}

.contact-us-div {
}

.contact-section-location .contact-forms {
    padding: 72px;
    background-color: #f7f7f7;
    border-radius: 20px;
}

.contact-section-location .contact-forms h3 {
    font-size: 48px;
    color: #003087;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 50px;
}

.contact-section-location .contact-forms form .mb-3 input, .contact-section-location .contact-forms form .mb-3 textarea {
    padding: 17px 17px 17px 17px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0D0D0D;
    background-color: #0D0D0D;
    resize: none;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    opacity: 1;
    color: #000000;
    border-style: solid;
    border-color: #FFFFFF;
    font-size: 16px;
    background-color: #ebebeb;
    outline: none;
    box-shadow: none;
}

.contact-section-location .contact-forms form .mb-3 input::-webkit-input-placeholder, .contact-section-location .contact-forms form .mb-3 textarea::-webkit-input-placeholder {
    /* Edge */
    color: #0D0D0D;
}

.contact-section-location .contact-forms form .mb-3 input:-ms-input-placeholder, .contact-section-location .contact-forms form .mb-3 textarea:-ms-input-placeholder {
    /* Internet Explorer */
    color: #0D0D0D;
}

.contact-section-location .contact-forms form .mb-3 input::placeholder, .contact-section-location .contact-forms form .mb-3 textarea::placeholder {
    color: #0D0D0D;
}

.contact-us-div .col-lg-6 {
    padding: 0;
}

.contact-section-location .contact-forms .col-lg-6 {
    padding: 0 10px;
}

.contact-us-div .map-div {
    display: block;
}

.contact-us-div .map-div iframe {
    height: 500px;
}

.contact-us-div .all-product-link {
    margin-top: 20px;
}

.all-product-link a {
    background-color: #ffbe02;
    border-width: 0px;
    border-color: #ffffff;
    border-radius: 3px;
    border-style: solid;
    padding: 15px 20px;
    -webkit-appearance: none;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    float: left;
    font-size: 18px;
    margin-top: 20px;
}
/**************************************************/

.media-section {
    padding: 100px 0;
    font-family: 'Outfit', sans-serif;
}

.media-section .media-thumb {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 22px 11px #f8f8f8;
    -moz-box-shadow: 0 0 22px 11px #f8f8f8;
    box-shadow: 0 0 16px hsl(0deg 0% 0% / 20%);
    display: flex;
    margin-bottom: 40px;
    overflow: hidden;
}

.media-section .media-thumb .media-img {
    overflow: hidden;
    transition: 0.25s all linear;
    height: 100%;
    width: 50%;
}

.media-section .media-thumb .media-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-section .media-content {
    padding: 33px 37px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    width: 50%;
    box-sizing: border-box;
}

.media-section .media-content span {
    font-size: 14px;
    color: #c54131;
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    display: block;
}

.media-section .media-content h2 {
    font-size: 24px;
    color: #000;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 25px;
}

.media-section .media-content p {
    font-size: 18px;
    color: #636363;
    line-height: 26px;
    font-weight: 400;
}

.media-section .media-content .read-more {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #003087;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
}

.media-section .media-content .read-more img {
    margin-bottom: 0;
    margin-left: 5px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.media-section .media-content .read-more:hover img {
    margin-left: 10px;
    transition: all 0.3s ease;
}

.media-section .col-lg-4 {
    margin-bottom: 30px;
}

.our-latest-work .common-header {
    margin-bottom: 100px;
}
/**************************************************/
.placements-sec {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.placements-sec-right {
    float: right;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 40px;
    left: 0;
}

.placements-sec .col-12.col-md-6.col-md-6 {
    position: relative;
}

.placements-sec-right:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 295px solid #1d49a7;
    border-right: 295px solid transparent;
    position: absolute;
    z-index: -1;
    left: -20px;
    top: -20px;
}

.placements-sec-right img {
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
}

.placements-sec-left {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
    padding: 50px;
    width: 85%;
}

.placements-sec-left h2 {
    color: #111;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
}

.placements-sec-left p {
    font-size: 16px;
    color: #676767;
    line-height: 22px;
    font-weight: 400;
    margin-top: 15px;
}
/**************************************************/
.media-section.bg-img-fixed {
    padding: 115px 0px 125px 0px;
    position: relative;
    background: url(../images/parallax1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
}

.media-section.bg-img-fixed .common-header {
    position: relative;
}

.media-section.bg-img-fixed .common-header h2 {
    color: #fff;
}

.media-section.bg-img-fixed .common-header p {
    color: #fff;
}

.media-section.bg-img-fixed .overlay-patch {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(18, 20, 28, 0.75);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.page-bot-cont {
    position: relative;
}

.page-bot-cont h4 {
    font-size: 24px;
    color: #fff;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 25px;
}
/**************************************************/
.skills-strategies-sec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.skills-strategies-box {
    text-align: center;
    box-shadow: -3px 3px 18px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 40px 20px;
    margin-bottom: 20px;
    margin: 0 10px 40px;
    width: 100%;
}

.skills-strategies-box-img {
}

.skills-strategies-box-img img {
    width: 80px;
}

.skills-strategies-box h4 {
    font-size: 20px;
    color: #111;
    line-height: 28px;
    font-weight: 600;
    margin-top: 20px;
} 
/**************************************************/

.clients-testimonial-sec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: #f3fcfa;
}

.clients-testimonial-sec .clients-testimonial {
    position: relative;
    padding: 0 194px;
}

.testimonial-item {
    padding: 0 10px;
}

.testimonial-item img {
    width: 100%;
    border-radius: 10px;
}

.clients-testimonial-sec .clients-testimonial .queart {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.clients-testimonial-sec .clients-testimonial .queart img {
    display: block;
    margin: auto;
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .testimonial-item p {
    font-size: 24px;
    color: #000b33;
    line-height: 38px;
    text-align: center;
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .testimonial-item .user-details {
    text-align: center;
    display: flex;
    width: 360px;
    margin: auto;
    margin-top: 72px;
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .testimonial-item .user-details .user-thumb {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .testimonial-item .user-details .user-thumb img {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    object-fit: cover;
    height: 100%;
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .testimonial-item .user-details .user-details-info {
    width: 72%;
    padding-left: 19px;
    text-align: left;
    padding-top: 13px;
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .testimonial-item .user-details .user-details-info b {
    font-size: 18px;
    color: #000b33;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .testimonial-item .user-details .user-details-info p {
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .slick-arrow {
    width: 39px;
    height: 39px;
    border-radius: 10px;
    border-width: 0;
    background: #fd4c5c;
    position: absolute;
    margin: auto;
    top: 8%;
    cursor: pointer;
    display: block !important;
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .slick-arrow.slick-prev {
    left: -134px;
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .slick-arrow.slick-prev:before {
    content: " ";
    width: 19px;
    height: 15px;
    background: url(../images/left-arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    transform: translateY(-50%);
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .slick-arrow.slick-next {
    right: -134px;
}

.clients-testimonial-sec .clients-testimonial .clients-testimonial-slider .slick-arrow.slick-next:before {
    content: " ";
    width: 19px;
    height: 15px;
    background: url(../images/right-arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    transform: translateY(-50%);
}
/**************************************************/
.our-client {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.our-client .client-logo {
    border: 1px solid #e8e8e8;
    padding: 33px 15px;
    margin-bottom: 25px;
    transition: all 0.1s linear;
}

.our-client .client-logo:hover {
    box-shadow: -3px 3px 10px rgb(0 0 0 / 15%);
    transition: all 0.1s linear;
}
/**************************************************/

.accordion-sec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.accordion-sec h2 {
    font-size: 26px;
    color: #000;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 25px;
    min-height: unset;
}

.accordion-sec .accordion {
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.accordion-sec .accordion ul {
    margin-top: 20px;
}

.accordion-sec .accordion ul li {
    color: #565054;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    padding-left: 44px;
    margin-bottom: 10px;
    background: url(../images/bullet-icon-img.png) no-repeat;
    list-style: none;
    background-position: 0 5px;
}

.line-area {
    border-bottom: 2px solid #ccc;
    margin: 50px 0;
}

.menu-button {
    width: 100%;
    padding: 20px 20px;
    margin-top: 2px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-family: "Poppins", serif;
}

.menu-button:hover {
    background-color: #ffe8ae;
}

.icon {
    font-size: 20px;
    transition: 0.4s;
}

.menu-button.open .icon {
    transform: rotate(45deg);
}

.content {
    padding: 0 20px;
  /* background-color: #f2f2f2; */
    transition: 0.4s;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #f1f1f2;
}
/**************************************************/
.terms-and-conditions-sec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.terms-and-conditions-sec p {
    color: #111;
    margin-bottom: 10px;
}

.terms-and-conditions-sec strong {
    font-weight: 600;
}

.terms-and-conditions-sec h4 {
    font-size: 26px;
    color: #000;
    line-height: 33px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.terms-and-conditions-sec ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.terms-and-conditions-sec ul li {
    color: #111;
    font-size: 16px;
    line-height: 28px;
    padding-left: 44px;
    margin-bottom: 10px;
    background: url(../images/bullet-icon-img.png) no-repeat;
    list-style: none;
    background-position: 0 5px;
}
/**************************************************/

.banner-overlay-patch {
    position: relative;
    top: -80px;
    margin-bottom: -80px;
}

.banner-overlay-patch .col-12 {
    margin: 0;
    padding: 0;
}

.banner-overlay-patch-box {
    text-align: center;
    padding: 40px 20px;
    width: 100%;
}

.banner-overlay-patch-box.bg-col-1 {
    background: #1d49a7;
}

.banner-overlay-patch-box.bg-col-2 {
    background: #1C6CCC;
}

.banner-overlay-patch-box.bg-col-3 {
    background: #1989E6;
}

.banner-overlay-patch-box.bg-col-4 {
    background: #17A7FF;
}

.banner-overlay-patch-box img {
    width: 60px;
    height: auto;
    margin: 0 auto 20px;
}

.banner-overlay-patch-box h4 {
    font-size: 22px;
    color: #000;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: unset;
    color: #fff;
}

.banner-overlay-patch-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
/**************************************************/
.website-services-sec {
    padding: 115px 0px 125px 0px;
    position: relative;
    background: url(../images/get-in-touch-sec.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
    background: #1d49a7;
}

.website-services-sec .common-header h2 {
    color: #fff;
}

.website-services-sec .overlay-patch {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgb(0 0 0 / 60%); */
    background-color: rgba(18, 20, 28, 0.75);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.website-services-sec .container {
    position: relative;
}

.website-services-sec-left {
    padding-right: 50px;
}

.website-services-sec-left h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0 20px;
}

.website-services-sec-left p {
    line-height: 25px;
    color: #fff;
}

.website-services-sec-right {
}

.website-services-sec-right-box:hover {
    background: #ffbe02;
    transition: all 0.3s linear;
}

.website-services-sec-right-box {
    transition: all 0.3s linear;
    border-radius: 10px;
    background: #1C6CCC;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 20px;
    width: 100%;
}

.website-services-sec-right-box img {
    width: 60px;
    height: auto;
}

.website-services-sec-right-box h5 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
}

.home-about-us-right h4 {
    color: #111;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0 20px;
}
/**************************************************/
.web-portfolio-sec {

}
.web-portfolio-sec-box {
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 30px;
    border: 1px solid #f1f1f2;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
}

.web-portfolio-sec-box:hover .portfolio-img-area img{
    transition: all 0.3s linear;
    transform: scale(1.1);
}
.portfolio-img-area {
    overflow: hidden;
    box-sizing: border-box;  
    padding: 20px;  
}
.portfolio-img-area img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all 0.3s linear;
    display: block;
}
.web-protfolio-text-area {
    background: #1d49a7;
    padding: 20px 20px;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    height: 100%;
}
.web-protfolio-text-area h4{
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    font-weight: 600;
    min-height: unset;
    text-align: center;
}
.web-protfolio-text-area .common-btn{
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.web-protfolio-text-area .common-btn a {
    font-size: 16px;
    line-height: 40px;
    padding: 0px 15px;
    border-radius: 5px;
}
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/
/**************************************************/



/***********************************/

footer {
    background: #f5c142;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 110px 0 30px 0;
    overflow: hidden;
}

footer .box ul {
    list-style-type: none;
    padding-left: 0;
}

footer .box ul li {
    text-decoration: none;
    font-size: 16px;
    color: #6d6d6d;
    width: 100%;
}

footer .box ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #111;
    width: 100%;
    padding-bottom: 2px;
    transition: all 0.3s linear;
    font-weight: 300;
}

footer .box ul li a:hover {
    color: #fff;
    transition: all 0.3s linear;
}

footer .box ul li a img {
    margin-right: 16px;
}

/*footer .box ul li a:hover {
    border-bottom: 1px solid #fff;
}*/

footer .box h3 {
    margin: 18px 0;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    position: relative;
    height: 25px;
}

footer .box p {
    margin-top: 12px;
    text-align: left;
    line-height: 24px;
    font-size: 16px;
    color: #111;
    margin-bottom: 20px;
    padding-right: 50px;
}

footer .box ul li {
    margin-bottom: 0.5rem;
    line-height: 28px;
}

footer .underline_text ul li {
    margin-bottom: 15px;
    line-height: 25px;
    position: relative;
}

/*footer .underline_text ul li:after {
    content: "";
    border-bottom: 1px solid #111;
    width: 120px;
    position: absolute;
    left: 0;
    bottom: -4px;
}*/


footer .box ul li a:hover {
    color: #fff;
    transition: all 0.3s linear;
}

.location_img {
    float: left;
    margin-top: 3px;
}

.location_text {
    float: left;
    width: 84%;
    margin-left: 14px;
}

.clear {
    clear: both;
}

.link_over {
    cursor: pointer;
    font-weight: 700 !important;
}

.link_over:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.copyright-area {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #111;
    padding-top: 30px;
    margin: 93px auto 0;
}

.copyright-area a {
    margin-left: 10px;
}

.copyright-text {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #111;
}

/****************************************************/


@media(max-width: 1366px) {
    .banner-text {
        left: 10%;
    }
}

@media(max-width: 1280px) {
    .forming-strong-cont h1 {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .forming-strong-cont h5 {
        font-size: 16px;
    }

    .customers-saying-slider-box-left {
        padding: 20px 20px;
    }

    .customers-saying-slider-box-left p {
        font-size: 14px;
        line-height: 22px;
    }

    .home-teachers-box-cont p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
}

@media(max-width: 1024px) {
    .forming-strong-cont h1 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .forming-strong-cont h1 {
        font-size: 38px;
        margin-bottom: 10px;
    }
}

@media(max-width: 768px) {
    
    .top-banner .slide-arrow {
        display: none !important;
    }

    .customers-saying-slider-box-area {
        margin: 0 0px;
        position: relative;
    }

    .header .logo {
        width: 150px;
        margin-right: 0px;
    }

    .website-services-sec-left h4 {
        font-size: 28px;
    }
    .home-about-us-right h4 {
        font-size: 28px;
    }

    .website-services-sec-left {
        padding: 0;
        margin-bottom: 100px;
    }

    .common-header h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .customers-saying-slider-box {
        margin: 40px 10px 35px;
    }

    .customers-saying-slider-box-left {
        padding: 30px 20px;
    }

    .event-slider-area-arrow {
        margin-left: 10%;
    }
}

@media(max-width: 575px) {
    .copyright-area {
        flex-direction: column;
        align-items: center;
    }

    .mobile-view {
        display: block !important;
    }

    .desktop-view {
        display: none !important;
    }

    .header .logo {
        width: 130px;
    }

    .header .logo {
        width: 150px;
        margin-right: 0px;
    }

    .mob-mar-top {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .placements-sec-left {
        position: relative;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 20px;
    }

    .top-nav-menu {
        align-items: end;
        justify-content: end;
        flex-direction: column;
    }

    .top-nav-menu-left-link {
        margin-right: 0;
        margin-left: 10px;
    }

    .clients-testimonial-sec .clients-testimonial {
        position: relative;
        padding: 0 40px;
    }

    .container {
        width: 93%;
    }

    .home-about-us-left img {
        min-height: auto;
        width: 100%;
    }

    .home-about-us-right {
        margin-top: 40px;
    }

    .common-header {
        margin-bottom: 20px;
    }

    .home-about-us.our-latest-work .common-header {
        margin-bottom: 100px;
    }

    .courses-list-cont h3 {
        height: auto;
    }

    .event-slider-area-arrow {
        margin-left: 0;
    }

    .get-in-touch-sec-cont {
        padding: 0 30px;
    }

    .media-section .media-thumb {
        flex-direction: column;
    }

    .media-section .media-content {
        width: 100%;
    }

    .media-section .media-thumb .media-img {
        width: 100%;
    }

    .banner-about-page .common-header h1 {
        font-size: 42px;
        line-height: 55px;
    }

    .home-about-us {
        padding: 80px 0 0px;
    }

    .common-header h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .contact-section-location .contact-forms {
        padding: 20px;
        margin-top: 40px;
    }

    .contact-section-location .get-in-touch {
        padding: 0 20px;
    }

    .contact-section-location .get-in-touch .location-details {
        margin-top: 20px;
    }

    footer {
        padding: 110px 20px 30px;
    }

    .logo-nav {
        padding: 0 20px;
    }

    .banner-text h1 br {
        display: none;
    }

    .banner-text h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .banner-text {
        width: 90%;
        left: 20px;
    }

    .banner-text a {
        font-size: 18px;
        padding: 20px 20px;
    }
}