@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@600;700&family=Raleway:wght@300;400;500&display=swap');

/*     font-family: 'Exo 2', sans-serif;   */

html {
    scroll-behavior: smooth;
}

body {
    padding: 0%;
    margin: 0%;
    font-family: 'Nexa-light';
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px
}

@font-face {
    font-family: 'Nexa-light';
    src: url('../fonts/NexaLight.eot');
    src: url('../fonts/NexaLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NexaLight.woff2') format('woff2'),
        url('../fonts/NexaLight.woff') format('woff'),
        url('../fonts/NexaLight.ttf') format('truetype'),
        url('../fonts/NexaLight.svg#NexaLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa-bold';
    src: url('../fonts/NexaBold.eot');
    src: url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NexaBold.woff2') format('woff2'),
        url('../fonts/NexaBold.woff') format('woff'),
        url('../fonts/NexaBold.ttf') format('truetype'),
        url('../fonts/NexaBold.svg#NexaBold') format('svg');
    font-weight: bold;
    font-style: normal;
}



.font-small-1 {
    font-size: .9rem !important
}

.font-medium-1 {
    font-size: 1.1rem !important
}

.font-large-2 {
    font-size: 1.5rem !important
}

.font-light {
    font-weight: 500;
}

.font-bold {
    font-weight: 600;
}

.orange {
    color: #f05e04;
}

.white {
    color: #fff !important;
}


.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}



.navbar .navbar-brand img {
    max-height: 40px;
    margin-right: 6px;
}

/* **** BANNER PATTERN **** */
.pattern {
    position: relative;
    background-color: #070e21;
    background-image: linear-gradient(315deg, #0b0a2b 0%, #143c80 74%);
}

.pattern:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 367px;
    /*	background: url(https://media.geeksforgeeks.org/wp-content/uploads/20200326181026/wave3.png); */
    background: url(../images/Wave_White_bottom_left_shape.png);
    background-size: cover;
    background-repeat: no-repeat;
}


/* **** NAV BRAND **** */
.navbar-brand {
    color: #fff;
    font-size: 25px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    font-size: 95%;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #f05e04;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    border-top: 3px solid #f05e04;
}

/*
.dropdown-item:hover {
    background-color: #fed136;
    color: #fff;
}
*/

/*
nav {
    -webkit-transition: padding-top .3s, padding-bottom .3s;
    -moz-transition: padding-top .3s, padding-bottom .3s;
    transition: padding-top .3s, padding-bottom .3s;
    border: none;
}
*/

.modal-header .close {
    padding: 0;
    margin: -1rem -1rem -1rem auto;
    background: #f05e04;
    border-radius: 25%;
    width: 35px;
    height: 35px;
    margin-top: 0px;
    margin-right: 0px;
    text-align: center;
    vertical-align: middle;
}

.close {
    font-size: 2rem;
    text-shadow: 0 1px 0 #000;
    color: #fff;
    opacity: 9;
}

.thanks h3 {
    font-size: 16px;
    font-weight: bold;
}

.thanks h2 {
    font-weight: bold;
    font-size: 20px;
}

.scroll-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.22);
}

#carousel-example-2 .carousel-caption {
    bottom: 0 !important;
    top: 30% !important;
}

#carousel-example-2 .carousel-indicators {
    top: 75% !important;
}

#carousel-example-2 .carousel-indicators .active {
    background-color: #f05e04;
}

#carousel-example-2 .carousel-caption h3 {
    font-family: 'Nexa-light';
    font-size: 300%;
    text-transform: uppercase;
    font-weight: 600;
}
#carousel-example-2 .carousel-caption .subtext{
    font-family: 'Nexa-light';
    font-size: 300%;
    text-transform: lowercase;
    font-weight: 600;
}

#carousel-example-2 .carousel-caption span {
    color: #ff7200;
}

/* **** SERVICES CAROUSEL **** */
.carousel-services {
    background: #d2d8e8;
    /* background: url(../images/Home.png);
    background-size: cover;
    background-repeat: no-repeat; */
}

.carousel-control-next-icon:hover {
    background-image: url(../images/download-hover.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.carousel-control-prev-icon:hover {
    background-image: url(../images/download-hover.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    transform: rotate(180deg);
}

#carouselExampleIndicators {}

#carouselExampleIndicators .carousel-inner .ser-text {
    background: #1d1b4c;
    padding: 10px 10px 10px 25px;
}

#carouselExampleIndicators .carousel-inner .ser-icon {
    color: #fff;
    font-size: 65px;
}

#carouselExampleIndicators .carousel-inner .ser-head {
    font-size: 22px;
    color: #ff8d00;
    font-weight: 600;
    margin: 25px 0;
}

#carouselExampleIndicators .carousel-inner p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 31px
}

.carousel-indicators .active {
    background-color: #f05e04;
}

