@import url('glightbox.min.css');
@import url('tabby-ui.min.css');

: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;
	overflow-x: hidden;
}


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);
}

.no-hover {position: relative;width: 100%;}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.3;
}

h3,
h6,
.h3,
.h6 {
    font-weight: 100;
}


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;
    }
}

.hero-content h1, .hero-content h3, .hero-content p {color:#ffffff;}


.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);
}

.sm-popup {height: fit-content!important;}

html {
  scroll-behavior: smooth;
}

.ca-fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
  }
  
.ca-fade-in-visible {
    opacity: 1;
  }


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: ""
}

.gslider iframe {max-width:100%;}


.ctaPopup .form-control {
    width: 100%;
    text-align: left;
}

.ctaPopup form {
    text-align: left;
    font-size: 18px;
}

.sidebarContact.formLight input, .sidebarContact.formLight  textarea {
	border: none;
    background-color: rgb(255 255 255 / 80%);
    padding: 10px;
    border-radius: 4px;
	color:#212529;
}

.sidebarContact.formDark input, .sidebarContact.formDark  textarea {
	border: none;
    background-color: rgb(0 0 0 / 70%);
    padding: 10px;
    border-radius: 4px;
	color:#ffffff;
}

.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 iframe {max-width: 100%;}

.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%
}

.overlay-90::before, .overlay-80::before, .overlay-70::before, .overlay-60::before, .overlay-50::before, .overlay-40::before, .overlay-30::before, .overlay-20::before, .overlay-10::before {content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;}

.overlay-video::before {background-color: rgba(0, 0, 0, 0.7);z-index: 9;}
.overlay-90::before    {background-color: rgba(0, 0, 0, 0.9);}
.overlay-80::before    {background-color: rgba(0, 0, 0, 0.8);}
.overlay-70::before    {background-color: rgba(0, 0, 0, 0.7);}
.overlay-60::before    {background-color: rgba(0, 0, 0, 0.6);}
.overlay-50::before    {background-color: rgba(0, 0, 0, 0.5);}
.overlay-40::before    {background-color: rgba(0, 0, 0, 0.4);}
.overlay-30::before    {background-color: rgba(0, 0, 0, 0.3);}
.overlay-20::before    {background-color: rgba(0, 0, 0, 0.2);}
.overlay-10::before    {background-color: rgba(0, 0, 0, 0.1);}


@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.sq {border-radius:0!important;}
.covertagent-btn.rnd {border-radius:6px;}

.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;
}


.covertagent-btn-outline {
  border: 3px solid var(--primary-color);
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 0;
}

.covertagent-btn-outline:hover,
.covertagent-btn-outline:focus {
  background-color: var(--secondary-color);
  color: #FFF;
  border-color: var(--secondary-color);
}


.fab, .far, .fas {
    padding-top: 10px;
    font-size: 20px;
}

/*==============
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,.social-media-links{
    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, .social-media-links  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, .social-media-links 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 , .social-media-links 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 .covertagent-slideout-menu-content  {background-color: #fff;}
.covertagent-slideout-menu .covertagent-slideout-menu-close-btn {z-index: 9;}

.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;
	overflow-x: hidden;
    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: 48vh;
	left:75px;
}

.swiper-button-next {
    top: 48vh;
	right:75px;
}

/*
====================
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;
}

.icon-zillow::before{content : url('/media-folder/zill-icon.png');}

li.zi a{padding: 15px 12px!important;}

.covertagent-social-follow-fixed span {position: relative;top: -2px;}

/*
====================
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.2);
}

.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: 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-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.2);
}

.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: 100vh;
    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: 100vh;
    }
}


/*
====================
Hero section 6
====================
*/

.covertagent-hero-section-6 {
    overflow: hidden;
}

.covertagent-hero-section-6 video {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
}

.covertagent-hero-section-6 .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 10;
}

