html {
    overflow-x: hidden;
}

body.single-post,
body.page-template {
    overflow-x: visible !important;
}

body {
    font-family: 'Questrial', sans-serif;
    color: #444;
    font-weight: 400;
    line-height: 28px;
    text-rendering: auto;
}

.wp-block-image img {
    max-width: 100%;
    height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Questrial', sans-serif;
    font-weight: 700;
    color: #111;
}


a {
    color: #3a4f7e;
    text-decoration: none;
}

a:hover {
    color: #a16652;
}

h2 {
    padding-bottom: 10px;
    position: relative;
    color: #111;
    font-size: 28px;
    line-height: 0.95em;
    font-weight: 700;
}

h2.has-text-align-center {
    margin-bottom: 30px;
}

h2.has-text-align-center::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #e83826;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    margin-bottom: -7px;
}

h2.has-text-align-center::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #e83826;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.default-btn {
    margin-top: 32px;
}

.default-btn a {
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
    background: #e83826;
    padding: 12px 34px;
}

.default-btn a:hover {
    background: #3a4f7e;
}


.contact-btn {
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
    background: #e83826;
    margin-top: 10px;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #3a4f7e;
    color: #fff;
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
    background: #024c81;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #024c81;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #024c81;
    color: #FFF;
    text-shadow: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #3a4f7e;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #134a7b;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

::placeholder {
    font-size: 12px;
}

.comments {
    display: none;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #3a4f7e;
    font-size: 14px;
    color: #cfdcf5;
    padding: 0;
    height: 36px;
    z-index: 999;
    position: relative;
}

#topbar .contact-info a {
    line-height: 0;
    color: #cfdcf5;
    transition: 0.3s;
    text-decoration: none;
}

#topbar .contact-info a:hover {
    color: #F79521;
}

#topbar .contact-info i {
    color: #0B76BC;
    line-height: 0;
    margin-right: 5px;
}

#topbar .contact-info ul {
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: space-between;
}

#topbar .contact-info ul .apply-list {
    background: #fff;
    padding: 0px 12px;
    margin: -8px 0;
    margin-left: 8px;
}

#topbar .contact-info ul .apply-list span,
#topbar .contact-info ul .apply-list a {
    color: #55575a;
}

#topbar .social-links a:hover {
    color: #fff;
}

#topbar .kb-svg-icon-wrap {
    color: #cfdcf5;
}

#topbar .wp-social-link {
    padding: 6px 0 0 0 !important;
}

#topbar .wp-social-link a {
    font-size: 16px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.headerb {
    z-index: 997;
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
    backdrop-filter: blur(16px);
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}


#headin img.logo {
    position: absolute;
    margin-top: -25px;
}

.headerb .header-phone {
    margin-top: -6px;
}

.headerb .header-phone i {
    color: #fff;
    font-size: 28px;
    padding-right: 10px;
}

.headerb .header-phone p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.headerb .header-phone span {
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}

.headerb .mega-sub-menu a {
    font-weight: 500 !important;
}

.headerb .mega-sub-menu a:hover {
    font-weight: 500 !important;
}

.headerb .mega-menu-link {
    transition: 0.3s !important;
    font-weight: 600 !important;
}

.headerb .mega-menu-link:hover {
    font-weight: 600 !important;
}

.headerb .mega-menu-link::before{
    content: "" !important;
    height: calc(100% + 10px) !important;
    top: -22px !important;
    bottom: auto !important;
    position: absolute !important;
    width: 100% !important;
    z-index: -1 !important;
    left: 0px !important;
    transition: height .3s !important;
    clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 15px), 0 0);
}


.headerb .mega-menu-link:hover::before{
    background: #e83826 !important;
    height: calc(100% + 60px) !important;
}

.headerb .mega-current-menu-item .mega-menu-link:before{
    content: "" !important;
    height: calc(100% + 60px) !important;
    top: -22px !important;
    bottom: auto !important;
    position: absolute !important;
    width: 100% !important;
    background: #e83826 !important;
    z-index: -1 !important;
    left: 0px !important;
    transition: 0.3s !important;
    clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 15px), 0 0);
}


.scrolled-offset {
    margin-top: 150px;
}

.header-shrink {
    position: fixed;
    top: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 999;
    transition: 0.3s;
    background: #ffffff;
}

.header-shrink .mega-menu-link {
    color: #000 !important;
}

.header-shrink .header-phone i {
    color: #000;
}

.header-shrink .header-phone p {
    color: #000;
}

.header-shrink .header-phone span {
    color: #000;
}

