    /*
-------------------------------------------------------------------

[Main Information]

Theme Name: Torian Corporate
Theme URI:
Description: Corporate Responsive HTML Theme
Author: Themewhale
Author URI: https://themeforest.net/user/themewhale
Version: 1.0.0 (06/07/2018)
*/
    /*------------------------------------------------------------------

[Table of contents]

1. Base / Typography / Body
2. Navbar / Header / Logo / Loading
3. Elements
4. Blog
5. Contact
6. Footer
7. Light / Dark
8. Background Overlay

-------------------------------------------------------------------*/
    /*--------- Base CSS ---------*/
    
    @font-face {
        font-family: "segoe";
        src: url("../fonts/SSTArabic-Roman.woff"), url("../fonts/segoeui.eot"), url("../fonts/segoeui.svg"), url("../fonts/segoeui.woff");
    }
    
    @font-face {
        font-weight: bold;
        font-family: "segoe";
        src: url("../fonts/SSTArabic-Bold.woff"), url("../fonts/segoeui.eot"), url("../fonts/segoeui.svg"), url("../fonts/segoeui.woff");
    }
    
     ::selection {
        background: #3cadd9;
        color: #ffffff;
    }
    
    body {
        font-family: "Montserrat", sans-serif;
        overflow-x: hidden;
    }
    
    body.overflow-hidden {
        overflow-y: hidden;
    }
    
    .h0 {
        font-size: 65px;
        line-height: 80px !important;
    }
    
    h1,
    .h1 {
        font-size: 40px;
    }
    
    h2,
    .h2 {
        font-size: 30px;
    }
    
    h3,
    .h3 {
        font-size: 24px;
    }
    
    h4,
    .h4 {
        font-size: 18px;
    }
    
    h5,
    .h5 {
        font-size: 16px;
    }
    
    h6,
    .h6 {
        font-size: 12px;
    }
    
    .span {
        position: relative;
        text-transform: uppercase;
        display: inline-block;
        z-index: 1;
        margin-top: 0;
    }
    
    .span span {
        position: absolute;
        font-size: 65px;
        font-weight: bold;
        top: -40px;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    
    .h0,
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-family: "Merriweather", serif;
        font-weight: 900;
        line-height: 1.6;
        margin-top: 0;
    }
    
    @media (max-width: 767px) {
        .span span {
            font-size: 40px;
            top: -20px;
        }
        .h0 {
            font-size: 47px;
            line-height: 55px;
        }
    }
    
    b,
    strong {
        font-weight: 600;
    }
    
    a,
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
        color: inherit;
    }
    
    a.more {
        margin-top: 18px;
        font-weight: 500;
        display: inline-block;
        font-size: 15px;
        font-family: lora;
    }
    
    a.more:hover {
        opacity: 0.8;
    }
    
    sup,
    sub {
        font-size: 45%;
        margin-left: 3px;
    }
    
    sup {
        top: -1em;
    }
    
    @font-face {
        font-family: lora;
        src: url(../fonts/Lora-Italic.ttf);
    }
    
    .n-font {
        font-family: "Montserrat", serif !important;
    }
    
    .poppins-font {
        font-family: "Poppins", serif !important;
    }
    
    .font100 {
        font-weight: 100 !important;
    }
    
    .font200 {
        font-weight: 200 !important;
    }
    
    .font300 {
        font-weight: 300 !important;
    }
    
    .font400 {
        font-weight: 400 !important;
    }
    
    .font500 {
        font-weight: 500 !important;
    }
    
    .font600 {
        font-weight: 600 !important;
    }
    
    .font700 {
        font-weight: 700 !important;
    }
    
    .font800 {
        font-weight: 800 !important;
    }
    
    .font900 {
        font-weight: 900 !important;
    }
    
    .l-font {
        font-weight: normal !important;
    }
    
    .b-font {
        font-weight: bold !important;
    }
    
    .letter-font {
        letter-spacing: 1px !important;
    }
    
    .heading1 {
        margin-bottom: 50px;
    }
    
    .heading2 {
        margin-bottom: 20px;
    }
    
    .heading1 h3,
    .heading2 h3 {
        margin-top: 0;
    }
    
    .heading1 p,
    .heading2 p {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 21px;
        margin-top: 8px;
    }
    
    p {
        font-size: 18px;
        line-height: normal !important;
        margin: 0;
        color: #313131 !important;
    }
    
    .tab_content * {
        line-height: normal !important;
    }
    
    .tab_content li {
        margin: 0 30px;
        font-size: 20px;
        font-weight: initial;
        display: list-item;
        /* This has to be "list-item"                                               */
        list-style-type: square;
        /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
        list-style-position: outside;
        color: #4e4e4e;
    }
    
    .tab_container .tab_content li {
        color: white;
    }
    
    .tab_content li::marker {
        font-size: 10px;
    }
    
    p.slogan {
        font-size: 13px !important;
        line-height: 22px !important;
    }
    
    p.slogan-small {
        font-size: 11px !important;
        line-height: 20px !important;
    }
    
    code {
        padding: 3px 6px;
        font-size: 15px;
        display: inline-block;
        color: #c7254e;
        background-color: #f9f2f4;
        border-radius: 0;
        margin-bottom: 5px;
        margin-right: 15px;
    }
    
    .mark,
    mark {
        background-color: #ffe663;
    }
    
    .color-box .main-color .item.checked:before,
    ul.list li:before,
    ul.list li:after,
    .breadcrumb>li+li:before,
    .select-selected:after,
    .select-selected.select-arrow-active:after,
    .checkbox-choices .checkmark:after,
    .checkbox-choices .checkmark:after,
    .owl-nav .owl-next:before,
    .owl-nav .owl-prev:before,
    .blog .all-comments .comment .comment-details .reply:before,
    .blog .sidebar .categories a:before,
    .blog .sidebar .categories a:after,
    .testimonials .item p:before,
    .breadcrumb>li+li:after {
        font-family: FontAwesome;
    }
    
    .btn,
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    textarea,
    .popover,
    .panel-group .panel,
    .navbar-default,
    .navbar-nav>li>.dropdown-menu,
    .pagination,
    .pagination>li>a,
    .pagination>li>span,
    .pagination>li:last-child>a,
    .pagination>li:last-child>span,
    .pagination>li:first-child>a,
    .pagination>li:first-child>span,
    pre {
        border-radius: 0;
    }
    
    .btn.radius,
    .select-radius .select-selected,
    .radio-choices .item,
    .checkbox-choices .item,
    .projects .tag {
        border-radius: 100px;
    }
    
    ul.list-bullets li:before,
    ul.list-bullets li:after,
    .sm-radius li a i,
    .radio-choices .item .check,
    .radio-choices .item .check:before,
    .features .item i,
    .blog .all-comments .comment .comment-thumb img,
    .video .play {
        border-radius: 100%;
    }
    
    .color-box,
    .color-box .close-btn,
    .color-box .item,
    .up-btn,
    .sm li a i,
    .button-group .button,
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    textarea,
    .navbar-default .navbar-toggle,
    .navbar-nav>li>.dropdown-menu,
    .dropdown-menu>li a,
    .owl-nav .owl-prev,
    .owl-nav .owl-next,
    .modal .close,
    .offers .offers-items .item,
    .offers .offers-items .item:before,
    .portfolio .element-item a,
    .blog .img .date,
    .blog .sidebar .categories a,
    .blog .sidebar .tags a,
    .video .play,
    .team .img .author,
    .team .img .sm,
    .team .img img,
    .team-v3 .img .info,
    .projects.element-item .tag,
    footer .footer-head .links a,
    footer .footer-head .posts a,
    .select-items,
    .radio-choices .item label,
    .checkbox-choices .item label,
    .radio-choices .item .check,
    .radio-choices .item .check:before,
    .checkmark,
    .box,
    .navbar-nav>li>a,
    #nav-icon1 span,
    .nav-icon1 span,
    .features .item i,
    .features .item h4,
    .modal .modal-dialog,
    .pagination>li>a,
    .pagination>li>span,
    .brands img,
    .navbar-default .navbar-collapse,
    .btn,
    .projects .tag,
    .nav-tabs>li>a,
    .blog .title,
    a.more,
    footer .footer-head .posts a,
    a,
    .navbar-default,
    .header-carousel .owl-dot,
    .search-all {
        transition: all 0.3s ease-in-out !important;
        -webkit-transition: all 0.3s ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out !important;
        -ms-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
    }
    
    .popover,
    .panel-group .panel,
    .navbar-default,
    .navbar-nav form,
    iframe,
    .button-group .button,
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:active,
    .features .box i,
    .numbers .box,
    .blog .all-comments .comment.reply,
    .features .box i.fa,
    pre,
    .no-border {
        border: 0 !important;
    }
    
    .no-shadow {
        box-shadow: none !important;
    }
    
    .breadcrumb {
        background-color: transparent;
        margin: 0;
        padding: 0;
    }
    
    .breadcrumb li a,
    .breadcrumb li {
        color: #b7b7b7 !important;
        font-size: 14px;
        font-family: "Lora", sans-serif;
    }
    
    .breadcrumb>li+li:before,
    .breadcrumb>li+li:after {
        padding: 0 8px;
        font-size: 12px;
    }
    
    .breadcrumb>li+li:before {
        content: "\f178";
    }
    
    .w-auto {
        width: auto !important;
    }
    
    .flex-center {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
        -webkit-box-pack: space-between !important;
        -moz-box-pack: space-between !important;
        -ms-flex-pack: space-between !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }
    /*--------- Navbar / Header / Logo ---------*/
    /* Sub Navbar */
    
    .subnav {
        padding: 10px 13px;
        background-color: #3cadd9;
    }
    
    .subnav ul {
        margin: 0;
    }
    
    .subnav ul.pull-left li {
        margin-right: 30px;
    }
    
    .subnav ul.pull-right li {
        margin-left: 6px;
    }
    
    .subnav ul li {
        float: left;
        color: #ffffff;
        font-weight: 300;
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 0;
    }
    
    .subnav ul li a {
        color: #ffffff;
    }
    
    .subnav ul li a:hover {
        color: #ffffff !important;
    }
    
    .subnav ul li .fa-chevron-down {
        font-size: 8px;
        margin-left: 1px;
    }
    
    .subnav ul li .fa {
        margin-right: 5px;
    }
    /* Navbar */
    /* Default */
    
    .navbar-default {
        background-color: transparent;
        margin: 0;
    }
    
    .navbar-default .container {
        position: relative;
    }
    
    .navbar-default .navbar-collapse,
    .navbar-default .container {
        padding: 0;
        overflow-x: hidden;
    }
    
    .navbar-default .navbar-collapse.remove {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        opacity: 0;
    }
    
    .navbar-default .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        margin-left: 0 !important;
        outline: none;
        padding: 0;
        height: auto;
    }
    
    .navbar-default .navbar-toggle {
        margin: 0;
        margin-left: 20px;
        padding: 31px 0 30px;
    }
    
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:active {
        background-color: transparent;
    }
    
    .navbar-default .navbar-toggle:hover {
        opacity: 0.6;
    }
    
    .navbar-nav form {
        margin: 0;
    }
    
    .nav>li {
        padding: 0 5px;
        font-family: "Montserrat", sans-serif;
    }
    
    .navbar-nav>li>a {
        padding: 10px;
        background-color: transparent;
        color: #ffffff;
        display: inline-block;
        text-transform: uppercase;
        font-size: 9px;
        border-bottom: 2px solid transparent;
        font-weight: 500;
    }
    
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        color: #ffffff !important;
        background-color: transparent;
        border-color: transparent;
    }
    
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background-color: transparent;
    }
    
    .navbar-nav>li>a .fa {
        font-size: 13px;
        margin-right: 5px;
    }
    
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        opacity: 0.8;
        background-color: transparent;
    }
    
    .navbar-nav>li>a.btn {
        margin-left: 10px;
    }
    
    .navbar-nav>li>a.btn:hover {
        opacity: 1;
    }
    
    .navbar-default.n-2 .navbar-header {
        width: 100%;
        margin: 0;
    }
    
    .navbar-default .container,
    .navbar-default .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    
    .navbar-header {
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /* Search */
    
    .search-box {
        position: relative;
        z-index: 10;
        margin-bottom: 0;
        font-size: 14px;
        cursor: pointer;
    }
    
    .search-all {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        z-index: 1000;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        transform: scale(1.1);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        opacity: 0;
        visibility: hidden;
    }
    
    .search-all.active {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
    
    .search-all .close {
        content: "×";
        font-weight: 100;
        font-family: "Poppins", sans-serif;
        font-size: 50px;
        color: #191919 !important;
        position: absolute;
        top: 40px;
        right: 40px;
        opacity: 0.8;
    }
    
    .search-all input {
        width: 65% !important;
        font-size: 20px !important;
        padding: 20px 0 !important;
        font-family: "Montserrat", sans-serif !important;
        color: #191919 !important;
        text-transform: uppercase;
        background-color: #ffffff !important;
        border: 0 !important;
        border-bottom: 1px solid transparent !important;
    }
    
    .search-all input:focus {
        background-color: #ffffff !important;
        border-color: #d7d7d7 !important;
    }
    
    @media (max-width: 767px) {
        .search-all input {
            width: 90% !important;
        }
        .modal.in .modal-dialog {
            margin: 250px 0px 0px 1px !important;
            width: 100%;
        }
        .modal.in .modal-dialog .fa-times-circle {
            font-size: 38px;
            margin-top: -12px;
        }
    }
    /* Dropdown */
    
    .navbar-nav>li>.dropdown-menu {
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        padding: 10px !important;
        top: 100%;
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        left: 0px;
        border: 0;
    }
    
    .navbar-nav>li:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }
    
    .dropdown-menu>li .list {
        border-right: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .dropdown-menu>li:last-of-type .list {
        border-right: 0;
    }
    
    .dropdown-menu>li {
        margin: 0 !important;
        padding: 5px 0px !important;
    }
    
    .dropdown-menu>li a {
        color: #191919 !important;
        padding: 13px 60px 13px 12px;
        opacity: 0.9;
        display: block;
        font-size: 8px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
    }
    
    .dropdown-menu>li a:focus,
    .dropdown-menu>li a:hover,
    .dropdown-menu>li a.active {
        background-color: #191919;
        color: #ffffff !important;
        opacity: 1;
    }
    
    .dropdown-menu>li:last-of-type a {
        border-bottom: none;
    }
    
    .large-dropdown {
        position: static !important;
    }
    
    .large-dropdown .dropdown-menu>li a:last-of-type {
        border-bottom: none;
    }
    
    .large-dropdown .dropdown-menu {
        width: 100%;
        padding: 35px 20px !important;
        left: 0 !important;
        right: auto !important;
    }
    
    .large-dropdown .dropdown-menu a {
        padding: 15px 60px 15px 20px;
    }
    /* Hamburger Menu */
    
    #nav-icon1,
    .nav-icon1 {
        display: block;
        width: 20px;
        height: 20px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    
    #nav-icon1 span,
    .nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #ffffff;
        opacity: 1;
        border-radius: 100px;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    #nav-icon1.open span,
    .nav-icon1.open span {
        background-color: #212121 !important;
    }
    
    #nav-icon1 span:nth-child(1),
    .nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    
    #nav-icon1 span:nth-child(2),
    .nav-icon1 span:nth-child(2) {
        top: 7px;
    }
    
    #nav-icon1 span:nth-child(3),
    .nav-icon1 span:nth-child(3) {
        top: 14px;
    }
    
    #nav-icon1.open span:nth-child(1),
    .nav-icon1.open span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    
    #nav-icon1.open span:nth-child(2),
    .nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    
    #nav-icon1.open span:nth-child(3),
    .nav-icon1.open span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    /* Navar Middle */
    
    .navbar-middle {
        position: absolute;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    /* Navbar version 1 */
    
    .navbar-default.n-1 .nav>li,
    .navbar-default.n-1 .navbar-brand {
        padding: 30px 0px;
    }
    /* Navbar version 2 */
    
    .navbar-default.n-2 {
        padding: 10px 0 0;
        min-height: 112px;
    }
    
    .navbar-default.n-2 .navbar-collapse.collapse {
        padding: 0;
        margin-right: 10px;
        margin-left: 10px;
        position: relative;
    }
    
    .navbar-default.n-2 .navbar-middle {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .navbar-form {
        padding: 0;
    }
    
    .h-white .navbar-default.n-2 .navbar-collapse.collapse {
        border-color: #f5f5f5;
    }
    
    .navbar-default.n-2 .navbar-nav>li>a {
        color: #191919;
        padding: 0;
    }
    
    .navbar-default.n-2 .navbar-nav li {
        margin: 0 18px;
        border-bottom: 2px solid transparent;
    }
    
    .navbar-default.n-2 .pull-right li {
        margin-bottom: 0;
        float: left;
    }
    
    .navbar-default.n-2 .navbar-nav li,
    .navbar-default.n-2 .pull-right li {
        padding: 32px 0px;
    }
    
    .navbar-default.n-2 .navbar-nav ul {
        margin: 0;
    }
    
    .navbar-default.n-2 .navbar-nav>li>a:hover,
    .navbar-default.n-2 .navbar-nav>li>a:focus {
        color: inherit;
        opacity: 0.8;
    }
    
    .navbar-default.n-2 .navbar-brand {
        position: relative;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        padding-top: 15px;
        z-index: 1;
        left: 0;
    }
    
    .navbar-default.n-2 .pull-right li {
        position: relative;
        z-index: 10;
    }
    
    .navbar-default.n-2 .navbar-nav>.active>a,
    .navbar-default.n-2 .navbar-nav>.active>a:focus,
    .navbar-default.n-2 .navbar-nav>.active>a:hover {
        font-weight: 600;
    }
    /* Navbar version 3 */
    
    .navbar-default.n-3 .navbar-left {
        margin-left: 120px;
    }
    
    .navbar-default.n-3 .navbar-brand {
        position: relative;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        left: 0;
    }
    
    .navbar-default.n-3 .nav>li,
    .navbar-default.n-3 .navbar-brand {
        padding: 20px 10px;
    }
    /* Navbar White */
    
    .navbar-default.n-white {
        background-color: #ffffff;
        box-shadow: 4px 5px 42px rgba(153, 153, 153, 0.231372);
    }
    
    .navbar-default.n-white .navbar-nav>li>a {
        color: #999999;
    }
    
    .navbar-default.n-white .navbar-nav>li>a:focus,
    .navbar-default.n-white .navbar-nav>li>a:hover {
        color: #191919 !important;
        opacity: 1;
    }
    
    .navbar-default.n-white .navbar-nav>li>a.btn:focus,
    .navbar-default.n-white .navbar-nav>li>a.btn:hover {
        color: #ffffff !important;
    }
    
    .navbar-default.n-white #nav-icon1 span,
    .navbar-default.n-white .nav-icon1 span {
        background-color: #222222;
    }
    /* Navbar Transparent */
    
    .navbar-default.n-transparent {
        background-color: transparent !important;
    }
    
    @media (min-width: 1248px) {
        .navbar-nav {
            text-align: center;
            display: flex;
            float: left;
        }
        .subnav_date {
            display: none;
        }
        .navbar-default {
            top: 33px !important;
            left: 0;
            right: 0;
        }
    }
    /* @media (max-width: 1200px) and (min-width: 993px) {
    .navbar-nav {
        text-align: center;
        display: flex;
        float: left;
    }
    .navbar-default {
        top: 33px !important;
        left: 0;
        right: 0;
    }
} */
    /* 
@media (min-width: 1246px) {
    .navbar-nav {
        float: left;
    }
    .navbar-default {
        top: 33px !important;
        left: 0;
        right: 0;
    }
} */
    .logo img {
        display: inline-block;
        max-height: 77px;
    }

    .modal.in .modal-dialog .fa-times-circle {
        font-size: 28px !important;
        margin-top: -2px;
    }
    
    @media (max-width: 991px) {
        .home-search-field-container {
            position: relative;
            width: 100%;
        }
        #fast_search_form {
            padding: 10px 0px 36px 0px !important;
        }
        .navbar-header {
            float: none;
        }
        .logo img {
            max-height: 60px;
        }
        .navbar-nav>li {
            float: none !important
        }
        .slick-next,.slick-prev {
            display: none !important;
        }
        .open-acces-resources-container{
            display: block !important;
            max-width: max-content !important;
        }
        .home-resource-img-container{
            display: block !important;
        }
        .home-resource-img-container img{
            margin-bottom: 30px !important;
        }
        .open-acces-resource{
            display: inline-block !important;
             width:100%;
        }
    }
    
    @media (max-width: 767px) {
        .logo div {
            display: none;
        }
    }
    /* Header */
    
    .header {
        position: relative;
        z-index: 99;
    }
    
    .header.header-lg .content {
        padding: 220px 0;
    }
    
    .header.header-md .content {
        padding: 120px 0;
    }
    
    .header.header-sm .content {
        padding: 60px 0;
    }
    
    .header.header-lg .item .content {
        padding-top: 320px;
    }
    
    .header.header-md .item .content {
        padding-top: 240px;
    }
    
    .header.header-sm .item .content {
        padding-top: 180px;
    }
    
    .header #typed {
        min-height: 80px;
    }
    
    .header .overlay h1,
    .header .overlay .h1 {
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    }
    
    .typed-cursor {
        display: none;
    }
    
    .header .btn {
        margin: 0 5px;
    }
    
    .header.tri:before,
    .header.tri:after {
        content: "";
        bottom: 0;
        height: 0;
        position: absolute;
        border-top: 45px solid transparent;
        width: 0;
        z-index: 2;
    }
    
    .header.tri:before {
        border-right: 50vw solid;
        right: 0;
    }
    
    .header.tri:after {
        border-left: 50vw solid;
        left: -17px;
    }
    /* Carousel */
    
    .header-carousel .navbar-default {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999999;
    }
    
    .header-carousel .item {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .owl-nav {
        display: block !important;
        text-align: center !important;
    }
    
    .owl-nav .owl-prev {
        left: 35px;
    }
    
    .owl-nav .owl-next {
        right: 35px;
    }
    
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        font-size: 17px;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.3);
        width: 45px;
        height: 45px;
        line-height: 45px;
        position: absolute;
        top: 50%;
        margin-top: -22px;
        opacity: 0;
        border-radius: 100%;
    }
    
    .owl-carousel:hover .owl-nav .owl-prev,
    .owl-carousel:hover .owl-nav .owl-next {
        opacity: 1;
    }
    
    .owl-nav .owl-prev:hover,
    .owl-nav .owl-next:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    .owl-nav .owl-next:before {
        content: "\f105";
    }
    
    .owl-nav .owl-prev:before {
        content: "\f104";
    }
    
    .header-carousel .owl-carousel .owl-stage,
    .header-carousel .owl-carousel .owl-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    
    .header-carousel .owl-dots {
        position: absolute;
        bottom: 40px;
        opacity: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    
    .header-carousel:hover .owl-dots,
    .header-carousel .owl-dot.active {
        opacity: 1;
    }
    
    .header-carousel .owl-dot.active {
        background: white;
    }
    
    .eqheight-container {
        display: flex !important;
        justify-content: center !important;
        margin: auto !important;
        flex-wrap: wrap !important;
    }
    
    .eqheight {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .header-carousel .owl-dot {
        height: 11px;
        width: 11px;
        display: inline-block;
        margin-right: 15px;
        background-color: #ffffff;
        opacity: 0.5;
        border-radius: 100%;
        border: 2px solid white;
        background: transparent;
    }
    
    .header-carousel .owl-dot:hover {
        opacity: 1;
    }
    /* Header Magazine */
    
    .header-magazine {
        position: fixed;
        width: 50%;
        top: 0;
        left: 0;
        height: 100%;
    }
    
    .header-magazine .overlay {
        height: 100vh !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    /* Header White */
    
    .header.h-white h1,
    .header.h-white h2,
    .header.h-white h3,
    .header.h-white h4,
    .header.h-white h5,
    .header.h-white h6 {
        color: #121212 !important;
    }
    
    .header.h-white .owl-dot {
        background-color: #151419;
    }
    
    .header.h-white h1 {
        text-shadow: none;
    }
    /* Scroll Bar */
    
    .scroll-down {
        display: inline-block;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
    }
    
    .scroll-down .mouse {
        position: relative;
        width: 52px;
        height: 88px;
        margin: auto;
        background-size: 100% 100%;
        border-radius: 100px;
        background-size: 225%;
        -webkit-animation: nudgeMouse 5s ease-out infinite;
        -moz-animation: nudgeMouse 5s ease-out infinite;
        -ms-animation: nudgeMouse 5s ease-out infinite;
        -o-animation: nudgeMouse 5s ease-out infinite;
        animation: nudgeMouse 5s ease-out infinite;
    }
    
    .scroll-down .mouse:before,
    .scroll-down .mouse:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    
    .scroll-down .mouse:before {
        width: 46px;
        height: 70px;
        background-color: transparent;
        border-radius: 100px;
        border: 4px solid #ffffff;
    }
    
    .scroll-down .mouse:after {
        background-color: #ffffff;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        -webkit-animation: trackBallSlide 5s linear infinite;
        -moz-animation: trackBallSlide 5s linear infinite;
        -ms-animation: trackBallSlide 5s linear infinite;
        -o-animation: trackBallSlide 5s linear infinite;
        animation: trackBallSlide 5s linear infinite;
    }
    
    @keyframes trackBallSlide {
        0% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        6% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        14% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        15%,
        19% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        28%,
        29.99% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        30% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        36% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        44% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        45%,
        49% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        58%,
        59.99% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        60% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        66% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        74% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        75%,
        79% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        88%,
        100% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
    }
    
    @-webkit-keyframes trackBallSlide {
        0% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        6% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        14% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        15%,
        19% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        28%,
        29.99% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        30% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        36% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        44% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        45%,
        49% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        58%,
        59.99% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        60% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        66% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        74% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        75%,
        79% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        88%,
        100% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
    }
    
    @-moz-keyframes trackBallSlide {
        0% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        6% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        14% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        15%,
        19% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        28%,
        29.99% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        30% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        36% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        44% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        45%,
        49% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        58%,
        59.99% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        60% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        66% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        74% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        75%,
        79% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        88%,
        100% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
    }
    
    @-ms-keyframes trackBallSlide {
        0% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        6% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        14% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        15%,
        19% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        28%,
        29.99% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        30% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        36% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        44% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        45%,
        49% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        58%,
        59.99% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        60% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        66% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        74% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        75%,
        79% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        88%,
        100% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
    }
    
    @-o-keyframes trackBallSlide {
        0% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        6% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        14% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        15%,
        19% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        28%,
        29.99% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        30% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        36% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        44% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        45%,
        49% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        58%,
        59.99% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        60% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
        66% {
            opacity: 1;
            -webkit-transform: scale(0.9) translateY(5px);
            -moz-transform: scale(0.9) translateY(5px);
            -ms-transform: scale(0.9) translateY(5px);
            -o-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
        }
        74% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(40px);
            -moz-transform: scale(0.4) translateY(40px);
            -ms-transform: scale(0.4) translateY(40px);
            -o-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
        }
        75%,
        79% {
            opacity: 0;
            -webkit-transform: scale(0.4) translateY(-20px);
            -moz-transform: scale(0.4) translateY(-20px);
            -ms-transform: scale(0.4) translateY(-20px);
            -o-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
        }
        88%,
        100% {
            opacity: 1;
            -webkit-transform: scale(1) translateY(-20px);
            -moz-transform: scale(1) translateY(-20px);
            -ms-transform: scale(1) translateY(-20px);
            -o-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
        }
    }
    
    @keyframes nudgeMouse {
        0% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        20% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        30% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        60% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        80% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        90% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @-webkit-keyframes nudgeMouse {
        0% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        20% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        30% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        60% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        80% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        90% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @-moz-keyframes nudgeMouse {
        0% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        20% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        30% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        60% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        80% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        90% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @-ms-keyframes nudgeMouse {
        0% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        20% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        30% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        60% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        80% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        90% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @-o-keyframes nudgeMouse {
        0% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        20% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        30% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        60% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        80% {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -ms-transform: translateY(8px);
            -o-transform: translateY(8px);
            transform: translateY(8px);
        }
        90% {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @media (max-width: 991px) {
        .header-magazine {
            position: static;
            width: 100%;
        }
        .search-results-btns-conatiner {
            display: grid;
        }

        .search-results-btns-conatiner .btn-white-primary {
            margin: 10 0px;
        }

        #filterCollapseToggle {
            min-height: 25px;
        }
    }
    
    @media (max-width: 767px) {
        .header.tri:before,
        .header.tri:after {
            display: none;
        }
    }
    /* Logo */
    
    .logo div {
        display: inline-block;
        text-align: left;
        transform: translate(7px, 11px);
        -webkit-transform: translate(7px, 11px);
        -moz-transform: translate(7px, 11px);
        -ms-transform: translate(7px, 11px);
        -o-transform: translate(7px, 11px);
    }
    
    .logo .name {
        display: block;
        font-weight: 900;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .logo .slogan {
        font-family: "Merriweather", serif;
        font-size: 10px;
        letter-spacing: 1px;
    }
    /* Loading */
    
    .loading {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999999;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: inline;
        text-align: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    .loading-logo{
        animation: breathing 3s ease-out infinite normal;
        -webkit-animation: breathing 3s ease-out infinite normal;
        max-width: 250px;
        max-height: 200px;
        margin: auto auto;
        margin-bottom: 25px;
        display: block;
    }

    @keyframes breathing {
        0% {
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
        }

        50% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        100% {
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
        }
    }

    .loaders-container{
        position: relative;
        margin-top: auto;
        top: 42%;
    }
    
    .loading.active {
        opacity: 0;
        /*
    transform: scale(1);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);*/
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        z-index: -100;
    }
        .loader {
            margin: auto;
        }

                .lds-ripple {
                    /* change color here */
                    color: #1c4c5b
                }
        
                .lds-ripple,
                .lds-ripple div {
                    box-sizing: border-box;
                }
        
                .lds-ripple {
                    display: inline-block;
                    position: relative;
                    width: 80px;
                    height: 80px;
                }
        
                .lds-ripple div {
                    position: absolute;
                    border: 4px solid currentColor;
                    opacity: 1;
                    border-radius: 50%;
                    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
                }
        
                .lds-ripple div:nth-child(2) {
                    animation-delay: -0.5s;
                }
        
                @keyframes lds-ripple {
                    0% {
                        top: 36px;
                        left: 36px;
                        width: 8px;
                        height: 8px;
                        opacity: 0;
                    }
        
                    4.9% {
                        top: 36px;
                        left: 36px;
                        width: 8px;
                        height: 8px;
                        opacity: 0;
                    }
        
                    5% {
                        top: 36px;
                        left: 36px;
                        width: 8px;
                        height: 8px;
                        opacity: 1;
                    }
        
                    100% {
                        top: 0;
                        left: 0;
                        width: 80px;
                        height: 80px;
                        opacity: 0;
                    }
                }

    /*--------- Elements ---------*/
    /* Up button */
    
    .up-btn {
        position: fixed;
        bottom: -50px;
        right: 20px;
        width: 45px;
        height: 45px;
        color: #929292 !important;
        opacity: 0;
        z-index: -9999;
        display: block;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    .up-btn.static {
        border-radius: 100px;
        position: static !important;
        width: inherit !important;
        background-color: transparent !important;
        color: inherit !important;
    }
    
    .up-btn.static:hover {
        background-color: transparent !important;
        color: #ffffff !important;
    }
    
    .up-btn.static i {
        font-size: 5px;
        margin-left: 7px;
        margin-top: 3px;
        color: inherit !important;
    }
    
    .up-btn.visible {
        opacity: 1;
        z-index: 999;
        bottom: 50px;
        background-color: rgba(255, 255, 255, 1);
    }
    
    .up-btn>img {
        opacity: 0.5;
        width: 35%;
    }
    
    .up-btn:hover {
        background-color: #f0f0f0 !important;
        bottom: 55px;
        color: #212121 !important;
    }
    /* Button */
    
    .btn {
        color: #ffffff;
        font-size: 15px !important;
        font-weight: 700;
        padding: 11px 22px !important;
        outline: none !important;
        opacity: 1 !important;
        border-radius: 5px;
        /* border: none; */
    }
    
    .btn.large {
        padding: 18px 50px !important;
        font-size: 17px !important;
    }
    
    .btn.small {
        padding: 5px 25px !important;
        font-size: 12px !important;
    }
    
    .btn:hover,
    .btn:active,
    .btn:focus {
        opacity: 1 !important;
    }
    
    .label-check {
        min-width: 125px;
        direction: ltr;
        margin-bottom: 5px;
        color: #17764b;
        font-family: monospace;
        font-weight: initial;
        font-size: 14px;
    }
    
    #opac-avatar-link {
        padding: 0px 5px;
    }
    
    .btn.enabled {
        cursor: pointer;
        filter: alpha(opacity=1);
        -webkit-filter: alpha(opacity=1);
        -moz-filter: alpha(opacity=1);
        -ms-filter: alpha(opacity=1);
        -o-filter: alpha(opacity=1);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
    }
    /* Colors Element */
    
    .colors-items .box .item {
        width: 50%;
        height: 90px;
        float: left;
        line-height: 90px;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
    }
    /* List */
    
    ul {
        list-style-type: none;
    }
    
    ul,
    ol {
        padding-left: 0;
        margin: 0;
    }
    
    ul li,
    ol li {
        margin-bottom: 13px;
        font-size: 14px;
    }
    
    ul.list li:before,
    ul.list li:after {
        font-style: normal;
    }
    
    ul.list li:before {
        content: "\f061";
        margin-right: 8px;
        font-size: 10px;
    }
    
    ul.list.list-blog {
        padding-left: 0;
    }
    
    ul.list.list-blog li:before {
        content: "\f0da";
        color: #6b6b6b;
    }
    
    ul.list-border li {
        border-bottom: 1px solid;
        padding: 11px 0;
        margin-bottom: 0;
    }
    
    ul.list-border li:last-of-type {
        border-bottom: 0;
    }
    
    ul.list-bullets li:before {
        content: "";
        width: 6px;
        height: 6px;
        display: inline-block;
        margin-right: 15px;
    }
    
    ul.list-icons li i {
        margin-right: 5px;
        font-size: 12px !important;
    }
    /* Social Media List */
    
    .sm {
        margin: 0;
        margin-top: 20px;
    }
    
    .share .sm {
        display: inline-block;
        margin-left: 10px;
    }
    
    .share .sm li {
        margin-left: 5px;
        margin-bottom: 0;
    }
    
    .sm li {
        display: inline-block;
        margin-left: 7px;
        margin-bottom: 0 !important;
    }
    
    
    .sm li a i {
        color: #ffffff;
        font-size: 18px;
        display: block;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #00000057;
        border-radius: 5px;
    }
    
    .sm.sm-large li a i {
        font-size: 24px;
    }
    
    .sm li a i:hover {
        opacity: 0.8;
        scale: 1.2;
    }

    ul.footer-icons {
        text-align: right;
        text-indent: -10px;
        margin-right: 30px;
    }
    
    ul.footer-icons li i{
        padding-left: 10px;
        font-size: 20px;
    }
    /* Colorful social media */
    
    .sm.colorful li a .fa-facebook,
    .sm.colorful li a .fa-facebook-official,
    .sm.colorful li a .et-facebook,
    .sm.colorful li a .fa-facebook-square {
        color: #3b5999;
    }
    
    .sm.colorful li a .fa-twitter,
    .sm.colorful li a .et-twitter,
    .sm.colorful li a .fa-twitter-square {
        color: #55acee;
    }
    
    .sm.colorful li a .fa-google-plus,
    .sm.colorful li a .fa-google-plus-square,
    .sm.colorful li a .et-googleplus,
    .sm.colorful li a .fa-google-plus-official {
        color: #dd4b39;
    }
    
    .sm.colorful li a .fa-youtube-play,
    .sm.colorful li a .fa-youtube-square,
    .sm.colorful li a .fa-youtube {
        color: #cd201f;
    }
    
    .sm.colorful li a .fa-instagram {
        color: #405de6;
    }
    
    .sm.colorful li a .fa-pinterest,
    .sm.colorful li a .fa-pinterest-square,
    .sm.colorful li a .fa-pinterest-p {
        color: #bd081c;
    }
    
    .sm.colorful li a .fa-linkedin,
    .sm.colorful li a .et-linkedin {
        color: #0077b5;
    }
    
    .sm.colorful li a .fa-tumblr,
    .sm.colorful li a .et-tumblr,
    .sm.colorful li a .fa-tumblr-square {
        color: #35465c;
    }
    
    .sm.colorful li a .fa-dribbble,
    .sm.colorful li a .et-dribbble {
        color: #ea4c89;
    }
    
    .sm.colorful li a .fa-github,
    .sm.colorful li a .fa-github-square {
        color: #333333;
    }
    
    .sm.colorful li a .fa-behance,
    .sm.colorful li a .fa-behance-square {
        color: #1769ff;
    }
    
    .sm.colorful li a .fa-rss,
    .sm.colorful li a .et-rss,
    .sm.colorful li a .fa-rss-square {
        color: #f26522;
    }
    
    .sm.colorful li a .fa-reddit,
    .sm.colorful li a .fa-reddit-alien,
    .sm.colorful li a .fa-reddit-square {
        color: #ff4500;
    }
    
    .sm.colorful li a .fa-phone {
        color: #32d191;
    }
    /* Social media hover */
    
    .sm-hover li a i {
        font-size: 10px !important;
        line-height: 32px;
        width: 30px;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .sm-hover li a i:hover {
        color: #ffffff !important;
    }
    /* Social media hover colorful */
    
    .sm-color-hover li a .fa-facebook:hover,
    .sm-color-hover li a .et-facebook:hover,
    .sm-color-hover li a .fa-facebook-official:hover,
    .sm-color-hover li a .fa-facebook-square:hover {
        background-color: #3b5999;
    }
    
    .sm-color-hover li a .fa-twitter-square:hover,
    .sm-color-hover li a .fa-twitter:hover,
    .sm-color-hover li a .et-twitter:hover {
        background-color: #55acee;
    }
    
    .sm-color-hover li a .fa-google-plus:hover,
    .sm-color-hover li a .fa-google-plus-official:hover,
    .sm-color-hover li a .fa-google-plus-square:hover,
    .sm-color-hover li a .et-googleplus:hover {
        background-color: #dd4b39;
    }
    
    .sm-color-hover li a .fa-youtube-play:hover,
    .sm-color-hover li a .fa-youtube-square:hover,
    .sm-color-hover li a .fa-youtube:hover {
        background-color: #cd201f;
    }
    
    .sm-color-hover li a .fa-instagram:hover {
        background-color: #405de6;
    }
    
    .sm-color-hover li a .fa-pinterest:hover,
    .sm-color-hover li a .fa-pinterest-square:hover,
    .sm-color-hover li a .fa-pinterest-p:hover {
        background-color: #bd081c;
    }
    
    .sm-color-hover li a .fa-linkedin:hover,
    .sm-color-hover li a .et-linkedin:hover {
        background-color: #0077b5;
    }
    
    .sm-color-hover li a .fa-tumblr:hover,
    .sm-color-hover li a .et-tumblr:hover,
    .sm-color-hover li a .fa-tumblr-square:hover {
        background-color: #35465c;
    }
    
    .sm-color-hover li a .fa-dribbble:hover,
    .sm-color-hover li a .et-dribbble:hover {
        background-color: #ea4c89;
    }
    
    .sm-color-hover li a .fa-github:hover,
    .sm-color-hover li a .fa-github-square:hover {
        background-color: #333333;
    }
    
    .sm-color-hover li a .fa-behance:hover,
    .sm-color-hover li a .fa-behance-square:hover {
        background-color: #1769ff;
    }
    
    .sm-color-hover li a .fa-rss:hover,
    .sm-color-hover li a .et-rss:hover,
    .sm-color-hover li a .fa-rss-square:hover {
        background-color: #f26522;
    }
    
    .sm-color-hover li a .fa-reddit:hover,
    .sm-color-hover li a .fa-reddit-alien:hover,
    .sm-color-hover li a .fa-reddit-square:hover {
        background-color: #ff4500;
    }
    
    .sm-color-hover li a .fa-phone:hover {
        background-color: #32d191;
    }
    /* Social media hover light */
    
    .sm-light-hover li a .fa-facebook:hover,
    .sm-light-hover li a .fa-facebook-official:hover,
    .sm-light-hover li a .fa-facebook-square:hover {
        background-color: rgba(59, 89, 153, 0.7);
    }
    
    .sm-light-hover li a .fa-twitter-square:hover,
    .sm-light-hover li a .fa-twitter:hover {
        background-color: rgba(85, 172, 238, 0.7);
    }
    
    .sm-light-hover li a .fa-google-plus:hover,
    .sm-light-hover li a .fa-google-plus-official:hover,
    .sm-light-hover li a .fa-google-plus-square:hover {
        background-color: rgba(221, 75, 57, 0.7);
    }
    
    .sm-light-hover li a .fa-youtube-play:hover,
    .sm-light-hover li a .fa-youtube-square:hover,
    .sm-light-hover li a .fa-youtube:hover {
        background-color: rgba(205, 32, 31, 0.7);
    }
    
    .sm-light-hover li a .fa-instagram:hover {
        background-color: rgba(64, 93, 230, 0.7);
    }
    
    .sm-light-hover li a .fa-pinterest:hover,
    .sm-light-hover li a .fa-pinterest-square:hover,
    .sm-light-hover li a .fa-pinterest-p:hover {
        background-color: rgba(189, 8, 28, 0.7);
    }
    
    .sm-light-hover li a .fa-linkedin:hover {
        background-color: rgba(0, 119, 181, 0.7);
    }
    
    .sm-light-hover li a .fa-tumblr:hover,
    .sm-light-hover li a .fa-tumblr-square:hover {
        background-color: rgba(53, 70, 92, 0.7);
    }
    
    .sm-light-hover li a .fa-dribbble:hover {
        background-color: rgba(234, 76, 137, 0.7);
    }
    
    .sm-light-hover li a .fa-github:hover,
    .sm-light-hover li a .fa-github-square:hover {
        background-color: rgba(51, 51, 51, 0.7);
    }
    
    .sm-light-hover li a .fa-behance:hover,
    .sm-light-hover li a .fa-behance-square:hover {
        background-color: rgba(23, 105, 255, 0.7);
    }
    
    .sm-light-hover li a .fa-rss:hover,
    .sm-light-hover li a .fa-rss-square:hover {
        background-color: rgba(242, 101, 34, 0.7);
    }
    
    .sm-light-hover li a .fa-reddit:hover,
    .sm-light-hover li a .fa-reddit-alien:hover,
    .sm-light-hover li a .fa-reddit-square:hover {
        background-color: rgba(255, 69, 0, 0.7);
    }
    
    .sm-light-hover li a .fa-phone:hover {
        background-color: rgba(50, 209, 145, 0.7);
    }
    /* Social media hover dark */
    
    .sm-dark-hover li a i:hover {
        background-color: #121212;
    }
    /* Social media gray background */
    
    .sm-gray-back li a i {
        background-color: #f5f5f5;
    }
    /* Social media color background */
    
    .sm-color-back li a i {
        color: #ffffff !important;
    }
    
    .sm-color-back li a .fa-facebook,
    .sm-color-back li a .fa-facebook-official,
    .sm-color-back li a .fa-facebook-square {
        background-color: #3b5999;
    }
    
    .sm-color-back li a .fa-twitter-square,
    .sm-color-back li a .fa-twitter {
        background-color: #55acee;
    }
    
    .sm-color-back li a .fa-google-plus,
    .sm-color-back li a .fa-google-plus-square,
    .sm-color-back li a .fa-google-plus-official {
        background-color: #dd4b39;
    }
    
    .sm-color-back li a .fa-youtube-play,
    .sm-color-back li a .fa-youtube-square,
    .sm-color-back li a .fa-youtube {
        background-color: #cd201f;
    }
    
    .sm-color-back li a .fa-instagram {
        background-color: #405de6;
    }
    
    .sm-color-back li a .fa-pinterest,
    .sm-color-back li a .fa-pinterest-square,
    .sm-color-back li a .fa-pinterest-p {
        background-color: #bd081c;
    }
    
    .sm-color-back li a .fa-linkedin {
        background-color: #0077b5;
    }
    
    .sm-color-back li a .fa-tumblr,
    .sm-color-back li a .fa-tumblr-square {
        background-color: #35465c;
    }
    
    .sm-color-back li a .fa-dribbble {
        background-color: #ea4c89;
    }
    
    .sm-color-back li a .fa-github,
    .sm-color-back li a .fa-github-square {
        background-color: #333333;
    }
    
    .sm-color-back li a .fa-behance,
    .sm-color-back li a .fa-behance-square {
        background-color: #1769ff;
    }
    
    .sm-color-back li a .fa-rss,
    .sm-color-back li a .fa-rss-square {
        background-color: #f26522;
    }
    
    .sm-color-back li a .fa-reddit,
    .sm-color-back li a .fa-reddit-alien,
    .sm-color-back li a .fa-reddit-square {
        background-color: #ff4500;
    }
    
    .sm-color-back li a .fa-phone {
        background-color: #32d191;
    }
    /* Isotope */
    
    .grid {
        position: relative;
        display: flow-root;
    }
    
    .button-group {
        margin: 0 0 45px;
    }
    
    .button-group .button {
        background-color: transparent;
        outline: none;
        margin: 0 7px;
        font-size: 13px;
        font-family: "Merriweather", serif;
    }
    /* Input/Textarea/Select */
    /* Select */
    
    .custom-select {
        position: relative;
        cursor: default;
        min-width: 200px;
    }
    
    .custom-select select {
        display: none;
    }
    
    .select-selected {
        background-color: #ffffff;
    }
    
    .select-radius .select-items {
        top: calc(100% + 25px);
    }
    /*select version 1*/
    
    .select1 .select-selected {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }
    
    .select1 .select-items {
        top: calc(100% + 25px);
    }
    
    .select1 .select-items {
        padding: 15px 0;
    }
    
    .select1 .select-selected.select-arrow-active {
        color: #737373;
    }
    /*select version 2*/
    
    .select2 .select-selected,
    .select2 .select-items {
        border: 1px solid;
    }
    
    .select2 .select-items {
        border-top: 0;
    }
    
    .select2 .select-items div {
        border-bottom: 1px solid;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    
    .select-selected:after,
    .select-selected.select-arrow-active:after {
        position: absolute;
        top: 15px;
        right: 25px;
        width: 0;
        height: 0;
        font-size: 9px;
    }
    
    .select-selected:after {
        content: "\f078";
    }
    
    .select-selected.select-arrow-active:after {
        content: "\f077";
    }
    
    .select-selected.select-arrow-active {
        color: #9c9c9c;
    }
    
    .select-items div,
    .select-selected {
        font-family: "Merriweather", serif;
        font-weight: bold;
        font-size: 14px;
        color: #737373;
        padding: 11px 25px;
    }
    
    .select-items {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 99;
        box-shadow: 0 7px 20px rgba(0, 0, 0, 0.08);
        min-height: 210px;
        max-height: 210px;
        overflow: auto;
    }
    
    .select-hide {
        visibility: hidden;
        opacity: 0;
    }
    /* Input radio/checkbox */
    
    .radio-choices .item,
    .checkbox-choices .item {
        position: relative;
        border: 1px solid;
    }
    
    .radio-choices .item label,
    .checkbox-choices .item label {
        display: block;
        position: relative;
        color: #737373;
        padding: 12px 45px;
        margin-bottom: 0;
        z-index: 9;
        cursor: pointer;
        line-height: 18px;
        font-family: "Merriweather", serif;
    }
    
    .radio-choices .item input[type="radio"] {
        position: absolute;
        visibility: hidden;
    }
    
    .radio-choices .item .check {
        display: block;
        position: absolute;
        border: 2px solid #aaaaaa;
        height: 18px;
        width: 18px;
        top: 11px;
        left: 12px;
        z-index: 5;
    }
    
    .radio-choices .item .check:before {
        content: "";
        display: block;
        position: absolute;
        height: 8px;
        width: 8px;
        top: 3px;
        left: 3px;
        margin: auto;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }
    
    input[type="radio"]:checked~.check:before {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    /* Hide the browser's default checkbox */
    
    .checkbox-choices input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    /* Create a custom checkbox */
    
    .checkmark {
        display: block;
        position: absolute;
        border: 2px solid #aaaaaa;
        border-radius: 6px;
        height: 18px;
        width: 18px;
        top: 14px;
        left: 12px;
        z-index: 5;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    
    .checkbox-choices input:checked~.checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    
    .checkbox-choices .checkmark:after {
        content: "\f00c";
        left: 3px;
        top: -1px;
        font-size: 7px;
        color: #ffffff;
    }
    /* Input text / textarea */
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    textarea {
        outline: none;
        width: 100%;
        padding: 13px 18px;
        cursor: default;
        border: 1px solid;
        font-family: "Merriweather", serif;
        font-size: 13px;
        cursor: text;
    }
    
    input[type="text"].reverse,
    input[type="email"].reverse,
    input[type="password"].reverse,
    input[type="search"].reverse,
    textarea.reverse {
        background-color: rgba(21, 20, 25, 0.8);
        color: #ffffff;
    }
    
    input[type="text"].reverse:focus,
    input[type="email"].reverse:focus,
    input[type="password"].reverse:focus,
    input[type="search"].reverse:focus,
    textarea.reverse:focus {
        background-color: rgba(21, 20, 25, 1);
    }
    
    textarea {
        height: 180px;
        resize: none;
    }
    
    .form-group {
        position: relative;
        margin-bottom: 25px;
    }
    
    input.reverse::-webkit-input-placeholder,
    textarea.reverse::-webkit-input-placeholder {
        color: #b7b7b7;
    }
    
    input.reverse::-moz-placeholder,
    textarea.reverse::-moz-placeholder {
        color: #b7b7b7;
    }
    
    input.reverse:-ms-input-placeholder,
    textarea.reverse:-ms-input-placeholder {
        color: #b7b7b7;
    }
    
    input.reverse:-moz-placeholder,
    textarea.reverse:-moz-placeholder {
        color: #b7b7b7;
    }
    
    .help-block .list-unstyled {
        display: none;
    }
    
    .has-danger input,
    .has-danger textarea {
        border-color: #fde5e5;
        background-color: #fde5e5 !important;
    }
    /* Colors */
    
    .theme1-color {
        color: #4be1ab !important;
    }
    
    .theme1-color-d {
        color: #43d29e !important;
    }
    
    .white .theme1-color {
        color: #4be1ab !important;
    }
    
    .white .theme1-color-d {
        color: #43d29e !important;
    }
    
    .theme2-color {
        color: #b9bed1 !important;
    }
    
    .theme2-color-d {
        color: #a1a6bb !important;
    }
    
    .white .theme2-color {
        color: #b9bed1 !important;
    }
    
    .white .theme2-color-d {
        color: #a1a6bb !important;
    }
    
    .theme3-color {
        color: #51dde9 !important;
    }
    
    .theme3-color-d {
        color: #32cdda !important;
    }
    
    .white .theme3-color {
        color: #51dde9 !important;
    }
    
    .white .theme3-color-d {
        color: #32cdda !important;
    }
    
    .theme4-color {
        color: #fe5339 !important;
    }
    
    .theme4-color-d {
        color: #eb4e36 !important;
    }
    
    .white .theme4-color {
        color: #fe5339 !important;
    }
    
    .white .theme4-color-d {
        color: #eb4e36 !important;
    }
    
    .theme5-color {
        color: #f3d351 !important;
    }
    
    .theme5-color-d {
        color: #ebc63b !important;
    }
    
    .white .theme5-color {
        color: #f3d351 !important;
    }
    
    .white .theme5-color-d {
        color: #ebc63b !important;
    }
    
    .theme6-color {
        color: #ad84fe !important;
    }
    
    .theme6-color-d {
        color: #8666fe !important;
    }
    
    .white .theme6-color {
        color: #ad84fe !important;
    }
    
    .white .theme6-color-d {
        color: #8666fe !important;
    }
    
    .theme7-color {
        color: #8e6138 !important;
    }
    
    .theme7-color-d {
        color: #754f2b !important;
    }
    
    .white .theme7-color {
        color: #8e6138 !important;
    }
    
    .white .theme7-color-d {
        color: #754f2b !important;
    }
    
    .theme8-color {
        color: #4777db !important;
    }
    
    .theme8-color-d {
        color: #3e6ac5 !important;
    }
    
    .white .theme8-color {
        color: #4777db !important;
    }
    
    .white .theme8-color-d {
        color: #3e6ac5 !important;
    }
    
    .theme9-color {
        color: #ffbc54 !important;
    }
    
    .theme9-color-d {
        color: #fbb03b !important;
    }
    
    .white .theme9-color {
        color: #ffbc54 !important;
    }
    
    .white .theme9-color-d {
        color: #fbb03b !important;
    }
    
    .theme10-color {
        color: #f68d59 !important;
    }
    
    .theme10-color-d {
        color: #ea8452 !important;
    }
    
    .white .theme10-color {
        color: #f68d59 !important;
    }
    
    .white .theme10-color-d {
        color: #ea8452 !important;
    }
    
    .theme11-color {
        color: #ff7992 !important;
    }
    
    .theme11-color-d {
        color: #f1728a !important;
    }
    
    .white .theme11-color {
        color: #ff7992 !important;
    }
    
    .white .theme11-color-d {
        color: #f1728a !important;
    }
    
    .theme12-color {
        color: #333333 !important;
    }
    
    .theme12-color-d {
        color: #191919 !important;
    }
    
    .white .theme12-color {
        color: #333333 !important;
    }
    
    .white .theme12-color-d {
        color: #191919 !important;
    }
    /* Background color */
    
    .theme1-back-color {
        background-color: #4be1ab !important;
    }
    
    .theme1-back-color-d {
        background-color: #43d29e !important;
    }
    
    .theme2-back-color {
        background-color: #b9bed1 !important;
    }
    
    .theme2-back-color-d {
        background-color: #a1a6bb !important;
    }
    
    .theme3-back-color {
        background-color: #51dde9 !important;
    }
    
    .theme3-back-color-d {
        background-color: #32cdda !important;
    }
    
    .theme4-back-color {
        background-color: #fe5339 !important;
    }
    
    .theme4-back-color-d {
        background-color: #eb4e36 !important;
    }
    
    .theme5-back-color {
        background-color: #f3d351 !important;
    }
    
    .theme5-back-color-d {
        background-color: #ebc63b !important;
    }
    
    .theme6-back-color {
        background-color: #ad84fe !important;
    }
    
    .theme6-back-color-d {
        background-color: #8666fe !important;
    }
    
    .theme7-back-color {
        background-color: #8e6138 !important;
    }
    
    .theme7-back-color-d {
        background-color: #754f2b !important;
    }
    
    .theme8-back-color {
        background-color: #4777db !important;
    }
    
    .theme8-back-color-d {
        background-color: #3e6ac5 !important;
    }
    
    .theme9-back-color {
        background-color: #ffbc54 !important;
    }
    
    .theme9-back-color-d {
        background-color: #fbb03b !important;
    }
    
    .theme10-back-color {
        background-color: #f68d59 !important;
    }
    
    .theme10-back-color-d {
        background-color: #ea8452 !important;
    }
    
    .theme11-back-color {
        background-color: #ff7992 !important;
    }
    
    .theme11-back-color-d {
        background-color: #f1728a !important;
    }
    
    .theme12-back-color {
        background-color: #333333 !important;
    }
    
    .theme12-back-color-d {
        background-color: #191919 !important;
    }
    /* Box */
    
    .box {
        background-color: #ffffff;
        border: 4px solid;
        padding: 30px 10px;
        cursor: default;
        display: flow-root;
    }
    
    .box h2,
    .box p {
        margin: 0;
    }
    
    .box-padding {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    
    .box:hover {
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.06);
        border-color: transparent !important;
    }
    
    .image-thumb {
        position: relative;
    }
    
    .image-thumb img {
        position: absolute;
        left: 15px;
        top: 0;
    }
    /* Flipbox */
    
    .flip-container {
        perspective: 1000px;
        transform-style: preserve-3d;
        width: 100%;
        position: relative;
    }
    
    .flip-container:hover .back {
        transform: rotateY(0deg);
    }
    
    .flip-container:hover .front {
        transform: rotateY(180deg);
    }
    
    .flip-container,
    .front,
    .back {
        float: left;
        transition: 0.8s !important;
    }
    
    .front,
    .back {
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        position: absolute;
        top: 0;
        left: 0;
        display: inline-table;
    }
    
    .back .overlay,
    .front {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    
    .front {
        z-index: 2;
        transform: rotateY(0deg);
    }
    
    .back {
        transform: rotateY(-180deg);
    }
    
    .vertical.flip-container {
        position: relative;
    }
    
    .vertical .back {
        transform: rotateX(-180deg);
    }
    
    .vertical.flip-container:hover .back {
        transform: rotateX(0deg);
    }
    
    .vertical.flip-container:hover .front {
        transform: rotateX(180deg);
    }
    /* Blockquote */
    
    blockquote {
        font-size: 22px;
        border: 0;
        font-style: italic;
        line-height: 40px;
        color: #212121;
        margin: 15px 0;
        padding: 15px 65px;
        font-family: lora;
        text-align: center;
        border: 0;
    }
    
    blockquote span {
        background-color: rgba(75, 225, 171, 0.2);
        padding: 2px 5px;
    }
    
    blockquote.pull-left {
        text-align: left;
    }
    
    blockquote.pull-right {
        text-align: right;
    }
    
    blockquote.pull-left,
    blockquote.pull-right {
        border: 0;
        padding: 15px;
    }
    
    blockquote.half {
        max-width: 50%;
        float: left;
    }
    
    blockquote.half+p {
        max-width: 50%;
        display: inline;
    }
    /* Dropcaps */
    
    .dropcap {
        font-size: 65px;
        font-family: "Merriweather", serif;
        margin-right: 15px;
        line-height: 1;
        margin-top: 0;
        float: left;
        padding: 0;
        font-weight: bold;
    }
    
    .dropcap.square {
        width: 50px;
        height: 50px;
        background-color: #121212;
        color: #ffffff !important;
        text-align: center;
        font-size: 35px;
        line-height: 55px;
        margin-bottom: 5px;
        font-weight: normal;
    }
    
    .dropcap.square.reverse {
        background-color: #ffffff;
        color: #121212 !important;
    }
    /* Highlight */
    
    .highlight {
        padding: 3px;
    }
    
    .highlight.main {
        color: #ffffff;
    }
    /* Message */
    
    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    
    .alert h4 {
        margin-top: 0;
        color: inherit;
    }
    
    .alert .alert-link {
        font-weight: bold;
    }
    
    .alert>p,
    .alert>ul {
        margin-bottom: 0;
    }
    
    .alert>p+p {
        margin-top: 5px;
    }
    
    .alert-dismissable,
    .alert-dismissible {
        padding-right: 35px;
    }
    
    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }
    
    .alert-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }
    
    .alert-success hr {
        border-top-color: #c9e2b3;
    }
    
    .alert-success .alert-link {
        color: #2b542c;
    }
    
    .alert-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }
    
    .alert-info hr {
        border-top-color: #a6e1ec;
    }
    
    .alert-info .alert-link {
        color: #245269;
    }
    
    .alert-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }
    
    .alert-warning hr {
        border-top-color: #f7e1b5;
    }
    
    .alert-warning .alert-link {
        color: #66512c;
    }
    
    .alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }
    
    .alert-danger hr {
        border-top-color: #e4b9c0;
    }
    
    .alert-danger .alert-link {
        color: #843534;
    }
    /* Message box in action */
    
    .popover {
        margin: 0;
        position: fixed;
        top: 15px !important;
        left: 50% !important;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        box-shadow: none;
        padding: 19px 29px;
        background-color: #f5f5f5;
        font-size: 15px;
        min-width: 350px;
        color: #333333;
        cursor: default;
        font-family: lora;
    }
    
    .popover-content {
        padding: 0;
    }
    
    .popover>.arrow {
        display: none;
    }
    /* Accordion */
    /*default*/
    
    .panel-group .panel+.panel {
        margin-top: 10px;
    }
    
    .panel-group .panel {
        box-shadow: none;
    }
    
    .panel-default>.panel-heading {
        padding: 15px 25px;
        font-size: 10px;
        color: #ffffff;
        font-weight: 500;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        display: block;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 30px 25px;
        font-size: 14px;
        line-height: 24px;
        color: #929292;
    }
    /*v2*/
    
    .v2 .panel-default>.panel-heading {
        border: 1px solid;
        color: #929292;
    }
    
    .v2 .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border: 1px solid;
        border-top: 0;
    }
    /*v3*/
    
    .v3 .panel-default>.panel-heading {
        background-color: #121212 !important;
        color: #ffffff;
        border: 1px solid #333333;
    }
    
    .v3 .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top: 0;
    }
    /* Tabs */
    
    .nav-tabs.center {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    .nav-tabs.center.full-width>li {
        margin: 0;
    }
    
    .nav-tabs>li>a {
        color: #333333;
        border-radius: 0 !important;
        font-size: 12px;
        padding: 13px 20px;
        border: 0 !important;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
    }
    
    .nav-tabs>li>a:hover,
    .nav-tabs>li>a:focus,
    .nav-tabs>li>a:active,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:active {
        border: 0;
    }
    
    .tab-content>.tab-pane {
        padding: 40px 5px 0;
    }
    
    @media (max-width: 767px) {
        .nav-tabs.center {
            display: block;
        }
    }
    /* Features */
    
    .features .item {
        cursor: default;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .features .item i {
        width: 100px;
        height: 100px;
        text-align: center;
        font-size: 40px;
        line-height: 100px;
        margin: auto;
        border: 2px solid;
        margin-bottom: 35px;
        display: block;
    }
    
    .features .item p {
        font-size: 15px;
        line-height: 23px;
        margin-top: 10px;
    }
    
    .features .box i.fa {
        width: auto;
        height: auto;
        line-height: normal;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
    }
    
    .features .item:hover .box i {
        background-color: transparent;
    }
    
    .features .item:hover i {
        color: #ffffff !important;
    }
    
    .features .item i.white-icon,
    .features .item:hover i.white-icon {
        background-color: #ffffff;
        color: #ffffff !important;
    }
    
    .features .item i.black-icon,
    .features .item:hover i.black-icon {
        background-color: #ffffff;
        color: #191919 !important;
    }
    /* Video */
    
    .modal-backdrop.in {
        opacity: 0.7;
    }
    
    .modal .modal-dialog {
        width: 780px;
    }
    
    .modal.in .modal-dialog {
        margin-top: 80px;
    }
    
    .modal-header {
        padding: 25px 0px;
    }
    
    .modal-content {
        background-color: #fff;
        box-shadow: none;
    }
    
    .modal-body {
        position: relative;
        padding: 0;
    }
    
    .modal-body iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .modal .stat {
        font-size: 27px;
        font-weight: 900;
        text-align: center;
        line-height: 27px;
        margin-left: 17px;
        padding-top: 0px;
        font-family: "Merriweather", serif;
    }
    
    .modal .stat span {
        display: block;
        color: #ffffff;
        font-size: 13px;
        font-family: "Montserrat", sans-serif;
    }
    
    .modal .close {
        outline: none;
        font-size: 50px;
        text-shadow: none;
        color: #ffffff;
        opacity: 0.5;
        margin: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 100;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .modal .close:hover,
    .modal .close:focus {
        color: #ffffff;
        opacity: 0.8;
    }
    
    @media (max-width: 767px) {
        .modal .modal-dialog {
            width: auto;
        }
    }
    
    .video {
        overflow: hidden;
        position: relative;
    }
    
    .video .play {
        color: #ffffff;
        display: inline-block;
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        font-size: 15px;
        position: absolute;
        z-index: 1;
        border: 0;
        top: 50%;
        left: 50%;
        margin-left: -40px;
        margin-top: -40px;
    }
    
    .video .play.static-play {
        position: static !important;
        margin-left: 0;
        margin-top: 0;
    }
    
    .video .play:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
    
    .video .play:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        border-radius: 100%;
        z-index: -1;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        opacity: 0.2;
    }
    
    .video .play:hover:before {
        animation: video-play 1s linear forwards;
        -webkit-animation: video-play 1s linear forwards;
        -moz-animation: video-play 1s linear forwards;
        -ms-animation: video-play 1s linear forwards;
        -o-animation: video-play 1s linear forwards;
    }
    
    @keyframes video-play {
        50% {
            transform: scale(50);
            -webkit-transform: scale(50);
            -moz-transform: scale(50);
            -o-transform: scale(50);
            -ms-transform: scale(50);
            opacity: 0.1;
        }
        100% {
            transform: scale(50);
            -webkit-transform: scale(50);
            -moz-transform: scale(50);
            -ms-transform: scale(50);
            -o-transform: scale(50);
            opacity: 0;
            visibility: hidden;
        }
    }
    
    @-webkit-keyframes video-play {
        50% {
            transform: scale(50);
            -webkit-transform: scale(50);
            -moz-transform: scale(50);
            -o-transform: scale(50);
            -ms-transform: scale(50);
            opacity: 0.1;
        }
        100% {
            transform: scale(50);
            -webkit-transform: scale(50);
            -moz-transform: scale(50);
            -ms-transform: scale(50);
            -o-transform: scale(50);
            opacity: 0;
            visibility: hidden;
        }
    }
    
    @-moz-keyframes video-play {
        50% {
            transform: scale(50);
            -webkit-transform: scale(50);
            -moz-transform: scale(50);
            -o-transform: scale(50);
            -ms-transform: scale(50);
            opacity: 0.1;
        }
        100% {
            transform: scale(50);
            -webkit-transform: scale(50);
            -moz-transform: scale(50);
            -ms-transform: scale(50);
            -o-transform: scale(50);
            opacity: 0;
            visibility: hidden;
        }
    }
    
    @-o-keyframes video-play {
        50% {
            transform: scale(50);
            -webkit-transform: scale(50);
            -moz-transform: scale(50);
            -o-transform: scale(50);
            -ms-transform: scale(50);
            opacity: 0.1;
        }
        100% {
            transform: scale(50);
            -webkit-transform: scale(50);
            -moz-transform: scale(50);
            -ms-transform: scale(50);
            -o-transform: scale(50);
            opacity: 0;
            visibility: hidden;
        }
    }
    /* About */
    
    .about ul.list {
        margin-top: 30px;
        padding-left: 25px;
    }
    /* Stats */
    
    .stats .why p {
        margin-top: 25px;
    }
    
    #container {
        margin: 20px;
        width: 400px;
        height: 8px;
        position: relative;
    }
    
    #container path {
        stroke: red;
        width: "90%";
        height: "100%";
    }
    
    #container .progressbar-text {
        color: rgb(153, 153, 153) !important;
        position: absolute;
        right: 0px;
        top: 30px;
        padding: 0px;
        margin: 0px;
    }
    
    @media (max-width: 991px) {
        .stats .img,
        .stats .statistics {
            margin-top: 60px;
        }
    }
    /* Services */
    
    .services .item {
        display: inline-block;
        margin-bottom: 100px;
    }
    
    .services .item:last-of-type {
        margin-bottom: 0;
    }
    
    .services .img {
        position: relative;
        display: block;
    }
    
    .services .img .price {
        position: absolute;
        color: #ffffff;
        text-align: center;
        padding: 15px 12px;
        top: 25px;
        left: 25px;
    }
    
    .services .img .price.right {
        right: 25px;
        left: auto;
    }
    
    .services .img .price h4,
    .services .img .price h5 {
        color: inherit;
        margin: 0;
    }
    
    .services .img .price h5 {
        font-weight: normal;
        font-size: 14px;
    }
    
    @media (max-width: 991px) {
        .services .item {
            margin-bottom: 0;
            border-bottom: 1px solid #e0e0e0;
            padding: 45px 0;
        }
        .services .item:first-of-type {
            padding-top: 0;
        }
        .services .item:last-of-type {
            padding-bottom: 0;
            border-bottom: 0;
        }
        .services .img {
            margin: 20px 0;
        }
    }
    /* Place */
    
    .place {
        overflow: hidden;
    }
    
    .place h2 {
        margin-top: 0;
    }
    
    .place .right {
        background-image: url(http://via.placeholder.com/1920x1080);
    }
    
    .place .right,
    .place .left {
        background-size: cover;
        background-position: center;
    }
    
    .place .left {
        position: relative;
        z-index: 1;
        padding: 0 45px;
    }
    
    .place .left .overlay:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.9;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    @media (max-width: 991px) {
        .place .left {
            padding: 0 10px;
        }
        .place .white .overlay {
            text-align: left;
            padding-right: 30px;
            padding-left: 30px;
        }
    }
    /* Call Action */
    
    .call-action {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .call-action h2 {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .call-action p {
        margin-top: 10px;
    }
    
    .call-action input[type="email"] {
        width: 350px;
    }
    
    .newsletter {
        position: relative;
    }
    
    .newsletter-send {
        position: absolute;
        top: 16px;
        right: 15px;
        font-size: 12px;
        color: #8a8a8a !important;
    }
    
    @media (max-width: 767px) {
        .call-action {
            display: block;
        }
        .call-action input[type="email"] {
            width: 100%;
        }
        .call-action .right {
            margin-top: 20px;
        }
    }
    /* Offers */
    
    .offers .offers-items .item {
        z-index: 1;
        padding-top: 45px;
        padding-bottom: 45px;
        position: relative;
        cursor: default;
    }
    
    .offers .offers-items .item:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 0;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    .offers .offers-items .item:hover:before {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    
    .offers .offers-items .item i,
    .offers .offers-items .item h4,
    .offers .offers-items .item p {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    
    .offers.offers-1 .offers-items .item:hover i,
    .offers.offers-1 .offers-items .item:hover h4,
    .offers.offers-1 .offers-items .item:hover p {
        color: #ffffff !important;
    }
    
    .offers.offers-2 .offers-items .item:before {
        display: none;
    }
    
    .offers.offers-2 .offers-items .item {
        padding: 20px;
    }
    
    .offers .offers-items .item.right {
        border-right: 1px solid;
    }
    
    .offers .offers-items .item.bottom {
        border-bottom: 1px solid;
    }
    
    .offers.offers-1 .offers-items i {
        font-size: 40px;
    }
    
    .offers.offers-2 .offers-items i {
        font-size: 30px;
    }
    
    .offers.offers-1 .offers-items h4 {
        margin: 35px 0 15px;
    }
    
    .offers.offers-2 .offers-items h4 {
        margin: 15px 0;
    }
    
    @media (max-width: 991px) {
        .offers .offers-items .item {
            border: 0;
        }
    }
    
    @media (max-width: 767px) {
        .offers .offers-items {
            margin-top: 0;
            margin-bottom: 0;
        }
        .offers .offers-items .item {
            padding-top: 35px;
            padding-bottom: 35px;
            border: 0 !important;
            text-align: left !important;
        }
        .offers .offers-items .item:before {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }
    }
    /* Numbers */
    
    .numbers h2 {
        margin-top: 0;
        margin-bottom: 5px;
    }
    
    .numbers .box {
        padding: 25px 40px;
        box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    }
    
    .numbers i {
        font-size: 50px;
        margin-bottom: 5px;
        display: block;
    }
    
    .numbers i.statistics_spinners {
        margin: 22px 0 !important;
    }
    /* Portfolio */
    
    .portfolio .element-item .img {
        position: relative;
        display: block;
    }
    
    .portfolio .element-item a.white {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0 20px;
        opacity: 0;
        z-index: 1;
    }
    
    .portfolio .element-item a i.more {
        font-size: 40px;
    }
    
    .portfolio .element-item a p {
        font-size: 17px;
        margin-top: 10px;
    }
    
    .portfolio .element-item .img:hover a.white {
        opacity: 1;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
    
    .portfolio .element-item img {
        width: 100%;
        height: auto;
    }
    /* Testimonials */
    
    .testimonials .item {
        padding: 10px 0;
        padding-right: 20px;
        display: inline-block;
    }
    
    .testimonials .item.box {
        padding: 40px 30px;
    }
    
    .testimonials .item-img {
        position: relative;
        padding-left: 95px;
    }
    
    .testimonials .item-img img {
        position: absolute;
        width: auto;
        left: 0;
        width: 60px;
        border-radius: 100%;
    }
    
    .testimonials .item p {
        text-indent: 45px;
        position: relative;
        line-height: 26px;
        opacity: 0.9;
        margin-bottom: 15px;
        font-size: 14px;
    }
    
    .testimonials .item p:before {
        content: "\f10d";
        position: absolute;
        left: -45px;
        font-size: 35px;
        opacity: 0.2;
        top: -5px;
    }
    
    .testimonials .item .img {
        display: inline-block;
        margin-right: 15px;
    }
    
    .testimonials .item .img+.info {
        display: inline-block;
    }
    
    .testimonials .item .img img {
        width: 40px;
    }
    
    .testimonials .item .info {
        margin-top: 10px;
    }
    
    .testimonials .item .info .author {
        font-weight: 700;
        font-size: 14px;
        display: block;
    }
    
    .testimonials .item .info .slogan {
        margin-top: 5px;
        color: #8a8a8a;
        display: block;
        font-size: 12px;
    }
    
    .testimonials .box p {
        margin-bottom: 20px;
    }
    
    .testimonials .box i.fa {
        font-size: 35px;
        margin-bottom: 20px;
    }
    /* Brands */
    
    .brands img {
        width: 200px !important;
        margin: auto;
        opacity: 0.6;
        padding: 20px 60px;
    }
    
    .brands img:hover {
        opacity: 1;
    }
    /* Progress bar */
    
    .tech {
        font-weight: 700;
        margin-bottom: 30px;
        font-size: 12px;
    }
    
    .tech:last-of-type {
        margin-bottom: 0;
    }
    
    .tech .bar {
        background-color: #e2e2e2;
        width: 100%;
        height: 2px;
        margin-top: 10px;
    }
    
    .tech .bar .filled-parent {
        height: 100%;
        display: block;
    }
    
    .tech .bar .filled {
        height: 100%;
        display: block;
        position: relative;
        width: 0;
    }
    
    .tech .bar .filled.animate {
        animation: filled-bar 2.5s forwards;
        -webkit-animation: filled-bar 2.5s forwards;
        -moz-animation: filled-bar 2.5s forwards;
        -ms-animation: filled-bar 2.5s forwards;
        -o-animation: filled-bar 2.5s forwards;
    }
    
    .tech .bar .filled .per {
        position: absolute;
        top: -30px;
        right: 0;
        opacity: 0;
    }
    
    .tech .bar .filled.animate .per {
        animation: filled-per 2.5s forwards;
        -webkit-animation: filled-per 2.5s forwards;
        -moz-animation: filled-per 2.5s forwards;
        -ms-animation: filled-per 2.5s forwards;
        -o-animation: filled-per 2.5s forwards;
    }
    
    @keyframes filled-bar {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
    
    @-webkit-keyframes filled-bar {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
    
    @-moz-keyframes filled-bar {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
    
    @-o-keyframes filled-bar {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
    
    @keyframes filled-per {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-webkit-keyframes filled-per {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-moz-keyframes filled-per {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-o-keyframes filled-per {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /* Chart Circle */
    
    .circle-chart {
        width: 160px;
        height: 160px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    
    .circle-chart__background {
        stroke: rgb(239, 239, 239);
        stroke-width: 0.7;
        fill: none;
    }
    
    .circle-chart__circle {
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        stroke-width: 0.7;
        stroke-linecap: round;
        fill: none;
    }
    
    .circle-chart__circle.animate {
        animation: circle-chart-fill 1s reverse;
        -webkit-animation: circle-chart-fill 1s reverse;
        -moz-animation: circle-chart-fill 1s reverse;
        -ms-animation: circle-chart-fill 1s reverse;
        -o-animation: circle-chart-fill 1s reverse;
    }
    
    .circle-chart__circle--negative {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }
    
    .circle-chart__info {
        animation: circle-chart-appear 1s forwards;
        -webkit-animation: circle-chart-appear 1s forwards;
        -moz-animation: circle-chart-appear 1s forwards;
        -ms-animation: circle-chart-appear 1s forwards;
        -o-animation: circle-chart-appear 1s forwards;
        opacity: 0;
    }
    
    .circle-chart__percent {
        font-size: 6px;
        font-weight: 400;
        font-family: "Merriweather", serif;
        text-anchor: middle;
        transform: translateY(3px);
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
        -o-transform: translateY(3px);
    }
    
    @keyframes circle-chart-fill {
        to {
            stroke-dasharray: 0 100;
        }
    }
    
    @-webkit-keyframes circle-chart-fill {
        to {
            stroke-dasharray: 0 100;
        }
    }
    
    @-moz-keyframes circle-chart-fill {
        to {
            stroke-dasharray: 0 100;
        }
    }
    
    @-ms-keyframes circle-chart-fill {
        to {
            stroke-dasharray: 0 100;
        }
    }
    
    @-o-keyframes circle-chart-fill {
        to {
            stroke-dasharray: 0 100;
        }
    }
    
    @keyframes circle-chart-appear {
        to {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    
    @-webkit-keyframes circle-chart-appear {
        to {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    
    @-moz-keyframes circle-chart-appear {
        to {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    
    @-ms-keyframes circle-chart-appear {
        to {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    
    @-o-keyframes circle-chart-appear {
        to {
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    /* Team */
    
    .team .img {
        position: relative;
        z-index: 1;
    }
    
    .team .img:hover img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
    }
    
    .team .img img {
        filter: grayscale(1) brightness(0.3);
        -webkit-filter: grayscale(1) brightness(0.3);
        -moz-filter: grayscale(1) brightness(0.3);
        -ms-filter: grayscale(1) brightness(0.3);
        -o-filter: grayscale(1) brightness(0.3);
        width: 90%;
    }
    
    .team .img .info {
        position: absolute;
        left: 30px;
        height: 110%;
        top: 25px;
        width: 90%;
        z-index: -1;
        text-align: right;
        padding-right: 30px;
        overflow: hidden;
    }
    
    .team .img .info .author span {
        font-weight: 400;
        font-size: 13px;
    }
    
    .team .img .info .author {
        font-weight: 700;
    }
    /* Version 1 */
    
    .team-v1 .img {
        margin-bottom: 55px;
    }
    
    .team-v1 .img .info .sm li {
        margin-left: 14px;
    }
    
    .team-v1 .img:hover .author {
        opacity: 0;
    }
    
    .team-v1 .img .info .sm {
        opacity: 0;
    }
    
    .team-v1 .img:hover .sm {
        opacity: 1;
    }
    
    .team-v1 .img .info .sm,
    .team-v1 .img .info .author {
        position: absolute;
        bottom: 15px;
        right: 30px;
    }
    
    .team-v1 .img .info .sm li a i {
        line-height: 60px;
        width: auto;
    }
    /* Version 2 */
    
    .team-v2 .img .info {
        padding: 30px 0 0;
        text-align: center;
        background-color: transparent !important;
    }
    
    .team-v2 .img .info .sm {
        margin-top: 20px;
    }
    
    .team-v2 .img .info,
    .team-v2 .img .info .sm,
    .team-v2 .img .info .author {
        position: static;
        opacity: 1;
    }
    /* Version 3 */
    
    .team-v3 .img .info {
        left: 0;
        top: 0;
        height: 100%;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.9) !important;
        padding: 0;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        opacity: 0;
    }
    
    .team-v3 .img:hover .info {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        opacity: 1;
    }
    
    .team-v3 .img img {
        filter: grayscale(0) brightness(1);
        -webkit-filter: grayscale(0) brightness(1);
        -moz-filter: grayscale(0) brightness(1);
        -ms-filter: grayscale(0) brightness(1);
        -o-filter: grayscale(0) brightness(1);
    }
    
    .team-v3 .img .info .author,
    .team-v3 .img .info .author span {
        color: #ffffff !important;
        margin-bottom: 25px;
    }
    
    .team-v2 .img .info,
    .team-v2 .img img,
    .team-v3 .img .info,
    .team-v3 .img img {
        width: 100%;
    }
    
    @media (max-width: 767px) {
        .team .img .info {
            left: 0;
        }
        .team .img .info,
        .team .img img {
            width: 100%;
        }
        .team-v1 .img .info .sm,
        .team-v1 .img .info .author {
            bottom: 30px;
        }
        .team-v3 .img .info {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }
    }
    /* Projects */
    
    .projects h4 {
        margin-top: 22px;
        margin-bottom: 15px;
    }
    
    .projects h4 a {
        color: inherit;
    }
    
    .projects .tag {
        background-color: #f2f2f2;
        color: #8a8a8a;
        padding: 3px 10px;
        font-size: 12px;
        font-weight: 500;
        margin-right: 4px;
        margin-bottom: 9px;
        display: inline-block;
    }
    
    .projects .tag:hover {
        color: #ffffff !important;
    }
    
    .projects .custom-select {
        margin-bottom: 60px;
    }
    /* Single Project */
    
    .projects .description h3 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .projects .description ul {
        margin-top: 20px;
    }
    
    .projects .description ul li {
        font-size: 12px;
        font-weight: 600;
        border-bottom: 1px solid;
        padding: 12px 0;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    
    .projects .description ul li:last-of-type {
        border-bottom: none;
    }
    
    .projects .description ul li i {
        margin-right: 5px;
        font-size: 13px;
    }
    
    .projects .description ul li span {
        font-weight: 400;
        margin-left: 5px;
    }
    
    @media (max-width: 991px) {
        .projects .description img {
            margin-bottom: 45px;
        }
        .projects .description ul {
            float: left !important;
            margin-right: 35px;
        }
    }
    
    @media (max-width: 767px) {
        .projects .button-group {
            float: left !important;
        }
        .portfolio .element-item a {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
        }
    }
    /*--------- Blog ---------*/
    
    .blog .img {
        position: relative;
        display: block;
    }
    
    .blog .img:hover .date {
        background-color: #ffffff;
    }
    
    .blog .img .date {
        position: absolute;
        color: #ffffff;
        text-align: center;
        padding: 15px 12px;
        top: 25px;
        left: 25px;
    }
    
    .blog .img .date h4,
    .blog .img .date h5 {
        color: inherit;
        margin: 0;
    }
    
    .blog .img .date h5 {
        font-weight: normal;
        font-size: 14px;
        margin-top: 7px;
    }
    
    .blog .tag {
        font-weight: 500;
        display: inline-block;
        font-size: 12px;
    }
    
    h4.margin-s-top {
        font-size: 17px;
    }
    
    .blog .title {
        display: block;
    }
    
    .blog .title:hover {
        color: #2088b1;
    }
    
    .blog .info {
        display: inline-block;
        background: #f1f1f1;
        padding: 7px;
        float: left;
        border-radius: 5px;
        margin: 12px 0;
    }
    
    .blog .info li {
        font-size: 11px;
        float: left;
        margin-right: 23px;
        text-transform: uppercase;
    }
    
    .blog .info li i {
        margin-right: 5px;
    }
    /* Single Blog */
    
    .blog .list.list-blog {
        margin-top: 30px;
    }
    
    .blog .details img {
        border: 5px solid rgba(0, 0, 0, 0.05);
    }
    
    .blog .details p {
        font-family: "Merriweather", serif;
        font-size: 15px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    
    .blog .details p a {
        text-decoration: underline;
        color: #212121;
    }
    
    .blog .details .share {
        border-bottom: 1px solid;
        padding: 15px 0;
    }
    
    .blog .details .share,
    .blog .details .share a {
        color: #8a8a8a;
        text-decoration: none;
    }
    
    .blog .details .tags a {
        padding: 5px 15px;
        color: rgba(0, 0, 0, 0.7);
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 100px;
        font-size: 12px;
        display: inline-block;
    }
    
    .blog .details .tags a:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    .blog .comments h4 {
        margin-bottom: 35px;
        margin-top: 35px;
    }
    
    .blog .all-comments .comment {
        position: relative;
        padding: 25px 0;
        padding-left: 90px;
        border-bottom: 1px solid;
    }
    
    .blog .all-comments .comment p {
        font-size: 14px;
        line-height: 26px;
    }
    
    .blog .all-comments .comment.reply {
        margin-top: 30px;
    }
    
    .blog .all-comments .comment .comment-details .comment-author {
        display: inline-block;
        font-weight: 600;
        font-size: 16px;
    }
    
    .blog .all-comments .comment .comment-details .comment-time {
        color: #bbbbbb;
        margin-bottom: 10px;
        display: block;
        margin-top: 5px;
        font-size: 12px;
    }
    
    .blog .all-comments .comment .comment-details .reply {
        font-style: italic;
        color: #989898;
        margin-top: 15px;
        display: block;
        font-size: 12px;
        font-weight: 500;
    }
    
    .blog .all-comments .comment .comment-details .reply:before {
        content: "\f112";
        font-size: 14px;
        margin-right: 7px;
    }
    
    .blog .all-comments .comment .comment-thumb img {
        position: absolute;
        top: 14px;
        left: 0;
        max-width: 65px;
    }
    
    .blog .leave-comments {
        padding: 15px 0;
    }
    /* Sidebar */
    
    .blog .sidebar .item:last-of-type,
    .blog .blogs .item:last-of-type {
        margin-bottom: 0;
    }
    
    .search {
        position: relative;
    }
    
    .search i {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    
    .blog .sidebar .item .search input {
        margin-bottom: 0;
    }
    
    .blog .sidebar .item h3 {
        margin-top: 0;
        margin-bottom: 25px;
    }
    
    .blog .sidebar .item .subject {
        position: relative;
        padding-left: 95px;
        margin-bottom: 15px;
        min-height: 60px;
        margin-bottom: 20px;
    }
    
    .blog .sidebar .item .subject:last-of-type {
        margin-bottom: 0;
    }
    
    .blog .sidebar .item .subject a {
        color: inherit;
        line-height: 21px;
        font-size: 14px;
        font-weight: normal;
        margin-top: 0;
    }
    
    .blog .sidebar .item .subject .date {
        font-family: "Montserrat", sans-serif;
        font-weight: normal;
        display: block;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 1px;
    }
    
    .blog .sidebar .item .subject img {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .blog .sidebar .categories a {
        display: block;
        font-size: 11px;
        padding: 12px 0;
        border-bottom: 1px solid;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .blog .sidebar .categories a:last-of-type {
        border-bottom: none;
    }
    
    .blog .sidebar .tags a {
        background-color: #f2f2f2;
        padding: 11px 18px;
        margin-right: 2px;
        margin-bottom: 10px;
        border-radius: 100px;
        display: inline-block;
        font-size: 11px;
        text-transform: uppercase;
    }
    
    .blog .sidebar .tags a:hover {
        color: #ffffff;
    }
    
    @media (max-width: 767px) {
        .blog .details .share>div {
            text-align: center !important;
            margin-top: 15px;
        }
    }
    
    @media (max-width: 991px) {
        .sidebar {
            margin-top: 100px;
        }
    }
    /* Pagination */
    
    .pagination {
        margin: 0;
        position: relative;
    }
    
    .pagination>.active>a,
    .pagination>.active>a:focus,
    .pagination>.active>a:hover,
    .pagination>.active>span,
    .pagination>.active>span:focus,
    .pagination>.active>span:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }
    
    .pagination>li>a,
    .pagination>li>span {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        background-color: transparent;
        font-weight: bold;
        border-radius: 5px;
    }
    
    .pagination>li>a:hover,
    .pagination>li>span:hover,
    .pagination>li>a:focus,
    .pagination>li>span:focus {
        color: #8a8a8a;
        border-color: transparent;
    }
    
    .pagination>li:last-child>a,
    .pagination>li:last-child>span,
    .pagination>li:first-child>a,
    .pagination>li:first-child>span {
        font-size: 15px;
        font-weight: bold;
        border-radius: 5px;
    }
    /*--------- Contact ---------*/
    
    .contact .info {
        padding: 50px 40px;
    }
    
    .contact .info ul.info-list li {
        position: relative;
        padding-left: 33px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .contact .info ul.info-list li i {
        position: absolute;
        top: 6px;
        left: 0;
        font-size: 16px;
    }
    
    .contact .info ul.info-list li span {
        display: block;
        font-weight: normal;
        font-size: 12px;
        margin-top: 1px;
    }
    
    @media (max-width: 991px) {
        .contact .info {
            margin-bottom: 75px;
        }
    }
    /* Map */
    
    .map {
        height: 440px;
        width: 100%;
        position: relative;
        background-color: #fbfbfb;
        z-index: 0;
    }
    
    .map.full-size {
        height: 100%;
    }
    
    .map #map {
        width: 100%;
        height: 100%;
    }
    /* 404 Error Page */
    
    .page404 {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    .page404 .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 10;
        opacity: 0.7;
        cursor: default;
    }
    
    .page404 .word404 {
        font-size: 300px;
        line-height: 1;
    }
    
    .page404 .word404,
    .page404 h1 {
        color: #ffffff;
    }
    
    .page404 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 0;
        transform: scale(1.1);
    }
    
    @media (max-width: 767px) {
        .page404 .word404 {
            font-size: 140px;
        }
        .page404 h1 {
            font-size: 40px;
        }
    }
    /*--------- Footer ---------*/
    
    footer.footer-dark .overlay {
        background-color: rgba(49, 49, 49, 1);
    }
    
    footer.footer-dark .footer-bar {
        background-color: #252525;
        border-color: transparent;
    }
    /* Footer Head */
    
    footer .footer-head h4 {
        margin-bottom: 40px;
        margin-top: 0;
        position: relative;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 60%);
    }
    
    footer .footer-head h4:before {
        content: "";
        width: 30px;
        height: 2px;
        background-color: #4c4c4c;
        position: absolute;
        bottom: -12px;
        left: 0;
    }
    
    footer .footer-head li {
        margin-bottom: 10px;
        position: relative;
    }
    
    footer .footer-head li span {
        color: #ffffff !important;
        /* display: inline-block; */
    }
    
    footer .footer-head .links li {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    footer .footer-head .links li:first-of-type {
        padding-top: 0;
    }
    
    footer .footer-head .links li:last-of-type {
        border-bottom: 0;
    }
    
    footer .footer-head .links a {
        color: #8a8a8a;
        font-size: 15px;
    }
    
    footer .footer-head .posts a {
        color: #8a8a8a;
    }
    
    footer .footer-head .posts a:hover {
        opacity: 0.6;
    }
    
    footer .footer-head .posts li {
        padding-left: 65px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 17px;
    }
    
    footer .footer-head .posts li:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
    }
    
    footer .footer-head .posts img {
        marging: 0px 0px 0px 9px;
        left: 0;
        top: 5px;
    }
    
    footer .footer-head .posts p {
        font-size: 13px;
        margin-top: 3px;
        margin-bottom: 0;
    }
    /* Footer Bar */
    
    footer .footer-bar {
        color: #8a8a8a;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 10px;
    }
    
    footer .footer-bar .row {
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
        -webkit-box-pack: space-between !important;
        -moz-box-pack: space-between !important;
        -ms-flex-pack: space-between !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;
    }
    
    footer .footer-bar .logo {
        transform: translate(35%, -70%);
        -webkit-transform: translate(35%, -70%);
        -moz-transform: translate(35%, -70%);
        -ms-transform: translate(35%, -70%);
        -o-transform: translate(35%, -70%);
        display: block;
    }
    
    footer .footer-bar2 {
        padding: 15px 0;
    }
    
    footer .footer-bar2 .logo {
        transform: translate(35%, -20%);
        -webkit-transform: translate(35%, -20%);
        -moz-transform: translate(35%, -20%);
        -ms-transform: translate(35%, -20%);
        -o-transform: translate(35%, -20%);
    }
    
    @media (max-width: 767px) {
        footer .footer-bar {
            padding: 15px 0 !important;
        }
        footer .footer-bar .row {
            display: block !important;
        }
        footer .footer-bar .container .row>div {
            text-align: center !important;
            margin-bottom: 15px;
        }
        footer .footer-bar .container .row>div:last-of-type {
            margin-bottom: 0;
        }
        footer .footer-bar .container .flex-center>div:last-of-type {
            margin-bottom: 0;
        }
    }
    /*--------- Light / Dark ---------*/
    /* White / Gray */
    
    .white input[type="text"],
    .gray input[type="text"],
    .white input[type="email"],
    .gray input[type="email"],
    .white input[type="password"],
    .gray input[type="password"],
    .white input[type="search"],
    .gray input[type="search"],
    .white textarea,
    .gray textarea {
        background-color: #ffffff;
    }
    
    .white input[type="text"]:focus,
    .white input[type="email"]:focus,
    .white input[type="password"]:focus,
    .white input[type="search"]:focus,
    .white textarea:focus {
        opacity: 0.95;
    }
    
    .white .newsletter-send {
        color: #191919 !important;
    }
    
    .white .h0,
    .white h1,
    .white .h1,
    .white h2,
    .white .h2,
    .white h3,
    .white .h3,
    .white h4,
    .white .h4,
    .white h5,
    .white .h5,
    .white h6,
    .white .h6,
    .white span,
    .white i,
    .white li,
    .white li:before,
    .white li:after,
    .white a {
        color: #ffffff;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 62%);
    }
    
    .white p,
    .white .button-group .button,
    .white .button-group .button:hover {
        color: rgba(255, 255, 255, 0.9) !important;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 62%);
    }
    
    .white .span span {
        color: rgba(255, 255, 255, 0.05) !important;
    }
    
    .white .blog .sidebar .categories a,
    .white .projects .description ul li,
    .white ul.list-border li,
    .white .nav-tabs {
        border-color: #2d2d2d;
    }
    
    .white .nav-tabs>li.active>a,
    .white .nav-tabs>li>a:hover,
    .white .nav-tabs>li>a:focus,
    .white .nav-tabs>li>a:active,
    .white .nav-tabs>li.active>a:hover,
    .white .nav-tabs>li.active>a:focus,
    .white .nav-tabs>li.active>a:active {
        background-color: white;
        color: #333333 !important;
    }
    
    .white .blog .sidebar .tags a {
        background-color: #191919;
    }
    
    .white .nav-tabs>li>a {
        background-color: transparent;
        color: #b7b7b7;
    }
    
    .white h4:before {
        background-color: rgba(255, 255, 255, 0.4) !important;
    }
    
    .white .circle-chart__background {
        stroke: rgba(255, 255, 255, 0.6) !important;
    }
    
    .white .circle-chart__circle {
        stroke: rgba(255, 255, 255, 1) !important;
    }
    
    .white .circle-chart__percent {
        fill: #ffffff !important;
    }
    
    .white .bar .filled {
        background-color: #ffffff !important;
    }
    
    .white .bar {
        background-color: rgba(255, 255, 255, 0.3);
    }
    /* Dark */
    
    .dark-back .v2 .panel-default>.panel-heading+.panel-collapse>.panel-body {
        background-color: #191919;
    }
    
    .dark-back .panel-default>.panel-heading+.panel-collapse>.panel-body,
    .dark-back .v2 .panel-default>.panel-heading,
    .dark-back .v2 .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-color: #272727 !important;
    }
    
    .dark-back .panel-default>.panel-heading+.panel-collapse>.panel-body,
    .dark-back .v2 .panel-default>.panel-heading {
        background-color: #121212;
    }
    /*---------Background Overlay ---------*/
    /* Background Image */
    
    .image-back {
        background-size: auto 100%;
        background-position: center;
        padding: 0;
    }
    
    .image-back.image-back-fixed {
        background-attachment: fixed;
    }
    /* Overlays */
    
    .image-back .overlay {
        background-color: rgba(0, 0, 0, 0.7);
        /*height: 100%;*/
    }
    
    .image-back .overlay2 {
        background-color: rgb(60, 173, 217);
    }
    
    .image-back .overlay3 {
        background-color: rgba(0, 0, 0, 0.9);
    }
    
    .image-back .overlay4 {
        background-color: rgba(255, 255, 255, 0.7);
    }
    
    .image-back .overlay0 {
        background-color: transparent;
    }
    
    .image-back.section-double .overlay {
        padding: 200px 0 !important;
    }
    
    .image-back.section .overlay {
        padding: 120px 0 !important;
    }
    
    .image-back.section-normal .overlay {
        padding: 50px 0 !important;
    }
    /* Sections */
    
    .image-back.section,
    .image-back.section-double,
    .image-back.section-normal {
        padding: 0 !important;
    }
    
    a.advanced_search_btn {
        font-size: 20px;
        background: whitesmoke;
        padding: 10px 26px;
        border-radius: 27px;
        color: #3cadd9;
        box-shadow: 5px 5px 5px #00000045;
    }
    
    .advanced_search_btn:hover {
        background: #489dbf;
        color: #f2f2f2;
    }
    
    .section-double {
        padding: 100px 0 !important;
    }
    
    .section {
        padding: 100px 0 !important;
    }
    
    .section-normal {
        padding: 50px 0 !important;
    }
    
    .section-small {
        padding: 12px !important;
    }
    
    .section-remove-top {
        padding-top: 0 !important;
    }
    
    .section-remove-bottom {
        padding-bottom: 0 !important;
    }
    
    .padding-s-top {
        padding-top: 15px !important;
    }
    
    .padding-s-bottom {
        padding-bottom: 15px !important;
    }
    
    .padding-top {
        padding-top: 25px !important;
    }
    
    .padding-bottom {
        padding-bottom: 25px !important;
    }
    
    .padding-d-top {
        padding-top: 50px !important;
    }
    
    .padding-d-bottom {
        padding-bottom: 50px !important;
    }
    
    .padding-t-top {
        padding-top: 75px !important;
    }
    
    .padding-t-bottom {
        padding-bottom: 75px !important;
    }
    
    .padding-s-left {
        padding-left: 15px !important;
    }
    
    .padding-s-right {
        padding-right: 15px !important;
    }
    
    .padding-left {
        padding-left: 25px !important;
    }
    
    .padding-right {
        padding-right: 25px !important;
    }
    
    .padding-d-left {
        padding-left: 50px !important;
    }
    
    .padding-d-right {
        padding-right: 50px !important;
    }
    
    .padding-t-left {
        padding-left: 75px !important;
    }
    
    .padding-t-right {
        padding-right: 75px !important;
    }
    
    .no-padding {
        padding: 0 !important;
    }
    
    .margin-s-top {
        margin-top: 15px !important;
    }
    
    .margin-s-bottom {
        margin-bottom: 15px !important;
    }
    
    .margin-top {
        margin-top: 25px !important;
    }
    
    .margin-bottom {
        margin-bottom: 25px !important;
    }
    
    .margin-d-top {
        margin-top: 50px !important;
    }
    
    .margin-d-bottom {
        margin-bottom: 50px !important;
    }
    
    .margin-t-top {
        margin-top: 75px !important;
    }
    
    .margin-t-bottom {
        margin-bottom: 75px !important;
    }
    
    .margin-top-none {
        margin-top: 0 !important;
    }
    
    .margin-bottom-none {
        margin-bottom: 0 !important;
    }
    
    .margin-s-left {
        margin-left: 10px !important;
    }
    
    .margin-s-right {
        margin-right: 10px !important;
    }
    
    .margin-left {
        margin-left: 25px !important;
    }
    
    .margin-right {
        margin-right: 25px !important;
    }
    
    .margin-d-left {
        margin-left: 50px !important;
    }
    
    .margin-d-right {
        margin-right: 50px !important;
    }
    
    .margin-t-left {
        margin-left: 75px !important;
    }
    
    .margin-t-right {
        margin-right: 75px !important;
    }
    
    .margin-left-none {
        margin-left: 0 !important;
    }
    
    .margin-right-none {
        margin-right: 0 !important;
    }
    
    @media (max-width: 991px) {
        .sm-margin-s-top {
            margin-top: 15px !important;
        }
        .sm-margin-s-bottom {
            margin-bottom: 15px !important;
        }
        .sm-margin-top {
            margin-top: 25px !important;
        }
        .sm-margin-bottom {
            margin-bottom: 25px !important;
        }
        .sm-margin-d-top {
            margin-top: 50px !important;
        }
        .sm-margin-d-bottom {
            margin-bottom: 50px !important;
        }
        .sm-margin-t-top {
            margin-top: 75px !important;
        }
        .sm-margin-t-bottom {
            margin-bottom: 75px !important;
        }
        .sm-margin-top-none {
            margin-top: 0 !important;
        }
        .sm-margin-bottom-none {
            margin-bottom: 0 !important;
        }
        .sm-margin-s-left {
            margin-left: 10px !important;
        }
        .sm-margin-s-right {
            margin-right: 10px !important;
        }
        .sm-margin-left {
            margin-left: 25px !important;
        }
        .sm-margin-right {
            margin-right: 25px !important;
        }
        .sm-margin-d-left {
            margin-left: 50px !important;
        }
        .sm-margin-d-right {
            margin-right: 50px !important;
        }
        .sm-margin-t-left {
            margin-left: 75px !important;
        }
        .sm-margin-t-right {
            margin-right: 75px !important;
        }
        .sm-margin-left-none {
            margin-left: 0 !important;
        }
        .sm-margin-right-none {
            margin-right: 0 !important;
        }
    }
    
    @media (max-width: 767px) {
        .xs-margin-s-top {
            margin-top: 15px !important;
        }
        .xs-margin-s-bottom {
            margin-bottom: 15px !important;
        }
        .xs-margin-top {
            margin-top: 25px !important;
        }
        .xs-margin-bottom {
            margin-bottom: 25px !important;
        }
        .xs-margin-d-top {
            margin-top: 50px !important;
        }
        .xs-margin-d-bottom {
            margin-bottom: 50px !important;
        }
        .xs-margin-t-top {
            margin-top: 75px !important;
        }
        .xs-margin-t-bottom {
            margin-bottom: 75px !important;
        }
        .xs-margin-top-none {
            margin-top: 0 !important;
        }
        .xs-margin-bottom-none {
            margin-bottom: 0 !important;
        }
        .xs-margin-s-left {
            margin-left: 10px !important;
        }
        .xs-margin-s-right {
            margin-right: 10px !important;
        }
        .xs-margin-left {
            margin-left: 25px !important;
        }
        .xs-margin-right {
            margin-right: 25px !important;
        }
        .xs-margin-d-left {
            margin-left: 50px !important;
        }
        .xs-margin-d-right {
            margin-right: 50px !important;
        }
        .xs-margin-t-left {
            margin-left: 75px !important;
        }
        .xs-margin-t-right {
            margin-right: 75px !important;
        }
        .xs-margin-left-none {
            margin-left: 0 !important;
        }
        .xs-margin-right-none {
            margin-right: 0 !important;
        }
    }
    /* Dark Background */
    
    .dark-back {
        background-color: rgb(18 18 18 / 60%) !important;
    }
    /*  Search wrraper */
    
    .form-wrapper {
        /* background-color: #a00000; */
        /* background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8)); */
        background: rgba(255, 255, 255, 0.22);
        border: none;
        /* border-style: solid; */
        /* border-width: 1px; */
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 1px;
        overflow: hidden;
        padding: 34px 13px 36px 13px;
        width: 100%;
        border-radius: 4px;
    }
    
    .form-wrapper #key_word {
        cursor: inherit;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #999;
        float: left;
        font: 17px 'segoe', Trebuchet MS, Tahoma, sans-serif;
        height: 42px;
        padding: 5px;
        width: 100%;
    }
    
    .form-wrapper #key_word:focus {
        border-color: #aaa;
        outline: 0;
    }
    
    .form-wrapper #key_word:-moz-placeholder,
    .form-wrapper #key_word:-ms-input-placeholder,
    .form-wrapper #key_word::-webkit-input-placeholder {
        color: #999;
        font-weight: normal;
    }
    
    .form-wrapper #submit {
        background-color: #3cadd9;
        color: #fafafa;
        cursor: pointer;
        height: 55px;
        border: none;
        @if (Config: : get("app.locale")=="ar") float: left;
        @else float: right;
        @endif font: 15px Arial, Helvetica;
        padding: 0;
        text-transform: uppercase;
        width: 100%;
    }
    
    .form-wrapper #submit:hover,
    .form-wrapper #submit:focus {
        background-color: #208eb9;
        transition: all 0.3s ease-in-out !important;
    }
    
    .form-wrapper #submit:active {
        outline: 0;
    }
    
    .form-wrapper #submit::-moz-focus-inner {
        border: 0;
    }
    /* OPAC STYLES */
    
    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    span,
    p,
    div,
    nav,
    input {
        font-family: "segoe", sans-serif;
        /* letter-spacing: unset !important; */
    }
    
    .navbar-nav>li>a {
        font-size: 13px;
    }
    
    .navbar-default.n-1 .nav>li,
    .navbar-default.n-1 .navbar-brand {
        padding: 36px 0px;
    }
    
    .menu_hover:hover {
        background-color: #19191921 !important;
    }
    
    .navbar-default.n-1 .nav>li,
    .navbar-default.n-1 .navbar-brand {
        padding: 21px 23px 19px 9px;
    }
    
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        font-size: 17px;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.3);
        width: 45px;
        height: 45px;
        line-height: 45px;
        position: absolute;
        top: 43%;
        margin-top: -22px;
        opacity: 0;
        border-radius: 100%;
    }
    
    .owl-nav .owl-prev {
        left: -47px;
    }
    
    .owl-nav .owl-next {
        right: -47px;
    }
    
    .owl-item {
        width: 555px;
        margin-right: 30px;
    }
    
    .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 32px;
        height: 32px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }
    
    .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 32px;
        height: 32px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }
    
    .arrow_slide {
        text-align: center;
        line-height: 30px;
        font-size: 32px;
        cursor: pointer;
        margin-top: 88%;
    }
    
    .arrow_slide:hover {
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }
    
    .lib_member {
        text-align: center;
        display: inline-block;
        background-color: white;
        padding: 13px 10px 12px 10px;
        border-radius: 7px;
        margin-left: -9px;
        height: auto;
        cursor: pointer;
        vertical-align: text-top;
        width: inherit;
    }
    
    .lib_member div {
        padding: 1px 1px 1px 1px;
    }
    
    .lib_logo_slider {
        max-width: 180px;
        max-height: 190px;
        margin: 5px auto;
        border: 4px solid white;
        /*border-radius: 50%;*/
        background-color: white;
    }
    
    .text_slide {
        font-size: 18px;
        font-weight: normal;
        /*text-shadow: 2px 1px 1px black;*/
        color: #5a6079 !important;
        /*border: 1px solid black;*/
        width: 166px;
        /*overflow: hidden;*/
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;*/
        width: inherit;
    }
    
    .marquee {
        width: 300px;
        overflow: hidden;
        border: 1px solid #ccc;
        background: #ccc;
    }
    
    .navbar-default .navbar-brand {
        left: unset;
    }
    
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        background-color: #ffffff !important;
    }
    
    .plus_color {
        color: #d2d2d2 !important;
    }
    
    .navbar-default.n-1 .nav>li,
    .navbar-default.n-1 .navbar-brand {
        padding: 0px 0px 0px 0px;
    }
    
    .nav_items {
        padding: 36px 15px 38px 15px !important;
        font-size: 17px !important;
        cursor: pointer;
    }
    
    .nav_items i {
        font-size: 20px;
        padding: 0px 4px;
        font-weight: 100;
    }
    
    ul li,
    ol li {
        margin-bottom: unset;
        font-size: 14px;
    }
    
    .modal .modal-dialog {
        width: 426px;
    }
    
    .alert {
        text-align: center;
        font-size: 18px;
    }
    /*.alert .close {
    visibility: visible;
    font-size: 42px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: lighter;
    font-family: 'Poppins', sans-serif;
}*/
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    textarea {
        outline: none;
        width: 100%;
        padding: 7px 18px;
        cursor: default;
        border: 1px solid;
        font-family: "Merriweather", serif;
        font-size: 13px;
        cursor: text;
        font-family: inherit;
    }
    
    .btn.radius,
    .select-radius .select-selected,
    .radio-choices .item,
    .checkbox-choices .item,
    .projects .tag {
        border-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    /* .btn {
    background-color: #188de0 !important;
} */
    
    .pagination>.active>a,
    .pagination>.active>a:focus,
    .pagination>.active>a:hover,
    .pagination>.active>span,
    .pagination>.active>span:focus,
    .pagination>.active>span:hover,
    .loader,
    .btn,
    .checkbox-choices input:checked~.checkmark {
        border-color: unset;
    }
    
    .navbar-nav>li>.dropdown-menu {
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        padding: 0px !important;
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        top: 100%;
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        left: 0px;
        border: 0;
    }
    
    .dropdown-menu>li a {
        padding: 6px 14px 7px 7px !important;
    }
    
    .dropdown-menu>li {
        margin: 0 !important;
        padding: 1px 0px !important;
    }
    
    .card-1:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }
    
    .card-2 {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
    
    .card-3 {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }
    
    .card-4 {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }
    
    .card-5 {
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    }
    
    .kode-icon {
        float: left;
        width: 100%;
    }
    
    .section-heading-1 {
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
        margin-top: 50px  !important;
        margin-bottom: 30px !important;
    }
    
    .section-heading-1 .kode-icon:before,
    .section-heading-1 .kode-icon:after {
        content: "";
        position: absolute;
        left: 41%;
        margin: auto;
        bottom: 14px;
        width: 150px;
        height: 2px;
        background-color: #969696;
    }
    
    .section-heading-1 .kode-icon:after {
        left: auto;
        right: 41%;
    }
    
    .section-heading-1 i {
        font-size: 20px;
        color: #333;
    }
    
    .up-btn.visible {
        opacity: 1;
        z-index: 999;
        bottom: 67px;
        background-color: rgb(18, 18, 18);
    }
    
    .up-btn>img {
        opacity: 1;
        width: 61%;
    }
    
    footer .footer-head .posts img {
        position: unset;
        left: unset;
        top: unset;
    }
    
    .section {
        padding: 0px 10px 73px 10px !important;
    }
    
    .col-centered {
        display: inline-block;
        float: none;
        /* reset the text-align */
        text-align: left;
        /* inline-block space fix */
        margin-right: -4px;
        text-align: center;
    }
    
    .row-centered {
        text-align: center;
    }
    
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 138px;
    }
    
    .select2-container--default .select2-results__option[aria-disabled="true"] {
        color: #999;
        /* direction: rtl !important; */
        text-align: center;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: unset !important;
        width: 20px;
    }
    
    .field-icon {
        float: left;
        margin-left: 12px;
        margin-top: -28px;
        position: relative;
        z-index: 2;
        font-size: 21px;
        cursor: pointer;
        text-shadow: 2px 2px 18px #69ff2b;
        color: #0c380c;
    }
    
    .field-icon-effect {
        text-shadow: unset;
        color: grey;
    }
    
    .opac_title {
        text-align: right;
        margin: 0 auto;
        /*background: linear-gradient(45deg, transparent, #efefef, transparent);*/
        padding: 10px 80px 11px 10px;
        position: relative;
        line-height: 1.4;
    }
    
    .opac_title span {
        text-align: right;
        font-weight: normal;
        font-size: 14px;
    }
    
    i.opac_title_icon {
        position: absolute;
        font-size: 48px;
        right: 0px;
        top: 13px;
    }
    
    .ellipsis {
        display: -webkit-box;
        /*-webkit-line-clamp: 2;*/
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .row-eq-height {
        position: relative;
        display: -webkit-box;
        /* display: -webkit-flex; */
        display: -ms-flexbox;
        /* display: flex; */
        vertical-align: middle;
        width: 100%;
        margin: auto;
    }
    
    .vertical-align-container {
        vertical-align: middle;
        display: flex;
    }
    
    .vertical-align-element {
        margin: auto;
    }
    
    .home-post-img-container {
        height: 250px;
        width: 100%;
        max-height: 230px;
        overflow: hidden;
        display: grid;
        background: white;
        border-radius: 5px;
        margin-bottom: 11px;
        border: 1px solid #e9e9e9;
    }
    
    .home-post-img-container img {
        margin: auto;
        border-radius: 5px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .home-post-img {
        height: auto;
        width: auto;
        margin: auto;
    }
    
    .badge {
        color: #363636;
        background-color: #f3f3f3;
    }
    
    .add-more-options,
    .remove-more-options,
    .items-type .fa-bars {
        color: #6b6b6b;
    }
    
    .main-Container.blog.section.main-back {
        max-width: 1190px;
        margin: 85px auto 0 auto;
        box-shadow: 4px 4px 9px #80808030;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        padding-bottom: 10px !important;
    }
    
    .blogs .img img {
        width: 100%;
        margin-top: 5px;
        border-radius: 5px;
    }
    
    .numbers.section .item {
        margin: unset !important;
    }
    
    ul.tabs {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        height: auto;
        width: 100%;
        width: fit-content;
        display: flex;
    }
    
    ul.tabs li {
        margin: 0 auto;
        padding: 0;
        height: auto;
        line-height: 31px;
        border-left: none;
        margin-bottom: -1px;
        overflow: hidden;
        position: relative;
        display: table-cell;
        /* background: #efefef; */
    }
    
    ul.tabs li a {
        text-decoration: none;
        display: block;
        font-size: 22px;
        padding: 16px 32px 21px;
        outline: none;
        border: none;
    }
    
    html ul.tabs li.active,
    html ul.tabs li.active a:hover {
        background: #fff;
        /* border-bottom: 1px solid #fff; */
    }
    
    .tab_container {
        border-top: none;
        clear: both;
        text-align: initial;
        width: 100%;
        background: #fff;
        -moz-border-radius-bottomright: 5px;
        -khtml-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -khtml-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
    }
    
    .tab_content {
        padding: 26px 35px 28px;
        font-size: 1.2em;
        display: block;
        background: rgb(239, 239, 239);
        border-bottom: 4px solid rgb(76, 143, 194);
        border-radius: 0;
    }

    .tab_content {
        border-right: 10px solid;
    }
    
    .tab_content h2 {
        font-weight: normal;
        padding-bottom: 10px;
        font-size: 1.8em;
    }
    
    .tab_content h3 a {
        color: #254588;
    }
    
    .tab_content img {
        float: left;
        margin: 0;
        border: 1px solid #ddd;
    }
    
    .slick-slide img {
        height: auto;
        width:  100% !important;;
        object-fit: cover;
        object-position: center;
    }
    .slick-slide .item{
        position: relative;
    }
    .slick-slide {
        height: auto !important;
    }
    
    .slider_container {
        /* padding: 0 32px; */
    }
    
    .mt-80 {
        margin-top: 80px !important;
    }
    /* html ul.tabs li.active a, html ul.tabs li.active a:hover{
    color: white !important;
} */
    
    html ul.tabs li:first-child>a {
        border-radius: 0 5px 0 0;
    }
    
    html ul.tabs li:last-child>a {
        border-radius: 5px 0 0 0;
    }
    
    .tab_icon {
        font-size: 33px;
        margin: 10px 0 5px 0;
        display: block;
    }
    
    .slick-list {
        padding: unset !important;
    }
    
    .hover14 figure {
        position: relative;
    }
    
    .hover14 figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    
    .hover14 figure:hover::before {
        -webkit-animation: shine 0.75s;
        animation: shine 0.75s;
    }
    
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
    
    .slick-dots {
        text-align: center;
        display: inline-flex !important;
    }
    
    .slick-dots li button {
        border: 1px solid #c7c7c7;
        background: white;
        border-radius: 50%;
        height: 16px;
        width: 16px;
        position: relative;
        margin: 0 3px;
        font-size: 0;
    }
    
    .post_title_background {
        background: #e9e9e9;
        border-radius: 5px;
        width: 100%;
        height: 100%;
    }
    
    .post_title_background .item .gray {
        padding-top: 0 !important;
    }
    
    .book-container {
        display: flex;
        align-items: center;
        justify-content: center;
        perspective: 800px;
        transform: scale(0.6);
        float: right;
    }
    
    @keyframes initAnimation {
        0% {
            transform: rotateY(0deg);
        }
        100% {
            transform: rotateY(-22deg);
        }
    }
    
    .book {
        width: 200px;
        height: 300px;
        position: relative;
        transform-style: preserve-3d;
        transform: rotateY(-22deg);
        transition: 0.5s ease;
        animation: 1s ease 0s 1 initAnimation;
    }
    
    .book:hover {
        transform: rotateY(0deg);
    }
    
    .book> :first-child,
    .book img {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 300px;
        transform: translateZ(25px);
        background: none;
        border-radius: 0 2px 2px 0;
        box-shadow: none;
        padding: 0;
    }
    
    .book .book_cover_title {
        position: absolute;
        z-index: 1;
        top: initial;
        bottom: 54px;
        padding: 17px 10px;
        width: auto;
        max-height: 124px;
        display: table;
        vertical-align: middle;
        overflow: hidden;
        width: 100%;
    }
    
    .book .book_cover_author {
        position: absolute;
        z-index: 1;
        padding: 10px;
        width: auto;
        max-height: 80px;
        display: table;
        vertical-align: middle;
        overflow: hidden;
    }
    
    .direction_en {
        text-align: left !important;
        direction: ltr !important;
    }
    
    .book .book_cover_title p.title {
        font-size: 14px;
        display: table-cell;
        vertical-align: middle;
        padding: 0;
        color: #e3e3e3 !important;
    }
    
    .book .book_cover_title p.author {
        display: none;
        font-size: 12px;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 42px 0 0;
        color: #585858 !important;
    }
    
    .book::before {
        position: absolute;
        content: " ";
        background-color: blue;
        left: 0;
        top: 4px;
        width: 48px;
        height: 292px;
        transform: translateX(171px) rotateY(90deg);
        background: linear-gradient( 90deg, #fff 0%, #f9f9f9 5%, #fff 10%, #f9f9f9 15%, #fff 20%, #f9f9f9 25%, #fff 30%, #f9f9f9 35%, #fff 40%, #f9f9f9 45%, #fff 50%, #f9f9f9 55%, #fff 60%, #f9f9f9 65%, #fff 70%, #f9f9f9 75%, #fff 80%, #f9f9f9 85%, #fff 90%, #f9f9f9 95%, #fff 100%);
    }
    
    .book::after {
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        width: 200px;
        height: 300px;
        transform: translateZ(-25px);
        background-color: #585858;
        border-radius: 0 2px 2px 0;
        box-shadow: -7px 0 15px 8px #66666687;
    }
    
    .service_body {
        text-align: justify;
        padding: 30px 13px 0;
    }
    
    .count_number {
        float: right;
        width: 50px;
        height: 50px;
        margin: 0px 0px 0px 20px;
        border-radius: 50px;
        padding: 5px 0;
        text-align: center;
        font-size: 26px;
        font-family: "segoe";
        color: white;
        vertical-align: middle;
    }
    
    .count_span {
        background: #e9e9e9;
        color: #707070;
        border-radius: 5px;
        float: left;
        padding: 3px 11px;
    }
    
    .count_title {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }
    
    .count_title:hover {
        color: #575860;
    }
    
    .book_details {
        display: table-cell;
        vertical-align: middle;
        direction: rtl;
        text-align: right;
        width: 100%;
    }
    
    .footer-head.section {
        padding: 60px 73px 60px 73px !important;
    }
    
    .section-double {
        padding: 130px 0 !important;
    }
    
    @media (max-width: 1024px) {
        .home-post-img-container {
            height: auto;
        }
    }
    
    .show-on-mobile {
        display: none !important;
    }
    
    .account-main-container {
        margin-bottom: 75px;
    }
    
    .footer-head.section {
        padding: 60px 73px 60px 73px !important;
    }
    
    img.opac-avatar {
        max-width: 125px;
        margin-bottom: 15px;
        border: 1px solid #e7e7e7;
        border-radius: 5px;
        width: -webkit-fill-available;
        background: white;
        ;
    }
    
    .account.tab-content {
        padding: 15px 0px;
        background: url('../images/bg1.jpg');
        background-position: center;
        background-size: cover;
        border: 1px solid #e7e7e7;
        border-radius: 0 0 5px 5px;
        margin-top: -2px;
    }
    
    .opac-section-header {
        background: url('../images/bg1.jpg');
        background-size: cover;
    }
    
    .light-label {
        font-weight: initial;
    }
    
    .label-href {
        cursor: pointer;
        font-weight: initial;
    }
    
    .notifications_count {
        background: #c72626;
        padding: 1px 10px;
        border-radius: 40px;
        font-size: 18px;
        color: white;
    }
    
    .notifications_count.small {
        position: absolute;
        top: -7px;
        right: 6px;
        font-size: 11px;
        padding: 0px 5px;
        background: #c72626;
        border-radius: 40px;
        color: white;
    }
    
    .cursor-pointer {
        cursor: pointer;
    }
    
    .container.data_section {
        position: relative;
        background: url(../images/bg1.jpg);
        background-size: cover;
        background-position: center;
        box-shadow: -2px 2px 3px #00000017;
        border: 1px solid #e1e1e1;
        margin-bottom: 15px;
        padding: 0;
        border-radius: 5px;
    }
    
    .issue_details {
        padding-bottom: 20px;
    }
    
    .icon {
        width: 80px;
        height: 80px;
        margin: 20px auto 5px;
    }
    
    .icon-nobooks {
        background: url(../images/nobooks.png);
        background-size: cover;
    }
    
    .icon-nofines {
        background: url(../images/nofines.png);
        background-size: cover;
    }
    
    .icon-noresults {
        background: url(../images/noresults.png);
        background-size: cover;
    }
    
    #profile-form {
        border: 1px solid #e7e7e7 !important;
        border-radius: 0 0 5px 5px;
    }
    
    #save_biblios_btn {
        background: #43566a;
    }
    
    a.message-icon {
        font-weight: bold !important;
    }
    
    .message-icon i {
        font-size: 30px;
        margin-left: 9px;
        font-weight: 100;
    }
    
    .messages-container .tab-content {
        box-shadow: 0px 1px 1px #3f4042;
        border-radius: 5px;
        overflow: hidden;
    }
    
    .messages-container .user_li:first-child {
        border-radius: 5px 5px 0 0;
    }
    
    .close-chat-menu {
        display: none;
    }
    
    #ios_modal_container {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000000c4;
        z-index: 9000;
    }
    
    .btn-default {
        color: #333!important;
        background: #ffffff!important;
        border-color: #333!important;
        border: 1px solid;
        border-radius: 5px;
    }
    
    .btn-default:hover {
        color: #333!important;
        background: #ffffff!important;
    }
    
    #menu-side-btn {
        display: none;
        padding: 21px 10px;
        float: right;
        background: none;
        font-size: 25px;
        border: none;
    }
    
    .modal {
        z-index: 2090;
    }
    
    .hide-on-tablet {
        display: block !important;
    }
    
    .show-on-tablet {
        display: none !important;
    }
    
    @media (min-width: 1247px) {
        #mobile-top-menu{
            display: block !important;
        }
    }
    
    @media (max-width: 1247px) {
        .container{
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        #conversation_box {
            height: 50vh;
        }
        #mobile-top-menu {
            display: none;
        }
        #menu-side-btn {
            display: block;
        }
        .main-logo.show-on-mobile {
            background: white;
            z-index: 89000;
            right: 0;
            left: 0;
            position: fixed !important;
            top: 0px;
            overflow: hidden;
        }
        .navbar.navbar-default{
            padding-top: 13px;
        }
        .main-logo.show-on-mobile img{
            max-height: 80px;
        }
        .navbar-brand.logo{
            right: 13px !important; 
        }
        #fast_search_form{
            padding: 5px !important;
        }
        .mobile-logo{
            max-width: 150px;
        }
        #main-nav {
            margin-top: 80px;
            margin-top: 80px;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            overflow-y: auto;
            display: none;
        }
        .close-chat-menu {
            display: block;
        }
        .logo img {
            margin-top: -8px;
            max-height: 60px;
        }
        .nav.navbar-nav.links {
            margin: 0;
        }
        .nav.navbar-nav.links .nav_items {
            padding: 22px !important;
            width: 100%;
        }
        .nav.navbar-nav.links .menu_hover,
        .nav.navbar-nav.links li.menu_hover:first-child {
            margin: 0;
        }
        .nav.navbar-nav>li>a,
        .navbar-default.n-white .navbar-nav>li>a:focus,
        .navbar-default.n-white .navbar-nav>li>a:hover {
            color: white !important;
        }
        .nav.navbar-nav .menu_hover {
            text-align: right;
        }
        .navbar-default .navbar-collapse,
        .navbar-default .container {
            position: absolute;
            right: 0px;
            left: 0px;
            top: 0px;
        }
        .menu_hover.main-logo {
            background: white;
            margin: 0 !important;
        }
        .nav.navbar-nav.links .menu_hover.main-logo:hover {
            background: white !important;
        }
        .navbar .navbar-header.main-logo img {
            max-height: 58px !important;
            margin: 11px 10px !important;
        }
        .navbar-nav {
            /*text-align: center;*/
        }
        .subnav_date {
            display: none;
        }
        .navbar-default {
            top: 0px !important;
            left: 0;
            right: 0;
        }
        .hide-on-tablet {
            display: none !important;
        }
        .show-on-tablet {
            display: block !important;
        }
        .navbar-brand.logo{
            margin-top: 5px !important;
        }
    }
    
    @media (max-width: 991px) {
        .messages-container .col-md-4:first-child {
            padding: 0 !important;
        }
        a.message-icon {
            display: grid !important;
        }
        .message-icon i {
            margin-bottom: 11px;
            font-size: 44px;
            font-weight: 100;
        }
        #ios_modal .input-group {
            display: contents;
        }
        #ios_modal .input-group #search_title {
            border-radius: 0;
            margin-bottom: 40px;
        }
        #ios_modal .input-group #search_description {
            border-radius: 0;
            margin-bottom: 40px;
        }
        #print_biblios_btn {
            margin-right: 0px !important;
            margin: 5px 0;
        }
        #ios_modal {
            right: 20px !important;
            left: 20px !important;
            top: 110px !important;
        }
        .panel.panel-footer .btn.pull-left {
            width: 100%;
        }
        .table.table-responsive.borderless #TextBoxContainer td {
            display: flow-root !important;
            border: none !important;
        }
        #ya_page_holder .table.table-responsive.borderless {
            border: none !important;
        }
        #ya_page_holder {
            display: grid;
        }
        .white-data-div {
            background: white !important;
            text-align: center !important;
            margin-bottom: 14px !important;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -13px;
            padding: 15px !important;
            border-radius: 0 0 5px 5px;
        }
        #profile-form {
            border: none !important;
        }
        ul.my_account.nav-tabs>li>a,
        .account.tab-content {
            border: 1px solid #e7e7e7 !important;
        }
        .issue_details {
            padding-bottom: 80px;
        }
        #borrower_notifications_modal .modal-dialog,
        #borrower_notifications_modal .modal-body {
            margin-top: 130px !important;
        }
        footer {
            margin-top: 10px;
        }
        .footer-head.section {
            padding: 26px;
        }
        .account-main-container {
            margin-bottom: 15px;
        }
        .footer-head.section {
            padding: 30px !important;
        }
        .flex-center {
            display: block !important;
        }
        .col-centered {
            display: block;
        }
        .row-eq-height {
            display: block;
        }
        .post_title_background {
            height: auto;
            margin-bottom: 40px;
        }
        ul.tabs {
            display: block;
        }
        ul.tabs li,
        ul.tabs li a {
            width: 100%;
            vertical-align: middle;
            padding: 10px;
        }
        ul.tabs li a {
            display: table-cell;
            vertical-align: middle;
        }
        ul.tabs li {
            display: inline-table;
            vertical-align: middle;
        }
        .tab_icon {
            display: none;
        }
        .item.wow.fadeInUp.classifications {
            display: none;
        }
        .section-double {
            padding: 25px 0 !important;
        }
        h2#home_first_title {
            font-size: 20px;
        }
        .home-post-img-container {
            border: none;
        }
        .hide-on-mobile {
            display: none;
        }
        .show-on-mobile {
            display: block !important;
        }
        .book_details {
            grid-column-start: 1;
            grid-row-start: 2;
        }
        .book-and-cover {
            display: inline-grid !important;
        }
        .book-cover-section {
            margin-bottom: 0 !important;
            margin-top: 40px !important;
        }
        #login_modal {
            z-index: 90000;
        }
        #login_modal .modal-dialog {
            margin: 0 !important;
        }

        .modal-content {
            margin-top: 66px;
        }

        #personal_information {
            padding: 26px 0px 0;
        }
        #personal_information .col-md-3,
        #contact_information .col-md-3,
        #account_information .col-md-3,
        #contact_information .col-md-9,
        #account_information .col-md-9,
        #personal_information .col-md-9 {
            padding: 0 5px 0px 0px !important;
        }
        .account.tab-content {
            border: none;
            border-top: 1px solid #e7e7e7;
            text-align: center;
        }
        .opac-section-header {
            padding: 32px 30px 20px !important;
        }
        .opac-section-header h4 {
            font-size: 14px;
        }
        .opac-section-header h2 {
            font-size: 22px;
        }
        .container.data_section {
            margin: 0 28px 17px;
        }
        .select2-container {
            right: 30px !important;
            left: 30px !important;
        }
        .select2-dropdown {
            right: 0 !important;
            left: 0 !important;
            width: 100% !important;
            background: #efefef !important;
            border: none !important;
        }
        #chat_box_container #chat_box {
            padding: 0;
            height: fit-content;
            left: 30px;
            right: 30px;
            margin: auto auto;
            position: absolute;
            top: 0;
            bottom: 0;
            border-radius: 0;
            overflow: hidden;
        }
        #chat_box_container {
            display: none;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #000000c4;
            z-index: 9000;
        }
        .messages-container #msg_history {
            max-height: fit-content !important;
            overflow: hidden;
        }
        .messages-container .user_li {
            border-radius: 0;
            margin-bottom: 0px;
        }
        .messages-container {
            margin-bottom: 80px;
        }
        .messages-container #list_worker {
            max-height: fit-content !important;
            overflow: hidden;
        }
        #conversation {
            height: 100% !important;
            padding-bottom: 180px;
            max-height: 70vh;
        }
        #conversation_header {
            border-radius: 0 !important;
        }
        #chat_box_container #message {
            border-radius: 0 !important;
            position: absolute;
            bottom: 0;
        }
        #chat_box p {
            font-size: 15px;
        }
        #conversation_box {
            height: 100% !important;
        }
        #chat_box_container #received_name {
            padding: 10px 10px 6px !important
        }
        .tab-container.d-flex{
            overflow: scroll;
        }

    }
    
    .welcome-mobile {
        cursor: default;
        display: table;
        margin: auto;
    }
    .navbar-brand.logo{
        margin-top: 12px;
    }
    .welcome-mobile .user-container {
        padding: 6px;
        border-radius: 38px;
        margin: 0px 6px 0px 6px;
        font-size: 17px;
        border: 1px solid #ffffff;
        color: #ffffff;
        cursor: default;
    }

    .welcome-mobile-container{
        padding: 10px;
    }
    
    .close-mobile-menu {
        font-size: 26px;
        position: absolute;
        top: -2px;
        left: -63px;
        cursor: pointer;
        border: none;
        background: transparent;
        padding: 24px 14px;
    }
    
    .close-mobile-menu,
    .close-chat-menu {
        font-size: 26px;
        position: absolute;
        top: 3px;
        cursor: pointer;
    }
    
    .close-chat-menu {
        padding: 24px;
    }
    
    .close-chat-menu:hover {
        opacity: 0.6;
    }
    
    .col-xs-5ths,
    .col-sm-5ths,
    .col-md-5ths,
    .col-lg-5ths {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .col-xs-5ths {
        width: 20%;
        float: right;
    }
    
    .welcome-name {
        max-height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 5px;
        color: #ffffff;
    }
    /* @media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: right;
    }
} */
    
    @media (min-width: 1248px) {
        .col-md-5ths {
            width: 20%;
            float: right;
        }
    }
    
    @media (min-width: 1200px) {
        .col-lg-5ths {
            width: 20%;
            float: right;
        }
    }
    
    .bs-callout {
        padding: 20px;
        margin: 12px 0;
        border: 1px solid #eee;
        border-left-width: 5px;
        border-radius: 3px;
    }
    
    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }
    
    .bs-callout p:last-child {
        margin-bottom: 0;
    }
    
    .bs-callout code {
        border-radius: 3px;
    }
    
    .bs-callout+.bs-callout {
        margin-top: -5px;
    }
    
    .bs-callout-default {
        border-left-color: #777;
    }
    
    .bs-callout-default h4 {
        color: #777;
    }
    
    .bs-callout-primary {
        border-left-color: #428bca;
    }
    
    .bs-callout-primary h4 {
        color: #428bca;
    }
    
    .bs-callout-success {
        border-left-color: #5cb85c;
    }
    
    .bs-callout-success h4 {
        color: #5cb85c;
    }
    
    .bs-callout-danger {
        border-left-color: #d9534f;
    }
    
    .bs-callout-danger h4 {
        color: #d9534f;
    }
    
    .bs-callout-warning {
        border-left-color: #f0ad4e;
    }
    
    .bs-callout-warning h4 {
        color: #f0ad4e;
    }
    
    .bs-callout-info {
        border-left-color: #5bc0de;
    }
    
    .bs-callout-info h4 {
        color: #5bc0de;
    }
    
    .bell {
        font-size: 15px !important;
        color: #ffedb6;
        -webkit-animation: ring 4s 0.7s ease-in-out infinite;
        -webkit-transform-origin: 50% 4px;
        -moz-animation: ring 4s 0.7s ease-in-out infinite;
        -moz-transform-origin: 50% 4px;
        animation: ring 4s 0.7s ease-in-out;
        transform-origin: 50% 4px;
    }
    
    @-webkit-keyframes ring {
        0% {
            -webkit-transform: rotateZ(0);
        }
        1% {
            -webkit-transform: rotateZ(30deg);
        }
        3% {
            -webkit-transform: rotateZ(-28deg);
        }
        5% {
            -webkit-transform: rotateZ(34deg);
        }
        7% {
            -webkit-transform: rotateZ(-32deg);
        }
        9% {
            -webkit-transform: rotateZ(30deg);
        }
        11% {
            -webkit-transform: rotateZ(-28deg);
        }
        13% {
            -webkit-transform: rotateZ(26deg);
        }
        15% {
            -webkit-transform: rotateZ(-24deg);
        }
        17% {
            -webkit-transform: rotateZ(22deg);
        }
        19% {
            -webkit-transform: rotateZ(-20deg);
        }
        21% {
            -webkit-transform: rotateZ(18deg);
        }
        23% {
            -webkit-transform: rotateZ(-16deg);
        }
        25% {
            -webkit-transform: rotateZ(14deg);
        }
        27% {
            -webkit-transform: rotateZ(-12deg);
        }
        29% {
            -webkit-transform: rotateZ(10deg);
        }
        31% {
            -webkit-transform: rotateZ(-8deg);
        }
        33% {
            -webkit-transform: rotateZ(6deg);
        }
        35% {
            -webkit-transform: rotateZ(-4deg);
        }
        37% {
            -webkit-transform: rotateZ(2deg);
        }
        39% {
            -webkit-transform: rotateZ(-1deg);
        }
        41% {
            -webkit-transform: rotateZ(1deg);
        }
        43% {
            -webkit-transform: rotateZ(0);
        }
        100% {
            -webkit-transform: rotateZ(0);
        }
    }
    
    @-moz-keyframes ring {
        0% {
            -moz-transform: rotate(0);
        }
        1% {
            -moz-transform: rotate(30deg);
        }
        3% {
            -moz-transform: rotate(-28deg);
        }
        5% {
            -moz-transform: rotate(34deg);
        }
        7% {
            -moz-transform: rotate(-32deg);
        }
        9% {
            -moz-transform: rotate(30deg);
        }
        11% {
            -moz-transform: rotate(-28deg);
        }
        13% {
            -moz-transform: rotate(26deg);
        }
        15% {
            -moz-transform: rotate(-24deg);
        }
        17% {
            -moz-transform: rotate(22deg);
        }
        19% {
            -moz-transform: rotate(-20deg);
        }
        21% {
            -moz-transform: rotate(18deg);
        }
        23% {
            -moz-transform: rotate(-16deg);
        }
        25% {
            -moz-transform: rotate(14deg);
        }
        27% {
            -moz-transform: rotate(-12deg);
        }
        29% {
            -moz-transform: rotate(10deg);
        }
        31% {
            -moz-transform: rotate(-8deg);
        }
        33% {
            -moz-transform: rotate(6deg);
        }
        35% {
            -moz-transform: rotate(-4deg);
        }
        37% {
            -moz-transform: rotate(2deg);
        }
        39% {
            -moz-transform: rotate(-1deg);
        }
        41% {
            -moz-transform: rotate(1deg);
        }
        43% {
            -moz-transform: rotate(0);
        }
        100% {
            -moz-transform: rotate(0);
        }
    }
    
    @keyframes ring {
        0% {
            transform: rotate(0);
        }
        1% {
            transform: rotate(30deg);
        }
        3% {
            transform: rotate(-28deg);
        }
        5% {
            transform: rotate(34deg);
        }
        7% {
            transform: rotate(-32deg);
        }
        9% {
            transform: rotate(30deg);
        }
        11% {
            transform: rotate(-28deg);
        }
        13% {
            transform: rotate(26deg);
        }
        15% {
            transform: rotate(-24deg);
        }
        17% {
            transform: rotate(22deg);
        }
        19% {
            transform: rotate(-20deg);
        }
        21% {
            transform: rotate(18deg);
        }
        23% {
            transform: rotate(-16deg);
        }
        25% {
            transform: rotate(14deg);
        }
        27% {
            transform: rotate(-12deg);
        }
        29% {
            transform: rotate(10deg);
        }
        31% {
            transform: rotate(-8deg);
        }
        33% {
            transform: rotate(6deg);
        }
        35% {
            transform: rotate(-4deg);
        }
        37% {
            transform: rotate(2deg);
        }
        39% {
            transform: rotate(-1deg);
        }
        41% {
            transform: rotate(1deg);
        }
        43% {
            transform: rotate(0);
        }
        100% {
            transform: rotate(0);
        }
    }
    
    .light-badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        color: #444;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: #e9e9e9;
        border-radius: 10px;
        max-width: 100%;
    }
    
    ul.my_account.nav-tabs {
        display: contents;
        border: none;
        border: none;
        text-align: center;
        margin: auto;
        background: #efefef;
    }
    
    ul.my_account.nav-tabs>li {
        padding: 0;
    }
    
    ul.my_account.nav-tabs>li>a {
        font-size: 16px;
        padding: 22px 30px;
    }
    
    .btn.btn-danger {
        color: #d9534f !important;
        background-color: #fff !important;
        border-color: #d43f3a !important;
    }
    
    .btn.btn-danger:hover {
        color: #d43f3a !important;
        background-color: #fff;
        border-color: #d43f3a !important;
    }
    
    .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th,
    .table-bordered>tfoot>tr>td,
    .table-bordered>tfoot>tr>th,
    .table-bordered>thead>tr>td,
    .table-bordered>thead>tr>th {
        vertical-align: middle;
    }
    
    pre.call-number {
        display: block;
        padding: unset !important;
        margin: unset !important;
        font-family: inherit !important;
        font-size: 15px;
        line-height: 1.428571429;
        word-break: break-all;
        word-wrap: break-word;
        color: #333;
        background-color: unset !important;
        border: unset !important;
        border-radius: unset !important;
        overflow: hidden;
    }
    
    .blog.section .post_body span {
        font-size: 17px;
        padding: 10px;
        line-height: 1.7;
        background-color: transparent !important;
    }
    
    .blog.section .post_body img {
        margin-top: 17px;
    }
    
    .table.table_statistics>tbody>tr>td {
        line-height: 1 !important;
    }
    
    .container-parent {
        width: 100%;
    }
    
    .container-parent hr {
        border: 1px solid #d1d1d1;
    }
    
    .container-parent.last {
        margin-bottom: 0;
    }
    
    .container-parent.first {
        margin-top: 0;
    }
    
    @media (min-width: 1248px) {
        .navbar-nav.links>.menu_hover:last-child .nav_items {
            padding: 36px 36px 38px !important;
            color: #4c4c4c !important;
        }
    }
    .searchTargets .filter-option-inner-inner{
        color: white !important;
    }
    .dir-ltr{
        direction: LTR !important;
    }
    .dir-rtl {
        direction: RTL !important;
    }
    .change-lang-btn{
        margin-right: 10px;
    }
    .fit-content{
        width: fit-content;
    }
    .home-resource-img-container img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        /* margin: auto auto; */
        /* display: block; */
        padding: 10px;
    }

    .grow img, .growdiv {
        transition: 0.3s ease;
    }

    .grow img:hover,
    .growdiv:hover {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
        transition: 0.3s ease;
    }
    .p-0{
        padding: 0 !important;
    }
    .select2-dropdown *{
        text-align: right;
    }
    .select2-container--open .select2-dropdown--below{
        box-shadow: 1px 6px 5px #00000045;
        padding: 13px;
        border: 1px solid #e1e1e1 !important;
    }
    .text-center{
        text-align: center !important;
    }
    .text-right {
        text-align: right !important;
    }
    .text-left {
        text-align: left !important;
    }

