/* =========================================



# Template Name: Picwik

# Author: TopHive

# Version: 1.0



========================================= */

/*

=========================================

Index

-----------------------------------------

# 00. fonts

# 01. base

# 03. common

# 04. header

# 05. slider

# 06. event-picker

# 07. curriculum

# 08. video

# 09. breadcrumb

# 10. about

# 11. counter

# 12. twitet

# 13. value

# 14. accordion

# 15. news

# 16. apply-form

# 17. hero

# 18. search

# 19. course

# 20. footer

# 21. theme



*/

/* ======================================

 *  0. Fonts

/* ====================================== */

@font-face {

    font-family: "Segoe UI";

    src: url("../fonts/SegoeUI.eot");

    src: url("../fonts/SegoeUI.eot?#iefix") format("embedded-opentype"),

    url("../fonts/SegoeUI.woff2") format("woff2"),

    url("../fonts/SegoeUI.woff") format("woff"),

    url("../fonts/SegoeUI.ttf") format("truetype"),

    url("../fonts/SegoeUI.svg#SegoeUI") format("svg");

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: "Segoe UI";

    src: url("../fonts/SegoeUI-Bold.eot");

    src: url("../fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"),

    url("../fonts/SegoeUI-Bold.woff2") format("woff2"),

    url("../fonts/SegoeUI-Bold.woff") format("woff"),

    url("../fonts/SegoeUI-Bold.ttf") format("truetype"),

    url("../fonts/SegoeUI-Bold.svg#SegoeUI-Bold") format("svg");

    font-weight: bold;

    font-style: normal;

}



@font-face {

    font-family: "Now";

    src: url("../fonts/Now-Regular.eot");

    src: url("../fonts/Now-Regular.eot?#iefix") format("embedded-opentype"),

    url("../fonts/Now-Regular.woff2") format("woff2"),

    url("../fonts/Now-Regular.woff") format("woff"),

    url("../fonts/Now-Regular.ttf") format("truetype"),

    url("../fonts/Now-Regular.svg#Now-Regular") format("svg");

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: "Now";

    src: url("../fonts/Now-Medium.eot");

    src: url("../fonts/Now-Medium.eot?#iefix") format("embedded-opentype"),

    url("../fonts/Now-Medium.woff2") format("woff2"),

    url("../fonts/Now-Medium.woff") format("woff"),

    url("../fonts/Now-Medium.ttf") format("truetype"),

    url("../fonts/Now-Medium.svg#Now-Medium") format("svg");

    font-weight: 500;

    font-style: normal;

}



@font-face {

    font-family: "Now";

    src: url("../fonts/Now-Bold.eot");

    src: url("../fonts/Now-Bold.eot?#iefix") format("embedded-opentype"),

    url("../fonts/Now-Bold.woff2") format("woff2"),

    url("../fonts/Now-Bold.woff") format("woff"),

    url("../fonts/Now-Bold.ttf") format("truetype"),

    url("../fonts/Now-Bold.svg#Now-Bold") format("svg");

    font-weight: bold;

    font-style: normal;

}



/* ======================================

   *  01. Base

  /* ====================================== */

* {

    -webkit-box-sizing: border-box;

    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;

    /* Firefox, other Gecko */

    box-sizing: border-box;

}



body {

    font-family: "Segoe UI";

    font-weight: normal;

    font-size: 16px;

    line-height: 1.5;

    color: #192836;

    background: #ffffff;

    overflow-x: hidden;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: "Now";

    margin-bottom: 10px;

    color: #192836;

}



h1 {

    font-size: 40px;

}



h2 {

    font-size: 30px;

    color: #262626;

    font-weight: 500;

}



h3 {

    font-size: 20px;

    font-weight: 500;

}



h4 {

    font-family: "Segoe UI";

    font-size: 16px;

    font-weight: 400;

}



h5 {

    font-size: 13px;

}



h6 {

    font-size: 12px;

}



p {

    margin-bottom: 1.5em;

}



ul, ol {

    margin: 0;

    padding: 0;

    list-style-position: inside;

}



ul ul ul,

ul ul {

    list-style: disc;

}



a,

a:after,

a:before {

    color: #192836;

    transition: all 0.4s ease-in-out;

}



a,

a:visited,

a:focus,

a:active,

a:hover {

    text-decoration: none;

    outline: none;

    color: #192836;

}



img {

    max-width: 100%;

    height: auto;

}



.form-control:focus,

.btn:focus,

input:focus,

button:focus,

textarea:focus {

    box-shadow: none;

    outline: none;

}



select {

    border: 1px solid #ebebeb;

    padding: 10px;

    width: 100%;

    outline: none;

}



code, kbd, pre, samp {

    color: #192836;

    padding: 2px;

    border-radius: 2px;

    background: #f3f4f5;

    font-family: Menlo, Consolas, monaco, monospace;

    font-size: 14px;

}



pre code {

    padding: 0;

    border-radius: 0;

    background: none;

}



/* ======================================

 *  03. common

/* ====================================== */

.mtb150 {

    margin: 150px 0;

}



.mt150 {

    margin-top: 150px;

}



.mb160 {

    margin-bottom: 160px;

}



.mb150 {

    margin-bottom: 150px;

}



.mtb100 {

    margin: 100px 0;

}



.mt100 {

    margin-top: 100px;

}



.mb100 {

    margin-bottom: 100px;

}



.mtb90 {

    margin: 90px 0;

}



.mt90 {

    margin-top: 90px;

}



.mb90 {

    margin-bottom: 90px;

}



.mtb80 {

    margin: 80px 0;

}



.mt80 {

    margin-top: 80px;

}



.mb80 {

    margin-bottom: 80px;

}



.mtb70 {

    margin: 70px 0;

}



.mt70 {

    margin-top: 70px;

}



.mb70 {

    margin-bottom: 70px;

}



.mtb60 {

    margin: 60px 0;

}



.mt60 {

    margin-top: 60px;

}



.mb60 {

    margin-bottom: 60px;

}



.mtb50 {

    margin: 50px 0;

}



.mt50 {

    margin-top: 50px;

}



.mb50 {

    margin-bottom: 50px;

}



.mtb40 {

    margin: 40px 0;

}



.mt40 {

    margin-top: 40px;

}



.mb40 {

    margin-bottom: 40px;

}



.mtb30 {

    margin: 30px 0;

}



.mt30 {

    margin-top: 30px;

}



.mb30 {

    margin-bottom: 30px;

}



.mtb20 {

    margin: 20px 0;

}



.mt20 {

    margin-top: 20px;

}



.mb20 {

    margin-bottom: 20px;

}



.mtb10 {

    margin: 10px 0;

}



.mt10 {

    margin-top: 10px;

}



.mb10 {

    margin-bottom: 10px;

}



.m0 {

    margin: 0;

}



.mt-8 {

    margin-top: -8px;

}



.mt-15 {

    margin-top: -15px;

}



.mt-70 {

    margin-top: -70px;

}



/*

    padding

  */

.ptb150 {

    padding: 150px 0;

}



.pt150 {

    padding-top: 150px;

}



.pb150 {

    padding-bottom: 150px;

}



.ptb100 {

    padding: 100px 0;

}



.pt100 {

    padding-top: 100px;

}



.pb100 {

    padding-bottom: 100px;

}



.ptb90 {

    padding: 90px 0;

}



.pt90 {

    padding-top: 90px;

}



.pb90 {

    padding-bottom: 90px;

}



.ptb80 {

    padding: 80px 0;

}



.pt80 {

    padding-top: 80px;

}



.pb80 {

    padding-bottom: 80px;

}



.ptb70 {

    padding: 70px 0;

}



.pt70 {

    padding-top: 70px;

}



.pb70 {

    padding-bottom: 70px;

}



.ptb60 {

    padding: 60px 0;

}



