* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #666666;
}

html, body, .wrapper {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #323a45;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    margin-bottom: 15px;
}

h5, h5 {
    margin-bottom: 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a, .btn, button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

    a img, iframe {
        border: none;
    }

p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus, textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #323a45;
}

    a:hover {
        color: #323a45;
    }

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

b, strong {
    font-weight: 900;
}

.btn.active, .btn:active {
    background-image: inherit !important;
}

    .btn.focus,
    .btn:active:focus,
    .btn:active:hover,
    .btn:focus,
    .btn:hover {
        outline: 0;
    }

.btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border-radius: inherit;
    box-shadow: inherit;
}
/* Default CSS */
.container-half {
    margin: 0 auto;
    width: 60%;
    padding: 0 15px;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: #f9f9f9;
}

.bg-theme-small {
    background-color: #edf5ff;
}

.bg-light {
    background-color: #ffffff;
}

.bg-theme {
    background-color: #ff5a6e;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: #ffffff;
}

.shadow {
    position: relative;
    z-index: 1;
}

    .shadow.dark::after {
        background: #000000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.dark-hard::after {
        background: #323a45 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.75;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.light::after {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.3;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.theme::after {
        background: #fcca32 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.theme-hard::after {
        background: #fcca32 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.default-padding {
    padding-top: 80px;
    padding-bottom: 20px;
}

.default-padding-top {
    padding-top: 80px;
}

.default-padding-bottom {
    padding-bottom: 80px;
}

.default-padding.bottom-less {
    padding-top: 80px;
    padding-bottom: 50px;
}

.default-padding.bottom-30 {
    padding-top: 80px;
    padding-bottom: 30px;
}

.default-padding.bottom-20 {
    padding-top: 80px;
    padding-bottom: 20px;
}

.padding-xl {
    padding-top: 180px;
    padding-bottom: 180px;
}

.carousel-shadow {
    padding-bottom: 70px;
}

.btn {
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.btn-md {
    padding: 10px 40px 10px;
}

.btn-sm {
    padding: 8px 35px;
    font-size: 12px;
}

.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block;
}

.btn-border-light {
    border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
    background-color: #ffffff;
    color: #323a45;
    border: 2px solid #ffffff;
}

.btn-dark {
    background-color: #323a45;
    color: #ffffff;
    border: 2px solid #323a45;
}

    .btn-dark.border {
        background-color: transparent;
        color: #323a45;
        border: 2px solid #323a45;
    }

        .btn-dark.border:hover {
            background-color: #323a45;
            color: #ffffff !important;
            border: 2px solid #323a45;
        }

.btn.btn-light {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #323a45;
}

    .btn.btn-light:hover,
    .btn.btn-light:focus {
        background: transparent none repeat scroll 0 0;
        border: 2px solid #ffffff;
        color: #ffffff;
    }

    .btn.btn-light.effect:hover,
    .btn.btn-light.effect:focus {
        background-color: #ff5a6e;
        color: #ffffff !important;
        border: 2px solid #ff5a6e;
    }

    .btn.btn-light.border {
        background: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
    }

        .btn.btn-light.border:hover {
            background: #ffffff none repeat scroll 0 0 !important;
            border: 2px solid #ffffff !important;
            color: #323a45 !important;
        }

.btn-dark:hover,
.btn-dark:focus {
    color: #323a45 !important;
    background: transparent;
}

.bg-dark {
    background: #323a45 none repeat scroll 0 0;
}

.btn-theme {
    background-color: #ff5a6e;
    color: #ffffff !important;
    border: 2px solid #ff5a6e;
}

    .btn-theme.border {
        background-color: transparent;
        color: #ff5a6e !important;
        border: 2px solid #ff5a6e;
    }

        .btn-theme.border:hover {
            background-color: #ff5a6e;
            color: #ffffff !important;
            border: 2px solid #ff5a6e;
        }

    .btn-theme.effect:hover,
    .btn-theme.effect:focus {
        background: #fcca32 none repeat scroll 0 0;
        border: 2px solid #ff5a6e;
        color: #ffffff;
    }

.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px;
}

.waves-shape-inc {
    position: relative;
    z-index: 1;
}

.waves-shape {
     background: rgba(0, 0, 0, 0) url("../../index.html") no-repeat scroll center bottom / cover; 
    bottom: 0;
    float: left;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.bg-fixed {
}

.bg-cover {
}

.container-full {
    padding: 0 15px;
    width: 100%;
}

.oh {
    overflow: hidden;
}

.less-margin {
    margin: 0;
}

header {
    position: relative;
}

    header nav.navbar.border.bootsnav.navbar-fixed.no-background {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
            position: relative;
            z-index: 1;
            margin-left: 3px;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
            border: medium none;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
            background: #ffffff none repeat scroll 0 0;
            bottom: -2px;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            width: 0;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
        header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
            width: 100%;
        }

        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
        header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
            width: 0;
        }

.attr-nav .social.right li {
    margin-left: 20px;
}