.footer-logo{
/* filter: brightness(0) invert(1); */
margin-top: 25px;
}
.font-buttons,
.accessibility-btn {
    display: none;
}
.menu-additional-element.active {
    text-shadow: 2px 1px 2px #00000096;
}

.menu-additional-btns {
    position: absolute;
    display: flex;
}
.accessibility i{
    padding-left: 8px;
}

.menu-additional-element {
    border: 1px solid;
    padding: 0px 15px;
    border-radius: 20px;
    font-size: 15px;
    margin: 0 10px;
    min-width: 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.accessibility-options {
    position: absolute;
    padding: 11px;
    top: 29px;
    min-width: 170px;
    z-index: 100000;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 5px 6px #0000003d;
    display: none;
}

.accessibility-options label {
    color: white;
    margin-top: 6px;
}

.accessibility.modified::before {
    animation: blinker 2s linear infinite;
    position: absolute;
    content: '';
    background-color: #FF0000;
    border-radius: 50%;
    opacity: 1;
    width: 8px;
    height: 8px;
    top: -2px;
    left: 2px;
    pointer-events: none;
}

@media (max-width: 991px) {
    .accessibility {
        position: relative;
    }

    .accessibility.modified::before {
        width: 13px;
        height: 13px;
        top: 23px;
        left: 20px;
        pointer-events: none;
    }
    .accessibility-options {
        position: relative;
        padding: 20px;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
    }
}

.contrast {
    line-height: 1.3;
    display: grid;
}

.zoom {
    display: table;
    width: 100%;
}

.zoombtns {
    display: table-cell;
    text-align: center;
    font-size: 12px;
    padding: 8px 1px;
    background: var(--secondary);
    color: white;
}

/* #zoomIn {
    border-radius: 20px 0 0 20px;
}

#zoomOut {
    border-radius: 0 20px 20px 0;
} */

#resetZoom {
    border-right: 1px solid #ffffff36;
    border-left: 1px solid #ffffff36;
}

.zoombtns:hover {
    background: #ffffff36;
    cursor: pointer;
}
.page-container{
    padding-top: 30px;
}
ul.footer-links a{
    font-size: 18px;
    color: white !important;
}

ul.footer-links a:hover {
    opacity: 0.7;
}
.second-logo img{
    max-height: 85px;
    margin-top: 7px;
    float: left;
    left: 0;
}
    .tab_content li{
        text-align: right;
    }
    .dn{
        display: none;
    }
    .mobile-top-logo-container{
        width: 100%;
        background: white;
        position: fixed;
        right: 0;
        left: 0;
        padding: 5px 16px;
    }