.pt60 {

    padding-top: 60px;

}



.pb60 {

    padding-bottom: 60px;

}



.ptb50 {

    padding: 50px 0;

}



.pt50 {

    padding-top: 50px;

}



.pb50 {

    padding-bottom: 50px;

}



.ptb40 {

    padding: 40px 0;

}



.pt40 {

    padding-top: 40px;

}



.pb40 {

    padding-bottom: 40px;

}



.ptb30 {

    padding: 30px 0;

}



.pt30 {

    padding-top: 30px;

}



.pb30 {

    padding-bottom: 30px;

}



.ptb20 {

    padding: 20px 0;

}



.pt20 {

    padding-top: 20px;

}



.pb20 {

    padding-bottom: 20px;

}



.ptb10 {

    padding: 10px 0;

}



.pt10 {

    padding-top: 10px;

}



.pb10 {

    padding-bottom: 10px;

}



/*

    button

  */

.btn-1,

.btn-2 {

    background: #ffffff;

    color: #d74d52;

    display: inline-block;

    padding: 18px 30px;

    font-family: "Segoe UI";

    font-weight: 600;

    font-size: 16px;

    transition: all 0.4s ease-in-out;

    border: none;

    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);

}



.btn-1:hover {

    background: #d74d52;

    color: #fff;

}



.btn-2 {

    background: #d74d52;

    color: #fff;

}



.btn-2:hover {

    background: #fff;

    color: #d74d52;

}



/*

    link

*/

.link,

.link2 {

    color: #d74d52;

    font-weight: 700;

    position: relative;

    display: inline-block;

    font-size: 16px;

    word-break: break-all;

}



.link i,

.link2 i {

    font-size: 12px;

    transition: all 0.4s ease-in-out;

}



.link:hover,

.link2:hover {

    color: #d74d52;

}



.link:hover i,

.link2:hover i {

    margin-left: 5px;

}



.link:after {

    content: "";

    background: #d74d52;

    height: 1px;

    width: 100%;

    right: 0;

    bottom: 0;

    position: absolute;

    margin-left: 5px;

    transition: all 0.4s ease-in-out;

}



.link:hover:after {

    width: 0;

}



/*

    box shadow

*/

.bxw {

    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);

}



.bxw2 {

    box-shadow: 0px 0px 20px 0px rgba(16, 26, 36, 0.55);

}



.load-more {

    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);

    display: inline-block;

    background: #fff;

    padding: 20px 40px;

    color: #d74d52;

    font-weight: 600;

}



.load-more i {

    margin-right: 5px;

    font-size: 14px;

}



.load-more i.ti-angle-right {

    margin: 0;

    margin-left: 5px;

    transition: all 0.4s ease-in-out;

    color: #d74d52;

}



.load-more:hover i.ti-angle-right {

    margin-left: 10px;

    color: #fff;

}



.load-more:hover {

    background: #d74d52;

    color: #fff !important;

}



.c-orange {

    color: #f28202;

}



.c-red {

    color: #d74d52;

}



.c-green {

    color: #3adc79;

}



.c-yellow {

    color: #ffbc13;

}



.c-white {

    color: #fff;

}



.c-nevy {

    color: #2e5c88;

}



.c-skyblue {

    color: #29ccda;

}



.b-sky {

    background: #e8f4ff;

}



.b-skyblue {

    background: #29ccda;

}



.title-big a {

    color: #d74d52;

    font-weight: 700;

    position: relative;

    display: inline-block;

    word-break: break-all;

}



.title-big a i {

    font-size: 12px;

    transition: all 0.4s ease-in-out;

}



.title-big a:hover {

    color: #d74d52;

}



.title-big a:hover i {

    margin-left: 5px;

}



.title-big a:after {

    content: "";

    background: #d74d52;

    height: 1px;

    width: 100%;

    right: 0;

    bottom: 0;

    position: absolute;

    margin-left: 5px;

    transition: all 0.4s ease-in-out;

}



.title-big a:hover:after {

    width: 0;

}



.title-big {

    text-align: center;

}



.ffn {

    font-family: "Now";

}



.ffs {

    font-family: "Segoe UI";

}



/*

    section title

*/

.section-title {

    text-align: center;

    max-width: 685px;

    margin: auto;

}



.section-title h2 {

    margin-bottom: 20px;

}



.fs16 {

    font-size: 16px !important;

}



.search-bar {

    position: fixed;

    width: 100%;

    height: 100%;

    background: #d74d52f0;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    display: none;

    z-index: 99;

}



.search-bar input {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    width: 70%;

    height: 10%;

    padding: 0 20px;

    font-size: 20px;

    letter-spacing: 1px;

    border: 1px solid #f8f9fa;

    background: transparent;

    color: #f8f9fa;

}



.search-bar input::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    color: #f8f9fa;

}



.search-bar input::-moz-placeholder {

    /* Firefox 19+ */

    color: #f8f9fa;

}



.search-bar input:-ms-input-placeholder {

    /* IE 10+ */

    color: #f8f9fa;

}



.search-bar input:-moz-placeholder {

    /* Firefox 18- */

    color: #f8f9fa;

}



.search-bar .ti-close {

    position: absolute;

    right: 5%;

    top: 5%;

    font-size: 20px;

    cursor: pointer;

    color: #f8f9fa;

}



#preloader {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #f7f7f7;

    z-index: 999999;

}



.preloader {

    width: 50px;

    height: 50px;

    display: inline-block;

    padding: 0px;

    text-align: left;

    box-sizing: border-box;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-left: -25px;

    margin-top: -25px;

}



.preloader span {

    position: absolute;

    display: inline-block;

    width: 50px;

    height: 50px;

    border-radius: 100%;

    background: #55d74d;

    -webkit-animation: preloader 1.3s linear infinite;

    animation: preloader 1.3s linear infinite;

}



.preloader span:last-child {

    animation-delay: -0.8s;

    -webkit-animation-delay: -0.8s;

}



@keyframes preloader {

    0% {

        transform: scale(0, 0);

        opacity: 0.5;

    }

    100% {

        transform: scale(1, 1);

        opacity: 0;

    }

}



@-webkit-keyframes preloader {

    0% {

        -webkit-transform: scale(0, 0);

        opacity: 0.5;

    }

    100% {

        -webkit-transform: scale(1, 1);

        opacity: 0;

    }

}



#toTop {

    position: fixed;

    bottom: 80px;

    right: 30px;

    z-index: 99;

    background: #d74d52;

    padding: 8px 12px;

    color: #fff;

    cursor: pointer;

    display: none;

}



.hoverpop {

    transition: all 0.4s ease-in-out;

}



.hoverpop:hover {

    box-shadow: 0 10px 55px 5px rgba(188, 188, 188, 0.25);

    transform: translate3d(0, -20px, 0);

}



@media only screen and (max-width: 991px) {

    .rmt70 {

        margin-top: 70px;

    }



    .rmt30 {

        margin-top: 30px;

    }



    .rmt40 {

        margin-top: 40px;

    }



    .rmb70 {

        margin-bottom: 70px;

    }



    .rmb40 {

        margin-bottom: 40px;

    }



    .rmt-40 {

        margin-top: -40px;

    }

}



@media only screen and (max-width: 768px) {

    .rmt0 {

        margin-top: 0;

    }



    .rmt70 {

        margin-top: 70px;

    }



    .rmt30 {

        margin-top: 30px;

    }



    .rmt40 {

        margin-top: 40px;

    }



    .rmb70 {

        margin-bottom: 70px;

    }



    .rmb40 {

        margin-bottom: 40px;

    }



    .rmt-40 {

        margin-top: -40px;

    }



    .link {

        text-decoration: underline;

    }



    .link:after {

        display: none;

    }

}