.attr-nav .social li a {
    font-size: 16px;
}

.navbar .attr-nav.button a {
    border: 1px solid #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 25px !important;
    text-transform: uppercase;
}

.navbar .attr-nav.button.theme a {
    background: #fcca32 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #ffffff;
}

.navbar .attr-nav.button.circle a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px;
}

nav.navbar.bootsnav.active-border ul.nav > li > a {
    position: relative;
}

nav.navbar.bootsnav.active-border ul.nav > li.active > a::before {
    background: #fcca32 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 15%;
    position: absolute;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 70%;
}

.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
    background: #fcca32 none repeat scroll 0 0;
    border: 2px solid #ff5a6e;
    color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .attr-nav.social li a {
        border: 1px solid #f4f4f4;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ff5a6e;
        display: inline-block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        padding: 0 !important;
        text-align: center;
        width: 40px;
    }

nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0 !important;
}

.site-heading h2 {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
}

    .site-heading h2 span {
        color: #ff5a6e;
    }




.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

    .site-heading h4::before {
        background: #fcca32 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 50px;
    }




.site-heading h2 span {
    color: #ff5a6e;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
    padding: 100px 0;
}

    .breadcrumb-area .breadcrumb {
        background: transparent none repeat scroll 0 0;
        border-radius: inherit;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        display: inline-block;
        margin: 0;
        padding: 15px 0 0;
        position: relative;
        z-index: 1;
    }

    .breadcrumb-area h1 {
        display: block;
        font-size: 40px;
        font-weight: 600;
        text-transform: uppercase;
    }

.breadcrumb > li + li::before {
    color: #ffffff;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 0 5px;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 600;
    text-transform: uppercase;
}

    .breadcrumb-area .breadcrumb li.active {
        color: #ff5a6e;
    }


/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
    height: 100%;
}

    .banner-area.auto-height,
    .banner-area.auto-height div {
        height: auto;
        min-height: 100%;
    }

    .banner-area .box-cell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .banner-area .box-table {
        display: table;
        width: 100%;
    }

    .banner-area .box-cell,
    .banner-area .box-cell div {
        height: auto;
    }

