    /*
Theme Name: Duptronics
Theme URI: http://www.duptronics.com
Author: Duptronics Inc.
Author URI: http://www.duptronics.com
Developer Name: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noonoos
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
*/
    /*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
    
    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        box-sizing: border-box;
        scroll-behavior: smooth;
    }
    
    body {
        margin: 0;
        color: #23416e;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        line-height: 1.4;
        font-family: 'Manrope', sans-serif;
        /* font-family: 'Mandrel Norm', sans-serif; */
    }
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    main,
    menu,
    nav,
    section,
    summary {
        display: block;
    }
    
    audio,
    canvas,
    progress,
    video {
        display: block;
        vertical-align: baseline;
    }
    
    audio:not([controls]) {
        display: none;
        height: 0;
    }
    
    .hidden {
        display: none;
    }
    
    a {
        background-color: transparent;
    }
    
    a:hover {
        background-color: transparent;
        text-decoration: ;
    }
    
    a.active,
    a:hover {
        outline: 0;
    }
    
    abbr[title] {
        border-bottom: 1px dotted;
    }
    
    b,
    strong {
        font-weight: bold;
    }
    
    dfn {
        font-style: italic;
    }
    
    mark {
        background: #ff0;
        color: #000;
    }
    
    small {
        font-size: 80%;
    }
    
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    
    sup {
        top: -0.5em;
    }
    
    sub {
        bottom: -0.25em;
    }
    
    img {
        border: 0;
    }
    
    svg:not(:root) {
        overflow: hidden;
    }
    
    figure {
        margin: 1em 0;
    }
    
    hr {
        box-sizing: content-box;
        height: 0;
    }
    
    pre {
        overflow: auto;
    }
    
    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }
    
    button {
        overflow: visible;
    }
    
    button,
    select {
        text-transform: none;
    }
    
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        appearance: button;
        -moz-appearance: button;
        /* Firefox */
        -webkit-appearance: button;
        /* Safari and Chrome */
        cursor: pointer;
    }
    
    button[disabled],
    html input[disabled] {
        cursor: default;
    }
    
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    
    input {
        line-height: normal;
    }
    
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }
    
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    
    input[type="search"] {
        -moz-appearance: textfield;
        /* Firefox */
        -webkit-appearance: textfield;
        /* Safari and Chrome */
        appearance: textfield;
        box-sizing: content-box;
    }
    
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none;
    }
    
    fieldset {
        border: 2px solid #FFFFFF;
        margin: 0 2px 30px 2px;
        padding: 1em;
    }
    
    legend {
        border: 0;
        padding: 0;
    }
    
    textarea {
        overflow: auto;
    }
    
    optgroup {
        font-weight: bold;
    }
    /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
    }
    
    dfn,
    cite,
    em,
    i {
        font-style: italic;
        font-weight: bold;
    }
    
    blockquote {
        margin: 15px 1.5em;
    }
    
    address {
        margin: 0 0 1.5em;
    }
    
    code,
    kbd,
    tt,
    var {
        font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
        font-size: 15px;
    }
    
    abbr,
    acronym {
        border-bottom: 1px dotted #666;
        cursor: help;
    }
    
    mark,
    ins {
        text-decoration: none;
    }
    
    big {
        font-size: 125%;
    }
    
    h4,
    .h4 {
        font-size: 20px;
    }
    /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/
    
    *,
    *:before,
    *:after {
        box-sizing: inherit;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
    }
    
    blockquote,
    q {
        quotes: """";
    }
    
    hr {
        background-color: #ccc;
        border: 0;
        height: 1px;
        margin-bottom: 1.5em;
    }
    
    ul,
    ol {
        margin: 0 0 1.5em 1em;
        padding: 0 0 0 15px;
    }
    
    ol {
        list-style: decimal;
    }
    
    li>ul,
    li>ol {
        margin-bottom: 0;
        margin-left: 1.5em;
        padding: 0;
    }
    
    dt {
        font-weight: bold;
    }
    
    dd {
        margin: 0 0 20px;
    }
    
    td {
        border-top: 1px solid #ededed;
        padding: 6px 10px 6px 0;
    }
    
    img {
        height: auto;
        /* Make sure images are scaled correctly. */
        max-width: 100%;
        /* Adhere to container width. */
    }
    
    img.size-full,
    img.size-large,
    img.wp-post-image {
        height: auto;
        max-width: 100%;
    }
    
    table {
        margin: 20px 0;
        width: 100%;
        border: 1px solid #ddd;
        border-collapse: separate;
        border-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    
    table th,
    table td {
        padding: 8px;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        vertical-align: top;
        text-align: left;
        line-height: 18px
    }
    
    table thead:first-child tr:first-child th,
    table tbody:first-child tr:first-child th,
    table tbody:first-child tr:first-child td {
        border-top: 0
    }
    
    table thead:first-child tr:first-child th:first-child,
    table tbody:first-child tr:first-child td:first-child {
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
        border-radius: 4px 0 0 0
    }
    
    table thead:first-child tr:first-child th:last-child,
    table tbody:first-child tr:first-child td:last-child {
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
        border-radius: 0 4px 0 0
    }
    
    table thead:last-child tr:last-child th:first-child,
    table tbody:last-child tr:last-child td:first-child {
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
        border-radius: 0 0 0 4px
    }
    
    table thead:last-child tr:last-child th:last-child,
    table tbody:last-child tr:last-child td:last-child {
        -webkit-border-radius: 0 0 4px 0;
        -moz-border-radius: 0 0 4px 0;
        border-radius: 0 0 4px 0;
        -ms-border-radius: 0 0 4px 0;
        -o-border-radius: 0 0 4px 0;
    }
    /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/
    
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        background: #cbe50d;
        border: 2px solid transparent;
        transition: 0.5s;
        border-radius: 2px;
        box-shadow: none;
        color: #ffffff;
        display: block;
        font-size: 18px;
        font-weight: 500;
        height: 42px;
        line-height: 38px;
        padding: 0 45px;
        text-shadow: none;
        text-transform: uppercase;
        transition: all 0.4s ease-out 0s;
        white-space: nowrap;
        border-radius: 25px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        left: auto;
        position: relative;
        right: auto;
        margin-left: auto;
        margin-right: auto;
    }
    
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        background: transparent;
        border: 2px solid #cbe50d;
        color: #cbe50d;
        padding: 0 55px;
    }
    
    input[type="button"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:focus,
    button:active,
    input[type="button"]:active,
    input[type="reset"]:active,
    input[type="submit"]:active {
        border-color: #aaa #bbb #bbb;
    }
    
    select {
        border: 1px solid #ccc;
    }
    
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus {
        color: #111;
    }
    
    .select,
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    .contact-form .wpcf7-form input[type="text"],
    .contact-form .wpcf7-form input[type="email"],
    .contact-form .wpcf7-form input[type="url"],
    .contact-form .wpcf7-form input[type="password"],
    .contact-form .wpcf7-form input[type="search"],
    .contact-form .wpcf7-form input[type="number"],
    .contact-form .wpcf7-form input[type="tel"],
    .contact-form .wpcf7-form input[type="range"],
    .contact-form .wpcf7-form input[type="date"],
    .contact-form .wpcf7-form input[type="month"],
    .contact-form .wpcf7-form input[type="week"],
    .contact-form .wpcf7-form input[type="time"],
    .contact-form .wpcf7-form input[type="datetime"],
    .contact-form .wpcf7-form input[type="datetime-local"],
    .contact-form .wpcf7-form input[type="color"],
    .wpcf7-form textarea,
    .vehicle_form textarea {
        color: #000;
        border: 1px solid #ffffff;
        padding: 1px 35px;
        width: 100%;
        font-weight: 300;
        line-height: 43px;
        margin-bottom: 0;
        background: #FFFFFF;
        border-radius: 5px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        position: relative;
        outline: 0 none;
    }
    
    .select:focus,
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"],
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"],
    input[type="color"]:focus,
    .contact-form .wpcf7-form input[type="text"]:focus,
    .contact-form .wpcf7-form input[type="email"]:focus,
    .contact-form .wpcf7-form input[type="url"]:focus,
    .contact-form .wpcf7-form input[type="password"]:focus,
    .contact-form .wpcf7-form input[type="search"]:focus,
    .contact-form .wpcf7-form input[type="number"]:focus,
    .contact-form .wpcf7-form input[type="tel"]:focus,
    .contact-form .wpcf7-form input[type="range"]:focus,
    .contact-form .wpcf7-form input[type="date"]:focus,
    .contact-form .wpcf7-form input[type="month"]:focus,
    .contact-form .wpcf7-form input[type="week"]:focus,
    .contact-form .wpcf7-form input[type="time"]:focus,
    .contact-form .wpcf7-form input[type="datetime"]:focus,
    .contact-form .wpcf7-form input[type="datetime-local"]:focus,
    .contact-form .wpcf7-form input[type="color"]:focus,
    .wpcf7-form textarea:focus,
    .vehicle_form textarea:focus {
        outline: 0 none;
    }
    
    .vehicle_form textarea,
    .wpcf7-form textarea {
        padding-top: 15px !important;
        line-height: 18px;
    }
    
    .wpcf7 p {
        margin-bottom: 25px;
        width: 100%;
        float: left;
    }
    
    .sponsorship_form p label {
        margin-bottom: 5px;
        text-align: left;
    }
    /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/
    
    a:hover,
    a:active {
        outline: 0;
    }
    /*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
    
    .gallery {
        margin-bottom: 1.5em;
    }
    
    .gallery-item {
        display: inline-block;
        margin: 40px 0 0;
        text-align: center;
        vertical-align: top;
        width: 100%;
    }
    
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
    
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
    
    .gallery-caption {
        display: block;
    }
    /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/
    /* Text meant only for screen readers. */
    
    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    
    .screen-reader-text:focus {
        background-color: #FFFFFF;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }
    /* Do not show the outline on the skip link target. */
    
    #content[tabindex="-1"]:focus {
        outline: 0;
    }
    /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/
    
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1em;
    }
    
    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
    
    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/
    
    .clear:before,
    .clear:after,
    .entry-content:before,
    .entry-content:after,
    .comment-content:before,
    .comment-content:after,
    .site-header:before,
    .site-header:after,
    .site-content:before,
    .site-content:after,
    .site-footer:before,
    .site-footer:after {
        content: "";
        display: table;
        table-layout: fixed;
    }
    
    .clear:after,
    .entry-content:after,
    .comment-content:after,
    .site-header:after,
    .site-content:after,
    .site-footer:after {
        clear: both;
    }
    /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/
    
    #secondary .widget {
        margin: 0px 0 30px;
        overflow: hidden;
        /* overflow: hidden; */
        padding: 0px 15px;
    }
    
    footer .widget {
        color: #cccccc;
        margin: 0 0 60px;
        overflow: hidden;
    }
    
    .widget.woocommerce.widget_shopping_cart {
        overflow: inherit;
    }
    /* Make sure select elements fit in widgets. */
    
    .widget select {
        max-width: 100%;
    }
    
    #secondary aside.widget:last-child {
        margin-bottom: 40px;
    }
    /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/
    /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/
    
    .sticky {
        display: block;
    }
    
    .byline,
    .updated:not(.published) {
        display: none;
    }
    
    .single .byline,
    .group-blog .byline {
        display: inline;
    }
    
    .page-links {
        clear: both;
        margin: 0 0 1.5em;
    }
    /*-------------------------------------------------------------- ## Asides --------------------------------------------------------------*/
    
    .blog .format-aside .entry-title,
    .archive .format-aside .entry-title {
        display: none;
    }
    /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/
    
    .comment-content a {
        word-wrap: break-word;
    }
    
    .bypostauthor {
        display: block;
    }
    /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/
    /* Globally hidden elements when Infinite Scroll is supported and in use. */
    
    .infinite-scroll .posts-navigation,
    /* Older / Newer Posts Navigation (always hidden) */
    
    .infinite-scroll.neverending .site-footer {
        /* Theme Footer (when set to scrolling) */
        display: none;
    }
    /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
    
    .infinity-end.neverending .site-footer {
        display: block;
    }
    /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/
    
    .page-content .wp-smiley,
    .entry-content .wp-smiley,
    .comment-content .wp-smiley {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
    /* Make sure embeds and iframes fit their containers. */
    
    embed,
    iframe,
    object {
        max-width: 100%;
    }
    /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/
    
    .wp-caption {
        margin-bottom: 1.5em;
        max-width: 100%;
    }
    
    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }
    
    .wp-caption-text {
        text-align: center;
    }
    /* -------------------------------------------------------------   
1.  Theme Default CSS (body, link color, section etc) ---------------------------------------------------------------- */
    
    html,
    body {
        height: 100%;
    }
    
    .floatleft {
        float: left
    }
    
    .floatright {
        float: right
    }
    
    .alignleft {
        float: left;
        margin-bottom: 15px;
        margin-left: 0;
    }
    
    .alignright {
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .aligncenter {
        display: block;
        margin: 0 auto 15px
    }
    
    .nopadding-right {
        padding-right: 0;
    }
    
    .nopadding-left {
        padding-left: 0;
    }
    
    .nopadding {
        padding: 0;
    }
    
    a:focus {
        outline: 0px solid;
        text-decoration: none;
    }
    
    .nav>li>a:hover,
    .nav>li>a:focus {
        background: transparent;
    }
    
    .fix {
        overflow: hidden
    }
    
    p {
        margin: 0 0 10px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #23416e;
        margin: 0 0 15px;
        line-height: 1.2;
    }
    
    a {
        color: #23416e;
        text-decoration: none;
        transition: all 0.3s ease 0s;
    }
    
    a:hover {
        color: #53b7e0;
        text-decoration: none;
    }
    
    a:active,
    a:hover {
        outline: 0 none;
    }
    
    .page-content>ol,
    .page-content>ul {
        margin: 0 0 20px 45px;
    }
    
    .main-container {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }
    
    #scrollUp {
        background-color: #9d9d9d;
        bottom: 100px;
        height: 40px;
        line-height: 36px;
        font-size: 24px;
        right: 10px;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease 0s;
        width: 40px;
        border-radius: 1000px;
        position: relative;
    }
    /* #scrollUp::after {
    position: absolute;
    content: '';
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    width: 24px;
    background-image: url(img/up-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 24px;
} */
    
    #scrollUp:hover {
        background: #cbe50d;
    }
    
    .clear {
        clear: both
    }
    /*  2.6  dropdown menu  
/*----------------------------------------*/
    
    .dropps-menu {
        padding-bottom: 36px;
        padding-left: 15px;
        position: relative;
    }
    
    .dropps-menu a {
        color: #3f3f3f;
    }
    
    .dropps-menu a:hover {
        color: #FFFFFF;
    }
    
    .dropps-menu .language {
        right: 0;
        text-align: right;
    }
    
    .readon-red a {
        color: #3f3f3f;
    }
    
    .readon-red:hover {
        color: #ffffff;
        background: #362f2d;
        transition: .5s;
        border: 1px solid #3f3f3f !important;
    }
    
    .readon-red:hover a {
        color: #fff !important;
    }
    /*----------------------------------------  6. latest post area /*----------------------------------------*/
    
    .single .blog_header {
        margin-bottom: 60px;
    }
    
    .blog-page.single {
        margin-bottom: 60px;
    }
    
    .latest-post-area .area-title h3 {
        background: #f6f6f6;
    }
    
    .post-thumb {
        max-width: 100%;
        position: relative;
        width: 100%
    }
    
    .parvez-rollover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: normal;
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform-style: preserve-3d;
        background: #aae0fa;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform-style: preserve-3d;
        transform: scaleY(0);
    }
    
    .post-thumb:hover .parvez-rollover {
        transform: scaleY(1);
        opacity: 1;
    }
    
    .parvez-rollover-content {
        width: 90%;
        margin: 0 auto;
    }
    
    .parvez-rollover-categories a {
        font-size: 12px;
    }
    
    .parvez-rollover-title a {
        font-size: 16px;
    }
    
    .parvez-rollover-title {
        margin-bottom: 0;
        line-height: 1.1;
        margin-top: 5px;
    }
    
    .parvez-rollover-link {
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        background: #fff;
        border-radius: 1000px;
        margin: 0 auto;
        line-height: 38px;
    }
    
    .parvez-rollover-link:hover {
        background: #fff;
    }
    
    .parvez-rollover-link .ling-svg {
        width: 22px;
        height: 22px;
        -webkit-mask: url('img/link.svg') no-repeat center;
        mask: url('img/link.svg') no-repeat center;
        background-color: #23416e;
        display: block;
        margin: 0 auto;
        position: relative;
        top: 8px;
    }
    
    .all-singlepost {
        float: left;
        margin-bottom: 50px;
        width: 100%;
    }
    
    .single-post {
        margin-bottom: 15px;
    }
    
    .lastest-post-section .single-post {
        margin-bottom: 50px;
    }
    
    .post-thumb-info {
        padding: 30px 15px 0 15px;
        background: #fff;
        width: 100%;
        float: left;
    }
    
    .post-time span,
    .post-time a {
        font-size: 11px;
        letter-spacing: 1px;
        font-weight: 500;
        line-height: 1.5;
    }
    
    .blog-page .post-time {
        margin: 0 0 10px 0;
    }
    
    .post-time {
        padding: 0 0 15px;
        border-bottom: 1px solid #eae8e8;
        width: 100%;
    }
    
    .s-blog-page .post-thumb-info .post-time {
        padding: 15px 0 15px;
        border-top: 1px solid #eae8e8;
        margin-top: 30px;
    }
    
    .read-more {
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        text-decoration: underline;
    }
    
    .read-more:hover {
        text-decoration: underline;
    }
    
    .latest-post-area .all-singlepost {
        margin: 30px 0 0
    }
    
    .latest-post {
        background: #fff;
    }
    
    .post-content {
        padding: 15px 10px;
        border: 1px solid #FFFFFF;
    }
    /*----------------------------------------  6. latest post widget /*----------------------------------------*/
    
    .recent-posts .post-wrapper,
    .recent-comments .post-wrapper {
        display: block;
        overflow: hidden;
    }
    
    .recent-posts .rcnt-post-thumb,
    .recent-comments .comnt-thumb {
        float: left;
        width: 25%;
    }
    
    .recent-posts .post-info,
    .recent-comments .post-info {
        float: left;
        padding-left: 10px;
        width: 70%;
    }
    
    .recent-posts .post-info .post-date.recent-post-s,
    .recent-comments .post-info .post-date.recent-post-s {
        color: #7e7e7e;
        font-size: 11px;
        font-style: italic;
    }
    
    .recent-posts ul li a,
    .recent-comments ul li a {
        border: 0 none;
        margin: 0;
        padding: 0;
    }
    
    .recent-posts ul li a:hover,
    .recent-comments ul li a:hover {
        color: #FFFFFF;
    }
    
    .recent-comments .post-info p {
        line-height: 16px;
        margin-bottom: 0;
    }
    /* Blog */
    
    h1.blogtitle a {
        font-size: 24px;
        font-weight: 700;
    }
    
    .page-content.blog-page.s-blog-page {
        margin-bottom: 70px;
    }
    
    h1.blogtitle a:hover {
        color: #23416e;
    }
    
    .single-post h1.blogtitle {
        line-height: 1.5;
        margin-bottom: 30px;
    }
    
    .class-page .postexcerpt,
    .blog-page .post-thumb-info .postexcerpt {
        margin: 0;
    }
    
    .single-post .post-thumb-info .postexcerpt h2.blogtitle {
        font-size: 18px;
        margin-bottom: 5px;
        font-family: 'Mandrel Norm', sans-serif;
    }
    
    body.blog {
        background-color: #f5f5f5;
    }
    /* Blog Comments */
    
    .comments-area {
        overflow: hidden;
    }
    
    .author-description .author_link {
        color: #009fdd;
        font-size: 13px;
    }
    
    h3.comments-title {
        border-bottom: 1px solid #f1f0f0;
        font-size: 13px;
        font-weight: 700;
        margin: 0 0 30px;
        padding: 0 0 20px;
        position: relative;
        text-transform: uppercase;
        color: #888;
    }
    
    .comments-area {
        float: left;
        margin: 20px 0 70px;
        width: 100%;
    }
    
    #commentform a {
        color: #666;
    }
    
    .comments-area .comments-title,
    .comments-area .comment-reply-title {
        border-bottom: 1px solid #f1f0f0;
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 30px;
        padding: 0 0 20px;
        position: relative;
        text-transform: uppercase;
        color: #333;
    }
    
    .comments-area .comment-list {
        margin: 0;
        padding: 0;
    }
    
    .comments-area .comment-list li.comment {
        list-style: outside none none;
    }
    
    .comments-area .comment-list li.comment article.comment {
        margin: 0 0 30px;
    }
    
    .comments-area .comment-list li.comment article.comment .comment-avatar {
        float: left;
    }
    
    .comments-area .comment-list li.comment article.comment .comment-info {
        border: medium none;
        margin-left: 75px;
        position: relative;
    }
    
    .comments-area .comment-list li.comment article.comment .comment-info .reply {
        display: inline-block;
        float: right;
        margin-left: 10px;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .comments-area .comment-list li.comment article.comment .comment-info .reply a {
        background: #aedeef none repeat scroll 0 0;
        border-radius: 3px;
        box-shadow: none;
        color: #333;
        display: inline-block;
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 20px;
        text-shadow: none;
        text-transform: capitalize;
        transition: all 0.4s ease-out 0s;
        white-space: nowrap;
    }
    
    .comments-area .comment-list li.comment article.comment .comment-info .reply a:hover {
        background: #009fdd none repeat scroll 0 0;
        border-color: #009fdd;
        color: #fff !important;
    }
    
    #cancel-comment-reply-link:hover {
        color: inherit;
    }
    
    .comments-area .comment-list .comment-meta {
        color: #999;
        float: left;
        font-size: 15px;
        line-height: 1;
        margin: 0 0 10px;
        width: 100%;
    }
    
    .comments-area .comment-list .comment-meta img {
        margin-right: 10px;
    }
    
    .comments-area .comment-list .comment-meta cite {
        float: left;
        margin-bottom: 10px;
    }
    
    .comments-area .comment-list .comment-meta cite .fn {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .comments-area .comment-list .comment-meta cite .fn a {
        color: #353535;
        font-style: normal;
    }
    
    .comments-area .comment-list .comment-meta cite .fn a:hover {
        color: #009fdd;
    }
    
    .comments-area .comment-list .comment-meta cite span {
        display: none;
    }
    
    .comments-area .comment-list .comment-meta time {
        clear: both;
        float: left;
        font-size: 12px;
        font-style: italic;
    }
    
    .comments-area .comment-list .comment-content {
        font-size: 14px;
    }
    
    .comments-area .comment-list .comment-content p:last-child {
        margin-bottom: 0;
    }
    
    .comments-area .comment-list ul.children {
        margin: 0 0 0 20px;
    }
    
    .comments-area .comment-respond {
        margin-top: 45px;
        width: 100%;
    }
    
    .comments-area .comment-respond .comment-form label {
        color: #999;
        display: block;
        margin: 0 0 5px;
    }
    
    .comments-area .comment-respond .comment-form .comment-notes,
    .comments-area .comment-respond .comment-form .form-allowed-tags {
        color: #999;
        font-size: 13px;
    }
    
    .comments-area .comment-respond .comment-input input {
        width: 100%;
        background: #fdfdfd none repeat scroll 0 0;
        border: 1px solid #f1f0f0;
        border-radius: 0;
        max-width: 100%;
        padding: 10px;
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .comments-area .comment-respond .comment-form #comment {
        border: 1px solid #f1f0f0;
        height: 130px;
        width: 100%;
        background: #fdfdfd none repeat scroll 0 0;
        border-radius: 0;
        max-width: 100%;
        padding: 10px;
        margin-bottom: 30px;
        font-size: 14px;
    }
    /* Blog pagination */
    
    .main-container .pagination {
        border-radius: 0;
        float: left;
        margin: 25px 0 0px;
        padding: 0 0;
        width: 100%;
    }
    
    .main-container .pagination ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }
    
    .main-container .pagination li {
        float: left
    }
    
    .main-container .pagination a,
    .main-container .pagination span {
        display: inline-block;
        text-align: center;
        padding: 0 10px;
        text-transform: uppercase;
        background-color: #7a858f;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 15px;
        font-weight: 700;
        height: 38px;
        line-height: 37px;
        text-decoration: none;
        transition: all 0.3s ease 0s;
        width: 38px;
        border-radius: 1000px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    .main-container .pagination a i,
    .main-container .pagination span i {
        height: 30px;
        line-height: 30px;
    }
    
    .main-container .pagination a.current,
    .main-container .pagination a:hover,
    .main-container .pagination span.current,
    .main-container .pagination span:hover {
        background: #cbe50d;
        color: #FFF;
    }
    
    .padding-left-0 {
        padding-left: 0;
    }
    
    .padding-right-0 {
        padding-right: 0;
    }
    
    .section-padding-70 {
        padding: 70px 0;
    }
    
    .padding-130 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    
    .padding-118 {
        padding-top: 118px;
        padding-bottom: 117px;
    }
    
    .padding-tb-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .p-t-30 {
        padding-top: 30px;
    }
    
    .p-t-50 {
        padding-top: 50px;
    }
    
    .p-b-30 {
        padding-bottom: 30px;
    }
    
    .p-tb-70 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .padding-tb-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .padding-rl-45 {
        padding-right: 40px;
        padding-left: 40px;
    }
    /* Navigation */
    
    .mobile-menu {
        height: 70px;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .menu_text,
    .menu_close {
        float: left;
        font-size: 22px;
        margin-right: 21px;
        text-transform: uppercase;
        line-height: 70px;
        font-style: italic;
        color: #000;
    }
    
    .menu_close {
        display: none;
    }
    
    .phone-menu-open .menu_text,
    .mobile-menu-open .menu_text {
        opacity: 0;
    }
    
    .phone-menu-open .menu_close,
    .mobile-menu-open .menu_close {
        display: block;
        position: relative;
        z-index: 3;
        left: -56px;
        color: #FFF;
    }
    
    .hamburger_phone.opened,
    .hamburger.opened {
        cursor: pointer;
        height: 38px;
        z-index: 999;
        width: 38px;
    }
    
    .hamburger_phone,
    .hamburger {
        display: table-cell;
        position: relative;
        transition: all 0.4s ease 0s;
        vertical-align: middle;
        height: 38px;
        width: 38px;
        cursor: pointer;
        z-index: 9999;
    }
    
    .hamburger_phone {
        margin-right: 6px;
    }
    
    .mobile-menu-open .sticky-header .backmenu,
    .backmenu,
    .sticky-header .openmenu {
        display: none;
    }
    
    .hamburger_phone a,
    .sticky-header .backmenu,
    .mobile-menu-open .sticky-header .openmenu,
    .phone-menu-open .openmenu,
    .mobile-menu-open .openmenu {
        display: block;
    }
    
    body.phone-menu-open,
    body.mobile-menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
    
    .js_body__overlay {
        position: fixed;
        background: #000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
        opacity: .75;
        filter: alpha(opacity=60);
        visibility: hidden;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        z-index: 1;
    }
    
    .js_body__overlay.j_b_overlay_top {
        top: 30px;
    }
    
    .phone-menu-open .js_body__overlay,
    .mobile-menu-open .js_body__overlay {
        visibility: visible;
        -webkit-transition: visibility 300ms ease-in-out 0s;
        -o-transition: visibility 300ms ease-in-out 0s;
        transition: visibility 300ms ease-in-out 0s;
    }
    
    .phone-menu-open .js_body__overlay,
    .js_body__overlay,
    .mobile-menu-open .js_body__overlay {
        display: none;
    }
    
    .mobile-menu-open #sticky-header {
        height: 100%;
        background: transparent;
    }
    
    .mobile-menu-wrapper {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding-top: 100px;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: #FFF;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    
    .mobile-menu-open .mobile-menu-wrapper {
        left: 0;
    }
    
    .t_b_s_m .phone-menu-wrapper,
    .t_b_s_m .mobile-menu-wrapper {
        top: 50px;
    }
    
    .hamburger_wrap {
        display: none;
        height: 75px;
        left: 0;
        position: absolute;
        top: 0;
        width: 75px;
    }
    
    #phonemenu,
    #mobilemenu ul {
        display: block;
        margin: 0;
        width: 100%;
        list-style: none;
        padding: 0;
    }
    
    #phonemenu ul,
    #mobilemenu ul ul {
        margin: 0;
    }
    
    #mobilemenu.align-center>ul {
        text-align: left;
    }
    
    #phonemenu li,
    #mobilemenu ul li {
        position: relative;
        display: block;
        text-align: center;
    }
    
    #phonemenu li a,
    #mobilemenu ul li a,
    #phonemenu ul li a,
    #mobilemenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    
    #phonemenu>li,
    #mobilemenu>ul>li {
        float: none;
    }
    
    #phonemenu ul li a,
    #mobilemenu ul ul li a {
        color: #23416e;
        display: block;
        font-size: 18px;
        padding: 10px 0 10px 0px;
        font-weight: 400;
    }
    
    #mobilemenu ul li {
        opacity: 0;
        transform: translateY(-5px);
        transition: all 0.44s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    }
    
    .mobile-menu-open #mobilemenu ul li:nth-child(0) {
        transition-delay: 0s;
    }
    
    .mobile-menu-open #mobilemenu ul li:nth-child(1) {
        transition-delay: 0.2s;
    }
    
    .mobile-menu-open #mobilemenu ul li:nth-child(2) {
        transition-delay: 0.25s;
    }
    
    .mobile-menu-open #mobilemenu ul li:nth-child(3) {
        transition-delay: 0.35s;
    }
    
    .mobile-menu-open #mobilemenu ul li:nth-child(4) {
        transition-delay: 0.45s;
    }
    
    .mobile-menu-open #mobilemenu ul li:nth-child(5) {
        transition-delay: 0.55s;
    }
    
    .mobile-menu-open #mobilemenu ul li:nth-child(6) {
        transition-delay: 0.65s;
    }
    
    .mobile-menu-open #mobilemenu ul li {
        opacity: 1;
        transform: translateY(5px);
    }
    
    #mobilemenu>ul>li.has-sub>a:after,
    #mobilemenu>ul>li.has-sub>a:before,
    #mobilemenu ul ul>li.has-sub>a:after,
    #mobilemenu ul ul>li.has-sub>a:before {
        display: none;
    }
    
    #phonemenu .submenu-button,
    #mobilemenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 15px;
        top: 5px;
        display: block;
        height: 30px;
        width: 30px;
        cursor: pointer;
        border: 2px solid #23416e;
        border-radius: 100%;
    }
    
    #phonemenu .submenu-button {
        top: 7px;
        height: 35px;
        width: 35px;
        border: 0 none;
    }
    
    #phonemenu li a img {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }
    
    #phonemenu ul .submenu-button,
    #mobilemenu ul ul .submenu-button {
        height: 30px;
        width: 30px;
        top: 2px;
        right: 14px;
    }
    
    #mobilemenu .submenu-button::after {
        position: absolute;
        top: calc(50% + -1.5px);
        right: calc(50% - 7.5px);
        width: 15px;
        height: 3px;
        display: block;
        background: #23416e;
        content: '';
    }
    
    #mobilemenu .submenu-button.submenu-opened:after {
        background: #23416e;
    }
    
    #mobilemenu .submenu-button::before {
        position: absolute;
        top: calc(50% - 7.5px);
        right: calc(50% - 1.5px);
        display: block;
        width: 3px;
        height: 15px;
        background: #23416e;
        content: '';
    }
    
    #mobilemenu .submenu-button.submenu-opened:before {
        display: none;
    }
    
    #phonemenu>li>a,
    #mobilemenu>ul>li>a {
        color: #094072;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        display: block;
    }
    
    #phonemenu ul.sub-menu,
    #mobilemenu ul.sub-menu {
        display: none;
    }
    
    #phonemenu.align-right li:hover>ul,
    #mobilemenu.align-right li:hover>ul {
        left: auto;
        right: 0;
    }
    
    #phonemenu.align-right ul ul,
    #mobilemenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }
    
    #phonemenu ul li:last-child>a,
    #phonemenu ul li.last-item>a,
    #mobilemenu ul ul li:last-child>a,
    #mobilemenu ul ul li.last-item>a {
        border-bottom: 0;
    }
    
    #mobilemenu.align-right ul ul li.has-sub>a:after {
        right: auto;
        left: 11px;
    }
    
    #mobilemenu.align-right ul ul li.has-sub>a:before {
        right: auto;
        left: 14px;
    }
    
    #mobilemenu ul ul>li.has-sub:hover>a:before {
        top: 17px;
        height: 0;
    }
    
    .phone-menu-open .mobile_logo a img,
    .mobile-menu-open .mobile_logo a img,
    .phone-menu-open .mobile_logo a,
    .mobile-menu-open .mobile_logo a {
        z-index: 999;
        position: relative;
    }
    
    .open+.top-social a {
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 2;
    }
    
    .category-banner {
        background-color: #5e6a71;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        float: left;
        position: relative;
        padding-top: 600px;
        overflow: hidden;
    }
    
    .category-banner .iframe-container {
        position: absolute;
        padding-bottom: 56.25%;
        height: 0;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
    }
    
    .category-banner .embed-container {
        padding-bottom: 56.25%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .cat-heading {
        position: absolute;
        width: 100%;
        bottom: 205px;
        left: 0;
        z-index: 333;
    }
    
    .cat-heading h1 {
        position: relative;
        margin-bottom: 0;
        color: #FFF;
    }
    
    .bottom_border::after,
    .section-heading h1::after,
    .cat-heading h1::after {
        content: '';
        height: 7px;
        width: 20%;
        margin: 0 auto;
        position: absolute;
        bottom: -25px;
        left: 0;
        z-index: 1;
        /* background-image: url(img/title-underline.png); */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        right: 0;
        background-color: #cbe50d;
    }
    
    .contactus_title {
        color: #5c5e5f;
        font-size: 28px;
    }
    
    .contact-from-wrapper label {
        display: block;
        margin-bottom: 15px;
        color: #5c5e5f;
    }
    
    .contact_hour_title,
    .contact_info_title {
        color: #23416e;
        font-size: 16px;
        font-weight: 600;
        float: left;
        margin-right: 5px;
    }
    
    .no-padding {
        padding: 0;
    }
    
    .contact_hour {
        margin-bottom: 20px;
    }
    
    .opening_hour {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .opening_hour li {
        margin-bottom: 3px;
    }
    
    .opening_hour li strong {
        color: #000;
        font-weight: normal;
        width: 120px;
        float: left;
        text-transform: capitalize;
    }
    /* Menu */
    
    .mainmenu {
        text-align: right;
    }
    
    .mainmenu a {
        display: inline-block;
    }
    
    .mainmenu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: table;
        margin-left: auto;
    }
    
    .mainmenu ul li {
        float: left;
        position: relative;
    }
    
    .mainmenu ul li a {
        font-size: 16px;
        color: #094072;
        font-weight: 400;
        position: relative;
        line-height: 40px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    
    .header_area_inner .mainmenu ul>li>a {
        line-height: 104px;
    }
    
    .mainmenu li a:hover {
        text-decoration: none;
    }
    
    .mainmenu ul li a:hover,
    .mainmenu ul li.current-menu-parent>a,
    .mainmenu ul li.current-menu-ancestor>a,
    .mainmenu ul li.current-menu-item>a {
        text-decoration: none;
        color: #cbe50d;
    }
    
    .page-template-page-contact .mainmenu ul li a:hover,
    .page-template-page-contact .mainmenu ul li.current-menu-parent>a,
    .page-template-page-contact .mainmenu ul li.current-menu-ancestor>a,
    .page-template-page-contact .mainmenu ul li.current-menu-item>a {
        color: #cbe50d;
    }
    
    .mainmenu ul li ul.sub-menu li>a:hover,
    .mainmenu ul li ul.sub-menu li.current_page_item a,
    .mainmenu ul li.mega-menu ul.sub-menu li ul.sub-menu li a:hover,
    .mainmenu ul li.mega-menu ul.sub-menu li ul.sub-menu li.current-menu-item a {
        color: #cbe50d;
    }
    
    .mainmenu ul li ul.sub-menu li {
        display: block;
        margin-bottom: 5px;
        float: none;
        margin-top: 5px;
    }
    
    .mainmenu ul li ul.sub-menu {
        background-color: #FAFAFA;
        visibility: hidden;
        z-index: 25;
        display: block;
        height: auto;
        margin: 0;
        opacity: 0;
        position: absolute;
        text-align: left;
        transform: translateY(-10px);
        top: 100%;
        /* line-height: 40px; */
        width: 300px;
        padding: 10px 0 10px 0;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
        -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
        -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
        -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
        -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
        border-radius: 4px;
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .15);
    }
    
    .mainmenu ul li ul.sub-menu.right-menu {
        right: 0;
    }
    
    .mainmenu>ul>li:hover>ul.sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }
    
    .mainmenu ul li ul.sub-menu ul.sub-menu {
        left: 100%;
        top: 0;
    }
    
    .mainmenu ul li ul.sub-menu ul.sub-menu.right-menu {
        left: initial;
        right: 100%;
    }
    
    .mainmenu ul li ul.sub-menu li a {
        line-height: 1.4;
        font-size: 15px;
        display: block;
        border: 0 none;
        font-weight: 400;
    }
    
    .padding-bottom-10 {
        padding-bottom: 10px;
    }
    
    .padding-bottom-20 {
        padding-bottom: 20px;
    }
    
    .padding-bottom-50 {
        padding-bottom: 50px;
    }
    
    .padding-bottom-60 {
        padding-bottom: 60px;
    }
    
    .padding-bottom-70 {
        padding-bottom: 70px;
    }
    
    .padding-bottom-100 {
        padding-bottom: 100px;
    }
    
    .padding-top-60 {
        padding-top: 60px;
    }
    
    .padding-top-50 {
        padding-top: 50px;
    }
    
    .padding-top-20 {
        padding-top: 20px;
    }
    
    .padding-top-30 {
        padding-top: 30px;
    }
    
    .padding-top-70 {
        padding-top: 70px;
    }
    
    .padding-top-100 {
        padding-top: 100px;
    }
    
    .mobile-menu-open div.hamburger span {
        transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-in;
    }
    
    .mobile-menu-open div.hamburger span:first-child {
        transform: rotate(45deg) translate(2px, -6px);
    }
    
    .mobile-menu-open div.hamburger span:nth-child(2) {
        transform: rotate(-45deg);
    }
    
    .mobile-menu-open div.hamburger span:last-child {
        transform: rotate(45deg) translate(5px, -12px);
        width: 25px;
    }
    
    .hamburger span {
        display: block;
        height: 6px;
        border-radius: 100px;
        transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-out;
        background-color: #0b5e94;
    }
    
    .hamburger span:not(:last-child) {
        margin-bottom: 4px;
    }
    
    .hamburger span:first-child {
        transform-origin: 0 50%;
        width: 38px;
    }
    
    .hamburger span:nth-child(2) {
        width: 38px;
    }
    
    .hamburger span:nth-child(3) {
        width: 38px;
    }
    /* Header */
    
    #sticky-header {
        position: relative;
    }
    
    .main-header {
        position: fixed;
        z-index: 444;
        -webkit-backface-visibility: hidden;
        width: 100%;
        left: 0;
        background-color: #fff;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    
    .mobile-menu-open #sticky-header {
        height: 100%;
        background: transparent;
    }
    
    .logo {
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 999;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    
    .sticky-header .logo {
        height: 70px;
    }
    
    .logo img {
        width: 300px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    
    .sticky-header .logo img {
        width: 180px;
    }
    
    .mainmenu ul li a {
        line-height: 100px;
        padding: 0 12px;
    }
    
    .sticky-header .mainmenu ul>li>a {
        line-height: 70px;
    }
    
    .wpcf7-form-control.wpcf7-select {
        width: 100%;
        border: 1px solid #FFFFFF;
        line-height: 43px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        margin-top: 8px;
    }
    
    .page-not-found.text-center {
        padding: 200px 0;
    }
    
    .section-padding-50 {
        padding: 50px 0;
    }
    
    .postexcerpt h1,
    .postexcerpt h2,
    .postexcerpt h3,
    .postexcerpt h4,
    .postexcerpt h5,
    .postexcerpt h6 {
        clear: inherit;
    }
    
    blockquote {
        background: #f3f5f8;
        padding: 20px;
    }
    /*//////////////////////////////////////////////////////////////////*/
    
    .select2-container {
        display: block;
        max-width: 100% !important;
        width: auto !important;
    }
    
    .select2-container .select2-selection--single {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        background-color: transparent;
        border: none;
        outline: none;
        position: relative;
        color: #000;
        border: 1px solid #FFFFFF;
        border-top-color: rgb(242, 242, 242);
        border-right-color: rgb(242, 242, 242);
        border-bottom-color: rgb(242, 242, 242);
        border-left-color: rgb(242, 242, 242);
        padding: 5px 35px;
        width: 100%;
        font-weight: 300;
        line-height: 43px;
        margin-top: 8px;
        background: #FFFFFF;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        border-radius: 5px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        left: 50%;
        position: relative;
        outline: 0 none;
        overflow: hidden;
    }
    
    .select2-container .select2-selection--single:focus {
        width: calc(100% + 20px);
        padding: 5px 45px;
        outline: 0 none;
    }
    /*------------------------------------------------------------------*/
    
    .select2-container--default .select2-results>.select2-results__options {
        max-height: 300px;
        min-height: 200px;
        overflow-y: auto;
    }
    
    .select2-container .select2-selection--single .select2-selection__rendered {
        background-color: transparent;
        padding: 0;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #777;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .select2-selection__arrow b {
        display: none;
    }
    
    .select2-selection__arrow::before {
        content: '';
        display: block;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid #999999;
        margin-bottom: 2px;
    }
    
    .select2-selection__arrow::after {
        content: '';
        display: block;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #999999;
    }
    /*------------------------------------------------------------------*/
    
    .select2-container--open .select2-dropdown {
        z-index: 1251;
        border: 0px solid #e5e5e5;
        border-radius: 0px;
        background-color: white;
        box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    }
    
    .select2-dropdown--above {
        top: -30px;
    }
    
    .select2-dropdown--below {
        top: 8px;
    }
    
    .select2-container .select2-results__option[aria-selected] {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    
    .select2-container .select2-results__option[aria-selected="true"] {
        background: #F1F2f2;
        color: #000;
    }
    
    .select2-container .select2-results__option--highlighted[aria-selected] {
        background: #F1F2f2;
        color: #000;
    }
    
    .select2-search--dropdown .select2-search__field {
        border: 1px solid #FFFFFF;
        outline: none;
        line-height: 1.2;
    }
    
    .select2-selection.select2-selection--single {
        border: 1px solid #FFFFFF;
        line-height: 43px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 35px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background: #FFFFFF;
        height: 48px;
    }
    
    .page-not-found .entry-title {
        letter-spacing: 2px;
        font-size: 24px;
    }
    
    .page-not-found img {
        margin-bottom: 30px;
    }
    
    .btn {
        display: block;
        width: 15em;
        padding: 0;
        position: relative;
        z-index: 1;
        overflow: hidden;
        vertical-align: middle;
        background-color: #57b6dd;
        color: #094072;
        font-size: 0.875em;
        font-weight: bold;
        letter-spacing: 0.03em;
        text-align: center;
        text-decoration: none;
        transition: border-color 0.3s, background-color 0.3s;
        transition-timing-function: ease, ease;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        line-height: 1.2;
        -webkit-transition: border-color 0.3s, background-color 0.3s;
        -moz-transition: border-color 0.3s, background-color 0.3s;
        -ms-transition: border-color 0.3s, background-color 0.3s;
        -o-transition: border-color 0.3s, background-color 0.3s;
    }
    
    a.btn:hover {
        text-decoration: none;
        background-color: #cce50d;
        color: #FFFFFF;
    }
    
    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #FFF;
        box-shadow: none;
    }
    
    .btn>span {
        display: block;
        padding: 1em 0;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
    }
    
    .btn:hover>span {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
    }
    
    .btn::before {
        content: attr(data-text);
        width: 100%;
        height: 100%;
        padding: 1em 0;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #cce50d;
        color: #094072;
        text-decoration: none;
        -webkit-transform: translate3d(-101%, 0, 0);
        transform: translate3d(-101%, 0, 0);
        transition: transform 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -moz-transform: translate3d(-101%, 0, 0);
        -ms-transform: translate3d(-101%, 0, 0);
        -o-transform: translate3d(-101%, 0, 0);
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
    }
    
    .btn:hover::before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
    /* Site Content */
    
    .site-content {
        padding-top: 100px;
    }
    /* Home Hero Area */
    
    .hero-area {
        background-color: #094072;
    }
    
    .partnership-area-content,
    .hero-area-content {
        display: flex;
        align-items: center;
        height: 100%;
    }
    
    .partnership-area-inner,
    .hero-area-content-inner {
        padding-right: 170px;
        display: block;
    }

    .partnership-area-inner {
        padding-right: 20px;
    }
    
    .hero-area-content-inner h1 {
        color: #FFF;
    }
    .learn_about_career {
        margin-bottom: 80px;
    }
    .learn_about_career .hero-area-content-inner p,
    .learn_about_career .hero-area-content-inner h1 {
        color: #094072;
    }
    
    .hero-area-content-inner p {
        color: #FFF;
        font-family: 'Mandrel Norm', sans-serif;
        font-weight: 400;
        font-size: 19px;
    }
    
    .team-content a,
    .partnership-area-inner a,
    .hero-area-content-inner a {
        margin-top: 30px;
    }
    /* Partnership */

    
    .partnership-area-content {
        padding-top: 60px;
    }
    
    .partnership-area-content h1,
    .partnership-area-content h2 {
        color: #094072;
    }
    
    .partnership-area-content p {
        color: #094072;
        font-family: 'Mandrel Norm', sans-serif;
    }
    
    .partnership-area-content a.btn {
        color: #094072;
    }
    
    .partnership-image {
        padding-top: 67px;
        padding-bottom: 60px;
    }
    /* our-team-area */
    
    .our-team-area {
        position: relative;
    }
    
    h1.section-title,
    h2.section-title {
        color: #23416e;
        font-size: 3rem;
        margin-bottom: 50px;
        line-height: 1.2;
        font-family: 'Mandrel Norm', sans-serif;
    }
    
    h1.section-title-2,
    h2.section-title-2 {
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 2em;
    }
    
    .our-team-area {
        background-color: #42ad70;
        background-image: url(img/map-background.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
    }
    
    .team-count .counter-box {
        background-image: url(img/number-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        color: #23416e;
        position: relative;
        font-family: 'Mandrel Norm', sans-serif;
        z-index: 2;
        width: 200px;
        height: 218px;
        margin: 0 auto 20px;
        text-align: center;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .team-count .counter-box .counter {
        font-size: 85px;
        line-height: 1;
    }
    
    .team-count .counter-box span i {
        font-size: 60px;
        line-height: 1;
        position: relative;
        top: -5px;
    }
    
    .team-count {
        position: relative;
    }
    
    .our-team-area-2 {
        position: absolute;
        top: 0;
        width: 100%;
        visibility: hidden;
    }
    
    .team-content-mobile .col-xl-10 {
        position: relative;
        top: -60px;
    }
    
    .our-team-area-4 {
        position: relative;
        top: -124px;
    }
    
    .team-count p {
        color: #23416e;
    }
    
    .team-content {
        background: #fff;
        padding: 30px 45px;
        margin-top: 70px;
        border-radius: 45px;
    }
    
    .team-content p {
        color: #23416e;
    }
    
    .team-content a {}
    
    .team_col {
        opacity: 0;
        -webkit-transition: all 1.8s ease-in-out;
        -moz-transition: all 1.8s ease-in-out;
        -ms-transition: all 1.8s ease-in-out;
        -o-transition: all 1.8s ease-in-out;
        transition: all 1.8s ease-in-out;
    }
    
    .team_col.visible {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    
    .team-count,
    .team-content-sec {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1.8s ease-in-out;
        -moz-transition: all 1.8s ease-in-out;
        -ms-transition: all 1.8s ease-in-out;
        -o-transition: all 1.8s ease-in-out;
        transition: all 1.8s ease-in-out;
    }
    
    .team-count.visible,
    .team-content-sec.visible {
        opacity: 0;
    }
    /*corus-advantage*/
    
    .single-advantage-inner {
        width: 486px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin: 0 auto;
    }
    
    .single-advantage.sa-1 {
        background: #c4e6f3;
    }
    
    .single-advantage.sa-2 {
        background: #bde2cd;
    }
    
    .single-advantage.sa-3 {
        background: #edf6ab;
    }
    
    .single-advantage.sa-4 {
        background: #fbe0de;
    }
    
    .single-advantage h1,
    .single-advantage h2 {
        font-family: 'Mandrel Norm', sans-serif;
    }
    
    h2.advantage-st,
    h1.advantage-st {
        font-size: 42px;
        margin-bottom: 10px;
        color: #094072;
    }
    
    .about-ceo-inner h2 {
        font-size: 24px;
        margin-bottom: 5px;
        font-weight: bold;
        font-family: 'Manrope';
        color: #1890d7;
    }
    
    .about-ceo-inner p {
        margin-bottom: 5px;
        font-weight: bold;
        font-family: 'Manrope';
        color: #23416e;
    }
    
    .download-btn-area {
        background-color: #e1f4fd;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .download-btn-area .btn.blue {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /* ---------------------------------------- */
    
    .further {
        background: #aae0fa;
    }
    
    .further-content h1,
    .further-content h2 {
        font-size: 112px;
        color: #094072;
        font-weight: 300;
        margin: 0;
    }
    
    .further-content {
        padding-left: 175px;
        padding-top: 100px;
        padding-right: 175px;
    }
    
    .content-us {
        background-color: #e1f4fd;
        padding-top: 70px;
        padding-bottom: 60px;
    }
    
    .copyright-menu ul,
    .noonoos_social_icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: right;
    }
    
    .copyright-menu ul li,
    .noonoos_social_icons ul li {
        display: inline-block;
        margin-left: 5px;
    }
    
    .noonoos_social_icons a {
        width: 38px;
        height: 38px;
        display: inline-block;
        margin-right: 5px;
        text-align: center;
        font-size: 30px;
        line-height: 1;
    }
    
    .footer-logo img {
        width: 300px;
        margin-bottom: 20px;
    }
    
    .address_p p {
        margin-bottom: 0;
    }
    
    .noonoos_social_icons {
        padding-top: 15px;
    }
    
    .noonoos_social_icons p {
        font-weight: 500;
    }
    
    #review h1.advantage-st {
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .single_team img {
        z-index: 2;
        position: relative;
    }
    
    .singleteam_c {
        background: rgb(187, 226, 204, .8);
        position: relative;
        top: -90px;
        left: 0;
        width: 100%;
        padding-top: 80px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 10px;
    }
    
    .singleteam_c h1,
    .singleteam_c h2 {
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    
    .singleteam_c p {
        font-size: 14px;
    }
    
    .team_col {
        width: 20%;
        float: left;
        position: relative;
    }
    
    .team_col_1 {
        margin-top: 500px;
    }
    
    .team_col_2 {
        margin-top: 280px;
        left: -30px;
    }
    
    .team_col_3 {
        margin-top: 523px;
        left: -40px;
    }
    
    .team_col_4 {
        margin-top: 250px;
        left: -172px;
    }
    
    .team_col_5 {
        margin-top: 400px;
        left: -180px;
    }
    
    .single_team {
        width: 161px;
        margin: 0 auto;
        opacity: 1;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .single_bod {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .teamimage {
        border-radius: 5px;
        overflow: hidden;
    }
    
    h1.heroTitle,
    h2.heroTitle {
        font-size: 52px;
    }
    
    .review-content-container .review-image {
        width: 175px !important;
        height: auto !important;
        transform: translate(40px, 235px) translate(0%, -50%) !important;
    }
    
    .review-content-container .review-content {
        width: calc(100% - 284px) !important;
        float: left;
    }
    
    .desktop-none {
        display: none;
    }
    
    .map_hero {
        background-color: #42ad70;
        background-image: url(img/map-background.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }
    
    .map_hero a.btn {
        margin: 30px auto 0;
    }
    
    .mapContent {
        margin-top: 150px;
    }
    
    .map_header {
        margin-top: 100px;
    }
    
    .hero_2_content {
        display: flex;
        align-items: center;
    }
    
    .partners_area {
        background-color: #f1f1f1;
    }
    
    #map {
        height: 800px;
        background: #eceae4;
    }
    
    .map_logo {
        width: 154px;
        float: left;
        padding: 15px;
        border: 2px solid #ffffff;
        border-radius: 10px 0 0 10px;
    }
    
    .map_logo img {
        width: 100%;
        max-width: 150px;
    }
    
    .map_detail {
        width: calc(100% - 154px);
        float: right;
        padding: 10px 10px 0px 10px;
    }
    
    .btn-close {
        position: absolute;
        right: 0;
        padding: 10px;
        z-index: 999;
        width: 12px;
        height: 12px;
    }
    
    .map_detail a.link {
        text-align: right;
        font-size: 15px;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 14px;
    }
    
    .map_detail a.web {
        font-size: 15px;
        display: block;
    }
    
    .map_detail p {
        font-size: 15px;
        margin-bottom: 0px;
    }
    
    .map_detail h1,
    .map_detail h2 {
        font-size: 20px;
        margin-bottom: 0px;
        margin-top: 5px;
    }
    
    .ParvezModal .modal-body {
        padding: 0;
    }
    
    .ParvezModal .modal-content {
        border: 0 none;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .gm-style .gm-style-iw-c {
        padding: 0 !important;
    }
    
    .footer-line img {
        display: block;
    }
    
    .gm-ui-hover-effect {
        background: #FFF !important;
        top: 0px !important;
        right: -24px !important;
        opacity: 1 !important;
    }
    
    .wpgmp_infowindow a.websiteLink {
        display: block;
    }
    
    .wpgmp_infowindow a.readStory {
        display: block;
    }
    
    .wpgmp_infowindow a.dr_name {
        display: inline-block;
    }
    
    .wpgmp_infobox {
        border-radius: 10px;
        overflow: hidden;
    }
    
    .wpgmp_tabs_container {
        top: 10px !important;
    }
    
    .wpgmp_tabs_container .wpgmp_tabs li a.active {
        color: #3a5162 !important;
        background: #cbe40d !important;
    }
    
    .parvez-personal-info {
        padding-top: 20px;
    }
    
    .parvez-personal-info h3 {
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: 500;
        margin-top: 5px;
        color: #53b7e0;
    }
    
    .parvez-personal-info p {
        font-size: 16px;
    }
    
    .slider_nav {
        width: 195px;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }
    
    .customNextBtn,
    .customPrevBtn {
        cursor: pointer;
    }
    
    .float-btns {
        width: 65px;
        float: left;
    }
    
    .contact-form h3 {
        margin-bottom: 30px;
    }
    
    .modal-dialog {
        max-width: 1000px;
    }
    
    .modal-body {
        padding: 45px 45px 20px;
    }
    
    .close {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, .3);
        color: #000;
        border: 0;
        padding: 0;
    }
    
    .modalImage {
        margin-right: 20px;
    }
    
    h1.modal-title,
    h2.modal-title {
        font-size: 27.865px;
        margin: 0;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 35.702px;
        color: #53b7e0;
    }
    
    h3.modal-subtitle {
        font-size: 19.35px;
        margin: 0;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 28.058px;
        color: #111;
    }
    
    .modal-bio p {
        font-size: 16px;
        font-weight: 300;
        line-height: 2;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .single-advantage-inner p,
    .partnership-area-inner p {
        color: #094072;
    }
    
    .modal-backdrop.show {
        opacity: .8;
    }
    
    .hero-area-about {
        padding-top: 200px;
        padding-bottom: 200px;
        background-color: #f1f1f1;
    }
    
    .OurUniquePartnership {
        padding-top: 60px;
        padding-bottom: 70px;
        background-color: #f1f1f1;
    }
    
    a.normal_btn {
        text-decoration: underline;
        color: #57b6dd;
        margin-top: 30px;
        display: block;
    }
    
    a.normal_btn:hover {
        color: #57b6dd;
    }
    
    .our-story {
        padding-top: 60px;
        padding-bottom: 70px;
        background: #FFFFFF;
    }
    
    .our-story-content {
        padding-right: 20px;
        padding-bottom: 30px;
    }
    
    .our-story-area {
        padding-top: 10px;
    }
    
    .flex-row-reverse .our-story-area {
        padding-left: 0px;
        padding-right: 30px;
    }
    
    .story-btn-area {
        padding-top: 20px;
    }
    
    .our-story-area a.normal_btn {
        margin-top: 10px;
    }
    
    .story-btn-area .btn.blue {
        width: 18em;
        margin: 0 auto;
    }
    
    .about-ceo-content {
        float: none;
        padding-top: 20px;
    }
    
    .leadership_team .single_leadership {
        margin-bottom: 50px;
        cursor: pointer;
    }
    
    .our_up .owl-stage {
        left: -100px;
    }
    
    .our_up.owl-carousel .owl-stage-outer {
        margin-left: -28px;
    }
    
    .col-xl-11.pl-100.p-0 {
        overflow: hidden;
    }
    
    .our_up_single {
        background: #FFF;
        padding: 30px 15px 30px 35px;
        border-radius: 15px;
    }
    
    .our_unique_partnership {
        position: relative;
        padding-top: 30px;
        padding-left: 30px;
    }
    
    .our_up_single h1,
    .our_up_single h2 {
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: bold;
    }
    
    .ou_number {
        position: absolute;
        top: 0;
        left: 0px;
        width: 69px;
        height: 75px;
    }
    
    .ou_number_inner {
        position: relative;
    }
    
    .ou_number_inner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0px;
        width: 69px;
        height: 75px;
        background-color: #FFF;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        z-index: 2;
        background: url(img/small-head-circle.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .ou_number_flax {
        align-items: center;
        justify-content: center;
        width: 69px;
        height: 75px;
        border-radius: 1000px;
    }
    
    .our_up .ou_number .ou_number_inner img {
        width: 40px;
        z-index: 3;
    }
    
    .pms-header {
        padding-bottom: 10px;
        width: 860px;
    }
    
    .m_our_doctors_c.owl-carousel .owl-nav button span,
    .our_up.owl-carousel .owl-nav button span {
        font-size: 40px;
        border: 1px solid #000;
        height: 35px;
        width: 35px;
        display: block;
        line-height: 28px;
        border-radius: 1000px;
        margin: 0 5px;
    }
    
    .our_up.owl-carousel .owl-nav {
        margin-top: 15px;
        float: left;
        margin-left: 20px;
    }
    
    .our_up.owl-carousel .owl-dots {
        margin-top: 10px;
        float: right;
        margin-right: 300px;
    }
    
    .m_our_doctors_c.owl-carousel .owl-dots button.owl-dot,
    .our_up.owl-carousel .owl-dots button.owl-dot {
        width: 40px;
        height: 6px;
        border-radius: 0;
        display: inline-block;
        background: RGBA(0, 0, 0, 0.67);
        margin: 0 5px;
        border-radius: 5px;
    }
    
    .m_our_doctors_c.owl-carousel .owl-dots button.owl-dot.active,
    .our_up.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #53b7e0;
    }
    
    .m_our_doctors_c.owl-carousel .owl-dots button.owl-dot:focus,
    .our_up.owl-carousel .owl-dots button.owl-dot:focus {
        outline: none;
    }
    
    .m_our_doctors_c.owl-carousel .owl-nav .owl-prev {
        left: -45px;
        top: 55%;
        position: absolute;
    }
    
    .m_our_doctors_c.owl-carousel .owl-nav .owl-next {
        right: -45px;
        top: 55%;
        position: absolute;
    }
    
    .m_our_doctors_c.owl-carousel .owl-dots {
        text-align: center;
    }
    
    .wc-content {
        padding-bottom: 30px;
    }
    
    .wc-inner p,
    .wc-inner .advantage-st {
        color: #094072;
    }
    
    .why_corus_news ul {
        margin: 0;
    }
    
    .why_corus_news ul li {
        color: #094072;
    }
    
    .about-ceo-image {
        text-align: center;
        width: 425px;
        margin: 0 auto;
    }
    
    ul.blur li {
        opacity: 0;
        animation: fadeIn 1s ease-in both;
    }
    
    ul.blur li:nth-child(1) {
        animation-delay: 1s;
    }
    
    ul.blur li:nth-child(2) {
        animation-delay: 2s;
    }
    
    ul.blur li:nth-child(3) {
        animation-delay: 3s;
    }
    
    ul.blur li:nth-child(4) {
        animation-delay: 4s;
    }
    
    ul.blur li:nth-child(5) {
        animation-delay: 5s;
    }
    
    ul.blur li:nth-child(6) {
        animation-delay: 6s;
    }
    
    .scroll_text {
        margin-bottom: 15px;
    }
    
    .scroll_text strong {
        letter-spacing: .5px;
        font-size: 24px;
        color: #094072;
        font-weight: 900;
    }
    
    .push_text {
        padding: 30px;
        color: #23416e;
        text-align: center;
    }
    
    .d-inline-btn a.btn {
        display: inline-block;
        margin-right: 15px;
    }
    
    .about-ceo {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
    }
    
    .content-us .wpcf7-form .wpcf7-form-control-wrap {
        margin-bottom: 30px;
        width: 100%;
        float: left;
    }
    
    .single_blog_title {
        text-align: center;
        padding-top: 80px;
    }
    
    .single_blog_title h1 {
        font-size: 42px;
        color: #23416e;
    }
    
    .info-fcontainer h2,
    #secondary .widget h2 {
        font-size: 18px;
    }
    
    #secondary .widget ul {
        margin: 0;
        list-style: disclosure-closed;
    }
    
    #secondary .widget li {
        padding: 10px 10px 10px 0px;
        border-bottom: 1px solid #e7e6e6;
    }
    
    #secondary .widget li a {
        color: #263f52;
        font-size: 15px;
    }
    
    .wc-inner .storyTitle {
        font-size: 42px;
        font-weight: 600;
    }
    
    .our_team_section,
    .bod_section {
        background-image: url('img/bod_bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    
    .hbspt-form {
        width: 889px;
        margin: 0 auto;
    }
    
    .footer-sidebar .hbspt-form,
    #secondary .hbspt-form {
        width: 100%
    }
    
    .servicesImg {
        width: 150px;
        margin: 0 auto 20px;
    }
    
    .our_services {
        padding: 0 21px;
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }
    
    .services_section h1.advantage-st {
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    .our_services .servicesImg {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    .our_services:hover .servicesImg {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .our_services p {
        color: #23416e;
        font-size: 20px;
        font-weight: 500;
    }
    
    .releted_s_p_c .owl-prev,
    .releted_s_p_c .owl-next {
        position: absolute;
        top: 115px;
    }
    
    .releted_s_p_c .owl-next {
        right: 0;
    }
    
    .releted_s_p_c .owl-nav button span {
        font-size: 18px;
        background-color: rgba(0, 0, 0, .6);
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        color: #FFF;
    }
    
    .releted_s_p_c .owl-nav button:hover span {
        background-color: #fed03d;
    }
    
    ul.page-numbers {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .modalImage img,
    .team_image img {
        border-radius: 10px !important;
        overflow: hidden;
    }
    
    .single_leadership .team_image img,
    .single_bod .team_image img {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    .single_bod:hover .team_image img,
    .single_leadership:hover .team_image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .page-numbers li {
        display: inline-block;
        margin-right: 5px;
    }
    
    .page-numbers li .page-numbers {
        background: #57b6dd;
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        border-radius: 1000px;
        color: #FFF;
    }
    
    .page-numbers li:hover .page-numbers,
    .page-numbers li .page-numbers.current {
        background: #0b5e94;
    }
    
    .m_our_doctors_b a.btn {
        margin: 30px auto 0;
    }
    
    .expect_head h3 {
        font-size: 26px;
        font-family: 'Mandrel Norm', sans-serif;
        margin-bottom: 30px;
    }
    
    .expect_content {}
    
    .expect_content h3 {
        font-size: 24px;
    }
    
    .expect_content p {}
    
    .expect_content ul {
        margin-left: 0;
        padding: 0 0 0 20px;
    }
    
    .expect_content ul li {
        display: block;
        margin-bottom: 5px;
        position: relative;
        color: #23416e;
    }
    
    .expect_content ul li.expect_li_2,
    .expect_content ul li.expect_li_4 {
        margin-right: 0;
    }
    
    .expect_content ul li::after {
        position: absolute;
        /* background-attachment: fixed; */
        background-image: url('img/bullut-bg.png');
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        left: -20px;
        top: 10px;
        content: "";
        background-position: center center;
        background-size: cover;
    }
    
    .expect_bg {
        padding-top: 10px;
    }
    
    .expect_bg img {}
    /*  Home 2  */
    
    .home-2 .single-advantage {
        margin: 5px;
    }
    
    .home-2 .single-advantage.sa-1 {
        border-radius: 45px 0 0 0;
    }
    
    .home-2 .single-advantage.sa-2 {
        border-radius: 0 45px 0 0;
    }
    
    .home-2 .single-advantage.sa-3 {
        border-radius: 0 0 0 45px;
    }
    
    .home-2 .single-advantage.sa-4 {
        border-radius: 0 0 45px 0;
    }
    
    .home-2 .download-btn-area {
        margin-top: 5px;
    }
    
    .home-2 .single-advantage-inner {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    .home-2 .single-advantage:hover .single-advantage-inner {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .center_cor_logo_p {
        position: relative
    }
    
    .center_cor_logo {
        position: absolute;
        width: 200px;
        top: calc(50% - 100px);
        height: 200px;
    }
    
    .wpgmp_map_parent {
        margin-bottom: 0px !important;
    }
    
    .white-popup-block {
        background: #FFF;
        padding: 20px 30px;
        text-align: left;
        max-width: 800px;
        margin: 40px auto;
        position: relative;
    }
    
    .doctor_profile_bg.current {
        background-color: #fff;
    }
    
    .doctor_profile_bg {
        margin-top: 30px;
    }
    
    .menu_search {
        right: 0;
        top: calc(50% - 13px);
        position: absolute;
    }
    
    .menusearch {
        position: relative;
        display: table;
        width: 200px;
        height: 100%;
        margin-left: 15px;
    }
    
    .menusearch .menusearch-innr {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    
    .menusearch .menusearch-innr span {
        color: #094072;
        font-size: 20px;
        line-height: 100px;
        float: left;
    }
    
    .menusearch .menusearch-innr .menu_search input {
        width: 200px;
        color: #094072;
        height: 24px;
        border: none;
        font-size: 16px;
        max-width: 200px;
        font-weight: 400;
        padding-right: 30px;
        font-family: inherit;
        background: transparent;
        transition: all .3s ease-in-out 0s;
        border-bottom: 1px solid transparent;
        -webkit-appearance: textfield;
        border-radius: 0;
        opacity: 0;
        border-bottom-color: #094072;
    }
    
    .mobile-menu-open .menusearch .menusearch-innr input.search-visible,
    .menusearch .menusearch-innr:hover input.search-visible,
    .menusearch .menusearch-innr input.search-visible.active {
        opacity: 1;
    }
    
    .sticky-header .menusearch .menusearch-innr span {
        line-height: 70px;
    }
    
    .search-page .mobile-menu-open li .menusearch,
    .mobile-menu-open li .menusearch {
        margin-left: auto;
        margin-right: auto;
    }
    
    .search-page .menusearch .menusearch-innr span,
    .mobile-menu-open .menusearch .menusearch-innr span {
        line-height: 2;
    }
    
    .mobile-menu-open .menusearch .menusearch-innr .menu_search input {
        width: 200px;
        color: #094072;
        height: 24px;
        border: none;
        font-size: 18px;
        border-bottom: 1px solid transparent;
        border-radius: 0;
        opacity: 1;
        border-bottom-color: transparent;
        text-align: center;
    }
    
    .search-page .menusearch {
        margin-top: 30px;
        width: 300px;
        margin-left: 0;
    }
    
    .search-page .menusearch .menusearch-innr .menu_search input {
        width: 100%;
        max-width: 100%;
        opacity: 1;
        padding-left: 10px;
    }
    
    .search-page .menu_search {
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
    }
    
    .search-page .menusearch .menusearch-innr span {
        float: right;
    }
    
    .sidebar-border {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        margin-bottom: 100px;
    }
    
    .m_our_doctors {
        text-align: center;
        background: #fff;
        position: relative;
        margin-top: 120px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 1px;
        border-radius: 10px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    .m_our_doctors:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .m_img_doctor {
        width: 150px;
        height: 160px;
        margin: 0 auto;
        position: relative;
        top: -70px;
    }
    
    .m_img_doctor::after {
        background: url(img/image-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 164px;
        height: 175px;
        margin: 0 auto;
        position: absolute;
        content: '';
        left: -5px;
        top: -12px;
    }
    
    .m_img_doctor img {
        border-radius: 1000px;
    }
    
    .our_doctor_content {
        position: relative;
        top: -40px;
    }
    
    .m_our_doctors::before {
        background: #094072;
        width: 100%;
        height: 5px;
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
    }
    
    .our_doctor_content h2 {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    
    .m_our_doctors:hover .our_doctor_content h2 {
        color: #53b7e0;
    }
    
    .our_doctor_content p {
        color: #094072;
    }
    
    .m_our_doctors_b .btn {
        margin-top: 30px;
    }
    
    .awtrf_text ul {}
    
    .awtrf_text ul li {
        margin-bottom: 10px;
    }
    
    input.search-field {
        border: 1px solid #000;
    }
    
    span.search-instance {
        font-weight: bold;
        background: #f0e68c;
        padding: 2px;
        display: inline-block;
        text-transform: capitalize;
    }
    
    .noonoos_social_icons,
    .footer_text {
        padding-left: 10px;
    }
    
    .footer_text,
    .footer_text .phone_number {
        margin-bottom: 15px;
        width: 100%;
        display: inline-block;
    }
    
    .footer_text {
        font-size: 16px;
    }
    
    .footer_text strong {
        font-size: 18px;
        margin-right: 5px;
    }
    
    .our-story-content p {
        font-family: 'Mandrel Norm', sans-serif;
    }
    
    .corus-advantage {
        padding-top: 70px;
    }
    
    .Ourpartner {
        padding-top: 60px;
    }
    
    .parvez-rollover-title a {
        color: #23416e;
    }
    
    .s-blog-page .postexcerpt a {
        color: #57B6DD;
    }
    
    address p {
        font-size: 12px;
    }
    
    .related_post {
        margin-bottom: 50px;
    }
    
    .further-image img {
        width: 100%;
    }
.team-count .counter-box-2 .counter {
  font-size: 63px;
}
.team-count .counter-box-2 span i {
    font-size: 45px;
}


.hero-area.reversed.bottom.learn_about_career {
    background-color: #fff;
}

@media screen and (min-width: 1366px) {
    .hero-col-copy {
        width: 90%;
    }
}

 .learn_about_career .hero-area-content-inner a {
	font-weight: bold;
}