/* ************************************************************
:: Template Name: Corbus - Corporate Business Template
:: Template URI: https://theme-land.com/corbus/
:: Template Author Name: theme_land
:: Template Author URI: hridoy1272@gmail.com
:: Version: 1.0.0
:: Created: 04 March 2020
************************************************************ 
*
*
******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
    :: 8.1 WELCOME AREA CSS HOMEPAGE-2
    :: 8.2 WELCOME AREA CSS HOMEPAGE-3
:: 9.0 BENIFITS AREA CSS
:: 10.0 ABOUT AREA CSS
:: 11.0 SERVICE AREA CSS
:: 12.0 SERVICE CONTENTS AREA CSS
:: 13.0 WHY CHOOSE US AREA CSS
:: 14.0 PORTFOLIO AREA CSS
:: 15.0 TESTIMONIAL AREA CSS
:: 16.0 BRANDING AREA CSS
:: 17.0 PRICE PLAN AREA CSS
:: 18.0 TEAM AREA CSS
:: 19.0 BLOG AREA CSS
:: 20.0 BLOG PAGE AREA CSS
:: 21.0 BLOG PAGE DETAILS AREA CSS
:: 22.0 CONTACT AREA CSS
:: 23.0 FOOTER AREA CSS
:: 24.0 BREADCRUMB AREA CSS
:: 25.0 REVIEWS AREA CSS
****************************** */

/* ******************************
:: 1.0 WEB FONTS
****************************** */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');

/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */
@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(owl.carousel.min.css);
@import url(jquery.fancybox.min.css);
@import url(animate.min.css);
@import url(themify-icons.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4c5462;
    position: relative;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.container-fluid {
    padding: 0 5%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
}
h1 {
    font-size: 2.8em;
    font-weight: 800;
    line-height: 1.2;
}
h2 {
    font-size: 40px;
    line-height: 1.3;
}
h3 {
    font-size: 20px;
    line-height: 1.2;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #777;
    margin-bottom: 0;
}
a {
    color: #444;
}
a:hover {
    color: #0F4C81;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
ol li,
ul li {
    list-style: none;
}
img {
    height: auto;
    max-width: 100%;
}
/* ******************************
:: 4.0 COMMON CSS
****************************** */
.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}
.fw-5 {
    font-weight: 500;
}
.fw-6 {
    font-weight: 600;
}
.fw-7 {
    font-weight: 700;
}
.fw-8 {
    font-weight: 800;
}
.op-5 {
    opacity: 0.5;
}
.z-1 {
    z-index: 1;
}
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.z-3 {
    z-index: 3;
}
.z-4 {
    z-index: 4;
}
.z-5 {
    z-index: 5;
}
.avatar-sm {
    height: 3rem;
    width: 3rem;
}
.avatar-md {
    height: 4rem;
    width: 4rem;
}
.avatar-lg {
    height: 5rem;
    width: 5rem;
}
.service-avatar {
    width: 8em;
}
.h-100vh {
    height: 100vh;
}
.progress {
    height: 0.5rem;
}
.bg-inherit {
    background: inherit !important;
}
.pos-abs-top-right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}
.radius-100 {
    border-radius: 100px !important;
}
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel .owl-item img {
    width: auto;
}

.text-white-50 {
    color: rgba(255, 255, 255, .8) !important;
}
.owl-prev:focus,
.owl-next:focus {
    outline: none;
}
.tooltip > .tooltip-inner {
    background-color: #0F4C81;
    padding: 6px;
}
.tooltip-arrow,
.tooltip.top .tooltip-arrow {
    border-top-color: #0F4C81;
}

.inner-wrapper {
    min-height: 100vh;
    width: 100%;
}

.text-primary {
    color: #333 !important;
}

.text-secondary {
    color: #888;
}

.color-primary {
    color: #0F4C81;
}

.color-secondary {
    color: #444;
}

.feature-icon {
    position: relative;
    height: 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    background-color: #f3f5f7;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.feature-icon::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: -1;
}

.icon-animation:hover .feature-icon {
    color: #B3A369;
	
}

.icon-animation:hover .feature-icon::after {
    background-color: #0F4C81;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.our-goal .feature-icon {
    height: 70px;
    width: 70px;
    font-size: 30px;
}