.banner-area {
    position: relative;
    overflow: hidden;
}

    .banner-area .wavesshape {
        bottom: -15px;
        left: 0;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
    }

        .banner-area .wavesshape.shape {
            bottom: -50px;
        }

    .banner-area .content {
        position: relative;
        z-index: 9;
    }

    .banner-area.wavesshape {
        position: relative;
        z-index: 1;
    }

    .banner-area.triangle-shadow {
        position: relative;
        z-index: 1;
    }

        .banner-area.triangle-shadow::before {
            border-bottom: 0 solid transparent;
            border-right: 100vw solid #fff;
            border-top: 80px solid transparent;
            bottom: 0;
            content: "";
            height: 0;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 101;
        }

    .banner-area.shadow-inner .content {
        padding: 30px;
        position: relative;
        z-index: 1;
    }

    .banner-area a {
        margin-right: 5px;
    }

    .banner-area.text-center a {
        margin-right: 3px;
        margin-left: 3px;
    }

    .banner-area.content-double .double-items {
        
        align-self: center;
        display: flex;
        justify-content: left;
        vertical-align: middle;
    }

    
    .top-content p{ font-size: 32px !important; line-height: 40px !important; margin-bottom: 50px;}

    .banner-area.auto-height .double-items,
    .banner-area.auto-height .content-box {
        overflow: hidden;
        padding-top: 160px;
    }

    .banner-area .content-box .banner {
        margin-top: 50px;
    }

    .banner-area .content-box.video-popup .banner {
        position: relative;
    }



    .banner-area .video-play-button.video-inline {
        bottom: inherit;
        display: inline-block;
        font-size: 20px;
        left: 0;
        margin-bottom: 0 !important;
        margin-left: 20px;
        margin-right: 0 !important;
        margin-top: 0 !important;
        padding: 0;
        position: relative;
        top: 0;
        transform: inherit;
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

    .banner-area .content-box.video-popup .content a {
        margin-top: 30px !important;
    }

    .banner-area .video-play-button.video-inline i {
        position: relative;
        text-align: center;
        top: 20px;
        width: 100%;
        padding-left: 3px;
    }

    .banner-area .video-play-button.video-inline::before,
    .banner-area .video-play-button.video-inline::after {
        height: 60px;
        width: 60px;
    }

    .banner-area .item-cell .item {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .banner-area.text-small .content h1 {
        font-weight: normal;
        color: #120f0f;
        font-size: 26px; margin-bottom: 3px;
        line-height: 32px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
    }


    .banner-area.text-small .content h2 {
        font-weight: 600;
        color: #002d58;
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }


    .banner-area.text-small .content h3 {
        font-weight: normal;
        color: #120f0f;
        font-size: 26px; margin-bottom: 0;
        line-height: 35px;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
    }

    .banner-area.text-small .content a {
        margin-top: 15px;
    }

#particles-js,
#ripple {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Banner Content */
.banner-area .video-play-button {
    color: #ff5a6e !important;
    display: block;
    font-size: 32px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: 25px;
    width: 80px;
    z-index: 10;
}

    .banner-area .video-play-button i {
        padding-left: 5px;
        position: relative;
    }

.banner-area .double-items .content.inc-video a.video-inline.video-play-button {
    display: inline-block;
    left: 10px;
    top: -5px;
}

    .banner-area .double-items .content.inc-video a.video-inline.video-play-button i {
        color: #ffffff;
        margin-left: -14px;
        text-align: center;
    }


.banner-area .video-play-button.item-center {
    line-height: 80px;
    margin: auto;
}

    .banner-area .video-play-button.item-center i {
        left: 25px;
        position: absolute;
        top: 23px;
    }


.banner-area.text-small .video-play-button::before {
    left: 15px;
    background-color: #ff5a6e;
}

.banner-area.text-small .video-play-button::after {
    left: 15px;
    background-color: #ff5a6e;
}

.banner-area.text-small .content p {
    color: #000;
    line-height: 24px;
    text-transform: none;
    font-weight: 500;
}

.banner-area.text-small.text-light .content p {
    color: #ffffff;
}

.banner-area.bg-theme.text-dark .content p {
    color: #323a45;
}

.banner-area.auto-height .content-box .banner-carousel .owl-dots {
    bottom: 20px;
    margin: 0;
    min-height: auto;
    position: absolute;
    text-align: center;
    width: 100%;
}


    .banner-area.auto-height .content-box .banner-carousel .owl-dots span {
        background: #ffffff none repeat scroll 0 0;
        border: 3px solid #ff5a6e;
        height: 15px;
        width: 15px;
    }

    .banner-area.auto-height .content-box .banner-carousel .owl-dots .owl-dot.active span {
        background: #fcca32 none repeat scroll 0 0;
    }


.banner-area .form-info {
    overflow: hidden;
    padding: 20px;
    position: relative;
    background: #FFF;
    border: solid 1px #fcca32;
    border-radius: 10px;
    text-align: center;
}

    .banner-area .form-info::after {
        background: #323a45 none repeat scroll 0 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.banner-area.shadow.dark .form-info::after {
    background: #ffffff none repeat scroll 0 0;
}

.banner-area .form-info h2 {
    line-height: 1.3;
    font-size: 30px;
    font-weight: 500;
    color: #120f0f;
    margin: 10px 0 20px 0px;
}

.banner-area.shadow.dark .form-info h2 {
    color: #323a45;
}

.banner-area .form-info h2 span {
    color: #ff5a6e;
    font-weight: 900;
}

.banner-area .form-info button {
    background: #fcca32 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #002d58;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
    width: 100%;
    margin: 10px 0 10px 0px;
}

.banner-area.text-normal .content h1 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.banner-area.text-normal .content span {
    color: #ff5a6e;
}

.banner-area.text-normal .content a {
    margin-top: 15px;
}

.banner-area p {
    font-size: 18px;
    line-height: 30px;
}

.form.shadow-light form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.2);
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
    padding: 0;
    color: #323a45;
}

    .form.shadow-light form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #323a45 !important;
        opacity: 1;
    }

    .form.shadow-light form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #323a45 !important;
        opacity: 1;
    }

    .form.shadow-light form input::-ms-input-placeholder {
        /* IE 10+ */
        color: #323a45 !important;
        opacity: 1;
    }


/* ============================================================== 
     # We Offer 
=================================================================== */

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.online-approach .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.online-approach .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #fcca32 none repeat scroll 0 0;
    border-color: #fcca32;
}

.online-approach .item {
    overflow: hidden;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.online-approach.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 67px 40px 64px;
    min-height: 420px;
}

    .online-approach.text-center .item i {
        background: #fcca32 none repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        font-size: 40px;
        height: 80px;
        line-height: 80px;
        position: relative;
        text-align: center;
        width: 80px;
        z-index: 1;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        margin-bottom: 25px;
    }

        .online-approach.text-center .item i::after {
            border: 2px solid #ff5a6e;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            content: "";
            height: 90px;
            left: -5px;
            position: absolute;
            top: -5px;
            width: 90px;
            z-index: -1;
            transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
        }

.online-approach.item-border-less .item {
    border: medium none;
}

.online-approach .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.online-approach.item-border-less .item .number {
    font-family: "Poppins",sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.online-approach.center-active .single-item:nth-child(2n) .item {
    background: #fcca32 none repeat scroll 0 0;
}

    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
    .online-approach.center-active .single-item:nth-child(2n) .item i,
    .online-approach.center-active .single-item:nth-child(2n) .item h4,
    .online-approach.center-active .single-item:nth-child(2n) .item p {
        color: #ffffff;
    }

.online-approach .item i {
    color: #ff5a6e;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.online-approach .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}



.online-approach .item p {
    margin: 0;
}

.online-approach .item img {
    width: 60px;
    height: 60px;
    margin: auto;
}

.online-approach .item i,
.online-approach .item h4,
.online-approach .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    color: #FFF;
    font-size: 17px;
    line-height: 19px;
    margin-top: 10px;
}

.online-approach .item::after {
    background: #fcca32 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.online-approach .item:hover::after {
    left: 0;
    background: #fff !important;
}

.online-approach .item:hover i,
.online-approach .item:hover h4,
.online-approach .item:hover p {
    color: #000 !important;
}

.online-approach.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.online-approach.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #ff5a6e !important;
}