.covertagent-hero-section-6  h1, .covertagent-hero-section-6  h2, .covertagent-hero-section-6  h3, .covertagent-hero-section-6  h4, .covertagent-hero-section-6  h6,  .covertagent-hero-section-6  h6  {color:#ffffff;}

.covertagent-hero-section-6 video {width: 100vw; height: 56.25vw!important; max-width: none; min-height: 100vh; min-width: 177.77vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

.covertagent-hero-section-6.overlay-video {max-height: 100vh;margin-top:-80px;}

@media (min-aspect-ratio: 16 / 9){
	.covertagent-hero-section-6 iframe {max-width: 100%;}
	.overlay-video::before {height: 53.25vw!important;}
}


/*
====================
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;
}

.covertagent-video-play-btn i.fas.fa-play {padding: 26px 0 0 5px;}



@-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);
}
.social-media-links .fab{padding-top:0px !important;color:#FFFFFF !important;}

.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%;
}

@media screen and (max-width:575px) {
	.covertagent-header-style-1 img {max-width:200px;}
	.covertagent-hero-section-1 {margin-top: -70px;}
}
/*
====================
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: var(--primary-color);
    color: #b7b8bb;
}

.covertagent-footer a {
    color: #b7b8bb;
}

.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;
	padding:0;
}

.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/roberto-nickson-FqHU6aeVwf8-unsplash.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: right bottom;
    }
}

/*
====================
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:100px) {
    
	#myModal .modal-content {
		width: 94vw;
		position: fixed;
		top: 5%;
		left: calc(50% - 47vw);
		background-color: rgb(0 0 0 / 90%);
		text-align: center;
		z-index: 999;
		border-radius: 12px;
	}
}

@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;
        /* padding: 15px;
        text-align: center; */
		padding: 1rem;
    }

    .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 (max-width:767px) {
    .containerls {
        height: 80vh;
        min-height: 650px!important;
    }    
    .containerls .sign-up-containerls, .containerls .sign-in-containerls {
        top: 35%!important;
        width: 100%!important;
        overflow: scroll;
    }
    .containerls .overlay-containerls {
        left:0!important;
        width: 100%!important;
        height: 35%!important;
    }
    .containerls form {
        justify-content: unset!important;
        padding: 30px 50px 0 50px!important;
    }

	#myModal .modal-content {
		width: 94vw;
		position: fixed;
		top: 10%;
		left: calc(50% - 47vw);
		background-color: rgb(0 0 0 / 90%);
		text-align: center;
		z-index: 999;
		border-radius: 12px;
	}




}

@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.covertagent-buy-sell {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

    .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);
    }
	#myModal .modal-content {
		width: 80vw;
		position: fixed;
		top: 25%;
		left: calc(50% - 40vw);
		background-color: rgb(0 0 0 / 90%);
		text-align: center;
		z-index: 999;
		border-radius: 12px;
	}
}

@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;
    }
	
		#myModal .modal-content{
		width: 60vw;
		position: fixed;
		top: 25%;
		left: calc(50% - 30vw);
		background-color: rgb(0 0 0 / 90%);
		text-align: center;
		z-index: 999;
		border-radius: 12px;
	}
}


@media screen and (min-width:1200px) {

    .covertagent-hero-section-2 {
        height: 54.375rem;
    }

    .covertagent-maps-section .content-wrap {
        max-width: 36.25rem;
    }
	
	#myModal .modal-content {
		width: 40vw;
		position: fixed;
		top: 25%;
		left: calc(50% - 20vw);
		background-color: rgb(0 0 0 / 90%);
		text-align: center;
		z-index: 999;
		border-radius: 12px;
	}
}

#myModal .close {position: absolute;top: 5px;right: 25px;cursor:pointer;font-size: 24px;}
#myModal .modal-content	{padding: 30px 30px 20px;}
#myModal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: calc(100% - 100vw);
    text-align: center;
    z-index: 998;
    border-radius: 12px;
}
#myModal::before {
    background-color: rgb(0 0 0 / 70%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
}
/** page6 SS start **/
/*
====================
Hero section 7
====================
*/

.covertagent-hero-section-7 {
  background-size: cover;
  padding-top: 60px;
  filter: grayscale(1);
}
.covertagent-hero-section-7 .container-md {
  height: 100%;
}

@media (min-width: 768px) {
  .covertagent-hero-section-7 {
    padding-top: 100px;
  }
}

@media (min-width: 992px) {
  .covertagent-hero-section-7 {
    min-height: 100vh;
  }
}
/*
====================
About style 3
====================
*/

.covertagent-about-style-3 {
  position: relative;
}

.covertagent-about-style-3 .covertagent-content-block {
  padding: 3.75rem 0.9375rem;
}

/*
====================
CTA style 1
====================
*/

.covertagent-cta-style-1 {
  background: url("../images/cta-bg.png") repeat;
}

.covertagent-cta-style-1 .covertagent-btn {
  padding: 1.8125rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
}

/*
====================
CTA style 2
====================
*/

.covertagent-cta-style-2 {
  background-image: url("../images/bg-wave.svg");
  background-size: contain;
  background-position: top left;
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
}

.covertagent-cta-style-2 .covertagent-btn {
  padding: 1.8125rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
}

/*
====================
Testimonial style 5
====================
*/

.covertagent-testimonial-style-5 {
  text-align: center;
  font-size: 1.0625rem;
  color: #000;
}