.our-services .carousel-caption {
    top: 0;
    padding-top: 0;
}

.carousel-services .carousel-inner .ser-text,
.carousel-services .carousel-itinnerem .ser-img {
    min-height: auto;
    height: auto;
}

.our-services .carousel-inner .ser-text .ser-icon img {
    width: 120px;
    height: 90px;
    padding: 5px 0;
    overflow: hidden;
}



.scroll-shrink.navbar ul li a {
    color: #012970 !important;
}

.scroll-shrink.navbar-dark .navbar-brand {
    color: #012970 !important;
}

.scroll-shrink.navbar-dark .navbar-nav .nav-link.active {
    color: #f05e04 !important;
}

.navbar-dark .navbar-toggler {
    background: #f05e04;
}



.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #f05e04;
}



/* **** OFFER SECTION */
.se-offer {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px
}

/* **** Button **** */

.btn-xs {
    padding: 16px 13px !important;
    font-size: .785rem;
    line-height: .5;
    border-radius: .2rem;
}

.btn a {
    color: inherit;
}

.btn a:hover {
    text-decoration: none;
}

.btn {
    padding: 10px 25px;
    font-weight: 600;
    letter-spacing: 1px
}

.btn-rounded {
    border-radius: 10em;
}

.btn-primary {
    background-color: #0e2258;
    border-color: #0e2258;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover {
    background-color: #f05e04;
    border-color: #f05e04;
}

.btn-primary:focus {
    color: #fff;
    background-color: #f05e04;
    border-color: #f05e04;
    box-shadow: 0 0 0 0.2rem rgb(247 219 219);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(247 219 219);
}


.btn-light:hover {
    color: #fff;
    background-color: #f05e04;
    border-color: #f05e04;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #f05e04;
    border-color: #f05e04;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(247 219 219);
}

.btn-warning {
    color: #fff;
    background-color: #f05e04;
    border-color: #f05e04;
}

.btn-warning:hover {
    color: #fff;
    background-color: #0e2258;
    border-color: #0e2258;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #0e2258;
    border-color: #0e2258;
    box-shadow: 0 0 0 0.2rem rgb(14 34 88 / 50%);
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #0e2258;
    border-color: #0e2258;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(14 34 88 / 50%);
}


.btn-info {
    color: #fff;
    background-color: #f05e04;
    border-color: #f05e04;
}

.btn-info:hover {
    color: #fff;
    background-color: #515d84;
    border-color: #515d84;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #515d84;
    border-color: #515d84;
    box-shadow: 0 0 0 0.2rem rgb(106 116 152 / 90%);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #515d84;
    border-color: #515d84;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(106 116 152 / 90%);
}



.btn-outline-white {
    border-color: #FFF;
    background-color: transparent;
    color: #FFF
}

.btn-outline-white:hover {
    background-color: #FFF;
    color: #0e2258 !important
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}

/* ***** CIRCLE SHAPE **** */
.circle-outer {
    position: relative;
    padding: 0;
    margin: 1em auto;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
}

.circle {
    position: absolute;

    padding: 0;
    margin: 1em auto;
    width: 580px;
    height: 580px;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
    left: -70px;
    top: -95px;
}

li {}

.circle li .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 48%;
    transform-origin: 0% 100%;
}

.circle-outer .content {
    position: absolute;
    z-index: 30;
    text-align: center;
    width: 200px;
}

.circle-outer .content .icon {
    font-size: 60px;
    color: #fff;
}

.circle .content p {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding-top: 15px;
    width: 86%;
    text-align: center;
}

.content.first {
    left: 15%;
    top: 25%;
}

.content.second {
    right: 15%;
    top: 25%
}

.content.third {
    bottom: 25%;
    left: 15%;
}

.content.four {
    bottom: 25%;
    left: 51%;
}

.circle li:first-child .background {
    transform: rotate(0deg) skewY(0deg);

}

.circle li:nth-child(2) .background {
    /*   transform: rotate(180deg) skewY(30deg);*/
    transform: rotate(180deg) skewY(0deg);
    border: 2px solid #fff
}

.circle li:nth-child(3) .background {
    transform: rotate(270deg) skewY(0deg);
    border: 3px solid #fff;
}

.circle li:nth-child(4) .background {
    transform: rotate(90deg) skewY(0deg);
    border: 2px solid #fff;
}

.circle li:first-child .background {
    background-color: #edf6fb;
    background-image: url('../images/illustrator-01.png');
    background-position: left bottom;
    display: block;
    background-repeat: no-repeat;
}

.circle li:nth-child(2) .background {
    background-image: url('../images/illustrator-02.png');
    background-position: bottom center;
    display: block;
    background-repeat: no-repeat;
    background-color: #edf6fb;
}