.online-approach.text-left .item i {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

    .online-approach.text-left .item i::after {
        border: 2px solid #ff5a6e;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 120px;
        left: -10px;
        position: absolute;
        top: -10px;
        width: 120px;
    }

/* ============================================================== 
     # Work List 
=================================================================== */

.why-amity .nav-pills li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
}

.why-amity .tab-navigation {
    display: block;
    height: auto;
    margin-bottom: 30px;
    min-height: auto;
}

.why-amity .nav-pills li a {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    color: #323a45;
    display: inline-block;
    font-weight: 600;
    margin: 0 5px;
    padding: 10px 40px;
    text-transform: uppercase;
}

.why-amity .nav-pills li.active a {
    background: #ff5a6e none repeat scroll 0 0;
    color: #ffffff;
}

.why-amity .overview-items.vertical .tab-navigation,
.why-amity .overview-items.vertical .tab-content {
    display: table-cell;
    vertical-align: top;
}

.why-amity .overview-items.vertical .tab-navigation {
    background: #edf5ff none repeat scroll 0 0;
    min-width: 200px;
    overflow: inherit;
    padding: 30px 50px;
}

    .why-amity .overview-items.vertical .tab-navigation li {
        display: block;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
    }

        .why-amity .overview-items.vertical .tab-navigation li:last-child {
            margin-bottom: 0;
        }

.why-amity .overview-items .item .info h3,
.why-amity .overview-items .item .info h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.why-amity .thumb {
    padding-right: 25px;
    position: relative;
    z-index: 1;
}

.why-amity.include-arrow .thumb::after {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ffffff;
    border-top: 20px solid transparent;
    content: "";
    margin-top: -20px;
    position: absolute;
    right: 25px;
    top: 50%;
}

.why-amity.bg-gray .thumb::after {
    border-right: 20px solid #f9f9f9;
}

.why-amity .single-item.reverse .thumb::after {
    display: none;
}

.why-amity.include-arrow .single-item.reverse .thumb::before {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-top: 20px solid transparent;
    content: "";
    margin-top: -20px;
    position: absolute;
    left: 25px;
    top: 50%;
}

.why-amity.bg-gray .single-item.reverse .thumb::before {
    border-left: 20px solid #f9f9f9;
}

.why-amity .info ul {
    display: block;
    margin-top: 25px;
}

    .why-amity .info ul li {
        border-bottom: 1px solid #e7e7e7;
        display: block;
        font-size: 32px !important;
        line-height: 50px;
        padding-left: 35px;
        position: relative;
        z-index: 1;
    }

        .why-amity .info ul li::before {
            border: 2px solid;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            color: #fff;
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-size: 12px;
            font-weight: 600;
            height: 25px;
            left: 0;
            line-height: 22px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 25px;
        }

        .why-amity .info ul li:last-child {
            margin: 0;
            padding-bottom: 0;
            border: none;
        }


.why-amity .info h4 {
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 26px;
    text-transform: capitalize;
    color: #FFF;
}

.why-amity .info a {
    margin-top: 30px;
}

.overview-items.solid-items .single-item {
    margin-bottom: 80px;
    overflow: hidden;
}

    .overview-items.solid-items .single-item p {
        font-size: 18px;
        color: #FFF;
    }

    .overview-items.solid-items .single-item:last-child {
        margin-bottom: 0;
    }