@media screen and (max-width: 768px) {
    .scrolled-offset {
        margin-top: unset;
    }
}

.astm-search-menu {
    float: right;
    margin-top: 8px;
}

/*--------------------------------------------------------------
# Sections General and Packages
--------------------------------------------------------------*/
section {}

.section-bg {
    background-color: transparent;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
}

.section-title p {
    margin-bottom: 0;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
    transform: translateY(-5px);
}

.services .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}

.services .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}

.services .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .icon-box:hover .title a {
    color: #BF1E6C;
}

.services .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}

.header-wrap {
    min-height: 450px;
    padding-top: 18%;
    background-size: cover !important;
}

.header-wrap .text-right{
    text-align: right;
}

.header-wrap h1.entry-title {
    font-size: 3.01rem;
    font-weight: 800;
    color: #FFF;
    line-height: 1.2em;
    margin-top: 1em;
    margin-bottom: 0px;
    text-shadow: 1px 1px 2px black;
}

.header-wrap a {
    color: #e83826;
    text-decoration: none;
    font-weight: 900;
}

.header-wrap p {
    color: #DDDDDD;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .header-wrap {
        padding-top: 95px;
        min-height: auto !important;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background-color: #f5f9fc;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Sidebar Settings
--------------------------------------------------------------*/
.widget .widget-title {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 0px solid rgba(0, 0, 0, .09);
    position: relative;
}

.page-sidebar ul>li {
    border: none;
    padding-bottom: 6px !important;
    position: relative;
    list-style: none;
}

.page-sidebar ul>li a:before {
    font-family: bootstrap-icons;
    display: inline-block;
    vertical-align: middle;
    padding: 14px 22px;
    margin: 2px 2em 2px 2px;
    color: #fff;
    background: #000;
    content: "\F53B";
}

.page-sidebar ul>li a {
    padding: 15px 20px;
    display: block;
    position: relative;
    color: #262120;
    transition: all .25s ease-in-out;
    text-decoration: none;
}

.page-sidebar p i {
    color: #3a4f7e;
    height: 35px;
    width: 35px;
    border: 1px solid #3a4f7e;
    border-radius: 50%;
    text-align: center;
    padding: 8px 0;
    margin-right: 5px;
}

.page-sidebar .widget_nav_menu {
    background: transparent;
}

.page-sidebar .widget_nav_menu .menu li a {
    display: block;
    border: 1px solid #17508e26;
    padding: 0;
    border-bottom: 1px solid #d3e1fb00;
    transition: all .5s ease;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 800;
}

.page-sidebar .widget_nav_menu .menu li a:last-child {
    border-bottom: 1px solid #17508e26;
}

.page-sidebar .widget_nav_menu #menu-item-515 a {
    border-bottom-color: #d3e1fb;
}

.page-sidebar .widget_nav_menu .menu li a:hover {
    color: #3a4f7e;
    transition: all .5s ease;
}

.page-sidebar .widget_nav_menu .menu li a:hover::before {
    color: #fff;
    transition: all .5s ease;
    background: #3a4f7e;
}

.page-sidebar .widget_nav_menu .menu li.current-menu-item a {
    border-color: #3a4f7e;
}

.page-sidebar .widget_nav_menu .menu li.current-menu-item a:before {
    content: "\F531";
    background: #3a4f7e;
}

.sidebar-sticky {
    position: sticky;
    top: 6.5em;
    margin-bottom: 43px;
}

.sidebar-sticky ul {
    padding: 0;
}

