:root {
    --primary-color: #087D29;
    --secondary-color: #21243d;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('../fonts/OpenDyslexic-Bold.woff2') format('woff2'),
        url('../fonts/OpenDyslexic-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('../fonts/OpenDyslexic-Regular.woff2') format('woff2'),
        url('../fonts/OpenDyslexic-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
}


a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--primary-color);
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.3;
}


h1,
.h1 {
    font-size: 3.125rem;
}

h2,
.h2 {
    font-size: 1.875rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.3125rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1.125rem;
}

@media screen and (min-width:768px) {

    h1,
    .h1 {
        font-size: 3.75rem;
    }

    h2,
    .h2 {
        font-size: 2.5rem;
    }

    h3,
    .h3 {
        font-size: 1.875rem;
    }

    h4,
    .h4 {
        font-size: 1.5rem;
    }

    h5,
    .h5 {
        font-size: 1.3125rem;
    }

    h5,
    .h6 {
        font-size: 1.1875rem;
    }
}


.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.relative {
    position: relative;
}

.w-100 {
    width: 100%;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 0.0625rem;
    height: 0.0625rem;
    overflow: hidden;
}

.skip-to-main {
    position: absolute;
    width: 100%;
    background-color: var(--primary-color);
    color: #FFFFFF;
    text-align: center;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: 90000;
}