.why-amity .tab-content .info li h4 {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.overview-items .single-item.reverse .thumb {
    float: right;
    padding-left: 25px;
    padding-right: 15px;
}

/* ============================================================== 
     # Blog 
=================================================================== */

.blog-area .blog-items.blog-carousel {
    margin-bottom: -8px;
}

.blog-area .blog-items .item {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    margin-bottom: 30px;
    min-height: 550px;
}

.blog-area.full-width .blog-items .item {
    margin-bottom: 0;
}

.blog-area .blog-items .info {
    padding: 20px;
}

.blog-area.full-width .blog-items .equal-height {
    margin-bottom: 50px;
}

.blog-area .info .meta li {
    color: #999999;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    margin-right: 10px;
}

    .blog-area .info .meta li a {
        color: #999999;
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
    }

    .blog-area .info .meta li i {
        margin-right: 5px;
    }

.blog-area .info .meta {
    margin-bottom: 15px;
}

.blog-area .info a:hover {
    color: #d8a50a;
}

.blog-area .info .meta a:hover {
    color: #ff5a6e;
}

.blog-area .info > a {
    margin-top: 20px;
}



.blog-area .info h2 {
    font-weight: 600;
    line-height: 22px;
    text-transform: none;
    font-size: 22px;
    color: #002d58;
    margin: 0;
}


.blog-area .info h3 {
    font-weight: 300;
    line-height: 13px;
    text-transform: capitalize;
    font-size: 13px;
    color: #002d58;
    padding-top: 8px;
}

.blog-area .info p {
    min-height: 85px;
}

blockquote {
    border-left: 3px solid #ff5a6e;
    color: #323a45;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

.blog-area .item .thumb {
    position: relative;
    z-index: 1;
}

    .blog-area .item .thumb .tags {
        bottom: 15px;
        left: 30px;
        position: absolute;
    }

        .blog-area .item .thumb .tags a {
            background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
            color: #ffffff;
            float: left;
            font-size: 20px;
            margin-right: 5px;
            padding: 2px 15px;
            text-align: center;
            text-transform: uppercase;
            z-index: 1;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

.more-btn {
    background: #ffffff none repeat scroll 0 0;
    color: #fcca32;
    font-weight: 600;
    padding-left: 11px;
    text-transform: uppercase;
}


.blog-area .read-more {
    position: relative;
    text-align: right;
    z-index: 1;
    margin-top: 15px;
}


    .blog-area .read-more a::after {
        background: #e7e7e7 none repeat scroll 0 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: -1;
    }

.blog-area.single .form-group.submit {
    margin-bottom: 0;
}

/* Pagination */

.blog-area .pagi-area {
    margin-bottom: -10px;
}

    .blog-area .pagi-area .pagination {
        margin: 0;
    }

        .blog-area .pagi-area .pagination a {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            color: #323a45;
            font-weight: 600;
            margin-right: 10px;
            margin-top: 5px;
            padding: 15px 25px;
        }

        .blog-area .pagi-area .pagination li.active a {
            background-color: #ff5a6e;
            color: #ffffff;
            border: 1px solid transparent;
        }

.blog-area.single .post-tags a {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    margin: 5px 10px 5px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

    .blog-area.single .post-tags a::after {
        content: ",";
        font-size: 20px;
        position: absolute;
        right: -5px;
        top: 0;
    }

    .blog-area.single .post-tags a:last-child::after {
        display: none;
    }

.post-tags {
    display: block;
    padding-top: 10px;
    width: 100%;
}

    .post-tags span {
        display: inline-block;
        font-family: "Montserrat",sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-right: 15px;
        text-transform: capitalize;
    }

.blog-area.full-blog.single-blog .blog-items .info {
    margin: 0;
    padding: 30px 0 0;
}

.blog-area .blog-items.blog-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.blog-area .blog-items.blog-carousel .owl-dots .owl-dot.active span {
    background: #fcca32 none repeat scroll 0 0;
    border-color: #ff5a6e;
    cursor: default;
}

.blog-area.single .post-pagi-area {
    border-top: 1px solid #e7e7e7;
    margin-top: 25px;
    overflow: hidden;
    padding-top: 30px;
}

    .blog-area.single .post-pagi-area a {
        border: 1px solid #e7e7e7;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        color: #323a45;
        display: inline-block;
        font-weight: 400;
        padding: 5px 25px;
        text-transform: uppercase;
    }

blockquote {
    border-left: 3px solid #ff5a6e;
    color: #323a45;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0;
    padding: 0 0 0 15px;
}

.blog-area.single .post-pagi-area a:hover {
    color: #ff5a6e;
}

.blog-area.single .post-pagi-area a:last-child {
    float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px;
}

.blog-area.single .blog-content .item-box {
    margin-bottom: 0;
}

    .blog-area.single .blog-content .item-box .form-group.submit {
        margin-bottom: 0;
    }





ul.widget {
    float: left;
    width: 100%;
    margin: 0 0 10% 0;
    padding: 0px;
    list-style-type: none;
    padding: 0;
}

    ul.widget li {
        width: 100%;
        float: left;
        clear: both;
        display: block;
        background: url(../images/degree.jpg) no-repeat 0 6px;
        padding-left: 35px;
        text-decoration: none;
        display: block;
        font-size: 17px;
        color: #0b0c0c;
        margin-top: 5px;
        text-align: left;
    }

        ul.widget li:nth-child(2) {
            width: 100%;
            float: left;
            clear: both;
            display: block;
            background: url(../images/duration.jpg) no-repeat 0 6px;
            padding-left: 35px;
            text-decoration: none;
            display: block;
            font-size: 17px;
            color: #0b0c0c;
            margin-top: 5px;
            text-align: left;
        }

        ul.widget li:nth-child(3) {
            width: 100%;
            float: left;
            clear: both;
            display: block;
            background: url(../images/mode.jpg) no-repeat 0 6px;
            padding-left: 35px;
            text-decoration: none;
            display: block;
            font-size: 17px;
            color: #0b0c0c;
            margin-top: 5px;
            text-align: left;
        }




.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.comments-list .commen-item .avatar {
    float: left;
    height: 100px;
    width: 100px;
}

.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top;
}

.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px;
}

.comments-list .commen-item {
    margin-bottom: 30px;
}

.comments-area {
    margin-top: 30px;
}

    .comments-area .comments-title h2,
    .comments-area .comments-title h3,
    .comments-area .comments-title h4 {
        border-bottom: 1px solid #e2e2e2;
        font-weight: 600;
        margin-bottom: 30px;
        padding-bottom: 15px;
        text-transform: capitalize;
    }

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.comments-info a {
    color: #323a45;
    display: inline-block;
    font-size: 12px;
    padding: 1px 10px;
    text-transform: uppercase;
}

    .comments-info a:hover {
        color: #ffffff;
    }

    .comments-info a i {
        margin-right: 10px;
    }

.comments-form input, .comments-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
}

.comments-form textarea {
    min-height: 150px;
}

.comments-form button {
    background-color: #ff5a6e;
    border: 1px solid #ff5a6e;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
    padding: 9px 35px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .comments-form button:hover {
        color: #ffffff;
        background-color: #323a45;
        border: 1px solid #323a45;
    }

.comments-area .commen-item .comments-info {
    margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.blog-area .contact-comments .comments {
    margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
     background: url(../../index.html) center no-repeat #fff; 
    text-align: center;
}


/* ============================================================== 
     # Demo 
=================================================================== */
.demo-area .single-item {
    box-shadow: 0 0 10px #cccccc;
    position: relative;
    z-index: 1;
}

.demo-area .item {
    margin-bottom: 50px;
}

.demo-area .single-item .info {
    background: #f3f6f8 none repeat scroll 0 0;
    color: #333;
    padding: 15px 10px;
    text-align: center;
}

    .demo-area .single-item .info h4 {
        color: #333;
        font-weight: 600;
        margin: 0;
        text-transform: capitalize;
    }

.banner-area .demo-banner h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.banner-area .demo-banner img {
    height: auto;
    margin-bottom: 20px;
    max-height: 150px;
}

.demo-area .def-heading h2 {
    font-weight: 900;
    margin: 30px 0;
    text-transform: uppercase;
    color: #333333;
}

.demo-footer {
    padding-bottom: 80px;
}

    .demo-footer .footer-bottom {
        margin-top: 0;
    }

.site-heading.margin-top {
    margin-top: 50px;
}


.introduction-area h2 span {
    color: #fd0060;
}

.introduction-area h4 {
    font-weight: 300;
    line-height: 30px;
}

.introduction-area h2 {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

    .introduction-area h2::before {
        background: #fd0060 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        width: 50px;
    }

    .introduction-area h2::after {
        background: #ffffff none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -40px;
        position: absolute;
        width: 25px;
    }

footer.demo .copyright {
    margin-top: 15px;
}

.demo-area .comming-soon.item img {
    opacity: 0.3;
}

.banner-area.demo-banner {
    padding: 50px 0;
}

 .why_choose {
    background: url(../../index.html) no-repeat center top;
} 

.why_choose {
    color: #fff;
}



.partner {
    background: #fff;
}


.alumnusList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 3%;
}

    .alumnusList li {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: calc((100% - 120px) / 6);
        /*background-color: #f8fafc;
	border: 1px solid #e3ebf3;*/
        margin-bottom: 15px;
        margin-right: 15px;
        padding: 5px 0;
    }

        .alumnusList li:nth-child(7n) {
            margin-right: 0;
        }

        .alumnusList li img {
            width: 100%;
        }



.site-heading2 {
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: -5px;
}

    .site-heading2 h3 {
        display: block;
        font-weight: 600;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 42px;
        line-height: 42px;
        color: #002d58;
    }


#overview {
    padding: 70px 0 0 0px;
}

.overview {
    text-align: center;
    border-bottom: solid 2px #d4d4d4;
    padding-bottom: 30px;
}

    .overview p {
        font-size: 17px;
        color: #120f0f;
    }


#learning {
    background: url(../images/learning-pedagogy.jpg) no-repeat center top;
    background-size:cover;
}

#benefits {
    padding: 100px 0 50px 0px;
}