.our-goal .icon-animation:hover .feature-icon::after {
    background-color: #0F4C81;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation: icon-animation-two 0.4s linear;
    animation: icon-animation-two 0.4s linear;
}

@-webkit-keyframes icon-animation {
    0% {
        background-color: #0F4C81;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    80% {
        background-color: #0F4C81;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        background-color: #0F4C81;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes icon-animation {
    0% {
        background-color: #0F4C81;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    80% {
        background-color: #0F4C81;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        background-color: #0F4C81;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes icon-animation-two {
    0% {
        background-color: #0F4C81;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    80% {
        background-color: #0F4C81;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        background-color: #0F4C81;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes icon-animation-two {
    0% {
        background-color: #0F4C81;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    80% {
        background-color: #0F4C81;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        background-color: #0F4C81;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (max-width: 575px) {
    .our-goal .feature-icon {
        height: 75px;
        width: 75px;
        font-size: 30px;
    }
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.pos-static {
    position: static;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.tooltip > .tooltip-inner {
    background-color: #1c2334;
    padding: 6px;
}

.tooltip-arrow,
.tooltip.top .tooltip-arrow {
    border-top-color: #1c2334;
}

/*SECTION HEADING*/
.section-heading {
    margin-bottom: 80px;
}
/*SECTION PADDING*/
.pt_0 {
    padding-top: 0;
}
.ptb_50 {
    padding: 50px 0;
}
.ptb_80 {
    padding: 80px 0;
}
.ptb_100 {
    padding: 100px 0;
}
.ptb_150 {
    padding: 150px 0;
}
.ptb_180 {
    padding: 180px 0;
}
.ml-15 {
    margin-left: 15px;
}
/*SECTION PADDING*/
.mtb_100 {
    margin: 100px 0;
}
/*BUTTONS*/
.btn {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 18px 42px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #0F4C81;
    border: 1px solid #0F4C81;
    border-radius: .3rem;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, right top, from(#0F4C81), color-stop(10%, #175C98), color-stop(80%, #175C98), to(#0F4C81));
    background-image: linear-gradient(to right, #0F4C81 0%, #175C98 10%, #175C98 80%, #0F4C81 100%);
    background-repeat: no-repeat;
    background-size: 10% 100%;
    background-position: -100% center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.btn:active,
.btn:hover {
    color: #fff;
    border-color: #0F4C81;
    -webkit-box-shadow: 0.2rem 0.1rem 1.2rem rgba(91, 91, 91, 0.5);
    box-shadow: 0.2rem 0.1rem 1.2rem rgba(91, 91, 91, 0.5);
    background-size: 150% 100%;
    background-position: 40% center;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.btn.btn-white {
    background-color: #fff;
    padding: 18px 36px;
    border: 1px solid #fff;
    color: #0F4C81;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(10%, #f3f5f7), color-stop(80%, #f3f5f7), to(#fff));
    background-image: linear-gradient(to right, #fff 0%, #f3f5f7 10%, #f3f5f7 80%, #fff 100%);
}
.btn.btn-white:active,
.btn.btn-white:hover {
    color: #0F4C81;
    border-color: #fff;
}
.btn.btn-secondary {
    background-color: #6c757d;
    border: 1px solid #6c757d;
    background-image: -webkit-gradient(linear, left top, right top, from(#6c757d), color-stop(10%, #85898b), color-stop(80%, #85898b), to(#6c757d));
    background-image: linear-gradient(to right, #6c757d 0%, #85898b 10%, #85898b 80%, #6c757d 100%);
}
.btn-success {
    background: #28a745 !important;
    border-color: #28a745 !important;
}
.blog-btn {
    position: relative;
    display: inline-block;
}
.blog-btn::after {
    position: absolute;
    content: '\f101';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    opacity: 0;
    visibility: hidden;
    top: 50%;
    -webkit-transform: translateX(3px) translateY(-50%);
    transform: translateX(3px) translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-btn:hover::after,
.blog-btn:focus::after {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
}
.button-group {
    margin-top: 30px;
}
.button-group a {
    margin-right: 10px;
}
.button-group a:last-child {
    margin-right: 0;
}
@media (max-width: 575px) {
    .btn,
    .btn.btn-white {
        padding: 16px 30px;
    }
}
/*SOCIAL ICONS*/
.social-icons > a {
    margin: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social-icons svg {
    display: block;
    height: 100%;
    line-height: 40px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social-icons > a:hover svg:first-child {
    margin-top: -40px;
}

.social-icons > a.facebook {
    background-color: #3b5999 !important;
}

.social-icons > a.twitter {
    background-color: #55acee !important;
}

.social-icons > a.google-plus {
    background-color: #dd4b39 !important;
}

.social-icons > a.vine {
    background-color: #00b489 !important;
}

/*BG SHAPE*/
.shapes-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.shape {
    position: relative;
}
.bg-shape {
    position: absolute;
    height: 185%;
    width: 100%;
    display: block;
    border-radius: 120px;
    background: linear-gradient(-47deg, #0F4C81 0%, #4528DC 100%);
    bottom: 0;
    right: 0;
    -webkit-transform: translate(33%,-28%) rotate(-35deg);
    transform: translate(33%,-28%) rotate(-35deg);
    z-index: 0;
}

@media (max-width: 991px) {
    .bg-shape {
        height: 150%;
    }
}

@media (max-width: 767px) {
    .bg-shape {
        height: 160%;
    }
}

/*SHAPE DIVIDER*/
.shape-top {
    position: absolute;
    bottom: auto;
    top: -1px;
    left: 0;
    right: 0;
}

.shape-bottom {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
}

/*BACKGROUND OVERLAY*/
.bg-primary {
    background-color: #0F4C81 !important;
}

.bg-overlay,
.overlay-white,
.overlay-dark,
.footer-overlay {
    position: relative;
    z-index: 0;
}

.bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #0F4C81;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.overlay-white:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #2e3243;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.59;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.overlay-dark:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #2e3243;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.94;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: 0;
}

.blog .overlay-dark:after {
    opacity: 0.84;
    z-index: -1;
}

.footer-overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #131418;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.94;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: -1;
}

.bg-gray {
    background-color: #f5f7fb;
}

/*BACKGROUND IMAGES*/
.about-thumb {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome-thumb.jpg") no-repeat scroll center center / cover;
}

.homepage-3 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/blog-bg.jpg") no-repeat scroll center center / cover;
}

.our-goal {
    background: rgba(0, 0, 0, 0) url("../img/ServiciosConsultoria.jpg") no-repeat fixed center center / cover;
}

.cta-area {
    background: rgba(0, 0, 0, 0) url("../img/whatsapp.jpg") no-repeat fixed center center / cover;
}

.footer-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/footer-bg.jpg") no-repeat fixed center center / cover;
}

.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome-thumb.jpg") no-repeat fixed center center / cover;
}

.about .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/blog/blog-6.jpg") no-repeat fixed center center / cover;
}

.project .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/project-bg.jpg") no-repeat fixed center center / cover;
}

.project-details .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/project-single-bg.jpg") no-repeat fixed center center / cover;
}

.inner .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/inner-bg.jpg") no-repeat fixed center center / cover;
}

.advertise {
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome-thumb.jpg") no-repeat scroll center center / cover;
}

.blog .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/bg/blog-bg.jpg") no-repeat fixed center center / cover;
}

.service .breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/blog/blog-2.jpg") no-repeat fixed center center / cover;
}

/* ******************************
:: 5.0 PRELOADER AREA CSS
****************************** */
#loader-wrapper {
    background: #0F4C81;
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999999999;
}

@-webkit-keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loader {
    position: absolute;
    margin: -18px 0 0 -18px;
    border: 3.6px solid #ff974d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 36px;
    height: 36px;
    left: 50%;
    top: 50%;
    -webkit-animation: loader-spin 2s linear infinite reverse;
    animation: loader-spin 2s linear infinite reverse;
    -webkit-filter: url(#goo);
    filter: url(#goo);
    -webkit-box-shadow: 0 0 0 1px #ff974d inset;
    box-shadow: 0 0 0 1px #ff974d inset;
}

.loader:before {
    content: "";
    position: absolute;
    -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
    animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
    background: #ff974d;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border-radius: 50%;
    width: 150%;
    height: 150%;
    top: 50%;
    left: -12.5%;
}

/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
    position: fixed;
    right: 2%;
    bottom: 3%;
    height: 45px;
    width: 40px;
    border-radius: 4px;
    background-color: rgba(35, 35, 35, 0.65);
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#scrollUp > svg {
    display: block;
    height: 100%;
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
}

#scrollUp:hover {
    background-color: #666;
}

/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
}
.navbar .navbar-nav .nav-link {
    padding-right: 1 rem;
    padding-left: 1 rem;
	/* padding-right: 1.25rem; */
    /* padding-left: 1.25rem; */
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar .navbar-brand-sticky {
    display: none;
}
.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: -100px;
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #01081f;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
}

/*NAVBAR DARK*/
.navbar-dark .navbar-nav .nav-link {
    font-weight: 600;
    color: #B3A369;
}

.navbar-dark .btn-outline {
    color: #fff !important;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #7e8085 !important;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee !important;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30 !important;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA !important;
}


/*---------- bootstrap nav custom hover ----------*/
.dropdown-menu {
    border: 0;
    padding: 0.625rem 0;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.dropdown-menu > li {
    padding: 0 0.625rem;
}

.dropdown > .dropdown-menu:before {
    content: '';
    position: absolute !important;
    top: -10px;
    right: auto;
    bottom: auto;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.dropdown-submenu > .dropdown-menu:before {
    content: '';
    position: absolute !important;
    top: 30px;
    right: auto;
    bottom: auto;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}

.dropdown-item {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #2c2e30;
    -webkit-transition: .3s;
    transition: .3s;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #f8f9fa;
}

.dropdown-divider {
    border-color: #8d98b7;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/*  mainmenu caret */
.dropdown-toggle:after {
    margin-left: 4px;
    vertical-align: 1px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #d3d3d3;
    -webkit-transition: .3s;
    transition: .3s;
}

/*  submenu cater */
.dropdown-submenu .dropdown-toggle:after {
    position: absolute;
    right: 24px;
    top: 20px;
    color: #d3d3d3;
}

.dropdown-submenu:hover .dropdown-toggle:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */
.slider-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .slider-inner p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .carousel-item > img {
        min-height: 600px;
    }
}

/* ******************************
:: 8.1 WELCOME AREA CSS HOMEPAGE-2
****************************** */
.homepage-2 .welcome-area {
    height: 800px;
    z-index: 1;
}

@media (max-width: 991px) {
    .homepage-2 .welcome-area {
        height: 1150px !important;
    }
}

@media (max-width: 767px) {
    .homepage-2 .welcome-area {
        height: 100% !important;
    }
}

/* ******************************
:: 8.2 WELCOME AREA CSS HOMEPAGE-3
****************************** */
.form-control {
    font-size: 15px;
    height: calc(1.5em + 0.75rem + 2px);
    border: none;
    outline: none;
    padding-left: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.homepage-3 .welcome-area {
    height: 800px;
    z-index: 1;
}

.homepage-3 .welcome-area .subscribe-form {
    position: relative;
    display: block;
    width: 80%;
}

.homepage-3 .welcome-area .subscribe-form input {
    font-size: 14px;
    border-radius: 10px;
    text-indent: 3%;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

.homepage-3 .welcome-area .subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.homepage-3 .welcome-area .shape-bottom svg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* ******************************
:: 9.0 BENIFITS AREA CSS
****************************** */
.benifits-item {
    position: relative;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.benifits-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

/* ******************************
:: 10.0 ABOUT AREA CSS
****************************** */
.about-thumb {
    height: 100%;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.play-btn {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
}

.btn-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

.play-icon {
    font-size: 22px;
    color: #0F4C81;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes grow {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes grow {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
.play-animation {
    -webkit-animation: grow 3s infinite;
    animation: grow 3s infinite;
}

.animation-short {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

/* ******************************
:: 11.0 SERVICE AREA CSS
****************************** */
.service-area {
    position: relative;
    z-index: 1;
}
.single-service {
    border-radius: 10px;
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.single-service:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
/* ******************************
:: 12.0 SERVICE CONTENTS AREA CSS
****************************** */
.service-contents-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0) url("../img/bg/welcome-thumb.jpg") no-repeat scroll center center / cover;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    height: 100%;
}
.service-content-area.style-two .service-contents-bg {
    background: rgba(0, 0, 0, 0) url("../img/blog/blog-2.jpg") no-repeat scroll center center / cover;
}
.service-content-area.style-three .service-contents-bg {
    background: rgba(0, 0, 0, 0) url("../img/blog/blog-4.jpg") no-repeat scroll center center / cover;
}
.service-contents {
    padding: 100px 50px 100px 0;
}
.service-contents-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    max-height: 100%;
}
.service-content-area.style-two .service-contents-bg {
    left: 0;
    right: 50%;
}
.service-content-area.style-two .service-contents {
    padding: 100px 0 100px 50px;
}
@media (max-width: 991px) {
    .service-contents,
    .service-content-area.style-two .service-contents {
        padding-left: 0;
        padding-right: 0;
    }
    .service-contents-thumb {
        position: inherit;
        width: auto;
        right: inherit;
        bottom: inherit;
        max-height: inherit;
    }
}
@media (max-width: 767px) {
    .service-contents,
    .service-content-area.style-two .service-contents {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 575px) {
    .service-contents,
    .service-content-area.style-two .service-contents {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/* ******************************
:: 13.0 WHY CHOOSE US AREA CSS
****************************** */
.why-choose-us .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}
.why-choose-us .nav-tabs .nav-link {
    position: relative;
    color: #444;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
    .why-choose-us .nav-tabs .nav-link {
        padding: .5rem;
    }
}
@media (max-width: 575px) {
    .why-choose-us .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .why-choose-us .nav-tabs {
        border-bottom: none;
    }
}
.why-choose-us .nav-tabs .nav-link::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    bottom: -1px;
    left: 50%;
    background-color: #0F4C81;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.why-choose-us .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #0F4C81;
}
.why-choose-us .nav-tabs .nav-link.active::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
/* ******************************
:: 14.0 PORTFOLIO AREA CSS
****************************** */
.portfolio-menu button {
    background-color: transparent;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    position: relative;
}
.portfolio-menu button::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    bottom: 5px;
    left: 50%;
    background-color: #0F4C81;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.portfolio-menu button.active {
    color: #0F4C81;
}

.portfolio-menu button.active::after {
    width: 60%;
    visibility: visible;
    opacity: 1;
}

.portfolio-item {
    position: relative;
    border-radius: 14px;
    z-index: 1;
}

.portfolio-thumb > img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: calc(100%-20px);
    width: calc(100%-20px);
    background-color: rgba(15, 76, 129, 0.89);
    border-radius: 14px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.overlay-icon > a {
    font-size: 22px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.overlay-icon > a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.overlay-text > h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 4px;
}
.overlay-text > h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.portfolio-item:hover .portfolio-thumb > img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.portfolio-item:hover .portfolio-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
/* ******************************
:: 15.0 TESTIMONIAL AREA CSS
****************************** */
.testimonial-area .owl-item img {
    width: auto;
    height: 200px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    /* border-radius: 50%; */
  
}
.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
}

.thumb-next {
    left: auto;
    right: -90px;
}

.single-testimonial-thumb img {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-area .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonial-area .owl-carousel button.owl-dot {
    height: 8px;
    width: 8px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    outline: none;
    margin: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.testimonial-area .owl-carousel button.owl-dot.active {
    background-color: #0F4C81;
    -webkit-box-shadow: 0 1px 5px #0F4C81;
    box-shadow: 0 1px 5px #0F4C81;
}
@media (max-width: 767px) {
    .testimonial-area .owl-dots {
        bottom: -6%;
    }
}
/* ******************************
:: 16.0 BRANDING AREA CSS
****************************** */
.single-brand > img {
    -webkit-filter: grayscale(1.0);
    filter: grayscale(1.0);
    opacity: 0.74;
}
/* ******************************
:: 17.0 PRICE PLAN AREA CSS
****************************** */
.single-price-plan {
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    background-color: #fff;
    border-radius: 1rem;
}

.single-price-plan.featured {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.single-price-plan.featured .featured.bg-primary {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.plan-title > h3 {
    letter-spacing: 3px;
    opacity: 0.8;
}
.plan-price > h1 > small {
    font-size: 60%;
}
.plan-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .single-price-plan.featured {
        -webkit-transform: inherit;
        transform: inherit;
    }

    .plan-price > h1 {
        font-size: 4em;
    }

    .plan-button {
        position: inherit;
        left: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }
}

@media (max-width: 575px) {
    .plan-price > h1 {
        font-size: 3em;
    }
}

/* ******************************
:: 18.0 TEAM AREA CSS
****************************** */
.team-card {
    position: relative;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    margin-left: 220px;
    padding: 75px 60px;
}
.team-thumb {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -220px;
}
.team-content {
    padding-left: 160px;
}
.team-area .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 5%;
    margin-left: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.team-area .owl-carousel button {
    font-size: 17px !important;
    margin: 10px;
    color: #0F4C81 !important;
}

.team-area .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -6%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.team-area .owl-carousel button.owl-dot {
    height: 8px;
    width: 8px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    outline: none;
    margin: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.team-area .owl-carousel button.owl-dot.active {
    background-color: #0F4C81;
    -webkit-box-shadow: 0 1px 5px #0F4C81;
    box-shadow: 0 1px 5px #0F4C81;
}
@media (max-width: 991px) {
    .team-card {
        margin-left: 170px;
        padding: 50px;
    }
}
@media (max-width: 767px) {
    .team-card {
        margin: 0;
        padding: 40px;
    }
    .team-thumb {
        position: inherit;
        top: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        margin: 0 auto;
        max-width: 250px;
    }
    .team-content {
        padding-left: 0;
        text-align: center;
    }

    .team-media {
        display: inline-block;
    }
}
@media (max-width: 575px) {
    .team-card {
        padding: 30px;
    }

    .team-thumb {
        max-width: 100%;
    }
}
/* ******************************
:: 19.0 BLOG AREA CSS
****************************** */
.single-blog {
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
}
.single-blog .author {
    margin-top: -2rem;
    left: 5%;
}
.blog-content {
    position: relative;
}
.blog-tag {
    top: 3%;
    right: 3%;
    border-radius: 100px;
}
/* ******************************
:: 20.0 BLOG PAGE AREA CSS
****************************** */
.blog .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.blog .single-blog {
    margin-bottom: 45px;
}
.pagination > li > a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #444;
    color: #444;
    text-align: center;
}
.pagination li:first-child a,
.pagination li:last-child a {
    display: block;
    border: none;
    position: relative;
}
.pagination li:first-child:hover a,
.pagination li:last-child:hover a {
    background: none;
    color: inherit;
    border: none;
}

.pagination li:first-child:hover a {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.pagination li:last-child:hover a {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
/* **********************************
:: 21.0 BLOG PAGE DETAILS AREA CSS
*************************************/
/*Single Widget*/
.single-widget {
    margin-bottom: 35px;
}

.sidebar .single-widget:last-child {
    margin-bottom: 0;
}
.widget-content {
    position: relative;
}
/*Search Widget*/
.search-widget input {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #444;
    height: 45px;
    padding: 10px 15px;
    width: 100%;
    -webkit-transition: -webkit-box-shadow 1s ease 0s;
    transition: -webkit-box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s, -webkit-box-shadow 1s ease 0s;
}

.search-widget input:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*Catagory Widget*/
.widget .single-accordion {
    border: 1px solid #eee;
    border-radius: 4px;
}

.widget .single-accordion h3 a {
    color: #444;
    border-bottom: 1px solid #eee;
}

.widget-items li a {
    position: relative;
    border-bottom: 1px solid #eee;
}

.widget-items li a.active {
    color: #0F4C81;
}

.widget-items li a::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 0px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.widget-items li a:hover,
.widget-items li a:focus,
.widget-items li a.active {
    background-color: #f7f7f7;
}

.widget-items li a:hover::before,
.widget-items li a:focus::before,
.widget-items li a.active::before {
    width: 2px;
    background-color: #0F4C81;
}

.widget-items li a span {
    line-height: 1.4;
}

.advertise {
    border-radius: 0.5rem;
}

/*Post Widget*/
.post-thumb img {
    border: 1px solid #eee;
}

.post-widget .widget-items .post-date {
    font-size: 13px;
    line-height: 1;
}

.post-content h6 {
    font-weight: 400;
    line-height: 20px;
}

/*Tags Widget*/
.tags-widget .single-accordion {
    border: none;
}

.tags-widget-items a {
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

/*Blog Details*/
.corbus-blog .meta-info {
    border-bottom: 1px solid #eee;
}

.meta-info > ul > li {
    position: relative;
}

.meta-info > ul > li::after {
    position: absolute;
    content: '';
    height: 30%;
    width: 2px;
    background-color: #777;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.meta-info > ul > li:last-child::after {
    display: none;
}

.corbus-blog .blog-share a {
    padding: 0 10px;
}

.blog-share .social-icons > a {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.blog-share .social-icons > a.facebook:hover {
    background-color: #3b5999 !important;
    color: #fff;
}

.blog-share .social-icons > a.twitter:hover {
    background-color: #55acee !important;
    color: #fff;
}

.blog-share .social-icons > a.google-plus:hover {
    background-color: #dd4b39 !important;
    color: #fff;
}

.blog-share .social-icons svg {
    line-height: 35px;
}

.blog-share .social-icons > a:hover svg:first-child {
    margin-top: -35px;
}

.corbus-blog .blog-details .blog-title > a {
    font-size: 24px;
}

.blockquote {
    background-color: #f7f7f7;
    position: relative;
}

.blockquote::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    background-color: #0F4C81;
    top: 0;
    left: 0;
}

.blog-comments {
    margin-top: 20px;
}

.admin {
    border-top: 1px solid #e5e5e5;
}

.admin-thumb img,
.comments-thumb img {
    border: 1px solid #eee;
}

.comments,
.blog-contact {
    margin-left: 200px;
}

.single-comments {
    border: 1px solid #eee;
    margin-bottom: 1rem;
}

.single-comments:last-of-type {
    margin-bottom: 0;
}

.comments-content > h5 > a:last-child {
    font-size: 14px;
    font-weight: 600;
    color: #0F4C81;
}

.contact-box.comment-box {
    text-align: left;
}

.contact-box.comment-box .form-group input {
    font-size: 15px;
    border: 1px solid #e5e5e5;
}

.contact-box.comment-box .form-group textarea {
    font-size: 15px;
    border: 1px solid #e5e5e5;
    height: 150px;
}

.recent-blog-area {
    padding-top: 80px;
}

/* ******************************
:: 22.0 CONTACT AREA CSS
****************************** */
.contact-box .form-group input {
    font-size: 14px;
    height: 48px;
    border: 0;
    padding: 0 20px;
    border: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.contact-box .form-group textarea {
    font-size: 16px;
    min-height: 353px;
    border: 0;
    padding: 20px;
    border: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.contact-box .form-group input[placeholder],
.contact-box .form-group textarea[placeholder] {
    font-size: 14px;
}

.homepage-2 .contact-top > h3 {
    font-size: 2em;
}
.homepage-2 .contact-top h5 {
    line-height: 1.4;
}

.contact-bottom > span {
    font-size: 13px;
}
.contact-bottom > span a {
    text-decoration: underline;
}

/*Map Area*/
.map-area {
    height: 550px;
    width: 100%;
}

.map-area iframe {
    height: 100%;
    width: 100%;
}

@media (max-width: 575px) {
    .map-area {
        height: 450px;
    }
}
/* ******************************
:: 23.0 FOOTER AREA CSS
****************************** */
.footer-area,
.footer-area a,
.footer-area p {
    color: #fff;
}

.footer-area a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-title h3 {
    color: #fff;
}

.footer-area .tags-widget-items a {
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-content .social-icon {
    font-size: 18px;
    padding: 14px;
    border-radius: 4px;
}
.footer-content .social-icon svg {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-content > ul > li > a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-content .meta-info svg {
    font-size: 20px;
}
.contact-us > ul > li > i {
    font-size: 18px;
    color: #0F4C81;
}
.copyright-area {
    padding: 30px 0;
    border-top: 1px solid #131418;
    background-color: #131418;
}
/* ******************************
:: 24.0 BREADCRUMB AREA CSS
****************************** */
.breadcrumb-area {
    height: 500px;
    z-index: 1;
}
.breadcrumb-content > h3 {
    font-size: 38px;
}
.breadcrumb {
    background-color: transparent;
    margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #fff;
}
.blog .breadcrumb-item > a,
.blog .breadcrumb-item,
.blog .breadcrumb-item::before,
.blog .breadcrumb-item.active {
    color: #fff;
}

/* ******************************
:: 25.0 REVIEWS AREA CSS
****************************** */
.single-review {
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card-top {
    position: relative;
}

.quot-icon {
    position: absolute;
    top: 5%;
    right: 5%;
}

.reviewer {
    position: relative;
}

.reviewer::after {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background-color: #f5f7fb;
    bottom: calc(100% - 10px);
    left: 15%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.single-review:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #83A229 !important;
}

/* ******************************
:: vic
****************************** */
.navbar-dark .navbar-nav .nav-link.active{
  text-shadow: 1px 1px #3b3b3b;
  font-size: 20px !important;
  font-weight: 600 !important;
  
}
/* ******************************
:: icono whatsapp flotante
****************************** */
.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:90px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}
.news {
  overflow: scroll;
  scrollbar-color: #B3A369 #c0c0c0;
  scrollbar-width: thin;
  height:434px;
}


body {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/* empieza topbar*/

.eltron-header-top-bar {
 background-color:#0F4C81;
 padding:3px 0 3px;
 height:auto
}
.eltron-header-top-bar a{
 background-color:#0F4C81;
 padding:3px 0 3px;
 color:#fff !important;
 height:auto;
 z-index:10000;
}


.eltron-header-row {
 position:relative;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-pack:justify;
 justify-content:space-between;
 white-space:nowrap;

}
.eltron-wrapper {
 position:relative;
 margin-left:auto;
 margin-right:auto;
 max-width:90%;
 width:1060px
}
.eltron-header-column {
 display:-ms-flexbox;
 display:flex;
 height:100%;
 max-width:100%
}
.eltron-header-column>* {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-align:center;
 align-items:center;
 -ms-flex-pack:inherit;
 justify-content:inherit;
 height:100%;
 max-width:100%;
 padding:0 12px
}
/* ******************************
:: VIC
****************************** */
.eltron-header-top-bar .elementotop {
   display:none;
}
@media (max-width: 575px) {
    .eltron-header-top-bar {
 background-color:#0F4C81;
 padding:3px 0 1px !important;

}
.eltron-header-top-bar a{
 background-color:#0F4C81;
 font-size:11px;

}
.eltron-wrapper {
 position:relative!important;
 margin-left:7px!important;
 margin-right:auto!important;


}
.eltron-header-column>* {
 padding:0 2px !important;
}
}
/* termina topbar*/
/* fondoimss */
.fondoimss {
  background-image: url(../img/imssfondo2.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top:20px;
  padding-bottom:20px;
}
.Nuestros-content{
    color: #ffffff;
}


/* Open and Close Section */

h1 {
    text-align: center;
  }
  .according {
    width: 100%;
    margin: 90px auto;
    color: white;
    /* background-color: white; */
    padding: 45px 45px;
  }
  .according .contains {
    position: relative;
    margin: 10px 10px;
  }
 
  .according .label {
    position: relative;
    /* padding: 10px 0; */
    font-size: 30px;
    color: black;
    cursor: pointer;
  }
.according .label::before {
    content: '+';
    color: white;
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 30px;
    transform: translateY(-50%);
  }
  .according .showcontent {
    position: relative;
    /* background: white; */
    height: 0;
    font-size: 18px;
    text-align: justify;
    /* width: 780px; */
    overflow: hidden;
    transition: 0.5s;
  }
  .according hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
  }
.according .contains.activa .showcontent {
    height: 150px;
  }
  .according .contains.activa .label::before {
    content: '-';
    font-size: 30px;
  }
  .feature-icon.mx-auto.my-4.open {
    width: 80px;
    height: 80px;
}
svg.svg-inline--fa.fa-eye-slash.fa-w-20 {
    width: 35px;
    height: 35px;
}
ol.front-list-secii {
    list-style: disc;
    color: white;
    padding: 40px;
}
ol.front-list-secii li {
    list-style: disc;
    font-weight: 600;
    font-size: 1.6em;
}
div.section-heading.front-secii {
    border-right: white 4px solid;
}