.circle li:nth-child(3) .background {
    background-color: #f05e04;
}

.circle li:nth-child(4) .background {
    background-color: #f05e04;
}

/* ***** who we are ***** */
.feature {
    margin: 30px 0px 30px;

}

.fc-bg-01 {
    background: #def7f3;
}

.fc-bg-02 {
    background: #fce7e7;
}

.fc-bg-03 {
    background: #dbeffd;
}

.feature-circle {
    display: inline-block;
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 6px;
    color: #fff;
    float: left;
    margin-right: 25px;
    border-radius: 10px;
}

.feature-circle i {
    font-size: 45px;
    padding-top: 9px;
    color: #f05e04;
}

.feature-description {
    margin-left: 65px;
}

.feature h4 {
    font-size: 16px;
    color: #f05e04;
    font-family: 'Nexa-light';
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.feature p {
    font-size: 14px;
    color: #565969;
    font-weight: 600;
    margin-bottom: 0;
}

/* **** Main Title **** */
.section-title-wrapper {}

.section-title-wrapper .sub-title {
    color: #f05e04;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px
}

.section-title-wrapper .section-title {
    color: #0D1E50;
    font-size: 20px;
    font-weight: 600;
}

.section-title-wrapper .title-wrap>*.sub-title:before {
    content: "\\";
    margin-right: 5px;
}

.section-title-wrapper .title-wrap>*.sub-title:after {
    content: "\\";
    margin-left: 5px;
}

/* **** Overlap Images **** */
.img-overlap {
    position: relative;
    width: 300px;
    height: 300px;
}

.img1 {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}

.img2 {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 211px;
    left: 150px;
}

.img1,
.img2 {
    border: 2px solid #f05e04;
    border-radius: 10px;
    background: #fff;

}

.bg-card {
    background-image: url('../images/ser-bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.card-me-6 {
    margin-left: 17rem;
    margin-right: 0rem;
}

.bg-card .card-title {
    color: #f05e04;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600
}

.bg-card .card-text {
    font-weight: 600;
    font-size: 14px;
}

.card-mt-5 {
    margin-top: 4rem !important
}


.bg-card .card:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
}




.services-bg {
    background-image: url('../images/services-bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-bg .item .icon {
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.services-bg .item .icon i {
    display: inline-block;
    font-size: 50px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    /*    background: #2eacfc;*/
    color: #ffffff;
}

.services-bg .item h4 {
    font-weight: 600;
    font-size: 18px;
}

.services-bg .item p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.services-bg .item a {
    color: #f35a38;
    outline: none;
    text-decoration: none;
}

.services-bg .item a:hover {
    color: #fff;
}

.services-bg .item span.mail a {
    color: #00e7ff;
    outline: none;
    text-decoration: none;
    font-weight: bold;
}

.services-bg .item span.mail a:hover {
    color: #fff;
}

/*
.services-bg .single-item:nth-child(2n) .item .icon i {
    background: #ea4c89;
}
.services-bg .single-item:nth-child(3n) .item .icon i {
    background: #3578ff;
}
.services-bg .single-item:nth-child(4n) .item .icon i {
    background: #f67741;
}
*/

.sec-pro .card .card-title {
    font-weight: 600;
}

.sec-pro .card:hover,
.products .card:hover {
    border-color: rgba(165, 176, 206);
    box-shadow: 0px 0px 10px 2px rgba(184, 193, 218);
}

.sec-pro .card,
.products .card {
    transition: border-color 1s, box-shadow 0.5s;
}


.sec-pro .card img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.sec-pro .card:hover img {
    transform: scale(1.05);
}

/* .sec-pro .card:hover .btn{
    background-color: #f05e04;
    border: 1px solid #f05e04;
} */

.products .item-category {
    background-color: #e0e2e7;
    color: #1d1b4c;
}

.products .item-category {
    font-size: 12px;
    text-transform: uppercase;
    color: #010101;
    font-weight: 600;
    line-height: 30px;
    background-color: #e0e2e7;
    padding: 0 12px;
    display: inline-block;
    margin-bottom: 10px;
}

.products .card-text {
    font-weight: 600;
    font-size: 14px;
}

.products img {
    width: 100%;
    height: 100%;
}

.footer ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo img {
    max-width: 226px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #adadad;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.youtube-bg {
    background: #DD4B39;
}

.insta-bg {
    background: #ff9102;
}

.linked-bg {
    background: #2d67b3;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #adadad;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 0px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #adadad;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.contactus {}

.modal-header {
    border-bottom: 0px solid #dee2e6;
}

.modal-body {
    padding: 0 1rem 1rem;
}


@media only screen and (max-width:768px) {
    .contact {
        margin-bottom: 60px;
    }

    .stm_lms_instructor_info {
        display: inherit !important;
    }

    .our-services .carousel-caption {
        left: 4%;
    }

    #carouselExampleIndicators .carousel-inner .ser-text {
        position: absolute;
        top: 0;
        bottom: -31px;
    }

    #carouselExampleIndicators .carousel-inner .ser-head {
        margin-bottom: 10px;
    }
}

.contact input {
    background: #fff;
    border: 1px solid #888;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    padding: 10px;
    width: 100%;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact textarea {
    background: #fff;
    border: 1px solid #888;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact input:focus {
    background: #fff;
    border: 1px solid #cecece;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

input::placeholder,
textarea::placeholder {
    color: #aaa !important;
}

.contact textarea:focus {
    background: #fff;
    border: 1px solid #cecece;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.form-control::placeholder {
    color: #232434;
    opacity: 1;
}

.btn-contact-bg {
    border-radius: 30px;
    color: #fff;
    outline: medium none !important;
    padding: 15px 27px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #7564e5;
    cursor: pointer;
    display: inline-block
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #232434;
    color: #fff;
}

/*START ADDRESS*/

.single_address {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 40px;
}

@media only screen and (max-width:768px) {
    .single_address {
        padding-left: 0px;
    }


}

.single_address i {
    background: #fff;
    color: #ee5d04;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 14px;
    font-size: 22px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single_address:hover i {
    background: #f05e04;
    color: #fff;
}

.single_address h4 {
    font-size: 18px;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: 600;
    color: #e55a04;
}

.single_address p {
    overflow: hidden;
    margin-top: 5px;
    color: #2c2929;
    font-weight: 600;
}

.section-title h1 {
    font-size: 44px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.section-title p {
    padding: 0 10px;
    width: 70%;
    margin: auto;
    letter-spacing: 1px;
}

.section-title {
    margin-bottom: 60px;
}

.text-center {
    text-align: center !important;
}

.products .card-body h5 {
    font-size: 1.10rem
}

/* **** VIDEO BACKGROUND **** */
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    /*  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;*/
}

.video-text video {
    min-width: 100%;
    min-height: 70vh;
    z-index: 1;
}

.video-text .overlay {
    width: 100%;
    height: 70vh;
    position: absolute;
    top: 0;
    left: 0;
    /*
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
*/
    z-index: 2;
    background-color: rgba(13, 25, 67, 0.7);
}

.video-text .video-content {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 100%;
    height: 50px;
}

.video-text .video-title {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 100%;
    height: 50px;
}


.table td {
    font-size: 13px;
    font-weight: bold;
    color: #676767;
}

/* ******************************************************************************* */


.video-text .header {
    color: red;
    font-size: 16px;
    margin: 100px 0px 0px 100px;
    padding: 0px;
    width: 400px;
}

.video-text .subtext {
    color: #000;
    font-size: 16px;
    margin: 0px 0px 0px 100px;
    padding: 0px;
    width: 450px;
    position: absolute;

}

#carouselExampleControls .carousel {
    margin-top: 50px;
}

#carouselExampleControls .carousel-inner {
    height: 100vh;
    top: 25%;
    position: absolute;
}

#carouselExampleControls .carousel-caption {
    color: #fff;
    top: 50%;
    z-index: 1;
}


.video-text li {
    list-style-type: none;
}


#carouselExampleControls {
    position: absolute;
    z-index: 9999 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#carouselExampleControls {
    position: absolute;
    z-index: 9999 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.carousel-item {
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/******** ******** MEDIA QUERIES *************** ******************* */
/* ipad view */
@media only screen and (min-width:769px) and (max-width:1024px) {




    .carousel-caption h3 {
        font-size: 150% !important;
    }

    .one {
        position: relative;
        min-height: 360px;
    }

    .card-me-6 {
        margin-left: 0rem;
        margin-right: 0rem;
    }

    .img-overlap {
        position: relative;
        width: 300px;
        height: 300px;
    }




}

@media only screen and (min-width:1025px) {
    html {
        scroll-padding-top: 4rem;
    }

    nav {
        height: 3rem;
        position: sticky;
        top: 0;
    }


    .bread-nav-section nav {
        height: 1.5rem;
    }


}

/* Tab view */
@media (max-width:767px) {

    .carousel-caption h3 {
        font-size: 150%;
    }

    .card-me-6 {
        margin-left: 0rem;
        margin-right: 0rem;
    }

    .card-mt-5 {
        margin-top: 0 !important
    }



}


/* mobile view */
@media (max-width:500px) {
    .our-services .carousel-inner {
        height: 400px;
        background: #1d1b4c;
    }



    .our-services .carousel-caption {
        left: 2%;
        width: 85%;
    }

    .our-services #carouselExampleIndicators .carousel-inner p {
        font-weight: 500;
        margin-top: 10px;
    }

    .our-services .carousel-item .bani {
        display: none !important;
    }

    .our-services #carouselExampleIndicators .carousel-inner .ser-text {
        padding-top: 0;
    }

    .navbar-nav {
        background-color: #ffffff;
        border-top: 3px solid #f05e04;
        color: #000;
        z-index: 1;
        margin-top: 5px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0.7em 1em !important;
        font-size: 100%;
        font-weight: 500;
        color: #000
    }

    .pattern:before {
        background: none;
    }

    .carousel-caption h3 {
        font-size: 95% !important;
    }

    .circle-outer {
        width: 350px;
        height: 350px;

    }

    .circle {
        width: 490px;
        height: 525px;

    }

    .content.four {
        bottom: 25%;
        left: 45%;
    }

    .content.four p {
        width: 60%;
        display: inline-flex;
    }

    .circle-outer .content .icon {
        font-size: 45px;
    }

    .one {
        position: relative;
        min-height: 434px;
    }

    .card-me-6 {
        margin-left: 0rem;
        margin-right: 0rem;
    }

    .img2 {
        display: none
    }

    .img-overlap {
        width: 100%
    }

    .sm-none {
        display: none;
    }

    .ord {
        display: flex;
        flex-flow: column;
    }

    .order-two {
        order: 1;
    }

    .order-one {
        order: 2;
    }


    .card-mt-5 {
        margin-top: 0 !important
    }

    .services-bg .item .icon {
        display: block;
    }

    .single-item {
        text-align: center;
    }

    /* #carouselExampleIndicators .carousel-inner .ser-icon p,
    #carouselExampleIndicators .carousel-inner .ser-icon img  { 
        display: none;
    } */

    #carouselExampleIndicators .carousel-inner .ser-head {
        font-size: 14px;
        margin: 0px;
        color: #ff8d00;
    }

    #carouselExampleIndicators .carousel-inner .ser-text {
        background: transparent;
    }


}