.covertagent-testimonial-style-5 .fas {
  display: block;
  margin-bottom: 1.375rem;
  font-size: 2rem;
  color: var(--primary-color);
}

.covertagent-testimonial-style-5 cite {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-style: normal;
}

.testimonials-carousel-5 {
  z-index: 110;
}

.testimonials-carousel-5 .covertagent-testimonial-style-5 {
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
}

.testimonials-carousel-5 .swiper-button-prev,
.testimonials-carousel-5 .swiper-button-next {
  color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 989;
}

.testimonials-carousel-5 .swiper-button-prev::after,
.testimonials-carousel-5 .swiper-button-next::after {
  font-size: 1.875rem;
}

.testimonials-carousel-5 .swiper-button-prev:hover,
.testimonials-carousel-5 .swiper-button-next:hover {
  color: var(--primary-color);
}

/*
====================
Follow us section
====================
*/

.covertagent-follow-us .covertagent-content-block {
  padding: 2.8125rem;
  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;
  height: 100%;
  min-height: 350px;
  border: 3px solid #000;
}

/*
====================
Vlogs section
====================
*/

.vlogs-carousel {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.vlogs-carousel .swiper-slide a {
  display: block;
  position: relative;
  color: #fff;
  z-index: 4;
}

.vlogs-carousel .swiper-slide a::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: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.vlogs-carousel .swiper-slide a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.0625rem;
  content: "\f04b";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.vlogs-carousel .swiper-slide img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-filter 0.5s ease,
    -webkit-transform 0.4s ease-in-out;
  transition: -webkit-filter 0.5s ease, -webkit-transform 0.4s ease-in-out;
  -o-transition: filter 0.5s ease, transform 0.4s ease-in-out;
  transition: filter 0.5s ease, transform 0.4s ease-in-out;
  transition: filter 0.5s ease, transform 0.4s ease-in-out,
    -webkit-filter 0.5s ease, -webkit-transform 0.4s ease-in-out;
}

.vlogs-carousel .swiper-slide-active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.vlogs-carousel .swiper-slide-active a::before,
.vlogs-carousel .swiper-slide-active a::after {
  opacity: 1;
}

.vlogs-carousel-nav {
  padding-left: calc(25% - 60px);
  padding-right: calc(25% - 60px);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.vlogs-carousel-nav .swiper-button-next,
.vlogs-carousel-nav .swiper-button-prev {
  position: static;
}

.vlogs-carousel-nav .swiper-button-prev::after,
.vlogs-carousel-nav .swiper-button-next::after {
  font-size: 1.875rem;
  color: #000;
}

.vlogs-carousel-nav .swiper-button-prev:hover,
.vlogs-carousel-nav .swiper-button-next:hover {
  color: var(--primary-color);
}

/*
====================
Contact us section
====================
*/

.covertagent-contact-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}

.covertagent-contact-form .form-field {
  width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.625rem 1.875rem;
  font-size: 1.25rem;
  color: #fff;
  border: none;
}

.covertagent-contact-form .form-field::-webkit-input-placeholder {
  color: #fff;
}

.covertagent-contact-form .form-field::-moz-placeholder {
  color: #fff;
}

.covertagent-contact-form .form-field:-ms-input-placeholder {
  color: #fff;
}

.covertagent-contact-form .form-field::-ms-input-placeholder {
  color: #fff;
}

.covertagent-contact-form .form-field::placeholder {
  color: #fff;
}

.covertagent-contact-form textarea.form-field {
  height: 180px;
  resize: none;
  margin-bottom: 1.25rem;
}

.covertagent-contact-form .covertagent-btn {
  width: 100%;
  max-width: 320px;
  padding: 1.5rem;
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.covertagent-contact-form .covertagent-btn:hover {
  background-color: #fff;
  color: #000;
}

/*
====================
Footer style 2
====================
*/

.covertagent-footer-style-2 {
  text-align: center;
}

.covertagent-footer-style-2 .covertagent-footer-top {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.covertagent-footer-style-2 .covertagent-footer-heading {
  letter-spacing: 15px;
}

.covertagent-footer-style-2 .covertagent-footer-text {
  font-size: 0.875rem;
}

.covertagent-footer-style-2 .copyright {
  font-size: 0.9375rem;
}

.covertagent-footer-social-style-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;
  font-size: 1.375rem;
}

.covertagent-footer-social-style-2 a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  margin: 0 1.5625rem 0.9375rem 1.5625rem;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform scale 0.3s;
  transition: -webkit-transform scale 0.3s;
  -o-transition: transform scale 0.3s;
  transition: transform scale 0.3s;
  transition: transform scale 0.3s, -webkit-transform scale 0.3s;
}

