/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --primary: #0271cb;
    --secondary: #bb6f21;
    --font-family-title: "Poppins";
}

body {
    font-family: "Open Sans", sans-serif;
    color: #6e789b;
    /*color: #0b0c26;*/
}

a,
a:hover,
.btn,
.btn:hover,
button,
button:hover,
.widget-download ul.download li {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
    color: #0271cb;
    outline: none;
}

a.link-text:hover {
    text-decoration: underline;
}

textarea,
select,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    box-shadow: none !important;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    border-radius: 0;
}

.form-check-input {
    width: 1.125em;
    height: 1.125em;
    border: 2px solid rgba(0, 0, 0, 0.25);
    float: left;
    margin-top: 0.3em;
    vertical-align: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    appearance: none;
    color-adjust: exact;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-input:focus {
    border-color: #f5d2a8;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(234, 164, 81, 0.25);
}

a:hover {
    color: #0271cb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    color: #0b0c26;
}

img {
    max-width: 100%;
    height: auto;
}

.bgcolor-grey,
.bgcolor-grey>.bg-layer {
    background-color: #f4f6f9;
}

.container {
    max-width: 1170px;
}


/* Overlay styles */
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
    position: relative;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>* {
    position: relative;
    z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

[data-overlay]:before {
    background-color: #0271cb;
}

[data-black-overlay]:before {
    background-color: #000000;
}

[data-white-overlay]:before {
    background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
    opacity: 1;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.events-search .form-control:focus {
    border-color: #0271cb;
    box-shadow: none;
}

/*** all color **/
.blue-bg {
    background-color: #0271cb;
    color: #fff;
}

.green-c {
    color: #0271cb
}

.black-c {
    color: #0b0c26
}

.black-bg {
    background-color: #0b0c26;
    color: #fff
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pt-50 {
    padding-top: 50px
}

.mt-80 {
    margin-top: 80px
}

.ml-70 {
    margin-left: 70px;
}

.b-line {
    position: relative;
    width: 60px;
    height: 3px;
    background: #0271cb;
    display: block;
    margin: 0 auto;
}

.btn-primary-link {
    background-color: transparent;
    padding: 0;
    border: none;
    color: #ffffff;
    font-weight: 600;
    line-height: 1rem;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.btn-button-2 {
    padding: 8px 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.btn-button-2:hover {
    border: 4px solid transparent;
}

.btn-button-2:focus,
.btn-button-2:hover:focus {
    outline: none;
    box-shadow: none;
    border: 4px solid transparent;
}

.btn-button-1 {
    padding: 9px 28px;
    border-radius: 4px;
    background: transparent;
    border: 4px solid transparent;
    font-weight: bold;
    color: #fff
}

.btn-button-1:hover {
    border: 4px solid transparent;
    background-color: #181e31;
    ;
    color: #fff;
}

.btn-button-1:focus,
.btn-button-1:hover:focus {
    border: 4px solid transparent;
    box-shadow: none;
    background: #181e31;
    color: #fff;
}

.bg-btn {
    background-color: #0271cb;
}

.title:hover {
    color: #0271cb
}

.title {
    font-size: 18px;
    font-weight: bold;
    font-family: Poppins;
    color: #333;
}

.hadding-text-area h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.hadidng-icon i {
    font-size: 36px;
    color: #0271cb;
    padding-bottom: 3px;
    display: block;
    padding-top: 0;
}

.hadidng-2 p {
    font-size: 15px;
    font-weight: 600;
    color: #666699;
}

.popin {
    font-family: Poppins
}

.position-relative {
    position: relative;
}

/*--------------------------------------------------------------
# OwlCarousel General
--------------------------------------------------------------*/
.owl-nav-none .owl-carousel .owl-nav,
.owl-dots-none .owl-carousel .owl-dots {
    display: none !important;
}

.owl-dots .owl-dot {
    display: inline-block;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 40px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 35px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border-radius: 50%;
    border: none;
    padding: 0;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.scroll-top.scroll-style {
    background-color: #0271cb;
}

.scroll-top.scroll-style:hover {
    color: #ffffff;
    background-color: #181e31;
}

.scroll-top span {
    color: #fff;
    text-align: center;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs-section {
    overflow: hidden;
    background-color: #ffffff;
    padding: 30px 0px;
}

.tabs-section .feature-img {
    max-height: 255px;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
}

.tabs-section .nav-tabs {
    border: 0;
}

.tabs-section .nav-link {
    border: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 14px 30px 14px 20px;
    transition: 0.3s;
    color: #a0a0a0;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}

.tabs-section .nav-link:before {
    content: "\ede2";
    font-family: 'boxicons';
    margin-right: 15px;
    font-size: 8px;
    vertical-align: bottom;
}

.tabs-section .nav-link:hover {
    color: #0271cb;
}

.tabs-section .nav-link.active {
    color: #0271cb;
    border-color: #0271cb;
}

.tabs-section .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.tabs-section .tab-pane h3 {
    color: #0271cb;
    font-size: 26px;
    line-height: 0.8em;
    margin: 0 0 1.25em;
}

.tabs-section .tab-pane p {
    color: #7a8595;
    margin-bottom: 30px;
}

.tabs-section .tab-pane p:first-child {
    margin-bottom: 30px;
}

.tabs-section .tab-pane p:last-child {
    margin-bottom: 0
}

.tabs-section .tab-pane ul {
    list-style: none;
}

.tabs-section .tab-pane ul li {
    margin-bottom: 12px;
    color: #7a8595;
}

.tabs-section .tab-pane ul svg {
    display: inline-block;
    padding-right: 5px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header_style .top_header {
    position: relative;
    background-color: #f0f5f9;
    padding: 11px 0px;
    z-index: 1;
}

.top_header .top_left li {
    color: #222;
    font-size: 14px;
    display: inline-block;
    margin-right: 25px;
}

.top_header .top_left li svg {
    color: #0271cb;
    position: relative;
    margin-right: 10px;
}

.language-selection ul>li>a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.language-selection ul>li,
.language-selection>a {
    border-right: 1px solid #c0c0c0;
    padding-right: 10px;
    margin-right: 0;
    font-size: 14px;
}

.language-selection ul>li>a:hover,
.language-selection ul>li.active>a {
    color: #0271cb;
    text-decoration: underline;
}

.language-selection ul>li:last-child {
    border-right: none;
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .header-main {
    position: relative;
}

.logo img {
    width: 110px;
    padding: 8px 0;
}

.fixed-header .sticky .logo img {
    width: 83px;
}

.header_area {
    background-color: #f3f3f3;
    /*position: relative;*/
}

.header_area .logo {
    /*padding: 37px 0;*/
    padding: 22px 0;
}

@media only screen and (max-width: 991px) {
    .logo img {
        width: 95px;
    }
}

.header_area .mainmenu {
    float: right;
    margin-top: 75px;
}

.header_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.header_top_wrapper {
    background: url(../images/header_top_bg.jpg) repeat scroll 0 0 / cover;
    position: relative;
    z-index: 9;
    border-radius: 0 0 0 30px;
}

.header_top_wrapper:before {
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 10000px;
    background: url(../images/header_top_bg.jpg) repeat scroll 0 0 / cover;
}

.header_top_wrapper ul {
    padding: 0 30px;
    text-align: right;
}

.header_top_wrapper ul li {
    display: inline-block;
}

.header_top_wrapper ul li a {
    padding: 15px 5px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.header_top_wrapper ul li a i {
    font-size: 16px;
    padding-right: 8px;
}

@media only screen and (max-width: 991px) {
    .top_header {
        display: none;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
    line-height: 75px;
}

.nav-menu>ul>li:first-child {
    padding-left: 0;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #111;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #0271cb;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-top: 2px solid #ddb202;
}

.header_menu .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-top: 2px solid #0271cb;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
    line-height: 1.5;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #111;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #ddb202;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

.get-started-btn {
    margin-left: 30px;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.get-started-btn:hover {
    border: none;
}

@media only screen and (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .get-started-btn {
        margin-left: 10px;
        padding: 8px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .get-started-btn {
        margin: 0 55px 0 0;
        padding: 6px 18px;
        position: fixed;
        top: 37px;
        right: 0;
    }

    .mobLang {
        position: fixed;
        top: 40px;
        right: 170px;
    }
}

@media only screen and (max-width: 375px) {
    .get-started-btn {
        margin: 0 55px 0 0;
        padding: 6px 18px;
        position: fixed;
        top: 37px;
        right: 55px;
    }
}

.header_style .header-menu {
    position: relative;
}

.header_style .header-menu:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../images/header_top_bg.jpg) repeat scroll 0 0 / cover;
}

.header_style .header_menu:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #ffffff;
}

.header_style .nav-menu>ul>li:first-child {
    padding-left: 0;
}

.header_style .nav-menu>ul>li>a {
    text-transform: capitalize;
    padding: 7px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.header_style .header_menu .nav-menu>ul>li>a {
    text-transform: capitalize;
    padding: 7px 0;
    color: #111;
    font-size: 14px;
    font-weight: 600;
}

.header_style .nav-menu a:hover,
.header_style .nav-menu .active>a,
.header_style .nav-menu li:hover>a {
    color: #0271cb;
}

.header_style .header_menu .nav-menu a:hover,
.header_style .header_menu .nav-menu .active>a,
.header_style .header_menu .nav-menu li:hover>a {
    color: #0271cb;
}

.header_style .header_menu .nav-menu a:hover,
.header_style .header_menu .nav-menu .active>a,
.header_style .header_menu .nav-menu li:hover>a {
    color: #0271cb;
}

.header_style .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.fixed-header .sticky {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;

    border-bottom: 2px solid #0271cb;
}

.header_style .contact-info {
    float: right;
    overflow: hidden;
}

.header_style .contact-info>div {
    float: left;
    position: relative;
    padding-left: 35px;
}

.header_style .contact-info>div+div {
    margin-left: 45px;
}

.header_style .contact-info .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.header_style .contact-info .icon .fi:before {
    font-size: 30px;
    font-size: 1.46667rem;
}

.header_style .contact-info>div p {
    margin-bottom: 0;
}

.header_style .contact-info p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.46em;
    margin: 0;
}

.header_style .contact-info p+span {
    font-size: 14px;
    font-size: 0.93333rem;
}


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

    .ttm-header-style-infostack .ttm-top-info-con,
    .ttm-header-style-infostack .site-branding {
        height: 113.5px;
        line-height: 113.5px;
    }

    .ttm-header-style-infostack .ttm-header-main-wrapper .site-branding {
        float: left;
        text-align: left;
        display: block;
        position: relative;
        z-index: 10;
        margin-bottom: 32.5px;
    }

    .ttm-header-style-infostack .ttm-stickable-header-w {
        height: auto;
        position: relative;
    }

    .ttm-header-style-infostack #site-header-menu {
        float: none;
        position: absolute;
        width: 100%;
        bottom: -45.5px;
        z-index: 10;
    }

    .ttm-header-style-infostack #site-header-menu .visible-title .container,
    .ttm-header-style-infostack .site-header-menu-inner {
        position: relative;
        background-color: transparent;
    }

    .ttm-header-style-infostack .site-navigation,
    .ttm-header-style-stackcenter .site-navigation {
        position: relative;
        padding: 0px;
        background-color: #20303d;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(6, 22, 58, 0.07);
        -moz-box-shadow: 0px 0px 9px 0px rgba(6, 22, 58, 0.07);
        box-shadow: 0px 0px 9px 0px rgba(6, 22, 58, 0.07);
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .nav-menu {
        float: none;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .nav-menu>ul>li {
        padding: 10px 0 10px 22px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .nav-menu>ul>li>a {
        padding: 0;
        margin: 0;
        height: 65px;
        line-height: 65px;
    }

    .header-3 .nav-menu a {
        color: #ffffff;
    }

    .header-3 .nav-menu a:hover,
    .header-3 .nav-menu .active>a,
    .header-3 .nav-menu li:hover>a {
        color: #0271cb;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .nav-menu>ul>li:first-child {
        padding-left: 25px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .nav-menu>ul>li:last-child {
        padding-right: 25px;
    }

    .header-3 .sticky {
        background-color: #20303d;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .header-3.ttm-header-style-infostack .sticky .site-navigation {
        webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.site-branding img {
    max-height: 48px;
}

.ttm-top-info-con {
    float: right;
    position: relative;
    z-index: 3;
    text-align: right;
}

.ttm-top-info-con>ul {
    padding: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    display: table;
    vertical-align: middle;
    height: 100%;
}

.ttm-top-info-con ul li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    margin: 0;
}

.ttm-top-info-con>ul:not(.social-icons)>li {
    padding: 0 20px;
}

.ttm-top-info-con>ul:not(.social-icons)>li:first-child {
    padding-left: 0;
}

.ttm-top-info-con>ul:not(.social-icons)>li:last-child {
    padding-right: 0;
}

.ttm-top-info-con ul li .icon-box,
.ttm-top-info-con ul li .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

ul li .icon-box.icon-style-border img {
    text-align: center;
}

ul li .icon-box.icon-style-border {
    position: relative;
}

.ttm-top-info-con ul li .icon-box,
.ttm-top-info-con ul li .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.ttm-top-info-con ul li .title-box {
    padding-left: 18px;
}

.ttm-top-info-con .title-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}

.ttm-top-info-con .title-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 40px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #0271cb;
}

.mobile-nav {
    position: fixed;
    top: 75px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #111;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #0271cb;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/* fbar */
.fbar-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bgcolor-darkgrey>.fbar-bg-layer {
    background-color: #0b0c26;
}

.fbar-position-right .fbar-box-w {
    position: fixed;
    top: 111px;
    right: 0;
    width: 400px;
    height: calc(100vh - 6.5em);
    /*max-height: 500px;*/
    z-index: 9999;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fbar-position-right .fbar-box-w.animated {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.fbar-box-w {
    -webkit-box-shadow: inset 0 -23px 30px -20px rgba(0, 0, 0, .18);
    -moz-box-shadow: inset 0 -23px 30px -20px rgba(0, 0, 0, .18);
    box-shadow: inset 0 -23px 30px -20px rgba(0, 0, 0, .18);
}

.fbar-position-right .fbar-btn {
    cursor: pointer;
    position: absolute;
    left: -36px;
    z-index: 1005;
    width: 58px;
    height: 58px;
    text-align: center;
    width: 0;
    height: 0;
    top: 60px;
}

@media (min-width: 320px) and (max-width: 568px) {
    .fbar-position-right .fbar-box-w.animated {
        width: 100%;
    }

    .fbar-position-right .animated .fbar-btn {
        left: 30px;
        top: 5px;
    }

    .fbar-position-right .fbar-btn a.close-icon {
        background-color: transparent;
    }

    .fbar-position-right .fbar-btn a.close-icon:after {
        content: none;
    }
}

.header-style-lassicinfo .-fbar-position-right .-fbar-btn {
    top: 165px;
}

.fbar-position-right .fbar-btn a {
    background-color: #0271cb;
    color: #ffffff;
    display: block;
    width: 36px;
    height: 41px;
    line-height: 45px;
    padding-left: 0;
    font-size: 19px;
}

.fbar-position-right .fbar-btn a i {
    margin-left: -5px;
}

.fbar-close-icon,
a.fbar-btn-link .fbar-close-icon,
a.fbar-btn-link.close-icon .fbar-open-icon {
    display: none;
}

a.fbar-btn-link.close-icon .fbar-close-icon {
    display: block;
}

.fbar-position-right .fbar-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: 20px solid #0271cb;
}

.fbar-position-right .fbar-content-wrapper {
    width: 100%;
    overflow: auto;
    height: 100%;
    padding: 35px;
    padding-bottom: 10px;
    z-index: 80;
    position: relative;
}

.fbar-box .fbar-panel h2 a {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 500;
    line-height: 40px;
}

.fbar-list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /*height: 100vh;*/
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    position: relative;
}

.carousel-item.active[data-white-overlay]:before {
    z-index: 3;
}

#hero .slider-items {
    position: relative;
}

#hero .slider-img {
    position: relative;
    /* height: 510px; */
    height: 675px;
}

#hero .slider-img img {
    width: 100%;
}

#hero .slider-contents {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 4;
}

#hero .slider-content h1 {
    font-size: 38px;
    font-weight: bold;
    font-family: Poppins;
    padding-right: 0;
    line-height: 48px;
    margin-bottom: 30px;
}

#hero .slider-content h2 {
    font-weight: bold;
    font-size: 38px;
    font-family: Poppins;
    text-transform: capitalize;
    margin-bottom: 13px;
}

#hero .slider-content p {
    color: #181e31;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    padding-right: 20%;
    line-height: 27px;
}

@media (max-width:853px) and (orientation: landscape) {
    #hero .slider-content p {
        margin-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    #hero .slider-content h1 {
        font-size: 26px;
        line-height: 34px;
    }

    #hero .slider-img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #hero .slider-content h1 {
        margin-bottom: 12px;
    }

    #hero .slider-content p {
        margin-bottom: 14px;
    }
}

@media (min-width: 558px) and (max-width: 767px) {
    #hero .slider-content h1 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    #hero .slider-content h2 {
        font-size: 30px;
        margin-bottom: 13px;
    }

    #hero .slider-img {
        height: 278px;
    }

    #hero .slider-img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

@media (min-width:598px) and (max-width:767px) and (orientation: landscape) {
    #hero .slider-content h1 {
        font-size: 25px;
        line-height: 26px;
        margin-bottom: 7px;
    }

    #hero .slider-content h2 {
        font-size: 30px;
        margin-bottom: 13px;
    }

    #hero .slider-img {
        height: 278px;
    }

    #hero .slider-img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 568px) {
    #hero .carousel-indicators {
        margin-bottom: 0;
    }

    #hero .slider-img {
        height: 300px;
    }

    #hero .slider-img img {
        height: 100%;
        object-fit: cover;
    }

    #hero .slider-content h1 {
        font-size: 26px;
        padding-right: 0;
        margin-bottom: 3px;
        line-height: 33px;
    }

    #hero .slider-content p {
        height: 50px;
        overflow: hidden;
    }

}