.additional_benefits {
    text-align: center;
    margin-top: 20px;
}

    .additional_benefits h1 {
        font-size: 22px;
        color: #000;
        font-weight: 600;
    }

    .additional_benefits p {
        font-size: 17px;
        line-height: 22px;
        color: #000;
    }

    .additional_benefits img {
        margin: auto;
        margin-bottom: 20px;
    }

#about {
    padding: 70px 0 50px 0px;
    background: url(../images/about-bg.jpg) repeat-x center top;
}

.common_wide {
    text-align: center;
    margin-top: 20px;
}

    .common_wide p {
        font-size: 17px;
        line-height: 22px;
        color: #000;
    }


#partners {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    background: #FFF;
    padding-bottom: 50px;
}

#copyright {
    background: #454545;
    height: 60px;
    text-align: center;
    padding: 20px 0 0 0px;
}

    #copyright p {
        font-size: 16px;
        color: #FFF;
    }



.btn {
    border-radius: 5px !important;
    background-color: #f8c301;
    padding: 0 20px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
    border: none;
    font-weight: 700;
    margin: auto;
    margin-top: 2%;
}

    .btn:hover {
        background-color: #01458E;
        color: #fff;
    }


/*MOdal Popup*/
.modal {
    right: -17px;
    top: 20%;
}