.covertagent-footer-social-style-2 a:hover {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}
/** page6 SS end **/

/** page7 start **/
.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;
	padding: 0 20.25rem 20rem 0;
}

.covertagent-business-checklist figure {
	top: 0px;
    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: var(--primary-color);}
.covertagent-quotes-section	blockquote {color:#ffffff;}

.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);
    }
}

.covertagent-footer .covertagent-footer-list.no-icon li a::before {opacity:0;}

/*
  ====================
  Footer
  ====================
  */

.covertagent-footer hr {
    border-color: rgba(255, 255, 255, 0.2);
}

/** page7 end **/

/** page8 start**/
/*
====================
Hero section 9
====================
*/
.covertagent-hero-section-9 {
  position: relative;
}

.covertagent-hero-section-9 .swiper-slide {
  position: relative;
  z-index: 1;
}

.covertagent-hero-section-9 .slide-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 7.5rem 0.9375rem;
  text-align: center;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.covertagent-hero-section-9 .slide-content,
.covertagent-hero-section-9 .slide-content h1 {
  color: #FFF;
}

.covertagent-hero-section-9 .slide-content h1 {
  font-size: 2.8125rem;
  max-width: 730px;
  margin-bottom: 1.5625rem;
}

.covertagent-hero-section-9 .slide-content p {
  max-width: 530px;
  margin-bottom: 1.5625rem;
}

.covertagent-hero-section-9 .covertagent-btn-secondary {
  background-color: #FFF;
  color: var(--primary-color);
}

.covertagent-hero-section-9 .covertagent-btn-secondary:hover {
  background-color: var(--primary-color);
  color: #FFF;
}

.covertagent-hero-section-9 .swiper-slide .bottom-link {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  width: 70vw;
  z-index: 10;
  padding: 2.0625rem 0 2.0625rem 3.125rem;
  border-radius: 0;
}

.covertagent-hero-section-9 .swiper-button-prev,
.covertagent-hero-section-9 .swiper-button-next {
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.10);
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  line-height: 40px;
  z-index: 989;
}

.covertagent-hero-section-9 .swiper-button-prev .fas,
.covertagent-hero-section-9 .swiper-button-next .fas {
  position: relative;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.covertagent-hero-section-9 .swiper-button-prev:hover .fas {
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}

.covertagent-hero-section-9 .swiper-button-next:hover .fas {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.covertagent-hero-section-9 .swiper-button-prev::after,
.covertagent-hero-section-9 .swiper-button-next::after {
  display: none;
}

/*
====================
Photobox
====================
*/
.covertagent-photobox-style-1>img {
  width: 100%;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  -o-transition: transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.covertagent-photobox-style-1:hover>img {
  -webkit-transform: scale(.95);
      -ms-transform: scale(.95);
          transform: scale(.95);
}

/*
====================
CTA Style 2
====================
*/
.covertagent-cta-style-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8))), url("../images/slide-2.jpg") no-repeat center;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url("../images/slide-2.jpg") no-repeat center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url("../images/slide-2.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5.3125rem 0.9375rem;
  color: #fff;
}

.covertagent-cta-style-2 h2 {
  color: #FFF;
}

.covertagent-cta-style-2 p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}


/*
====================
Video box
====================
*/

.covertagent-videobox a {
  display: block;
  position: relative;
  color: #fff;
  z-index: 4;
}

.covertagent-videobox a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, .80);
  border-radius: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  opacity: 1;
  z-index: 1;
  -webkit-transition: background .3s ease, -webkit-transform .3s ease;
  transition: background .3s ease, -webkit-transform .3s ease;
  -o-transition: background .3s ease, transform .3s ease;
  transition: background .3s ease, transform .3s ease;
  transition: background .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.covertagent-videobox a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  content: "\f04b";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.covertagent-videobox a:hover::before {
  background-color: var(--primary-color);
  -webkit-transform: translate(-50%, -50%) scale(0.90);
      -ms-transform: translate(-50%, -50%) scale(0.90);
          transform: translate(-50%, -50%) scale(0.90);
}

.covertagent-videobox a:hover::after {
  color: #FFF;
}

/*
====================
Tabs
====================
*/

.covertagent-tabs-nav-style-1 {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  text-align: center;
}

.covertagent-tabs-nav-style-1 a {
  position: relative;
  display: block;
  border-radius: 0;
  padding: 1.5625rem;
  font-weight: 700;
}

/*
====================
Images carousel
====================
*/
.covertagent-images-carousel {
  padding: 0 15vw;
}

