@charset "UTF-8";
@font-face {
    font-family: "CircularStd";
    src: url("../fonts/text-font/CircularStd-Black.eot");
    src: url("../fonts/text-font/CircularStd-Black-.eot#iefix") format("embedded-opentype"), url("../fonts/text-font/CircularStd-Black.woff") format("woff"), url("../fonts/text-font/CircularStd-Black.ttf") format("truetype"),
        url("../fonts/text-font/CircularStd-Black.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "CircularStd";
    src: url("../fonts/text-font/CircularStd-Bold.eot");
    src: url("../fonts/text-font/CircularStd-Bold-.eot#iefix") format("embedded-opentype"), url("../fonts/text-font/CircularStd-Bold.woff") format("woff"), url("../fonts/text-font/CircularStd-Bold.ttf") format("truetype"),
        url("../fonts/text-font/CircularStd-Bold.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "CircularStd";
    src: url("../fonts/text-font/CircularStd-Medium.eot");
    src: url("../fonts/text-font/CircularStd-Medium-.eot#iefix") format("embedded-opentype"), url("../fonts/text-font/CircularStd-Medium.woff") format("woff"), url("../fonts/text-font/CircularStd-Medium.ttf") format("truetype"),
        url("../fonts/text-font/CircularStd-Medium.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "CircularStd";
    src: url("../fonts/text-font/CircularStd-Book.eot");
    src: url("../fonts/text-font/CircularStd-Book-.eot#iefix") format("embedded-opentype"), url("../fonts/text-font/CircularStd-Book.woff") format("woff"), url("../fonts/text-font/CircularStd-Book.ttf") format("truetype"),
        url("../fonts/text-font/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
    font-weight: 400;
    font-style: normal;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    -ms-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    font-family: "CircularStd", sans-serif;
    font-size: 16px;
    color: #0b2238;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}
body.modal-open {
    padding-right: 0 !important;
    overflow: auto;
}
#wrapper,
#content {
    width: 100%;
    height: 100%;
}
button,
input {
    -webkit-outline: 0 !important;
    -moz-outline: 0 !important;
    -o-outline: 0 !important;
    -ms-outline: 0 !important;
    outline: 0 !important;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.btn,
.btn.focus,
.btn:active,
.btn.active,
.btn:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
}
img {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.tio {
    vertical-align: middle;
    display: inline-block;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
/*-----------------------------
  Selection
-----------------------------*/
::selection {
    background-color: var(--blue);
    color: #ffffff;
}

.title_sections {
    margin-bottom: 4.25rem;
}
.title_sections .before_title {
    margin-bottom: 1.25rem;
}
.title_sections .before_title span {
    color: #0b2238;
    font-size: 1rem;
    font-weight: 500;
}
.title_sections .before_title span:last-child {
    color: var(--blue);
}
.title_sections h2 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    color: #0b2238;
}
.title_sections p {
    color: #6c7a87;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
    .title_sections {
        margin-bottom: 2.5rem;
    }
}

.title_sections_inner {
    margin-bottom: 3.125rem;
}
.title_sections_inner .before_title {
    margin-bottom: 1.25rem;
}
.title_sections_inner .before_title span {
    color: #0b2238;
    font-size: 1rem;
    font-weight: 500;
}
.title_sections_inner .before_title span:last-child {
    color: var(--blue);
}
.title_sections_inner h2 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    color: #0b2238;
}
.title_sections_inner p {
    color: #6c7a87;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
}
.title_sections_inner .btn {
    margin-top: 1.25rem;
}
@media (max-width: 991px) {
    .title_sections_inner {
        margin-bottom: 2.5rem;
    }
}

/*-----------------------------
  Style header Default
-----------------------------*/
header {
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(11, 34, 56, 0);
    -webkit-backdrop-filter: saturate(1) blur(20px) !important;
    -moz-backdrop-filter: saturate(1) blur(20px) !important;
    -o-backdrop-filter: saturate(1) blur(20px) !important;
    -ms-backdrop-filter: saturate(1) blur(20px) !important;
    backdrop-filter: saturate(1) blur(20px) !important;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
header.no_blur {
    -webkit-backdrop-filter: none !important;
    -moz-backdrop-filter: none !important;
    -o-backdrop-filter: none !important;
    -ms-backdrop-filter: none !important;
    backdrop-filter: none !important;
}
.fixed-header header {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(1) blur(20px) !important;
    -o-backdrop-filter: saturate(1) blur(20px) !important;
    -ms-backdrop-filter: saturate(1) blur(20px) !important;
    backdrop-filter: saturate(1) blur(20px) !important;
    border-bottom: 1px solid #edeef1;
}
@-moz-document url-prefix() {
    .fixed-header header {
        background: white;
        border-bottom: 0 !important;
        backdrop-filter: saturate(1) blur(0);
        box-shadow: 0px 10px 40px 0px rgba(11, 34, 56, 0.05);
    }
}
header .navbar {
    height: 60px;
    padding: 0;
}
header .navbar .navbar-brand {
    font-weight: 600;
    font-size: 22px;
}
header .navbar .navbar-brand .logo {
    vertical-align: bottom;
    margin-right: 0.5rem;
    width: 200px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 1.25rem;
    background-color: transparent;
}
@media (max-width: 991px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 0.75rem 0;
    }
}
header .navbar .navbar-collapse .navbar-nav .dropdown.show .nav-link {
    color: var(--blue) !important;
}
header .navbar .navbar-collapse .nav_account .btn {
    font-size: 15px;
}
header .navbar .navbar-collapse .nav_account.btn_demo2 .btn_sm_primary {
    background-color: rgba(22, 93, 245, 0.1);
    color: var(--blue);
}
header .navbar .navbar-collapse .nav_account.btn_demo3 .btn_sm_primary {
    border: 1px solid var(--blue);
}
@media (max-width: 991px) {
    header {
        background: #ffffff;
    }
    header .navbar-toggler:focus {
        border: 0;
        outline: 0;
        box-shadow: none;
    }
    header .navbar {
        height: auto;
        /*padding: 0.75rem;*/
        padding: 0;
    }
    header .navbar-brand {
        color: #0b2238 !important;
        font-size: 18px !important;
    }
    header .navbar-brand .logo {
        width: 170px !important;
    }
    header .navbar-collapse {
        margin-left: 0 !important;
    }
    header .navbar-collapse .navbar-nav {
        padding-bottom: 1rem;
    }
    header .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #0b2238 !important;
    }
    header .navbar-collapse .navbar-nav .nav-item .nav-link.active {
        color: var(--blue) !important;
    }
    header .navbar-collapse .nav_account {
        border-top: 1px solid var(--blue);
        padding: 1rem 0;
    }
    header .navbar-collapse .nav_account .btn-default {
        color: #0b2238 !important;
    }
    header .navbar-collapse .nav_account .btn-primary {
        background-color: var(--blue) !important;
        color: #ffffff !important;
    }
}


header .navbar {
    height: auto;
    padding: 0rem;
}
/*-----------------------------
  Fixed header
-----------------------------*/
@media (max-width: 991px) {
    .fixed-header header {
        background: #ffffff !important;
    }
}
.fixed-header header.nav-product .navbar-brand {
    color: #0b2238 !important;
}
.fixed-header header.nav-product .nav-pills .nav-item .nav-link {
    color: #0b2238 !important;
}
.fixed-header header.nav-product .nav-pills .nav-item .nav-link.active {
    color: var(--blue) !important;
}
.fixed-header header.nav-product .nav_account .btn-default {
    color: #0b2238 !important;
}
.fixed-header header.nav-product .nav_account .btn-primary {
    background-color: var(--blue) !important;
    color: #ffffff !important;
}
.fixed-header .gch_header_light .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    border-radius: 0;
    line-height: 54px;
}
.fixed-header .gch_header_light .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    -webkit-box-shadow: 0px 3px 0px 0px var(--blue) !important;
    -moz-box-shadow: 0px 3px 0px 0px var(--blue) !important;
    -o-box-shadow: 0px 3px 0px 0px var(--blue) !important;
    -ms-box-shadow: 0px 3px 0px 0px var(--blue) !important;
    box-shadow: 0px 3px 0px 0px var(--blue) !important;
}
@media (max-width: 767px) {
    .fixed-header .gch_header_light .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
    }
}