.blog-image img {
    width: 100%;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .entry-header .entry-title {
    margin: 0;
    font-size: 17px;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .entry-header .entry-title a {
    color: #111;
}

.page-sidebar .wp-block-kadence-posts .entry-summary {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .entry-content-wrap {
    padding: 0 0 0 8px;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .post-thumbnail {
    height: 100%;
}

.page-sidebar .wp-block-kadence-posts .content-bg {
    box-shadow: none;
}

.page-sidebar .wp-block-kadence-posts.grid-cols {
    row-gap: 0.8rem;
}

/*--------------------------------------------------------------
# Blog page customization
--------------------------------------------------------------*/
.blopg .academy-post-title {
    margin: 25px 0 11px;
    color: #363636;
}

.academy-post-title a {
    color: #363636;
}

.academy-post-title a:hover {
    color: #3a4f7e;
}

.blopg p {
    margin: 10px 0;
}

.academy-blog-meta {
    width: 100%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border-top: 1px dotted #f2f2f2;
}

.view-article {
    color: #3a4f7e;
}

.date,
.author {
    color: #999;
}

.author a {
    color: #999;
}

.date i,
.author i {
    color: #3a4f7e;
}

.gsidebar .entry-title {
    color: #363636;
    text-decoration: none;
    font-size: 15px;
}

.gsidebar .entry-title a {
    color: #363636;
}

.gsidebar .entry-title a:hover {
    color: #3a4f7e;
}

.wp-block-latest-posts a {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.0;
}

.wp-block-latest-posts .view-article {
    color: #363636;
    visibility: hidden;
}

.sp-latest-posts-widget.latest-posts .media,
.sp-latest-posts-widget.latest-posts .media .media {
    margin-top: 20px;
    margin-bottom: 20px !important;
    overflow: hidden;
}

.sp-latest-posts-widget.latest-posts .entry-meta {
    color: #888;
    visibility: hidden !important;
    line-height: 0px !important;
}

.ep_ti_open .ep_toggle_item_title {
    background-image: linear-gradient(#3a4f7e, #3a4f7e) !important;
}

.ep_toggle_item_title:hover {
    background-image: linear-gradient(#3a4f7e, #3a4f7e) !important;
}

.ep_toggle_item_content {
    background-image: linear-gradient(#F9F9F9, #F9F9F9) !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 12px 17px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

label {
    display: inline-block;
    width: 100%;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #428bca;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
}


.wpcf7-textarea {
    height: 165px;
}

.cbox {
    border: 1px solid #d3e7ee;
    border-radius: 5px;
}

#footer {
    font-size: 15px;
    color: #fff;
    background: #000;
}

#footer .footer-top {
    padding: 60px 0;
    background: #000;
}


#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top h2 {
    font-size: 22px;
    margin-top: 18px;
    position: relative;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}

#footer .footer-top h2:after {
    display: none;
}


#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #8DC442;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;

}

#footer .footer-top .social-links a:hover {
    background: #73A930;
    color: #fff;
    text-decoration: none;
}


#footer .wp-block-social-links .wp-social-link a {
    padding: 5px !important;
    background: #ffffff1a;
    font-size: 18px;
    border-radius: 50%;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


#footer .footer-top .footer-links ul li {
    padding: 8px 0;
    display: flex;
}

#footer .footer-top .footer-links ul li a::before {
    content: "\F231";
    font-family: bootstrap-icons;
    vertical-align: middle;
    font-size: 13px;
    color: #e83826;
    margin-right: 5px;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

#footer .footer-number {
    color: #3a4f7e;
    font-size: 27px;
    font-weight: 700;
}

#footer .footer-top .footer-links ul a:hover {
    color: #3a4f7e;
    margin-left: 4px;
}

#foooter .wp-block-social-link {
    padding: 1px 2px !important;
}

#footer .uagb-icon-list__label {
    text-align: left;
    color: #fff;
}

#footer .credits {
    font-size: 13px;
    color: #fff;
    border-top: 1px solid #2a2a2a;
    text-align: center;
    padding: 0px 0 10px 0;
}

#footer .copyright a {
    color: #3a4f7e;
    font-weight: 900;
}

#footer .credits .kt-svg-icon-list {
    display: inline-flex;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

#footer .credits .kt-svg-icon-list a {
    color: #a4a4a4;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
}

#footer .credits .alignright {
    margin: 0;
    padding: 0;
}

#footer .wp-block-media-text__content {
    padding: 0 0 0 10px;
}

/*** ---------------------------
Mobile Settings
--------------------------**/
@media only screen and (max-width:480px) {

    .header-wrap h1.entry-title {
        font-size: 2.01rem;
        font-weight: 800;
        color: #FFF;
        line-height: 1.1em;
        margin-top: 1em;
        margin-bottom: 0px;
        text-shadow: 1px 1px 2px black;
    }
}

/*--------------------------------------------------------------
# Upcoming Event Page
--------------------------------------------------------------*/
.event-section .fat-event-thumb img {
    height: 250px;
    object-fit: cover;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-section .entry-title a {
    color: #000;
}

/*--------------------------------------------------------------
# Homepage Css
--------------------------------------------------------------*/
.menu-item-gtranslate {
    margin: -46px 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
.headerb .gt_float_switcher {
    box-shadow: none !important;
}
.headerb .gt_float_switcher .gt-selected .gt-current-lang {
    color: #fff;
}
.headerb .gt_float_switcher .gt-selected {
    background-color: transparent;
}
.headerb .gt_float_switcher {
    background: transparent;
}
.gt_float_switcher .gt_options {
    background: #fff;
}
.gt_float_switcher .gt_options {
    width: max-content;
}

.header-shrink .gt_float_switcher .gt-selected .gt-current-lang {
    color: #000;
}
.header-shrink .gt_float_switcher .gt-selected {
    background-color: #fff;
}
.header-shrink .gt_float_switcher {
    background: #fff;
}
.arrow-section {
    position: relative;
    display: table;
    margin: auto;
}

.arrow-section span:nth-child(2) {
    animation-delay: -.2s
}

.arrow-section span:nth-child(3) {
    animation-delay: -.4s
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-50px, -50px)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(-5px, -5px)
    }
}