/*
====================
Testimonial style 7
====================
*/
.covertagent-testimonial-style-7 {
  padding: 3.125rem;
}

.covertagent-testimonial-style-7 .author {
  position: relative;
  padding-left: 5rem;
  min-height: 60px;
  margin-bottom: 1.25rem;
}

.covertagent-testimonial-style-7 .author img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.covertagent-testimonial-style-7 .author cite {
  line-height: 1.3;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
}

.covertagent-testimonial-style-7 .author cite span {
  display: block;
  font-size: 0.9375rem;
}

.covertagent-testimonial-style-7 .ratings {
  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;
  color: #fb690c;
  font-weight: 700;
  line-height: 1;
}

.covertagent-testimonial-style-7 .ratings span {
  position: relative;
  top: 2px;
  font-size: 1.125rem;
  margin-right: 0.5rem;
}

/*
====================
Contact Section
====================
*/
.covertagent-contact-section {
  padding-top: 3rem;
  position: relative;
}

.covertagent-contact-section .covertagent-contact-info {
  position: relative;
  z-index: 24;
  padding: 3.125rem 2.1875rem 2.1875rem 2.1875rem;
  -webkit-box-shadow: 0 20px 70px rgb(38 42 76 / 20%);
          box-shadow: 0 20px 70px rgb(38 42 76 / 20%);
}

.covertagent-contact-section .covertagent-contact-block {
  position: relative;
  padding-left: 4.375rem;
  margin-bottom: 1.875rem;
}

.covertagent-contact-section .covertagent-contact-block .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 1.3125rem;
  color: var(--primary-color);
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

/*
  ====================
    Flip Box
  ====================
  */

.covertagent-flip-box-1 {
  width: 100%;
  height: 300px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  cursor: pointer;
}

.covertagent-flip-box-1 .covertagent-flip-box-title {font-size: 1.8rem;}

.covertagent-flip-box-1>a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.covertagent-flip-box-1>figure {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.covertagent-flip-box-1 .covertagent-flip-box-front,
.covertagent-flip-box-1 .covertagent-flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.9375rem;
  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;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))),
    url("https://covertagent.com/dev/mjo/wp-content/uploads/2020/10/mjo-5.jpg") no-repeat center;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://covertagent.com/dev/mjo/wp-content/uploads/2020/10/mjo-5.jpg") no-repeat center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://covertagent.com/dev/mjo/wp-content/uploads/2020/10/mjo-5.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.covertagent-flip-box-1 .covertagent-flip-box-back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.covertagent-flip-box-1:hover>a {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.covertagent-flip-box-1:hover>figure {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.covertagent-flip-box-1 .covertagent-flip-box-title {
  font-size: 1.125rem;
  color: #fff;
}

/*
    ====================
      Buy Sell
    ====================
    */
.covertagent-buy-sell .covertagent-col {
  text-align: center;
}

.covertagent-buy-sell .covertagent-heading {
  color: #fff;
}

.covertagent-buy-sell .covertagent-btn-primary {
  position: relative;
  padding: 0.9375rem 1.875rem;
}

.covertagent-buy-sell .covertagent-bottom-link {
  display: inline-block;
  color: #fff;
}