/*-----------------------------
  header-white 
-----------------------------*/
.header-white {
    width: 100%;
    left: 0;
    z-index: 12;
    background-color: #ffffff;
}
.header-white .navbar-collapse .nav-item .nav-link {
    color: #000;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    transition: 0.4s !important;
}
.header-white .navbar-collapse .nav-item .nav-link:hover {
    color: var(--blue);
}
.header-white .navbar-collapse .nav-item .nav-link.active {
    color: var(--blue);
    background-color: transparent;
}
.header-white .navbar-collapse .nav-item.active .nav-link {
    color: var(--blue);
    background-color: transparent;
}
@media (max-width: 991px) {
    .header-white .nav_account .filter-blur {
        background: #fff !important;
        color: #000 !important;
    }
}
.fixed-header .header-white .navbar .filter-blur {
    -webkit-backdrop-filter: none !important;
    -moz-backdrop-filter: none !important;
    -o-backdrop-filter: none !important;
    -ms-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background: #000 !important;
    color: #000 !important;
}
@media (max-width: 991px) {
    .fixed-header .header-white .nav_account .filter-blur {
        background: #000 !important;
        color: #000 !important;
    }
}
.fixed-header .nav_account .bg-white {
    background-color: #0b2238 !important;
    color: #000 !important;
}