.skip-to-main:focus {
    color: #FFFFFF;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

@media screen and (min-width:1300px) {
    .container {
        max-width: 78.125rem;
    }
}

.bg-color-primary {
    background-color: var(--primary-color);
}

.bg-color-dark {
    background-color: #0f101c;
}

.covertagent-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.covertagent-section-pt {
    padding-top: 3rem;
}

.covertagent-section-pb {
    padding-bottom: 3rem;
}

.covertagent-btn {
    display: inline-block;
    line-height: 1;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    padding: 1.15rem 2.1875rem;
    -webkit-transition: background 400ms ease;
    -o-transition: background 400ms ease;
    transition: background 400ms ease;
}

.covertagent-btn-primary {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.covertagent-btn-primary:hover,
.covertagent-btn-primary:focus {
    background-color: var(--secondary-color);
    color: #FFFFFF;
}

/*==============
Theme toggler
===============*/

.theme-toggler {
    display: inline-block;
    width: 38px;
    height: 38px;
    border:2px solid #f4f4f4;
    background: #ffffff;
    color: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.theme-toggler .fa-sun {
    font-size: 1.125rem;
}

.theme-toggler .fa-moon {
    font-size: 1rem;
}

.theme-toggler:focus {
    border:2px solid #2e2e2e;
    outline: none;
}

.theme-toggler.active {
    color: #ffffff;
    background: #000000;
}

/*
====================
Newsletter form style 1
====================
*/

.covertagent-newsletter-form .form-field {
    width: 100%;
    height: 3.25rem;
    padding: 0.375rem 0.75rem;
    border-radius: 5px;
    border:none;
}

.covertagent-newsletter-form .covertagent-btn {
    padding: 0.9375rem 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/*
====================
Common Header styles
====================
*/

.covertagent-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.covertagent-header .covertagent-nav-toggler {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    display: inline-block;
    width: 3.125rem;
    height: 2.5rem;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    font-size: 1.25rem;
    line-height: 40px;
    margin-left: auto;
}

/*
====================
Header style 1
====================
*/

.covertagent-header-style-1 {
    position: relative;
    z-index: 1000;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.covertagent-header-style-1.bg-solid {
    background-color: #2f3035;
}

.covertagent-header-style-1 .covertagent-nav-brand {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
    color: #FFFFFF;
}

.covertagent-header-style-1 .covertagent-main-nav ul li a {
    display: block;
    color: #FFFFFF;
    padding: 0.625rem 0;
}

.covertagent-header-style-1 .covertagent-main-nav ul .current-item a,
.covertagent-header-style-1 .covertagent-main-nav ul li a:hover,
.covertagent-header-style-1 .covertagent-main-nav ul li a:focus {
    color: #ffffff;
}


.covertagent-header-style-1 .covertagent-main-nav .has__submenu,
.covertagent-header-style-1 .covertagent-main-nav .has__submenu > a {
    position: relative;
}

/* .covertagent-header-style-1 .covertagent-main-nav .has__submenu > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0);
    transition: transform 300ms ease;
} */

.covertagent-header-style-1 .covertagent-main-nav .has__submenu > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

.covertagent-header-style-1 .covertagent-main-nav .covertagent-submenu li a {
    padding-left: 0.9375rem;
}

.covertagent-header-style-1 .covertagent-main-nav .covertagent-submenu .covertagent-submenu li a {
    padding-left: 1.5625rem;
}


.covertagent-header-style-1 .covertagent-nav-toggler {
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
}

.covertagent-header-style-1.bg-solid .covertagent-nav-toggler {
    background-color: #2f3035;
}

@media screen and (min-width:992px) {
    .covertagent-header-style-1 {
        padding: 1.25rem 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    /* .covertagent-header-style-1 .covertagent-acc-dropdown {
        top: 50%;
        transform: translateY(-50%);
    } */
    .covertagent-header-style-1 .covertagent-main-nav ul li a {
        padding: 0.875rem 1.25rem;
    }

    .covertagent-header-style-1.fixed {
        position: fixed;
        padding: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .covertagent-header-style-1.visible {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }

    .covertagent-header-style-1.visible .covertagent-main-nav ul li a {
        padding: 1.5625rem 1.25rem;
    }

    .covertagent-header-style-1.visible .covertagent-main-nav ul .current-item a,
    .covertagent-header-style-1.visible .covertagent-main-nav ul li a:hover,
    .covertagent-header-style-1.visible .covertagent-main-nav ul li a:focus {
        color: var(--primary-color);
    }
	
	

    .covertagent-header-style-1 .covertagent-main-nav .covertagent-submenu {
        position: absolute;
        top: 100%;
        left:0;
        width: 250px;
        background-color: rgba(0, 0, 0, 1);
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px);
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .covertagent-header-style-1 .covertagent-main-nav .has__submenu:hover > .covertagent-submenu {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .covertagent-header-style-1.fixed .covertagent-main-nav .covertagent-submenu li a,
    .covertagent-header-style-1 .covertagent-main-nav .covertagent-submenu li a {
        color:#FFF;
        padding:0.625rem 0.9375rem;
    }
    .covertagent-header-style-1.fixed .covertagent-main-nav .covertagent-submenu li a:hover,
    .covertagent-header-style-1 .covertagent-main-nav .covertagent-submenu li a:hover {
        background-color: var(--primary-color);
        color: #FFF;
    }

    .covertagent-header-style-1 .covertagent-main-nav .covertagent-submenu .covertagent-submenu {
        top:0;
        left: 100%;
    }

    /* .covertagent-header-style-1 .covertagent-main-nav .covertagent-submenu .has__submenu > a::after {
        right: 10px;
        transform: translateY(-50%) rotate(-90deg);
        border-top-color: #FFF;
    } */

    /* .covertagent-header-style-1 .covertagent-main-nav .covertagent-submenu .has__submenu > a,
    .covertagent-header-style-1 .covertagent-main-nav .has__submenu > a {
        padding-right: 30px !important;
    } */

    /* .covertagent-header-style-1 .covertagent-main-nav .has__submenu > a::after {
        right: 10px;
    } */
		
}

@media screen and (max-width:61.9375rem) {
    .covertagent-header-style-1 {
        background-color: #000000;
        padding: 0.9375rem;
    }

    .covertagent-header-style-1 .covertagent-main-nav {
        display: none;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .covertagent-header-style-1 .covertagent-btn {
        padding: 0.875rem 1.25rem;
    }
	
	
}

/*
====================
Header style 2
====================
*/

.covertagent-header-style-2 {
    line-height: 1.3;
}

.covertagent-header-style-2>.container {
    padding: 1.5625rem 0.9375rem;
}

.covertagent-header-style-2 .covertagent-header-info p {
    position: relative;
    padding-left: 1.875rem;
}

.covertagent-header-style-2 .covertagent-header-info .fas {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.375rem;
    color: var(--primary-color);
}

.covertagent-header-style-2 .covertagent-main-nav .nav-ul li a {
    display: block;
    padding: 0.625rem 0;
    text-transform: uppercase;
}

.covertagent-header-style-2 .covertagent-main-nav .nav-ul .current-item a,
.covertagent-header-style-2 .covertagent-main-nav .nav-ul li a:hover,
.covertagent-header-style-2 .covertagent-main-nav .nav-ul li a:focus {
    color: var(--primary-color);
}

.covertagent-header-style-2 .social-icons li a {
    display: block;
    color: #a0a8ab;
    padding: 0.625rem 0;
}

.covertagent-header-style-2 .social-icons li:not(:first-child) a {
    margin-left: 0.875rem;
}

.covertagent-header-style-2 .covertagent-main-nav .has__submenu,
.covertagent-header-style-2 .covertagent-main-nav .has__submenu > a {
    position: relative;
}

.covertagent-header-style-2 .covertagent-main-nav .covertagent-submenu {
    display: none;
}

.covertagent-header-style-2 .covertagent-main-nav .covertagent-submenu li a {
    padding-left: 0.9375rem;
}

.covertagent-header-style-2 .covertagent-main-nav .covertagent-submenu .covertagent-submenu li a {
    padding-left: 1.5625rem;
}

@media screen and (min-width:992px) {
    .covertagent-header-style-2-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .covertagent-header-style-2 .covertagent-main-nav .nav-ul li a {
        margin-right: 2.8125rem;
        padding: 1.375rem 0;
    }

    .covertagent-header-style-2.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    }

    .covertagent-header-style-2.fixed.visible {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
	
	    .covertagent-header-style-2 .covertagent-main-nav .covertagent-submenu {
        display: block;
        position: absolute;
        top: 100%;
        left:0;
        width: 250px;
        background-color: rgba(255, 255, 255, 1);
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px);
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .covertagent-header-style-2 .covertagent-main-nav .covertagent-submenu .covertagent-submenu {
        left: 100%;
        top: 0;
    }

    .covertagent-header-style-2 .covertagent-main-nav .has__submenu:hover > .covertagent-submenu {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .covertagent-header-style-2 .covertagent-main-nav .covertagent-submenu li a,
    .covertagent-header-style-2 .covertagent-main-nav .covertagent-submenu .covertagent-submenu li a {
        padding:0.9375rem;
    }
}

/*
====================
Header style 3
====================
*/

.covertagent-header-style-3 {
    line-height: 1;
}

.covertagent-header-style-3 .covertagent-top-bar {
    background-color: var(--secondary-color);
    color: #FFFFFF;
    padding: 0.625rem 0;
}

.covertagent-header-style-3 .covertagent-top-bar .contact-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.covertagent-header-style-3 .covertagent-top-bar .contact-info li:not(:last-child) {
    margin-right: 2.5rem;
}

.covertagent-header-style-3 .covertagent-top-bar .contact-info .fas {
    font-size: 1.25rem;
    margin-right: 0.625rem;
    color: var(--primary-color);
}

.covertagent-header-style-3 .covertagent-top-bar .social-icons li:not(:last-child) {
    margin-right: 0.5625rem;
}

.covertagent-header-style-3 .covertagent-top-bar .social-icons a {
    display: inline-block;
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 35px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.covertagent-header-style-3 .covertagent-top-bar .social-icons a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.covertagent-header-style-3 .covertagent-top-bar .links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 18.75rem;
}

.covertagent-header-style-3 .covertagent-top-bar .links a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #FFFFFF;
    text-transform: uppercase;
}

.covertagent-header-style-3 .covertagent-top-bar .links a:hover {
    color: var(--primary-color);
}

.covertagent-header-style-3 .covertagent-main-nav .covertagent-nav-brand {
    font-size: 1.875rem;
    font-weight: 700;
}

.covertagent-header-style-3 .covertagent-main-nav ul li a {
    display: block;
    padding: 0.9375rem 0.625rem;
}

.covertagent-header-style-3 .covertagent-main-nav ul li a:hover {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.covertagent-header-style-3 .covertagent-main-nav .covertagent-btn-primary {
    text-transform: uppercase;
}


.covertagent-header-style-3 .covertagent-main-nav .has__submenu,
.covertagent-header-style-3 .covertagent-main-nav .has__submenu > a {
    position: relative;
}

.covertagent-header-style-3 .covertagent-main-nav .covertagent-submenu {
    display: none;
}

.covertagent-header-style-3 .covertagent-main-nav .covertagent-submenu li a {
    background-color: var(--secondary-color);
    padding-left:0.9375rem;
    color: #FFF;
}

.covertagent-header-style-3 .covertagent-main-nav .covertagent-submenu .covertagent-submenu li a {
    padding-left: 1.5625rem;
}

@media screen and (min-width:1200px) {
    .covertagent-header-style-3 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transition: -webkit-transform 400ms ease;
        transition: -webkit-transform 400ms ease;
        -o-transition: transform 400ms ease;
        transition: transform 400ms ease;
        transition: transform 400ms ease, -webkit-transform 400ms ease;
        z-index: 1000;
    }

    .covertagent-header-style-3.scrolled {
        -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
        transform: translateY(-55px);
        -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.085);
        box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.085);
    }

    .covertagent-header-style-3 .covertagent-top-bar,
    .covertagent-header-style-3 .covertagent-main-nav {
        padding-left: 3.75rem;
    }

    .covertagent-header-style-3 .covertagent-nav-brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        width: 15.625rem;
    }

    .covertagent-header-style-3 .covertagent-main-nav ul li {
        margin-right: 1.25rem;
    }

    .covertagent-header-style-3 .covertagent-main-nav ul li a {
        line-height: 60px;
        padding: 0 0.625rem;
    }

    .covertagent-header-style-3 .covertagent-main-nav .covertagent-btn-primary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        width: 18.75rem;
        height: 3.75rem;
        line-height: 60px;
        padding: 0 2.1875rem;
        text-align: center;
        border-radius: 0;
    }
	
    .covertagent-header-style-3 .covertagent-main-nav .covertagent-submenu {
        display: block;
        position: absolute;
        top: 100%;
        left:0;
        width: 250px;
        background-color: rgba(255, 255, 255, 1);
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px);
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .covertagent-header-style-3 .covertagent-main-nav .covertagent-submenu .covertagent-submenu {
        left: 100%;
        top: 0;
    }

    .covertagent-header-style-3 .covertagent-main-nav .covertagent-submenu li {
        margin:0;
    }

    .covertagent-header-style-3 .covertagent-main-nav .has__submenu:hover > .covertagent-submenu {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .covertagent-header-style-3 .covertagent-main-nav .covertagent-submenu li a,
    .covertagent-header-style-3 .covertagent-main-nav .covertagent-submenu .covertagent-submenu li a {
        padding:0.9375rem;
        line-height: 1;
    }

}

@media screen and (max-width:74.9375rem) {
    .covertagent-header-style-3 .covertagent-nav-collpase {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: none;
    }
}

/*
====================
Header style 4
====================
*/

.covertagent-slideout-menu-toggler {
    display:inline-block;
    width:40px;
    height:40px;
    border:none;
    color:#222;
    background-color:#eee;
    padding:0;
    text-align:center;
    line-height:40px;
    font-size:1.125rem;
    -webkit-transition:color 300ms ease;
    -o-transition:color 300ms ease;
    transition:color 300ms ease;
}

.covertagent-slideout-menu-toggler:hover,
.covertagent-slideout-menu-toggler:focus {
    color:var(--primary-color)
}

.covertagent-slideout-menu {
    position:fixed;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    top:0;
    right:0;
    width:100%;
    height:100%;
    overflow-y:auto;
    max-width:450px;
    z-index:99999;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.19);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.19);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.covertagent-slideout-menu.visible {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.covertagent-slideout-menu .covertagent-slideout-menu-content {
    padding:3.4375rem 1.5625rem 2.5rem 1.5625rem;
}

.covertagent-slideout-menu .covertagent-slideout-menu-close-btn {
    display:inline-block;
    width:45px;
    height:45px;
    border:none;
    font-size:1.125rem;
    position:absolute;
    top:0;
    right:0;
    -webkit-transition:background-color 300ms ease, color 300ms ease;
    -o-transition:background-color 300ms ease, color 300ms ease;
    transition:background-color 300ms ease, color 300ms ease;
}

.covertagent-slideout-menu .covertagent-slideout-menu-close-btn:hover,
.covertagent-slideout-menu .covertagent-slideout-menu-close-btn:focus {
    background-color:var(--primary-color);
    color:#FFFFFF;
}


/*
====================
Slider & Carousel pagination
====================
*/
.swiper-pagination {
    position: static;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    opacity: 1;
}

.properties-carousel-nav.swiper-button-prev,
.properties-carousel-nav.swiper-button-next {
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    line-height: 50px;
    font-size: 1.875rem;
    background-color: var(--primary-color);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 0;
    left: auto;
}

.properties-carousel-nav.swiper-button-prev::after,
.properties-carousel-nav.swiper-button-next::after {
    display: none;
}

.properties-carousel-nav.swiper-button-prev:hover,
.properties-carousel-nav.swiper-button-next:hover {
    background-color: var(--secondary-color);
}

.swiper-button-prev {
    top: 30px;
}

.swiper-button-next {
    top: 90px;
}

/*
====================
Fixed social icons
====================
*/

.covertagent-social-follow-fixed {
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
}

.covertagent-social-follow-fixed li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.covertagent-social-follow-fixed li a {
    display: block;
    font-size: 1.25rem;
    text-align: center;
    color: #FFFFFF;
    padding: 0.9375rem 0.625rem;
}

.covertagent-social-follow-fixed li a span {
    display: none;
}

.covertagent-social-follow-fixed .fb a {
    background-color: #4267B2;
}

.covertagent-social-follow-fixed .twitter a {
    background-color: #1DA1F2;
}

.covertagent-social-follow-fixed .insta a {
    background-color: #CE365E;
}

.covertagent-social-follow-fixed .linkedin a {
    background-color: #0e76a8;
}

.covertagent-social-follow-fixed .mail a {
    background-color: #575757;
}

.covertagent-social-follow-fixed .phone a {
    background-color: #178726;
}

/*
====================
Hero section 1
====================
*/

.covertagent-hero-section-1 {
    width: 100%;
    height: 53.125rem;
    background: url('../images/bg_1.jpg') no-repeat center center;
    background-size: cover;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

.covertagent-hero-section-1::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.covertagent-hero-section-1 .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
}

.covertagent-hero-section-1 h1 {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.1;
}

/*
====================
Hero section 2
====================
*/

.covertagent-hero-section-2 {
    background: url('../images/bg_2.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 31.25rem;
    color: #FFFFFF;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.covertagent-hero-section-2::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.covertagent-hero-section-2 .container {
    position: relative;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
}

.covertagent-hero-section-2 span {
    margin-bottom: 1.25rem;
}

.covertagent-hero-section-2 h1 {
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 1.25rem;
}


/*
====================
Hero section 3
====================
*/

.covertagent-hero-section-3 .covertagent-hero-slider .swiper-slide {
    height: 43.75rem;
}

.covertagent-hero-section-3 .covertagent-hero-slider .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.covertagent-hero-section-3 .covertagent-hero-slider .swiper-pagination-bullet {
    width: 0.9375rem;
    height: 0.9375rem;
}

/*
====================
Hero section 4
====================
*/

.covertagent-hero-section-4 .covertagent-hero-slider .swiper-slide {
    height: 56.25rem;
    max-height: 100vh;
    background: url('../images/bg_5.jpg') no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.covertagent-hero-section-4 .covertagent-hero-slider .swiper-slide .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.covertagent-hero-section-4 .covertagent-hero-slider .slide-content {
    padding: 1.5625rem;
    max-width: 25rem;
    background-color: var(--secondary-color);
}

.covertagent-hero-section-4 .covertagent-hero-slider h1 {
    font-size: 1.875rem;
    color: #FFFFFF;
    margin-bottom: 0.875rem;
}

.covertagent-hero-section-4 .covertagent-hero-slider .price {
    display: inline-block;
    background-color: var(--primary-color);
    color: #FFFFFF;
    padding: 0.5625rem 0.875rem;
    line-height: 1;
}

.covertagent-hero-section-4 .swiper-button-prev,
.covertagent-hero-section-4 .swiper-button-next {
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 3.125rem;
    height: 3.125rem;
    -webkit-transition: backgroud-color 400ms ease;
    -o-transition: backgroud-color 400ms ease;
    transition: backgroud-color 400ms ease;
}

.covertagent-hero-section-4 .swiper-button-prev::after,
.covertagent-hero-section-4 .swiper-button-next::after {
    color: #FFFFFF;
    font-size: 1.25rem;
    -webkit-transition: color 400ms ease;
    -o-transition: color 400ms ease;
    transition: color 400ms ease;
}

.covertagent-hero-section-4 .swiper-button-next:hover,
.covertagent-hero-section-4 .swiper-button-prev:hover {
    background-color: #FFFFFF;
}

.covertagent-hero-section-4 .swiper-button-next:hover::after,
.covertagent-hero-section-4 .swiper-button-prev:hover::after {
    color: var(--primary-color);
}

/*
====================
Hero section 5
====================
*/

.covertagent-hero-section-5 .swiper-slide {
    height: 650px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.covertagent-hero-section-5 .swiper-slide,
.covertagent-hero-section-5 .swiper-slide .container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
}

.covertagent-hero-section-5 .swiper-slide .slide-content {
    padding:1.5625rem;
    max-width:470px;
    margin-bottom:3.75rem;
}

.covertagent-hero-section-5 .swiper-slide .price {
    font-weight:600;
}

.covertagent-hero-section-5 .swiper-slide h3 {
    margin:0.625rem 0;
}

.covertagent-hero-section-5 .swiper-slide p {
    font-weight:300;
}

.covertagent-hero-section-5 .swiper-slide .covertagent-btn-primary {
    padding:0.875rem 1.875rem;
}


@media (min-width:768px) {
    .covertagent-hero-section-5 .swiper-slide .slide-content {
        padding: 2.8125rem;
    }
}

@media (min-width:992px) {
    .covertagent-hero-section-5 .swiper-slide {
        height: 800px;
    }
}

/*
====================
Testimonial section
====================
*/

.covertagent-clients-section .content-wrap {
    padding: 4rem 0.9375rem;
}

.covertagent-clients-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.covertagent-clients-section .swiper-pagination {
    text-align: left;
}

.covertagent-clients-section .swiper-pagination-bullet {
    background-color: var(--secondary-color);
}

.covertagent-clients-section .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

/*
====================
Video section
====================
*/

.covertagent-video-section {
    position: relative;
    background: url('../images/video-bg.png') no-repeat center center;
    background-size: cover;
    color: #FFFFFF;
    padding: 5.3125rem 0;
    z-index: 1;
}

.covertagent-video-section::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.covertagent-video-section h2 {
    color: #FFFFFF;
}


.covertagent-video-play-btn {
    display: inline-block;
    position: relative;
    width: 4.6875rem;
    height: 4.6875rem;
    background-color: #FFFFFF;
    color: var(--primary-color);
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    font-size: 1.375rem;
    z-index: 1;
}



@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
    }
}



@keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
    }
}

/*
====================
Heading Style 1
====================
*/

.covertagent-heading-style-1 {
    --sub-heading-size: 12px;
    --icon-size: 40px;
    text-align: center;
}

.covertagent-heading-style-1 .subheading {
    display: inline-block;
    margin-bottom: 0;
    font-size: var(--sub-heading-size);
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 3.4375rem;
    text-transform: uppercase;
    position: relative;
}

.covertagent-heading-style-1 .subheading::before {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.125rem;
    height: 0.0625rem;
    margin-top: -0.0625rem;
}

.covertagent-heading-style-1 .subheading::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.125rem;
    height: 0.0625rem;
    margin-top: -0.0625rem;
}

.covertagent-heading-style-1 .icon {
    font-size: var(--icon-size);
    color: var(--primary-color);
    line-height: 1;
}

.covertagent-heading-style-1.bg-dark .icon,
.covertagent-heading-style-1.bg-dark .subheading,
.covertagent-heading-style-1.bg-dark .heading {
    color: #FFFFFF;
}

/*
====================
Icon box style 1
====================
*/

.covertagent-iconbox-style-1 {
    --iconbox-heading-size: 20px;
    --iconbox-icon-size: 40px;
    padding: 1.25rem;
    text-align: center;
}

.covertagent-iconbox-style-1 .icon {
    position: relative;
    font-size: var(--iconbox-icon-size);
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 1.875rem;
    z-index: 10;
}


.covertagent-iconbox-style-1 .iconbox-heading {
    font-size: var(--iconbox-heading-size);
}

.covertagent-iconbox-style-1.bg-dark {
    color: rgb(255, 255, 255);
}

.covertagent-iconbox-style-1.bg-dark .icon,
.covertagent-iconbox-style-1.bg-dark .iconbox-heading {
    color: #ffffff;
}

/*
====================
Icon box style 2
====================
*/

.covertagent-iconbox-style-2 {
    --iconbox-heading-size: 20px;
    --iconbox-icon-size: 30px;
    padding: 2.5rem 1.875rem 1.25rem 1.875rem;
    -webkit-transition: background 400ms ease;
    -o-transition: background 400ms ease;
    transition: background 400ms ease;
}

.covertagent-iconbox-style-2>div {
    position: relative;
    padding-left: 3.125rem;
    margin-bottom: .5rem;
}

.covertagent-iconbox-style-2 .fas {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: var(--iconbox-icon-size);
    color: var(--primary-color);
    line-height: 1;
    -webkit-transition: color 400ms ease;
    -o-transition: color 400ms ease;
    transition: color 400ms ease;
}

.covertagent-iconbox-style-2 .iconbox-heading {
    font-size: var(--iconbox-heading-size);
    margin-bottom: 0;
    -webkit-transition: color 400ms ease;
    -o-transition: color 400ms ease;
    transition: color 400ms ease;
}

.covertagent-iconbox-style-2:hover {
    background-color: var(--primary-color);
}

.covertagent-iconbox-style-2:hover,
.covertagent-iconbox-style-2:hover .fas,
.covertagent-iconbox-style-2:hover .iconbox-heading {
    color: #FFFFFF;
}

/*
====================
Stats box style 1
====================
*/

.covertagent-stats-box-style-1 {
    --stats-number-size: 35px;
    --stats-number-size-md: 50px;
    --stats-heading-size: 18px;
    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;
}

.covertagent-stats-box-style-1 .stats-num {
    font-size: var(--stats-number-size);
    font-weight: 600;
    color: var(--primary-color);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.covertagent-stats-box-style-1 .stats-box-lbl {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: var(--stats-heading-size);
    font-weight: 400;
    line-height: 1.3;
    padding-left: 0.9375rem;
}

/*
====================
Stats box style 2
====================
*/

.covertagent-stats-box-style-2 {
    --stats-number-size: 35px;
    --stats-number-size-md: 50px;
    --stats-heading-size: 18px;
    text-align: center;
}

.covertagent-stats-box-style-2 .stats-num {
    font-size: var(--stats-number-size);
    font-weight: 600;
    line-height: 1.3;
    color: var(--primary-color);
}

.covertagent-stats-box-style-2 .stats-box-lbl {
    font-size: var(--stats-heading-size);
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}

.covertagent-stats-box-style-2.bg-dark .stats-box-lbl {
    color: #FFFFFF;
}

/*
====================
Testimonial style 1
====================
*/

.covertagent-testimonial-style-1 {

    position: relative;
    padding: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
}

.covertagent-testimonial-style-1 .fa-quote-left {
    color: var(--primary-color);
    position: absolute;
    left: 20px;
    top: -20px;
    font-size: 1.875rem;
}

.covertagent-testimonial-style-1 .client-photo {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.covertagent-testimonial-style-1 footer {
    position: relative;
    padding-left: 6.25rem;
}

.covertagent-testimonial-style-1 .client-name {
    font-size: 1.25rem;
    display: block;
    font-style: normal;
}

.covertagent-testimonial-style-1 .company-name {
    display: block;
    font-style: normal;
}

/*
====================
Testimonial style 2
====================
*/

.covertagent-testimonial-style-2 {
    position: relative;
    padding: 1.875rem 1.5625rem 1.875rem 8.125rem;
}

.covertagent-testimonial-style-2 .client-photo {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 25px;
}

.covertagent-testimonial-style-2 .client-name {
    font-size: 1.5rem;
    display: block;
    font-style: normal;
}

.covertagent-testimonial-style-2 .company-name {
    display: block;
    font-style: normal;
}

/*
====================
Testimonial style 3
====================
*/

.covertagent-testimonial-style-3 .client-photo {
    width: 5rem;
    height: 5rem;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 1.875rem;
}

.covertagent-testimonial-style-3 .quote {
    font-size: 1.0625rem;
    position: relative;
    padding-left: 1.875rem;
}

.covertagent-testimonial-style-3 .quote::before {
    content: '';
    width: 0.0625rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.covertagent-testimonial-style-3 .quote::after {
    content: '';
    width: 0.1875rem;
    height: 1.875rem;
    display: block;
    position: absolute;
    background: var(--primary-color);
    opacity: 0.5;
    top: 50%;
    left: -1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.covertagent-testimonial-style-3 .client-name {
    font-size: 1.125rem;
    display: block;
    font-style: normal;
    font-weight: 700;
}

.covertagent-testimonial-style-3 .company-name {
    display: block;
    font-style: 17px;
    font-style: normal;
    font-weight: 600;
}

/*
====================
Testimonial style 4
====================
*/

.covertagent-testimonial-style-4 .title {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.covertagent-testimonial-style-4 p {
    font-weight: 600;
    font-style: italic;
}

.covertagent-testimonial-style-4 footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
    font-weight: 600;
    margin-top: 1.875rem;
}

.covertagent-testimonial-style-4 cite {
    font-style: normal;
    margin-right: 0.9375rem;
}

.covertagent-testimonial-style-4 .client-name {
    font-size: 1.125rem;
}

/*
====================
Agent style 1
====================
*/

.covertagent-agent-style-1 {
    position: relative;
    overflow: hidden;
}

.covertagent-agent-style-1>img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.covertagent-agent-style-1:hover>img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.covertagent-agent-style-1 .agent-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0.9375rem;
}

.covertagent-agent-style-1 .agent-name {
    font-size: 1.125rem;
    font-weight: 600;
}

.covertagent-agent-style-1 .agent-name a {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
}

.covertagent-agent-style-1:hover a,
.covertagent-agent-style-1 .agent-name a:hover,
.covertagent-agent-style-1 .agent-name a:focus {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.covertagent-agent-style-1 .agent-desc span {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    font-size: 0.875rem;
    padding: 0.1875rem 0.5rem;
    border-radius: 4px;
    margin-right: 0.3125rem;
}

/*
====================
Agent style 2
====================
*/

.covertagent-agent-style-2 {
    text-align: center;
    font-size: 1.0625rem;
}

.covertagent-agent-style-2 .agent-photo {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.covertagent-agent-style-2 .agent-photo img {
    width: 100%;
}

.covertagent-agent-style-2 .social-media-links {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    list-style: none;
    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;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.covertagent-agent-style-2:hover .social-media-links {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.covertagent-agent-style-2 .social-media-links a {
    display: inline-block;
    line-height: 1;
    padding: 1.25rem 0.625rem;
    color: var(--primary-color);
}

.covertagent-agent-style-2 .agent-name {
    font-size: 1.125rem;
    font-weight: 700;
}

.covertagent-agent-style-2 .agent-info {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    opacity: 0.7;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.covertagent-agent-style-2 .covertagent-btn {
    padding: 0.875rem 1.5625rem;
}

/*
====================
Agent style 3
====================
*/

.covertagent-agent-style-3 img {
    width: 100%;
}

.covertagent-agent-style-3 .agent-desc {
    padding: 1.25rem;
}

.covertagent-agent-style-3 .agent-name {
    font-size: 1.5rem;
    font-weight: 700;
}

.covertagent-agent-style-3 .agent-title {
    line-height: 1;
    color: var(--primary-color);
    margin-bottom: 1.25rem;
}

.covertagent-agent-style-3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.covertagent-agent-style-3 .agent-contact-info {
    margin-bottom: 1.875rem;
}

.covertagent-agent-style-3 .agent-contact-info li a {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
}

.covertagent-agent-style-3 .agent-contact-info li a:hover,
.covertagent-agent-style-3 .agent-contact-info li a:focus {
    color: var(--secondary-color);
}

.covertagent-agent-style-3 .social-media-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.covertagent-agent-style-3 .social-media-links li a {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 0.875rem;
    margin-right: 0.4375rem;
}

.covertagent-agent-style-3 .social-media-links li a:hover,
.covertagent-agent-style-3 .social-media-links li a:focus {
    background-color: var(--secondary-color);
}

/*
====================
Post style 1
====================
*/

.covertagent-post-style-1 {
    --post-title-size: 20px;
}

.covertagent-post-style-1 a {
    display: block;
}

.covertagent-post-style-1 .post-image {
    margin-bottom: 1.5625rem;
}

.covertagent-post-style-1 .post-image img {
    width: 100%;
}

.covertagent-post-style-1 .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    margin-bottom: 0.3125rem;
}

.covertagent-post-style-1 .post-meta span {
    margin: 0 0.625rem 0.625rem 0;
}

.covertagent-post-style-1 .post-title {
    font-size: var(--post-title-size);
    -webkit-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.covertagent-post-style-1:hover .post-title {
    color: var(--primary-color);
}

/* .covertagent-post-style-1 .post-title a {
    color: #000000;
}

.covertagent-post-style-1 .post-title a:hover,
.covertagent-post-style-1 .post-title a:focus {
    color: var(--primary-color);
} */


/*
====================
Post style 2
====================
*/

.covertagent-post-style-2 {
    --post-title-size: 24px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
}

.covertagent-post-style-2 a {
    display: block;
}

.covertagent-post-style-2 .post-image {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.covertagent-post-style-2 .post-image::after {
    content: '';
    width: calc(100% + 40px);
    height: 3.75rem;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 1;
}

.covertagent-post-style-2 .post-image img {
    width: 100%;
}

.covertagent-post-style-2 .post-content {
    padding: 1.25rem;
}

.covertagent-post-style-2 .post-title {
    font-size: var(--post-title-size);
    line-height: 1.3;
    margin-bottom: 1.25rem;
    -webkit-transition: color 400ms ease-in-out;
    -o-transition: color 400ms ease-in-out;
    transition: color 400ms ease-in-out;
}

.covertagent-post-style-2:hover .post-title {
    color: var(--primary-color);
}

.covertagent-post-style-2 .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    margin-bottom: 0.3125rem;
}

.covertagent-post-style-2 .post-meta span {
    margin: 0 0.625rem 0.625rem 0;
}

.covertagent-post-style-2 .post-meta .fas {
    color: var(--primary-color);
    opacity: 0.8;
    font-size: 0.875rem;
    margin-right: 0.1875rem;
}

.covertagent-post-style-2 .read-more {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.covertagent-post-style-2 .read-more::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 0.5rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.covertagent-post-style-2:hover .read-more::after {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

/*
====================
Post style 3
====================
*/

.covertagent-post-style-3 {
    --post-title-size: 24px;
}

.covertagent-post-style-3 a {
    display: block;
}

.covertagent-post-style-3 .post-image {
    margin-bottom: 1.875rem;
}

.covertagent-post-style-3 .post-image img {
    width: 100%;
    height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.covertagent-post-style-3 .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    margin-bottom: 0.3125rem;
}

.covertagent-post-style-3 .post-meta span {
    margin: 0 0.625rem 0.625rem 0;
}

.covertagent-post-style-3 .post-title {
    font-size: var(--post-title-size);
    line-height: 1.3;
    margin-bottom: 1.25rem;
    -webkit-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.covertagent-post-style-3:hover .post-title {
    color: var(--primary-color);
}

/*
====================
Post style 4
====================
*/

.covertagent-post-style-4 {
    --post-title-size: 24px;
    --post-title-size-md: 36px;
    --post-date-size: 30px;
    --post-date-size-md: 36px;
    --post-month-size: 14px;
}

.covertagent-post-style-4 .post-image {
    position: relative;
    margin-bottom: 2.5rem;
}

.covertagent-post-style-4 .post-image img {
    width: 100%;
}

.covertagent-post-style-4 .posted-on {
    width: 4.5625rem;
    height: 5.9375rem;
    background-color: var(--primary-color);
    color: #FFFFFF;
    line-height: 1.2;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

.covertagent-post-style-4 .posted-on .date {
    font-size: var(--post-date-size);
}

.covertagent-post-style-4 .posted-on .month {
    font-size: var(--post-month-size);
}

.covertagent-post-style-4 .post-title {
    font-size: var(--post-title-size);
    line-height: 1.3;
    margin-bottom: 0.3125rem;
}

.covertagent-post-style-4 .post-meta,
.covertagent-post-style-4 .post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.covertagent-post-style-4 .post-meta {
    margin-bottom: 1.875rem;
}

.covertagent-post-style-4 .post-meta>li:not(:last-child)::after {
    display: inline-block;
    content: '|';
    margin-left: 0.75rem;
    margin-right: 0.8125rem;
}

.covertagent-post-style-4 .post-meta a {
    color: var(--primary-color);
}

.covertagent-post-style-4 .post-meta ul li a {
    margin-right: 0.375rem;
}

/*
====================
Cities
====================
*/

.covertagent-cities {
    --city-name-size: 18px;
    position: relative;
    width: 100%;
    height: 25rem;
    background: url('../images/place-1.jpg') no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9375rem;
}

.covertagent-cities::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 400ms ease;
    -o-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
}

.covertagent-cities:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.covertagent-cities a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.covertagent-cities .city-name {
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.625rem;
}

.covertagent-cities .city-name span {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 0.625rem;
    border-radius: 4px;
    color: #000000;
    font-size: var(--city-name-size);
    -webkit-transition: background-color 400ms ease, color 400ms ease;
    -o-transition: background-color 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, color 400ms ease;
}

.covertagent-cities:hover .city-name span {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.covertagent-cities span {
    display: inline-block;
    background-color: rgb(255, 255, 255);
    padding: 0.5rem 0.625rem;
    border-radius: 4px;
    line-height: 1;
    color: var(--primary-color);
}

/*
====================
Property style 1
====================
*/

.covertagent-property-style-1 {
    --sale-color: #C43B3B;
    --property-name-size: 18px;
    --propert-footer-font-size: 14px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.covertagent-property-style-1 header {
    width: 100%;
    height: 15.625rem;
    position: relative;
}

.covertagent-property-style-1 header a {
    display: block;
    height: 100%;
}

.covertagent-property-style-1 header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.covertagent-property-style-1 .property-rent-sale {
    position: absolute;
    top: 10px;
    left: 25px;
}

.covertagent-property-style-1 .property-rent-sale span {
    display: inline-block;
    line-height: 1;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 0.375rem 0.625rem;
}

.covertagent-property-style-1 .property-rent-sale .rent {
    background-color: var(--primary-color);
}

.covertagent-property-style-1 .property-rent-sale .sale {
    background-color: var(--sale-color);
}

.covertagent-property-style-1 .property-price {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
}

.covertagent-property-style-1 .property-price span {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.375rem 0.5rem;
    line-height: 1;
    border-radius: 5px;
}

.covertagent-property-style-1 .property-price .property-orig-price {
    color: var(--primary-color);
}

.covertagent-property-style-1 .property-price .property-orig-price small {
    font-size: 0.875rem;
    color: black;
}

.covertagent-property-style-1 .property-info {
    padding: 1.5625rem;
    position: relative;
}

.covertagent-property-style-1 .link-custom {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50% 0 50% 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--primary-color);
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.covertagent-property-style-1:hover .link-custom {
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.covertagent-property-style-1 .property-info-list {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.covertagent-property-style-1 .property-info-list li {
    margin-right: 1rem;
}

.covertagent-property-style-1 .property-name {
    font-size: var(--property-name-size);
    line-height: 1.3;
    margin-bottom: 0.3125rem;
}

.covertagent-property-style-1 footer {
    padding-top: 0.5rem;
    margin-top: 0.625rem;
    font-size: var(--propert-footer-font-size);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.covertagent-property-style-1 .property-agent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
}

.covertagent-property-style-1 .property-agent img {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
}

/*
====================
Property style 2
====================
*/

.covertagent-property-style-2 {
    --property-name-size: 24px;
    --property-price-size: 24px
}

.covertagent-property-style-2 header {
    width: 100%;
    height: 23.125rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5625rem;
}

.covertagent-property-style-2 header a {
    display: block;
    height: 100%;
    color: #FFFFFF;
}

.covertagent-property-style-2 header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.covertagent-property-style-2:hover header img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.covertagent-property-style-2 .property-image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    z-index: 4;
}

.covertagent-property-style-2 .property-rent-sale span {
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 0.625rem;
    border-radius: 5px;
    padding: 0.375rem 0.625rem;
}

.covertagent-property-style-2 .property-name {
    font-size: var(--property-name-size);
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 0;
}

.covertagent-property-style-2 .property-price {
    font-size: var(--property-price-size);
    line-height: 1;
    display: block;
    font-weight: 600;
    margin-bottom: 1.25rem;
}


/*
====================
Property style 3
====================
*/

.covertagent-property-style-3 {
    --property-name-size: 24px;
    --property-price-size: 40px;
    --property-price-sub-size: 18px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
    padding: 1.25rem;
}

.covertagent-property-style-3 header {
    position: relative;
    margin: -1.25rem -1.25rem 0 -1.25rem;
    height: 20.9375rem;
    overflow: hidden;
}

.covertagent-property-style-3 header::after {
    content: '';
    width: calc(100% + 40px);
    height: 3.75rem;
    display: block;
    position: absolute;
    bottom: -30px;
    left: -10px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 1;
}

.covertagent-property-style-3 header a {
    display: block;
    height: 100%;
}

.covertagent-property-style-3 header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.covertagent-property-style-3 .property-price {
    font-size: var(--property-price-size);
    line-height: 1;
    font-weight: 700;
}

.covertagent-property-style-3 .property-price sub {
    font-size: var(--property-price-sub-size);
}

.covertagent-property-style-3 .property-name {
    font-size: var(--property-name-size);
}

.covertagent-property-style-3 .read-more {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.covertagent-property-style-3 .read-more::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 0.5rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.covertagent-property-style-3:hover .read-more::after {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

/*
====================
Property style 4
====================
*/

.covertagent-property-style-4 {
    --property-price-size: 18px;
    --property-name-size: 18px;
}

.covertagent-property-style-4 a {
    display: block;
}

.covertagent-property-style-4 .property-image {
    width: 100%;
    height: 17.1875rem;
    overflow: hidden;
}

.covertagent-property-style-4 .property-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.covertagent-property-style-4:hover .property-image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.covertagent-property-style-4 .property-info {
    padding: 2.5rem 1.25rem 0 1.25rem;
    position: relative;
}

.covertagent-property-style-4 .property-price {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 20px;
    z-index: 10;
    padding: 0.75rem 1.5rem;
    background-color: var(--primary-color);
    color: #FFFFFF;
    font-weight: 600;
    font-size: var(--property-price-size);
    line-height: 1;
    margin: 0;
}

.covertagent-property-style-4 .property-name {
    font-size: var(--property-name-size);
    margin-bottom: 1.25rem;
}

.covertagent-property-style-4 .property-info-list {
    margin: 0;
    padding: 0 0 1.25rem 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.covertagent-property-style-4 .property-info-list li {
    margin: 0 1.75rem 0.625rem 0;
    font-size: 0.875rem;
}

.covertagent-property-style-4 .property-info-list .fas {
    opacity: 0.7;
    font-size: 1rem;
}

/*
====================
Property style 5
====================
*/
.covertagent-property-style-5 {
    --property-price-size: 18px;
    --property-name-size: 20px;
}

.covertagent-property-style-5 .property-image {
    position: relative;
    height: 100%;
}

.covertagent-property-style-5 .property-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.covertagent-property-style-5 .property-info {
    padding: 1.875rem;
}

.covertagent-property-style-5 .property-price {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: var(--primary-color);
    color: #FFFFFF;
    font-weight: 600;
    font-size: var(--property-price-size);
    line-height: 1;
    margin: 0 0 1rem 0;
}

.covertagent-property-style-5 .property-name {
    font-size: var(--property-name-size);
    margin-bottom: 1.25rem;
}

.covertagent-property-style-5 .property-agent {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    border-bottom: 2px solid #ddd;
}

.covertagent-property-style-5 .property-agent img {
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
}

.covertagent-property-style-5 .property-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.covertagent-property-style-5 .property-info-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 1.75rem 0.9375rem 0;
    font-size: 0.875rem;
    padding-left: 3.125rem;
    position: relative;
    line-height: 1.3;
}

.covertagent-property-style-5 .property-info-list li span {
    display: block;
    font-size: 1.5rem;
}

.covertagent-property-style-5 .property-info-list .fas {
    opacity: 0.7;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 1.875rem;
}

/*
====================
About style 1
====================
*/

.covertagent-about-style-1 {
    background: url('../images/bg_3.jpg') no-repeat center center;
    background-size: cover;
    --block-heading-size:
}

.covertagent-about-style-1 .block-content,
.covertagent-about-style-2 .block-content {
    background-color: #2f3035;
    color: #FFFFFF;
}

.covertagent-about-style-1 .block-content h3,
.covertagent-about-style-2 .block-content h3 {
    color: #FFFFFF;
}

.covertagent-about-style-1 .read-more,
.covertagent-about-style-2 .read-more {
    display: inline-block;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
}

.covertagent-about-style-1 .read-more::after,
.covertagent-about-style-2 .read-more::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 0.5rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.covertagent-about-style-1:hover .read-more,
.covertagent-about-style-2:hover .read-more {
    color: rgba(255, 255, 255, 1);
}

.covertagent-about-style-1:hover .read-more::after,
.covertagent-about-style-2:hover .read-more::after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.covertagent-about-style-2 {
    background: url('../images/bg_4.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
}

/*
====================
Pagination
====================
*/

.covertagent-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.covertagent-pagination li a {
    display: block;
    line-height: 1;
    border-radius: 50%;
    padding: 0.625rem 0.8125rem;
    margin: 0 0.125rem 0.3125rem 0.125rem;
}

.covertagent-pagination .active a {
    background-color: var(--primary-color);
}

/*
====================
Footer
====================
*/

.covertagent-footer {
    background-color: #0f101c;
    color: rgba(255, 255, 255, 0.7);
}

.covertagent-footer .covertagent-footer-top {
    padding: 7rem 0.9375rem 4.5rem 0.9375rem;
}

.covertagent-footer .covertagent-footer-top h2 {
    font-size: 1.125rem;
    color: #FFFFFF;
    margin-bottom: 2.5rem;
}

.covertagent-footer .covertagent-footer-list {
    margin: 0 0 2.5rem 0;
    padding: 0;
    list-style: none;
}

.covertagent-footer .covertagent-footer-list li a {
    display: inline-block;
    position: relative;
    padding-left: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.3;
    margin-bottom: 0.4375rem;
}

.covertagent-footer .covertagent-footer-list li a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.covertagent-footer .covertagent-footer-top address {
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.covertagent-footer .covertagent-footer-top address p {
    position: relative;
    padding-left: 1.875rem;
}

.covertagent-footer .covertagent-footer-top address a {
    color: rgba(255, 255, 255, 0.7);
}

.covertagent-footer .covertagent-footer-top address .fas {
    position: absolute;
    top: 8px;
    left: 0;
}

.covertagent-footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.covertagent-footer-social a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0.625rem 0.625rem 0;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.covertagent-footer-bottom small,
.covertagent-footer-bottom-style-2 small {
    font-size: 1rem;
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

.covertagent-footer-bottom-style-2 {
    background-color: var(--secondary-color);
}

.covertagent-footer-bottom-style-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.covertagent-footer-bottom-style-2 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.covertagent-footer-bottom-style-2 ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

/*===========
Locations section
============*/

.covertagent-maps-section .content-wrap {
    padding: 0 0.9375rem;
}

.covertagent-maps-section .left-shape {
    position: absolute;
    top: 0;
    left: -233px;
    width: 14.5625rem;
    height: 100%;
}

.covertagent-maps-section .map-iframe {
    min-height: 500px;
}


.covertagent-locations-list .custom-radio-input {
    position: relative;
    padding-left: 1.875rem;
}

.covertagent-locations-list label {
    display: block;
    position: relative;
    text-transform: capitalize;
    color: #FFFFFF;
    padding-left: 1.875rem;
    font-size: 1.1875rem;
}

.covertagent-locations-list .custom-radio-input label::before {
    content: '';
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    z-index: 1;
}

.covertagent-locations-list .custom-radio-input input[type="radio"]:focus~label::before {
    outline: 2px solid #ffffff;
}

.covertagent-locations-list .custom-radio-input input[type="radio"]:checked~label::before {
    background-color: var(--primary-color);
}

.covertagent-locations-list .custom-radio-input input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
}

/*======Bottom stats section=========*/
.custom_stats-section {
    position: relative;
    z-index: 1;
}

.custom_stats-section::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #0f101c;
    z-index: -1;
}

.custom_stats-section .col-xl-10 {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 1.875rem 1.25rem 0.9375rem 1.25rem;
}

.custom_stats-section .covertagent-stats-box-style-2 .stats-box-lbl,
.custom_stats-section .covertagent-stats-box-style-2 .stats-num {
    color: #FFFFFF;
}

/*===========
Grid section
============*/
.covertagent-properties-grid .covertagent-grid-item {
    position: relative;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0.9375rem;
}

.covertagent-properties-grid .covertagent-grid-item a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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;
    position: relative;
    z-index: 1;
    color:#FFFFFF;
}

.covertagent-properties-grid .covertagent-grid-item a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.covertagent-properties-grid .covertagent-grid-item a:hover::before {
    opacity: 1;
}

.covertagent-properties-grid .covertagent-grid-item h3 {
    font-weight: 400;
    color: #ffffff;
    font-size: 1.375rem;
    z-index: 4;
    text-align: center;
    text-transform: uppercase;
}

.covertagent-properties-grid .covertagent-grid-item.text-box {
    border-radius: 5px;
}

@media (min-width:992px) {
    .covertagent-properties-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 2fr 10px 1.3fr 10px 1fr;
        grid-template-columns: 2fr 1.3fr 1fr;
        gap: 0 10px;
        height: 600px;
    }

    .covertagent-properties-grid .covertagent-grid-item {
        height: auto;
        margin:0;
    }

    .covertagent-properties-grid .covertagent-grid-col-1 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);  
        -ms-grid-rows: 2fr 10px 1fr;  
        grid-template-rows: 2fr 1fr;
        gap: 10px;
    }

    .covertagent-properties-grid .covertagent-grid-col-1 > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .covertagent-properties-grid .covertagent-grid-col-1 > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .covertagent-properties-grid .covertagent-grid-col-1 > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .covertagent-properties-grid .covertagent-grid-col-1 > *:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .covertagent-properties-grid .covertagent-grid-col-1 .covertagent-grid-item:nth-child(1) {
       -ms-grid-column: 1;
       -ms-grid-column-span: 2;
       grid-column: 1/3;
    }

    .covertagent-properties-grid .covertagent-grid-col-2 .covertagent-grid-item{
         height: 100%;
    }

    .covertagent-properties-grid .covertagent-grid-col-3 {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 1fr 10px 1fr 10px 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 10px 0;
    }
}

/*
====================
Featued video section
====================
*/

.covertagent-featured-video-section {
    color: #FFFFFF;
}

.covertagent-featured-video-section .covertagent-text-content {
    padding: 3.75rem 0 0 0;
}

.covertagent-featured-video-section .covertagent-icons {
    margin:0;
    padding:0;
    list-style: none;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1;
}

.covertagent-featured-video-section .covertagent-icons a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #FFF;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 50%;
    margin: 0 0.625rem 0.625rem 0.625rem;
    -webkit-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.covertagent-featured-video-section .covertagent-icons a:hover {
    color: var(--secondary-color);
    background-color: #FFFFFF;
}

@media (min-width:992px) {
    .covertagent-featured-video-section .embed-responsive {
        position: relative;
        z-index: 5;
    }
    .covertagent-featured-video-section .covertagent-text-content {
        position: relative;
        min-height: 550px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        z-index: 2;
        padding: 3.75rem;
    }

    .covertagent-featured-video-section .covertagent-text-content::before {
        content: '';
        width: calc(100% + 160px);
        height: 100%;
        border:2px solid #FFFFFF;
        display: block;
        position: absolute;
        top: 0;
        left: -160px;
        z-index: -1;
    }

    .covertagent-featured-video-section .covertagent-text-content > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

@media (min-width:1200px) {
    .covertagent-featured-video-section .covertagent-text-content {
        padding: 3.75rem 10rem 3.75rem 3.75rem;
    }
}

/*
====================
Newsletter section
====================
*/

.covertagent-newsletter-section {
    background: url('../images/vide-thumb.jpg') no-repeat center center;
    background-size: cover;
    color: #FFFFFF;
    background-attachment: fixed;
    text-align: center;
}

.covertagent-newsletter-section h2 {
    font-weight: 400;
    color: #FFFFFF;
}

.covertagent-newsletter-section .covertagent-content-col {
    padding: 1.875rem;
}

.covertagent-newsletter-section .covertagent-content-col.first-col {
    background-color: rgba(0, 0, 0, 0.7);
}

.covertagent-newsletter-section .covertagent-newsletter-form .covertagent-btn-primary {
    padding: 1.125rem 2.1875rem;
}

@media (min-width:992px) {
    .covertagent-newsletter-section .covertagent-content-col {
        -webkit-box-flex:1;
            -ms-flex:1 1 auto;
                flex:1 1 auto;
        padding: 3.75rem;
    }

    .covertagent-newsletter-section .second-col {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .covertagent-newsletter-section .second-col::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        height: calc(100% - 40px);
        border: 2px solid rgba(255, 255, 255, 0.7);
        z-index: -1;
    }
}

/*
====================
Fullwidth about section
====================
*/ 

.covertagent-fw-about-section {
    position: relative;
    z-index: 2;
}

.covertagent-fw-about-section {
    padding-bottom: 31.25rem;
}

.covertagent-fw-about-section::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 500px;
    background:url('../images/dana-olmes-jeffery-biebuyck-compass-lifestyle-tanveer-badal-6.jpg') no-repeat center center;
    background-size: cover;
}


@media (min-width:992px) {
    .covertagent-fw-about-section {
        padding-bottom: 0;
    }
    .covertagent-fw-about-section::after {
        top: 0;
        bottom: auto;
        height: 100%;
        width: 50%;
        background-position: left center;
    }
}

/*
====================
Accolade section
====================
*/

.covertagent-accolade-section {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)), url("../images/accolade.jpg");
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.79))), url("../images/accolade.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)), url("../images/accolade.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.covertagent-accolade-section .covertagent-stats-grid {
    background-color: rgba(0, 0, 0, 0.59);
    color: #FFFFFF;
    padding: 1.875rem;
}


.covertagent-accolade-section .covertagent-stats-grid .covertagent-stats-box-style-2 {
    padding: 0.9375rem;
}

.covertagent-accolade-section .covertagent-stats-grid .stats-num,
.covertagent-accolade-section .covertagent-stats-grid .stats-box-lbl {
    color: #FFFFFF;
}

@media (min-width:768px) {

    .covertagent-accolade-section .covertagent-stats-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 0 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .covertagent-accolade-section .covertagent-stats-grid .covertagent-stats-box-style-2 {
        padding: 0.9375rem;
    }

    .covertagent-accolade-section .covertagent-stats-grid .covertagent-stats-box-style-2:nth-child(1),
    .covertagent-accolade-section .covertagent-stats-grid .covertagent-stats-box-style-2:nth-child(3),
    .covertagent-accolade-section .covertagent-stats-grid .covertagent-stats-box-style-2:nth-child(5) {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }
    
}

@media (min-width:992px) {
    .covertagent-accolade-section .covertagent-stats-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .covertagent-accolade-section .covertagent-stats-grid .covertagent-stats-box-style-2:nth-child(1),
    .covertagent-accolade-section .covertagent-stats-grid .covertagent-stats-box-style-2:nth-child(4),
    .covertagent-accolade-section .covertagent-stats-grid .covertagent-stats-box-style-2:nth-child(2),
    .covertagent-accolade-section .covertagent-stats-grid .covertagent-stats-box-style-2:nth-child(5) {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }
}

/*
====================
Media queries
====================
*/

@media screen and (min-width:576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .covertagent-stats-box-style-1 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .covertagent-social-follow-fixed {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        left: auto;
        display: block;
        width: auto;
    }

    .covertagent-social-follow-fixed li {
        /* -webkit-transform: translateX(180px);
            -ms-transform: translateX(180px);
                transform: translateX(180px); */
        -webkit-transform: translateX(calc(100% - 50px));
        -ms-transform: translateX(calc(100% - 50px));
        transform: translateX(calc(100% - 50px));
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        -o-transition: transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
    }

    .covertagent-social-follow-fixed li a {
        padding: 0;
    }

    .covertagent-social-follow-fixed li .fab,
    .covertagent-social-follow-fixed li .fas {
        width: 3.125rem;
        height: 3.125rem;
        line-height: 50px;
        text-align: center;
    }

    .covertagent-social-follow-fixed li a span {
        display: inline-block;
        font-size: 0.9375rem;
        min-width: 11.25rem;
    }

    .covertagent-social-follow-fixed li:hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .covertagent-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .covertagent-section-pt {
        padding-top: 6rem;
    }

    .covertagent-section-pb {
        padding-bottom: 6rem;
    }

    .covertagent-agent-style-3 .agent-desc {
        padding: 2.5rem;
    }

    .covertagent-post-style-2 .post-content {
        padding: 2.5rem;
    }

    .covertagent-post-style-4 .posted-on .date {
        font-size: var(--post-date-size-md);
    }

    .covertagent-post-style-4 .post-title {
        font-size: var(--post-title-size-md);
    }

    .covertagent-property-style-3 {
        padding: 2.5rem;
    }

    .covertagent-property-style-3 header {
        margin: -2.5rem -2.5rem 0 -2.5rem;
    }

    .covertagent-video-section {
        padding: 10.625rem 0;
    }

    .covertagent-video-play-btn::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 6.25rem;
        height: 6.25rem;
        border-radius: 50%;
        background-color: #FFFFFF;
        z-index: -1;
        -webkit-animation: pulse-border 2000ms ease-out infinite;
        animation: pulse-border 2000ms ease-out infinite;
    }

    .covertagent-clients-section .content-wrap {
        padding: 6rem 6.25rem;
    }

    .covertagent-hero-section-4 .covertagent-hero-slider .slide-content {
        padding: 3.125rem;
    }

    .covertagent-stats-box-style-1 .stats-num {
        font-size: var(--stats-number-size-md);
    }

    .covertagent-stats-box-style-2 .stats-num {
        font-size: var(--stats-number-size-md);
    }
}

@media screen and (min-width:992px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-right {
        text-align: right;
    }

    .covertagent-post-style-4 .posted-on {
        left: -36px;
    }

    .covertagent-hero-section-2 {
        height: 37.5rem;
        padding-top: 10rem;
    }

    .covertagent-about-style-2 .block-content {
        position: absolute;
        bottom: -48px;
        right: -48px;
        left: 48px;
        z-index: 10;
    }

    .covertagent-hero-section-3 .covertagent-hero-slider .swiper-slide {
        height: 50rem;
    }

    .covertagent-property-style-5 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .covertagent-property-style-5 .property-info {
        padding: 0.9375rem 3.125rem;
    }

    .covertagent-clients-section .content-wrap {
        max-width: 36.25rem;
        padding: 6rem 0.9375rem 6rem 6.25rem;
    }
}


@media screen and (min-width:1200px) {

    .covertagent-hero-section-2 {
        height: 54.375rem;
    }

    .covertagent-maps-section .content-wrap {
        max-width: 36.25rem;
    }
}


/**Page 7**/
body {
    font-family: "Marcellus", serif;
}

.covertagent-btn-book {
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 1.375rem;
    text-transform: uppercase;
}

.covertagent-btn-book span {
    position: relative;
    top: -5px;
    font-family: "Dancing Script", sans-serif;
    text-transform: none;
    font-size: 3.4375rem;
    margin-left: 0.75rem;
}

.covertagent-btn-book:hover,
.covertagent-btn-book:focus {
    background-color: var(--secondary-color);
    color: #ffffff;
}

/*
  ====================
  Hero section 8
  ====================
  */
.covertagent-hero-section-8 {
    position: relative;
    background: url("../images/olivia-hutcherson-jrgl3daavms-unsplash.jpg") no-repeat center;
    background-size: cover;
    height: 500px;
    color: var(--primary-color);
}

.covertagent-hero-section-8 .container {
    height: 100%;
}

.covertagent-hero-section-8 h1 {
    color: var(--primary-color);
    line-height: 1.1;
}

.covertagent-hero-section-8 h1 span {
    display: block;
    font-family: "Dancing Script", sans-serif;
}

@media (min-width: 768px) {
    .covertagent-hero-section-8 {
        height: 600px;
        margin-bottom: 7.5rem;
    }

    .covertagent-hero-section-8::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -120px;
        right: 0;
        width: 70%;
        height: 200px;
        background-size: cover;
    }

    .covertagent-hero-section-8 .covertagent-btn-book {
        position: absolute;
        bottom: -120px;
        left: 15px;
    }
}

/*
  ====================
  Business checklist
  ====================
  */

.covertagent-business-checklist .covertagent-content-block {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
}

.covertagent-business-checklist figure {
    padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.covertagent-business-checklist figcaption {
    font-family: "Dancing Script", sans-serif;
    font-size: 2rem;
    line-height: 1.1;
    margin-top: 0.5rem;
}

.covertagent-business-checklist .covertagent-btn {
    font-family: "Dancing Script", sans-serif;
    font-size: 1.875rem;
}

@media (min-width: 768px) {
    .covertagent-business-checklist .container {
        z-index: 1;
    }

    .covertagent-business-checklist .container::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: calc(100% - 30px);
        -webkit-transform: 0;
        -ms-transform: 0;
        transform: 0;
        z-index: -1;
    }

    .covertagent-business-checklist .covertagent-content-block {
        padding: 4.375rem 21.25rem 0 0;
    }

    .covertagent-business-checklist figure {
        position: absolute;
        top: -100px;
        right: 0;
        width: 270px;
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

/*
  ====================
  Quotes section
  ====================
  */

.covertagent-quotes-section {
    background-color: rgb(162 234 195 / 70%);
}

.covertagent-quotes-section blockquote {
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.8;
    font-size: 1.75rem;
    margin: 0;
}

/*
  ====================
  Service style 1
  ====================
  */

.covertagent-service-style-1 {
    position: relative;
    z-index: 1;
}

.covertagent-service-style-1>img {
    width: 100%;
}

.covertagent-service-style-1 h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Dancing Script", sans-serif;
    font-size: 2.5rem;
    padding-bottom: 0.625rem;
    z-index: 2;
}

.covertagent-service-style-1 h3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 20px);
    background-color: rgb(97 136 113 / 90%);
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    z-index: -1;
}

.covertagent-service-style-1 h3:hover::before {
    background-color: rgb(97 136 113 / 97%);
}

.covertagent-service-style-1 h3 a {
    display: block;
    color: #fff;
}

.covertagent-service-style-1 h3 a span {
    display: block;
    background-color: #fff;
    font-family: "Marcellus", serif;
    color: #000;
    font-size: 1.1875rem;
    text-transform: uppercase;
    padding: 0.4375rem 0.625rem;
    max-width: 205px;
    margin: 0 auto 0.375rem auto;
}

/*
  ====================
  Bio section
  ====================
  */

.covertagent-bio-section {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))),
        url("../images/vickholius-nugroho-jt6qxzwsocq-unsplash.jpg") no-repeat center;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/vickholius-nugroho-jt6qxzwsocq-unsplash.jpg") no-repeat center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/vickholius-nugroho-jt6qxzwsocq-unsplash.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.covertagent-bio-section figure {
    padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 90%;
}

.covertagent-bio-section figcaption {
    font-family: "Dancing Script", sans-serif;
    color: #000;
    font-size: 1.375rem;
    line-height: 1.1;
    margin-top: 0.5rem;
}

.covertagent-bio-section h2 {
    font-family: "Dancing Script", sans-serif;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.covertagent-bio-section h2 span {
    display: block;
    font-family: "Marcellus", serif;
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
}

@media (min-width: 992px) {
    .covertagent-bio-section figcaption {
        font-size: 2rem;
    }

    .covertagent-bio-section h2 {
        font-size: 4.375rem;
    }
}

/*
  ====================
  Testimonial style 6
  ====================
  */

.covertagent-testimonial-style-6 {
    text-align: center;
}

.covertagent-testimonial-style-6 figure {
    display: inline-block;
}

.covertagent-testimonial-style-6 figure img {
    width: 100%;
    border-radius: 50%;
}

.covertagent-testimonial-style-6 blockquote {
    font-size: 1.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.covertagent-testimonial-style-6 blockquote cite {
    font-family: "Dancing Script", sans-serif;
    font-size: 2.1875rem;
    text-transform: none;
}

@media (min-width: 992px) {
    .covertagent-testimonial-style-6 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 400px 30px 1fr;
        grid-template-columns: 400px 1fr;
        gap: 0 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*
  ====================
  Images grid
  ====================
  */

.covertagent-images-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.covertagent-grid-item {
    overflow: hidden;
    height: 0;
    padding: 50% 0;
    position: relative;
}

.covertagent-images-grid .covertagent-grid-item img {
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
    .covertagent-images-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .covertagent-images-grid {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    }
}

/*
  ====================
  Footer style 3
  ====================
  */

.covertagent-footer-style-3 {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 2.5rem 0;
    text-align: center;
}

.covertagent-footer-style-3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.covertagent-footer-style-3 ul li a {
    display: inline-block;
    color: #fff;
}

.covertagent-footer-style-3 .covertagent-footer-logo {
    color: #fff;
}

.covertagent-footer-style-3 .covertagent-scroll-top {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 0;
    font-size: 1.125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: none;
    line-height: 1;
}

.covertagent-footer-style-3 .covertagent-scroll-top .fas,
.covertagent-footer-style-3 .covertagent-scroll-top span {
    display: block;
}

.covertagent-footer-style-3 .covertagent-scroll-top .fas {
    margin-bottom: 0.3125rem;
}

.covertagent-footer-style-3 .covertagent-scroll-top span {
    font-family: "Dancing Script", sans-serif;
    font-size: 2.375rem;
}