/*
Theme Name: Trust Realty
Theme URI: #
Author: Muhammad Sohail
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. wp-demo's simple, straightforward typography is readabl6e on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1
License: GNU General Public License v2 or later
License URI: http://wp-demo.com
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: trustrealty

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "utf-8";
/* CSS Document */

/*============  Font-face   ============*/
@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans:400,600,700|Play|Raleway:300,400,500,600,700,800&display=swap');

@font-face {
  font-family: 'ProximaNova-Extrabld';
  src:  url('assets/fonts/ProximaNova-Extrabld.otf')  format('opentype'),
        url('assets/fonts/ProximaNova-Extrabld.woff') format('woff'), 
        url('assets/fonts/ProximaNova-Extrabld.ttf')  format('truetype'), 
        url('assets/fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg'),
        url('assets/fonts/ProximaNova-Extrabld.eot') format('embedded-opentype');
        font-weight: normal;
        font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src:  url('assets/fonts/ProximaNova-Bold.otf')  format('opentype'), 
  url('assets/fonts/ProximaNova-Bold.woff') format('woff'),
  url('assets/fonts/ProximaNova-Bold.ttf')  format('truetype'), 
  url('assets/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'),
  url('assets/fonts/ProximaNova-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Semibold';
  src:  url('assets/fonts/ProximaNova-Semibold.otf')  format('opentype'),
         url('assets/fonts/ProximaNova-Semibold.woff') format('woff'), url('ProximaNova-Semibold.ttf')  format('truetype'),
         url('assets/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg'),
         url('assets/fonts/ProximaNova-Semibold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ProximaNova-Regular';
  src:  url('assets/fonts/ProximaNova-Regular.otf')  format('opentype'),
         url('assets/fonts/ProximaNova-Regular.woff') format('woff'), 
         url('assets/fonts/ProximaNova-Regular.ttf')  format('truetype'), 
         url('assets/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
         url('assets/fonts/ProximaNova-Regular.eot') format('embedded-opentype');
        font-weight: normal;
        font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaT-Thin';
  src:  url('assets/fonts/ProximaNovaT-Thin.otf')  format('opentype'),
         url('assets/fonts/ProximaNovaT-Thin.woff') format('woff'),
         url('assets/fonts/ProximaNovaT-Thin.ttf')  format('truetype'),
         url('assets/fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg'),
         url('assets/fonts/ProximaNovaT-Thin.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/*============  Font-face   ============*/
/*Extra*/
/* 
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Play', sans-serif;
font-family: 'Lato', sans-serif;
 */
 body{
    font-family: 'Raleway', sans-serif !important;
 }
 /* BOLD */
 .menu-area a.btn{
    font-family: 'ProximaNova-Bold' !important;
 }
 .{
    font-family: 'ProximaNova-Semibold';
 }
 /* BOLD */
 
.main-slider-area .hs-content .inner-text h3,
.main-slider-area .hs-content .inner-text p {
    font-family: 'Open Sans', sans-serif !important;
}
{
    font-family: 'Play', sans-serif !important;
}

{
    font-family: 'Lato', sans-serif !important;
}
.menu-area .flat h5 strong{
    font-family: 'Open Sans', sans-serif;
}
/*Extra*/
.btn.btn-business{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 15px 35px;
    outline: none;
    background-color: #e67914;
    color: #fff;
    border-radius: 40px;
}
.btn.btn-business:hover{background-color: rgb(230, 121, 20,.9);color: #fff;}
.btn.btn-main{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 35px;
    border-radius: 40px;
    outline: none;
    background-color: #005e83;
    color: #fff;
}
.btn.btn-main:hover{
    transition: all .5s;
    opacity:  .9;
    color: #fff !important;
}
.btn.btn-simple{

}
.btn.btn-simple:hover{

}
.dis-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-black{
    background-color: #222222 !important;
}
.bg-orange{
    background-color: #e67914 !important;
}
.bg-blue{
    background-color: #005e83 !important;
}
/* Inner-Page-Styling */
.banner{
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 80px;
    line-height: 40px;
    overflow: hidden;
    background-position: center center;
}
.banner .overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-flex; 
    display: flex; 
    -webkit-flex-direction: column; 
    flex-direction: column; 
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner .overlay h1{
    color: #fff !important;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 700;
    margin: 0;
}
.master_page{
    padding:60px 0; 
}
.master_page p,
.master_page p a{
    font-size: 17px;
    color: #333333;
}
.master_page p a:hover{
    text-decoration: none;
}
.master_page .single-product-item h4, 
.master_page .single-product-item h4 a{
   color: #711f1f !important;
}
.master_page .single-product-item .overlay{
    /*display: none !important;*/
}
.master_page .single-product-item a.btn.btn-business{
    background-color: #2b2b2b !important;
    display: none;
}
/* Inner-Page-Styling */

/* Header */
header{}
/* header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
} */
.main-logo-area{
    margin: 10px 0;
}
header .container {
    margin: 0 auto;
    max-width: 1400px;
} 
.menu-area{}
.menu-area .logo-area{}
.menu-area .logo-area a{}
.menu-area .logo-area a img{
    position: relative;
}
.menu-area .menu-bar{}
.menu-area .menu-bar .navbar{
padding: 0;
}
.menu-area .navbar.navbar-default{color: #040404;height: 40px;display: flex;align-items: center;justify-content: center;padding: 0;border-bottom: 1px solid #e5e5e5;}
.menu-area .menu-bar .navbar .navbar-nav li{
    position: relative;
    padding: 0 0px 0px 20px;
}
.menu-area .menu-bar .navbar .navbar-nav li:last-child{}
.menu-area .menu-bar .navbar .navbar-nav li:last-child a{}
.menu-area .menu-bar .navbar .navbar-nav li.active a{}
.menu-area .menu-bar .navbar .navbar-nav li a{
    font-size: 16px;
    color: #666666;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    padding: 35px 0px;
    position: relative;
}
.menu-area .menu-bar .navbar .navbar-nav>.active>a, 
.menu-area .menu-bar .navbar .navbar-nav>.active>a:focus, 
.menu-area .menu-bar .navbar .navbar-nav>.active>a:hover, 
.menu-area .menu-bar .navbar .navbar-nav>li>a:focus, 
.menu-area .menu-bar .navbar .navbar-nav>li>a:hover{border-top: 5px solid #e56c00;padding-top: 35px;}
.menu-area .menu-bar .navbar .navbar-nav li a:hover{font-weight: 400;transition: 0.3s;border-top: 5px solid #e56c00;padding-top: 35px;}
/* dropdown */
.menu-area .menu-bar .navbar .navbar-nav ul.dropdown-menu a:hover{
    border-top: 0;
    color: #fff;
}
.menu-area .menu-bar .navbar .navbar-nav ul.dropdown-menu li:hover a{
    color: #fff;
}
.menu-area .menu-bar .navbar .navbar-nav ul.dropdown-menu li:hover{
    background-color: #005e83;
    color: #fff;
}
.menu-area .menu-bar .navbar .navbar-nav ul.dropdown-menu li {
    padding: 10px 10px;
    margin: 1px;
    transition: all .4s ease;
}
.menu-area .menu-bar .navbar .navbar-nav ul.dropdown-menu a{
    padding: unset;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: 37px;
    padding: 10px 10px 10px 10px;
    width: 330% !important;
}
/* dropdown */
.menu-area a.btn{
    font-size: 16px;
    padding: 12px 30px;
    background-color: #005e83;
}
/* search */
.search-icon{
  /* width: 35px; */
  /* height: 35px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.search-box {
    position: absolute;
    left: -10%;
    top: 40%;
    color: #481f1f;
}
.search-box a,
.search-box a:hover,
.search-box a:focus {
    color: #666666;
}
#shoow-s {
    display: none;
}
.search0 {
    position: absolute;
    background-color: #f1b928 !important;
    min-width: 250px;
    padding: 0;
    margin: 0;
    z-index: 100000;
    list-style-type: none;
    top: 100px;
    right: 10px;
    width: 200px;
    z-index: 9999;
}
.bg-search {
    width: 100%;
    background-color: #fff;
    border-bottom: transparent;
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75); */
    transition: 0.5s;
    padding: 0;
}
.bg-search .input-group .input-group-btn .btn-default {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    background-color: #02577e;
    border-color: #02577e;
}
.bg-search .input-group .form-control{
    outline: none !important
}
.bg-search .input-group .form-control:focus{
    box-shadow: none;
    border: none;
}
.bg-search .btn:focus{
    box-shadow: none;
}
.search0 .btn-default,
.search0 .btn-default:hover,
.search0 .btn-default:active,
.search0 .btn-default:focus,
.search0 .btn-default:visited {
    margin-left: 0.45%;
    background-color: #63028f;
    border-color: #63028f;
    color: #fff;
    border-radius: 0px;
}
/* Search */
.menu-area .top-bar{}
.menu-area .top-bar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-area .top-bar ul li{
    display: -webkit-inline-box;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Play', sans-serif;
    color: #666666;
    position: relative;
}
.menu-area .top-bar ul li:after{
    position: absolute;
    content: "";
    bottom: 0;
    right: -14px;
    background-color: #e5e5e5;
    width: 1px;
    height: 12px;
    top: 0;
    margin: auto;
}
.menu-area .top-bar ul li:last-child:after{
    content: none;
}
.menu-area .top-bar ul li a{
    color: #666666;
}
.menu-area .top-bar ul.social-icon{
    list-style: normal;
    padding: 0;
}
.menu-area .top-bar ul.social-icon li{margin: 0 3px;}
.menu-area .top-bar ul.social-icon li a{}
.menu-area .top-bar ul.social-icon li a i{
    color: #666;
}
.menu-area .top-bar ul.social-icon li:after{
    content: none;
}
/* Header */

/* Home-Slider */
.main-slider-area{
    position: relative;
    height: 800px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main-slider-area:before{
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2019/07/slider-img.png);
    background-repeat: no-repeat;
    height: 87px;
    width: 182px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.main-slider-area .hs-content{color: #333639; padding:200px 0;}
.main-slider-area .hs-content .inner-text{margin-top: 0%;color: #fff;}

.main-slider-area .hs-content .inner-text h3{
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.main-slider-area .hs-content .inner-text h2{
    font-size: 73px;
    font-weight: 700;
    margin: 0;
    line-height: 80px;
}
.main-slider-area .hs-content .inner-text h2 strong{
color: #e56c00;
}
.main-slider-area .hs-content .inner-text h2 strong.star{
    position: relative;
}
.main-slider-area .hs-content .inner-text h2 strong.star:before{
 position: absolute;
    top: -40px;
    font-family: "Font Awesome 5 Free" ! important;
    font-weight: 900;
    content: "\f621" !important;
    color: #e56c00;
    font-size: 24px !important;
    right: -10px;
}
.main-slider-area .hs-content .inner-text p{
    font-size: 30px;
line-height: 60px;
    margin: 0px 0 10px;
}
.main-slider-area .hs-content .inner-text a{}
.main-slider-area .hs-content .inner-text ul{
}
.main-slider-area .hs-content .inner-text ul li{
    margin-right: 15px;
}
.main-slider-area .hs-content .inner-text ul li a{}
.main-slider-area .hs-content .inner-text ul li:hover a i{
    padding-left:12px;
}
.main-slider-area .hs-content .inner-text ul li i{
    background-color: black;
    position: relative;
    top: 6px;
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #000;
    transition: all .5s ease;
    cursor: pointer;
}
.main-slider-area .slick-dots li button:before{
  content: none;
}
.main-slider-area .slick-dots li{
    width: 30px;
    height: 5px;
    background-color: #fff;
}
.main-slider-area .slick-dots li.slick-active{
  background-color: #e4710b;
}
.main-slider-area .slick-dots{
  text-align: left;
  bottom: 20px;
}
/* Slider */
/* BUYING OR SELLING */
.main-buys-sec{
}
.calculator{}
.calculator .no-indent{
    font-size: 45px;
    font-weight: 700;
}
.calculator .no-indent-sm{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.calculator span.price-text {
    color: #fcefe3;
    font-family: 'ProximaNova-Bold' !important;
}
.main-buys-sec .main-by{
    padding: 40px 0;
    color: #000;
    transition: all .5s ease;
    position: relative;
    text-align:center;
    background-color: #f7f7f7;
}
.main-buys-sec .main-by:hover,
.main-buys-sec .main-sel:hover{
    /*transform: scale(1.1);*/
}
.main-buys-sec .main-by .by-hd1,
.main-buys-sec .main-sel .sel-hd1{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.main-buys-sec .main-by .by-hd1 strong,
.main-buys-sec .main-sel .sel-hd1 strong,
.main-buys-sec .main-sel .sel-hd1 strong h2,
.main-buys-sec .main-by .by-hd1 strong h2{
    font-size: 40px;
    font-weight: 700;
}
.main-buys-sec .main-by .by-hd1 strong h2{
    color: #e67914;
}
.main-buys-sec .main-sel .sel-hd1 strong h2{
    color: #024f78;
}
.main-buys-sec .main-by .by-hd2,
.main-buys-sec .main-sel .sel-hd2{
    font-size: 24px;
    font-weight: 600;
}
.main-buys-sec .main-by .btn.by{
    margin-top: 20px;
}
.main-buys-sec .main-sel{
    padding: 40px 0;
    transition: all .5s ease;
    position: relative;
    text-align:center;
    background-color: #f7f7f7 !important;
}
.main-buys-sec .main-sel:after{
    position:absolute;
    content:"";
    background-color: #e4e4e4;
    width: 60%;
    height: 1px;
    top:0;
    right:0;
    left: 0;
    margin: auto;
}
.main-buys-sec .main-sel .sel-hd1{}
.main-buys-sec .main-sel .sel-hd1 strong{}
.main-buys-sec .main-sel .sel-hd2{}
.main-buys-sec .main-sel .btn.sel{
    background-color: #e67914;
    color: #fff;
    margin-top: 20px;
}
/* BUYING OR SELLING */
/* GET STARTED */
.main-gets-sec{
    padding: 60px 0;
    color: #fff;
    background: url(/wp-content/uploads/2019/10/get-started-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-gets-sec .main-services-sec{
    
margin-top: 55px;
    
text-align: center;
}
.main-gets-sec .img-box{}
.main-gets-sec .img-box img{}
.main-gets-sec .gets-hd{
    font-size: 45px;
    font-weight: 700;
}
.main-gets-sec .gets-hd2{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
}
.main-gets-sec .gets-btns{}
.main-gets-sec .gets-btns ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 40px;
}
.main-gets-sec .gets-btns ul li{
    display: inline-flex;
    margin: 0px 5px;
}
.main-gets-sec .gets-btns ul li a{
    padding: 14px 65px;
}
/* GET STARTED */

/* SERVICES HOME */
/*.main-services-sec{
    background: url('/wp-content/uploads/2019/10/started-next-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0 80px 0;
}*/
.main-services-sec .single-service{
    margin: 10px;
}
.main-services-sec .single-service:hover .img-box{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.2);
}
.main-services-sec .single-service .img-box {
    width: 100%;
    height: 275px;
    transition: all .5s ease;
}
.main-services-sec .single-service .img-box img{
    width: 100%;
    height: 100%;
}
.main-services-sec .single-service h4,
.main-services-sec .single-service a h4{
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0;
    text-decoration: none;
    color: #fff;
}
.main-services-sec .single-service a.btn{
    background-color: transparent;
    border: 1px solid #fff;
    padding: 14px 60px;
}
/* SERVICES HOME */

/* REBATE SECTION */
.main-rebate-sec{}
.main-rebate-sec .rebate-hd{
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

/* REBATE SECTION */

/* STEPS SECTION */
.main-steps-sec {
    padding: 40px 0;
}
.main-steps-sec .step-hd{
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 60px;
}
.main-steps-sec .step-hd strong{
    font-weight: 900;
}
.main-steps-sec .step-box{
    min-height: 480px;
    transition: all .5s ease;
}
.main-steps-sec .step-box:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.2);
}
.main-steps-sec .step-box .img-box{}
.main-steps-sec .step-box .img-box img{}
.main-steps-sec .step-box .box-hd{
    font-size: 22px;
    font-weight: 700;
    color: #e67914;
    margin: 30px 0 25px;
}
.main-steps-sec .step-box .box-para{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.main-steps-sec .step-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px !important;
}
.main-steps-sec .step-box ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    color: #005e83;
    font-size: 16px;
    font-weight: 700;
}
.main-steps-sec .step-box ul li:before{
    position: absolute;
    content: "";
    background-color: #005e83;
    width: 6px;
    height: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* STEPS SECTION */

/* QUESTION SEC */
.main-ques-sec{
    padding: 110px 0 100px;
    background: url('/wp-content/uploads/2019/12/house-2.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}
.main-ques-sec:after{
    position: absolute;
    content: "" !important;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.main-ques-sec .ques-hd{
    font-size: 45px;
    font-weight: 700;
    position: relative;
    z-index: 999;
}
.main-ques-sec .ques-hd strong{
    font-weight: 900;
}
.main-ques-sec .ques-para{
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    padding: 0 100px;
    z-index: 9999;
    position: relative;
}
.main-ques-sec a.btn{
    margin-top: 50px;
}
/* QUESTION SEC */

/* REAL ESTATE */
.main-estate-sec{
    padding: 60px 0;
}
.main-estate-sec .estate-head{
    font-size: 45px;
    font-weight: 700;
    margin: 10px 0 50px 0;
}
.main-estate-sec .estate-hd strong{
    font-size: 30px;
    color: #e4710b;
    font-weight: 700;
    margin: 0;

}
.main-estate-sec .estate-hd{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    /*margin-top: 10px;*/
        text-transform:capitalize;
}
.main-estate-sec .estate-para{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 20px 0 50px 0 !important;
}
.main-estate-sec a.btn{
        padding: 10px 25px;
        font-size: 18px;
}
.main-estate-sec ul{
    padding: 0;
    margin: 0;
}
.main-estate-sec ul li{display: inline;margin-right: 10px;}
.main-estate-sec ul li a.btn{}
.main-estate-sec .video-wrapper {
    position: relative;
    padding-bottom: 74.25%; /* 4:3 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.main-estate-sec .video-wrapper-narrow {
    padding-bottom: 40%;
}

.main-estate-sec iframe,object,embed,video,.videoWrapper,.video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-estate-sec2 iframe,object,embed,video,.videoWrapper,.video-js {
    position: unset !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 0.75);
}
.main-estate-sec .video-js, img.vjs-poster {
    width: 100% !important;
    height: 100% !important; //these need !important because IE wants to set height/width to 100px
    max-width: 100%;
}
/* REAL ESTATE */

/* REALTY SECTION */
.main-realty-sec{}
.main-realty-sec .realty-head{
        font-size: 50px;
        font-weight: 700;
        margin: 10px 0 80px 0;
}
.main-realty-sec1{padding-bottom: 56px;}
.main-realty-sec1 .img-box{
    background-color: #23ba85;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.main-realty-sec1 .img-box img{}
.main-realty-sec1 .med-box{
    transition: all .4s ease;
}
.main-realty-sec1 .med-box:hover{
    transform: rotateY(-10deg);
}
.main-realty-sec1 .med-box .med-hd{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.main-realty-sec1 .med-box .med-para{
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    font-weight: 300;
}
/* REALTY SECTION */

/* APPROACH SECTION */
.main-approach-sec{
    padding: 60px 0;
    background: url('/wp-content/uploads/2019/10/approch-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.main-approach-sec .appr-head{
        font-size: 50px;
        font-weight: 700;
        margin: 10px 0 30px 0;
}
.main-approach-sec .appr-para{font-size: 22px;line-height: 38px;font-weight: 300;}
.main-approach-sec .appr-para2{
    font-size: 14px;
    line-height: 26px;
}
/* APPROACH SECTION */

/* TESTIMONIAL SECTION */
.main-testimonial-sec{
    padding: 60px 0;
    text-align: center;
}
.main-testimonial-sec .test-head{
            font-size: 50px;
            font-weight: 700;
}
.main-testimonial-sec .tesimoon-box{}
.main-testimonial-sec .tesimoon-box .test-para{
    font-size: 19px;
    line-height: 32px;
    font-weight: 300;
    margin: 100px 0 30px 0;
    position: relative;
}
.main-testimonial-sec .tesimoon-box .test-para:before{
    position: absolute;
    content: "";
    top: -100px;
    left: 0;
    background-image: url(/wp-content/uploads/2019/10/arrow-before.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 65px;
}
.main-testimonial-sec .tesimoon-box .test-para:after{
    position: absolute;
    content: "";
    bottom: -80px;
    right: 0;
    background-image: url(/wp-content/uploads/2019/10/arrow-after.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 65px;
}
.main-testimonial-sec .tesimoon-box .img-box{
    width: 170px;
    height: 125px;
    margin: auto;
}
.main-testimonial-sec .tesimoon-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-testimonial-sec .tesimoon-box .test-hd{
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 55px;
}
.main-testimonial-sec .slick-dots li button:before{
  content: none;
}
.main-testimonial-sec .slick-dots li{
    width: 55px;
    height: 5px;
    background-color: #005e83;
}
.main-testimonial-sec .slick-dots li.slick-active{
  background-color: #e4710b;
}
.main-testimonial-sec .slick-dots{
  text-align: center;
  bottom: 0px;
}
/* TESTIMONIAL SECTION */

/* MAIN-LOGO SECTION */
.main-logo-sec{
    padding: 50px 0 80px 0;
}
.main-logo-sec .logo-head{
                font-size: 50px;
            font-weight: 700;
            margin: 10px 0 0px 0;
}
.main-logo-sec .logo-para{
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0 !important;
}
.main-logo-sec .img-box{
    padding: 14px 12px;
    margin: 0 10px;
    border: 4px solid #939393;
}
.main-logo-sec .img-box img{
    width: 100%;
    height: 100%;
}
/* MAIN-LOGO SECTION */

/* TAKE OUR WORD SECTION */
.main-take-sec1{
    padding-bottom: 30px !important;
}
.main-take-sec{
    background-color: #04425e;
    padding: 60px 0;
    color: #fff;
}
.main-take-sec .take-head{
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}
.main-take-sec .take-box{}
.main-take-sec .take-box .img-box{
    width: 100%;
    height: 130px;
}
.main-take-sec .take-box .img-box img{
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.main-take-sec .take-box .take-para{
    background-color: #333333;
    font-size: 12px;
    line-height: 26px;
    padding: 26px 35px;
    margin: 0 0 20px 0 !important;
    position: relative;
}
.main-take-sec .take-box .take-para:after{
  content: " ";
  position: absolute;
  right: -21px;
  top: 60px;
  border-top: 22px solid #ce131300;
  border-right: none;
  border-left: 20px solid #333333;
  border-bottom: 0px solid transparent;
  transform: rotate(90deg);
}
.main-take-sec .take-box .take-para2{
    background-color: #333333;
    font-size: 12px;
    line-height: 26px;
    padding: 26px 35px;
    margin: 0 0 20px 0 !important;
    position: relative;
}
.main-take-sec .take-box .take-para2:before{
  content: " ";
  position: absolute;
  left: -21px;
  top: 60px;
  border-top: 22px solid #ce131300;
  border-right: 20px solid #333333;
  border-left: none;
  border-bottom: 0px solid transparent;
  transform: rotate(270deg);
}
.main-take-sec .take-box .take-hd{
    font-size: 18px;
    font-weight: 700;
}
/* TAKE OUR WORD SECTION */

/* PACKAGES SECTION */
.main-packs-sec{
    padding: 60px 0 80px 0;
    position: relative;
    background-color: #024f78;
    color: #fff;
}
.main-packs-sec .pack-head{
    font-size: 50px;
    font-weight: 700;
}
.main-packs-sec .pack-para{
    margin: 25px 0 60px 0;
    font-size: 20px;
    line-height: 32px;
}
.main-packs-sec .pack-box{
    text-align: center;
    border: 1px solid #efefef;
    padding: 30px 0 45px;
    transition: all .5s ease;
    position:relative;
    color: #fff;
}
.main-packs-sec .pack-box:hover{
    border: 1px solid #e67914;
}
/*.main-packs-sec .pack-box:hover
{
    color: #fff;
    background-color: #e67914;
}
.main-packs-sec .pack-box:hover strong{
    color: #fff;
}
.main-packs-sec .pack-box:hover .btn.btn-business{
    background-color: #fff;
    color: #000;
}*/
/**/
.main-packs-sec .pack-box:before{
    content: "";
    position: absolute;
    background-color: #e67914;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: right center;
    transition: transform 0.3s;
}
.main-packs-sec .pack-box:hover:before{
    transform: scaleY(1);
}
.main-packs-sec .pack-box:hover strong,
.main-packs-sec .pack-box:hover{
    color: #fff;
}
.main-packs-sec .pack-box:hover .btn.btn-business{
    background-color: #fff;
    color: #000;
    position: relative;
}
/**/
.main-packs-sec .pack-box .pack-hd h1{
    font-size: 30px;
    font-weight: 900;
    position: relative;
}
.main-packs-sec .pack-box .pack-pr{
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 10px !important;
    position: relative;
}
.main-packs-sec .pack-box strong{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    position: relative;
    top: -20px;
    transition: all .5s ease;
}
.main-packs-sec .pack-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.main-packs-sec .pack-box ul:before{
    position: absolute;
    content: "";
    top: -12px;
    left: 0;
    background-color: #efefef;
    height: 1px;
    width: 75%;
    right: 0;
    margin: auto;
}
.main-packs-sec .pack-box ul li{
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
}
.main-packs-sec .pack-box a.btn{
    margin-top: 40px;
    padding: 10px 35px;
}
/* PACKAGES SECTION */

/* BLOGS HOME */
.main-blogs-sec{
    background-color: #f6f6f6;
    background-position: center;
    background-size: cover;
    padding: 70px 0 80px 0;
}
.main-blogs-sec .blog-head{font-size: 50px;font-weight: 700;text-transform: capitalize;}
.main-blogs-sec .blog-para{
    font-size: 20px;
    line-height: 32px;
    padding: 0 60px;
    margin: 15px 0 50px 0 !important;
}
.main-blogs-sec .single-blog{
    background-color: #fff;
    transition: all .5s ease;
}
.main-blogs-sec .single-blog .blog-content{
    min-height: 250px;
    padding: 25px 15px 20px 15px;
    border: 1px solid #dddddd;
    border-top: 0;
}
.main-blogs-sec .single-blog:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.2);
}
.main-blogs-sec .single-blog .img-box {
    width: 100%;
    height: 275px;
    
}
.main-blogs-sec .single-blog .img-box img{
    width: 100%;
    height: 100%;
}
.main-blogs-sec .single-blog h4,
.main-blogs-sec .single-blog a h4{
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    color: #000;
}
.main-blogs-sec .single-blog .date{
    margin: 18px 0;
    font-weight: 300;
    font-size: 16px;
}
.main-blogs-sec .single-blog .text{
    font-weight: 300;
}
.main-blogs-sec .single-blog a.btn{
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
/* BLOGS HOME */


/* Footer */
footer{
    padding: 55px 0 40px 0;
}
footer .container{
}
footer h3,
footer h3,
footer h3,
footer h3,
footer h3{
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 45px;
}
footer ul,
footer ul,
footer ul,
footer ul,
footer ul{
  list-style: none;
  padding: 0;
}
footer ul li,
footer ul li,
footer ul li,
footer ul li,
footer ul li{
  margin-bottom: 10px;
}
footer ul li a,
footer ul li a,
footer ul li a,
footer ul li a,
footer ul li a{
  font-size: 14px;
  color: #252525;
  text-decoration: none;
  line-height: 0px;
}
footer ul li a .phoone{
    transform: rotate(90deg);
}
footer .social-icons{
    margin-top: 24px;
    }
footer .social-icons ul{
    display: -webkit-inline-box;
 }
footer .social-icons ul>li{
    margin: 0px 12px;
    text-align: center;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social-icons ul>li>a>i{
    font-size: 24px;
}
footer .widget p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
}
.copyright{
    padding: 30px 0 0 0;
    color: #000;
    border-top: 1px solid #eae7e7;
    margin-top: 20px;
}
.copyright p{
    font-size: 14px;
    font-weight: 400;
}.copyright p a{
    color: #f08220;
}
/*newsletter*/
footer .es_subscription_form{
    position: relative;
}
footer .es_subscription_form .es-field-wrap label{
    font-size: 0px;
    display: block;
    position: relative;
}
footer .es_subscription_form .es-field-wrap label input {
    width: 100%;
    border: navajowhite;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 14px;
    color: #23295f;
    background: #fff;
    padding: 3px 13px 4px;
    outline: none;
    height: 40px;
    text-align: center;
}
footer .es_subscription_form .es_subscription_form_submit{
    /*position: absolute;*/
    top: 0;
    right: 0;
    background-color: #23295f;
    /* border: none; */
    width: 100%;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
}
/*newsletter*/
/* EMAIL SECTION */
/* Footer */
.calculator {
  padding: 120px 0 0 0;
  }

.bar {
  height: 0.4375rem;
  top: 30px;
  position: relative;
  }

.nstSlider {
  width: 75%;
  position: relative;
  /*transform: rotate(-90deg);*/
  }
  @media (min-width: 768px) {
    .nstSlider {
      top: -140px;
      } 
    }
    .calculator-grip {
      text-align: left;
      margin-top: -0.1825rem;
    }
    .calculator-grip img {
        position: relative;
        height: 3.25rem; 
    }

@media (min-width: 768px) {
  .calculator-grip img {
        height: auto; } }


  @media (min-width: 768px) {
    .price {
      font-size: 10.9rem;
      } 
    }
  .price small {
    position: relative;
    /* top: -2.1825rem; */
    font-family: 'ProximaNova-Semibold';
    color: #fcefe3;
    font-size: 90px;
    }
.inner-page-heading{
    
}
.inner-page-para{}

/* POPUP-FORM */

.modal-backdrop {
  z-index: 99 !important;
}

.modal-body {
  padding: 0;
  color: #000;
  text-align: left;
}

.modal {}

.modal .popup-img {
  width: 0;
  display: none;
}

.modal .popup-content {
  float: left;
  width: 100%;
  padding: 20px 40px;
  text-align: center;
  color: #000;
}

.popup-content h2 {
  font-size: 22px;
  color: #002f41;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 27px;
  margin-top: 12px;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-right: 33px;
  text-align: center;
}

.popup-content h2+p {
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #888;
  text-align: center;
  font-weight: 400;
}

.modal-content form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}
.modal-content br{
    display: none;
}
.modal-content p{
  margin: 0;
}
.popup-content input[type=email],
.popup-content input[type=tel],
.popup-content input[type=text],
.popup-content select,
.popup-content textarea {
  background: #fbfbfb;
  border: 1px solid #e6e6e6;
  padding: 12px 10px;
  width: 100%;
  border-radius: 2px;
  font-size: 16px;
  color: #000;
  box-shadow: none!important;
  outline: 0!important;
  margin-bottom: 13px;
  height: 40px;
  line-height: 18px;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.popup-content textarea {
  height: 150px !important;
  resize: none;
  margin-top: 20px;
}

p.form_tagline {
  font-size: 12px;
  margin: 0px 0 10px;
  line-height: 15px;
}

.popup-content input[type="submit"] {
  color: white;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  padding: 8px 30px;
  width: auto;
  display: table;
  margin: auto;
  cursor: pointer;
  border-radius: 3px !important;
  background-color: #002f41;
}
.popup-content input[type="file"] {
    font-size: 20px;
}
.popup-content input[type="submit"] {
  box-shadow: none !important;
  border: 0;
  margin-top: 10px;
}

.modal-content button {
  position: absolute;
  width: 100%;
}

.modal-content button span {
  position: absolute;
  right: 0;
  background-color: rgb(4, 2, 2, 1);
  padding: 10px;
  color: #fff;
}
/* POPUP-FORM */
/* Warning-section */
.main-warning-line{
  background-color: #f9f9f9;
  padding: 100px 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.75);
}
.main-warning-line .warning-para{
      font-size: 22px;
      line-height: 38px;
      font-weight: 700;
      color: red;
      text-transform: capitalize;
      position: relative;
}
.main-warning-line .warning-para:before{
    position: absolute;
    top: -10px;
    font-family: "Font Awesome 5 Free" ! important;
    font-weight: 900;
    content: "\f621" !important;
    color: #ff0000;
    font-size: 14px !important;
    left: 5px;

}
/* Warning-section */
/* BUYER FAQs */
.main-buyerfaqs-sec{
    background-color: #005e83;
    padding: 50px 0;
}
.main-buyerfaqs-sec .why-choose-accordion{
    /* border: 2px solid #ddd; */
    background-color: #fff;
    padding: 10px 12px 10px 0 !important;
    transition: all .5s ease;
}
.why-choose-accordion{
	padding: 8px 0 !important;
	border: 1px solid #cacaca;
	margin-bottom: 20px !important;
}
.why-choose-accordion.vc_toggle_active{
  background-color: #e77913;
}
.why-choose-accordion.vc_toggle_active .vc_toggle_title h4,
.why-choose-accordion.vc_toggle_active p{
  color: #fff;
}
.why-choose-accordion .vc_toggle_title,
.why-choose-accordion .vc_toggle_content{
	padding-left: 22px !important;
}
.why-choose-accordion .vc_toggle_title h4{
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	text-transform: capitalize;
}
.why-choose-accordion .vc_toggle_content p{font-size: 17px;line-height: 30px;}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon{
	right: 15px;
	left: auto !important;
}
.accordion-heading{
      font-size: 50px;
    font-weight: 700;
}
/* BUYER FAQs */

/* MLS-PACKAGES PAGE */
.main-mlspacks-sec{
  background-color: #f9f9f9;
  padding: 60px 0;
}
.main-mlspacks-sec .pack-box{
    text-align: center;
    border: 1px solid #efefef;
    padding: 30px 20px 45px 20px;
    transition: all .5s ease;
    position:relative;
    color: #351e1e;
    background-color: #fff;
    min-height: 800px;
}
.main-mlspacks-sec .pack-box .hd-box{
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main-mlspacks-sec .pack-box p{
  font-size: 24px;
  font-weight: 700;
}
.main-mlspacks-sec .pack-box .pack-hd h1{
    font-size: 30px;
    font-weight: 900;
    position: relative;
    color: #000;
    margin: 0;
}
.main-mlspacks-sec .pack-box .pack-pr,
.main-mlspacks-sec .pack-box .pack-pr p{
    font-size: 22px !important;
    font-weight: 700;
    margin: 0px 0px 10px !important;
    position: relative;
}
.main-mlspacks-sec .pack-box strong{
    font-size: 50px;
    font-weight: 700;
    color: #a23232;
    position: relative;
    top: -20px;
    transition: all .5s ease;
}
.main-mlspacks-sec .pack-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    border-top: 2px solid #ddd;
    padding-top: 30px;
    overflow-x: scroll;
    height: 500px;
}

.main-mlspacks-sec .pack-box ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    margin-bottom: 12px;
}
.main-mlspacks-sec .pack-box ul li i{
  margin-right: 5px;
}
.main-mlspacks-sec .pack-box a.btn{
    margin-top: 20px;
    padding: 4px 20px;
}

::-webkit-scrollbar
{
  width: 6px;  /* for vertical scrollbars */
  height: 0px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: transparent;
}

::-webkit-scrollbar-thumb
{
      background-image: linear-gradient(135deg, #005e83 10%, #005e83 70%);
      opacity:.2;
}
/* MLS-PACKAGES PAGE */
.video-page-heading{
        font-size: 20px !important;
    font-weight: 700;
    margin: 20px 0;
    text-transform: capitalize;

}
/* WE-PAY-SECTION */
.we-pay-sec{
    padding: 60px 0;
    display: flex;
    align-items: center;
}
.we-pay-sec .pay-hd{
        font-size: 46px;
    font-weight: 700;
    text-transform: capitalize;
}
.we-pay-sec .pay-para{
    font-size: 20px;
    line-height: 32px;
}
/* WE-PAY-SECTION */
/* STEP TO 2.75% PAGE */
.main-steps-sec{}
.steps-heading{
    font-size: 45px;
    font-weight: 700;
}
.steps-heading-2{
    font-size: 45px;
    font-weight: 500;
    color: #005e83;
}
.main-steps-sec .img-box img{}
.main-steps-sec .steps-hd{
    font-size: 28px;
    font-weight: 700;
    color: #005e83;
}
.main-steps-sec .steps-para{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.main-steps-sec .steps-para li{
    color: #005e83;
}
/* STEP TO 2.75% PAGE */
/* .page-section .master_page {
    padding: 0px 0;
} */