/*-----------------------------
  FEATURES HOME
-----------------------------*/
.features_section .list-group .list-group-item {
    display: inline-flex;
    padding: .5rem 0;
}
.features_section .list-group .list-group-item img {
    margin-right: 0.5rem;
}
.features_section .list-group .list-group-item .record_outlined {
    font-weight: 800;
    font-size: 20px;
    margin-top: 0.1rem;
}
.features_section .images_desc {
    position: relative;
}
.features_section .images_desc img {
    width: 100%;
    z-index: 1;
    position: relative;
}
.features_section .images_desc:before {
    content: "";
    background-image: url("../img/shape-before-web.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 100%;
    position: absolute;
    top: 6%;
    left: 7%;
    z-index: 0;
}


/*-----------------------------
  LOGOS HOME
-----------------------------*/
.logos_section h3 {
    font-size: 16px;
    font-weight: 400;
    color: #6c7a87;
    margin-bottom: 2.5rem;
}
.logos_section .wrapper_logos {
    position: relative;
    direction: ltr;
}
.logos_section .wrapper_logos .bx-wrapper {
    min-width: 100%;
}
.logos_section .wrapper_logos .logos_masks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background: linear-gradient(to right, #f7f8f9 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #f7f8f9 100%) !important;
    -moz-background: linear-gradient(to right, #f7f8f9 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #f7f8f9 100%) !important;
    -o-background: linear-gradient(to right, #f7f8f9 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #f7f8f9 100%) !important;
    -ms-background: linear-gradient(to right, #f7f8f9 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #f7f8f9 100%) !important;
    background: linear-gradient(to right, #f7f8f9 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #f7f8f9 100%) !important;
}
.logos_section .items .item-client {
    margin: 0;
    position: relative;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    transition: 0.4s !important;
}
@media (max-width: 991px) {
    .logos_section .items .item-client {
        display: inline-block;
        margin-bottom: 1.5rem;
    }
}
.logos_section .items .item-client img {
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    transition: 0.4s !important;
}

/*-----------------------------
  banner_title
-----------------------------*/
.banner_title .offer {
    padding: 0.85rem 1.45rem;
    border-radius: 12px;
    background-color: rgba(11, 34, 56, 0.1);
    width: max-content;
}
.banner_title h1 {
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 0.875rem;
    margin-top: 1.875rem;
}
.banner_title p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.875rem;
}
.banner_title .tio {
    display: inline-block;
    vertical-align: middle;
}

/*-----------------------------
  SLIDER HOME
-----------------------------*/
.banner-home{
    position: relative;
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top: 60px;
    background-image: url('https://oncologopacheco.com/wp-content/uploads/2022/02/pacheco-bg-1.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.banner-home.gradient:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #ffffff 70%);
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #ffffff 70%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #ffffff 70%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #ffffff 70%);
}
.banner-home h1{
    font-size: 3rem;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0.7rem;
}
.banner-home p{
    font-size: 1.3rem;
    margin: 0;
}
.banner-home .banner-home-image{
    overflow: hidden;
    border-radius: 8px;
    height: 28rem;
    position: relative;
    width: 100%;
    background: rgb(113,209,246);
    background: -moz-linear-gradient(0deg, #001c33 0%, #002688 100%);
    background: -webkit-linear-gradient(0deg, #001c33 0%, #002688 100%);
    background: linear-gradient(0deg, #001c33 0%, #002688 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#71d1f6",endColorstr="#0093d1",GradientType=1);
}
.banner-home .banner-home-image img{
    object-fit: cover;
}
@media (max-width: 991px) {
    .banner-home{
        padding: 4rem 0;
        height: auto;
        background-size: cover !important;
        background-position: center !important;
    }
    .banner-home h1 {
        font-size: 2.3rem;
    }
    .banner-home p {
        font-size: 1rem;
    }
    .banner-home .banner-home-image {
        height: 24rem;
    }

}

/*-----------------------------
  BANNER SM
-----------------------------*/
.banner-sm{
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top: 60px;
    background-image: url('https://oncologopacheco.com/wp-content/uploads/2022/02/pacheco-bg-1.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.banner-sm h1{
    font-size: 3rem;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 0.7rem;
}
.banner-sm p{
    font-size: 1.2rem;
    margin: 0;
}
.banner-sm span{
    color: var(--blue);
}
.banner-sm span a{
    color: var(--blue);
}

@media (max-width: 991px) {
    .banner-sm{
        padding: 4rem 0;
        height: auto;
        background-size: cover !important;
        background-position: center !important;
    }
    .banner-sm h1 {
        font-size: 2.3rem;
    }
    .banner-sm p {
        font-size: 1rem;
    }
    .single-post .banner-sm h1 {
        font-size: 1.5rem;
    }
}


/*-----------------------------
  about_agency
-----------------------------*/
.about_agency {
    position: relative;
    overflow: hidden;
}
.about_agency:before {
    content: "";
    display: block;
    background: url("../img/grid.svg");
    background-repeat: no-repeat;
    width: 820px;
    height: 260px;
    position: absolute;
    right: -2rem;
    top: 5rem;
}
.about_agency h2{
    font-size: 2.2rem;
    margin-bottom: 0;
    color: #2b2bf5;
}
.about_agency hr{
    width: 70%;
    margin: 1.3rem 0;
}
.about_agency p{
    color: #505050;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0.9rem;
    display: flex;
    align-items: baseline;
}
.about_agency p i{
    width: 1.6rem;
    color: #8b8bff;
    font-size: 1.2rem;
}
.about_agency ul li{
    color: #505050;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
}
.about_agency ul{
    padding-left: 3.5rem;
}
@media (max-width: 991px) {
    .about_agency:before {
        right: 0;
        width: 100px;
    }
}
@media (max-width: 767px) {
    .about_agency:before {
        display: none;
    }
}
.about_agency .pro_agency {
    margin-top: 3rem;
}
@media (max-width: 767px) {
    .about_agency .pro_agency {
        margin-top: 2rem;
    }
}
.about_agency .pro_agency img {
    /*height: 670px;*/
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
@media (max-width: 767px) {
    .about_agency .pro_agency img {
        height: 350px;
    }
}


.aboutme h2{
    font-size: 1.3rem;
}
.service-cta {
    padding: 2rem 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--blue);
    border: 0px solid var(--blue);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}
.service-cta h2 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1rem;
}
.service-cta p {
    color: #fff;
}

/*-----------------------------
  CONTACT
-----------------------------*/
.contact_six {
    box-shadow: none !important;
}
.contact_six .title_sections_inner {
    border-bottom: 1px solid #edeef1;
    position: relative;
}
.contact_six .title_sections_inner h2 {
    margin-bottom: 1.875rem;
}
.contact_six .title_sections_inner::after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #0b2238;
}
.contact_six .information_agency .item_data p {
    margin-bottom: 0.313rem;
    color: #6c7a87;
    font-size: 14px;
}
.contact_six .information_agency .item_data .tel {
    color: #0b2238;
    font-size: 16px;
    font-weight: 500;
    display: block;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
.contact_six .information_agency .item_data .tel:hover {
    color: var(--blue);
}
.contact_six .scoail__media {
    margin-top: 40px;
}
.contact_six .scoail__media a {
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #f7f8fa;
    margin-right: 10px;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
.contact_six .scoail__media a .tio {
    font-size: 18px;
    color: #0b2238;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
.contact_six .scoail__media a:hover {
    background-color: var(--blue);
}
.contact_six .scoail__media a:hover .tio {
    color: #ffffff;
}
.contact_six .form_cc_four .form-control {
    background-color: #f7f8fa;
    border-color: transparent;
}
.contact_six .form_cc_four .form-control:focus {
    border-color: #edeef1;
    background-color: #ffffff;
}

/*-----------------------------
  BLOG INDEX
-----------------------------*/
.blog_acm .title_sections_inner {
    border-bottom: 1px solid #edeef1;
    position: relative;
}
.blog_acm .title_sections_inner h2 {
    margin-bottom: 1.875rem;
}
.blog_acm .title_sections_inner::after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #0b2238;
}
/*-----------------------------
  BLOG LOOP
-----------------------------*/
.blog-item{
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px #ececec solid;
}
.blog-item .blog-item-image{

}
.blog-item .blog-item-content{
    background-color: #f7f8fa;
    padding: 1.3rem 1.5rem;
}
.blog-item .blog-item-content h2{
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
}
.blog-item .blog-item-content p{
    color: #737373;
    font-size: 0.9rem;
    font-weight: 500;
}
.btn-blog{
    color: var(--blue);
    border-radius: 0;
    padding: 5px 10px;
    border-bottom: 2px var(--blue) solid;
}

/*=== Small Button ====
==================*/
.btn_sm_primary {
    padding: 0.7rem 1.55rem;
    font-size: 15px;
    text-align: center;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
.btn_sm_primary:hover {
    opacity: 0.9;
}

/*=== Medium Button ====
==================*/
.btn_md_primary {
    padding: 0.85rem 1.8rem;
    font-size: 15px;
    text-align: center;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
.btn_md_primary:hover {
    opacity: 0.9;
}

/*=== Large Button ====
==================*/
.btn_lg_primary {
    padding: 0.9rem 2.3rem;
    font-size: 15px;
    text-align: center;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
.btn_lg_primary:hover {
    opacity: 0.9;
}

/*-----------------------------
  Menu Mobile
-----------------------------*/
.menu {
    color: #0b2238;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    outline: none;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearence: none;
    -webkit-tap-highlight-color: transparent;
}
.menu.ripplemenu:active:before {
    background: var(--blue);
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    opacity: 0.25;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: -9px;
    animation: RippleMenu 0.3s cubic-bezier(0.29, -0.01, 0.17, 0.95);
}
.menu svg {
    width: 44px;
    height: 48px;
    top: -6px;
    left: -14px;
    stroke: #0b2238;
    stroke-width: 0.2rem;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
    position: absolute;
}
@media (max-width: 991px) {
    .menu svg {
        left: 0;
    }
}
.menu svg path {
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    transform: translateZ(0);
}
.menu svg path:nth-child(2) {
    --duration: 0.7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
}
.menu svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
}
.menu.active svg path {
    --offset: 57px;
}
.menu.active svg path:nth-child(1),
.menu.active svg path:nth-child(3) {
    --delay: 0.15s;
    --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
}
.menu.active svg path:nth-child(2) {
    --duration: 0.4s;
    --offset: 2px;
    --array-1: 1px;
}
.menu.active svg path:nth-child(3) {
    --offset: 58px;
}

/*-----------------------------
  Back to top with progress indicator
-----------------------------*/
.prgoress_indicator {
    position: fixed;
    left: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #4242ff8c;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transform: translateY(15px) !important;
    -moz-transform: translateY(15px) !important;
    -o-transform: translateY(15px) !important;
    -ms-transform: translateY(15px) !important;
    transform: translateY(15px) !important;
    -webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}
.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.prgoress_indicator::after {
    position: absolute;
    font-family: "The-Icon-of";
    content: "\e9a2";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #c5c5c5;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}
.prgoress_indicator::before {
    position: absolute;
    font-family: "The-Icon-of";
    content: "\e9a2";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}
.prgoress_indicator:hover::after {
    color: var(--blue);
}
.prgoress_indicator:hover:before {
    opacity: 1;
}
.prgoress_indicator svg path {
    fill: none;
}
.prgoress_indicator svg.progress-circle path {
    stroke: var(--blue);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}
@media (max-width: 768px) {
    .prgoress_indicator {
        display: none;
    }
}

/*-----------------------------
  form-group
-----------------------------*/
.form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #0b2238;
}
.form-group input,
.form-group select {
    height: 55px;
    padding-left: 1.25rem;
    color: #0b2238 !important;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
    border-color: #edeef1;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
.form-group input:focus,
.form-group input:active,
.form-group select:focus,
.form-group select:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border-color: var(--blue);
}
.form-group input::placeholder,
.form-group select::placeholder {
    color: rgba(11, 34, 56, 0.5);
    font-size: 13px;
    font-weight: 400;
}
.form-group textarea {
    padding: 1.25rem;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
    border-color: #edeef1;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
    height: 150px;
}
.form-group textarea::placeholder {
    color: rgba(11, 34, 56, 0.5);
    font-size: 13px;
    font-weight: 400;
}
.form-group textarea:focus,
.form-group textarea:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border-color: var(--blue);
}
.form-group .custom-select {
    background-color: #ffffff;
    background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Edown_key%3C/title%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E")
        no-repeat right 0.75rem center/18px 20px;
}

/*-----------------------------
  custom-checkbox 
-----------------------------*/
.custom-checkbox .custom-control-input:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--blue);
    border-color: var(--blue);
}
.custom-checkbox .custom-control-label {
    padding-right: 0.3rem;
}
.custom-checkbox .custom-control-label::before {
    width: 1.25rem;
    height: 1.25rem;
    border-color: #ced3e0;
}
.custom-checkbox .custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem;
}

/**
 * ----------------------------------------
 * Default dropdown
 * ----------------------------------------
 */
.dropdown .dropdown-toggle {
    text-transform: capitalize;
}
.dropdown .dropdown-toggle::after {
    display: none;
}
.dropdown .dropdown-toggle .icon_arrow {
    display: none;
}
@media (max-width: 991px) {
    .dropdown .dropdown-toggle {
        position: relative;
        display: flex;
        justify-content: space-between;
        background-color: #ffffff;
        margin-left: -1.7rem !important;
        margin-right: -1.7rem !important;
        padding-left: 1.7rem !important;
        padding-right: 3rem !important;
        overflow: hidden;
    }
    .dropdown .dropdown-toggle .icon_arrow {
        display: block;
    }
    .dropdown .dropdown-toggle .icon_arrow .tio {
        position: absolute;
        right: auto;
        top: calc(50% - 9px);
        transform-origin: center;
        -webkit-transition: 0.4s !important;
        -moz-transition: 0.4s !important;
        -o-transition: 0.4s !important;
        -ms-transition: 0.4s !important;
        transition: 0.4s !important;
    }
}
@media (max-width: 991px) {
    .dropdown .dropdown-toggle.active {
        background-color: #f7f8fa !important;
    }
}
.dropdown .dropdown-toggle.active .icon_arrow .tio {
    transform: rotate(90deg);
}
.dropdown .dropdown-menu {
    margin: 0;
}
@media (max-width: 991px) {
    .dropdown .dropdown-menu {
        max-height: 300px;
        overflow: auto !important;
    }
}
.dropdown .dropdown-menu .dropdown-item {
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    transition: 0.4s !important;
}
.dropdown .dropdown-menu .dropdown-item .icon_arrow .tio {
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    transform-origin: center;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    transition: 0.4s !important;
}
.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f7f8fa;
    color: var(--blue);
}
.dropdown .dropdown-menu .dropdown-item:active .icon_arrow .tio,
.dropdown .dropdown-menu .dropdown-item:focus .icon_arrow .tio,
.dropdown .dropdown-menu .dropdown-item:hover .icon_arrow .tio {
    transform: rotate(90deg);
}
.dropdown .dropdown-menu .dropdown-item .item_new {
    background-color: #31d1ab;
    color: #ffffff;
    font-size: 12px;
    padding: 0.1rem 0.5rem;
    border-radius: 4px;
    display: inline-block;
}
.dropdown .dropdown-menu.single-drop {
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
    -moz-box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
    -o-box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
    -ms-box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
    box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
    min-width: 210px;
    padding-top: 15px;
    padding-bottom: 15px;
    transform: perspective(300px) rotateX(-15deg);
    -webkit-transform: perspective(300px) rotateX(-15deg);
    -moz-transform: perspective(300px) rotateX(-15deg);
    -o-transform: perspective(300px) rotateX(-15deg);
    -ms-transform: perspective(300px) rotateX(-15deg);
    transform-origin: 50% -50px;
    -moz-transform-origin: 50% -50px;
    -webkit-transform-origin: 50% -50px;
    -o-transform-origin: 50% -50px;
    -ms-transform-origin: 50% -50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -ms-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    display: inline-block;
    /**
    * ----------------------------------------
    * For Mobile
    * ----------------------------------------
    */
}
@media (min-width: 992px) {
    .dropdown .dropdown-menu.single-drop {
        height: auto !important;
    }
}
@media (min-width: 768px) {
    .dropdown .dropdown-menu.single-drop.sm_dropdown {
        top: 57px;
    }
}
@media (max-width: 991px) {
    .dropdown .dropdown-menu.single-drop {
        box-shadow: none;
        display: block;
        transform: none !important;
        overflow: hidden;
        height: 0;
        width: 100%;
        padding: 0;
        -webkit-transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
        -moz-transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
        -o-transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
        -ms-transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
        transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
        box-shadow: none !important;
    }
}
.dropdown .dropdown-menu .dropdown_menu_nav {
    padding: 0;
}
.dropdown .dropdown-menu .dropdown_menu_nav li {
    list-style: none;
}
.dropdown .dropdown-menu .dropdown_menu_nav li .dropdown-item {
    padding: 0.4rem 1.5rem;
}
.dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_title {
    display: block;
    color: #6c7a87;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 1rem;
    margin-bottom: 0.938rem;
}
@media (max-width: 991px) {
    .dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_title {
        margin: 0.938rem 0;
    }
}
.dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_nav_menu .nav_meun {
    padding: 0;
    margin: 0;
}
.dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_nav_menu .nav_meun li {
    list-style: none;
    padding: 0;
}
.dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_nav_menu .nav_meun li .dropdown-item {
    border-radius: 6px;
    padding: 0.4rem 1rem;
    color: #0b2238;
    font-size: 16px;
    -webkkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
.dropdown .dropdown-menu .dropdown_menu_nav .item_colume .sub_nav_menu .nav_meun li .dropdown-item:hover {
    background-color: #f7f8fa;
    color: var(--blue);
}
.dropdown.show .dropdown-menu.single-drop {
    transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transition-timing-function: ease-out;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -ms-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 991px) {
    .dropdown .active + .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

/**
 * ----------------------------------------
 * Dropdown Full Width
 * ----------------------------------------
 */
.dropdown_full .dropdown-menu .dropdown_menu_nav {
    display: flex;
    padding: 1.25rem 1.875rem;
}
@media (max-width: 991px) {
    .dropdown_full .dropdown-menu .dropdown_menu_nav {
        display: block;
        padding: 0 0.3rem 0 0;
    }
}
.dropdown_full .dropdown-menu .dropdown_menu_nav .item_colume {
    width: calc(100% / 5);
}
@media (max-width: 991px) {
    .dropdown_full .dropdown-menu .dropdown_menu_nav .item_colume {
        width: 100%;
    }
}

/**
 * ----------------------------------------
 * Sub Dropdown menu
 * ----------------------------------------
 */
.dropdown-submenu {
    position: relative;
    list-style: none;
}
.dropdown-submenu .dropdown-menu.sec-drop {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
    -moz-box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
    -o-box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
    -ms-box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
    box-shadow: 0px 20px 60px 0px rgba(11, 34, 56, 0.1) !important;
    min-width: 210px;
    transform: perspective(300px) rotateX(-15deg);
    -webkit-transform: perspective(300px) rotateX(-15deg);
    -moz-transform: perspective(300px) rotateX(-15deg);
    -o-transform: perspective(300px) rotateX(-15deg);
    -ms-transform: perspective(300px) rotateX(-15deg);
    transform-origin: 50% -50px;
    -moz-transform-origin: 50% -50px;
    -webkit-transform-origin: 50% -50px;
    -o-transform-origin: 50% -50px;
    -ms-transform-origin: 50% -50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -ms-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    display: inline-block;
    /**
    * ----------------------------------------
    * For Mobile
    * ----------------------------------------
    */
}
@media (max-width: 991px) {
    .dropdown-submenu .dropdown-menu.sec-drop {
        box-shadow: none !important;
        display: block;
        transform: none !important;
        overflow: auto;
        width: 100%;
        visibility: visible;
        opacity: 1;
        -webkit-transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
        -moz-transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
        -o-transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
        -ms-transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
        transition: height 0.4s cubic-bezier(0.35, 0.2, 0.2, 1) !important;
    }
}
.dropdown-submenu.show .sec-drop {
    transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transition-timing-function: ease-out;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    -ms-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s !important;
    opacity: 1;
    visibility: visible;
}
.dropdown-submenu.show:active,
.dropdown-submenu.show:focus,
.dropdown-submenu.show:hover {
    background-color: #f7f8fa;
    color: var(--blue);
}
@media (max-width: 991px) {
    .dropdown-submenu.show:active,
    .dropdown-submenu.show:focus,
    .dropdown-submenu.show:hover {
        background-color: transparent !important;
    }
}
.dropdown-submenu.show:active .icon_arrow .tio,
.dropdown-submenu.show:focus .icon_arrow .tio,
.dropdown-submenu.show:hover .icon_arrow .tio {
    transform: rotate(90deg);
}
@media (max-width: 991px) {
    .dropdown-submenu.show:active .icon_arrow .tio,
    .dropdown-submenu.show:focus .icon_arrow .tio,
    .dropdown-submenu.show:hover .icon_arrow .tio {
        transform: none !important;
    }
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        top: inherit;
        left: inherit;
        margin-top: inherit;
    }
}
@media (max-width: 991px) {
    .dropdown-submenu .dropdown-toggle {
        font-size: 13px;
        text-transform: uppercase;
        color: #6c7a87;
    }
}
.dropdown-submenu .dropdown-toggle .icon_arrow {
    display: block;
}
@media (max-width: 991px) {
    .dropdown-submenu .dropdown-toggle .icon_arrow {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .dropdown-submenu .active + .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    .single-drop .dropdown-submenu .dropdown-toggle:hover,
    .single-drop .dropdown-submenu .dropdown-toggle:focus,
    .single-drop .dropdown-submenu .dropdown-toggle:active {
        background-color: transparent !important;
    }
}
@media (max-width: 991px) {
    .single-drop .dropdown-submenu .dropdown-toggle.active {
        background-color: transparent !important;
        color: var(--blue);
    }
}

/*-----------------------------
  defalut-footer
-----------------------------*/
footer {
    position: relative;
    background-color: #001931 !important;
    z-index: 1;
    overflow: hidden;
    padding: 5rem 0;
}
footer .copyright {
    color: #9da6af;
    font-size: 14px;
}
footer .copyright a {
    color: #ffffff;
}
footer .copyright a:hover {
    text-decoration: underline;
}

.trp-language-switcher > div > a {
    color: #6f6f6f;
    font-size: 13px;
}
.trp-language-switcher > div {
    background-position: calc(100% - 10px) calc(1em + -3px), calc(100% - 5px) calc(1em + -3px);
}
.trp-language-switcher {
    margin: 4px;
}