@media (min-width: 598px) and (max-width: 767px) and (orientation: landscape) {
    #hero .slider-img {
        height: 278px;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 80px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f7f7f7;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.inner-content-wrapper .section-title {
    padding-bottom: 5px;
}

.section-title h2,
.section-title h4 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h4 {
    font-size: 22px;
}

.section-title h2::after,
.section-title h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #0271cb;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-title.text-left h2::after,
.section-title.text-left h4::after {
    left: 0;
}

.section-title h2.noline {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.section-title h2.noline::after {
    content: none;
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    min-height: 40px;
    padding: 80px 0 60px 0;
}

.breadcrumb_left {
    padding: 10px 0;
    padding-right: 30px;
}

.breadcrumb_right {
    padding: 10px 0;
}

.breadcrumb_left h2 {
    font-size: 43px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
    line-height: 50px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.breadcrumb_left p {
    margin-bottom: 0;
    color: #ffffff;
}

.breadcrumb_right ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.breadcrumb_right ol li {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.breadcrumb_right ol a {
    color: #fff;
}

.breadcrumb_right ol li+li {
    padding-left: 10px;
}

.breadcrumb_right ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}

.breadcrumb_right li a:hover,
.breadcrumb_right li {
    color: #0b0c26;
}

.bg-image-2 {
    background-image: url(../images/bg/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 991px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding: 30px 0 20px 0;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-icon-bg {
    background-image: url(../images/icon/s-1.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    padding: 30px;
}

.service-icon i {
    font-size: 42px;
}

.service-content {
    padding-top: 19px;
}

.service-content>a {
    font-size: 22px;
    font-weight: bold;
    color: #0b0c26;
}

.service-content>a:hover,
a.readmore:hover {
    color: #0271cb;
}

.service-content p {
    padding: 16px 0;
}

a.readmore {
    color: #0b0c26;
    text-transform: capitalize;
    font-weight: bold;
}

a.readmore>i {
    font-size: 21px;
    display: inline-block;
    clear: both;
    position: relative;
    top: 4px;
}

/*--------------------------------------------------------------
# Card Grid Section
--------------------------------------------------------------*/
.card {
    border: 0;
    border-radius: 0;
    margin-bottom: 2rem;
}

.card-service {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    color: #fff;
    height: 270px;
}

.card-service .card-block {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 68px;
    overflow: hidden;
    padding: 1.25rem;
    background-color: rgba(0, 172, 31, .95);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.card-service:hover .card-block {
    height: 250px;
}

.btn .fa,
.btn [class^="ti-"] {
    margin: 0 0.125rem;
    font-size: 1rem;
    /*vertical-align: middle;*/
}

.card-service .card-block a.btn {
    font-size: 0.875rem;
}

.card-service .card-block .card-text,
.card-service .card-block .btn {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
}

.card-service:hover .card-block .card-text,
.card-service:hover .card-block .btn {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out 0.3s;
    -o-transition: opacity 0.3s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s;
}

.card-service .card-title {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 68px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-service .card-title::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 20%;
    right: 20%;
    border-top: 1px solid #0b0c26;
}

.card-service a {
    color: #fff;
}

.card-service:hover a {
    color: #0b0c26;
}

.card-service a.btn:hover {
    text-decoration: underline;
}

.btn-primary-link:hover,
.btn-primary-link:focus,
.btn-primary-link:active,
.btn-primary-link:active:focus {
    background-color: transparent;
    color: #0b0c26;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Post Grid Section
--------------------------------------------------------------*/
.latest-post-section .post-grids,
.post-gallery-section .post-grids {
    overflow: hidden;
    margin: 0 -12.5px;
}

.latest-post-section .post-grids .grid,
.post-gallery-section .post-grids .grid {
    max-width: calc(25% - 0px);
    flex: 0 0 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.latest-post-section .post-grids .grid {
    max-width: calc(33.333% - 0px);
    flex: 0 0 33.333%;
    margin-bottom: 20px;
}

.post-gallery-section .post-grids .grid {
    margin-bottom: 25px;
}

.post-gallery-section .post-grids video {
    margin-top: 0;
    margin-bottom: 0;
}

.latest-post-section .entry-media,
.post-gallery-section .entry-media {
    position: relative;
    overflow: hidden;
}

.latest-post-section .entry-media .overlay,
.post-gallery-section .entry-media .overlay {
    background-color: rgba(197, 2, 39, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.latest-post-section .entry-media .overlay a,
.post-gallery-section .entry-media .overlay a {
    font-size: 20px;
    font-size: 1.33333rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-gallery-section .entry-media .overlay a {
    font-size: 35px;
}

.latest-post-section .grid:hover .entry-media .overlay,
.post-gallery-section .grid:hover .entry-media .overlay {
    opacity: 1;
    visibility: visible;
}

.latest-post-section .entry-meta {
    padding: 12px 0 10px;
    border-bottom: 1px solid #e1e2e3;
}

.latest-post-section .entry-meta ul {
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.latest-post-section .entry-meta ul>li+li {
    margin-left: 20px;
}

.latest-post-section .entry-meta li {
    float: left;
}

.latest-post-section .entry-meta li:last-child {
    float: right;
}

.latest-post-section .entry-meta a {
    font-size: 13px;
    font-size: 0.8111rem;
    color: #999ea5;
}

.latest-post-section .entry-meta a:hover {
    color: #0271cb;
}

.latest-post-section .entry-body {
    padding-top: 15px;
}

.latest-post-section .entry-body h3 {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.4em;
    margin: 0 0 0.8em;
}

.latest-post-section .entry-body h3 a {
    color: #1e2331;
}

.latest-post-section .entry-body h3 a:hover {
    color: #0271cb;
}

@media (max-width: 1199px) {

    .latest-post-section .post-grids .grid,
    .post-gallery-section .post-grids .grid {
        max-width: calc(33.33% - 0px);
        flex: 0 0 33.33%;
    }
}

@media (max-width: 991px) {

    .latest-post-section .post-grids .grid,
    .post-gallery-section .post-grids .grid {
        max-width: calc(50% - 0px);
        flex: 0 0 50%;
    }
}

@media (max-width: 767px) {
    .latest-post-section .entry-meta {
        padding: 10px 0 8px;
    }

    .latest-post-section .entry-body h3 {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}

@media (max-width: 600px) {

    .latest-post-section .post-grids .grid,
    .post-gallery-section .post-grids .grid {
        max-width: calc(100% - 0px);
        flex: 0 0 100%;
    }
}

/*--------------------------------------------------------------
# Bookshelf Section
--------------------------------------------------------------*/
.lib-papular-books .nav-tabs {
    float: right;
    width: 50%;
    text-align: center;
    margin: -24px 0px 0px 0px;
    border: none;
}

.lib-papular-books .nav-tabs>li {
    margin-top: 24px;
}

.lib-papular-books .nav-tabs>li>a:hover,
.lib-papular-books .nav-tabs>li.active>a,
.lib-papular-books .nav-tabs>li.active>a:focus {
    color: #fff;
    outline: none;
}

.lib-papular-thumb {
    float: left;
    width: 100%;
    border: solid 1px #CCC;
    padding: 5px;
}

.lib-papular-books .tab-content {
    float: left;
    width: 50%;
    padding: 0px 15px;
}

.card-tabs .nav-tabs>li>a.active,
.card-tabs .nav-tabs>li>a.active:hover,
.card-tabs .nav-tabs>li>a.active:focus {
    cursor: default;
}

.card-tabs .nav-tabs .nav-item .nav-link,
.card-tabs .nav-tabs .nav-item.show .nav-link,
.card-tabs .nav-tabs .nav-link.active,
.card-tabs .nav-tabs .nav-link:focus,
.card-tabs .nav-tabs .nav-link:hover {
    border: none;
    color: transparent;
    padding: 0;
}

.nav-tabs>li>a.active .lib-papular-thumb,
.nav-tabs>li>a.active:hover .lib-papular-thumb,
.nav-tabs>li>a.active:focus .lib-papular-thumb {
    background-color: #0271cb;
}

.nav-tabs .nav-link {
    border: none;
}

.lib-papular-thumb img {
    width: 100%;
    float: left;
}

.lib-papular {
    float: left;
    width: 100%;
    border: solid 1px #CCC;
    padding: 10px 20px 10px 10px;
}

.lib-papular .kode-thumb {
    float: left;
}

.lib-papular .kode-thumb img {
    float: left;
    width: 100%;
}

.lib-papular .kode-text {
    padding: 10px 0px 0px 270px;
}

.kode-text h2 {
    color: #262626;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 26px;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.kode-text h2.link-title {
    color: #445a69;
}

.lib-papular .kode-text h4 {
    font-size: 14px;
    margin: 0px 0px 10px;
}

.kode-text p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #666666;
    margin-bottom: 9px;
}

.lib-more a {
    position: relative;
    color: #333;
}

.lib-papular .lib-more {
    float: left;
    width: 100%;
}

.lib-papular .lib-more a {
    float: right;
    color: #333;
    font-weight: bold;
}

.lib-more a:hover,
.lib-papular .lib-more a:hover {
    color: #8e1d58;
}

.np-btn {
    text-align: right;
    display: inline-block;
}

.prevtab.btn.btn-primary:hover,
.nexttab.btn.btn-primary:hover,
.prevtab.btn.btn-primary:focus,
.nexttab.btn.btn-primary:focus,
.prevtab.btn.btn-primary,
.nexttab.btn.btn-primary {
    background-color: #0271cb;
    border: none;
    box-shadow: none;
    color: #ffffff;
    padding: 10px;
    outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.prevtab,
.nexttab {
    display: none;
}

.prevtab.btn i,
.nexttab.btn i {
    font-size: 24px;
    margin-top: -.1875rem;
    vertical-align: middle;
}

@media only screen and (max-width: 1280px) {
    .lib-papular-books .nav-tabs {
        width: 30%
    }

    .lib-papular-books .tab-content {
        width: 70%
    }

    .card-tabs .nav-link {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .lib-papular-books .nav-tabs {
        display: none;
    }

    .np-btn {
        width: 100%;
    }

    .prevtab,
    .nexttab {
        display: block;
        float: right;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .lib-papular-books .tab-content {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .lib-papular-books .nav-tabs {
        float: left;
        width: 100%;
        display: none;
    }

    .lib-papular-books .tab-content {
        float: left;
        width: 100%;
    }

    .lib-papular .kode-text {
        padding: 20px;
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .lib-papular .kode-thumb {
        width: 100%;
        margin-bottom: 20px;
    }

    .lib-papular .kode-text {
        padding: 0px;
    }
}

/*--------------------------------------------------------------
# Publication List
--------------------------------------------------------------*/
.filter-category h4 {
    margin-bottom: 0;
}

.filter-category a svg {
    margin-right: 5px;
}

.events-search .form-group {
    margin-bottom: 0;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

@media only screen and (min-width:768px) {
    .library [class*="col-"]:nth-last-of-type(2) .well,
    .library [class^="col-"]:nth-last-of-type(2) .well,
    .library [class*="col-"]:nth-last-of-type(1) .well,
    .library [class^="col-"]:nth-last-of-type(1) .well {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:767px) {
    .library [class*="col-"]:last-child .well,
    .library [class^="col-"]:last-child .well {
        margin-bottom: 0;
    }
}



.category-item.well {
    background-color: #ffffff;
    padding: 20px 20px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 2px solid #d6d6d6;
}

.category-item.well:hover {
    box-shadow: 0 10px 40px -11px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.category-item.red:hover {
    border-color: #d9346a;
}

.category-item .media-object {
    display: inline-block;
    height: 198px;
}

.category-item .media-body {
    padding: 5px;
}

.category-item .media-body h5,
.category-item .media-body h6,
.category-item .media-body p {
    font-size: 14px;
    font-weight: 500;
    color: #5b5b5b;
}

.category-item .media-body h6 {
    font-size: 12px;
}

.category-item .media-body p {
    font-weight: 400;
    color: #5b5b5b;
    line-height: 1.6;
    margin-top: 15px;
}

.category-item a {
    background-color: transparent;
    border-radius: 2px;
    color: #181e31;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin: auto;
    min-width: 150px;
    padding: 0.6em 1em;
    text-align: left;
}

.category-item.red:hover a.bg-btn {
    background-color: #0271cb;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .category-item .media {
        display: inline-block;
    }

    .category-item .media-body,
    .category-item .media-left,
    .category-item .media-right {
        display: block;
    }

    .category-item .media-left {
        margin-bottom: 15px;
    }

    .category-item .media-object {
        height: auto;
    }

    .category-item .media-body {
        width: auto;
    }

    .category-item a {
        background-color: #0271cb;
        color: #ffffff;
    }
}

@media (min-width: 320px) and (max-width: 568px) {}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.acod-content {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 40px;
    margin-top: -30px;
    transition: all 0.5s;
}

.acod-content .widget {
    padding: 25px 25px;
}

.acod-content .widget.widget_services {
    display: flex;
    flex-wrap: wrap;
}

.acod-content .widget.widget_services .form-check {
    margin-bottom: 10px;
    width: 25%;
}

.acod-content .widget.widget_services .form-check .form-check-input {
    border: 2px solid #AAAAAA;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0;
}

.acod-content .widget.widget_services .form-check .form-check-input:checked {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.acod-content .widget.widget_services .form-check .form-check-label {
    font-family: var(--font-family-title);
    margin-left: 10px;
    font-size: 15px;
}

@media only screen and (max-width: 1680px) {
    .acod-content .widget.widget_services .form-check .form-check-input {
        margin-top: 0.3rem;
    }

    .acod-content .widget.widget_services .form-check .form-check-label {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1280px) {
    .acod-content .widget.widget_services .form-check {
        width: 33%;
    }
}

@media only screen and (max-width: 767px) {
    .acod-content .widget.widget_services .form-check {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .acod-content .widget.widget_services .form-check {
        width: 100%;
    }
}

.acod-content .widget.widget_services.style-2 .form-check {
    width: 33.33%;
}

@media only screen and (max-width: 767px) {
    .acod-content .widget.widget_services.style-2 .form-check {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .acod-content .widget.widget_services.style-2 .form-check {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .acod-content {
        max-height: 250px;
        overflow: scroll;
    }

    .acod-content .widget {
        margin-bottom: 0;
    }
}

.accordion.accordion-filter .accordion-item {
    margin-bottom: 12px;
    border-radius: 6px;
    box-shadow: none;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion.accordion-filter .accordion-item .accordion-button {
    background: #ffffff;
    padding: 12px 20px;
    color: var(--secondary);
    font-size: 1rem;
    font-family: var(--font-family-title);
    box-shadow: none;
    font-weight: 500;
    height: 60px;
}

.accordion.accordion-filter .accordion-item .accordion-body {
    padding: 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    transition: all 0.5s;
}

.accordion.accordion-filter .accordion-item .accordion-body.show {
    padding: 20px;
}

.accordion.accordion-filter .accordion-item .accordion-body ul {
    padding-left: 0px;
}

.accordion.accordion-filter .accordion-item .accordion-body ul li {
    padding: 4px 0px;
    font-size: 16px;
}

.accordion.accordion-filter .accordion-item .accordion-body ul li a {
    color: var(--secondary);
}

.accordion.accordion-filter .accordion-item .accordion-body ul li a:hover {
    color: var(--primary);
}

.accordion.accordion-filter .accordion-item .accordion-body .slider-range {
    padding: 15px 8px 75px;
}


/*--------------------------------------------------------------
# Publication Detail
--------------------------------------------------------------*/
.Publication-container img {
    cursor: pointer;
}

.post_item_img .post_item_date {
    position: absolute;
    top: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: var(--primary);
    padding: 8px 15px;
    border-radius: 5px;
}

.post_item_img .post_item_date {
    top: -20px;
    left: 20px;
    padding: 13px 30px;
}

.post_item_img .post_item_date .date {
    padding-right: 0;
    margin-right: 0;
}

.post_item_img .post_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center;
}

.post_item_img .post_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.members .download-links,
.download-links {
    position: relative;
    margin-top: 30px;
    width: 75%;
}

.download-links.link-gobal {
    width: 35%;
}

.members .download-links h5,
.download-links h5 {
    position: relative;
    padding-bottom: 7px;
}

.members .download-links ul,
.download-links ul {
    position: relative;
    display: block;
    background: #0271cb;
    padding: 20px 35px 5px;
}

.members .download-links ul li,
.download-links ul li {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.members .download-links ul li:last-child,
.download-links ul li:last-child {
    border-bottom: 0;
}

.members .download-links ul li a,
.download-links ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 0px;
    padding-left: 30px;
    color: #ffffff;
}

.members .download-links ul li .icon,
.download-links ul li .icon {
    position: absolute;
    left: 0;
    top: 9px;
    line-height: 24px;
    font-size: 20px;
}

.members .download-links ul li .ttl,
.download-links ul li .ttl {
    position: relative;
    float: left;
}

.members .download-links ul li .info,
.download-links ul li .info {
    position: relative;
    float: right;
}

@media (min-width: 320px) and (max-width: 568px) {

    .members .download-links ul li .info,
    .download-links ul li .info {
        float: left;
        margin-top: 10px;
    }
}


/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

[class*="table-type"] {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.table-type-2 {
    border-radius: 20px 0 0 20px;
}

[class*="table-type"] table tr>td {
    font-weight: 300;
    font-size: 14px;
}

[class*="table-type"] table tr>td,
[class*="table-type"] table tr>th {
    padding: 13px 25px;
    text-align: left;
}

[class*="table-type"] table tr>th,
[class*="table-type"] table tr.bg-cell>td {
    font-size: 14px;
    font-weight: 300;
}

[class*="table-type"] table tr.bg-cell>td,
[class*="table-type"] table tr.bg-cell>th {
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
}

[class*="table-type"] table tr>td.tprice {
    color: #e883ae;
}

.table-type-1 table tr>th:nth-child(1) {
    width: 24%;
}

.table-type-1:not(.responsive-table) table tr:nth-child(2n+1)>td,
.table-type-1.responsive-table table tr:nth-child(2n)>td {
    background: #fbfbfb;
}


.table-type-1 table tr:first-child>th {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #333;
    background: #f1f1f1;
    text-transform: uppercase;
}

@media only screen and (max-width: 1150px) {
    .table-type-1 table tr>th:nth-child(1) {
        width: 30%;
    }
}

@media only screen and (max-width: 991px) {
    .table-type-1 table tr>th:nth-child(1) {
        width: 26%;
    }
}

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

    .responsive-table tbody tr {
        border: 1px solid #eaeaea;
        overflow: hidden;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .responsive-table tbody tr:last-child {
        margin-bottom: 0;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table thead,
    .responsive-table tfoot,
    .responsive-table th,
    .responsive-table tr,
    .responsive-table td {
        display: block;
    }

    .responsive-table tr th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsive-table td {
        position: relative;
        padding-left: 53% !important;
    }

    .responsive-table td:not([colspan]):not(.close-product):after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
    }

    .responsive-table tr:last-child td[colspan]:last-child,
    .responsive-table tr:last-child td:not(:first-child) {
        border-top: none !important;
    }

    .responsive-table td:before {
        content: attr(data-title);
        text-transform: uppercase;
        color: #333;
        position: absolute;
        top: 50%;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        -webkit-transform: translateY(-50%) translateZ(0);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    class*="table-type"] table tr>td,
    [class*="table-type"] table tr>th {
        padding: 13px;
    }

    .table-type-1 table tr:first-child>th {
        font-size: 14px;
    }

}

.ncf-event-list table th {
    /* padding: 15px 20px 13px 20px;*/
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border: 0;
}

.ncf-event-list table thead th {
    color: #585858;
    background-color: #ccd5db;
}

.ncf-event-list.min-width-space table thead th:first-child {
    width: 50%;
}

.ncf-event-list table {
    margin-bottom: 0;
}

.ncf-event-list table thead th,
.ncf-event-list table tbody>tr>td {
    border-top: none;
    font-weight: normal;
    font-size: 15px;
    vertical-align: middle;
}

.ncf-event-list table tbody>tr:nth-child(2n) {
    background-color: #eeeeee;
}

.check-list li .table a,
.table a {
    color: #212529;
    font-size: 15px;
    font-weight: normal;
}

.svg-inline--fa.fa-w-16 {
    width: 0.9rem;
}

.btnViewFile span {
    color: #8e1d58;
}

.btnViewFile,
.btnViewFile:focus {
    background-color: transparent;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    color: #333;
    display: inline-block;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 4px 13px;
    text-transform: capitalize;
}

.btnViewFile:active,
.btnViewFile:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.btnViewFile:hover {
    color: #6c6868;
}

.Download-container_table table thead th:first-child {
    width: 50%;
}

.Download-container_table.table_file table thead th:first-child {
    width: 80%;
}

/*--------------------------------------------------------------
# Admission Form
--------------------------------------------------------------*/
.admission-form {
    padding: 40px 20px;
    font-size: 100%;
    max-width: 980px;
    margin: 0 auto;
    width: 95%;
}

.preview {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-header {
    width: 100%;
    background: none;
    padding: 5px 0;
}

.form-header img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
}

.form-group {
    width: 100%;
}

.input-tree {
    outline: none !important;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 5px;
    padding: 0 10px;
    background-color: #f8f9fb;
    transition: all 0.3s ease-in;
}

.input-tree.parsley-error {
    border-color: #ff7e7e !important;
}

.parsley-errors-list li {
    color: #ff7e7e;
    margin-top: 4px;
}

.input-tree:focus {
    box-shadow: inset 0px 1px 8px #ddd !important;
    border-color: rgba(141, 157, 204, 0.57);
}

.admission-form form {
    margin-top: 50px;
}

.admission-form ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.admission-form .form-group-header {
    font-size: 1.1em;
    font-weight: 500;
    color: #545454;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.admission-form label {
    font-size: 1em;
    font-weight: normal;
    color: #777;
    position: relative;
}

.admission-form .form-group li {
    margin-bottom: 15px;
}

.req-label:after {
    content: '*';
    color: red;
    display: inline-block;
    margin: 3px 0 0 4px;
}

.group-devider>div {
    border-right: 1px solid #ddd;
    padding-right: 40px;

}

.group-devider>div:last-child {
    border: none;
    padding-right: 0;
    padding-left: 40px;
}

.group-devider-ul li {
    border-right: 1px solid #ddd;
}

.group-devider-ul li:last-child {
    border-right: none;
}

.add-more-row {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    display: block;
    margin-left: auto;
}

.add-more-row svg {
    width: 30px;
    height: 30px;
    fill: #777;
}

.add-more-row svg path {
    fill: #777;
}

.add-more-row:hover svg path {
    fill: #333;
}

.inline-block {
    display: inline-block;
}

.form-group-header.space-right {
    margin-right: 20px;
}

label.space-right {
    margin-right: 20px;
}

label.space-left {
    margin-left: 4px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

textarea.input-tree {
    max-width: 100%;
    min-width: 100%;
    height: 70px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #f8f9fb;
    border: 1px solid #ddd;
}

.styled-checkbox:hover+label:before {
    background: #0271cb;
}

.styled-checkbox:focus+label:before {
    /* box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); */
}

.styled-checkbox:checked+label:before {
    background: #0271cb;
    border: none;

}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.parsley-error input[type=radio]+label,
.parsley-error input[type=checkbox]+label {
    /* color: #ff7e7e; */
}

.parsley-error input[type=radio]+label:before,
.parsley-error input[type=checkbox]+label:before {
    border-color: #ff7e7e;
}

.checkbox-err .parsley-errors-list {
    display: none;
}

@media (max-width: 767px) {
    .group-devider>div {
        border: none;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .admission-form {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (min-width: 320px) and (max-width: 568px) {
    .admission-form .btn-button-1 {
        padding: 5px 15px;
    }
}



/*--------------------------------------------------------------
# Branch List Detail
--------------------------------------------------------------*/
.single-image {
    margin-bottom: 60px;
}

.single-sidebar-img {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.single-sidebar-img .lead-image-title {
    background-color: #0b0c26;
    letter-spacing: -.6px;
    color: #fff;
    text-align: right;
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(37px);
}

.single-sidebar-img img {
    width: 80%;
}

.post-detail h2 {
    margin-bottom: 15px;
}

.post-detail span {
    display: flex;
    margin-bottom: 7px;
    line-height: 20px;
}

.post-detail span i {
    margin-right: 10px;
    font-size: 13px;
}

.post-detail span a {
    color: #6e789b;
}

.post-detail span a:hover {
    color: #0271cb;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Online Class Zoom
--------------------------------------------------------------*/
/*.classes-wrapper .form-field {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.classes-wrapper .form-field:before {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    width: 100%;
}*/


/*--------------------------------------------------------------
# Post section
--------------------------------------------------------------*/

.sidebar .content-area {
    padding-right: 30px;
}

.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox-post {
    position: relative;
    overflow: visible;
    margin: 15px 0
}


.featured-imagebox-post .featured-content .featured-title h5 {
    margin-top: 0;
    margin-bottom: 0;
    color: #0b0c26;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.featured-imagebox-post .featured-content .featured-title h5 a {
    color: #0b0c26;
}

.featured-imagebox-post .featured-content .featured-title h5 a:hover {
    color: #0271cb;
}

.featured-imagebox-post .featured-desc p {
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 0
}

.featured-imagebox-post .featured-content {
    position: relative
}

.featured-imagebox-post .box-post-date {
    height: auto;
    width: auto;
    color: #6e789b;
    font-size: 14px;
    margin-bottom: 15px;
}

.featured-imagebox-post .featured-content.featured-content-post .post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 15px;
    line-height: 15px;
    color: #666d81;
    margin-bottom: 0;
}

.featured-imagebox-post .featured-content.featured-content-post .post-meta span:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.featured-imagebox-post .featured-content.featured-content-post .post-meta span:not(:last-child):after {
    position: absolute;
    background-color: #e7eaee;
    display: inline-block;
    content: "";
    width: 1px;
    height: 15px;
    vertical-align: middle;
    margin: 0 10px;
    top: 0
}

.featured-imagebox-post.style1 .featured-content.featured-content-post {
    padding: 26px 25px 20px 25px;
    background-color: #fff;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(41, 61, 88, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(41, 61, 88, .1);
    box-shadow: 0 0 10px 0 rgba(41, 61, 88, .1)
}

/*--------------------------------------------------------------
# Post Detail section 
--------------------------------------------------------------*/

.post-featured-wrapper .post-featured {
    width: 500px;
    margin: 0 auto;
}

.blog-single-content .post-meta {
    display: block;
    padding-bottom: 4px
}

.blog-single-content .post-meta .meta-line {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    padding-right: 20px;
    position: relative
}

.blog-single-content .post-meta .meta-line a {
    color: #6e789b;
    text-decoration: underline;
}

.blog-classic .post-meta .meta-line:last-child {
    padding-right: 0
}

.blog-single-content .post-meta .meta-line:not(:last-child):after {
    position: absolute;
    background-color: #e7eaee;
    display: inline-block;
    content: "";
    width: 1px;
    height: 15px;
    vertical-align: middle;
    margin: 0 10px;
    top: 0
}

.blog-classic .entry-header .entry-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 15px
}

.blog-classic .blogbox-desc-footer {
    padding-top: 15px;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px
}

.blog-single .box-post-date {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 65px;
    width: 65px;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.blog-single .box-post-date .entry-date {
    font-weight: 600;
    font-size: 24px;
    line-height: 17px
}

.blog-single .box-post-date .entry-month {
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-transform: uppercase
}

.blog-single-content .post-meta {
    display: block
}

.blog-single-content .post-meta {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.blog-single blockquote {
    display: block;
    padding: 25px 20px 25px 85px;
    position: relative;
    font-style: normal;
    font-size: 19px;
    min-height: 100px;
    line-height: 28px;
    font-style: normal;
    margin: 24px 0;
    font-weight: 400;
    border-left-width: 5px;
    border-left-style: solid
}

.blog-single blockquote:before {
    position: absolute;
    content: '\f10d';
    font-family: FontAwesome;
    font-size: 37px;
    line-height: 37px;
    top: 28px;
    left: 25px
}

.blog-single .blogbox-desc-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid #e8ecef
}

.blog-single .blogbox-desc-media .social-share-wrapper {
    display: flex;
    align-items: center
}

.blog-single .social-share-wrapper .social-share-title {
    font-size: 17px;
    margin-right: 8px;
    font-weight: 500;
    display: inline-block
}

.blog-single .blogbox-desc-media .tags-links a {
    padding: 6px 20px;
    background-color: #f4f6f9;
    color: #131d3b;
    font-size: 15px;
    display: inline-block;
    margin-right: 3px
}

.blog-single .blogbox-desc-media .tags-links a:hover {
    color: #0271cb;
}

ul.social-icons {
    margin: 0;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    margin: 0 2px;
}

.social-icons.circle li>a {
    border: 1px solid;
    color: #131d3b;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}

.social-icons.circle li>a:hover {
    color: #fff;
    background-color: #0271cb;
    border-color: #0271cb;
}


/*--------------------------------------------------------------
# Our Team Members
--------------------------------------------------------------*/
.ts-team-wrapper {
    position: relative;
    overflow: hidden;
    /*-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);*/
    text-align: center;
    min-height: 310px;
}

.team-img-wrapper {
    position: relative;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.team-img-wrapper:after {
    position: absolute;
    content: '';
    background: rgba(31, 31, 31, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.ts-team-wrapper:hover .team-img-wrapper:after {
    opacity: 1;
    right: 0;
}

.team-img-wrapper img {
    width: 100%;
}

.ts-team-content {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    height: 95px;
    padding: 22px 25px;
    margin-top: 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
}

.ts-team-wrapper:hover .ts-team-content {
    position: absolute;
    top: 50%;
    margin-top: -95px;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.ts-team-wrapper:hover .ts-team-content h3,
.ts-team-wrapper:hover .ts-team-content p {
    color: #fff;
}

.ts-team-content .team-name {
    font-size: 20px;
    margin: 0;
    line-height: normal;
}

.ts-team-content .team-designation {
    font-size: 14px;
    font-style: italic;
}

.team-social-icons {
    display: none;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.team-social-icons a {
    color: #252a37;
    margin-right: 12px;
    text-align: center;
}

.ts-team-wrapper:hover .team-social-icons {
    display: block;
    height: 95px;
    padding: 30px 0;
}

/* Team Single */
.all-member-content-wrapper [class*=col-],
.all-member-content-wrapper [class^=col-],
.pb-teams [class*=col-],
.pb-teams [class^=col-] {
    margin-bottom: 25px;
}

.all-member-content-wrapper [class*=col-]:nth-last-of-type(1),
.all-member-content-wrapper [class^=col-]:nth-last-of-type(1),
.all-member-content-wrapper [class*=col-]:nth-last-of-type(2),
.all-member-content-wrapper [class^=col-]:nth-last-of-type(2),
.all-member-content-wrapper [class*=col-]:nth-last-of-type(3),
.all-member-content-wrapper [class^=col-]:nth-last-of-type(3),
.pb-teams [class*=col-]:nth-last-of-type(1),
.pb-teams [class^=col-]:nth-last-of-type(1),
.pb-teams [class*=col-]:nth-last-of-type(2),
.pb-teams [class^=col-]:nth-last-of-type(2),
.pb-teams [class*=col-]:nth-last-of-type(3),
.pb-teams [class^=col-]:nth-last-of-type(3),
.pb-teams [class*=col-]:nth-last-of-type(4),
.pb-teams [class^=col-]:nth-last-of-type(4) {
    margin-bottom: 0;
}

.team-pg-section .leadership-grids {
    overflow: hidden;
    margin: 0 -15px;
}

.team-pg-section .leadership-grids .grid {
    width: 50%;
    float: left;
    padding: 0 15px 30px;
}

.team-pg-section .leadership-grids .grid.mx-auto {
    float: none;
}

.team-pg-section .leadership-grids .member-info {
    border-bottom: 1px solid #09a223;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.team-pg-section .leadership-grids h4 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 1em 0 0.15em;
}

.team-pg-section .leadership-grids h4+span {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: bold;
    color: #7a8595;
}

.team-pg-section .leadership-grids .details a {
    margin-bottom: 4px;
    font-weight: 600;
    display: block;
    color: #0b0c26;
}

.team-pg-section .leadership-grids .details a:hover {
    color: #0271cb;
}

.team-pg-section .leadership-grids .social ul {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 0;
    list-style-type: none;
}

.team-pg-section .leadership-grids .social li {
    float: left;
}

.team-pg-section .leadership-grids .social ul>li+li {
    margin-left: 5px;
}

.team-pg-section .leadership-grids .social a {
    background-color: #3b5998;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.team-pg-section .leadership-grids .social ul li:nth-child(2) a {
    background-color: #26e5fc;
}

.team-pg-section .leadership-grids .social ul li:nth-child(3) a {
    background-color: #447bc0;
}

.team-pg-section .leadership-grids .social ul li:nth-child(4) a {
    background-color: #ed573e;
}

.team-pg-section .leadership-grids .social a:hover {
    opacity: 0.8;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.heading-2 h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
}

.heading-icon i {
    font-size: 36px;
    color: #0271cb;
    padding-bottom: 3px;
    display: block;
    padding-top: 0;
}

.heading-2 p {
    font-size: 15px;
    font-weight: 600;
    color: #666699;
}

.about-content h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.about-content h2 span {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.about-content h2 span:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #0271cb;
    position: absolute;
    bottom: 7px;
    margin-left: 10px;
}

.about-content {
    padding-right: 100px;
}

.main-about-box {
    position: relative;
    box-shadow: 0 2px 20px 0 #b2afaf;
    border-radius: 10px;
}

.main-about-box_bottom {
    margin-top: 15px;
}

.info-office-title h4 {
    background: #0b0c26;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    letter-spacing: .93px;
    color: #fff;
    font-weight: 600;
}

.info-office-title img {
    border-radius: 50%;
    height: 125px;
    width: 125px;
}

.info-office {
    padding: 15px;
    text-align: center;
}

.info-office p {
    margin-bottom: 5px;
}

.info-office p a {
    color: #0271cb;
}

.info-office p a svg {
    margin-right: 5px;
}

@media only screen and (max-width: 991px) {
    .about-content {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content {
        padding-right: 0;
    }

    .main-about-box_bottom {
        box-shadow: none;
        margin-top: 0;
        margin-bottom: 30px;
    }
}


/*--------------------------------------------------------------
# History Items Area
--------------------------------------------------------------*/
.broken-section {
    padding: 0;
}

.ttm-col-bgimage-yes,
.bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
}

.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/col-bgimage-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.ttm-equal-height-image {
    display: none;
}

.layer-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.ttm-left-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0;
}

@media only screen and (min-width: 1801px) {
    .ttm-left-span .ttm-col-wrapper-bg-layer {
        margin-left: -500px;
    }
}

.ttm-bgcolor-darkgrey>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner {
    background-color: #0b0c26;
}

.ttm-bgcolor-darkgrey>.ttm-bg-layer>.ttm-col-wrapper-bg-layer-inner {
    opacity: .92;
}

.ttm-col-bgimage-yes.spacing {
    padding-top: 75px;
    padding-right: 40px;
    padding-bottom: 88px;
    padding-left: 70px;
}

.col-bg-img-four.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/col-bgimage-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ttm-right-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -100px;
    margin-left: -15px;
    right: 0;
}

@media only screen and (min-width: 1801px) {
    .ttm-right-span .ttm-col-wrapper-bg-layer {
        margin-right: -500px;
    }
}

@media (min-width: 320px) and (max-width: 568px) {
    .ttm-col-bgimage-yes.spacing {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.layer-content .section-title {
    position: relative;
    margin-bottom: 15px;
}

.layer-content .section-title .title-header {
    position: relative;
    padding-bottom: 30px;
}

.layer-content .section-title .title-header h5 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 11px;
    text-align: left;
}

.ttm-bgcolor-darkgrey .section-title h5 {
    color: #ffffff;
}

.layer-content .section-title .title-header h2 {
    color: #ffffff;
    text-align: left;
}

.layer-content .section-title .title-header h2:after {
    left: 0;
}

.ttm-bgcolor-darkgrey p {
    color: rgba(255, 255, 255, .7);
}

/*--------------------------------------------------------------
# App Download Area
--------------------------------------------------------------*/
.app-download .section-title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
}

.app-download .app-download-btn {
    margin-right: 75px;
}

.app-download .app-download-btn:last-child {
    margin-right: 0;
}


.filter-shadow-1 {
    filter: drop-shadow(0px 10px 10px rgba(35, 204, 136, 0.5));
}

.filter-shadow-2 {
    filter: drop-shadow(0px 10px 10px rgba(197, 2, 39, 0.5));
}

@media only screen and (max-width: 479px) {
    .app-download .app-download-btn {
        margin-right: 75px;
    }

    .app-download-btn.mr-75 {
        margin-right: 25px;
    }
}


 
  



/*--------------------------------------------------------------
# Sliding course Items Area
--------------------------------------------------------------*/
.course-style {
    background: url(../images/bg/courses-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 70px 0;
}

/*--------------------------------------------------------------
# Sliding Items Area
--------------------------------------------------------------*/
.service-style,
.course-style {
    position: relative;
    padding: 93px 0px 90px 0px;
}

.service-style .upper-box .title-inner,
.course-style .upper-box .title-inner {
    position: relative;
    display: block;
    max-width: 900px;
    width: 100%;
}

.service-style .upper-box .title-inner .text,
.course-style .upper-box .title-inner .text {
    position: relative;
    padding-left: 30px;
    margin-top: 4px;
    width: 50%;
}

.service-style .upper-box .title-inner .text:before,
.course-style .upper-box .title-inner .text:before {
    position: absolute;
    content: '';
    background: #8db6d6;
    width: 1px;
    height: 75px;
    left: -40px;
    top: 3px;
}

.sec-title.left.style-three h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #0b0c26;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    padding-right: 35px;
}

.sec-title h5:before {
    background-color: #0271cb;
    position: absolute;
    content: '';
    width: 25px;
    height: 1px;
    top: 18px;
    right: 0;
}

@media only screen and (max-width: 575px) {
    .sec-title h5:before {
        display: none;
    }
}

.service-style .upper-box .btn-box,
.course-style .upper-box .btn-box {
    position: absolute;
    top: 25px;
    right: 0px;
}

.service-style .upper-box .btn-box .btn svg,
.course-style .upper-box .btn-box .btn svg {
    margin-left: 10px;
}

.service-style .upper-box .btn-box a.btn,
.course-style .upper-box .btn-box a.btn {
    padding: 13px 38px;
}

.service-style .upper-box,
.course-style .upper-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.service-block .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f6fbf7;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.service-block .inner-box:hover {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.service-block .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #0271cb;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.service-block .inner-box:hover:before {
    transform: scale(1, 1);
}

.service-block .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}

.service-block .inner-box .image-box img {
    width: 100%;
}

.service-block .inner-box .image-box .overlay-box-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: all 500ms ease;
}

.service-block .inner-box .image-box .overlay-box-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: all 500ms ease;
}

.service-block .inner-box:hover .image-box .overlay-box-1,
.service-block .inner-box:hover .image-box .overlay-box-2 {
    width: 50%
}

.service-block .inner-box .image-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.service-block .inner-box:hover .image-box a {
    opacity: 1;
}

.service-block .inner-box .lower-content {
    position: relative;
    padding: 37px 45px 38px 45px;
}

.service-block .inner-box .lower-content a {
    display: inline-block;
    color: #222;
    padding-top: 0;
    padding-bottom: 11px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.service-block .inner-box .lower-content a:hover {
    color: #0271cb;
}

.service-block .inner-box .lower-content p {
    margin-bottom: 29px;
}

.service-block .inner-box .lower-content .readmore {
    position: relative;
    display: block;
    margin-bottom: 0;
}

.service-block .inner-box .lower-content div.readmore {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin-top: 20px;
}

.service-style .owl-carousel .owl-dots,
.course-style .owl-carousel .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 15px;
}

.service-style .owl-dots .owl-dot span,
.course-style .owl-dots .owl-dot span {
    border: none;
    border-radius: 0;
    position: relative;
    display: inline-block;
    background: #dddddd;
    width: 20px;
    height: 4px;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.service-style .owl-dots .owl-dot.active span,
.service-style .owl-dots .owl-dot span:hover,
.course-style .owl-dots .owl-dot.active span,
.course-style .owl-dots .owl-dot span:hover {
    background: #180c54;
}

/*--------------------------------------------------------------
# Company Summery
--------------------------------------------------------------*/
.summery-dec h3 {
    font-size: 15px;
    font-weight: 600;
    color: #6666b2;
}

.summery-dec h2 {
    font-weight: bold;
    margin: 14px 0;
    line-height: 35px;
    font-size: 30px;
}

.summery-dec p {
    padding-bottom: 14px;
}

.section-bg1 {
    background: #f6fbf7;
}

.round-pin {
    height: 300px;
    width: 100%
}

@media (max-width: 991px) {
    .summery-dec h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .summery-dec h2 {
        line-height: 27px;
        font-size: 18px;
    }
}



/*--------------------------------------------------------------
# Content list view Area
--------------------------------------------------------------*/
.single-blog .log-img img {
    width: 100%;
    height: 260px;
}

.single-blog-content {
    margin-top: 20px;
}

.single-blog-content span {
    padding: 0px 13px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 13px;
}

.single-blog-content>a {
    padding: 9px 0;
    padding-top: 0;
    padding-bottom: 11px;
    padding-top: 4px;
    font-size: 18px;
    font-weight: bold;
    font-family: Poppins;
    color: #333;
}

.single-blog-content p {
    margin-bottom: 0;
}

a.readmore {
    color: #0b0c26;
    text-transform: capitalize;
    font-weight: bold;
}

a.readmore:hover {
    color: #0271cb;
}

.page-view .viewall {
    transform: translateY(30px);
}

.page-view .viewall a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: .4px;
}


/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
    transition: color 0.3s;
    color: #111;
    margin: 0 10px;
    padding-top: 8px;
    display: inline-block;
}

.team .member .social a:hover {
    color: #0271cb;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #111;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #b4aca8;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #847872;
}

.team .member:hover .social {
    opacity: 1;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/*.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: ease-in-out 0.3s;
}

.features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
}

.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}

.features .icon-box h3 a {
    color: #111;
    transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
    color: #0271cb;
}*/


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #f5faff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list .downloads li {
    display: inline-block;
    width: 100%;
}

.faq .faq-list ol li,
.faq .faq-list .entry-content li {
    background: none;
    padding: 0;
}

.faq .faq-list ol li:first-child {
    margin-top: 10px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px 0 0;
    outline: none;
}

.faq .faq-list .entry-content a {
    padding-left: 0;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: lightgray;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
    transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
    color: #0271cb;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

/*--------------------------------------------------------------
# Alumni
--------------------------------------------------------------*/
.regcontact-form p {
    color: #444;
    font-size: 13px;
}

.regcontact-form label {
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #545454;
    position: relative;
}

.regcontact-form .required {
    color: red;
    display: inline-block;
    font-weight: normal;
    padding-left: 2px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact .info {
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #0271cb;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #0271cb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
}

.contact .info:hover i {
    background: #0271cb;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea input.form-control[type="text"],
input.form-control[type="number"],
textarea.form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus,
input.form-control[type="text"]:focus,
input.form-control[type="email"]:focus,
input.form-control[type="number"]:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: #0271cb;
    box-shadow: none;
}

.contact .php-email-form input,
input.form-control[type="text"],
input.form-control[type="email"],
input.form-control[type="number"],
select.form-control {
    height: 44px;
}

.contact .php-email-form textarea,
textarea.form-control {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"],
button.btn.btn-success[type="submit"],
button.btn.btn-primary[type="submit"],
button.btn.btn-primary[type="button"] {
    background: #0271cb;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    outline: none;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #181e31;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

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



/*--------------------------------------------------------------
# Two Column Wrapper
--------------------------------------------------------------*/
@media (min-width: 992px) {

    .right-sidebar .col-lg-9.content-area,
    .left-sidebar .col-lg-9.content-area {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .right-sidebar .col-lg-3.widget-area,
    .left-sidebar .col-lg-3.widget-area,
    .ttm-sidebar-right .col-lg-3.product-sidebar-right {
        flex: 0 0 28%;
        max-width: 28%;
    }
}

.bgcolor-grey {
    background-color: #f5faff;
}

.pb-sidebar {
    /*padding: 40px 0 20px 0;*/
}

.pb-sidebar div.widget-area {
    position: relative;
    padding: 0px 30px;
}

.left-sidebar div.content-area {
    float: right;
}

.left-sidebar div.widget-area {
    float: left;
}

@media only screen and (max-width: 991px) {
    .left-sidebar div.widget-area {
        display: none;
    }
}

.pb-sidebar .entry {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pb-sidebar article.entry {
    padding-top: 0;
}

.pb-sidebar article.entry:last-child {
    margin-bottom: 0;
}

.pb-sidebar .entry .entry-img {
    /*max-height: 400px;*/
    overflow: hidden;
}

.pb-sidebar .entry .entry-img img {
    width: 100%;
}

.entry .post-img {
    position: relative;
}

.entry .entry-body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 40px;
    margin-left: -30px;
}

.entry-body .readmore {
    display: block;
    margin-top: 20px;
    font-weight: 700;
    color: #0271cb;
}

.entry-body .readmore:hover {
    color: #009144;
    text-decoration: underline;
}

.entry-body .readmore i {
    top: 0;
    font-size: 1rem;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.readmore:hover i {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}

.pb-sidebar .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 30px;
    margin: 0;
}

.pb-sidebar .entry .entry-title a {
    color: #111;
    transition: 0.3s;
}

.pb-sidebar .entry .entry-title a:hover {
    color: #0271cb;
}

.pb-sidebar .entry>.entry-content {
    padding: 30px;
}

.pb-sidebar .entry .entry-title+.entry-content {
    padding: 0 30px 30px;
}

.pb-sidebar .entry .entry-meta {
    margin-bottom: 15px;
    color: #aaaaaa;
}

.pb-sidebar .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pb-sidebar .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.pb-sidebar .entry .entry-meta i {
    font-size: 14px;
    padding-right: 4px;
}

.pb-sidebar .entry .entry-meta a {
    color: #5e5e5e;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    transition: 0.3s;
}

.pb-sidebar .entry .entry-meta a:hover {
    color: #0271cb;
}

.pb-sidebar .entry .entry-content p {
    line-height: 24px;
}

.pb-sidebar .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.pb-sidebar .entry .entry-content .read-more a {
    display: inline-block;
    background: #0271cb;
    color: #fff;
    padding: 7px 25px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.pb-sidebar .entry .entry-content .read-more a:hover {
    background: #0271cb;
}

.pb-sidebar .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 0;
    font-weight: bold;
}

.pb-sidebar .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.pb-sidebar .entry .entry-content blockquote p {
    color: #4d4643;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.pb-sidebar .entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.pb-sidebar .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.pb-sidebar .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #111;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pb-sidebar .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.pb-sidebar .entry .entry-footer i {
    color: #5e5e5e;
    display: inline;
}

.pb-sidebar .entry .entry-footer a {
    color: #8b8b8b;
    transition: 0.3s;
}

.pb-sidebar .entry .entry-footer a:hover {
    color: #0271cb;
}

.pb-sidebar .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.pb-sidebar .entry .entry-footer .cats li {
    display: inline-block;
}

.pb-sidebar .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.pb-sidebar .entry .entry-footer .tags li {
    display: inline-block;
}

.pb-sidebar .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.pb-sidebar .entry .entry-footer .share {
    font-size: 16px;
}

.pb-sidebar .entry .entry-footer .share i {
    padding-left: 5px;
}

.pb-sidebar .entry-single {
    margin-bottom: 30px;
}

.pb-sidebar .pb-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.pb-sidebar .pb-author img {
    width: 120px;
}

.pb-sidebar .pb-author h4 {
    margin-left: 140px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
}

.pb-sidebar .pb-author .social-links {
    margin: 0 0 5px 140px;
}

.pb-sidebar .pb-author .social-links a {
    color: #777777;
}

.pb-sidebar .pb-author p {
    margin-left: 140px;
    font-style: italic;
    color: #bfb9b6;
}

.pb-sidebar .pb-comments {
    margin-bottom: 30px;
}

.pb-sidebar.pb-comments .comments-count {
    font-weight: bold;
}

.pb-sidebar .pb-comments .comment {
    margin-top: 30px;
    position: relative;
}

.pb-sidebar .pb-comments .comment .comment-img {
    width: 50px;
}

.pb-sidebar .pb-comments .comment h5 {
    margin-left: 65px;
    font-size: 16px;
    margin-bottom: 2px;
}

.pb-sidebar .pb-comments .comment h5 a {
    font-weight: bold;
    color: #4d4643;
    transition: 0.3s;
}

.pb-sidebar .pb-comments .comment h5 a:hover {
    color: #0271cb;
}

.pb-sidebar .pb-comments .comment h5 .reply {
    padding-left: 10px;
    color: #111;
}

.pb-sidebar .pb-comments .comment time {
    margin-left: 65px;
    display: block;
    font-size: 14px;
    color: #777777;
    margin-bottom: 5px;
}

.pb-sidebar .pb-comments .comment p {
    margin-left: 65px;
}

.pb-sidebar .pb-comments .comment.comment-reply {
    padding-left: 40px;
}

.pb-sidebar .pb-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.pb-sidebar .pb-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.pb-sidebar .pb-comments .reply-form p {
    font-size: 14px;
}

.pb-sidebar .pb-comments .reply-form input {
    border-radius: 0;
    padding: 20px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.pb-sidebar .pb-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #57e76f;
}

.pb-sidebar .pb-comments .reply-form textarea {
    border-radius: 0;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.pb-sidebar .pb-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #57e76f;
}

.pb-sidebar .pb-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.pb-sidebar .pb-comments .reply-form .btn-primary {
    padding: 8px 20px;
    border: 0;
    border-radius: 4px;
    background-color: #0271cb;
}

.pb-sidebar .pb-comments .reply-form .btn-primary:hover {
    background-color: #0271cb;
}

.pb-sidebar .pb-pagination {
    color: #444444;
}

.pb-sidebar .pb-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pb-sidebar .pb-pagination li {
    border: 1px solid white;
    margin: 0 5px;
    transition: 0.3s;
}

.pb-sidebar .pb-pagination li.active {
    background: white;
}

.pb-sidebar .pb-pagination li a {
    color: #b4aca8;
    padding: 7px 16px;
    display: inline-block;
}

.pb-sidebar .pb-pagination li.active,
.pb-sidebar .pb-pagination li:hover {
    background: #0271cb;
    border: 1px solid #0271cb;
    border-radius: 4px;
}

.pb-sidebar .pb-pagination li.active a,
.pb-sidebar .pb-pagination li:hover a {
    color: #fff;
}

.pb-sidebar .pb-pagination li.disabled {
    background: #fff;
    border: 1px solid white;
}

.pb-sidebar .pb-pagination li.disabled i {
    color: #f6f5f5;
    padding: 10px 16px;
    display: inline-block;
}

.pb-sidebar .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #111;
    position: relative;
}

.pb-sidebar .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.pb-sidebar .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
    border-radius: 4px;
}

.pb-sidebar .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 40px);
}

.pb-sidebar .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #0271cb;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.pb-sidebar .sidebar .search-form form button:hover {
    background: #0271cb;
}

.pb-sidebar .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.pb-sidebar .sidebar .categories ul li+li {
    padding-top: 10px;
}

.pb-sidebar .sidebar .categories ul a {
    color: #2b2b2b;
    transition: 0.3s;
    text-transform: capitalize;
}

.pb-sidebar .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.pb-sidebar .sidebar .widget {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pb-sidebar .widget-area .widget {
    position: relative;
    margin: 40px 0 40px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget.widget-nav-menu ul li {
    position: relative;
    margin-bottom: 2px;
    padding: 0;
}

.pb-sidebar .sidebar .widget.widget-nav-menu ul li+li {
    padding-top: 0;
}

.widget.widget-nav-menu ul li a {
    display: block;
    padding: 14px 30px 14px 24px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.widget.widget-nav-menu ul li:hover a,
.widget.widget-nav-menu ul li.active a {
    color: rgba(255, 255, 255, 1);
}

.widget.widget-nav-menu ul li a:before {
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: #ebf3f9;
    height: 100%;
    position: absolute;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    z-index: 1;
}

.icon_element-background-color-darkgrey,
.widget-download ul.download li:hover,
.widget.widget-nav-menu ul li:hover a:before,
.widget.widget-nav-menu ul li.active a:before {
    background-color: #0b0c26;
}

.widget.widget-nav-menu ul li a:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: -2;
}

.widget.widget-nav-menu ul li:hover a:after,
.widget.widget-nav-menu ul li.active a:after {
    width: 100%;
}

.widget.widget-nav-menu ul li a:after,
.widget.widget-nav-menu ul li a:hover {
    background-color: #0271cb;
}

.widget-download ul.download li {
    background-color: #fff;
    display: block;
    margin-bottom: 15px;
    display: block;
    padding: 10px 9px 10px 60px;
    position: relative;
}

.sidebar .widget a {
    color: #0b0c26;
}

.widget-download .pb-icon {
    margin-bottom: 0;
    font-size: 34px;
    position: absolute;
    top: 0%;
    left: 0%;
}

.pb-icon {
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

.pb-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pb-icon.icon_element-size-xs i {
    font-size: 16px;
}

.pb-icon.icon_element-size-xs {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.widget-download ul.download li:hover a,
.icon_element-background-color-darkgrey i {
    color: #ffffff;
}

.pb-sidebar .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.pb-sidebar .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.pb-sidebar .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.pb-sidebar .sidebar .recent-posts h4 a {
    color: black;
    transition: 0.3s;
}

.pb-sidebar .sidebar .recent-posts h4 a:hover {
    color: #0271cb;
}

.pb-sidebar .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #777777;
}

.pb-sidebar .sidebar .tags {
    margin-bottom: -10px;
}

.pb-sidebar .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.pb-sidebar .sidebar .tags ul li {
    display: inline-block;
}

.pb-sidebar .sidebar .tags ul a {
    color: #515151;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #dddddd;
    display: inline-block;
    transition: 0.3s;
    border-radius: 4px;
}

.pb-sidebar .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #0271cb;
    background: #0271cb;
}

.pb-sidebar .sidebar .tags ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
    padding: relative;
    background: #0b0c26;
}

.main-footer .footer-top {
    position: relative;
    padding: 96px 0px 93px 0px;
    background: #0b0c26;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .widget-section .logo-widget {
    position: relative;
    margin-right: -30px;
    margin-top: -16px;
}

.main-footer .widget-section .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 27px;
    text-align: center;
}

.main-footer .widget-section .logo-widget .footer-logo img {
    width: 90px;
}

.main-footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
}

.main-footer .widget-section .logo-widget .text {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.main-footer .widget-section p {
    color: #b6bbc0;
}

.main-footer .widget-section .contact-widget .info-list {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 0;
}

.main-footer .widget-section .contact-widget .info-list li {
    position: relative;
    display: block;
    font-size: 14px;
    color: #b6bbc0;
    margin-bottom: 3px;
    padding-left: 26px;
}

.main-footer .widget-section .contact-widget .info-list li a {
    color: #b6bbc0;
}

.main-footer .widget-section .contact-widget .info-list li a:hover {
    color: #0271cb;
}

.main-footer .widget-section .contact-widget .info-list li svg {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 16px;
}

.main-footer .widget-section .contact-widget .info-list li svg {
    color: #0271cb;
}

.main-footer .widget-section .footer-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 31px;
}

.main-footer .widget-section .footer-widget .widget-title h4 {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0px;
    padding-right: 57px;
}

.main-footer .widget-section .footer-widget .widget-title h4:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    top: 16px;
    right: 0px;
}

.main-footer .widget-section .footer-widget .widget-title h4:before {
    background: #0271cb;
}

.main-footer .widget-section .links-widget .widget-content ul li {
    position: relative;
    display: block;
    padding-left: 22px;
    margin-bottom: 5px;
}

.main-footer .widget-section .links-widget .widget-content ul li:before {
    position: absolute;
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 12px;
    color: #b6bbc0;
    left: 0px;
    top: 0px;
}

.main-footer .widget-section .links-widget .widget-content ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #b6bbc0;
}

.main-footer .widget-section .links-widget .widget-content ul li a:hover {
    color: #0271cb;
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group svg {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 16px;
    color: #888888;
    z-index: 1;
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group input[type='text'],
.main-footer .widget-section .newsletter-widget .newsletter-form .form-group input[type='email'] {
    position: relative;
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #888888;
    border: 1px solid #2e3439;
    padding: 10px 50px 10px 20px;
    background: transparent;
    transition: all 500ms ease;
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group input:focus {
    border-color: #0271cb !important;
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group input:focus-visible {
    outline: none;
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group.message-btn {
    padding-top: 5px;
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group:last-child {
    margin-bottom: 0px;
}

.main-footer .widget-section .newsletter-widget .newsletter-form .form-group .theme-btn {
    border: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 7.5px 25px;
}

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #fff !important;
    padding: 10px 38px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn.style-one {
    background: #0271cb;
}

.theme-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.theme-btn:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.theme-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.theme-btn:hover::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.main-footer .social-links a:hover {
    background: #0271cb;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    .main-footer .links-widget.ml-70 {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .main-footer .widget-section .footer-widget {
        margin: 0px 0px 30px 0px !important;
    }

    .main-footer .footer-top {
        padding-bottom: 63px;
    }

    .main-footer .footer-upper .upper-inner .text {
        float: none;
        display: block;
        margin-bottom: 15px;
    }

    .main-footer .footer-upper .upper-inner .btn-box {
        margin: 0px;
        float: none;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .main-footer .footer-top {
        padding: 70px 0px 40px 0px;
    }
}

/* Pagination */
.pagination {
    text-align: center;
    display: block;
    margin-top: 30px;
}

.pagination li.page-item {
    float: none;
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    margin-top: 5px;
    color: #232323;
    font-weight: 800;
}

.pagination li:hover a {
    color: #232323;
}

.pagination li.page-item.active a,
.pagination li.page-item.active span {
    background: #0271cb;
    border-color: #0271cb;
    color: #ffffff;
}

.page-item span,
.page-item a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.disabled span,
.page-item.disabled a {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:first-child span,
.page-item:first-child a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item a:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination li.page-item .span:focus {
    box-shadow: none;
}


@media (min-width: 320px) and (max-width: 400px) {

    .pagination li a,
    .pagination li span {
        padding: 8px 12px;
    }
}

/* Algorithm Tree Structure */

.tree {
    display: inline-block;
}

.tree ul {
    padding-top: 20px;
    position: relative;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
    padding-top: 0;
}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li.staff {
    left: -71px;
}

.tree li.staff::after {
    width: 140px;
    border-radius: 0;
}

.tree ul ul.staff-long-line::before {
    height: 74px;
}

.tree li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 15px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}


/*** 
  
  ====================================================================
      Newsletter Section
  ====================================================================
  
  ***/

.newsletter.show {
    align-items: center;
    padding: 0 !important;
}

.newsletter .modal-dialog {
    width: 30%;
    max-width: calc(34vw - 80px);
    z-index: 9999;
}

.newsletter .modal-body {
    box-shadow: rgb(0 0 0 / 60%) 0px 0px 0px 14px !important;
    border-radius: 6px;
    /*max-height: calc(100vh - 80px);*/
    /*overflow-y: auto;*/
    padding: 0;
    height: calc(100vh - 80px);
}

.home_popup .owl-carousel.owl-drag .owl-item {
    height: calc(100vh - 80px);
}

.newsletter .modal-dialog .modal-body .img-wrap {
    height: 100%;
}

.newsletter .modal-dialog .modal-body img {
    height: 100%;
    max-height: 100%;
    width: 100%;
}

.newsletter .modal-dialog .modal-content {
    padding-bottom: 0;
    border: none;
}

.newsletter.newsletter .close {
    position: absolute;
    right: -10px;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    opacity: 1;
    background: #000;
    padding: 0px 8px;
    z-index: 10;
    top: -16px;
    border-radius: 50%;
}

/*========  End of Newsletter Section  =========*/


/*** 
  
  ====================================================================
      Home popup Section
  ====================================================================
  
  ***/

.home_popup .modal {
    z-index: 9999;
}

.modal-backdrop {
    z-index: 9998;
}

.home_popup .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}


.home_popup .owl-loaded .owl-nav {
    width: 100%;
    height: 100%;
    top: 0;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"],
.home_popup .owl-loaded .owl-nav [class^="owl-"] {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 35px;
    margin: 0;
    padding: 6px 16px;
    background: #fff;
    border-radius: 0;
    width: 45px;
    height: 45px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.home_popup .owl-loaded .owl-nav .owl-prev {
    left: -20px;
}

.home_popup .owl-loaded .owl-nav .owl-next {
    right: -20px;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"] {
    color: #fff;
    padding: 5px 12px;
    background-color: #0271cb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background-color: #222;
}

.home_popup .owl-loaded .owl-nav {
    display: none;
}

.home_popup .modal-dialog:hover .owl-nav {
    display: block;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"] span,
.home_popup .owl-loaded .owl-nav [class^="owl-"] span {
    height: 28px;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.overlay-modal.active {
    display: inline-block;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.overlay-modal {
    display: none;
    opacity: 0;
}


@media (min-width: 992px) {
    .newsletter .modal-dialog {
        width: auto;
    }
}

@media only screen and (max-width: 1699px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(40vw - 100px);
    }
}

@media only screen and (max-width: 1199px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(55vw - 100px);
    }
}

@media only screen and (max-width: 991px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(60vw - 100px);
    }
}

@media only screen and (min-width: 768px) and (max-width:860px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(85vw - 100px);
    }
}

@media only screen and (max-width: 767px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(75vw - 100px);
    }
}

@media only screen and (max-width: 412px) {
    .newsletter .modal-dialog {
        max-width: calc(100vw - 100px);
    }

    .newsletter .modal-body {
        /* height: calc(72vh - 80px); */
    }

    .home_popup .owl-carousel.owl-drag .owl-item {
        height: auto;
    }

    .newsletter .modal-dialog .modal-body img {
        height: auto !important;
        height: calc(100vh - 80px) !important;
    }

}


/*** 
  
  ====================================================================
      Student Articles
  ====================================================================
  
  ***/

.pb-sidebar .sidebar .sidebar-right {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -80px;
    margin-bottom: -80px;
}

.sidebar-right.right-span .widget .widget-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    padding-left: 26px;
}

.sidebar-right.right-span .widget .widget-title:before {
    display: block;
    margin-bottom: 0;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 17px;
    height: 2px;
    background-color: #0271cb;
}

.sidebar .widget-area.sidebar-right .widget {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-right.right-span>.bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.sidebar-right.right-span .col-wrapper-bg-layer {
    width: auto;
    margin-right: -100px;
    right: 0;
}

@media only screen and (min-width: 1801px) {
    .sidebar-right.right-span .col-wrapper-bg-layer {
        margin-right: -500px;
    }
}

.pb-sidebar .sidebar .sidebar-right .widget {
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.pb-sidebar .sidebar .sidebar-right aside.widget+aside.widget {
    margin-top: 40px;
}

.widget .tagcloud a {
    display: inline-block;
    padding: 7px 20px;
    margin: 0 5px 10px;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background-color: transparent;
    font-weight: 700;
    border: 1px solid #666d81;
    color: #666d81
}

.widget .tagcloud a:hover,
.widget .tagcloud a.active {
    color: #ffffff;
    background-color: #0271cb;
    border-color: transparent;
}

.widget .articlecloud li {
    margin: 0 5px 20px;
}

.widget .articlecloud li a:hover {
    color: #0271cb;
}

.widget .articlecloud li span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

/*** 
  
  ====================================================================
      Audio Player
  ====================================================================
  
  ***/

@media only screen and (max-width:575px) {
    .stylised-play, .stylised-pause {
        width: 120px;
    }

    .stylised-play-icon,
    .stylised-pause-icon {
        top: 25px;
        left: 15px;
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
    }

    .stylised-player h3 {
        font-size: 18px;
    }

    .stylised-player p {
        font-size: 16px;
        top: 23px;
        left: 120px;
    }

    .stylised-time-wrapper {
        left: 120px;
    }
    
}




/*** 
  
  ====================================================================
      Video Player
  ====================================================================
  
  ***/

.portfolio-container {
    height: auto !important;
}

.portfolio-container .item {
    margin: 30px 0;
}

.portfolio-container .item .thumb {
    position: relative;
    display: block;
}

.portfolio-container .item .thumb a {
    display: block;
}

.portfolio-container .item .thumb a .img {
    display: block;
}

.portfolio-container .item .thumb .img {
    display: block;
    border: 1px solid #c9c9c9;
}

.portfolio-container .item .thumb .thumb-icon,
.certificate-wrap .item .thumb .thumb-icon {
    position: absolute;
    content: "";
}

.portfolio-container .item .thumb .thumb-icon,
.certificate-wrap .item .thumb .thumb-icon {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.portfolio-container .item .thumb .thumb-icon a,
.certificate-wrap .item .thumb .thumb-icon a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: inline-block;
    font-size: 25px;
    border-radius: 50%;
    background: #28c785;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-container .item .thumb .thumb-icon a:hover,
.certificate-wrap .item .thumb .thumb-icon a:hover {
    background: #fff;
    color: #28c785;
    border-color: #28c785;
}

.portfolio-container .item .thumb .thumb-icon a i,
.certificate-wrap .item .thumb .thumb-icon a i {
    font-size: 15px;
}

.vid {
    height: 350px;
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    display: table;
    text-align: center;
}

#bp_loader {
    box-shadow: none;
}

.vid:before,
.vid:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.2s;
}

.vid:before {
    background: linear-gradient(150deg, #000, transparent 70%);
    opacity: 0.9;
}

.video_container .video-module .btn-round i {
    background-color: var(--primary);
    border-color: var(--primary);
    top: -3px;
}

.video_container .item:hover .video-module .btn-round i {
    background-color: var(--secondary);
    color: #ffffff;
}

.video_container .video-module {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (min-width: 1025px) {
    .video-module .btn-round i {
        height: 62px;
        width: 62px;
        line-height: 62px;
    }
}

.btn-round i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: rgba(23, 22, 26, 0.95);
    font-size: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.video-module.with-animation .btn-play:hover:after {
    -webkit-animation: none;
    animation: none;
}

.video_container .video-module audio {
    position: relative;
    z-index: 1;
}
 