.modal-open {
    padding-right: 0 !important;
    overflow: auto;
}

.modal.in {
    padding-right: 0 !important;
}

.modal-content {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 0;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    border: none;
    overflow: hidden;
}

    .modal-content .close {
        background-color: transparent;
        opacity: 1;
        padding: 0;
        line-height: normal;
        margin-top: 0;
        position: absolute;
        right: 15px;
        z-index: 99;
        top: 10px;
    }

        .modal-content .close:hover, .modal-content .close:focus {
            color: #fff;
            opacity: 1;
        }

.modal-dialog {
    max-width: 600px;
    width: 90%;
    margin: 10px auto 0;
}

.modal-body {
    float: left;
    width: 100%;
    padding: 30px;
}

    .modal-body h1 {
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
        font-weight: normal;
        margin-top: -20px;
        border-bottom: solid 1px #CCCCCC;
        padding-bottom: 10px;
        font-size: 28px;
    }

.modal-backdrop.in {
    opacity: .70;
}

.enroll_modal .modal-body {
    padding-top: 50px;
}

.enroll_modal .modal-dialog {
    max-width: 400px;
}

.enroll_modal .form-control {
    height: 40px;
    border: 1px solid #cecece;
    font-size: 13px;
}

.enroll_modal .form-group {
    position: relative;
}

.enroll_modal label {
    padding-left: 22px;
    font-size: 13px;
    color: #333;
}

    .enroll_modal label a {
        color: #ec1d07;
        text-decoration: underline;
    }

        .enroll_modal label a:hover {
            text-decoration: none;
        }

.enroll_modal .btn {
    width: 100%;
}



/*OWl Slider Css here*/

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;
     background:url(../../index.html) no-repeat; 
    cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* Section Gallery
--------------------------------*/
#gallery{
  margin-top:72px;
}

#gallery .carousel-wrap {
  margin: 20px auto;
  padding: 0 5%;
  position: relative;
}

#gallery .owl-carousel .item {
  position: relative;
  z-index: 100; 
   
}
#gallery .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

#gallery .owl-nav i {
  font-size: 52px;
  color:#11416F;
}

#gallery .owl-nav .owl-prev {
  left: -30px;
}

#gallery .owl-nav .owl-next {
  right: -30px;
}

.banner_mobile{ display:none;}



/* nitin css */ 