.tab-pane {
    font-weight: 600;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

.header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
    line-height: 0;
}

.header .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.header .logo span {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 3px;
    font-family: 'Exo 2', sans-serif;
}

.header .logo:hover {
    text-decoration: none !important;
}

.header.header-scrolled .logo span {
    color: #012970;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
    ;
}

.header-scrolled .navbar a,
.header-scrolled .navbar a:focus {
    color: #012970;
}

.header-scrolled .navbar a:hover,
.header-scrolled .navbar .active,
.header-scrolled .navbar .active:focus,
.header-scrolled .navbar li:hover>a {
    color: #f05e04;
    font-weight: 600;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #f05e04;
    font-weight: 600;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #4154f1;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #5969f3;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #4154f1;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }

    .our-services .carousel-inner {
        height: 400px;
        background: #1d1b4c;
    }

    .our-services .carousel-item .bani {
        display: none !important;
    }




}

@media (min-width: 768px) and (max-width: 1366px) {

    .our-services .carousel-caption {
        left: 3%;
        width: 86%;
    }

}

@media (min-width: 1366px) {

    #carouselExampleIndicators .carousel-inner .ser-text,
    .our-services .carousel-inner .carousel-item img {
        height: 500px;
    }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
    color: #f05e04;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    #carousel-example-2 .carousel-caption h3 {
        font-size: 200%;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 22, 61, 0.9);
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    /* bottom: 15px; */
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #012970;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #f05e04;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #4154f1;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}