.covertagent-buy-sell .covertagent-bottom-link .fas {
  position: relative;
  top: 2px;
  margin-left: 0.3125rem;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.covertagent-buy-sell .covertagent-bottom-link:hover .fas {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

/*
  ====================
  Media queries
  ====================
*/

@media (min-width:768px) {
  .covertagent-hero-section-9 .slide-content {
    text-align: left;
    height: 570px;
    padding: 12.5rem 0.9375rem 0 0.9375rem;
  }

  .covertagent-cta-style-2 {
    padding: 10.625rem 0.9375rem;
  }

  .covertagent-videobox a::before {
    width: 125px;
    height: 125px;
  }

  .covertagent-tabs-nav-style-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .covertagent-tabs-nav-style-1 a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }

  .covertagent-tabs-nav-style-1 a[aria-selected="true"]::after {
    width: 60%;
  }

  .covertagent-images-carousel {
    padding: 0 25vw;
  }

  .covertagent-contact-section {
    padding-top: 6rem;
  }

  .covertagent-contact-section .covertagent-contact-info {
    padding: 4.375rem 4.375rem 3.125rem 4.375rem;
  }
}


@media (min-width: 992px) {
  .covertagent-hero-section-9 .swiper-slide .bottom-link {
    padding: 4.125rem 0 4.125rem 6.25rem;
  }

  .covertagent-contact-section {
    padding-bottom: 6rem;
  }

  .covertagent-contact-section .covertagent-contact-info {
    max-width: 460px;
    margin-left: auto;
  }

  .covertagent-contact-section .mapouter {
    position: absolute;
    top: 0;
    left: 0;
  }

  .covertagent-contact-section .mapouter,
  .covertagent-contact-section .gmap_canvas {
    height: 100%;
  }

  .covertagent-buy-sell .covertagent-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 60px 1fr;
  }

  .covertagent-buy-sell .covertagent-col {
    position: relative;
    z-index: 102;
  }

  .covertagent-buy-sell .covertagent-row .covertagent-col:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    z-index: 3;
  }

  .covertagent-buy-sell .covertagent-row .covertagent-col:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    top: 60px;
    z-index: 2;
  }

  .covertagent-buy-sell .covertagent-col img {
    display: block;
    width: calc(100% - 50px);
  }

  .covertagent-buy-sell .covertagent-row .covertagent-col:nth-child(1) img {
    margin-left: auto;
  }

  .covertagent-buy-sell .covertagent-row .covertagent-col:nth-child(2) img {
    margin-right: auto;
  }

  .covertagent-buy-sell .covertagent-col-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: auto;
    text-align: left;
    z-index: 1;
  }

  .covertagent-buy-sell .covertagent-row .covertagent-col:nth-child(2) .covertagent-col-content {
    text-align: right;
    right: 0;
    left: auto;
  }

  .covertagent-buy-sell .covertagent-col:nth-child(1) .covertagent-btn-primary::before,
  .covertagent-buy-sell .covertagent-col:nth-child(2) .covertagent-btn-primary::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 110px;
    height: 1px;
    background: #fff;
  }

  .covertagent-buy-sell .covertagent-col:nth-child(1) .covertagent-btn-primary::after,
  .covertagent-buy-sell .covertagent-col:nth-child(2) .covertagent-btn-primary::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
  }

  .covertagent-buy-sell .covertagent-col:nth-child(1) .covertagent-btn-primary::before {
    left: 160px;
    right: auto;
  }

  .covertagent-buy-sell .covertagent-col:nth-child(1) .covertagent-btn-primary::after {
    left: 270px;
    right: auto;
  }

  .covertagent-buy-sell .covertagent-col:nth-child(2) .covertagent-btn-primary::before {
    right: 160px;
    left: auto;
  }

  .covertagent-buy-sell .covertagent-col:nth-child(2) .covertagent-btn-primary::after {
    right: 270px;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .covertagent-hero-section-9 .swiper-slide .bottom-link {
    width: 50vw;
  }

  .covertagent-hero-section-9 .swiper-button-prev,
  .covertagent-hero-section-9 .swiper-button-next {
    display: inline-block;
  }

  .covertagent-hero-section-9 .swiper-button-next {
    right: 60px;
  }

  .covertagent-hero-section-9 .swiper-button-prev {
    left: 60px;
  }

  .covertagent-buy-sell .covertagent-col img {
    display: block;
    width: calc(100% - 100px);
  }
}
/** page8 end**/

/** page9 start**/

/*
====================
Animated arrow
====================
*/

.covertagent-next-section-btn {
    background-color: transparent;
    bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    height: 3.875rem;
    left: 50%;
    padding: 0.3125rem 0.3125rem 0.625rem;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 2.375rem;
    z-index: 2;
}

.covertagent-next-section-btn:focus {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 3.2px rgba(0, 123, 255, 0.25);
    outline: 0;
}

.covertagent-next-section-btn .chevron {
    top: 0;
    position: absolute;
    width: 1.75rem;
    height: 0.5rem;
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
    -webkit-animation: move 3s ease-out infinite;
            animation: move 3s ease-out infinite;
}

.covertagent-next-section-btn .chevron:before,
.covertagent-next-section-btn .chevron:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.covertagent-next-section-btn .chevron:after {
    right: 0;
    width: 50%;
    -webkit-transform: skew(0deg, -30deg);
        -ms-transform: skew(0deg, -30deg);
            transform: skew(0deg, -30deg);
}

.covertagent-next-section-btn .chevron:before {
    left: 0;
    -webkit-transform: skew(0deg, 30deg);
        -ms-transform: skew(0deg, 30deg);
            transform: skew(0deg, 30deg);
}

.covertagent-next-section-btn .chevron:first-child {
    -webkit-animation: move 3s ease-out 1s infinite;
            animation: move 3s ease-out 1s infinite;
}

.covertagent-next-section-btn .chevron:nth-child(2) {
    -webkit-animation: move 3s ease-out 2s infinite;
            animation: move 3s ease-out 2s infinite;
}