.arrow-section span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: -10px 0;
    animation: animate 2s infinite;
}

.about-section h2 {
    font-size: 100px;
}

.about-section .kb-count-up-number {
    font-size: 100px !important;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none;
}

.about-section .kb-count-up-title {
    font-size: 20px !important;
    margin-top: 20px;
}

.about-section .counter-single {
    border-bottom: 1px solid #d9dde6;
    padding-bottom: 20px;
}

.service-section {
    background-color: #f1f1f136;
}

.service-section .service-inner {
    -webkit-box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
    -moz-box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
    box-shadow: rgba(2, 2, 2, .06) 0 0 50px;
    border-radius: 10px;
    background: #fff;
    border-bottom: solid 4px #e83826;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.service-section .service-inner:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.service-section .service-inner .wp-block-image:before {
    content: "";
    background: rgb(58 79 126 / 90%);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    height: 0;
}

.service-section .service-inner:hover .wp-block-image:before {
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    height: 100%;
}

.service-section .service-inner .wp-block-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.service-section .service-inner img {
    height: 230px !important;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    width: 100%;
}

.service-section .service-inner .wp-block-kadence-single-icon {
    margin-top: -55px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(204, 204, 204, .34);
    box-shadow: 0 5px 10px 0 rgba(204, 204, 204, .34);
    padding: 15px;
    position: relative;
}

.service-section .service-inner a {
    border-bottom: 2px solid;
    color: #e83826;
    transition: 0.3s;
}

.service-section .service-inner a:hover {
    color: #3a4f7e;
}

.service-section .service-inner p {
    font-size: 17px;
    padding: 0 5px;
}

.cta-section {
    background: #f2f2f2;
}

.cta-section h2 {
    font-size: 45px;
}

@media(min-width: 992px) {
    .cta-section img {
        height: 530px !important;
        object-fit: cover;
    }

    .cta-section {
        height: 530px;
    }
}

.cta-section .content-section {
    padding: 38px 38px 0 38px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e83826 !important;
}

.blog-widget-section .tpg-widget-heading {
    background: #e83826 !important;
}

.blog-widget-section .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading:after {
    border-bottom: 0 solid #e83826;
    border-top: 12px solid #e83826;
}

.blog-widget-section .section-title-style-style2 .tpg-header-wrapper:not(.carousel) .tpg-widget-heading-wrapper{
    border-color: #e83826;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.cards-style.style-3 figure {
    padding: 0;
}

.fg-image-wrap img {
    z-index: 7;
    width: 300px;
    height: 280px !important;
    object-fit: cover;
}
.cards-style.style-3 figure img {
    height: 350px;
    object-fit: cover;
}
/*--------------------------------------------------------------
# Sidebar Section
--------------------------------------------------------------*/
.sidebar-caption .caption {
    z-index: 1;
    max-width: 318px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    margin-top: -95px;
    text-align: center;
    padding: 18px 15px;
    border: 12px solid #FFF;
    background: #111111c9;
}
.sidebar-caption .caption h2 {
    color: #fff;
}
/*--------------------------------------------------------------
# Responsive Css
--------------------------------------------------------------*/

.header-mobile {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-mobile img.logo {
    position: absolute;
    top: -5px;
    z-index: 999;
    max-width: 90px;
}

@media(max-width:768px) {
    .slider-head .n2-ow {
        font-size: 50px !important;
    }

    .about-section h2 {
        font-size: 62px;
    }

    .about-section .counter-single {
        margin-bottom: 40px;
    }
    .cta-section .content-section .wp-block-columns {
    gap: 0;
   }
}

@media (max-width: 425px) {
    .slider-head .n2-ow {
        font-size: 38px !important;
    }

    .slider-content p {
        font-size: 15px !important;
    }

    .about-section h2 {
        font-size: 48px;
    }

    .about-section .kb-count-up-number {
        font-size: 80px !important;
    }
    .cta-section .content-section {
    padding: 0 20px 0 20px;
    }
}