.product {
    background-color: #eee
}

.brand {
    font-size: 13px
}

.act-price {
    color: red;
    font-weight: 700
}

.dis-price {
    text-decoration: line-through
}

.about {
    font-size: 16px
}

.color {
    margin-bottom: 10px
}


.cart i {
    margin-right: 10px
}

.images .thumbnail img {
    border: 1px solid #ccc;
    cursor: pointer;
}

.product {
    min-height: 400px;
}

.product span b {
    font-weight: bold;
}


.product a {
    text-decoration: none;
}

.product a:hover {
    text-decoration: none;
}

.sec-tab .nav-tabs .nav-item.show .nav-link,
.sec-tab .nav-tabs .nav-link.active {
    font-weight: 600;
}

.sec-tab .nav-link {
    font-weight: 600;
}

/* ****** BROWSER SCROLL BAR ---- ***** */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* ****** BOX SCROLL BAR ---- ***** */
.scrollbar {
    float: left;
    height: 250px;
    width: 100%;
    background: transparent;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px;
}

.force-overflow {
    min-height: 300px;
}

.force-overflow p {
    text-align: justify;
}

/* ***** BOX ONE SCROLL BAR *** */
.scrollbar-one .f-14 {
    font-weight: 600;
    font-size: 14px;
}

.scrollbar-one {
    float: left;
    height: 300px;
    width: 100%;
    background: transparent;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px;
}

.force-overflow-one {
    min-height: 350px;
}