@-webkit-keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        -webkit-transform: translateY(30px);
                transform: translateY(30px);
    }

    67% {
        opacity: 1;
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
                transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        -webkit-transform: translateY(30px);
                transform: translateY(30px);
    }

    67% {
        opacity: 1;
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
                transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}


/*
====================
Video box
====================
*/

.covertagent-videobox a {
    display: block;
    position: relative;
    color: #fff;
    z-index: 4;
}

.covertagent-videobox a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    background: rgba(255, 255, 255, .80);
    border-radius: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
    z-index: 1;
    -webkit-transition: background .3s ease, -webkit-transform .3s ease;
    transition: background .3s ease, -webkit-transform .3s ease;
    -o-transition: background .3s ease, transform .3s ease;
    transition: background .3s ease, transform .3s ease;
    transition: background .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.covertagent-videobox a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    content: "\f04b";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.covertagent-videobox a:hover::before {
    background-color: var(--primary-color);
    -webkit-transform: translate(-50%, -50%) scale(0.90);
    -ms-transform: translate(-50%, -50%) scale(0.90);
    transform: translate(-50%, -50%) scale(0.90);
}

.covertagent-videobox a:hover::after {
    color: #FFF;
}


.covertagent-videobox > a > img {
    width: 100%;
}
/*
====================
About realtor
====================
*/

.about-realtor .covertagent-sub-newsletter {
    text-align: center;
}

.about-realtor .covertagent-footer-social a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    width: 1.5625rem;
    height: 1.5625rem;
    line-height: 25px;
}

/*
====================
Communities
====================
*/
.covertagent-communites-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 2px;
}

.covertagent-communites-grid .covertagent-community {
    position: relative;
}

.covertagent-communites-grid .covertagent-community a {
    display: block;
    position: relative;
    z-index: 2;
}

.covertagent-communites-grid .covertagent-community a::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

.covertagent-communites-grid .covertagent-community:hover a::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.covertagent-communites-grid .covertagent-community img {
    width: 100%;
}

.covertagent-communites-grid .covertagent-community h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    margin: 0;
    font-size: 1.125rem;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    z-index: 2;
}

.covertagent-communites-grid .covertagent-view-all {
    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;
    padding: 2.1875rem 0.9375rem;
    text-align: center;
    color: #FFF;
}

.covertagent-communites-grid .covertagent-view-all h3 {
    color: #FFF;
}

.covertagent-communites-grid .covertagent-view-all .covertagent-btn {
    font-size: 0.625rem;
}

.covertagent-communites-grid.comm-2-col {
	-ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.covertagent-communites-grid.comm-3-col {
	-ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}


@media (min-width:576px) {
    .covertagent-communites-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .covertagent-videobox a::before {
        width: 7.8125rem;
        height: 7.8125rem;
    }
}

@media (min-width:992px) {
    .covertagent-communites-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:1200px) {
    .about-realtor .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    
    .about-realtor .covertagent-sub-newsletter {
        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-communites-grid {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }

    .covertagent-communites-grid .covertagent-view-all {
        padding: 0.9375rem;
    }
}

/** page9 end**/

/** page10 start**/

/*
====================
Icon box style 3
====================
*/

.covertagent-iconbox-style-3 {
    position: relative;
    padding: 2.5rem 2.5rem 3.75rem 2.5rem;
    -webkit-box-shadow: 0 60px 70px -30px rgb(0 0 0 / 18%);
            box-shadow: 0 60px 70px -30px rgb(0 0 0 / 18%);
}

.covertagent-iconbox-style-3 .icon {
    color: var(--primary-color);
    font-size: 2.1875rem;
    line-height: 1;
    margin-bottom: 1.5625rem;
}

.covertagent-iconbox-style-3 .icon-heading {
    font-size: 1.5rem;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.covertagent-iconbox-style-3:hover .icon-heading {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}

.covertagent-iconbox-style-3 .bottom-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 0.9375rem;
    overflow: hidden;
}

.covertagent-iconbox-style-3 .bottom-btn span {
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
}

.covertagent-iconbox-style-3:hover .bottom-btn span {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

.covertagent-iconbox-style-3 .bottom-btn .fas {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 40px;
    background-color: var(--secondary-color);
    color: #FFF;
    margin-left: 0.875rem;
}

.covertagent-iconbox-style-3 .bottom-btn .fas::before {
    display: inline-block;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.covertagent-iconbox-style-3:hover .bottom-btn .fas::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/*
====================
Property style 6
====================
*/
.covertagent-property-style-6 > a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 25rem;
    background-color: #000;
    margin-bottom: 1.25rem;
}

.covertagent-property-style-6 > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out, opacity .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.covertagent-property-style-6:hover > a > img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .7;
}

.covertagent-property-style-6 > a .icon {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    background-color: #FFF;
    color: #000;
}

.covertagent-property-style-6 > a .icon .fas {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.covertagent-property-style-6:hover > a .icon .fas {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.covertagent-property-style-6 .property-name {
    font-size: 1.25rem;
}

.covertagent-property-style-6 .property-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;
    font-size: 0.9375rem;
}

.covertagent-property-style-6 .property-meta span {
    display: inline-block;
    position: relative;
    padding-right: 1.875rem;
    opacity: .6;
}

.covertagent-property-style-6 .property-meta span::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 1.25rem;
    height: 0.0625rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: currentColor;
}

/*
====================
Reviews section
====================
*/

.covertagent-reviews-section {
    position: relative;    
}

.covertagent-reviews-section .reviews-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    background: url('../images/slide-1.jpg') no-repeat center;
    background-size: cover;
    z-index: 1;
}

/*
====================
Contact section
====================
*/

.covertagent-contact-section .covertagent-form {
    background-color: #FFF;
    color: var(--secondary-color);
    padding: 1.875rem;
}

.covertagent-contact-section .covertagent-form a {
    color: #000;
}

.covertagent-contact-section .covertagent-form a:hover {
    color: var(--primary-color);
}

.covertagent-contact-section .covertagent-form .form-field {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
}

.covertagent-contact-section .covertagent-form input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

.covertagent-contact-section .covertagent-form input[type="checkbox"] + label {
    position: relative;
    top: -4px;
}

/*
====================
Media queries
====================
*/

@media (min-width:768px) {
    .covertagent-reviews-section::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 6rem;
        background-color: #0f101c;
    }
    .covertagent-contact-section .covertagent-form {
        padding: 5rem;
    }
}

