@font-face {
    font-family: 'Brandon Grotesque Black';
    src: url('../fonts/BrandonGrotesque-Black.eot');
    src: url('../fonts/BrandonGrotesque-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/BrandonGrotesque-Black.woff2') format('woff2'), url('../fonts/BrandonGrotesque-Black.woff') format('woff'), url('../fonts/BrandonGrotesque-Black.svg#BrandonGrotesque-Black') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'e';
    src: url('../fonts/e Medium.eot');
    src: url('../fonts/e Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/e Medium.woff2') format('woff2'), url('../fonts/e Medium.woff') format('woff'), url('../fonts/e Medium.svg#e Medium') format('svg');
    font-weight: 420;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('../fonts/Segoe UI Semibold.eot');
    src: url('../fonts/Segoe UI Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Segoe UI Semibold.woff2') format('woff2'), url('../fonts/Segoe UI Semibold.woff') format('woff'), url('../fonts/Segoe UI Semibold.svg#Segoe UI Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/Segoe UI.eot');
    src: url('../fonts/Segoe UI.eot?#iefix') format('embedded-opentype'), url('../fonts/Segoe UI.woff2') format('woff2'), url('../fonts/Segoe UI.woff') format('woff'), url('../fonts/Segoe UI.svg#Segoe UI') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
 
html, body, button, input, select, textarea, p{
	color:#000000;
	font-family: 'Segoe UI';
	box-sizing: border-box;
    font-weight:400;
    font-size: 16px;
    line-height: 1.4;
}

/* ==========================================================================
   Links
   ========================================================================== */    
	a { color:#353535;}
	a:focus {outline:none;}
	a:hover, a:focus {color:#000}
	a:active, a:hover {outline:0; text-decoration:none;}

/* ==========================================================================
   Typography
   ========================================================================== */
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 { color:#191616; font-weight:400; letter-spacing: 0.8px; font-family: 'Brandon Grotesque Black';}
	h1, .h1 {font-size: 36px;}
	h2, .h2 {font-size: 30px;}
	h3, .h3 {font-size: 26px;}
	h4, .h4 {font-size: 20px;}
	h5, .h5 {font-size: 16px;}

/* ==========================================================================
   Global
   ========================================================================== */
  .container{width:100%; max-width:1270px;}
  .text-blue{color: #29275b;}
  .page{padding: 2rem 0;}
  .space-top{
      margin-top: 3rem;
  }

  .btn-primary {
        color: #fff;
        background-color: #ef453e !important;
        border-color: #ef453e !important;
        border-radius: 0px !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
   }
   .btn-primary:hover{
        color: #fff;
        background-color: #d9231a !important;
        border-color: #d9231a !important;
        border-radius: 0px !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }



  /* ==========================================================================
   Header Css
   ========================================================================== */
   header{
    }

    .headerfix{
        padding: 1rem 0;
    }
   .menu-bar{
       background: #000;
       padding: 0.6rem 0;
   }
   .top-box{
       display: flex;
       flex-wrap: nowrap;
   }
   .top-box > div{
       width: 100%;
       background: #DDD;
       padding: 2.5rem 1rem;
       display: flex;
       align-items: center;
       justify-content: center;
       font-family: 'Segoe UI';
   }
   .top-box > div h3{
        font-family: 'Segoe UI';
        font-weight: 600;
    }
    .top-box > div h4{
       color: #ef453e;
       font-family: 'Segoe UI';
   }
   .top-box > div:nth-child(1){
       background: #bbdce5;
   }
   .top-box > div:nth-child(1) h4{ 
        background: #ef453e;
        color: #FFF;
         text-align: center;
         padding: 0.4rem 0;
         max-width: 150px;
    }
    .top-box > div:nth-child(2){
        background: #c7e9ef;
    }
    .top-box > div:nth-child(3){
        background: #c0e1e8;
    }
    .top-box > div:nth-child(4){
        background: #bbdce5;
    }

    .course-section{
        position: relative;
    }
    .course-section:after, .course-section:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        background: #c7e9ef;
        content: '';
        z-index: 0;
    }
    .course-section:after {
        left: auto;
        right: 0;
        background: #c0e1e8;
    }

    .course-home{
        display: flex;
        flex-wrap: wrap;
    }
    .course-home > div{
        width: 31%;
        min-height: 150px;
        background: #ffdbd2;
        margin: 0.4rem;
    }
    .course-home > div h4{
        font-size: 22px;
    }
    .course-home > div h5{
        font-family: 'e';
        font-size: 25px;
    }
    .course-home > div:nth-child(2){
        background: #f8f1d7;
    }
    .course-home > div:nth-child(3){
        background: #ffdbd2;
    }
    .course-home > div:nth-child(4){
        background: #f8f1d7;
    }
    .course-home > div:nth-child(5){
        background: #ffecd4;
    }
    .course-home > div:nth-child(6){
        background: #ffecd4;
    }

    .course-home > div:nth-child(7){
        background: #e4e5ea;
        width: 31%;
    }

    .course-home > div:nth-child(8){
        background: #beedb7;
        width: 64%;
    }
    .course-home > div:nth-child(9){
        background: #beedb7;
        width: 100%;
    }

    .online{
        display: flex;
        flex-wrap: wrap;
    }
    .online > div{
        width: 47.33%;
        min-height: 313px;
        background: #f8f1d7;
        margin: 0.4rem;
        padding: 1.7rem;
        position: relative;
    }
    .online > div figure {
        text-align: right !important;
        right: 1.6rem;
        position: absolute;
        bottom: 0.6rem;
    }
    .online > div img{
        margin-top: 0.8rem;
    }
   .bg-pippin{
       background: #ffdbd2 !important;
   }
   .bg-antique-white{
        background: #ffecd4 !important;
    }

    .no-space {
        margin-right: 0 !important;
        margin-left: 0 !important;
      }
      
      .no-space > .col,
      .no-space > [class*="col-"] {
        padding-right: 0 !important;
        padding-left: 0 !important;
      }

    .newsletter{
        background: #f1f1f1;
        padding: 2rem 0;
    }
    .newsletter h3{
        font-family: 'Segoe UI';
    }

    .newsletter .form-control {
        height: 45px;
        border-color: #d4d4d4;
        border-radius:0;
    }
    .newsletter .form-control:focus {
        box-shadow: none;
        border: 1px solid #d4d4d4;
    }
    .newsletter .btn {
        min-height: 45px; 
        border-radius:0;
        background: #6d6d6d;
        color: #fff;
    }

    .carousel-indicators{
        bottom: -2.5rem;
    }
    .carousel-indicators li{
        width: 10px;
        height: 10px !important;
        border-radius: 50px !important;
        background: #000 !important;
        border: solid 1px #000000;
    }

    .four-box {
        display: flex;
        flex-wrap: nowrap;
    }
    
    .four-box a {
        background-color: #bbdce5;
        width: 25%;
        padding: 0.8rem;
        height: 170px;
    }
    
    .four-box a span {
        position: relative;
        width: auto !important;
        font-size: 21px;
    }
    
    .four-box a p {
        font-weight: 400;
        margin-top: 1rem;
        margin-bottom: 0px;
        font-size: 20px;
        color: #ef453e;
    }
    
    .four-box a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 150px;
        text-align: left;
        transition: background-color 0.3s;
    }
    
    .four-box a:hover {
        animation-delay: 0;
    }
    
    .four-box a.animate:first-child {
        animation-delay: 1s;
        animation-name: first;
    }
    
    .four-box a.animate:nth-child(2) {
        animation-delay: 2s;
        animation-name: second;
        background: #c7e9ef;
    }
    
    .four-box a.animate:nth-child(3) {
        animation-delay: 3s;
        animation-name: third;
        background: #c0e1e8;
    }
    
    .four-box a.animate:nth-child(4) {
        animation-delay: 4s;
        animation-name: fourth;
        background: #bbdce5; 
    }
    
    .four-box a {
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 4s;
    }
    
    .four-box a:hover {
        animation-delay: 5;
    }
    
    @keyframes first {
        0% {
            background-color: #bbdce5;
        }
        30% {
            background-color: #c7e9ef;
        }
        100% {
            background-color: #c0e1e8;
        }
    }
    
    @keyframes second {
        0% {
            background-color: #bbdce5;
        }
        30% {
            background-color: #c7e9ef;
        }
        100% {
            background-color: #c0e1e8;
        }
    }
    
    @keyframes third {
        0% {
            background-color: #bbdce5;
        }
        30% {
            background-color: #c7e9ef;
        }
        100% {
            background-color: #c0e1e8;
        }
    }
    
    @keyframes fourth {
        0% {
            background-color: #bbdce5;
        }
        30% {
            background-color: #c7e9ef;
        }
        100% {
            background-color: #c0e1e8;
        }
    }
    
    .four-box a:first-child:hover {
        background-color: #c7e9ef !important;
    }
    
    .four-box a:nth-child(2):hover {
        background-color: #c7e9ef !important;
    }
    
    .four-box a:nth-child(3):hover {
        background-color: #c7e9ef !important;
    }
    
    .four-box a:nth-child(4):hover {
        background-color: #c7e9ef !important;
    }

    
    /*=====================================
		Footer Css
=====================================*/

footer {
    background: #c7e9ef;
    padding: 2rem 0 1rem 0;
}

footer .bottom {
    display: flex;
    flex-wrap: nowrap;
}

footer .bottom>div {
    width: 100%;
    margin: 10px;
}

footer .h2 {
    letter-spacing: 2px;
    font-family: 'e';
    font-size: 24px;
}

footer .bottom {
    letter-spacing: 1px;
}

footer .bottom>div:nth-child(1) {
    width: 10%;
}

footer .bottom>div:nth-child(2) {
    width: 30%;
}
footer .bottom>div:nth-child(3) {
    width: 30%;
}

footer .bottom>div:last-child {
    width: 22%;
}

footer .btn{
    background: #ef453e;
    border: solid 1px #ef453e;
    border-radius: 0px;
}
footer .fa {
    font-size: 24px;
    color: #e8635f;
}

footer .fa:hover {
    color: #000000;
}

footer a {
    color: #0c110d;
}

footer .bottom-btn {
    position: absolute;
    bottom: -1.4rem;
}

footer .botton-input {
    border: solid 1px #cae7b9;
    max-width: 206px;
}

footer .botton-input:hover {
    border: solid 2px #cae7b9;
}

.float-label{
    position: relative;
}
.float-label .header-label{
    position: absolute;
    pointer-events: none;
    top: -6px;
    left: 10px;
    background-color: #FFF;
    padding: 0px 5px;
    font-size: 10px;
    visibility: visible;
    opacity: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #0085ff;
}
.float-label label {
    /* -webkit-transition: top 0.5s, left 0.5s, font 0.5s;
    -moz-transition: top 0.5s, left 0.5s, font 0.5s;
    -o-transition: top 0.5s, left 0.5s, font 0.5s;
    -ms-transition: top 0.5s, left 0.5s, font 0.5s; */
    position: absolute;
    left: 8px;
    font-size: 13.2px;
    top: 8px;
    visibility: hidden;
    opacity: 0;
}

.float-label .text_input {
    background: #fff;
    border: 1px solid #cfd2d9;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 16px;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    height: 48px;
    font-size: 14px !important;
    line-height: 22px;
    box-shadow: none;
    font-weight: 400 !important;
}

.float-label textarea{
    background: #fff;
    border: 1px solid #cfd2d9;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 16px 0 16px !important;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    height: 100px !important;
    font-size: 15px;
    line-height: 22px;
    box-shadow: none;
}
.first-section{
    z-index: 1;
}
.second-section{
    z-index: 1;
}

.example-marquee {
    position: relative;
}

.content {
    display: table;
    width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: relative;
}

.content .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}

.content .inner h1 {
    font-size: 62px;
    color: white;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.video-background-controls {
    position: absolute !important;
    z-index: 2 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
    height: auto !important;
    bottom: auto !important;
    right: 50% !important;
    margin-left: -2rem;
}

.video-background-controls .mute-toggle {
    display: none;
}

.video-background-controls button {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    border: none;
    background: none;
    -webkit-appearance: none;
    color: white;
    cursor: pointer;
    opacity: 1;
    transition: all 250ms ease-in-out;
    margin-left: 10px;
}

.play-toggle {
    cursor: pointer !important;
}

.video-background-controls button:hover {
    opacity: 0.5;
    border: none;
    background: none;
}

.videoParent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    margin-bottom: -1px;
}

.videoParent video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoParent.hiddenTransform {
    opacity: 0;
}

.example {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../images/poster1.jpg) no-repeat center center / cover;
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
    color: #ce0122;
}

.flaticon-play-button:before {
    content: "\f100";
    font-size: 7rem
}

.flaticon-pause:before {
    content: "\f101";
    font-size: 7rem
}

.flaticon-pause-circular-button:before {
    content: "\f102";
    font-size: 7rem
}

.flaticon-pause,
.flaticon-play-button {
    opacity: 0.2;
}

.flaticon-pause:hover,
.flaticon-play-button:hover {
    opacity: 1;
}


@media only screen and (max-width: 1024px) {
    .course-home > div {
        width: 46%;
    }
    .course-home > div:nth-child(8) {
        width: 61%;
    }
    .online > div{
        width: 46.33%;
    }

}

@media (max-width: 991px) {
    h4, .h4 {
        font-size: 16px;
    }
    .course-home > div h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    header{
        margin: 0px !important;
        
        min-height: 40px;
    }
    .headerfix{
        position: fixed;
        z-index: 2;
        background: #FFF;
        padding: 0.4rem 0; 
    }
    .logo{
        
    }
    .top-box > div{
        padding: 1.5rem 1rem
    }
    .menu-bar{
        padding: 0px;
    }
    .top-box{
        display: inline;
        flex-wrap: nowrap;
    }
    .top-box > div{
        width: 100%;
        background: #DDD;
        padding: 2.5rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .course-section:after, .course-section:before {
        width: 100%;
    }
    .course-home > div {
        width: 46%;
    }
    .course-home > div:nth-child(7) {
        width: 100%;
    }
    .course-home > div:nth-child(8) {
        width: 100%;
    }
    .online > div {
        width: 100%;
    }

    .link-case {
        position: relative;
    }
    .link-case .f-nav h3 {
        cursor: pointer;
        margin: 0;
        margin-bottom: 0px;
        padding: 0.6em 0em;
        margin-bottom: 4px;
        border-bottom: solid 1px #eee;
        background-color: transparent;
        font-size: 20px;
    }
    .link-case .f-nav h3:after {
        position: absolute;
        right: 0;
        top: 5px;
        content: "+";
        float: right;
    }
    .link-case .f-nav.open h3:after {
        content: "-";
    }
    .link-case ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out;
        margin-bottom: 0;
        margin-left: 1em;
    }
    .link-case ul a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .link-case .f-nav.open ul {
        height: auto;
        max-height: 500px;
        transition: max-height 0.5s ease-in;
        margin-left: 0px;
    }
    .link-case .f-nav.open ul li {
        padding-bottom: 0.6rem;
    }

    footer .bottom {
        display: block;
    }
    footer .bottom>div {
        margin: 0;
    }
    footer .bottom>div:nth-child(1) {
        width: 100%;
    }
    footer .bottom>div:nth-child(2) {
        width: 100%;
    }
    footer .bottom>div:nth-child(3) {
        width: 100%;
    }
    footer .bottom>div:last-child {
        width: 100%;
    }

    .four-box a span{
        font-size: 20px;
    }
    .four-box {
        display: block;
    }
    .four-box a {
        width: 50%;
        height: 180px;
        float: left;
        border-bottom: solid 0px #FFF;
    }

    .first-section{
        padding-bottom: 4rem;
    }
    .second-section{
        padding-top: 2rem;
        background: #c7e9ef;
    }
    .online {
        display: inline;
    }
    .online h4{
        font-size: 16px;
    }
    .online > div {
        width: 47%;
        min-height: 220px;
        float: left;
        margin: 0.2rem;
    }
    .online > div figure {
        text-align: right !important;
        position: relative;
        bottom: -0.6rem;
        right: 0;
    }
    .four-box a p{
        margin-top: 0.6rem;
    }
    .course-home > div{
        margin: 0.3rem;
    }
}