.force-overflow p,
.force-overflow-one p {
    text-align: justify;
}


#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(185, 219, 244, 0.9);
    background-color: transparent;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}


/* ************* */
/* BREADCRUM SECOND */

.bread-nav-section {
    margin-top: 84px;
    position: relative;
}

.bread-bg {
    padding: 10px;
    background: #eaeef7 url('../images/bread-bg.jpg') no-repeat top;
    background-size: cover;
}

.breadcrumb {
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    margin: 0px 0px;
}

.bread-bg h3.pseudo_border {
    font-size: 18px;
    font-weight: 600;
    color: #181544;
    text-transform: uppercase;
    margin-top: 10px;
}

.bread-bg h3.pseudo_border:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -19px;
    margin: 10px 0;
    width: 50%;
    height: 2px;
    background: #f05e04;
    bottom: 0px;
}

.bread-bg .breadcrumb {
    margin-bottom: 0px;
}

.bread-bg .breadcrumb-item a {
    color: #181544;
    text-decoration: none;
    font-weight: 600;
}

.bread-bg .breadcrumb-item a:hover {
    color: #f05e04;
}

.bread-bg .breadcrumb-item.active {
    color: #f05e04;
    font-weight: 600;
}

.pseudo_border {
    position: relative;
    display: inline-block;
}

.bread-bg .breadcrumb-item+.breadcrumb-item::before {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    color: #0b0467;
    padding-top: 7px;
}

/* ****** CARD LEARING */
.card-custom {
    overflow: hidden;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom:hover {
    box-shadow: 0 0 15px rgba(5, 5, 5, 0.1);
}

.card-custom:hover .card-custom-img {
    filter: brightness(120%);
}

.card-custom-img {
    height: 185px;
    min-height: 185px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}


/* First border-left-width setting is a fallback */
.card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
}


.profile-card-2 {
    /* max-width: 300px; */
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card-2 .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(13, 25, 67, 0.6);
}

.profile-card-2 img {
    transition: all linear 0.25s;
    height: 380px;
    min-height: 380px;
    overflow: hidden;
    width: 100%;
}

.profile-card-2 .profile-name {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 200px;
    font-size: 15px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;

    display: -webkit-box;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.profile-card-2 .profile-name-sm {
    position: absolute;
    left: 12px;
    bottom: 250px;
    font-size: 12px;
    color: #fff700;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    position: absolute;
    bottom: 30px;
    right: 12px;
    left: 12px;
    color: #FFF;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
    position: absolute;
    bottom: 130px;
    left: 12px;
    right: 12px;
    color: #FFF;
    font-size: 12px;
    transition: all linear 0.25s;
    font-weight: 600;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    filter: grayscale(100%);
    /* transform: skewY(3deg); */
}

/* .profile-card-2:hover img {
    transform: rotate(5deg) scale(1.1, 1.1);
    filter: brightness(110%);
} */

.profile-card-2:hover .profile-name-sm {
    bottom: 270px;
}

.profile-card-2:hover .profile-name {
    bottom: 215px;
}

.profile-card-2:hover .profile-username {
    bottom: 120px;
}

.profile-card-2:hover .profile-icons {
    right: 20px;
    left: 20px;
}


.grey-bg {
    background-color: #F5F7FA;
}

#learn-icon .card .hithere:hover i {
    animation: hithere 1s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1.2);
    }

    40%,
    60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

#learn-icon .card .bounce:hover i {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
    }
}

#learn-icon .card .swing:hover i {
    transform-origin: top center;
    animation: swing 2s ease infinite;
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

#learn-icon .card {
    margin-bottom: 1.875rem;
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06)
}

#learn-icon .card:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

#learn-icon .card h3,
#learn-icon .card span {
    color: initial;
}

#learn-icon a {
    text-decoration: none;
}

#learn-icon a:hover .card h3,
#learn-icon a:hover .card span {
    color: #f05e04;
}

#learn-icon .media-body h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}



/* ****** TRAINIG **** */

.stm-lms {
    font-weight: 600;
    color: #aaa;
    font-size: 12px;
}

.sec-training .card-title {
    font-size: 14px;
    font-weight: 600;
    color: #f05e04;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec-training .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 12px;
}

.sec-courses .card .card-body h5 {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #07078e;
}

.sec-courses .card .card-body .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    color: #6f6f6f;
}

/* ***** BOOKS **** */
.sec-books .card h6 {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

.sec-books .card-footer {
    padding: 0.75rem 0 0 0 !important;
    background-color: transparent !important;
    border-top: none !important;
}

.sec-books .card p.text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    color: #6f6f6f;
}

/*----  Main Style  ----*/

#cards_landscape_wrap-2 a {
    text-decoration: none;
    outline: none;
}

#cards_landscape_wrap-2 .card-flyer {
    border-radius: 5px;
    min-height: 440px;
}