.section2a{background:#002d58; padding-top:40px; padding-bottom:30px; text-align:center;}
.section2a .container{padding: 0px 30px;}
.section2a h2{font-size:32px; font-weight:bold; color:#fff; margin-bottom:40px;}
.section2a p{font-size:18px; color:#3c4752;}

.banner-details{
    text-align: center;
    color: #fff;
    border-right:solid 1px #FFF;
    min-height:80px; height: 100px;
}

.banner-details h1{
    font-size:18px !important;
    color:#FFF;
}

.banner-details p{
    font-size:14px !important;
    color:#FFF; line-height: normal;}

.section4{padding-top:40px; padding-bottom:60px; text-align:center; background:#002d58;}
.section4 h2{font-size:32px; font-weight:400 !important; color:#ffffff; margin-bottom:40px;}
.section4 h4{font-size:20px; color:#ffffff; text-align:left; font-weight:bold !important;}
.section4 ul li{font-size:18px;  color:#ffffff; text-align:left; line-height:30px; margin-bottom:10px;}

.card {
 background-color: #fff;
 color: #242c41;
 max-width: 100%;
 position: relative;
 border:solid 1px #FFF;
}

.card {
 padding: 2rem;
 border-radius: .2rem;
}
.card--testimonial{
  background:url(../../index.html) no-repeat; 
 background-position-x: 0%;
 background-position-y: 0%;
 background-position: 2rem 2rem;
}

.card{
 padding-top: 3.2rem;
 min-height: 13rem;
}
.card--testimonial .content{
 color: #e8e8e8;
 font-size: 15px;
 line-height: 2rem;
 min-width: 4rem;
}

.card--testimonial .content::before{
    position:absolute;
    content: "";
    background:url(/public/lp/img/testimonial-quote.png) no-repeat;
    height:40px;
    top: 20px;
    left: 5%;
    width: 200px;
}


.card--testimonial .content::after{
    position:absolute;
    content: "";
    background:url(/public/lp/img/testimonial-quote2.png) no-repeat;
    height:40px;
    bottom: 30%;
    right: 0%;
    width: 150px;
}

.card--testimonial .subtitle{
 font-size: 13px; 
 color: #f1f1f0;
 font-weight: 400;
 margin: 0;
}

.card--testimonial .title{
 font-size: 16px; 
 color: #45eade;
 font-weight: 400;
 margin-bottom: 0;
}

.section5{padding-top:40px; padding-bottom:80px;}
.section5 h2{font-size:32px; font-weight:bold; color:#3c4752; margin-bottom:40px;text-align:center;}
.section5 .clear{clear:both;}
.section5 .imgleft img{width:80% !important;}
.section5 .imgright img{width:80% !important;}
.section5 .col-md-5{margin-bottom:40px;}
.section5 .col-md-7{margin-bottom:40px;}
.section5 .col-md-7 h3{font-size:22px; font-weight:bold; color:#3c4752;}
.section5 .col-md-7 p{font-size:18px; color:#3c4752;}
.section5 .owl-prev{position:absolute; top:100%; left:47%; background:#002d58 !important; color:#fff !important; width:30px; height:30px; border-radius:50% !important; padding-top:8px !important; font-size:12px !important;}
.section5 .owl-next{position:absolute; top:100%; left:52%; background:#002d58 !important; color:#fff !important; width:30px; height:30px; border-radius:50% !important; padding-top:8px !important; font-size:12px !important; padding-left:2px;}
.imgright{text-align:right}
.section5 .owl-carousel .owl-item img{display:inline-block !important}

.mentors{ text-align:center; margin:0 0 0px 0px; padding:30px 10px 0 10px; margin-bottom:0px;}
.mentors p{ font-size:18px; line-height:22px; color:#000; margin:10px 0 0 0px;}
.mentors span{ font-size:15px; line-height:18px; color:#7d7d7d; margin:5px 0 0 0px;}
.mentors img{ width:120px !important;}

.section8{padding-top:80px; padding-bottom:100px; background: #ECE9E6;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);}
.section8 h2{font-size:32px; font-weight:bold; color:#3c4752; margin-bottom:40px;text-align:center;}
.section8 .col-md-2 img{width:100%;}
.section8 img{margin-bottom:30px;}
.section8 .owl-prev{position:absolute; top:100%; left:47%; background:#002d58 !important; color:#fff !important; width:30px; height:30px; border-radius:50% !important; padding-top:8px !important; font-size:12px !important;}
.section8 .owl-next{position:absolute; top:100%; left:52%; background:#002d58 !important; color:#fff !important; width:30px; height:30px; border-radius:50% !important; padding-top:8px !important; font-size:12px !important; padding-left:2px;}

.section2{background:#fff; padding-top:40px; padding-bottom:40px; text-align:center;}
.section2 .container{padding: 0px 120px;}
.section2 h2{font-size:32px; font-weight:bold; color:#3c4752; margin-bottom:40px;}
.section2 p{font-size:18px; color:#3c4752;}

.highlights{ text-align:center; margin:0 0 30px 0px; min-height:190px; -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);-moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease; background:#FFF; border-radius: 10px 10px 0 0; padding:30px 10px 0 10px;}
.highlights p{ font-size:18px; line-height:22px; color:#000; margin:10px 0 0 0px;}

.highlights:hover{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px); -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);-moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);}

.section5{padding-top:40px; padding-bottom:80px;}
.section5 h2{font-size:32px; font-weight:bold; color:#3c4752; margin-bottom:40px;text-align:center;}
.section5 .clear{clear:both;}
.section5 .imgleft img{width:80% !important;}
.section5 .imgright img{width:80% !important;}
.section5 .col-md-5{margin-bottom:40px;}
.section5 .col-md-7{margin-bottom:40px;}
.section5 .col-md-7 h3{font-size:22px; font-weight:bold; color:#3c4752;}
.section5 .col-md-7 p{font-size:18px; color:#3c4752;}
.section5 .owl-prev{position:absolute; top:100%; left:47%; background:#1a535c ; color:#fff; width:30px; height:30px; border-radius:50%; padding-top:6px; font-size:12px;}
.section5 .owl-next{position:absolute; top:100%; left:52%; background:#1a535c ; color:#fff; width:30px; height:30px; border-radius:50%; padding-top:6px; font-size:12px; padding-left:2px;}
.imgright{text-align:right}
.section5 .owl-carousel .owl-item img{display:inline-block !important}

.section7{padding-top:40px; padding-bottom:40px;}
.section7 h2{font-size:32px; font-weight:bold; color:#3c4752; margin-bottom:40px;text-align:center;}
.section7 .col-md-5 img{width:75%;}
.section7 .col-md-7 p{font-size:16px; color:#3c4752; line-height:30px; margin-top:80px;}

@media screen and (max-width:991px){

.banner-details{margin-bottom: 20px; border:none;}
.section5 .owl-prev{left: 40%;}
.section8 .owl-prev{left: 40%;}
#copyright{height: 80px;}
.section2 .container{padding: 0}
.imgright{text-align: left}
.section5 .col-md-5{margin-bottom: 0}

}

/* nitin css*/