.page-margin {

    margin-top: 42px;

    margin-bottom: 32px;

}



/* ======================================

*  04. header

/* ====================================== */

header {

    background: #ffffffd9;

    position: absolute;

    width: 100%;

    z-index: 9;

    min-height: 75px;

}



.logo {

    position: absolute;

    z-index: 99;

    width: 147px;

}

.main-navigation li {

    display: inline-block;

    position: relative;

    list-style: none;

}

header .main-navigation {

    height: 75px;

}

.main-navigation li:last-child a {

    margin-right: 0;

}

.main-navigation ul li > ul li:last-child {

    padding-bottom: 15px;

}

.main-navigation a {

    font-weight: 700;

    text-transform: capitalize;

    display: inline-block;

    position: relative;

    padding: 5px 0;

    font-size: 14px;

    margin-left: 35px;

    color: #192836;

}



.main-navigation a:hover {

    color: #d74d52;

}



.main-navigation a.active:after {

    width: 25px;

}



.main-navigation a.active,

.main-navigation a.active:before {

    color: #d74d52;

}



.main-navigation a:after {

    content: "";

    width: 0;

    height: 2px;

    background: #d74d52;

    position: absolute;

    right: 0;

    bottom: 4px;

}



.main-navigation a:hover:after {

    width: 25px;

}



.main-navigation ul li > ul {

    position: absolute;

    top: 150%;

    left: 0;

    opacity: 0;

    visibility: hidden;

    text-align: left;

    min-width: 130px;

    padding: 22px 0;

    transition: all 0.4s ease-in-out;

    z-index: 9;

    white-space: nowrap;

}



.main-navigation ul li > ul li {

    width: 100%;

    padding: 5px 20px;

    display: block;

    background: #ffffffd9;

}



.main-navigation ul li > ul li a {

    margin: 0;

    padding: 0;

}



.main-navigation ul li:hover > ul {

    opacity: 1;

    visibility: visible;

    top: 100%;

}



.main-navigation ul li > ul li ul {

    left: auto;

    top: 15% !important;

    right: 100%;

}



.main-navigation ul li > ul li a:after {

    bottom: -1px;

}



.main-navigation li > a:before {

    font-family: "themify";

    content: "\e64b";

    position: absolute;

    font-size: 8px;

    right: -13px;

    margin-top: 6px;

    color: #192836;

}



.main-navigation li > a:only-child:before {

    content: "";

}



.mobile-menu {

    display: none;

}

.site-branding {

    margin: 15px 0;

}



@media only screen and (max-width: 768px) {

    .mean-container .mean-bar {

        float: none;

        position: absolute;

        background: transparent;

        margin-top: 76px;

        z-index: 10;

        padding: 0;

    }

    .mean-bar .meanmenu-reveal {

        position: absolute !important;

        top: -63px !important;

    }

    nav.mean-nav div {

        width: 100%;

    }

    .mean-container .mean-bar a span {

        background: #192836;

    }



    .mean-container a.meanmenu-reveal {

        color: #192836;

    }



    .mean-container .mean-nav ul li a {

        background: #192836;

        text-transform: capitalize;

    }



    .mean-container .mean-nav ul li a.mean-expand:hover {

        background: rgba(255, 255, 255, -0.9);

    }



    .mean-container .mean-nav {

        margin-top: 0px;

    }

}



/* ======================================

   *  06. event picker

  /* ====================================== */

.event-picker {

    background-color: #fff;

    z-index: 8;

    width: 350px;

    text-align: center;

    padding: 50px 25px 85px 25px;

    margin-top: -307px;

    position: absolute;

    right: 0;

}



.event-picker p {

    max-width: 190px;

    margin: 20px auto;

}



@media only screen and (max-width: 767px) {

    .event-picker {

        position: inherit;

        border: 1px solid #ebebeb;

        margin: 0 auto;

    }

}



@media only screen and (max-width: 320px) {

    .event-picker {

        width: 305px;

    }

}



.Base {

    background-color: white;

    opacity: 0.302;

    box-shadow: 0px 3px 65px 0px rgba(157, 172, 193, 0.25);

    width: 87px;

    height: 87px;

}



/* ======================================

   *  07. Curriculum

  /* ====================================== */

.curriculum a:hover {

    color: #192836;

}



.curriculum .link:hover {

    color: #d74d52;

}



.curriculum-item h3 {

    margin-top: 10px;

    margin-bottom: 20px;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.curriculum-item p {

    margin-bottom: 0;

}



.curriculum-item a,

.curriculum-item a i {

    margin-top: 30px;

    color: #192836;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.curriculum-item a:after {

    display: none;

}



.curriculum-item {

    padding: 30px 35px;

}



.curriculum-item:hover a,

.curriculum-item:hover a i {

    color: #d74d52;

}



.curriculum-quote {

    padding: 130px 30px 30px 0;

    background-size: cover;

}



.curriculum-quote h3 {

    background: #ffffff2e;

    padding: 30px 20px;

    color: #fff;

    max-width: 495px;

    font-weight: 400;

    text-align: center;

    margin-left: auto;

    font-family: "Now";

}



.curriculum-quote h3 a {

    color: #fff;

    font-family: "Now";

    display: inline;

    border-bottom: 1px solid #fff;

    font-weight: 500;

}



.curriculum-quote .link2 {

    display: block;

    text-align: right;

    margin-top: 30px;

    font-size: 14px;

}



.curriculum-quote a:hover {

    color: #d74d52;

}



.curriculum-quote h3 a:hover {

    color: #d74d52;

    border-bottom: 1px solid #d74d52;

}



.curriculum-subject p {

    margin-bottom: 0;

}



.curriculum-search {

    padding: 60px 200px;

    background: #fff;

}



.curriculum-search input {

    border: 0;

    border-bottom: 1px solid #eaeaea;

    width: 100%;

    text-align: center;

    font-size: 40px;

    font-family: "Now";

    margin-top: 80px;

    padding-bottom: 20px;

}



.curriculum-search input:focus {

    outline: none;

}



.curriculum-search input::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    color: #eaeaea;

}



.curriculum-search input::-moz-placeholder {

    /* Firefox 19+ */

    color: #eaeaea;

}



.curriculum-search input:-ms-input-placeholder {

    /* IE 10+ */

    color: #eaeaea;

}



.curriculum-search input:-moz-placeholder {

    /* Firefox 18- */

    color: #eaeaea;

}



.curriculum-subject {

    padding: 25px 15px;

    position: relative;

}



.curriculum-subject:hover h3 {

    color: #d74d52;

}



.curriculum-subject:hover {

    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);

}



.curriculum-subject:hover:after {

    width: 55px;

}



.curriculum-subject:after {

    content: "";

    background: #d74d52;

    position: absolute;

    left: 15px;

    top: 0;

    width: 0;

    height: 3px;

}



.curriculum-subject,

.curriculum-subject h3,

.curriculum-subject:after {

    transition: all 0.4s ease-in-out;

}



.curriculum-list {

    padding: 40px 35px;

    position: absolute;

    width: 125%;

    border-bottom: 4px solid #d74d52;

}



.curriculum-list ul li {

    list-style: none;

}



.curriculum-list-2 {

    padding: 30px 35px;

    border-bottom: 4px solid #d74d52;

    position: absolute;

    top: -76%;

    z-index: 9;

}



.curriculum-list:hover:after {

    width: 100%;

}



.curriculum-list h3 {

    font-size: 22px;

}



.curriculum-list ul {

    margin-top: 25px;

}



.curriculum-list-2 ul {

    padding-left: 25px;

}



.curriculum-list li,

.curriculum-list-2 li {

    margin-top: 7px;

    position: relative;

}



.curriculum-list-2 li:first-child {

    margin-top: 0;

}



.curriculum-list-2 li {

    margin-top: 13px;

}