#cards_landscape_wrap-2 .card-flyer .image-box {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
    border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    width: 100%;
    height: 200px;
}

#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

#cards_landscape_wrap-2 .card-flyer .text-box {
    text-align: left;
}

#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
    padding: 30px 18px;
}

#cards_landscape_wrap-2 .card-flyer {
    background: #FFFFFF;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}

#cards_landscape_wrap-2 .card-flyer:hover {
    background: #fff;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#cards_landscape_wrap-2 .card-flyer .text-box p {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cards_landscape_wrap-2 .card-flyer .text-box h6 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #194ca6;
    min-height: 35px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ************** EVENTS ************* */
.hero {
    /* display: inline-block;
    width: 400px;
    min-width: 400px;
        margin: 30px; */

    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);

}

.hero-profile-img {
    height: 70%;
    width: 100%;
}

.hero-description-bk {
    background: #f12711;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f5af19, #f12711);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    border-radius: 30px;
    position: absolute;
    top: 55%;
    left: -5px;
    height: 65%;
    width: 108%;
    transform: skew(19deg, -9deg);
}

.second .hero-description-bk {
    background: #000428;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #004e92, #000428);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #004e92, #000428);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.third .hero-description-bk {
    background: #c31432;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.four .hero-description-bk {
    background: #c0392b;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #8e44ad, #c0392b);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #8e44ad, #c0392b);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.five .hero-description-bk {
    background: #1D4350;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #A43931, #1D4350);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #A43931, #1D4350);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.six .hero-description-bk {
    background: #00bf8f;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #001510, #00bf8f);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #001510, #00bf8f);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.hero-logo {
    height: 80px;
    width: 80px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 30%;
    left: 30px;
    overflow: hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}

.hero-logo img {
    height: 100%;
}

.hero-description {
    position: absolute;
    color: #fff;
    font-weight: 900;
    left: 140px;
    bottom: 20%;
}

.hero-description a {
    color: #fff;
    text-decoration: none;

}

.hero-description a:hover {
    color: #000;
}

@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

.event_start,
.event_start-one {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 600;
}

.event_start i,
.event_start-one i {
    margin-right: 10px;
}

.event_start-one i {
    animation: animate 1.5s linear infinite;
}

.hero-date {
    position: absolute;
    color: #fff;
    left: 30px;
    bottom: 5%;
}

/* ****** PHONE NUMBER AREA **** */
.iti {
    display: block !important;
}

.sec-training .card {
    min-height: 420px
}

.sec-courses .profile-card-2 {
    min-height: 380px
}

/* ************* */
/* BREADCRUM OLD */
/* 
.bread_section {
    margin-top: 125px;
} 

.breadcrumb_bg {
    background: url(../images/inner_bg.jpg) no-repeat top center/cover;
    background-color: #0e2258;
    height: 250px;
    width: 100%;
}

.breadcrumb {
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    margin: 20px 0px;
}

.breadcrumb > li a {
    color: #4792de;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb > li a:hover {
    color: #fff;
}

.breadcrumb > .active {
    color: #86a3c8;
    font-weight: 600;
}

#breadcrumb_bg h3 {
    margin: 0 0 6px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

#breadcrumb_bg {
    position: relative;
    background: url("../images/inner_bg.jpg") top center/cover;
    width: 100%
}

#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #14002b;
} */

#main-image{
text-align: center;
margin: 0 auto;
}

#main-image img {
    height: 400px;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #ff5e14;
}

.nav-tabs a.nav-link {
    color: #000;
}

.stm_lms_instructor_info {
    display: flex;
}
.stm_lms_instructor_edit_avatar {
    text-align: center;
    min-width: 215px;
}
.stm-lms-user-avatar-edit {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    vertical-align: top;
}
.stm-lms-user-avatar-edit .stm-lms-user_avatar {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
.stm_lms_instructor_info .stm-lms-user-avatar-edit .stm-lms-user_avatar:before {
    border-radius: 10px;
}
.stm-lms-user-avatar-edit .stm-lms-user_avatar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.25);
    border-radius: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}
.stm-lms-user-avatar-edit .avatar.photo {
    max-width: 100%;
    max-height: 215px;
    border-radius: 10px;
}
.stm_lms_instructor_info .stm_lms_user_bio {
    margin-left: 30px;
}
.stm_lms_instructor_info .stm_lms_user_bio h3 {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #ff5e14;
}
.stm_lms_update_field__description{
    font-size: 13px;
    text-align: justify;
}
.learning-card {
    color: #012970 !important; 
}

/**** CART ****/
section.cart .card{
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.08);
}

section.cart .card.card-right{
    border-top: 4px solid #2A86FF;
}

section.cart .card-title{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
}