@media (min-width:992px) {
    .covertagent-reviews-section .content-col {
        padding-left: 6.25rem;
    }    
}
/** page10 end**/


@media (max-width: 991px) {
.Hide-on-mobile {display:none!important;}
.max-80 {max-width:80%;margin-left:10%;}
}

@media (min-width: 768px) {
  .covertagent-about-style-3 .covertagent-content-block {
    padding: 7.5rem 0.9375rem;
  }
  .covertagent-cta-style-1 .covertagent-btn {
    font-size: 1.5rem;
  }

  .covertagent-follow-us .covertagent-content-block {
    padding: 3.125rem 5.625rem;
    min-height: 500px;
  }

  .vlogs-carousel {
    padding-left: 25%;
    padding-right: 25%;
  }
  .vlogs-carousel .swiper-slide img {
    -webkit-transform: scaleY(0.9);
    -ms-transform: scaleY(0.9);
    transform: scaleY(0.9);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-filter 0.5s ease,
      -webkit-transform 0.4s ease-in-out;
    transition: -webkit-filter 0.5s ease, -webkit-transform 0.4s ease-in-out;
    -o-transition: filter 0.5s ease, transform 0.4s ease-in-out;
    transition: filter 0.5s ease, transform 0.4s ease-in-out;
    transition: filter 0.5s ease, transform 0.4s ease-in-out,
      -webkit-filter 0.5s ease, -webkit-transform 0.4s ease-in-out;
  }
  .vlogs-carousel .swiper-slide-active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .vlogs-carousel .swiper-slide a::before {
    width: 80px;
    height: 80px;
  }

  .vlogs-carousel .swiper-slide a::after {
    font-size: 1.375rem;
  }

  .vlogs-carousel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .covertagent-contact-form {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .covertagent-contact-form div:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

@media (min-width: 992px) {
  .covertagent-about-style-3 .covertagent-image-block {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 60px);
    height: 100%;
  }

  .covertagent-about-style-3 .covertagent-image-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .covertagent-about-style-3 .covertagent-content-block {
    padding: 7.5rem 0.9375rem 7.5rem 3.125rem;
  }
  .covertagent-cta-style-1 .covertagent-btn {
    font-size: 1.875rem;
  }
  .Hide-on-desktop {display:none!important;}
}






.iframesection iframe {
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  width: 100vw!important;
  height: 100vh!important;
  transform: translate(-50%, -50%)!important;
}

@media (min-aspect-ratio: 16/9) {
  .covertagent-hero-section-6 iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw!important;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .covertagent-hero-section-6 iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh!important;
  }
  
  #ytube {width:unset;}
}

#contact_infinity {
	position: relative;
	padding-bottom: 70px;
}