.curriculum-list li a,

.curriculum-list-2 li a {

    color: #192836;

}



.curriculum-list li a:hover,

.curriculum-list-2 li a:hover {

    text-decoration: underline;

    margin-left: 30px;

}



.curriculum-list li a:hover:before,

.curriculum-list-2 li a:hover:before {

    left: -30px;

    opacity: 1;

}



.curriculum-list li a:before,

.curriculum-list-2 li a:before {

    position: absolute;

    content: "\e649";

    font-family: "themify";

    color: #d74d52;

    left: -45px;

    font-size: 14px;

    top: 3px;

    opacity: 0;

    transition: all 0.4s ease-in-out;

}



@media only screen and (max-width: 1380px) {

    .curriculum-list {

        position: inherit;

        width: 100%;

    }

}



@media only screen and (max-width: 991px) {

    .curriculum-list-2 a {

        font-size: 14px;

    }

}



@media only screen and (max-width: 768px) {

    .curriculum-search {

        padding: 50px 0;

    }



    .curriculum-quote .link2 {

        font-size: 14px;

    }



    .curriculum-quote h3 {

        -webkit-transform: translate(5%, 0);

        transform: translate(5%, 0);

    }



    .curriculum-img {

        text-align: center;

    }



    .curriculum-list-2 {

        margin-bottom: 40px;

        margin-top: -90px;

        position: static;

    }

}



/* ======================================

 *  08. Video

/* ====================================== */

.video-base {

    position: relative;

}



.video-base a {

    position: absolute;

    left: 25%;

    top: 45%;

    width: 100px;

    height: 100px;

    border-radius: 50%;

}



.video-content {

    max-width: 650px;

    position: absolute;

    top: 15%;

    right: 40px;

    background: #fff;

    padding: 0 40px 100px;

    z-index: 9;

}



.video-content span {

    font-size: 30px;

    color: #fff;

    padding: 30px 50px;

    display: block;

    text-align: center;

    margin: auto;

    margin-bottom: 70px;

    width: fit-content;

}



.video-content li {

    margin: 30px 0;

    overflow: hidden;

    list-style: none;

}



.video-content-text {

    width: 85%;

    height: auto;

    float: left;

}



.video-content li > i {

    margin-right: 25px;

    font-size: 50px;

    width: 10%;

    height: auto;

    float: left;

}



.video-content li > svg {

    margin-right: 25px;

    width: 10%;

    height: auto;

    float: left;

}



.video-content li a {

    margin-top: 10px;

}



.video-map {

    display: block;

    text-align: center;

    margin-top: 40px;

}



.video-map i {

    margin-right: 5px;

}



.video-content-text a:hover i {

    color: #d74d52;

}



.video-content-text a,

.video-content-text i {

    color: #192836;

}



.video-base .circle {

    stroke-dasharray: 650;

    stroke-dashoffset: 650;

    transition: all 0.9s ease-in-out;

    fill: #ffff;

    fill-rule: nonzero;

}



.video-base .triangle {

    stroke-dasharray: 240;

    stroke-dashoffset: 480;

    transition: all 0.7s ease-in-out;

    transform: translateY(0);

}



.video-base a:hover .circle {

    stroke-dashoffset: 0;

    fill: #fff;

}



.video-base a:hover .triangle {

    stroke-dashoffset: 0;

    z-index: 10;

}



@media only screen and (max-width: 1200px) {

    .video-content {

        width: 540px;

    }



    .video-base a {

        left: 20%;

    }



    .video-content li > svg,

    .video-content li > i {

        margin-bottom: 20px;

    }

}



@media only screen and (max-width: 991px) {

    .video-content {

        width: 440px;

        left: 40%;

    }

}



@media only screen and (max-width: 768px) {

    .video-base a {

        left: 50%;

        top: 50%;

        transform: translate(-50%, -50%);

    }



    .video-content {

        position: static;

        width: 100%;

    }



    .video.mb160 {

        margin-bottom: 100px;

    }

}



/* ======================================

 *  08. Gallery

/* ====================================== */

.gallery-carousel .item {

    position: relative;

    overflow: hidden;

    margin-bottom: -6px;

}



.gallery-carousel .item img {

    transition: all 0.4s ease-in-out;

}



.gallery-carousel .item:hover img {

    transform: scale(1.5);

}



.gallery-carousel .item:after {

    background: #d74d52cf;

    content: "";

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    position: absolute;

    opacity: 0;

    transition: all 0.4s ease-in-out;

}



.gallery-carousel-content {

    position: absolute;

    top: 50%;

    left: 50%;

    text-align: center;

    z-index: 1;

    width: 320px;

    height: 160px;

    margin-left: -160px;

    margin-top: -70px;

    opacity: 0;

    transition: all 0.4s ease-in-out;

}



.gallery-carousel-content h3 {

    font-weight: 400;

    color: #fff;

    margin-top: 15px;

}



.gallery-carousel-content a {

    color: #fff;

    width: 80px;

    height: 80px;

    background: #ffffff7a;

    display: inline-block;

    border-radius: 50px;

    line-height: 80px;

    font-size: 25px;

}



.gallery-carousel-content a:hover {

    background: #fff;

    color: #d74d52cf;

}



.gallery-carousel .item:hover .gallery-carousel-content,

.gallery-carousel .item:hover:after {

    opacity: 1;

}



.gallery-2 {

    text-align: center;

    color: #fff;

}



.gallery-card-1 {

    background: #192836;

}



.gallery-card-2 {

    background: #2e5c88;

}



.gallery-2 h2 {

    color: #fff;

    font-weight: 400;

}



.gallery-2 p {

    font-size: 20px;

    margin: 40px 0;

    font-family: "Now";

}



.gallery-2 span {

    color: #29ccda;

    font-weight: 700;

}



.gallery-2 .link2 {

    color: #fff !important;

    font-weight: 600;

}



.gallery-2 .gallery-card {

    padding: 45px 25px;

}



.gallery-2-quote {

    position: absolute;

    bottom: 15px;

    margin: 35px;

}



.gallery-2-quote .quote {

    background-color: rgba(49, 99, 149, 0.78);

}



.gallery-2-quote .quote a {

    color: #fff;

    border-color: #fff;

}



.gallery-2-quote .quote a:hover {

    color: #29ccda;

    border-color: #29ccda;

}



.gallery-2-quote .link2 {

    color: #29ccda !important;

}



.gallery-2 img {

    height: 98.9%;

}



@media only screen and (max-width: 1200px) {

    .gallery {

        padding-top: 170px;

    }

}



@media only screen and (max-width: 991px) {

    .gallery {

        padding-top: 310px;

    }

}



@media only screen and (max-width: 768px) {

    .gallery {

        padding-top: 70px;

    }

}



/* ======================================

 *  9. breadcrumb

/* ====================================== */

.breadcrumb {

    padding: 160px 0 100px;

    overflow: hidden;

    width: 100vw;

    position: relative;

    margin-left: -50vw;

    left: 50%;

    margin-bottom: 0;

}



.breadcrumb::after {

    content: "";

    background-color: white;

    opacity: 0.502;

    position: absolute;

    top: 0;

    width: 1052px;

    height: 309px;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    right: 48vw;

}



.breadcrumb li {

    font-weight: 400;

    display: inline-block;

    margin-right: 30px;

    position: relative;

    color: #192836;

    word-break: break-all;

}



.breadcrumb li a {

    color: #192836;

    font-weight: 700;

}



.breadcrumb li:hover a {

    color: #d74d52;

}



.breadcrumb li:after {

    content: "\e649";

    position: absolute;

    font-family: "themify";

    font-size: 10px;

    top: 5px;

    right: -22px;

    color: #192836;

}



.breadcrumb li:last-child:after {

    display: none;

}



.breadcrumb h1,