section.cart .table td, section.cart .table th{
    padding:  0.3rem 0;
}
section.cart .text-dark{
    color: #000;
}
section.cart .text-dark{
    color: #05dc7c;
}
section.cart hr{
    border: 1px dashed #ccc;
    margin: 0;
}

section.cart .card-table-green{
    background: #eefbf4;
}
section.cart .card-table-green{
    padding: 5px;
    line-height: 20px;
}

/******* TIME LINE **** */

.main-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.m-r-5 {
	margin-right: 5px;
}

.box {
	margin-bottom: 25px;
}

.box__body {
	padding: 0px;
}

.timeline__row {
	display: flex;
	position: relative;
}
.timeline__row_icon {
	width: 30px;
	margin-right: 20px;
	z-index: 1;
}
.timeline__row_content {
	width: calc(100% - 30px);
	margin-bottom: 20px;
}
.timeline__row_content .badge {
	margin-bottom: 10px;
}
.timeline__row_content_desc {
	padding: 5px;
}
.timeline__row:nth-last-child(1) .timeline__row_content {
	border: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.timeline__row:nth-last-child(1):before {
	height: 0;
}
.timeline__row:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 15px;
	background: #d5d5d5;
}

.timeline .timeline-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	color: #03a9f4;
	background: #fff;
	border: 2px solid #03a9f4;
}
.timeline .timeline-icon.success {
    color: #fff;
    border-color: #0cb550;
    background: #0cb550;
}
.timeline .timeline-icon.warning {
	color: #ff9800;
	border-color: #ff9800;
}
.timeline .timeline-icon.danger {
	color: #da1010;
	border-color: #da1010;
    background: #da1010;
}

.timeline .timeline-icon i{
    margin-right: 0px;
    color: #fff;
}

.timeline .card-box{
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 160px;
    margin-bottom: 15px;
}

.timeline .card-box .edit {
    position: absolute;
    top: -12px;
    right: -15px;
}

.timeline .card-box .edit i{
    background: #0083ff;
    color: #fff;
    padding: 3px;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
}

.bg-pale-yash {
    background-color: #F3F5FD !important;
}

.svg-bg {
    display: grid;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1rem;
    text-align: center;
}
.svg-bg.svg-bg-lg {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    min-height: 160px;
}

.font-size-10{
    font-size: 10px !important;
}

.font-size-12{
    font-size: 12px !important;
}
.font-size-13{
    font-size: 13px !important;
}

.font-size-14{
    font-size: 14px !important;
}
.font-size-16{
    font-size: 16px;
}

.timeline a{
    text-decoration: none;
}

.throught{
text-decoration: line-through
}


.input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
  }
  
  .input-number,
  .input-number-decrement,
  .input-number-increment {
    border: 1px solid #ccc;
    height: 30px;
    user-select: none;
  }
  
  .input-number-decrement,
  .input-number-increment {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f1f1f1;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  .input-number-decrement:active,
  .input-number-increment:active {
    background: #ddd;
  }
  
  .input-number-decrement,
  .input-number-increment {
    border-radius: 50%;
  }

  .input-number-decrement:hover,
  .input-number-increment:hover{
    background: #abd6ff;
    color: #000;
    border: 1px solid #0083ff;
  }

  
.credit-card {
    margin: auto;
    width: 100%;
    position: relative;
    transition: all 0.4s ease;
    background: #fff;
    color: #efefef;
}

.credit-card.selectable:hover {
    cursor: pointer;
}


/*  NUMBER FORMATTING */

.credit-card-last4 {
    font-family: "PT Mono", Helvetica, sans-serif;
    font-size: 16px;
}

.credit-card-last4:before {
    content: "**** **** **** ";
    color: #4f4d4d;
    font-size: 20px;
    padding-right: 10px;
}

.credit-card.american-express .credit-card-last4:before,
.credit-card.amex .credit-card-last4:before {
    content: "**** ****** *";
    margin-right: -10px;
}

.credit-card.diners-club .credit-card-last4:before,
.credit-card.diners .credit-card-last4:before {
    content: "**** ******";
}

.credit-card-expiry {
    font-family: "PT Mono", Helvetica, sans-serif;
    font-size: 16px;
    bottom: 8px;
    left: 15px;
}


/* BRAND CUSTOMIZATION */

.credit-card.visa {
    color: #000;
}

.credit-card.visa .credit-card-last4:before {
    color: #959595;
}



/*   LOGOS  */

.credit-card::after {
    content: " ";
    position: absolute;
    bottom: 10px;
    right: 15px;
}

/* .credit-card.visa::after {
    height: 25px;
    width: 70px;
    background-image: url('visa.png');
} */



.credit-card .card-box,
.credit-card .svg-bg.svg-bg-lg{
    min-height: 130px;
}

.dark-bold{
    font-weight: 800;
    color: black;
}
