    /*
    Theme Name: Name -
    Author:
    Support: admin@gmail.com
    Description:
    Version: 1.0
    */

    /* CSS Index
    -----------------------------------
    1. Theme default css
    2. header
    3. slider
    4. about-area
    5. features-box
    6. department
    7. team
    8. video-area
    9. counter
    10. footer
    */



    /* 1. Theme default css */

    /*fonts*/
    @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:300,400,500,700');

    body {
        font-family: 'Lexend Deca', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 13px;
        line-height: 20px;
    }

    .img {
        max-width: 100%;
        transition: all 0.3s ease-out 0s;
    }

    .f-left {
        float: left
    }

    .f-right {
        float: right
    }

    .fix {
        overflow: hidden
    }

    a,
    button {
        transition: all 0.3s ease-out 0s;
        cursor: pointer;
    }

    a:focus,
    button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover,
    .portfolio-cat a:hover,
    .footer -menu li a:hover {
        color: #ff9400;
        text-decoration: none;
    }

    a,
    button {
        color: #1696e7;
        outline: medium none;
    }

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0
    }

    .uppercase {
        text-transform: uppercase;
    }

    .capitalize {
        text-transform: capitalize;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        /*font-family: 'Roboto', sans-serif;*/
        font-family: 'Lexend Deca', sans-serif;
        font-weight: normal;
        color: #313131;
        margin-top: 0px;
        font-style: normal;
        font-weight: 400;
    }

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
        /*font-family: 'Roboto', sans-serif;*/
        font-family: 'Lexend Deca', sans-serif;
    }

    h1 {
        font-size: 40px;
        font-weight: 500;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

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

    li {
        list-style: none
    }

    p {
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
        color: #111111;
        margin-bottom: 10px;
        font-family: 'Lexend Deca', sans-serif;
    }

    hr {
        border-bottom: 1px solid #eceff8;
        border-top: 0 none;
        margin: 30px 0;
        padding: 0;
    }

    label {
        color: #7e7e7e;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
    }

    *::-moz-selection {
        background: #d6b161;
        color: #fff;
        text-shadow: none;
    }

    ::-moz-selection {
        background: #444;
        color: #fff;
        text-shadow: none;
    }

    ::selection {
        background: #444;
        color: #fff;
        text-shadow: none;
    }

    *::-moz-placeholder {
        color: #555555;
        font-size: 14px;
        opacity: 1;
    }

    *::placeholder {
        color: #555555;
        font-size: 14px;
        opacity: 1;
    }

    .theme-overlay {
        position: relative
    }

    .theme-overlay::before {
        background: #1696e7 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .separator {
        border-bottom: 1px solid #f2f2f2
    }

    /* button style */
    .btn {
        -moz-user-select: none;
        background: #ff9400;
        border: medium none;
        border-radius: 0;
        color: #002147;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0;
        padding: 19px 29px;
        text-align: center;
        text-transform: uppercase;
        touch-action: manipulation;
        transition: all 0.3s ease 0s;
        vertical-align: middle;
        white-space: nowrap;
    }



    .blue-bg:hover {
        background-color: #002147;
        color: #fff;
    }

    .blog-read-more-btn:hover {
        color: #002147;
    }

    .btn-right-arrow {
        margin-left: 9px;
    }

    .theme-btn {
        display: inline-block;
        position: relative;
        text-decoration: none;
        z-index: 1;
        padding: 0;
        border: 0;
        transition: .3s;
        cursor: pointer;
    }

    .btn-text {
        padding: 16px 35px;
        background-color: #ff9400;
        text-transform: uppercase;
        color: #000000;
        display: inline-block;
        line-height: 1;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0px;
    }
    /*
    .theme-btn:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #ffffff;
        left: 10px;
        top: 10px;
        z-index: -1;
    }*/

    .theme-btn.blue-bg-border::before {
        border: 1px solid #002147;
    }

    .black-border {
        background: 0;
        border: 1px solid #666666;
        color: #444444;
        font-size: 14px;
        font-weight: 700;
        padding: 18px 30px;
    }

    .black-border:hover {
        background: #ff9400;
        border: 1px solid transparent;
        padding: 18px 30px;
        outline: 0;
        transition: .3s;
    }

    .white-bg-btn {
        padding: 15px 30px;
        background-color: #fff;
        color: #444444;
        font-size: 12px;
        font-family: 'Lexend Deca', sans-serif;
        font-weight: 500;
        transition: .3s;
    }

    .white-bg-btn:hover {
        background-color: #ff9400;
        color: #002147;
    }

    /*sticky-top*/
    .sticky {
        left: 0;
        right: 0;
        margin: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
        padding: 0px 0;
        background: #fff;
        transition: ease-out .6s;
        animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    }

    /*skills-bar*/
    .barfiller {
        width: 100%;
        height: 5px;
        background: #f4f4f4;
        border: 0px solid #ccc;
        position: relative;
    }

    .barfiller span.fill {
        display: block;
        position: relative;
        width: 0px;
        height: 100%;
        background: #ff9400;
        z-index: 1;
    }

    .barfiller .tipWrap {
        display: none;
    }

    .barfiller .tip {
        margin-top: -30px;
        padding: 0;
        font-size: 14px;
        color: #777;
        left: 0px;
        position: absolute;
        z-index: 2;
        background: 0;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
    }

    .bar-content span.skills-heading {
        font-size: 14px;
        font-weight: 500;
        color: #777777;
        font-family: 'Lexend Deca', sans-serif;
        line-height: 1;
        margin-bottom: 12px;
        display: block;
    }

    /*skills end*/
    .breadcrumb > .active {
        color: #888;
    }

    .owl-carousel .owl-nav div {
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
        height: 40px;
        left: 20px;
        line-height: 40px;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s ease 0s;
        visibility: hidden;
        width: 40px;
    }

    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 20px;
    }

    .owl-carousel:hover .owl-nav div {
        opacity: 1;
        visibility: visible;
    }

    .owl-carousel .owl-nav div:hover {
        background: #2B96CC;
        color: #fff
    }

    /* scrollUp */
    #scrollUp {
        background: #ff9400;
        height: 40px;
        width: 40px;
        right: 50px;
        bottom: 77px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        border-radius: 50%;
        font-size: 16px;
        line-height: 40px;
    }   

    #scrollUp:hover {
        background: #444;
    }

    /* 1. header */
    .header-top {
        padding-top: 7px;
        padding-bottom: 10px;
    }

    .header-contact-phone {
        margin-right: 35px;
        position: relative;
        padding-right: 30px;
    }

    .header-contact-phone::before {
        position: absolute;
        content: "";
        height: 15px;
        width: 1px;
        top: 3px;
        right: 0;
        background-color: #fff;
    }

    .header-contact p {
        display: inline-block;
        margin: 0;
        font-size: 15px;
        color: #fff;
        line-height: 1;
    }

    .header-contact span {
        color: #ff9400;
        vertical-align: middle;
        font-size: 13px;
        line-height: 1;
        margin-right: 9px;
    }

    .header-social-icon-list ul li {
        display: inline-block;
        line-height: 1;
    }

    .header-social-icon-list ul li a {
        font-size: 13px;
        color: #ff9400;
        margin-left: 19px;
        padding-left: 19px;
        position: relative;
        transition: all ease-out .3s;
    }

    .header-social-icon-list ul li:hover a {
        color: #fff;
    }

    .header-social-icon-list ul li:first-child a::before {
        position: absolute;
        content: "";
        height: 0px;
        width: 0px;
        background-color: #fff;
        left: 0;
        top: 2px;
    }

    .header-social-icon-list ul li a::before {
        position: absolute;
        content: "";
        height: 12px;
        width: 1px;
        background-color: #fff;
        left: 0;
        top: 2px;
    }

    li.shopping-cart a {
        position: relative;
    }

    .shopping-counter {
        position: absolute;
        top: -16px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background-color: #ff9400;
        color: #444444;
        font-size: 12px;
        left: 43px;
    }

    /*toggle-search*/
    .toggle-search-icon a span {
        position: relative;
    }

    .toggle-search-box {
        position: absolute;
        right: 0;
    }

    .toggle-search-box form input {
        padding: 0;
        height: 40px;
        border: 0;
        border: 1px solid #ddd;
        padding-left: 20px;
        margin: 0;
        z-index: 9999;
    }

    .toggle-search-box form {
        position: relative;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: .6s;
        top: 45px;
        margin-top: 20px;
    }

    .toggle-search-box form button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        margin: 0;
        background: 0;
        border: 0;
        position: absolute;
        right: 11px;
        color: #ddd;
    }

    .toggle-search-box {}

    .toggle-search-icon a:hover .toggle-search-box form {
        opacity: 1;
        visibility: visible;
        z-index: 999;
        top: 36px;
    }

    .main-menu ul li a {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        padding: 36px 0;
        text-transform: capitalize;
        font-family: 'Lexend Deca', sans-serif;
        color: #444444;
    }

    .main-menu ul li {
        display: inline-block;
        padding-left: 25px;
        position: relative;
    }

    .main-menu ul li:hover > a {
        color: #ff9400
    }

    .main-menu ul li ul.submenu {
        background: #002147;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 110%;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        width: 250px;
        z-index: 9;
    }

    .main-menu ul li:hover > ul.submenu {
        opacity: 1;
        visibility: visible;
        top: 102%;
    }

    .main-menu ul li ul.submenu li {
        border-bottom: 1px solid rgba(255,255,255,.1);
        display: block;
        margin: 0;
    }

    .main-menu ul li ul.submenu li:last-child {
        border: 0;
    }

    .main-menu ul li ul.submenu li a {
        color: #ddd;
        display: block;
        padding: 5px 10px;
        text-align: left;
        font-size: 13px;
    }

    .main-menu ul li ul.submenu li:hover > a {
        color: #ff9400;
    }

    .main-menu ul li ul.submenu li ul.submenu {
        left: 100%;
        top: 0;
    }

    .header-bottom-icon {
        margin-top: 36px;
        margin-right: 15px;
        margin-left: 37px;
    }

    .header-bottom-icon-white {
        margin-top: 36px;
    }

    .header-bottom-icon ul li {
        display: inline-block;
    }

    .header-bottom-icon ul li a {
        font-size: 15px;
        color: #444444;
        padding-left: 35px;
        position: relative;
        transition: all ease-out;
    }

    .header-bottom-icon ul li:hover a {
        color: #002147;
    }

    .header-bottom-icon ul li a::before {
        position: absolute;
        content: "";
        height: 15px;
        width: 1px;
        background-color: #d8d8d8;
        left: 0;
        top: 4px;
    }

    .header-bottom-icon ul li:last-child a::before {
        width: 0;
        height: 0;
    }

    .header-transparrent {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9;
        transition: .4s;
    }

    .mobile-menu-2 .mean-container a.meanmenu-reveal span {
        background: #fff;
        display: block;
        height: 3px;
        margin-top: 3px;
    }

    .main-transparrent-menu ul li a {
        color: #fff;
    }

    .header-bottom-icon-white ul li a {
        color: #fff;
        transition: .4s;
    }

    .header-bottom-icon-white ul li a:hover {
        color: #ff9400;
        transition: .4s;
    }

    .header-social-icon-list {
        text-align: right;
    }

    /* slider */
    .single-slider {
        background-size: cover;
        background-position: center center;
    }

    .slider-height {
        min-height: 800px;
    }

    .slider-content h1 {
        font-size: 60px;
    }

    .slider-content h1 span {
        font-size: 60px;
    }

    .slider-content p {
        font-size: 18px;
        color: #fff;
        line-height: 28px;
        margin-top: 18px;
        margin-bottom: 38px;
    }

    .slider-content-2 h1 {
        font-size: 72px;
        line-height: 85px;
    }

    .slider-active .slick-arrow:hover {
        color: #ff9400;
    }

    .slider-active .slick-dots {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .slider-active .slick-dots li {
        display: inline-block;
        margin-right: 10px;
    }

    .slider-active .slick-dots li:last-child {
        margin-right: 0;
    }

    .slider-active .slick-dots li button {
        background: #fff;
        border: 0;
        text-indent: -99999999999px;
        padding: 0;
        width: 20px;
        height: 5px;
        border-radius: 3px;
    }

    .slider-active .slick-dots li.slick-active button {
        width: 40px;
    }

    .slider-active-2 .slick-dots li.slick-active button {
        border: 1px solid #ff9400;
    }

    .slider-active .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: 0;
        border: 0;
        text-transform: uppercase;
        padding: 0;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: .4s;
    }

    .slider-area:hover .slider-active .slick-arrow {
        opacity: 1;
        visibility: visible;
    }
    .slider-active .slick-arrow:hover::before {
        width: 30px;
    }

    .slider-active .slick-next {
        right: 40px;
    }

    .slider-active .slick-prev {
        z-index: 1;
        left: 40px;
    }

    .slider-active .slick-next::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        background: #fff;
        right: -40px;
        top: 13px;
        transition: .3s;
    }

    .slider-active .slick-next::before:hover {
        color: red;
    }


    .slider-active .slick-prev::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        background: #fff;
        left: -40px;
        top: 13px;
        transition: .3s;
    }

    .slider-active-2 .slick-prev::before {
        display: none;
    }

    .slider-active-2 .slick-next::before {
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        background: #fff;
        right: 0;
        top: 22px;
        left: -4px;
    }

    .slider-active-2 .slick-dots li button {
        background: 0;
        border: 1px solid #fff;
    }

    .slider-social-icons-heading span {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
    }

    .slider-social-icons {
        position: relative;
        top: 190px;
    }

    .slider-social-icons::before {
        position: absolute;
        content: "";
        background: #fff;
        width: 40px;
        height: 1px;
        left: -20px;
        right: 0px;
        margin: auto;
        top: 50%;
    }

    .slider-social-icons-list ul {
        margin-left: 75px;
    }

    .slider-social-icons-list ul li {
        display: inline-block;
    }

    .slider-social-icons-list ul li a {
        font-size: 14px;
        color: #fff;
        margin-right: 20px;
    }

    .slider-active-3 .slick-dots {
        position: absolute;
        bottom: 30px;
        right: 375px;
        text-align: right;
    }

    .slider-social-icons-list ul li a:hover {
        color: #ff9400;
    }

    .slider-active-3 .slick-dots li button {
        border: 0;
        text-indent: 0;
        padding: 0;
        width: 20px;
        height: 0;
        border-radius: 3px;
        clear: both;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
    }

    .slider-active-3 .slick-dots li.slick-active button {
        width: 40px;
        text-indent: -9999999999999999px;
        background-color: #fff;
        height: 2px;
        vertical-align: middle;
    }

    .yellow-bg-btn {
        border-radius: 30px;
        padding: 19px 45px;
        transition: .4s;
    }

    .yellow-bg-btn:hover {
        background-color: #fff;
    }

    .blue-bg-btn-hover:hover {
        background-color: #002147;
        color: #fff;
    }

    .slider-active-3 .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: 0;
        border: 0;
        padding: 0;
        font-size: 36px;
        transition: .4s;
        opacity: 0;
        visibility: hidden;
    }

    .slider-area:hover .slider-active-3 .slick-arrow {
        opacity: 1;
        visibility: visible;
    }

    .slider-active-3 .slick-prev.slick-arrow:hover,
    .slider-active-3 .slick-next.slick-arrow:hover {
        color: #ff9400;
    }


    .slider-active-3 .slick-next.slick-arrow {
        right: 53px;
        color: #fff;

    }

    .slider-active-3 .slick-prev.slick-arrow {
        z-index: 1;
        color: #fff;
        left: 53px;
    }

    .slider-active-3 .slick-dots li {
        display: inline-block;
    }

    /* about */
    .about-title-section h1 {
        font-size: 30px;
        color: #002147;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 23px;
    }

    .about-title-section p {
        font-size: 14px;
        color: #111111;
        line-height: 22px;
        /*padding-right: 82px;*/padding-right: 20px;
    }

    .about-content button {
        margin-top: 25px;
    }

    .about-right-img {
        text-align: right;
    }

    .about-img img {
        width: 100%;
    }

    .about-title-section-2 h1 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .about-title-section-2 p {
        padding-right: 0;
    }

    .about-content-2 p {
        padding-right: 84px;
    }

    .university-banner img {
        width: 100%;
    }

    .feature-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        border-left: 5px solid #ff9400;
        padding-right: 23px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 30px 0px rgba(115, 115, 115, 0.1);
        /* width: 323px; */
        margin-right: 25px;
    }

    .feature-title-heading h3 {
        font-size: 20px;
        color: #002147;
        font-weight: 700;
        margin: 0;
        line-height: 1;
    }

    .feature-title-heading {
        position: relative;
    }

    .feature-title-heading span {
        position: absolute;
        top: -4px;
        right: 0;
        font-size: 30px;
        color: #111111;
        opacity: 0.25;
        font-weight: 600;
        font-family: 'Lexend Deca', sans-serif;
        line-height: 30px;
    }

    .feature-text p {
        font-size: 13px;
        color: #111111;
        margin-bottom: 0;
        line-height: 20px;
        margin-top: 16px;
    }

    /* courses */
    .section-title-heading h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
    }

    .section-title-para p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .courses-wrapper {
        background-color: #fff;
        border-radius: 5px;
    }

    .courses-thumb img {
        width: 100%;
        position: relative;
    }

    .courses-author {
        position: absolute;
        right: 40px;
        top: 195px;
    }

    .courses-content {
        padding-left: 15px;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        min-height: 85px;
    }

    .courses-wrapper-bottom {
        padding-right: 23px;
        padding-left: 25px;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .courses-wrapper-bottom-2 {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .courses-content-3 .courses-wrapper-bottom {
        padding: 0;
        margin-top: 30px;
    }

    .courses-wrapper.course-radius-none {
        border-radius: 0;
    }

    .courses-wrapper.course-bg-none {
        background: 0;
    }

    .courses-heading h1 {
        font-size: 18px;
        line-height: 1.1;
        margin: 0;
        color: #002147;
        margin-bottom: 5px;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif; 
        text-align: center;
    }

    .courses-category-name span {
        line-height: 1;
    }

    .courses-category-name span a {
        font-size: 12px;
        color: #002147;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
        background-color: #ff9400;
        padding: 9px 15px;
        border-radius: 3px;
        display: inline-block;
        transition: .3s;
    }

    .courses-category-name span:hover a {
        color: #fff;
        background-color: #002147;
    }

    .courses-heading h1 {
        font-size: 18px;
        line-height: 1;
        margin: 0;
        color: #002147;
        margin-bottom: 5px;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
        text-align: center;
    }

    .courses-heading h1:hover a,
    .courses-heading h1:focus a {
        color: #ff9400 !important;
    }

    .courses-para p {
        line-height: 20px;
        font-size: 13px;
        margin: 0;
        color: #111111;
    }

    .courses-single-icon {
        margin-right: 20px;
        font-size: 14px;
        color: #002147;
        padding-right: 20px;
        border-right: 1px solid #e4e4e4;
    }

    .course-main-content {
        border-bottom: 1px solid #e4e4e4;
    }

    .courses-single-icon:last-child {
        border: 0;
    }

    .courses-single-icon span.user-number {
        font-weight: 600;
        font-family: 'Lexend Deca', sans-serif;
        margin-left: 8px;
    }

    .courses-icon {
        margin-top: 4px;
    }

    .courses-button a {
        font-size: 14px;
        color: #002147;
        font-weight: 500;
        line-height: 1;
        font-family: 'Lexend Deca', sans-serif;
        transition: .3s;
    }

    .courses-button:hover a {
        color: #ff9400;
    }

    .courses-content-2 {
        padding: 0;
    }

    .courses-content-2 .courses-heading h1 {
        font-size: 18px;
        margin: 0;
        color: #002147;
        margin-top: 18px;
        margin-bottom: 25px;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
        line-height: 26px;
        padding: 0 34px;
    }

    .courses-author-2 img {
        margin-top: -30px;
        position: relative;
        z-index: 1;
    }

    .courses-single-icon-2 {
        display: inline-block;
        margin: 0px 9px;
    }

    .courses-single-icon-2 span.price,
    .courses-single-icon-2 span.seat {
        font-size: 14px;
        color: #777777;
        font-weight: 600;
        margin-left: 3px;
    }

    .courses-single-icon-2 span.user-number {
        font-weight: 700;
        font-family: 'Lexend Deca', sans-serif;
        margin-left: 1px;
        font-size: 16px;
        color: #f6393e;
    }

    .courses-content-2 {
        padding: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 9px;
    }

    .courses-active .slick-arrow,  .deptlabs-active .slick-arrow,  .courses-active2 .slick-arrow, .courses-active3 .slick-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: 0;
        border: 0;
        text-transform: uppercase;
        padding: 0;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        transition: .4s;
    }

    .courses-list:hover .courses-active .slick-arrow,  .courses-list:hover .courses-active2 .slick-arrow,  .courses-list:hover .courses-active3 .slick-arrow,  .courses-list:hover .deptlabs-active .slick-arrow, .courses-list:hover .deptachive-active .slick-arrow{
        opacity: 1;
        visibility: visible;
    }

    .courses-active .slick-next, .courses-active2 .slick-next, .courses-active3 .slick-next, .deptlabs-active .slick-next, .deptachive-active .slick-next {
        right: -50px;
    }

    .courses-active .slick-prev, .courses-active2 .slick-prev, .courses-active3 .slick-prev, .deptlabs-active .slick-prev, .deptachive-active .slick-prev {
        z-index: 1;
        left: -50px;
    }

    .courses-active .slick-next::before, .courses-active2 .slick-next::before, .courses-active3 .slick-next::before, .deptlabs-active .slick-next::before, .deptachive-active .slick-next::before  {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        right: -40px;
        top: 13px;
        background: #fff;
    }

     .courses-active .slick-prev::before,.courses-active2 .slick-prev::before,.courses-active3 .slick-prev::before, .deptlabs-active .slick-prev::before, .deptachive-active .slick-prev::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        background: #fff;
        left: -40px;
        top: 13px;
    }

    .courses-active .slick-arrow:hover, .courses-active2 .slick-arrow:hover, .courses-active3 .slick-arrow:hover, .deptlabs-active .slick-arrow:hover, .deptachive-active .slick-arrow:hover {
        color: #ff9400;
    }
    .courses-active2 .slick-arrow{        
        color: #002147;
    }
    .courses-active2 .slick-next::before  {
        background: #002147;
    }

     .courses-active2 .slick-prev::before {
        background: #002147;
    }

    .courses-active2 .slick-arrow:hover {
        color: #ff9400;
    }
    .courses-active3 .slick-arrow{        
        color: #002147;
    }
    .courses-active3 .slick-next::before  {
        background: #002147;
    }

     .courses-active3 .slick-prev::before {
        background: #002147;
    }

    .courses-active3 .slick-arrow:hover {
        color: #ff9400;
    }

    .courses-single-icon .ti-user {
        display: inline-block;
    }

    .single-curiculum-lecture table td {
        border: 0;
        padding-left: 0;
        padding: 0;
    }

    .single-curiculum-lecture table td span {
        margin-right: 5px;
        vertical-align: middle;
    }

    .testimonilas-rating.testimonilas-rating-2 ul li {
        display: inline-block;
        color: #f6393e;
        font-size: 14px;
    }

    .courses-button-2:hover a {
        color: #ff9400;
        text-decoration: underline;
    }

    .courses-wrapper-bottom .testimonilas-rating.testimonilas-rating-2 ul {
        padding-right: 50px;
        border-right: 1px solid #d6d6d6;
    }

    .courses-button-2 a {
        font-size: 12px;
    }

    .courses-content-3::after {
        content: "";
        position: absolute;
        height: 3px;
        width: 60px;
        background-color: #fdba2d;
        top: 254px;
        left: 46px;
    }

    .course-title-3 h1 {
        margin: 0;
    }

    .courses-pricing-3 span {
        font-size: 16px;
        font-weight: 700;
        padding: 8px 20px;
        display: inline-block;
        background: #ff9400;
        border-radius: 30px;
        color: #002147;
        margin-left: 20px;
        line-height: 1;
        margin-top: -5px;
    }

    .courses-wrapper-3 {
        background-color: #fff;
        border-radius: 0;
    }

    .btn.gray-border-btn {
        background: 0;
        border: 1px solid #c6c6c6;
        border-radius: 30px;
        padding: 16px 45px;
    }

    .btn.gray-border-btn:hover {
        background-color: #ff9400;
        border: 1px solid transparent;
    }

    /*courses_details*/
    .slider-height-breadcrumb {
        min-height: 150px;
    }

    .slider-content nav ol {
        background: 0;
        padding: 0;
    }

    .slider-content nav ol li {
        font-size: 15px;
        color: #ff9400;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
    }

    .slider-content nav ol li.breadcrumb-item.active {
        color: #fff;
    }

    .slider-content nav ol li.breadcrumb-item a {
        color: #ff9400;
    }

    .slider-content nav ol .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0;
        padding-left: 0;
        color: #6c757d;
        content: "";
        height: 10px;
        width: 10px;
        border: 2px solid #fff;
        border-radius: 50%;
        vertical-align: middle;
        margin-left: 22px;
        margin-right: 17px;
    }

    .slider-content-breadcrumb h1 {
        font-size: 30px;
    }

    .course-details-title {
        padding-bottom: 28px;
        border-bottom: 1px solid #e9e9e9;
    }

    .course-details-title h1 {
        font-size: 30px;
        line-height: 40px;
        color: #444444;
        margin: 0;
    }

    .course-details-thumb img {
        width: 100%;
    }

    .single-course-details {
        padding-top: 38px;
        padding-left: 38px;
        padding-right: 28px;
        padding-bottom: 45px;
    }

    .course-details-tabs .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #002147;
        background: 0;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
    }

    .course-details-tabs ul li a {
        padding: 0;
        font-size: 14px;
        color: #444444;
        margin-right: 45px;
        line-height: 1;
        font-family: 'Lexend Deca', sans-serif;
        font-weight: 500;
    }

    .course-details-overview-top p {
        font-size: 14px;
        line-height: 28px;
        color: #111111;
    }

    .course-details-tabs .nav.nav-pills {
        margin-bottom: 26px;
    }

    .course-details-overview-top {
        padding-bottom: 15px;
        border-bottom: 1px solid #e9e9e9;
    }

    .course-details-overview-para {
        margin-bottom: 16px;
    }

    .course-details-curiculum-para {
        line-height: 28px;
        margin-bottom: 12px;
    }

    .single-curiculum-lecture div span {
        font-size: 14px;
        color: #002147;
        vertical-align: middle;
    }

    .single-curiculum-lecture span.chapter-name {
        color: #777777;
    }

    .curiculum-lecture .chapter-name {
        margin-left: 9px;
    }

    .curiculum-lecture-time .chapter-name {
        margin-left: 9px;
    }

    .curiculum-lecture-seat .chapter-name {
        margin-left: 9px;
    }

    .single-curiculum-lecture table {
        margin-bottom: 0px;
    }

    span.student-lecture-number {
        margin-left: 29px;
    }

    .adivisor-text {
        padding-left: 30px;
        padding-top: 25px;
        padding-right: 120px;
    }

    .adivisor-text-title h4 {
        font-size: 18px;
        font-weight: 700;
        color: #444444;
        line-height: 1;
        margin: 0;
        margin-bottom: 3px;
    }

    .adivisor-text-title span {
        font-size: 17px;
        color: #777777;
        line-height: 25px;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
    }

    .advisors-social-icon-list ul li {
        display: inline-block;
    }

    .advisors-social-icon-list ul li a {
        margin: 0;
        font-size: 12px;
        color: #666666;
        margin-right: 13px;
        transition: .3s;
    }

    .advisors-social-icon-list ul li:hover a {
        color: #ff9400;
    }

    .social-title {
        font-size: 16px;
        font-weight: 700;
        color: #444444;
        line-height: 1;
    }

    .advisor-img img {
        width: 100%;
    }

    .adivisor-text-title-2 h4 {
        font-size: 30px;
        line-height: ;
    }

    .adivisor-text-2 {
        padding-left: 35px;
    }

    .adivisor-para-2 p {
        line-height: 28px;
    }

    .advisors-details-form.events-details-form {
        padding-left: 0;
    }

    .reviews-author-title h1 {
        font-size: 14px;
        color: #555555;
        font-weight: 700;
        line-height: 1;
        margin: 0;
    }

    .advisors-form-title h2 {
        font-size: 30px;
        font-weight: 700;
        color: #444444;
        line-height: 1;
        margin: 0;
        padding: 0;
        display: block;
    }

    .reviews-author-title span {
        font-size: 12px;
        color: #777777;
        line-height: 1;
        display: block;
        margin-top: 6px;
    }

    .reviews-author-title {
        margin-top: 7px;
        margin-left: 9px;
    }

    .courses-reviews-author-rating ul li {
        display: inline-block;
        color: #ff5252;
    }

    .course-reviews-info {
        padding-right: 305px;
    }

    .banner-thumb {
        position: relative;
    }

    .bannger-text {
        position: absolute;
        top: 50%;
        text-align: center;
        transform: translateY(-50%);
        right: 0;
        left: 0;
    }

    .bannger-text h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        color: #fff;
        padding: 0 27px;
        margin-bottom: 33px;
    }

    .banner-thumb img {
        width: 100%;
    }

    .widget-padding.banner-padding {
        padding-right: 23px;
    }

    /*course-pagination*/
    .course-pagination li.page-item {
        margin-right: 5px;
    }

    .course-pagination li.page-item .page-link {
        padding: 15px 17px;
        margin-left: 0;
        line-height: 1;
        border: 0px solid #dee2e6;
        color: #444444;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
    }

    .course-pagination li.page-item:first-child .page-link {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .course-pagination .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .course-pagination .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #002147;
    }

    /*sidebar-form*/
    .widget-padding {
        padding: 23px 15px 23px 23px;
    }

    .sidebar-form form {
        position: relative;
    }

    .sidebar-form form input {
        height: 60px;
        padding-left: 30px;
        width: 100%;
        border: 0;
        background: #fff;
    }

    .sidebar-form form input::placeholder {
        color: #111111;
        font-size: 17px;
        font-family: 'Lexend Deca', sans-serif;
    }

    .sidebar-form form button {
        background: 0;
        border: 0;
        font-size: 18px;
        color: #444444;
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        padding-right: 25px;
        margin-top: 3px;
    }

    .widget-title {
        color: #ff9400;
        display: inline-block;
        font-size: 20px;
        font-weight: 500;
        height: auto;
        line-height: 1;
        margin-bottom: 23px;
        padding: 0px 0 14px;
        position: relative;
        font-family: 'Lexend Deca', sans-serif;
    }

    .widget-title::before {
        background: #8d8d8d none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        position: absolute;
        width: 80%;
    }

    .sidebar-link li {
        display: block;
        font-size: 14px;
        margin-bottom: 9px;
        line-height: 1;
    }

    .sidebar-link li:last-child {
        margin: 0;
    }

    .sidebar-link li a {
        color: #005bb1;
        font-family: 'Lexend Deca', sans-serif;
        transition: .3s;
    }

    .sidebar-link li a:hover {
        color: #ff9400;
    }

    .sidebar-link li span {
        float: right;
        color: #005bb1;
    }

    .rc-post-content h4 {
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
        color: #ff9400;
        margin: 0;
    }

    .rc-post-content h4 {
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
        color: #ff9400;
        margin: 0;
    }

    .rc-post-content {
        margin-left: 20px;
    }

    .widget-advisors-name span {
        font-size: 15px;
        color: #005bb1;
        font-family: 'Lexend Deca', sans-serif;
    }

    .sidebar-tad li {
        float: left;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .sidebar-tad li a {
        background: #f6f6f6 none repeat scroll 0 0;
        color: #005bb1;
        display: inline-block;
        font-size: 13px;
        line-height: 1;
        padding: 10px 15px;
        text-transform: uppercase;
    }

    .sidebar-tad li a:hover {
        background: #002147;
        color: #fff;
    }


    /* team */
    .team-social-icon-list ul li {
        display: inline-block;
    }

    .team-social-para p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 13px;
        line-height: 27px;
    }

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

    .team-wrapper {
        position: relative;
    }

    .team-social-info {
        position: absolute;
        bottom: 69px;
        margin-bottom: 23px;
        opacity: 0;
        visibility: hidden;
        transition: all ease-out;
        transition: .3s;
        right: 0;
        left: 0;
        padding: 0 15px;
    }

    .team-wrapper:hover .team-social-info {
        opacity: 1;
        visibility: visible;
        bottom: 88px;
    }

    .team-social-icon-list ul li a {
        font-size: 14px;
        color: #fff;
        margin-right: 13px;
        transition: all ease-out .3s;
    }

    .team-social-icon-list ul li a:hover {
        color: #ff9400;
    }

    .team-thumb {
        position: relative;
    }

    .team-thumb::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background-image: -moz-linear-gradient(90deg, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.73) 74%, rgba(166, 143, 25, 0.71) 82%, rgba(253, 200, 0, 0.50196) 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.73) 74%, rgba(166, 143, 25, 0.71) 82%, rgba(253, 200, 0, 0.50196) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.73) 74%, rgba(166, 143, 25, 0.71) 82%, rgba(253, 200, 0, 0.50196) 100%);
        background-image: -moz-linear-gradient(90deg, rgba(0, 91, 176, 0.72157) 0%,  rgba(255, 148, 0, 0.50196) 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(0, 91, 176, 0.72157) 0%, rgba(255, 148, 0, 0.50196) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(0, 91, 176, 0.72157) 0%, rgba(255, 148, 0, 0.50196) 100%);
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: all ease-out .4s;
    }

    .team-wrapper:hover .team-thumb::after {
        opacity: 1;
        visibility: visible;
    }

    .team-teacher-info h1 {
        font-size: 14px;
        font-weight: 700;
        color: #444444;
        line-height: 1;
        margin: 0;
        margin-bottom: 10px;
    }

    .team-teacher-info h2 {
        font-size: 12px;
        color: #111111;
        line-height: 1;
        margin: 0;
        font-family: 'Lexend Deca', sans-serif;
        font-weight:600;
        font-style:oblique;
    }

    .team-teacher-info {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #ff9400;
        border-radius: 5px;
        transition: .6s;
    }

    .team-wrapper:hover .team-teacher-info {
        border-bottom: 2px solid #002147;
    }

    .team-teacher-info-2 {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        background: #fff;
        border-radius: 0px 0px 5px 5px;
        transition: all ease-out .6s;
    }

    .team-wrapper-2:hover .team-teacher-info-2 {
        background: transparent;
        bottom: 50px;
        border: 0;
    }

    .team-wrapper-2:hover .team-teacher-info-2 h1 {
        color: #ff9400;
    }

    .team-wrapper-2:hover .team-teacher-info-2 h2 {
        color: #ffffff;
    }

    .team-wrapper-2 .team-social-info {
        position: absolute;
        margin-bottom: -51px;
        opacity: 1;
        transition: .3s;
        right: 0;
        left: 0;
    }

    .team-wrapper-2:hover .team-thumb::after {
        opacity: 1;
        visibility: visible;
        border-radius: 5px;
    }

    .team-wrapper-2 .team-social-icon-list ul li:last-child a {
        margin: 0;
    }

    /*events*/
    .events-text {
        padding: 5px 15px;
        padding-right: 15px;
        border-radius: 0px 5px 5px 0px;
        /*padding-bottom: 20px;*/
    }

    .events-text-title {
        overflow: hidden;
    }

    .events-text-title a h4 {
        font-size: 14px;
        font-weight: 600;
        color: #002147;
        line-height: 1;
        margin: 0;
        margin-bottom: 9px;
        margin-top: 4px;
        transition: .4s;
    }

    .events-text-title a h4:hover {
        color: #ff9400;
    }

    .events-calendar {
        padding: 10px;
        display: inline-block;
        background-color: #ff9400;
        border-radius: 5px;
        margin-right: 14px;
    }

    .date {
        font-size: 24px;
        font-weight: 700;
        color: #002147;
        line-height: 1;
    }

    .events-calendar .month {
        display: block;
        font-size: 11px;
        color: #002147;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
        line-height: 1;
        text-transform: uppercase;
        margin-top: 2px;
    }

    .time-area span {
        font-size: 16px;
        line-height: 1;
        color: #ff9400;
    }

    span.published-time {
        color: #111111;
        margin-left: 9px;
    }

    .events-para p {
        line-height: 20px;
        font-size: 13px;
        color: #111111;
        margin: 0;
    }

    .events-text-3 .events-para p {
        color: #ddd;
    }

    .events-speaker h2 {
        font-size: 16px;
        color: #111111;
        line-height: 1;
        font-family: 'Lexend Deca', sans-serif;
    }

    .events-speaker h2 span {
        font-size: 17px;
        font-weight: 600;
    }

    .events-speaker {
        margin-top: 10px;
    }

    .yewello-btn {
        font-size: 14px;
        text-transform: uppercase;
        background: 0;
        border: 0;
        color: #ff9400;
        font-weight: 700;
        vertical-align: middle;
        cursor: pointer;
        padding: 0;
    }

    .yewello-btn:hover {
        color: #fff;
    }

    .view-all-events button span {
        margin-left: 9px;
    }

    .events-text-2 {
        padding: 30px;
        padding-right: 19px;
        border-radius: 0px 5px 5px 0px;
        padding-bottom: 25px;
        padding-left: 25px;
    }

    .event-details-thumb img {
        width: 100%;
    }

    .event-details-padding {
        padding: 30px;
        padding-top: 0;
        padding-right: 18px;
        padding-bottom: 20px;
    }

    .events-details-content p {
        font-size: 14px;
        color: #777777;
        line-height: 28px;
    }

    .events-map img {
        width: 100%;
    }

    .event-details-thumb {
        padding: 0 30px;
        padding-top: 30px;
    }

    .events-details-socila-icon {
        display: inline-block;
    }

    .events-details-socila-icon ul li {
        display: inline-block;
    }

    .events-details-socila-icon ul li a {
        color: #002147;
        margin-left: 16px;
        font-size: 12px;
        transition: .3s;
    }

    .events-details-socila-icon ul li a:hover {
        color: #ff9400;
    }

    .events-details-title span {
        margin-right: 80px;
        font-size: 18px;
        font-weight: 700;
        color: #002147;
    }

    .events-details-title {
        position: relative;
    }

    .events-details-title::after {
        position: absolute;
        content: "";
        height: 1px;
        width: 60px;
        background-color: #444444;
        right: 0;
        top: 50%;
    }

    .events-details-form {
        padding: 45px;
        padding-bottom: 25px;
    }

    .time-area.time-area-2 {
        display: inline-block;
    }

    .events-details-form .events-form-title h2 {
        font-size: 30px;
        font-weight: 700;
        color: #002147;
        line-height: 1;
        margin-bottom: 8px;
    }

    .events-view-btn a:hover {
        color: #ff9400;
    }

    .events-details-form form input {
        position: relative;
        transition: .4s;
    }

    .events-details-form form textarea {
        transition: .4s;
    }

    .events-details-form form input:focus {
        border-color: #002147;
        transition: .3s;
    }

    .events-details-form form textarea:focus {
        border-color: #002147;
        transition: .3s;
    }

    .faq-area-form form input::placeholder {
        font-size: 14px;
        color: #777777;
    }

    .faq-area-form form textarea::placeholder {
        color: #777777;
    }

    .events-details-form form span {
        position: absolute;
        top: 18px;
        right: 35px;
        font-size: 14px;
        color: #002147;
    }

    .events-view-btn a {
        padding: 0;
        background: 0;
        border: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        color: #444444;
        transition: .4s;
        cursor: pointer;
    }

    .view-all-events button {
        color: #fff;
    }

    .events-view-btn button:hover {
        color: #ff9400;
    }

    .events-details-form form .events-form-btn button {
        background-color: #ff9400;
        color: #002147
    }

    .events-details-form form .events-form-btn button:hover {
        background-color: #002147;
        color: #fff;
    }

    .time-area.time-area-2 span.published-time {
        color: #111111;
        margin-left: 5px;
        margin-right: 33px;
    }

    .slider-content button:hover {
        transform: translateY(-6px);
    }

    .about-title-section button:hover {
        transform: translateY(-6px);
    }

    .time-area span {
        font-size: 14px;
        line-height: 1;
        color: #002147;
    }

    span.published-time.published-location {
        font-size: 12px;
        color: #888888;
        text-transform: uppercase;
        font-weight: 600;
    }

    .events-button-ara {
        position: absolute;
        top: 21px;
        right: 15px;
    }

    .white-border-btn {
        padding: 15px 30px;
        background: 0;
        color: #fff;
        border: 1px solid #fff;
        font-size: 12px;
        font-weight: 700;
    }

    .white-border-btn:hover {
        background-color: #fff;
        color: #002147;
    }

    .events-registration-form-wrapper {
        position: relative;
    }

    .events-registration-form-wrapper::after {
        position: absolute;
        background-image: url(../img/events/events-registration-form-heading.png);
        top: 0;
        content: "";
        height: 130px;
        background-repeat: no-repeat;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .events-registration-form-heading-title {
        z-index: 1;
    }

    .events-registration-form-heading-title h1 {
        font-size: 30px;
        color: #002147;
        font-weight: 700;
        line-height: 1;
        margin: 0;
    }

    .events-registration-form-heading-icon {
        z-index: 1;
    }

    .events-registration-form-heading {
        padding: 30px 30px 30px 30px;
    }

    .events-registration-form-heading-title span {
        font-size: 14px;
        color: #454b51;
        line-height: 1;
        margin-top: 10px;
        display: block;
    }

    .events-registration-main-form {
        background-color: #fff;
        margin-top: 20px;
        margin: auto;
        padding: 50px;
        padding-top: 72px;
    }

    .events-registration-main-form form input {
        width: 100%;
        height: 60px;
        margin-bottom: 20px;
        background: 0;
        border: 0;
        border: 1px solid #dedede;
        padding-left: 20px;
    }

    .events-text-title-3 a h4 {
        color: #fff;
    }

    .events-text-title-3 .time-area span {
        color: #ff9400;
    }

    .events-text-title-3 .time-area span.published-time {
        color: #111111;
    }

    .events-text-3 {
        border-radius: 5px;
        border: 1px solid #002f64;
    }
    .events-text-4 {
        border-radius: 30px;
        border: 2px solid #cccccc;
        width: 100%;
        min-height: 230px;
        border-bottom: 15px solid #ff9400;
    }
    .events-text-4 .events-calendar{
        font-size: 64px;
        color: #ff9400;
        padding:0;
        background: transparent;
        margin-right: 0;
    }


    .events-wrapper-padding {
        padding: 30px;
        background-color: #fff;
        padding-right: 20px;
    }

    .events-wrapper-padding .events-text {
        padding: 0;
        padding-left: 30px;
    }

    .comments-reply {
        padding-left: 130px;
    }

    .comments-text {
        overflow: hidden;
        padding-left: 30px;
    }

    .comments-box {
        margin-bottom: 50px;
    }

    .comments-text a {
        color: #333333;
        font-weight: 500;
        font-size: 12px;
        font-family: 'Lexend Deca', sans-serif;
    }

    .comments-text a:hover {
        color: #ff9400;
    }

    .avatar-name h5 {
        font-size: 14px;
        font-family: 'Lexend Deca', sans-serif;
        font-weight: 500;
        color: #333333;
    }

    .post-comments-form form input {
        width: 100%;
        background: 0;
        border: 1px solid #eaeaea;
        height: 40px;
        padding: 0;
        padding-left: 20px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #a4a4a4;
        font-family: 'Lexend Deca', sans-serif;
    }

    .post-comments-form form textarea {
        width: 100%;
        background: 0;
        border: 1px solid #eaeaea;
        height: 130px;
        padding: 0;
        padding-left: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        font-size: 14px;
        color: #a4a4a4;
        font-family: 'Lexend Deca', sans-serif;
    }

    .post-comments-form form input::placeholder,
    .post-comments-form form textarea::placeholder {
        font-size: 14px;
        color: #a4a4a4;
        font-family: 'Lexend Deca', sans-serif;
    }

    .comments-text p {
        margin-bottom: 5px;
    }

    .main-comments {
        padding-right: 155px;
    }

    /*testimonials*/
    .testimony-section p{
        font-size:14px;
    }
    .testimony-section .testimony-wrap .text p{
        font-size:18px;
        line-height:25px;
    }
    .testimonilas-author-title {
        margin-left: 15px;
    }

    .testimonilas-author-title h1 {
        font-size: 16px;
        color: #002147;
        font-weight: 700;
        line-height: 29px;
        margin: 0;
        margin-bottom: 2px;
    }

    .testimonilas-author-title h2 {
        font-size: 12px;
        color: #111111;
        margin: 0;
        line-height: 1;
    }

    .testimonilas-para {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .testimonilas-para p {
        font-size: 14px;
        line-height: 28px;
        margin: 0;
    }

    .testimonilas-rating ul li {
        display: inline-block;
        color: #ff9400;
    }

    .testimonilas-wrapper {
        padding: 30px 24px 30px 24px;
        border-radius: 7px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 30px 0px rgba(178, 178, 178, 0.35);
    }

    .testimonilas-active .slick-dots,
    .testimonilas-active-2 .slick-dots {
        text-align: center;
    }

    .testimonilas-active .slick-dots li,
    .testimonilas-active-2 .slick-dots li {
        display: inline-block;
        margin: 0 4px;
    }

    .testimonilas-active .slick-dots li button,
    .testimonilas-active-2 .slick-dots li button {
        border: 0;
        height: 12px;
        width: 12px;
        text-indent: -9999px;
        background: 0;
        transition: .3s;
        padding: 0;
        border-radius: 50%;
        transition: .3s;
        border: 1px solid #ff9400;
    }

    .testimonilas-active .slick-dots li.slick-active button,
    .testimonilas-active-2 .slick-dots li.slick-active button {
        background: #ff9400;
        transition: .3s;
    }

    .testimonilas-wrapper-2::after {
        background-image: url(../img/testimonials/testi_quato001.png);
        content: "";
        width: 90px;
        height: 76px;
        bottom: 121px;
        right: 120px;
        position: absolute;
        background-repeat: no-repeat;
    }

    .testimonilas-wrapper-2 .testimonilas-para p {
        padding-right: 91px;
    }

    .testimonilas-wrapper-2 {
        padding: 0;
        box-shadow: none;
    }

    .testimonilas-list {
        margin-top: -25px;
    }

    /* 10. video */
    .video-content span {
        display: block;
        font-size: 48px;
        font-weight: 500;
        color: #fff;
        line-height: 1;
        padding: 0;
        margin-top: 33px;
        font-family: 'Lexend Deca', sans-serif;
    }

    .video-area {
        background-image: url(../img/video/video_bg.jpg);
        padding-top: 185px;
        padding-bottom: 180px;
        background-size: cover;
        background-position: center right;
        position: relative;
    }

    .video-area::before {
        background-image: -moz-linear-gradient(0deg, rgba(0, 33, 71, 0.92157) 0%, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.74) 74%, rgba(224, 181, 8, 0.69) 94%, rgba(253, 200, 0, 0.45098) 100%);
        background-image: -webkit-linear-gradient(0deg, rgba(0, 33, 71, 0.92157) 0%, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.74) 74%, rgba(224, 181, 8, 0.69) 94%, rgba(253, 200, 0, 0.45098) 100%);
        background-image: -ms-linear-gradient(0deg, rgba(0, 33, 71, 0.92157) 0%, rgba(0, 33, 71, 0.92157) 0%, rgba(127, 117, 36, 0.74) 74%, rgba(224, 181, 8, 0.69) 94%, rgba(253, 200, 0, 0.45098) 100%);
        background-image: -moz-linear-gradient(90deg, rgba(0, 91, 176, 0.72157) 0%,  rgba(255, 148, 0, 0.50196) 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(0, 91, 176, 0.72157) 0%, rgba(255, 148, 0, 0.50196) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(0, 91, 176, 0.72157) 0%, rgba(255, 148, 0, 0.50196) 100%);
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        bottom: 0;
    }


    /* 9. counter */
    .couter-wrapper span {
        font-size: 36px;
        display: block;
        font-weight: 800;
        line-height: 1;
        font-family: 'Lexend Deca', sans-serif;
        color: #002147;
    }

    .couter-wrapper-2 span {
        color: #fff;
    }

    .couter-wrapper h3 {
        margin: 0;
        line-height: 1;
        font-size: 18px;
        font-weight: 600;
        color: #111111;
        margin-top: 9px;
        font-family: 'Lexend Deca', sans-serif;
    }

    .couter-wrapper-2 h3 {
        color: #b8b8b8;
    }

    .couter-wrapper img {
        margin-bottom: 24px;
    }

    /* 14. blog */
    .blog-thumb img {
        width: 100%;
    }

    .blog-content h5 {
        margin-bottom: 5px;
        line-height: 24px;
        font-size: 16px;
        font-weight: 500;
        color: #444444;
    }

    .blog-list .blog-content h5 {
        font-size: 16px;
        line-height: 1.5;
    }

    .blue-blog h5 a:hover {
        color: #ff9400
    }

    .blog-meta span {
        font-size: 14px;
        color: #005bb1;
        font-family: 'Lexend Deca', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 8px;
        display: block;
    }

    .blog-meta span a {
        color: #666;
    }

    .blog-meta span a:hover {
        color: #222;
    }

    .blog-content p {
        margin: 0;
        line-height: 28px;
        color: #111111;
        margin-bottom: 4px;
    }

    .blog-wrapper {
        background-color: #fff;
    }

    .blog-content {
        padding-left: 30px;
        padding-bottom: 35px;
    }

    .read-more-btn button {
        background: 0;
        border: 0;
        line-height: 1;
        padding: 0;
        margin: 0;
        font-size: 14px;
        color: #444444;
        font-weight: 700;
        transition: .3s;
    }

    .read-more-btn button:hover {
        color: #ff9400;
    }

    .blog-category {
        position: absolute;
        right: 20px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 11px 15px;
        background-color: #ff9400;
        border-radius: 5px;
        top: 20px;
        display: inline-block;
        line-height: 1;
        transition: .6s;
    }

    .blog-category:hover {
        background-color: #002147;
        color: #fff;
    }

    .blog-thumb {
        position: relative;
    }

    .admin-blog-info ul li {
        display: inline-block;
        font-family: 'OpenSans', sans-serif;
        font-size: 12px;
        color: #b9b9b9;
    }

    .admin-blog-info ul li span {
        color: #444444;
    }

    .blog-date-margin {
        margin-left: 15px;
    }

    .blog-bottom-2 .read-more-btn {
        padding-right: 20px;
    }

    .blog-bottom-2 {
        margin-top: 10px;
    }

    .news-meta span {
        color: #acacac;
        margin-bottom: 4px;
    }

    .news-content {
        padding-left: 28px;
        padding-bottom: 35px;
        padding-right: 28px;
    }

    .blog-thumb {
        position: relative;
    }

    .blog-text-offer {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 12px;
        font-weight: 700;
        color: #002147;
        font-family: 'Lexend Deca', sans-serif;
        padding: 11px 15px;
        background-color: #ff9400;
        display: inline-block;
        line-height: 1;
        text-transform: uppercase;
        border-radius: 5px;
    }

    .news-content p {
        color: #666666;
        padding-right: 0px;
        line-height: 28px;
    }

    .news-content .blockquote p {
        padding: 25px 14px 25px 38px;
        border: 1px solid #dcdcdc;
        margin-top: 20px;
    }

    .news-wrapper-tags {
        padding: 25px;
        border: 1px solid #ececec;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .new-post-tag span {
        font-size: 16px;
        font-weight: 700;
        color: #444444;
    }

    .new-post-tag a {
        font-size: 14px;
        color: #777777;
        font-weight: 400;
    }

    .new-post-tag.news-share-icon a {
        color: #fff;
        background: #3b5998;
        height: 30px;
        width: 30px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        font-size: 12px;
        margin-right: 9px;
    }

    .new-post-tag.news-share-icon span {
        margin-right: 8px;
    }

    .new-post-tag.news-share-icon .twitter {
        background-color: #1da1f2;
    }

    .new-post-tag.news-share-icon .dribble {
        background-color: #dd4b39;
    }

    .author-comments-box {
        padding: 30px 30px 30px 40px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 30px 0px rgba(164, 164, 164, 0.52);
    }

    .author-comments-text {
        padding-left: 30px;
    }

    .author-comments-text .author-comments-title h5 {
        color: #444444;
        font-size: 16px;
        margin: 0;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 7px;
    }

    .author-comments-text .author-comments-title span {
        font-size: 12px;
        color: #5c5c5c;
        margin-bottom: 5px;
        display: block;
    }

    .post-comments-padding {
        padding: 30px;
        padding-bottom: 50px;
    }

    .section-title h2 {
        font-size: 24px;
        font-weight: 700;
        color: #333333;
        margin: 0;
    }

    /*standard_blog*/
    .blog-read-more-btn {
        margin-top: 25px;
        display: block;
        color: #444444;
        font-weight: 700;
    }

    /*faq*/
    .fag-area {
        border-bottom: 1px solid #e9e9e9;
    }

    .faq-area-title h2 {
        font-size: 36px;
        font-weight: 700;
        color: #444444;
    }

    .faq-area-title p {
        padding-right: 80px;
        line-height: 28px;
        color: #666666;
    }

    .faq-wrapper .card {
        border: 0;
        margin-bottom: 20px;
    }

    .faq-wrapper .card-header {
        padding: 0;
        background: 0;
        border: 0;
    }

    .faq-wrapper .card h5 button {
        padding: 0;
        background: 0;
        border: 0;
        color: #444444;
        font-size: 18px;
        text-decoration: none;
    }

    .faq-wrapper .card h5 button span {
        font-size: 14px;
        color: #666666;
        margin-right: 9px;
    }

    .faq-wrapper .card-body {
        padding-left: 28px;
        font-size: 14px;
        color: #111111;
        padding-right: 205px;
        padding-bottom: 0;
        padding-top: 10px;
        line-height: 28px;
    }

    .faq-area-form form input {
        width: 100%;
        padding: 0;
        padding-left: 20px;
        background: 0;
        border: 1px solid #e9e9e9;
        height: 50px;
        font-size: 14px;
        color: #666666;
        margin-bottom: 30px;
    }

    .faq-area-form form textarea {
        width: 100%;
        padding: 0;
        padding-left: 20px;
        background: 0;
        border: 1px solid #e9e9e9;
        height: 113px;
        font-size: 14px;
        color: #666666;
        margin-bottom: 30px;
        padding-top: 13px;
        resize: none;
    }

    .faq-form-btn button {
        background-color: #002147;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        padding: 19px 105px;
        margin-bottom: 30px;
        transition: .6s;
    }

    .faq-form-btn button:hover {
        background-color: #ff9400;
        color: #002147;
    }

    .faq-form-title h2 {
        font-size: 30px;
        font-weight: 700;
        color: #444444;
        line-height: 1;
        margin-bottom: 20px;
    }

    /*brand*/
    .brand-list ul li {
        display: inline-block;
        margin: 0 28px;
    }

    .brand-list {
        text-align: center;
    }

    /*footer*/
    .subscribe-box {
        padding: 40px 0px;
        background-color: #ff9400;
    }

    .subscribe-text h1 {
        margin: 0;
        font-size: 36px;
        font-weight: 800;
        color: #002147;
        line-height: 1;
    }

    .subscribe-text span {
        font-size: 14px;
        color: #002147;
        line-height: 1;
        margin: 0;
        margin-top: 10px;
        display: block;
    }

    .subscribe-form form {
        position: relative;
    }

    .email-submit-form {
        margin-top: 7px;
    }

    .subscribe-form form input {
        height: 46px;
        background: #fff;
        border: 0;
        border-radius: 30px;
        padding-left: 20px;
        width: 100%;
    }

    .subscribe-form form input:placeholder {
        font-size: 13px;
        color: #002147;

    }

    .subscribe-form form i {
        top: 50%;
        position: absolute;
        right: 35px;
        color: #002147;
        font-size: 15px;
        transform: translateY(-50%);
    }


    .subscribe-box {
        padding: 40px 0px;
        background-color: #ff9400;
        margin-bottom: -73px;
        position: relative;
        z-index: 8;
    }

    .subscribe-form form input::placeholder {
        font-size: 13px;
        color: #002147;
    }

    /*shop*/
    .shop-area {
        background-size: cover;
    }

    .shop-thumb img {
        width: 100%;
    }

    .shop-thumb {
        padding-top: 20px;
        padding-right: 30px;
    }

    .shop-book-name {
        font-size: 18px;
        font-weight: 700;
        color: #444444;
        margin: 0;
        line-height: 1;
    }

    .book-inner-content {
        padding: 28px 0px 28px 28px;
    }

    .book-writter {
        font-size: 13px;
        line-height: 1;
        margin: 0;
        margin-top: 9px;
    }

    .book-ratings ul li {
        display: inline-block;
        font-size: 14px;
        color: #f6393e;
        margin-left: 4px;
    }

    .book-ratings ul {
        margin-left: 30px;
    }

    .book-price .price {
        font-size: 14px;
        color: #777777;
        font-weight: 600;
    }

    .book-price .user-number {
        font-size: 15px;
        color: #f6393e;
        font-weight: 700;
    }

    /*contact*/
    .contact-info ul li {
        margin-bottom: 30px;
    }

    .contact-icon {
        float: left;
    }

    .contact-icon i {
        border: 0;
        color: #002147;
        height: 40px;
        width: 40px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        background-color: #ff9400;
    }

    .contact-text {
        overflow: hidden;
        padding-left: 12px;
    }

    .contact-text h5 {
        font-weight: 600;
        margin-bottom: 8px;
        line-height: 1;
        font-size: 18px;
        color: #555555;
    }

    .contact-info-text .section-title-heading h1 {
        font-size: 30px;
        color: #002147;
    }

    .contact-text span {
        font-size: 14px;
        color: #111111;
    }

    .contact-info-text .section-title p {
        padding-right: 94px;
    }

    /*footer*/
    .footer-top {
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

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

    .footer-para p {
        font-size: 13px;
        line-height: 26px;
        color: #fff;
        opacity: .66;
        margin: 0;
    }

    .footer-socila-icon span {
        font-size: 16px;
        color: #cbcbcb;
        font-weight: 700;
        line-height: 1;
    }

    .footer-social-icon-list ul li {
        display: inline-block;
        margin-right: 19px;
        transition: .3s;
    }

    .footer-social-icon-list ul li a {
        color: #ffffff;
        opacity: .66;
    }

    .footer-social-icon-list ul li a:hover {
        color: #fff;
        opacity: 1;
    }

    .footer-socila-icon {
        margin-top: 24px;
    }

    .footer-social-icon-list {
        margin-top: 13px;
    }

    .footer-heading h1 {
        font-size: 18px;
        color: #ff9400;
        font-weight: 600;
        line-height: 1;
        margin: 0;
        margin-bottom: 31px;
    }

    .footer-menu ul li {
        /*float: left;*/
        width: 100%;
        line-height: 1;
    }

    .footer-menu ul li a {
        font-size: 13px;
        color: #fff;
        opacity: .66;
        padding: 0;
        display: block;
        line-height: 1;
        margin-bottom: 10px;
    }

    .footer-menu ul li a:hover {
        color: #ff9400;
        opacity: 1;
    }

    .recent-post-text p {
        font-size: 13px;
        color: #fff;
        opacity: .66;
        line-height: 24px;
        margin-top: -8px;
        margin-bottom: 0;
    }

    .footer-time {
        margin-top: 5px;
    }

    span.footer-published-time {
        color: #fff;
        opacity: .66;
        margin-left: 9px;
    }

    .footer-time span {
        font-size: 15px;
        line-height: 1;
        margin: 0;
        color: #ff9400;
    }

    .recent-post-text {
        margin-left: 20px;
    }

    span.footer-published-time {
        margin-left: 9px;
        color: #fff;
    }

    .single-footer-contact-info span {
        font-size: 16px;
        color: #ff9400;
    }

    span.footer-contact-list-text {
        font-size: 13px;
        color: #fff;
        opacity: .66;
        margin-left: 9px;
    }

    .single-footer-contact-info {
        margin-bottom: 5px;
    }

    .opening-time span {
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Lexend Deca', sans-serif;
    }

    span.opening-date {
        font-weight: inherit;
        font-size: 14px;
        font-family: 'OpenSans', sans-serif;
        margin-top: 10px;
    }

    .opening-time {
        margin-top: 20px;
    }

    .footer-copyright span {
        font-size: 14px;
        color: #949494;
    }




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

    .single-slider::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
    /* background-image: -moz-linear-gradient(90deg, rgba(0, 91, 176, 0.92157) 0%, rgba(39, 122, 80, 0.73) 74%, rgba(226, 141, 20, 0.71) 82%, rgba(255, 148, 0, 0.50196) 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(0, 91, 176, 0.92157) 0%, rgba(39, 122, 80, 0.73) 74%, rgba(226, 141, 20, 0.71) 82%, rgba(255, 148, 0, 0.50196) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(0, 91, 176, 0.92157) 0%, rgba(139, 122, 80, 0.73) 74%, rgba(226, 141, 20, 0.71) 82%, rgba(255, 148, 0, 0.50196) 100%);*/
    background-image: -moz-linear-gradient(320deg, rgba(0, 91, 176, 0.72157) 0%,  rgba(0, 91, 176, 0.72157) 30%,  rgba(255, 148, 0, 0.50196) 100%);
        background-image: -webkit-linear-gradient(320deg, rgba(0, 91, 176, 0.72157) 0%,  rgba(0, 91, 176, 0.72157) 30%, rgba(255, 148, 0, 0.50196) 100%);
        background-image: -ms-linear-gradient(320deg, rgba(0, 91, 176, 0.72157) 0%,  rgba(0, 91, 176, 0.72157) 30%, rgba(255, 148, 0, 0.50196) 100%);
        left: 0;
        top: 0;
        opacity: 0.2;
        transition: all ease-out .4s;
    }

    .equal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .equal > [class*='col-'] {
        display: flex;
    }

    .team-active .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: 0;
        border: 0;
        text-transform: uppercase;
        padding: 0;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        transition: .4s;
        background: #ff9400;
        padding: 10px 15px;
    }

    .team-list:hover .team-active .slick-arrow {
        opacity: 1;
        visibility: visible;
    }

    .team-active .slick-next {
        right: -50px;

    }

    .team-active .slick-prev {
        z-index: 1;
        left: -50px;
    }

    .team-active .slick-next::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        right: -40px;
        top: 13px;
        background: #fff;
    }

    .team-active .slick-prev::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        background: #fff;
        left: -40px;
        top: 13px;
    }

    .team-active .slick-arrow:hover {
        color: #005bb1;
    }

    .img, .blog-img, .user-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .ftco-section {
        padding: 2em 0;
        position: relative; }


    .testimony-section {
        position: relative; }
        .testimony-section .owl-carousel {
        margin: 0; }
        .testimony-section .owl-carousel .owl-stage-outer {
        padding-top: 2em;
        padding-bottom: 0em;
        position: relative; }
        .testimony-section .owl-nav {
        position: absolute;
        top: 100%;
        width: 100%; }
        .testimony-section .owl-nav .owl-prev,
        .testimony-section .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
            outline: none !important;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0; }
            .testimony-section .owl-nav .owl-prev span:before,
            .testimony-section .owl-nav .owl-next span:before {
            font-size: 30px;
            color: rgba(0, 0, 0, 0.2);
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
            .testimony-section .owl-nav .owl-next:hover span:before,
            .testimony-section .owl-nav .owl-next:focus span:before {
            color: #000000; }
        .testimony-section .owl-nav .owl-prev {
            left: 50%;
            margin-left: -80px; }
        .testimony-section .owl-nav .owl-next {
            right: 50%;
            margin-right: -80px; }
        .testimony-section:hover .owl-nav .owl-prev,
        .testimony-section:hover .owl-nav .owl-next {
        opacity: 1; }
        .testimony-section:hover .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px; }
        .testimony-section:hover .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px; }
        .testimony-section .owl-dots {
        text-align: center;
        display: flex;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;}
        .testimony-section .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.2); }
            .testimony-section .owl-dots .owl-dot.active {
            background: #ff9400; }
        .testimony-section .owl-item {
        opacity: 1 !important;
        margin-top: 20px; }
        .testimony-section .owl-item.center {
            padding-bottom: 30px;
            margin-top: 0;
            opacity: 1 !important; }
            .testimony-section .owl-item.center p {
            font-size: 14px; text-align:justify;}
    
    .testimony-wrap {
        display: block;
        position: relative;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(0, 0, 0, 0.8); }
        .testimony-wrap .user-img {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        position: relative; }
        .testimony-wrap .text {
        width: calc(100% - 200px);
        position: relative; }
        .testimony-wrap .quote {
        position: absolute;
        top: -40px;
        left: 0;
        opacity: .1; }
        .testimony-wrap .quote i {
            font-size: 100px;
            color: #5d50c6; }
        .testimony-wrap .name {
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 0;
        color: #000000; }
        .testimony-wrap .position {
        font-size: 14px;
        color: #06243f; }
        
        

        .latest-news {
            left: 0;
            right: 0;
            margin: auto;
            position: fixed;
            bottom: 0;
            width: 100%;
            z-index: 99999;
            padding: 0px 0;
            background: #002147;
            transition: ease-out .6s;
            animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        }
        
        .latest-news-heading {
            background-color: transparent;
            color: #ff9400;
            font-weight: bold;
            padding: 3px 10px;
            width: 12%;
        }
        
        .latest-news-strip {
            background-color: transparent;
            padding: 3px 10px;
            width: 86%;
            border-radius: 25px;
        }
        
        #marqueecontainer, #marqueecontainer2 {
            position: relative;
            width: 300px;
            height: 270px;
            padding: 2px;
            padding-left: 0px;
        }
        
        #marqueecontainer1 {
            position: relative;
            width: 300px;
            height: 165px;
            padding: 2px;
            padding-left: 0px;
        }
        
        .marquee, .marquee-with-options, .marquee-with-options2, .marquee-vert-before, .marquee-vert {
            width: 100%;
            overflow: hidden;
        }
        .header-news-strip {
            background: #bb9451;
            background: #935e04;
            max-height: 35px;
            padding: 5px 15px;
        }
        .marquee-with-options p {
            display: inline;
            color: #ff9400;
            margin-bottom: 0!important;
        }
        .marquee-with-options2 p,  .header-news-strip p {
            display: inline;
            color: #FFFFFF;
            margin-bottom: 0!important;
        }
        .marquee-with-options p a {
            color: #FFFFFF;
        }
        .marquee-with-options2 p i {
            color: #002147;
            color: #FFFF00;
        }
        .marquee-with-options2 p a {
            color: #FFFFFF;
        }

        .pos-relative {
            position: relative;
        }
        .margin_30_30{
            margin: 30px 0;
        }    
        .margin_60_35 {
            margin: 60px 0 35px 0;
        }
        .modal-body .close {
            position: absolute;
            right: -20px;
            top: -20px;
            padding: 0px 5px;
            border: 1px solid #666;
            border-radius: 15px;
            background: #ffffff;
            z-index: 2;
        }


    .box_grid {
        background-color: #fff;
        display: block;
        position: relative;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }
    .box_grid a.wish_bt {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 9px 10px;
        display: inline-block;
        animation: color .3s ease-in-out;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        opacity: 0;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        color: #fff;
        line-height: 1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        opacity: 0;
    }
    .box_grid a.wish_bt:after {
        font-family: 'ElegantIcons';
        content: "\e030";
    }
    .box_grid a.wish_bt:hover:after {
        content: "\e089";
        color: #fff;
    }
    .box_grid figure {
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
    }
    .box_grid figure .preview {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        text-align: center;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        z-index: 2;
    }
    .box_grid figure .preview span {
        background-color: #fcfcfc;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        display: inline-block;
        color: #222;
        font-size: 12px;
        font-size: 0.75rem;
        padding: 5px 10px;
    }
    .box_grid figure:hover .preview {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .box_grid figure a img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        backface-visibility: hidden;
    }
    .box_grid figure a:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box_grid figure .price {
        animation: color .3s ease-in-out;
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        opacity: 0;
        display: inline-block;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        position: absolute;
        left: 20px;
        bottom: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px 15px;
        line-height: 1;
        color: #fff;
        font-weight: 600;
        font-size: 21px;
        font-size: 1.3125rem;
    }
    .box_grid .wrapper {
        padding: 25px;
    }
    .box_grid .wrapper h3 {
        font-size: 20px;
        font-size: 1.25rem;
        margin-top: 0;
    }
    .box_grid small {
        text-transform: uppercase;
        color: #999;
        font-weight: 600;
    }
    .box_grid ul {
        padding: 20px 15px;
        border-top: 1px solid #ededed;
    }
    .box_grid ul li {
        display: inline-block;
        margin-right: 15px;
    }
    .box_grid ul li:last-child {
        margin-right: 0;
        float: right;
    }
    .box_grid ul li:last-child a {
        background: #fff;
        border: 2px solid #662d91;
        color: #662d91;
        padding: 5px 20px;
        font-weight: 500;
        line-height: 1;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }
    .box_grid ul li:last-child a:hover {
        background: #662d91;
        color: #fff;
    }
    

    .box_grid .wrapper ul li:last-child a {
        background-color: transparent;
        border: none;
        color: #3f9fff;
        padding: 0;
        font-weight: 400;
        line-height: 1;
        
        transition: all 0.3s ease-in-out;
    outline:none;
        border-radius: 0 !important;
    }
    /**************************************/

    /* scrollbar */
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }
    
    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }
    
    @media screen and (min-width: 992px) {
        .burger {
            position: absolute;
            top: 24px;
            /*right: 48px;*/
        }
        .burger i {
            font-size: 2.5em;
        }
    }
    @media screen and (max-width: 991px) {
        .burger {
            position: relative;
        }
        .burger i {
            font-size: 2em;
        }
        #mobile-menu { display: none!important;}
        .mobile-menu { display: none!important;}
    } 
    @media screen and (max-width: 600px) {
        .pushNav {
            width: 75%;
            right: -75%;
    }
    }
    @media screen and (min-width: 601px) {
        .pushNav {
            width: 350px;
            right: -350px;
    }
    }
    ul.pushNav {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    ul.pushNav li {
        display: block;
    }
    .pushNav {
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 999999;
        overflow: auto;
        background: #002147;
        transition: ease-in-out 0.5s;
    }
    .pushNav hr {
        border: 1px solid #555;
    }
    .pushNav, .pushNav a {
        font-size: 13px;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
    }
    .pushNavIsOpen {
        overflow: auto;
        height: 100%;
    }
    .js-topPushNav.isOpen, .pushNav_level.isOpen {
        right: 0;
    }
    .openLevel {
        cursor: pointer;
        width: 100% !important;
        display: flex !important;
        justify-content: space-between;
        align-content: center;
        align-items: center;    
        text-indent: 20px;
        transition: background 0.4s ease-in-out;
    }
    .pushNav a {
        padding: 5px 0;
        display: block;
        text-indent: 20px;
        transition: background 0.4s ease-in-out;

    }
    .closeLevel {
        cursor: pointer;
        padding: 1em 0;
        display: block;
        text-indent: 20px;
        transition: background 0.4s ease-in-out;
    }
    .pushNav li i{
        padding:13px;
    }
    .openLevel:hover, .closeLevel:hover, .pushNav a:hover {
        background: #ff9400;
    }
    .closeLevel:hover {
        background: #ff9400;
        color:#FFFFFF;
    }
    .hdg {
        background-color: #002147;
    }
    .closeLevel, closelevel > i {
        font-size: 13px;
        color: #ff9400;
    }
    .screen {
        position: fixed;
        background: #002147;
        width: 100%;
        height: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }
    .pushNavIsOpen .screen {
        height: 100%;
        opacity: 1;
    }
    .fa {
        display: inline;
        padding: 5px;
    }
    .header-top .header-contact-info {
        flex-wrap: wrap;
    }

    .white-bg-btn2 {
        padding: 10px 30px;
        background-color: #fff;
        color: #005bb1;
        font-weight: 600;
        transition: .3s;
        margin: 15px 0;
        border-radius: 25px;

    }
    /*-------- 2.10 Media Gallery --------*/
    .grid ul {
        margin: 0 0 25px 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .grid ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        margin: -3px;
        min-height: 100%;
        width: 25%;
        background-color: #000;
        list-style: none;
    }
    @media (max-width: 991px) {
        .grid ul li {
        width: 50%;
        }
    }
    @media (max-width: 767px) {
        .header-sticky.sticky .logo img {
            width: 200px!important;
        }
        .grid ul li {
        width: 100%;
        min-height: 100%;
        float: none;
        }
    }
    .grid ul li figure {
        position: relative;
        overflow: hidden;
        margin: -3px;
    }
    .grid ul li figure img {
        width: 100%;
        height: 100%;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .grid ul li figure:hover img, .grid ul li figure:focus img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .grid ul li figure:hover figcaption, .grid ul li figure:focus figcaption {
        opacity: 1;
    }
    .grid ul li figure:hover figcaption .caption-content, .grid ul li figure:focus figcaption .caption-content {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .grid ul li figcaption {
        position: absolute;
        top: 0;
        left: 0;
        padding: 15% 0;
        width: 100%;
        height: 100%;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 14px;
        font-size: 0.875rem;
        opacity: 0;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .grid ul li figcaption .caption-content {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -100px;
        width: 200px;
        -webkit-transform: translate(0px, 15px);
        -moz-transform: translate(0px, 15px);
        -ms-transform: translate(0px, 15px);
        -o-transform: translate(0px, 15px);
        transform: translate(0px, 15px);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .grid ul li figcaption a {
        color: #fff;
    }
    .grid ul li figcaption a:hover, .grid ul li figcaption a:focus {
        color: #3f9fff;
    }
    .grid ul li figcaption i {
        font-size: 30px;
        font-size: 1.875rem;
    }
    .grid ul li figcaption p {
        margin-bottom: 0;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: 400;
    }
    
    .mfp-zoom-in {
        /* start state */
        /* animate in */
        /* animate out */
    }
    .mfp-zoom-in .mfp-with-anim {
        opacity: 0;
        transition: all 0.2s ease-in-out;
        transform: scale(0.8);
    }
    .mfp-zoom-in.mfp-bg {
        opacity: 0;
        transition: all 0.3s ease-out;
    }
    .mfp-zoom-in.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: scale(1);
    }
    .mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
    }
    .mfp-zoom-in.mfp-removing .mfp-with-anim {
        transform: scale(0.8);
        opacity: 0;
    }
    .mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
    }
    
    .grid ul li {
        margin: 5px;
        width: 32%;
        background-color: initial;
    }

    .grid ul li figure {
        padding: 5px;
        background: #EAEAEA;
        border: 1px solid #999;
        border-radius: 5px;
        max-height: 250px;
    }
    .area_marquee {
                
                overflow: hidden ;
                white-space: nowrap ;
                width: 100%;
                
            }
            .title_marquee:hover {
                    animation-duration: 4s ;
                animation-iteration-count: infinite ;
                animation-name: marquee-content ;
                animation-timing-function: linear ;
            }
            
            @keyframes marquee-content {
                from {
                    transform: translateX( 0% );
                }
                to {
                    transform: translateX( -100% );
                }
            }
    .pointer {
        cursor: pointer;
    }

    .about-right-img img {
        /*border-radius:51% 49% 66% 34% / 68% 55% 45% 32%;*/
        border-radius:10px;
    }

    :root {
        /* Animation Timing Function */
        --primary-timing-func: cubic-bezier(0.86, 0, 0.07, 1);
        /* Button Variables */
        --button-radius: 60px; 
        --button-inner-ring-radius: 120px;
        --button-outer-ring-radius: 100px;
        --button-gradient: 135deg, #0961b3 0%, #0961b3 100%;
        --main-background-color: #edc1c2;
        /* Menu Variables */
        --menu-radius: calc(var(--button-radius) - 2px);
        --menu-height: 255px;
        --menu-width: 245px;
        --menu-border-radius: 10px;
        --menu-bg-color: #ff9400;
        --menu-timing-function: var(--primary-timing-func);
        --menu-icon-size: 30px;
    /*   Close Icon */
        --close-icon-timing-function: var(--primary-timing-func);
    }
    
    
    svg{
        fill: #FFFFFF;
    }

    .sticky-menu-container{
        position: fixed;
        left: calc(var(--button-radius));
        bottom: calc(var(--button-radius) + 20px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .sticky-menu-container .outer-button{
        position: absolute;
        height: var(--button-radius, 70px);
        width: var(--button-radius, 70px);
        border-radius: 50%;
        background: rgb(244,87,116);
        background: -moz-linear-gradient(var(--button-gradient));
        background: -webkit-linear-gradient(var(--button-gradient));
        background: linear-gradient(var(--button-gradient));
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 10px 10px 18px 5px rgba(0,0,0,0.2);
        cursor: pointer;
    }
    .sticky-menu-container .outer-button .icon-container{
        height: inherit;
        width: inherit;
        border-radius: inherit;
        display: inherit;
        align-items: inherit;
        justify-content: inherit;
        overflow: hidden;
        position: relative;
        cursor: inherit;
    }
    .sticky-menu-container .outer-button .close-icon{
        transform: scale(0) rotate(-270deg);
        opacity: 0;
        height: 25px;
        width: 25px;
        position: absolute;
        fill: #FFFFFF;
    }
    
    .sticky-menu-container .outer-button .arrow-icon{
        height: 36px;
        width: 36px;
        position: absolute;
        fill: #FFFFFF;
    }
    
    .sticky-menu-container .outer-button .arrow-icon.hiding-spot{
    transform: translateX(calc(var(--button-radius) / -2)) translateY(calc(var(--button-radius) / 2));
        opacity: 0;
    }
    
    .sticky-menu-container .outer-button .close-icon.show{
        animation-duration: 1000ms;
        animation-name: close-in;
        animation-fill-mode: forwards;
        animation-timing-function: var(--close-icon-timing-function); 
    }
    
    .sticky-menu-container .outer-button .close-icon.hide{
        animation-duration: 1000ms;
        animation-name: close-out;
        animation-timing-function: var(--close-icon-timing-function); 
    }
    
    .sticky-menu-container .outer-button .arrow-icon.show{
        opacity: 0;
        animation-duration: 1000ms;
        animation-name: arrow-in;
        animation-fill-mode: forwards;
        animation-timing-function: var(--close-icon-timing-function); 
    /*   animation-delay: 250ms; */
    }
    
    .sticky-menu-container .outer-button .arrow-icon.hide{
        animation-duration: 1000ms;
        animation-name: arrow-out;
        animation-fill-mode: forwards;
        animation-timing-function: var(--close-icon-timing-function); 
    }
    
    .sticky-menu-container .outer-button::after, sticky-menu-container.outer-button::before{
        position: absolute;
        display: inline-block;
        content: "";
        height: var(--button-inner-ring-radius);
        width: var(--button-inner-ring-radius);
        border-radius: 50%;
        background-color:transparent;
        border: 0px solid rgba(255,255,255,0.5);
        opacity: 0;
        cursor: pointer;
    }
    
    .sticky-menu-container .outer-button.clicked::after{
        animation-duration: 500ms;
        animation-name: touch-click-inner;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
    
    .sticky-menu-container .outer-button::before{
        height: var(--button-outer-ring-radius);
        width: var(--button-outer-ring-radius);
    }
    
    .sticky-menu-container .outer-button.clicked::before{
        animation-name: touch-click-outer;
        animation-duration: 500ms;
        animation-iteration-count: 1;
        animation-delay: 250ms;
    }
    
    .sticky-menu-container .inner-menu{
        position: absolute;
        height: auto;
        min-height: var(--menu-height);
        width: var(--menu-width);
        border-radius: var(--menu-border-radius);
        background-color: var(--menu-bg-color); 
    /*   transform: translate(calc(-50% + var(--button-radius) / 2), calc(-55% - var(--button-radius) / 2)); */
        transform: translateX(91px) translateY(-169px);
        transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
    /*   transition-delay: 500ms; */
        padding: 15px;
        overflow: hidden;
        box-shadow: 10px 10px 18px 5px rgba(0,0,0,0.4);
    }
    
    .sticky-menu-container .inner-menu > ul{
        height: 100%;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-content: initial;
        margin: 0;
        padding: 0;
    }
    
    .sticky-menu-container .inner-menu > .menu-list > .menu-item{
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 100%;
        display: flex;
        align-items: center;
        padding:10px 0;
    }
    
    .sticky-menu-container .inner-menu > .menu-list > .menu-item{
        overflow: hidden;
    }
    
    .sticky-menu-container .inner-menu > .menu-list > .menu-item > .item-icon{
        margin-right: 20px; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .sticky-menu-container .inner-menu > .menu-list > .menu-item > .item-icon > svg{
        height: var(--menu-icon-size);
        width: var(--menu-icon-size);
    }
    
    .sticky-menu-container .inner-menu.closed{
        height: var(--menu-radius);
        width: var(--menu-radius);
        border-radius: 50%;
        padding:0;
        transform: unset;
        display: none;
    }
    .sticky-menu-container .inner-menu > .menu-list > .menu-item > a > .item-text{
        color: #ffffff;
    }
    .sticky-menu-container .inner-menu > .menu-list > .menu-item > .item-text{
        opacity: 0;  

    }
    
    .sticky-menu-container .inner-menu > .menu-list > .menu-item > .item-text.text-in{
        animation-duration: 1500ms;
        animation-name: text-in;
        animation-fill-mode: forwards;
        animation-timing-function: var(--close-icon-timing-function);
    }
    
    .sticky-menu-container .inner-menu > .menu-list > .menu-item.text-hides{
        animation-duration: 200ms;
        animation-name: text-hides;
        animation-fill-mode: forwards;
        animation-timing-function: var(--close-icon-timing-function);
    }
    
    @keyframes touch-click-inner {
        50%{ 
            transform: scale(0.375);
            border-width: 30px;
            opacity: 1;
        }
        100%{ 
            transform: scale(1);
            border-width: 1px;
            opacity: 0;
        }
    }
    
    @keyframes touch-click-outer {
        0%{
        border-width: 10px;
        opacity: 0;
        }
        50%{
        opacity: 0.2;
        }
        100%{ 
            transform: scale(1.1);
            opacity: 0;
        }
    }
    
    @keyframes close-in{
        0%{
        transform: transform: scale(0) rotate(270deg);
        opacity: 0;
        }
        100% {
        transform: scale(1.1) rotate(0deg);
        opacity: 1;
        }
    }
    
    @keyframes close-out{
        0%{
        transform: scale(1.1) rotate(0deg);
        opacity: 1;
        }
        100% {
        transform: scale(0) rotate(270deg);
        opacity: 0;
        }
    }
    
    @keyframes arrow-out{
        0%{
        transform: translateX(0) translateY(0);
        }
        100%{
        transform: translateX(calc(var(--button-radius) / 1.5)) translateY(calc(var(--button-radius) / -1.5));
        }
    }
    
    @keyframes arrow-in{
        0%{
        transform: translateX(calc( -1 * var(--button-radius))) translateY(calc(var(--button-radius)));
        opacity: 0;
        }
        100%{
        transform: translateX(0) translateY(0);
        opacity: 1;
        }
    }
    
    @keyframes text-in{
        0%{
        opcaity: 1;
        transform: translateY(50px);
        }
        100%{
        opacity: 1;
        transform: translateY(0);
        }
    }
    
    @keyframes text-hides{
        0%{
        opacity: 1;
        }
        100%{
        opacity: 0;
        }
    }
    .cms-content, .page-content, .cms-content td,  .cms-content th, .cms-content span, p{
        font-family: 'Lexend Deca', sans-serif!important;
    }
    .cms-content p {
        text-align: justify;
        font-family: 'Lexend Deca', sans-serif!important;
    }
    .table-responsive>.table-bordered {
        border: 1px solid #005bb1;
        font-family: 'Lexend Deca', sans-serif!important;
        
    }
    .table-bordered td, .table-bordered th {
        border: 1px solid #005bb1;
    }
    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px;
        background: #005bb1;
        color: #ffffff;    
        border-right-color: #ffffff;
    }
    .table-bordered thead tr td:last-child, .table-bordered thead tr td:last-child {
        border-right-color: #005bb1;
    }

    .cms-content h1, .cms-content h2,
    .cms-content h3, .cms-content h4, 
    .cms-content h5, .cms-content h6 {
        font-weight: 400;
        color:#005bb1;
        line-height: 1.5;
        font-family: 'Lexend Deca', sans-serif!important;
    }
    .cms-content h1 strong, .cms-content h2 strong,
    .cms-content h3 strong, .cms-content h4 strong,
    .cms-content h5 strong, .cms-content h6 strong {
        display:inline-block;
        position:relative;
        font-weight: 500;
        line-height: 1.5;
        font-family: 'Lexend Deca', sans-serif!important;
    }
    /*.cms-content h1 strong::after, .cms-content h2 strong::after,
    .cms-content h3 strong::after, .cms-content h4 strong::after,
    .cms-content h5 strong::after, .cms-content h6 strong::after{
        content:'';
        height:3px;
        width:100%;
        background:#ff9400;
        position:absolute;
        left:0;
        bottom:-1px;
    }*/
    .cms-content .page-title{    
        display:inline-block;
        position:relative;
        font-weight: 500;
        line-height: 1.5;
    }
    /*.cms-content .page-title::after{
        content:'';
        height:3px;
        width:100%;
        background:#ff9400;
        position:absolute;
        left:0;
        bottom:-1px;
    }*/
    .cms-content h1, .cms-content h1 strong{
        font-size: 26px!important;
    }
    .cms-content h2, .cms-content h2 strong{
        font-size: 24px!important;
    }
    .cms-content h3, .cms-content h3 strong{
        font-size: 22px!important;
    }
    .cms-content h4, .cms-content h4 strong{
        font-size: 18px!important;
    }
    .cms-content h5, .cms-content h5 strong{
        font-size: 16px!important;
    }
    .cms-content h6, .cms-content h6 strong{
        font-size: 14px!important;
    }
    ul.hand, .cms-content ul {
        --icon-space: 50px;
        list-style: none;
        padding: 10px 0;
    }
    ul.hand li , .cms-content ul li {
        padding-bottom:10px;
        padding-left: var(--icon-space);
    }
    ul.hand li::before, .cms-content ul li::before {
        font-family: 'themify';
        content: "\e71b";
        display: inline-block;
        margin-left: calc( var(--icon-space) * -1 );
        width: var(--icon-space);
        padding:0 15px;
        color:#ff9400;
        font-weight:500;
    }

    .dept_counter, .dept_counter .col-counter {
        gap: 7px;
    } 
    .dept_counter .dcounter {
        width:100%;min-height:160px;height: auto;
    }

    .dept_counter .dcounter.one{
        background-color: #0961b3;
        padding: 15px;
        margin-bottom: 7px;
    }
    .dept_counter .dcounter.one::before{
        width: 100px;
        height: 265px;
        content: '';
        background-repeat: no-repeat;
        background-size: 100px 265px;
        position: absolute;
        z-index: -1;
        top: -60px;
        
    }
    .dept_counter .dcounter.one .count{
        color: #ff9400;
        font-size:22px!important;
        font-weight: bolder;
    }
    .dept_counter .dcounter.one .count_info{
        color: #ffffff;
        font-size:16px!important;
        font-weight:600;
    }
    .dept_counter .dcounter.two{
        background-color: #ABE6FF;
        padding: 15px;
        margin-bottom: 7px;
    }
    .dept_counter .dcounter.two .count{
        color: #ff9400;
        font-size:22px!important;
        font-weight: bolder;
    }
    .dept_counter .dcounter.two .count_info{
        color: #0961b3;
        font-size:16px!important;
        font-weight:600;
    }
    .dept_counter .dcounter.middle{
        background-color: #ff9400;
        min-height: 280px;
        padding: 15px;
        margin-bottom: 7px;
    }
    .dept_counter .dcounter.middle .count{
        color: #0961b3;
        font-size:22px!important;
        font-weight: bolder;
    }
    .dept_counter .dcounter.middle .count_info{
        color: #ffffff;
        font-size:16px!important;
        font-weight:600;
    }
    .dept_counter .dcounter.three{
        background-color: #4da1ef;
        padding: 15px;
        margin-bottom: 7px;
    }
    .dept_counter .dcounter.three .count{
        color: #ffffff;
        font-size:22px!important;
        font-weight: bolder;
    }
    .dept_counter .dcounter.three .count_info{
        color: #002147;
        font-size:16px!important;
        font-weight:600;
    }
    .dept_counter .dcounter.four{
        background-color: #002147;
        padding: 15px;
        margin-bottom: 7px;
    }
    .dept_counter .dcounter.four .count{
        color: #ff9400;
        font-size:22px!important;
        font-weight: bolder;
    }
    .dept_counter .dcounter.four .count_info{
        color: #ABE6FF;
        font-size:16px!important;
        font-weight:600;
    }
    .dept_counter .dcounter.four::before{
        width: 100px;
        height: 265px;
        content: '';
        background-repeat: no-repeat;
        background-size: 100px 265px;
        position: absolute;
        z-index: -1;
        bottom: 15px;
        display:none;
    }
    @media screen and (max-width: 767px) {
        .dept_counter, .dept_counter .dcounter.one, .dept_counter .dcounter.two, .dept_counter .dcounter.three, .dept_counter .dcounter.four, .dept_counter .dcounter.middle {
            display: block!important;
            text-align: center;
        }
        .dept_counter .dcounter.img { display:none;}
    }

    .vision_misson ul {
        --icon-space: 50px;
        list-style: none;
        padding: 15px 0;
    }
    .vision_misson ul li {
        padding-bottom:15px;
        padding-left: var(--icon-space);
    }
    .vision_misson ul li::before {
        font-family: 'themify';
        content: "\e607";
        display: inline-block;
        margin-left: calc( var(--icon-space) * -1 );
        width: var(--icon-space);
        padding:0 15px;
        color:#ff9400;
        font-weight:500;
    }
    .about-dept-title-section h1 {
        font-size: 36px;
        color: #002147;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 23px;
    }

    .depart-brand {
        background-color: #0961b3;
    }
    .brand-list-active  .item img{
        border: 1px solid #fafafa;
        box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.1);
        margin-top:5px;
        margin-bottom:5px;
        border-radius: 10px;
    }

    .primary-color1 {    
        color: #0961b3;
    }
    .primary-bg1 {    
        background-color: #0961b3;
    }
    .secondary-color1 {    
        color: #ff9400;
    }
    .secondary-bg1 {    
        background-color: #ff9400;
    }
    .white-color {
        color: #FFFFFF;
    }
    .programme-detials-area {
        background: #ff9400;
    }

    .accordion, .accordion .card{
        width: 100%;
        margin-bottom: 10px;
    }
    .accordion .card{
        border: 1px solid #D4D9DF;
        border-radius: 10px;
    }
    .accordion .card .card-header{
        border-radius: 10px;
        border: 1px solid #ff9400;
        background: transparent;
        padding: 0;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }
    .accordion .card .card-header .btn-link{
        border-radius: 10px;
        background: transparent;
        padding: 15px;
        color: #0961b3;
        font-size: 15px;
        text-transform: capitalize;
    }
    .accordion .card .card-body{
        color: #000000;
        padding: 20px;
    }

    .programme-detials-area ul {
        --icon-space: 50px;
        list-style: none;
        padding: 15px 0;
    }
    .programme-detials-area ul li {
        padding-bottom:15px;
        padding-left: var(--icon-space);
    }
    .programme-detials-area ul li::before {
        font-family: 'themify';
        content: "\e64d";
        display: inline-block;
        margin-left: calc( var(--icon-space) * -1 );
        width: var(--icon-space);
        padding:0 15px;
        color:#ff9400;
        font-weight:500;
    }
    .IconTabs .nav{
        gap: 25px;
    }
    .IconTabs .nav-icon i{
        font-size:40px;
    }
    .IconTabs a.nav-link{
        border: 3px solid #0961b3;
        border-bottom: 7px solid #0961b3;
        border-radius: 12px;
    }
    .IconTabs a.nav-link.active{
        border: 3px solid #ff9400;
        border-bottom: 7px solid #ff9400;
        border-radius: 12px;
        background: transparent;
        color: #0961b3;
    }
    .IconTabs .title {
        font-size: 22px;
    }
    .IconTabs .nav-icon img {
        width: 128px;
        height: 128 px;
    }
    .nocursor { cursor:none; }
    .author-comments-box {
        border-radius: 30px;
    }



    /* 14. Research */
    .research-wrapper {
        /*background-color: #fff;
        padding:15px;
        border-radius: 30px;
        border: 1px solid #cccccc;*/
        text-align: center;
        height: 218px;
    }
    .research-icon {
        height: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .research-title {
        height: 35%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .research-icon i {
        width: 100%;
        font-size: 64px;
        color: #FF9400;
    }

    .research-title h5 {
        font-size: 19px;
        line-height: 22px;
        color: #ffffff;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .research-content {
        padding-left: 30px;
        padding-bottom: 35px;
    }
    .alumni-testimonilas .testimonilas-author-thumb img {
        width: 150px;
        border: 5px solid #EAEAEA;
        border-radius: 30px;
    }
    .blog-thumb.img {
        text-align: center;
        max-width: 650px;
        margin: 15px auto;
        padding:20px 0;
         
    }
    .blog-thumb.img img {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
         
    }

    .wave-box {
        position: relative;
    }
    .wave-box:before {
        position: absolute;
        content: '';
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        top: 50%; left: 50%;
        transform: translate(-50%, -50%) scale(.7);
        filter: blur(0);
        opacity: 1;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .wave-box:hover:before {
        transform: translate(-50%, -50%) scale(1);
        filter: blur(50px);
    }
    .wave-box-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .wave-box:before,
    .wave-box-inner {
        background-color: #0961b3;
        box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.58);
        border-radius: 30px;
        
        background-image: 
        url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='198'%3e%3cdefs%3e%3clinearGradient id='a' x1='50%25' x2='50%25' y1='-10.959%25' y2='100%25'%3e%3cstop stop-color='%23ff9400' stop-opacity='.25' offset='0%25'/%3e%3cstop stop-color='%23ff9400' offset='100%25'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath fill='url(%23a)' fill-rule='evenodd' d='M.005 121C311 121 409.898-.25 811 0c400 0 500 121 789 121v77H0s.005-48 .005-77z'/%3e%3c/svg%3e"),
        url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='198'%3e%3cdefs%3e%3clinearGradient id='a' x1='50%25' x2='50%25' y1='-10.959%25' y2='100%25'%3e%3cstop stop-color='%23ff9400' stop-opacity='.25' offset='0%25'/%3e%3cstop stop-color='%23ff9400' offset='100%25'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath fill='url(%23a)' fill-rule='evenodd' d='M.005 121C311 121 409.898-.25 811 0c400 0 500 121 789 121v77H0s.005-48 .005-77z'/%3e%3c/svg%3e"),
        url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='198'%3e%3cdefs%3e%3clinearGradient id='a' x1='50%25' x2='50%25' y1='-10.959%25' y2='100%25'%3e%3cstop stop-color='%23ff9400' stop-opacity='.25' offset='0%25'/%3e%3cstop stop-color='%23ff9400' offset='100%25'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath fill='url(%23a)' fill-rule='evenodd' d='M.005 121C311 121 409.898-.25 811 0c400 0 500 121 789 121v77H0s.005-48 .005-77z'/%3e%3c/svg%3e");
        background-repeat: repeat-x;
        background-size: 1600px 50%;
        background-position: 0 130%, -50px 130%, 500px 130%;
        animation: 20s waves linear infinite forwards;
    }
    .wave-box:hover{    
        animation: 20s waves linear infinite forwards;
    }
    
    @keyframes waves {
        to {
        background-position: 1600px 130%, 3150px 130%, 5300px 130%;
        }
    }



    .card-custom {
        overflow: hidden;
        min-height: 220px;
        box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    }
    
    .card-custom-img {
        height: 80px;
        min-height: 80px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-color: inherit;
    }
    
    /* First border-left-width setting is a fallback */
    .card-custom-img::after {
        position: absolute;
        content: '';
        top: 60px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-top-width: 40px;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 545px;
        border-left-width: calc(575px - 5vw);
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: inherit;
    }
    
    .card-custom-avatar img {
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
        position: absolute;
        top: 25px;
        left: 1.25rem;
        width: 60px;
        height: 60px;
    }
    .card-custom .card-title {
        font-size: 20px;
    }
    .card-custom .card-body {
        padding:15px 20px;
    }
    
    .page-inner-nav {
        margin: 27px auto 0;  
        position: relative;
        width: 100%;
        background-color: #0961b3;
        border-radius: 25px;
        font-size: 0;
        display: flex;
        justify-content: center;
        padding:5px;
    }
    .page-inner-nav a {
        height: 100%;
        font-size: 15px;
        display: inline-block;
        position: relative;
        z-index: 1;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        color: white;
        cursor: pointer;
        padding:10px 15px;
    }
    .page-inner-nav .active {    
        background-color: #ff9400;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }
    


    .tab-vertical .nav.nav-tabs {
        float: left;
        display: block;
        margin-right: 0px;
        border-bottom: 0;
        width: 25%;
    }
    
    .tab-vertical .nav.nav-tabs .nav-item {
        margin-bottom: 6px;
    }
    
    .tab-vertical .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        background: #fff;
        padding: 10px 20px;
        color: #fff;
        background-color: #0961b3;
        -webkit-border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px;
        margin-right: 0;
    }
    
    .tab-vertical .nav-tabs .nav-link.active {
        color: #ff9400;
        background-color: #fff !important;
        border-color: transparent !important;
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px !important;
        background-image: linear-gradient(45deg, #ff9400 0%, #0961b3 39%, rgba(9,97, 179, .9) 100%);
        text-align: right;
    }
    
    .tab-vertical .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 4px !important;
        border-top-right-radius: 0px !important;
    }
    
    .tab-vertical .tab-content {
        overflow: auto;
        -webkit-border-radius: 0px 4px 4px 4px;
        -moz-border-radius: 0px 4px 4px 4px;
        border-radius: 0px 4px 4px 4px;
        background: #fff;
        padding: 30px;
        min-height: 100vh;
        box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    }
    .yrksrce-25 {
        position: relative;
      display: inline-block;
      width: 85px;
      /*animation: bounce 3s infinite ease-in-out;*/
      /*filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.4));*/
	  overflow:hidden;
    }
    .yrksrce-25 img {
        max-height: 75px!important;
        width: 100%;
      border-radius: 10px;
    }
        
    .header-sticky.sticky .logo img {
        width: 237px!important;
    }
    .header-sticky.sticky .yrksrce-25 img {
        max-height: 55px!important;
    }
    .header-sticky.sticky .burger {
        top: 1px!important;
    }
    .header-sticky.sticky .burger i{
        font-size: 2rem;
    }
    .header-sticky.sticky .main-menu ul li a {
        padding: 5px 0!important;
    }

    .faculty-publications .media-body h4{
        font-size: 16px;
    }
    .faculty-publications .card-icon i{
        font-size: 32px;
    }
    .adivisor-text-2 .card-body {
        padding: 5px 10px;
    }
    .main-menu ul li {
        padding-left: 15px;
    }

    #Laboratories .courses-author {
        position: absolute;
        right: 40px;
        top: 195px;
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 50%;
        padding: 10px;
    }
    #Laboratories .courses-author a {
        text-align: center;
        font-size: 32px;
        width: 50px;
        line-height: 30px;
    }

    #Laboratories .courses-thumb {
        height: 267px;
        overflow: hidden;
    }
    .event-details h2 {
        font-size: 30px;
        color: #002147;
    }
    a.hover-white:hover {
    color: #FFFFFF;
}
.courses-thumb2 {
    width: 370px;
    height: 246px;
    position: relative;
    overflow: hidden;
}
.courses-thumb2 img {
    width: 100%;
    height: 246px;
    position: relative;
    overflow: hidden;
}
.courses-thumb3 {
    width: 370px;
    height: 370px;
    position: relative;
    overflow: hidden;
}
.courses-thumb3 img {
    width: 100%;
    height: 370px;
    position: relative;
    overflow: hidden;
}
.table td, .table th {
    padding: .55rem;
}
/* Shine Line Effect */
    
    .pictitle {
    position: absolute;
    background: #ffffff85;
    bottom: 0;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.modal-lg-custom {
    width: 60% !important;
    max-width: 60% !important;
}