.breadcrumb ul {

    z-index: 2;

    position: relative;

    word-break: break-all;

}



@media only screen and (max-width: 1200px) {

    .breadcrumb::after {

        right: 40vw;

    }

}



@media only screen and (max-width: 991px) {

    .breadcrumb::after {

        right: 25vw;

    }



    .breadcrumb {

        padding: 180px 15px 100px;

    }

}



@media only screen and (max-width: 768px) {

    .breadcrumb::after {

        display: none;

    }

}



/* ======================================

   *  10. About

  /* ====================================== */

.item-with-img .item-text {

    padding: 30px 30px;

}



.item-with-img .item-text .link2 {

    margin-top: 30px;

}



.item-with-img .item-text h2 {

    margin-bottom: 10px;

}



.item-with-img p {

    margin-bottom: 0;

}



/* ======================================

 *  11. counter

/* ====================================== */

.counter h2 {

    font-weight: 700;

    font-size: 40px;

    padding: 0 30px;

}



.counter h2 strong {

    color: #192836;

    font-weight: 500;

    font-size: 20px;

    position: absolute;

    top: 14px;

    margin-left: 18px;

}



.counter h2 i {

    font-size: 30px;

    margin-left: 4px;

    position: absolute;

    top: 13px;

}



.counter img {

    position: absolute;

    top: -8px;

    left: 40px;

}



@media only screen and (max-width: 991px) {

    .counter h2 strong {

        font-size: 15px;

        margin-left: 13px;

    }



    .counter h2 i {

        position: inherit;

        font-size: 30px;

        top: 13px;

    }



    .counter h2 {

        padding: 0;

    }



    .counter img {

        left: 15px;

    }

}



@media only screen and (max-width: 768px) {

    .counter {

        text-align: center;

        margin-bottom: 30px;

    }

    .counter h2 strong {

        position: inherit;

    }

    .counter img {

        margin-left: 25%;

    }

}



/* ======================================

 *  12. twitet

/* ====================================== */

.twitet {

    text-align: center;

    position: relative;

    z-index: 1;

}

.twitet img {

    position: absolute;

    top: 56%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.twitet p {

    margin-bottom: 30px;

    position: relative;

    z-index: 1;

    margin-top: 60px;

    overflow: hidden;

}



.twitet p a {

    font-size: 30px;

    color: #d74d52;

    font-weight: 700;

    position: relative;

    display: inline-block;

    word-break: break-all;

}



.twitet p a:hover {

    color: #d74d52;

}



.twitet p a:hover i {

    margin-left: 5px;

}



.twitet p a:after {

    content: "";

    background: #d74d52;

    height: 1px;

    width: 100%;

    right: 0;

    bottom: 0;

    position: absolute;

    margin-left: 5px;

    transition: all 0.4s ease-in-out;

}



.twitet p a:hover:after {

    width: 0;

}



.twitet a i {

    color: #4cb9e0;

    margin-left: 20px;

}



.quote {

    background: #fff2d0;

    text-align: center;

    padding: 25px;

    font-size: 20px;

}



.quote a {

    color: #192836;

    font-weight: 600;

    border-bottom: 1px solid #192836;

}



.quote a:hover {

    color: #d74d52;

    border-bottom: 1px solid #d74d52;

}



/* ======================================

 *  13. value

/* ====================================== */

.our-value .item {

    border: 1px solid #ebebeb;

}



.our-value-content p {

    margin-bottom: 0;

    color: #192836;

    font-weight: 600;

}



.our-value-img img {

    transition: all 0.4s ease-in-out;

    width: 100%;

}



.our-value .item:hover img {

    transform: scale(1.5);

}



.our-value-img {

    position: relative;

    overflow: hidden;

}



.our-value i {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 70px;

    height: 70px;

    background: #ffffff6b;

    text-align: center;

    line-height: 70px;

    border-radius: 50%;

    color: #fff;

    cursor: pointer;

    transition: all 0.4s ease-in-out;

    margin-left: -40px;

    margin-top: -40px;

    font-size: 18px;

}



.our-value .owl-stage-outer {

    padding: 0 15px 15px;

}



@media only screen and (max-width: 991px) {

    .our-value .col-md-3 {

        margin-top: 0;

    }

}



@media only screen and (max-width: 768px) {

    .our-value-section {

        text-align: center;

    }



    .our-value-carousel {

        margin-top: 50px;

    }

}



/* ======================================

 *  14. accordion

/* ====================================== */

.set {

    border-bottom: 1px solid #f0f0f0;

}



.set > a {

    display: block;

    padding: 15px 25px;

    text-decoration: none;

    font-weight: 600;

    transition: none;

}



.set > a i {

    float: right;

    margin-top: 2px;

}



.set a:hover {

    color: #192836;

}



.set > a > h3 {

    font-size: 16px;

    font-weight: 600;

    display: inline-block;

    margin-bottom: 0;

}



.set a.active > h3 {

    color: #d74d52;

}



.set .content {

    display: none;

}



.set .content p {

    padding: 0px 100px 10px 25px;

}



.feature-item {

    text-align: center;

    padding: 50px 30px;

    margin-bottom: 40px;

}



.feature-item:hover a {

    color: #d74d52;

}



.feature-item i {

    font-size: 60px;

    transition: all 0.4s ease-in-out;

}



.feature-item svg {

    width: 60px;

    height: auto;

    transition: all 0.4s ease-in-out;

}



.feature-item h3 {

    margin-top: 30px;

    margin-bottom: 15px;

}



/* ======================================

 *  15. news

/* ====================================== */

.grid-item {

    width: 30%;

    margin: 10px;

}



.news-item:hover img {

    transform: scale(1.5);

}



.news-item-img {

    position: relative;

    overflow: hidden;

}



.news-item-img img {

    width: 100%;

    transition: all 0.4s ease-in-out;

}



.news-item-img i {

    border-radius: 50%;

    font-size: 25px;

    position: absolute;

    top: 50%;

    left: 50%;

    background: rgba(255, 255, 255, 0.29);

    box-shadow: 0px 3px 65px 0px rgba(157, 172, 193, 0.25);

    width: 86px;

    height: 86px;

    text-align: center;

    line-height: 86px;

    color: #fff;

    margin-top: -43px;

    margin-left: -43px;

    cursor: pointer;

    transition: all 0.4s ease-in-out;

}



.news-item-img i:hover {

    background: #d74d52;

}



.news-item-content {

    padding: 0 30px;

    position: relative;

    overflow: hidden;

}



.news-item-content p {

    margin-bottom: 0;

}





.news-item-content h3 {

    margin: 0 0 20px;

    position: relative;

    transition: all 0.4s ease-in-out;

    font-size: 26px;

}



.news-item-content a:hover i {

    color: #d74d52;

}



.news-item-content h3 a:hover {

    color: #d74d52;

}



.news-item-content a {

    color: #192836;

}



.news-item-content a i {

    color: #192836;

}



.news-item-content hr {

    border: 1px solid #d74d52;

    width: 56px;

    margin: 1rem 0;

}



.news-single h1 {

    font-size: 50px;

    margin-top: 20px;

    margin-bottom: 20px;

}



.news-single h1,

.news-single h2,

.news-single h3,

.news-single h4,

.news-single h5,

.news-single h6 {

    clear: both;

}



.news-single h1 {

    font-size: 40px;

}



.news-single p {

    margin-bottom: 1.5em;

}



.news-single ul li a:hover {

    color: #d74d52;

}



.news-single ul li {

    margin: 5px 0;

}



.news-single .news-item-img i {

    width: 200px;

    height: 200px;

    font-size: 70px;

    line-height: 200px;

    margin-top: -100px;

    margin-left: -100px;

}



.news-carousel .news-item-img i {

    font-size: 25px;

    width: 86px;

    height: 86px;

    line-height: 86px;

    margin-top: -43px;

    margin-left: -43px;

}



.news-carousel .news-item {

    box-shadow: 0px 5px 20px 0px rgba(188, 188, 188, 0.25);

}



.news-carousel {

    position: relative;

}



.news-carousel .owl-.main-navigation {

    position: absolute;

    top: -85px;

    right: 0;

}



.news-carousel .owl-.main-navigation button {

    width: 60px;

    height: 60px;

    line-height: 60px;

    border-radius: 50%;

    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);

    margin-left: 15px;

    transition: all 0.4s ease-in-out;

}



.news-carousel .owl-.main-navigation button i {

    font-size: 14px;

    color: #192836;

    transition: all 0.4s ease-in-out;

}



.news-carousel .owl-.main-navigation button:hover {

    background: #d74d52;

    color: #fff;

}



.news-carousel .owl-.main-navigation button:hover i {

    color: #fff;

}



@media only screen and (max-width: 768px) {

    .news-single h1 {

        font-size: 38px;

    }



    .news-single .news-item-img i {

        font-size: 25px;

        width: 86px;

        height: 86px;

        line-height: 86px;

        margin-top: -43px;

        margin-left: -43px;

    }



    .grid-item {

        width: 45%;

    }

}



@media only screen and (max-width: 500px) {

    .grid-item {

        width: 93%;

    }

}



/* ======================================

 *  16. apply-form

/* ====================================== */

.apply-form {

    padding: 70px 70px 55px 70px;

}



.apply-form h2 {

    margin-bottom: 65px;

}



.apply-form ul li {

    display: inline-block;

    margin-bottom: 30px;

}



.apply-form ul li a {

    background: #ddd;

    display: inline-block;

    padding: 15px 27px;

    margin: 0 10px;

}



.apply-form ul li a i {

    margin-right: 3px;

}



.apply-form ul {

    margin-top: 40px;

}



.apply-form .load-more {

    margin-top: 80px;

    margin-bottom: 40px;

}

.direct-apply-course img {

    height: 100% !important;

}

.apply-form input {

    border-radius: 0;

    border: 1px solid #ebebeb;

    padding: 30px 20px;

    margin-bottom: 10px;

    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);

}

.apply-form input[type="submit"] {

    padding: 18px 30px;

    margin-bottom: 0;

}

.apply-form select {

    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);

    border-radius: 0;

    border: 1px solid #ebebeb;

    height: 62px;

}

.apply-form input:focus {

    border-color: #ebebeb;

}



.apply-form-padding {

    padding: 0 70px;

}



.apply-form .fb {

    background: #3b5999;

    color: #fff;

}



.apply-form .gl {

    background: #dd4b39;

    color: #fff;

}



.apply-form .fb:hover,

.apply-form .gl:hover {

    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);

}



/* The container */

.checkbox-container {

    display: block;

    position: relative;

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    margin-left: 28px;

}



/* Hide the browser's default checkbox */

.checkbox-container input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 0;

    width: 0;

}



/* Create a custom checkbox */

.checkmark {

    position: absolute;

    top: 5px;

    left: -27px;

    height: 16px;

    width: 16px;

    background-color: #d1d1d1;

}



/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmark {

    background-color: #ccc;

}



/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked ~ .checkmark {

    background-color: #d74d52;

}



/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {

    content: "";

    position: absolute;

    display: none;

}



/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {

    display: block;

}



/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {

    left: 5px;

    top: 2px;

    width: 5px;

    height: 10px;

    border: solid white;

    border-width: 0 3px 3px 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}



@media only screen and (max-width: 768px) {

    .apply-form-padding {

        padding: 0 15px;

    }

}



/* ======================================

 *  18. search

/* ====================================== */

.course-search input,

.course-search button {

    border-radius: 0;

    border: 0;

    height: 150px;

    padding: 0 45px;

    font-size: 30px;

    border-radius: 5px;

}



.course-search button i {

    font-size: 60px;

    transition: all 0.4s ease-in-out;

}



.course-search button:hover i {

    color: #fff;

}



.course-search .dropdown-menu a {

    font-size: 30px;

    padding: 10px 30px;

    transition: all 0.4s ease-in-out;

}



.course-search .dropdown-menu {

    background: #e8f4ff;

    border: 0;

    margin-top: 0px;

    min-width: 282px;

}



.course-search .btn:hover {

    color: #2e5c88;

}



.course-search .dropdown-menu a:hover {

    background: #29ccda;

    color: #fff;

}



.course-search .dropdown-toggle::after {

    border: 0;

    content: "\e649";

    font-family: "themify";

    font-size: 14px;

    margin-left: 15px;

}



@media only screen and (max-width: 768px) {

    .course-search .input-group-prepend .dropdown-toggle {

        width: 100%;

    }



    .course-search .input-group-prepend {

        margin-right: 0;

        width: 100%;

    }

}



/* ======================================

 *  19. course

/* ====================================== */

.course-form {

    position: relative;

    z-index: 1;

}



.course-form::after {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: #ffffffe8;

    z-index: -1;

}



.course-padding {

    padding: 0 100px;

}



.course-req-form {

    margin-top: -100px;

    max-width: 640px;

    border-radius: 4px;

    position: absolute;

}

.el-apply-main {

    padding-bottom: 138px;

}

.course-item-img {

    overflow: hidden;

}



.course-item-img img {

    transition: all 0.4s ease-in-out;

}



.course-item:hover img {

    transform: scale(1.5);

}



.course-item-content {

    padding: 25px 25px 40px;

    margin-bottom: 30px;

}



.course-item img {

    width: 100%;

}



.course-item h3 {

    transition: all 0.4s ease-in-out;

}



.course-item h3:hover {

    color: #d74d52;

}



.course-item-author {

    color: #d74d52;

    display: inline-block;

    font-size: 14px;

    font-weight: 600;

}



.course-item-author a {

    color: #d74d52;

    text-transform: capitalize;

}



.course-item-author:hover,

.course-item-author a:hover {

    color: #d74d52;

}



.course-item-content span {

    font-weight: 700;

    font-size: 30px;

    position: relative;

    z-index: 1;

}



.course-item-content .price:after {

    position: absolute;

    content: "";

    background: #39e17b;

    height: 8px;

    width: 115%;

    bottom: 4px;

    left: 0;

    z-index: -1;

}



@media only screen and (max-width: 991px) {

    .course-req-form {

        margin: auto;

        position: inherit;

    }



    .course-padding {

        padding: 0 15px;

    }

}



/* ======================================

 *  20. footer

/* ====================================== */



.footer-top {

    background: #192735;

    position: relative;

    overflow: hidden;

    z-index: 1;

}



.footer-sub {

    background: #192735;

}



.footer-subscribe input {

    border: 0;

    border-radius: 0;

    font-size: 14px;

    height: 60px;

    padding-left: 25px;

    max-width: 285px;

}



.footer-subscribe {

    padding: 50px 45px;

    position: relative;

    z-index: 2;

}



.wpcf7-response-output {

    color: #a3b5ca !important;

}



.footer-subscribe input[type="submit"] {

    background: #d74d52;

    color: #fff;

    border: 0;

    padding: 0px 36px;

    border-radius: 0;

}



.footer-subscribe .ajax-loader {

    display: none !important;

}



.footer-subscribe-content {

    color: #a3b5ca;

    padding-left: 40px;

    max-width: 560px;

    z-index: 3;

    position: relative;

}



.footer-subscribe .input-group {

    margin-top: 6px;

}



.footer-subscribe:before {

    position: absolute;

    content: "";

    background: #23374b;

    width: 6px;

    height: 90px;

    left: 0;

    top: 50%;

    margin-top: -45px;

}



.footer-subscribe-content .link2 {

    color: #fff;

    margin-top: 8px;

}



.footer-subscribe-content .link2 i {

    color: #fff;

}



.footer-subscribe-content .link2:hover,

.footer-subscribe-content .link2:hover i {

    color: #d74d52;

}



.footer-subscribe-content a {

    font-size: 14px;

    color: #d74d52;

}



.footer-widget li,

.footer-widget li a {

    color: #a3b5ca;

}



.footer-widget h3 {

    color: #fff;

    margin-bottom: 20px;

}



.footer-widget ul li {

    margin-bottom: 10px;

    font-size: 14px;

}



.footer-widget ul li i {

    margin-right: 5px;

}



.footer-widget ul li a::before {

    position: absolute;

    top: 5px;

    left: 0;

    content: "\e649";

    font-family: "themify";

    font-size: 10px;

    color: #a3b5ca;

    transition: all 0.4s ease-in-out;

}



.footer-widget ul li a:hover {

    margin-left: 15px;

}



.footer-widget ul li a:hover::before,

.footer-area ul li a:hover {

    color: #d74d52;

}



.footer-widget .children li,

.footer-widget ul.sub-menu li {

    margin-left: 15px;

}



.footer-widget ul.sub-menu {

    margin-top: 12px;

}



.footer-widget .widget_rss a::before {

    display: none;

}



.footer-widget .widget_rss a:hover {

    margin-left: 0;

}



.footer-widget .widget_rss a {

    padding-left: 0;

}



.footer-widget ul li a {

    margin-bottom: 5px;

    display: inline-block;

    position: relative;

    padding-left: 15px;

}



.footer-widget .tagcloud a {

    color: #a3b5ca;

    border: 1px solid #a3b5ca;

}



.footer-widget a {

    font-size: 14px;

}



.footer-widget #calendar_wrap {

    border: 1px solid #a3b5ca;

}



.footer-widget select {

    border: 1px solid #f1f1f1;

    color: #192836;

    font-size: 14px;

    font-weight: 400;

    height: 50px;

    padding-left: 17px;

    width: 100%;

}



.footer-widget th,

.footer-widget td,

.footer-widget td a {

    color: #a3b5ca;

}



.footer-widget td#today {

    color: #d74d52;

}

.footer-widget .custom-recent-posts li a::before {

    display: none;

}



.footer-widget .custom-recent-posts li a {

    padding-left: 0;

}



.footer-widget .custom-recent-posts li a:hover {

    margin-left: 0;

}



.footer-widget .custom-recent-posts .widget-posts-image {

    margin-top: 3px;

}

.footer-subscribe-content p {

    font-size: 14px;

    margin-bottom: 0;

}



.footer-bar {

    background: #15222e;

}



.footer-bar p {

    color: #a3b5ca;

    font-size: 13px;

    padding: 15px 0;

    margin-bottom: 0;

}



.footer-menu {

    padding-bottom: 15px;

    text-align: right;

}



.footer-menu ul li {

    display: inline-block;

    position: relative;

    cursor: pointer;

    list-style: none;

}



.footer-menu ul li a {

    text-decoration: none;

    display: block;

    color: #a3b5ca;

    padding: 15px 12px 0;

    font-size: 13px;

}



.footer-menu ul ul {

    opacity: 0;

    position: absolute;

    bottom: 34px;

    visibility: hidden;

    transition: all 0.4s ease;

    z-index: 9;

    min-width: 150px;

    background: #192735;

    padding: 0;

    padding-bottom: 15px;

    box-shadow: 0px 0px 20px 0px rgba(16, 26, 36, 0.55);

    text-align: left;

}



.footer-menu ul ul li {

    display: block;

}



.footer-menu ul li:hover > ul {

    opacity: 1;

    visibility: visible;

}



.footer-menu ul ul ul {

    left: 150px;

    bottom: 0;

}



@media only screen and (max-width: 768px) {

    .footer-subscribe-content {

        padding: 0;

        margin-top: 30px;

    }



    .footer-subscribe:after {

        top: 61%;

        right: 0;

    }



    .footer-subscribe:after {

        display: none;

    }



    .footer-subscribe-content {

        padding: 0;

        margin-top: 30px;

    }



    .footer-subscribe:after {

        top: 61%;

        right: 0;

    }



    .footer-area ul,

    .footer-area h3,

    .footer-area img {

        padding-left: 45px;

    }



    .footer-area h3 {

        margin-top: 30px;

    }



    .footer-bar {

        text-align: center;

    }



    .footer-small {

        margin: 30px 0;

    }



    .footer-small img {

        margin: 30px 0 3px;

    }

}







/*

bbpress and buddypress

*/



.bbp-breadcrumb {

    display: none;

}

.bbpress {

    background: white;

  }

  #bbpress-forums button,

  span#subscription-toggle a,

  #bbpress-forums input[type="reset"],

  #bbpress-forums input[type="submit"] {

    background: #d74d52;

    color: #fff;

    display: inline-block;

    padding: 18px 30px !important;

    font-family: "Segoe UI";

    font-weight: 600;

    font-size: 14px;

    transition: all 0.4s ease-in-out;

    border: 1px solid #d74d52;

    box-shadow: 0 28px 65px 0 rgba(188, 188, 188, 0.25) !important;

    text-transform: uppercase;

    letter-spacing: 1px;

  }

  #bbpress-forums #bbp-search-form {

    margin-bottom: 20px;

  }

  #bbpress-forums .bbp-forums-list {

    border-color: #192836;

  }

  #bbpress-forums .bbp-forums-list li {

    font-size: 13px;

  }

  .bbp-breadcrumb a {

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

  }

  .bbp-breadcrumb a:hover {

    color: #ecb101;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

  }

  #bbpress-forums p.bbp-topic-meta img.avatar,

  #bbpress-forums ul.bbp-reply-revision-log img.avatar,

  #bbpress-forums ul.bbp-topic-revision-log img.avatar,

  #bbpress-forums div.bbp-template-notice img.avatar,

  #bbpress-forums .widget_display_topics img.avatar,

  #bbpress-forums .widget_display_replies img.avatar {

    width: 16px;

    margin-bottom: 0;

  }

  #bbpress-forums ul.bbp-lead-topic,

  #bbpress-forums ul.bbp-topics,

  #bbpress-forums ul.bbp-forums,

  #bbpress-forums ul.bbp-replies,

  #bbpress-forums ul.bbp-search-results {

    font-size: 16px;

    border-color: #192836;

  }

  #bbpress-forums .bbp-forum-info .bbp-forum-content,

  #bbpress-forums p.bbp-topic-meta {

    font-size: 13px;

  }

  #bbpress-forums li.bbp-body ul.forum,

  #bbpress-forums li.bbp-body ul.topic {

    padding: 15px;

    border-color: #192836;

  }

  #bbpress-forums li.bbp-header,

  #bbpress-forums li.bbp-footer {

    background-color: #192836;

    border-color: #192836;

    padding: 15px;

    color: white;

  }

  #bbpress-forums div.bbp-forum-header,

  #bbpress-forums div.bbp-topic-header,

  #bbpress-forums div.bbp-reply-header {

    background-color: rgba(36, 44, 94, 0.15);

  }

  div.bbp-template-notice p {

    padding: 5px 10px;

    color: white;

    font-size: 14px;

  }

  div.bbp-template-notice p a {

    color: white;

  }

  div.bbp-template-notice a:hover {

    color: #ecb101;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

  }

  div.bbp-template-notice.error,

  div.bbp-template-notice.warning,

  div.bbp-template-notice,

  div.indicator-hint {

    background-color: #192836;

    border-color: #192836;

  }

  div.bbp-template-notice.important {

    background-color: #192836;

    border-color: #192836;

  }

  div.bbp-template-notice.info {

    border-color: #192836;

    background-color: #192836;

    color: white;

  }

  #bbpress-forums div.bbp-forum-header,

  #bbpress-forums div.bbp-topic-header,

  #bbpress-forums div.bbp-reply-header {

    padding: 15px;

  }

  #bbpress-forums li a {

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

  }

  #bbpress-forums li a:hover {

    color: #ecb101;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

  }

  .bbp-topics-front ul.super-sticky,

  .bbp-topics ul.super-sticky,

  .bbp-topics ul.sticky,

  .bbp-forum-content ul.sticky {

    background-color: rgba(36, 44, 94, 0.3) !important;

  }

  #bbpress-forums div.bbp-topic-content a,

  #bbpress-forums div.bbp-reply-content a {

    color: white;

  }

  #bbpress-forums div.bbp-topic-content a:hover,

  #bbpress-forums div.bbp-reply-content a:hover {

    color: #ecb101;

  }

  #bbpress-forums fieldset.bbp-form {

    padding: 30px;

    background: #fff;

  }

  .bbpress ul.learn-press-courses .course .course-title {

    font-weight: 700;

  }

  .button-tabs.button-nav li a {

    color: #fff;

  }

  .bp-wrap ul.button-tabs.button-nav {

    padding-left: 5px;

  }

  .buddypress .page {

    background: #fff;

    padding: 30px;

  }

  .buddypress .buddypress-wrap .activity-read-more a,

  .buddypress .buddypress-wrap .comment-reply-link,

  .buddypress .buddypress-wrap .generic-button a,

  .buddypress .buddypress-wrap a.bp-title-button,

  .buddypress .buddypress-wrap a.button,

  .buddypress .buddypress-wrap button,

  .buddypress .buddypress-wrap input[type=button],

  .buddypress .buddypress-wrap input[type=reset],

  .buddypress .buddypress-wrap input[type=submit],

  .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a {

    background: none;

    color: #333;

    font-weight: 500;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

  }

  body #buddypress .edumodo-mailchimp input[type=submit] {

    border-top-right-radius: 50px;

    border-bottom-right-radius: 50px;

    padding: 0 12px;

    background: #ecb101;

    color: #fff;

    border-color: #ecb101;

  }

  .buddypress .buddypress-wrap .activity-read-more a:focus,

  .buddypress .buddypress-wrap .activity-read-more a:hover,

  .buddypress .buddypress-wrap .button-nav li a:focus,

  .buddypress .buddypress-wrap .button-nav li a:hover,

  .buddypress .buddypress-wrap .button-nav li.current a,

  .buddypress .buddypress-wrap .comment-reply-link:focus,

  .buddypress .buddypress-wrap .comment-reply-link:hover,

  .buddypress .buddypress-wrap .generic-button a:focus,

  .buddypress .buddypress-wrap .generic-button a:hover,

  .buddypress .buddypress-wrap a.button:focus,

  .buddypress .buddypress-wrap a.button:hover,

  .buddypress .buddypress-wrap button:focus,

  .buddypress .buddypress-wrap button:hover,

  .buddypress .buddypress-wrap input[type=button]:focus,

  .buddypress .buddypress-wrap input[type=button]:hover,

  .buddypress .buddypress-wrap input[type=reset]:focus,

  .buddypress .buddypress-wrap input[type=reset]:hover,

  .buddypress .buddypress-wrap input[type=submit]:focus,

  .buddypress .buddypress-wrap input[type=submit]:hover {

    background: none;

    color: #ecb101;

    text-decoration: none;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

  }

  .buddypress-wrap .main-navs:not(.dir-navs) li.current a,

  .buddypress-wrap .main-navs:not(.dir-navs) li.selected a {

    background: none;

    color: #ecb101;

  }

  .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {

    background-color: #192836;

  }

  .buddypress-wrap .main-navs:not(.dir-navs) li a {

    color: #fff;

  }

  .buddypress-wrap .bp-navs li a {

    color: #fff;

  }

  .buddypress-wrap .bp-navs li:not(.current) a:focus,

  .buddypress-wrap .bp-navs li:not(.current) a:hover,

  .buddypress-wrap .bp-navs li:not(.selected) a:focus,

  .buddypress-wrap .bp-navs li:not(.selected) a:hover {

    color: #fff;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

  }

  .buddypress-wrap .bp-subnavs li.current a,

  .buddypress-wrap .bp-subnavs li.selected a {

    color: #ecb101;

    background: none;

  }

  .buddypress-wrap .bp-feedback.help .bp-icon,

  .buddypress-wrap .bp-feedback.info .bp-icon {

    background-color: #ecb101;

  }

  .button.acomment-reply.bp-primary-action.bp-tooltip,

  a.button.bp-secondary-action.bp-tooltip {

    color: #192836;

  }

  .buddypress-wrap .profile.edit .button-nav {

    background: #192836;

  }

  ul.leanpress-buddpress-list-filters {

    padding-left: 0;

    background: #192836;

    padding: 8px 10px;

    color: #fff;

  }

  ul.leanpress-buddpress-list-filters li a {

    color: #fff;

  }

  .lp-list-table thead tr th {

    background: #192836 !important;

  }

  .buddypress-wrap .standard-form input[required],

  .buddypress-wrap .standard-form select[required],

  .buddypress-wrap .standard-form textarea[required] {

    border-width: 1px;

  }

  .buddypress-wrap .profile.edit .button-nav li {

    padding: 5px;

  }

  .buddypress ul.learn-press-courses .course .course-title {

    font-weight: 700;

  }

  .buddypress-wrap .bp-navs li:not(.current) a:focus,

  .buddypress-wrap .bp-navs li:not(.current) a:hover,

  .buddypress-wrap .bp-navs li:not(.selected) a:focus,

  .buddypress-wrap .bp-navs li:not(.selected) a:hover {

    background: none;

  }

  .buddypress-wrap .bp-navs li.current a,

  .buddypress-wrap .bp-navs li.current a:focus,

  .buddypress-wrap .bp-navs li.current a:hover,

  .buddypress-wrap .bp-navs li.selected a,

  .buddypress-wrap .bp-navs li.selected a:focus,

  .buddypress-wrap .bp-navs li.selected a:hover {

    background: none;

    color: #ecb101;

  }

  .activity-list.bp-list .activity-item {

    border: 1px solid #ddd;

    box-shadow: none;

  }

  .activity-list .activity-item .activity-header .time-since {

    color: #192836;

  }

  .activity-list .activity-item .activity-header .time-since:hover {

    color: #ecb101;

  }

  .activity-list .activity-item .activity-header a {

    color: #192836;

  }

  body #buddypress li.members:hover,

  body #buddypress li.activity:hover,

  body #buddypress li.profile:hover {

    background: #f5f5f5;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

  }

  .activity-list .activity-item .activity-content .activity-inner,

  .activity-list .activity-item .activity-content blockquote {

    background: none;

  }

  .buddypress-wrap .standard-form input[required]:invalid,

  .buddypress-wrap .standard-form select[required]:invalid,

  .buddypress-wrap .standard-form textarea[required]:invalid {

    border-color: #ccc;

  }

  .buddypress-wrap .standard-form div.submit input {

    background: #ecb101;

    color: #fff;

    border: none;

    padding: 8px 15px;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

  }

  .buddypress-wrap .standard-form div.submit input:hover {

    background: #192836;

    color: #fff;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

  }

  .buddypress-wrap .register-page .layout-wrap .blog-details {

    padding-left: 0;

  }

  .buddypress-wrap.extended-default-reg .register-page .extended-profile {

    flex: 1;

  }

  .buddypress-wrap .bp-tables-user thead tr,

  .buddypress-wrap table.forum thead tr,

  .buddypress-wrap table.wp-profile-fields thead tr {

    border-bottom: none;

  }

  body.buddypress .site-content {

    padding-top: 0;

  }