/*------------------------------------------------------------------
[Master Stylesheet] - [Table of contents]
1. FONTS SETUP
2. GENERAL
3. STICKY LEFT BUTTON
4. BACKGROUND IMAGE
5. LAYERS
6. HEADER
7. NAVBAR
8. LOGO 
9. NAVIGATION BURGER MENU
10. MENU
11. HOME PAGE
12. OUR SERVICES
    12.1. OUR SERVICES - 2 colums
    12.2. OUR SERVICES - 4 colums
    12.3. OUR SERVICES - RIGHT SIDEBAR
13. OUR CASES
    13.1. OUR CASES - 2 colums
    13.2. OUR CASES - 3 colums
    13.3. OUR CASES - 4 colums
    13.4. OUR CASES - LEFT SIDEBAR
14. OUR INDUSTRIES
15. ABOUT US
15. CONTACT US 
------------------------------------------------------------------- */
/*---------------------------------------------*/
/*--- 1. FONTS SETUP ---*/
/*---------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
.error {
    /* margin: 70px 0 100px; */
    color: #000;
}


.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}




::selection {
    color: rgb(255, 255, 255);
    background: rgb(111 172 70);
}
.text-white {
    color: #fff !important;
}
.text-dark {
    color: #000 !important;
}
.text-success {
    color: #60d158 !important;
}
.bg-success {
    background-color: #60d158 !important;
}
.btn-success {
    background-color: #60d158 !important;
}
.bg-grey {
    background-color: #f3f3f3 !important;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-around {
    justify-content: space-around;
}
.notaryMainServicesNav .nav-pills li a {
    color: #000;
}
.notaryMainServicesNav .nav-pills li a img{

    border-radius: 10px;
}
.notaryMainServicesNav .nav-pills>li.active>a, .notaryMainServicesNav .nav-pills>li.active>a:focus, .notaryMainServicesNav .nav-pills>li.active>a:hover {
    color: #60d158;
    background: #00000000;
}
.nw_background  p {
    text-align: center !important;
    margin:auto !important;
}
.nw_background .nw_layer_4 {
    text-align: center !important;
}
.nw_background  a{
      text-align: center !important;
      margin:auto !important;
  }
.nw_background .row {
    display: flex;
    justify-content: center;
}
.nw_background .nw_layers a {
    margin-top:25px !important;
}
.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }
.pr-1 { padding-right:.25rem!important; }
.pb-1 { padding-bottom:.25rem!important; }
.pl-1 { padding-left:.25rem!important; }
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }
.pr-2 { padding-right:.5rem!important; }
.pb-2 { padding-bottom:.5rem!important; }
.pl-2 { padding-left:.5rem!important; }
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }
.pr-3 { padding-right:1rem!important; }
.pb-3 { padding-bottom:1rem!important; }
.pl-3 { padding-left:1rem!important; }
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }
.pr-4 { padding-right:1.5rem!important; }
.pb-4 { padding-bottom:1.5rem!important; }
.pl-4 { padding-left:1.5rem!important; }
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }
.pr-5 { padding-right:3rem!important; }
.pb-5 { padding-bottom:3rem!important; }
.pl-5 { padding-left:3rem!important; }
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }
h1 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(37, 37, 37);
    line-height: 1.3;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 20px;
}
.nw_post_title h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 17px;
}
h2 {
    font-size: 35px;
    font-weight: 700;
    color: rgb(37, 37, 37);
    line-height: 45px;
    text-align: left;
}
h3 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(37, 37, 37);
    line-height: 1;
    text-align: center;
}
p {
    font-size: 17px;
    font-weight: 300;
    /*color: rgb(130, 130, 130);*/
    color: #000;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.nw_footer a {
    color: #000 !important;

}
.nw_container .nw_subtitle>p {
    font-weight: 500;
}
.nw_member_job>p {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
i {
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
}
a:hover,
a:hover>span {
    color: rgb(111 172 70);
    text-decoration: none;
}
.nw_read_more a {
    font-size: 17px;
    background: transparent;
    padding: 0px 48px 3px 0;
    color: rgb(37, 37, 37);
    font-weight: 500;
}
.nw_read_more a:hover {
    transition: all 0.2s;
    color: rgb(116, 214, 110);
}
.nw_read_more a:after {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 2px;
}
ul {
    list-style-type: none;
    padding-left: 0px;
}
/*---------------------------------------------*/
/*--- 2. GENERAL ---*/
/*---------------------------------------------*/
.nw_body {
    font-family: Montserrat;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: rgb(111 172 70);
    box-shadow: 0 0 40px rgba(0,0,0,.4);
    z-index: 998;
    border-radius: 50%;
}

#scroll i {
    font-family: 'FontAwesome';
    color: rgb(255, 255, 255);
    position: absolute;
    top: 32%;
    left: 42%;
    z-index: 999;
}
#scroll:hover {
    background: #03014C !important;
    transition: .3s;

}
/* preloader */
.northwest_preloader_holder {
    background: #60d158;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10003;
}
.northwest_preloader_holder .loaders {
    left: 50%;
    position: absolute;
    top: 50%;
}
.bg_primary{
    background-color: rgb(111 172 70);
    color:white;
}
.btn-custom{
    background: white;
    color: rgb(116, 214, 110);
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.justify-content-center {
    justify-content: center!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.rounded-circle {
    border-radius: 50%!important;
}

.shadow-1-strong {
    box-shadow: 0 0 2px 0 rgba(0,0,0,.16),0 1px 1px 0 rgba(0,0,0,.1)!important;
}

.mt-2{
    margin-top: 2rem!important;
}

.mt-3{
    margin-top: 3rem!important;
}

.mt-4{
    margin-top: 4rem!important;
}
.comingSoonImage{
    max-width: 500px;
    margin: auto;
    display: block;
}
.text_primary{
    color: #60d158;
}
.text_lighter{
    color: rgba(37, 37, 37, 0.5);
}

.nw_news_content{
    padding-bottom: 80px;
}
.nw_rights_container div:last-child {
    text-align: center !important;
}

/*---------------------------------------------*/
/*--- 3. STICKY LEFT BUTTON ---*/
/*---------------------------------------------*/
.nw_stickyleft_button {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    box-shadow: 0 0 40px rgba(0,0,0,.4);
    border-radius: 0 5px 5px 0;
    display: none;
}
.nw_stickyleft_button:hover a {
    transition: all 0.2;
    background-color: rgb(140, 222, 134);
    padding-left: 15px;
    padding-right: 15px;
}
.nw_stickyleft_button a {
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    padding: 10px;
    color: white;
    background-color: rgb(111 172 70);
}
.nw_stickyleft_button a:first-child {
    border-radius: 0 5px 0 0;
}
.nw_stickyleft_button a:last-child {
    border-radius: 0 0 5px 0;
}
.nw_stickyleft_button i {
    font-size: 18px;
}
/*---------------------------------------------*/
/*--- 4. BACKGROUND IMAGE ---*/
/*---------------------------------------------*/
.nw_image_cut {
    height: 657.5px;
}
.nw_background_image {
    height: 843px;
    width: 100%;
    position: relative;
    top: -23px;
    box-sizing: border-box;
    background-image: url(../images/northwest_background.jpg);
    background-size: cover;
    opacity: 0.3 !important;
}
.nw_background_style .nw_background_image {
    background-image: url(../images/northwest_background.jpg);
    top: 0px;
    height: 470px;
}
.nw_background_style .nw_image_cut {
    height: auto;
}
.ourProductsMainBanner{
    background: #001f5f;
}
.ourProductsMainBanner .nw_background_image {
    background-image: url(../images/products/our-products-banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3 !important;
}

.ourProductmobileAppBanner{
    background: #001f5f;
    position: relative;
}
.ourProductmobileAppBannerContentContainer {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
}
.ourProductmobileAppBanner .nw_background_image {
    background-image: url(../images/products/our-products-mobile-apps-banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3 !important;
}

.genForSalesforceMainBanner{
    background: #001f5f;
}
.genForSalesforceMainBanner .nw_background_image {
    background-image: url(../images/products/our-products-gen-for-salesforce-banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.genForSalesforceMainBanner p {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.ourProductseSignMainBanner{
    background: #001f5f;
}
.ourProductseSignMainBanner .nw_background_image {
    background-image: url(../images/products/our-products-e-sign-banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.ourProducteSign2Slider .ourProductAdditionalBox img{
    border-radius: 10px;
}
.ourProductNotarySec1 ul li {
    font-size: 15px;
    font-weight: 500;
    list-style-type: disc;
    padding: 5px 0px;
    color: #001f5f;
    border-radius: 5px;
    list-style: none;
}
.ourProductNotarySec1 ul li i{
    color: #60d158;
    margin-right: 10px;
}
.ourProductNotarySec1 ul{
    box-shadow: 0px 0px 10px #00000033;
    border-radius: 15px;
    padding: 20px 30px;
    margin: 0;
}
.ourProductNotarySec1 .ourProductGenForSalesForceBox{
    display: block !important;
}
/*---------------------------------------------*/
/*--- 5. LAYERS ---*/
/*---------------------------------------------*/
.nw_layers {
    width: 100%;
    height: auto;
    position: absolute;
    top: 220px;
    -webkit-animation: nw_a_layers 2s;
    -o-animation: nnw_a_layers2s;
    animation: nw_a_layers 2s;
}
.nw_background_style {
    background: #001f5f !important;
}
.nw_background_style .nw_layers {
    width: auto;
    text-align: center;
}

.nw_title_line {
    height: 5px;
    width: 100px;
    background-color: #60d158;
    margin-top: 5px;
}
.nw_layer_1 {
    position: relative;
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
}
.nw_layer_2 {
    position: relative;
    top: 25px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: center;
}
.nw_layer_3 {
    margin-top: 55px;
    text-align: center;
}
.nw_layer_3 a {
    position: relative;
    top: 25px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 2px;
    padding: 16px 35px;
    border-radius: 30px !important;
}
.nw_layer_3 a:after {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 17px;
    padding-left: 10px;
}
.nw_layer_3 a:hover {
    transition: all 0.2s;
    color: rgb(111 172 70);
    border-color: rgb(111 172 70);
}
.nw_layer_4 {
    align-self: center;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 auto;
    padding: 5px 0 15px;
    text-transform: capitalize;
    width: 100%;
}
.nw_layer_5 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}
.nw_layer_5 a {
    color: #60d158;
    font-size: 17px;
    font-weight: 400;
}
.btn-success {
    background: #60d158 !important;
    border: none !important;
    font-weight: 600;
    border-radius: 25px;
    padding: 12px 25px;
    font-size: 18px;
    transition: .3s;
}
.btn-success:hover {
    background-color: #252525 !important;
    transition: .3s;
}
.nw_background p{
    color: #fff !important;
}
.nw_background p a{
    color: #fff !important;
    text-decoration: underline !important;
}
.nw_background p a:hover{
    color: #60d158 !important
}
/*---------------------------------------------*/
/*--- 6. HEADER ---*/
/*---------------------------------------------*/
.nw_header {
    /* height: 46px; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index:2000 !important;
}
.nw_top_header {
    height: 46px;
    line-height: 46px;
    color: transparent;
}
.nw_header_style .nw_top_header {
    background-color: #252525;
}
.nw_top_header a,
span {
    color: #808288;
    font-size: 16px;
    font-weight: 400;
}
.nw_header_info_group span,
.nw_header_info_group ul {
    display: inline;
    overflow: hidden;
}
.nw_header_info_group .pull-left i,
.nw_header_info_group .pull-left span {
    margin-right: 10px;
}
.nw_header_info_group .pull-right i,
.nw_header_info_group .pull-right span {
    margin-left: 5px;
}
.nw_header_info_group .pull-left:first-child {
    padding-left: 2px;
}
.nw_text_center {
    text-align: center;
}
.nw_header_label {
    padding-left: 30px;
}
.nw_list_inline {
    padding-left: 0px;
}
.nw_list_inline li {
    display: inline-block;
}
.nw_header a:hover,
.nw_header a:hover>span {
    color: rgb(111 172 70);
    text-decoration: none;
}
/*---------------------------------------------*/
/*--- 7. NAVBAR ---*/
/*---------------------------------------------*/
.nw_navbar_custom {
    height: 85px;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    z-index: 200;
    border: none;
    box-shadow: none;
}
.nw_navbar_custom .nw_navbar_custom_cont .nw_navbar_custom_row {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px #0000006b;
}
.nw_navbar_custom .container-fluid {
    position: fixed;
    width: 100%;
    top: 0;
}
.nw_header_style .navbar.navbar-default.nw_navbar_custom{
    background-color: #ffffff !important;
    height: auto;
}
.nw_header_style .navbar.navbar-default.nw_navbar_custom>div{
    background-color: transparent;
    padding: 1px 0;
}

.nw_navbar_custom .nw_navbar_custom_cont {
    /*background-color: rgb(234, 234, 234);*/
    /*padding: 10px 0;*/
    /*margin: 0px 15px;*/
}
.navbar.navbar-default.nw_navbar_custom {
    background: none !important;
    box-shadow: none;
    border: none;
}
/*---------------------------------------------*/
/*--- 8. LOGO ---*/
/*---------------------------------------------*/
.nw_navbar_custom .nw_logo {
    height: 45px;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    left: 0;
    display: flex;
    align-items: center;
    flex: 1;
}
.nw_logo a {
    font-weight: 900;
}
.nw_logo img {
     height: 45px;
     width: auto;
     vertical-align: middle;
 }
@media(max-width: 992px){
    .d-md-none {
        display: none;
    }
}
@media(max-width: 864px){
    .nw_logo img {
        height: unset ;
        width: 100px;
        /*margin-top: 30px;*/
    }
}

@media(max-width: 768px){
    .nw_navbar_custom .nw_navbar_custom_cont .nw_navbar_custom_row{
        background: #fff !important;
    }
    .nw_logo img {
        /*margin-top: 10px !important;*/
    }
    .nw_header .navbar .nw_navbar_custom_row {
        flex-direction: column;
        padding: 0px !important ;
    }
    .nw_header .nw_navbar_header.navbar-header {
        padding: 12px;
    }

}
.nw_header_style .nw_navbar_custom .nw_logo {
    padding-left: 0px;
}
/*---------------------------------------------*/
/*--- 9. NAVIGATION BURGER MENU ---*/
/*---------------------------------------------*/
.nw_navbar_button {
    border: 1px solid rgb(0, 0, 0);
}
.nw_navbar_button span {
    color: rgb(0, 0, 0);
}
/*---------------------------------------------*/
/*--- 10. MENU ---*/
/*---------------------------------------------*/
@media(min-width: 768px){
    #navbar {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}
.navbar-nav {
    /*display: flex !important;*/
    /*align-items: center;*/
}
.nw_header .navbar .nw_navbar_custom_row {
    display: flex !important;
    padding: 0px 12px;
}
.nw_navbar_header.navbar-header{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex: 1 !important;
}

.nw_navbar_custom .navbar-nav .nw_submenu a {
    padding: 10px 13px 10px 13px;
    float: left;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    line-height: 66px;
    position: relative;
}
.nw_navbar_custom .navbar-nav .nw_submenu .nw_purchase_now {
    padding-left: 18px;
    padding-right: 33px;
}
.nw_navbar_custom .navbar-nav .nw_submenu .nw_free_consulting {
    font-weight: 600;
    line-height: 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(111 172 70);
    padding: 15px 60px;
    border-radius: 40px;
    margin-top: 15px;
    margin-right: 15px;
}
.nw_navbar_custom .navbar-nav .nw_submenu .arrow_after:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    color: rgb(37, 37, 37);
    position: absolute;
    right: 0;
    top: 11px;
}
.nw_navbar_custom .navbar-nav .nw_submenu .arrow_after.active::after {
    color: rgb(111 172 70);
}
.nw_navbar_custom .navbar-nav .nw_submenu .arrow_after_active:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    color: rgb(111 172 70);
    position: absolute;
    right: 0;
}
.nw_navbar_button.navbar-toggle{
   margin: 0px !important;
}


/*---------------------------------------------*/
/*--- 11. HOME PAGE ---*/
/*---------------------------------------------*/
/*CONTENT*/
.content>div {
    height: auto;
}
/*PAGE CONTENT*/
.nw_post {
    margin-bottom: 65px;
}
.nw_post_row {
    margin-top: 50px;
}
.nw_icon img {
    width: 60px;
    filter: saturate(0%) grayscale(100%) brightness(69%) contrast(100%);
}
/*TITLE*/
.nw_title_line {
    height: 5px;
    width: 100px;
    background-color: #60d158;
    margin-top: 5px;
}
/*POST TYPE 1*/
/*SERVICES*/
.nw_services_row {
    padding: 20px 15px 65px 15px;
}
.nw_page_services .nw_services_row {
    padding: 20px 15px 15px 15px;
}
.nw_page_services {
    margin-bottom: 75px;
}
.nw_services_container {
    transition: all 250ms ease-in-out;
    padding: 0 15px;
    background-color: rgb(255, 255, 255);
    padding: 35px 50px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
/*SERvICES ANIMATIONS*/
.nw_services_container:hover {
    transition: all 250ms ease;
    transform: scale(1.01);
    background-color: rgb(247, 250, 253);
}
.nw_services_container:hover .nw_icon img {
    transition: all 0.2s;
    filter: saturate(100%) grayscale(0%) brightness(100%);
}
.nw_services_container:hover .nw_read_more a {
    transition: all 0.2s;
    color: rgb(116, 214, 110);
}
/*POST TYPE 2 - OUR INDUSTRIES*/
.nw_our_industries .nw_icon img {
    margin-right: 20px;
}
.nw_our_industries h1 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 26px;
}
.nw_our_industries p {
    margin-top: 0;
}
/*INDUSTRIES ANIMATIONS*/
.nw_our_industries .nw_our_industries_content:hover .nw_icon img {
    transition: all 0.2s;
    filter: saturate(100%) grayscale(0%) brightness(100%);
}
/*POST TYPE 3*/
/*COUNTER*/
.nw_counter {
    position: relative;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 75px;
    background-image: url(../images/northwest_counter.jpg);
    background-size: cover;
}
.nw_counter_container {
    height: auto;
}
.nw_counter_content p {
    color: white;
    font-weight: 600;
    text-align: center;
}
.nw_counter_content h2 {
    color: white;
    font-size: 60px;
    font-weight: 600;
    text-align: center
}
/*GALLERY*/
.nw_container_gallery {}
/*BUTTON*/
.button-group .button {
    display: inline-block;
    padding: 5px 35px 5px 0px;
    background: transparent;
    color: #999;
    font-family: Montserrat;
    font-size: 15px;
    cursor: pointer;
    border: 0px solid white;
}
.button-group .button:hover {
    background-color: white;
    color: #60d158;
    border: 0px solid white;
}
.button-group .button:active,
.button-group .button.is-checked {
    color: #60d158;
    border: 0px solid white;
}
.button-group .button.is-checked {
    color: #60d158;
    border: 0px solid white;
}
.button-group .button:active {
    color: #60d158;
    border: 0px solid white;
    -webkit-appearance: none;
}
/*BUTTON GROUP*/
.button-group {
    margin-bottom: 20px;
}
.button-group:after {
    content: '';
    display: block;
    clear: both;
}
.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}
.button-group .button:hover {
    background-color: white;
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
    border: none;
}
/* ---- .element-item ---- */
.element-item {
    position: relative;
    float: left;
    width: 365px;
    height: 275px;
    background: #888;
    color: #262524;
    overflow: hidden;
    margin: 10px;
    padding: 0px;
    border-radius: 15px;
}
.element-item img {
    height: 100%;
    background: #888;
}
.element-item>* {
    margin: 0;
    padding: 0;
}
.element-item:hover .nw_gallery_overlay {
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(247, 250, 253, 0.9);
    opacity: 1;
    -webkit-animation: fade_nw_gallery_overlay 0.5s;
}
@keyframes fade_nw_gallery_overlay {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.nw_gallery_overlay_title,
.nw_gallery_overlay_description {
    width: 90%;
    position: absolute;
    left: 30px;
}
.nw_gallery_overlay_title{
    top: 70px;
}
.nw_gallery_overlay_description{
    top: 145px;
}
.nw_gallery_overlay_title h1{
    opacity: 0;
    width: 90%;
    color: rgb(140, 222, 134);
    text-align: left;
    transform: scale(2);
    word-wrap: break-word;
}
.nw_gallery_overlay_description a,
.nw_gallery_overlay_description{
    opacity: 0;
    width: 90%;
    color: rgba(37, 37, 37, 0.7);
    text-align: left;
    font-weight: 500;
    font-size: 17px;
    transform: scale(2);
    word-wrap: break-word;
}
.nw_gallery_overlay:hover .nw_gallery_overlay_title h1,
.nw_gallery_overlay:hover .nw_gallery_overlay_description a,
.nw_gallery_overlay:hover .nw_gallery_overlay_description{
    transition: transform 0.4s ease;
    z-index: 2;
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.nw_gallery_overlay h1:hover,
.nw_gallery_overlay a:hover {
    transition: all 0.2s;
    color: rgb(111 172 70);
    text-decoration: none;
}
/*POST TYPE 4*/
.nw_type_4{
    margin-bottom: 80px;
}
/*POST TYPE 5*/
/*TESTIMONIALS*/
.nw_testimonials .nw_title_line{
    background-color: rgb(111 172 70);
}
#nw_owl_testimonials .item {
    width: 100%;
    text-align: center;
}
.nw_owl_content_testimonials > div {
    width: 75%;
    margin: 0 auto;
}
.nw_testimonials_content p,
.nw_testimonials_content h1,
.nw_testimonials_content h3 {
    color: rgb(255, 255, 255);
}
.nw_testimonials_content h1{
    font-size: 36px;
    line-height: 1.3;
}
.nw_owl_content_testimonials p {
    font-weight: 300;
}
.nw_owl_content_testimonials h3 {
    font-weight: 700;
    color: rgb(255, 255, 255);
}
.owl-item {
    text-align: center;
    width: 90%;
}
.nw_testimonials {
    position: relative;
    box-sizing: border-box;
    padding-top: 65px;
    padding-bottom: 80px;
    background: rgb(111 172 70);
    background-size: cover;
}
.nw_testimonials .nw_submit {
    background: #fff !important;
    color: #000 !important;
}
.nw_testimonials_content {
    width: 100%;
    margin: 0 auto;
}
.nw_testimonials_content .row {
    display: flex;
    align-items: center;
    gap: 30px;
}
#nw_owl_testimonials .owl-prev,
#nw_owl_testimonials .owl-next{
    font-family: 'FontAwesome';
}
#nw_owl_testimonials .owl-prev {
    position: absolute;
    top: 30%;
    left: 0px;
    border:0px solid black;
    width: 50px;
    height: 50px;
}
#nw_owl_testimonials .owl-next {
    position: absolute;
    top: 30%;
    right: 0px;
    border:0px solid black;
    width: 50px;
    height: 50px;
}
#nw_owl_testimonials .owl-prev i,
#nw_owl_testimonials .owl-next i {
    transform : scale(2);
    color: rgb(255, 255, 255);
}
#nw_owl_testimonials .owl-prev:hover i,
#nw_owl_testimonials .owl-next:hover i {
    transition: all 0.2s ease;
    transform : scale(2.1);
    color: rgb(255, 255, 255);
    opacity: 0.8;
}
.circle_img{
    width: 150px!important;
    height: 150px!important;
}
/*POST TYPE 6*/
/*NEWS*/
.container_details i:last-child{
    padding-left: 20px;
}
.nw_news .container_image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
}
.nw_news .container_image:hover .overlay {
    animation: fadein 0.2s;
    transition: transform 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 250, 253, 0.9);
    opacity: 1;
    transform: scale(1);
    color: #60d158;
    font-size: 30px;
    text-align: center;
    line-height: 231px;
}
.nw_news .container_image {
    position: relative;
    width: 100%;
    height: 230px;
    background: #888;
    color: #262524;
    overflow: hidden;
    border-radius: 10px;
}
.nw_news .container_image img {
    height: 100%;
    width: 100%;
    background: #888;
}
.nw_news .container_details {
    padding-right: 10px;
    height: 18px;
    margin-top: 20px;
    font-size: 13px;
    color: #b3b3b3;
    line-height: 18px;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
}
.nw_news .container_details i {
    padding-right: 9px;
}
.nw_news .container_details span {
    padding-right: 15px;
}
.nw_type_6 {
    margin-bottom: 90px;
}
/*POST TYPE 7*/
/*CLIENTS*/
.nw_clients {}
.nw_clients>div {
    padding-top: 80px;
    padding-bottom: 90px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
#nw_owl_clients .item {
    margin: 10px;
    height: 56px;
}
#nw_owl_clients .item img {
    display: block;
    width: auto;
    height: 50px;
    filter: grayscale(100%);
    margin: auto;
}
#nw_owl_clients .item:hover img {
    transition: filter 0.2s;
    transition: transform 0.2s;
    filter: saturate(100%) brightness(100%);
    transform: scale(1.05);
}
/*POST TYPE 8*/
/*OUR TEAM*/

.nw_our_team_container_image{
    border-radius: 15px;
    overflow: hidden;
}

.nw_our_team {}
.nw_our_team_container_image img {
    position: relative;
    margin: 0 calc((100% - 255px) /2);
    width: 255px;
}
.nw_our_team_container_image:hover .nw_our_team_container_image_overlay {
    animation: fadein 0.2s;
    transition: transform 0.2s;
    width: 257px;
    height: 257px;
    background-color: rgba(247, 250, 253, 0.9);
    opacity: 1;
    transform: scale(1);
    color: #60d158;
    font-size: 30px;
    text-align: center;
    line-height: 231px;
}
.nw_our_team_container_image_overlay {
    position: absolute;
    top: 0;
    left: calc((100% - 257px) /2);
    width: 257px;
    margin: 0 auto;
    height: 100%;
    opacity: 0;
    transform: scale(0);
}
.nw_our_team_container_social {
    display: inline-block;
}
.nw_our_team_container_social a {
    margin: 3px;
    display: inline-flex;
    border-radius: 50%;
    border: 2px solid rgb(111 172 70);
    font-size: 20px;
    line-height: 41px;
    width: 45px;
    height: 45px;
    color: rgb(111 172 70);
}
.nw_our_team_container_social a i {
    margin: auto;
    color: rgb(111 172 70);
}
.nw_our_team_container_social a:hover,
.nw_our_team_container_social a:hover i {
    transition: all 0.2s;
}
.nw_our_team_container_social a:hover {
    background-color: rgb(111 172 70);
}
.nw_our_team_container_social a:hover i {
    color: rgb(255, 255, 255);
}
.nw_member_name h3 {
    margin-bottom: 5px
}
.nw_member_job p {
    margin: 0;
    line-height: 13px;
}
/*POST TYPE 9*/
/*CONTACT US*/
.nw_contact_us {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-image: url(../images/northwest_contact.jpg);
    background-size: cover;
    padding: 60px 0 90px 0;
}
.nw_contact_us p {
    font-weight: 400 !important;
}
.nw_contact_us p,
.nw_contact_us h2 {
    color: rgb(255, 255, 255);
}
.nw_contact_us_dill>div {
    height: 60px;
}
.nw_contact_us_fill label {
    width: 100%;
    margin: 10px 0;
}
.nw_contact_us_fill label span input,
.nw_contact_us_fill label span textarea {
    width: 100%;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.75);
    line-height: 40px;
    padding: 5px 0 5px 10px
}
.nw_contact_us_fill label span input:focus,
.nw_contact_us_fill label span textarea:focus {
    transition: all 0.2s;
    border-top: 2px solid rgba(255, 255, 255, 0.75);
}
.nw_contact_us_fill label span input::placeholder, .nw_contact_us_fill label span textarea::placeholder {
    color: #fff;
}
.nw_empty {
    height: 65px;
}
.nw_submit {
    background: rgb(111 172 70);
    font-weight: 700;
    padding: 17px 34px;
    color: rgb(255, 255, 255);
    line-height: 1;
    border: none;
    margin-top: 20px;
    height: auto;
    font-size: 17px;
    border-radius: 30px !important;
}
.nw_submit:hover {
    transition: all 0.2s;
    border-color: #03014C !important;
    background: #03014C !important;
    color: #fff !important;
    transform: scale(1.05);
    border: 0 none;
    font-weight: bold;
    padding: 17px 34px;
    color: #fff;
    line-height: 1;
    border: 2px solid rgb(255, 255, 255);
    margin-top: 20px;
    height: auto;
    font-size: 17px;
}
.nw_contact_us_container .nw_subtitle,
.nw_contact_us_container .nw_title {
    padding-left: 75px;
}
.nw_type_8 {
    margin-bottom: 90px;
}
/*FOOTER*/
.nw_footer {
    position: relative;
    padding-top: 50px;
    border-top: 1px solid #e9e9e9;
}
.homeHeroBoxes {
    height: 300px;
}
.nw_footer_description {
    height: auto;
    margin-top: 20px;
    font-size: 17px;
    /*color: rgba(37, 37, 37, 0.5);*/
    color: #000;
    line-height: 26px;
    text-align: left;
    font-weight: 300;
    font-style: normal;
}
.footer_line {
    margin-top: 5px;
    height: 5px;
    width: 50px;
    background-color: rgb(111 172 70);
}
#footer_logo {
    height: 53px;
}
#footer_logo img {
    height: 100%;
    float: left;
}
.nw_footer_social {
    height: 46px;
    margin-top: 25px;
}
.nw_footer_social ul>li {
    text-align: center;
    margin-right:5px;
}
.nw_footer_social ul li a {
    color: #646565;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nw_footer_social ul li,
.nw_footer_social ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer_title {
    height: 27px;
    font-size: 25px;
    color: #252525;
    line-height: 27px;
    text-align: left;
    font-weight: 700;
    font-style: normal;
}
.footer_pages {
    margin-top: 25px;
}
.footer_pages ul>li {
    margin-bottom: 5px;
}
.footer_pages ul>li>a {
    height: 96px;
    margin-top: 20px;
    font-size: 17px;
    /*color: rgba(37, 37, 37, 0.5);*/
    color: #000;
    line-height: 26px;
    text-align: left;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
}
.nw_footer_social ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    border: 1px solid rgb(233, 233, 233);
}

.nw_navbar_custom .container-fluid .whiteLogo {
    display: none;
}
.nw_navbar_custom .container-fluid.active .whiteLogo {
    display: none;
}
.homePage .nw_navbar_custom .container-fluid .whiteLogo{
    display: block ;
}
.nw_footer_social ul>li>a i {
    margin: auto;
    line-height: 45px;
}
.nw_footer_social ul>li:hover a {
    transition: all 0.2s;
    color: rgb(111 172 70);
    border: 1px solid rgb(111 172 70);
}
.nw_footer ul>li:hover a {
    transition: all 0.2s;
    color: rgb(111 172 70);
}
.footer_phone_number {
    height: 27px;
    margin-top: 20px;
    font-size: 22px;
    color: rgba(37, 37, 37, 0.5);
    line-height: 26px;
    text-align: left;
    font-weight: 600;
    font-style: normal;
}
.footer_address {
    height: 96px;
    margin-top: 20px;
    font-size: 17px;
    color: rgba(37, 37, 37, 0.5);
    line-height: 26px;
    text-align: left;
    font-weight: 300;
    font-style: normal;
}
.nw_type_9 {
    margin-bottom: 90px;
}
.nw_footer .nw_post {
    margin-bottom: 90px;
}
/*RIGHTS*/
.nw_rights {
    height: 70px;
    border-top: 1px solid #e9e9e9;
    position: relative;
}
.nw_rights_container>div {
    margin-top: 20px;
    font-size: 17px;
    /*color: rgba(37, 37, 37, 0.5);*/
    color: #000;
    line-height: 35px;
    text-align: left;
    font-weight: 300;
    font-style: normal;
}
.nw_rights_container span {
    margin-top: 20px;
    font-size: 17px;
    color: #8cde86;
    line-height: 35px;
    text-align: left;
    font-weight: 700;
    font-style: normal;
}
.nw_rights_container span:hover {
    color: #60d158;
}
.nw_rights_container div:first-child{
    text-align: left;
}
.nw_rights_container div:last-child{
    text-align: right;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin-top: -1px;
    margin-bottom: -1px;

}
/*---------------------------------------------*/
/*--- 12. OUR SERVICES ---*/
/*---------------------------------------------*/
/* OUR SERVICES - 2 colums */
.nw_page_services .nw_post_title{
    margin-top: 85px;
    margin-bottom: 25px;
}
.nw_page_about_cont1 p {
    font-family: Montserrat;
    line-height: 26px;
    font-weight: 300;
    /*color: #828282;*/
    color: #000;
    font-size: 17px;
}
.spacer_30 {
    height: 30px;
    width: 100%;
    float: left;
    clear: both;
}
/* OUR SERVICES - 4 colums */
.nw_services_container.nw_services_container_4col {
    padding-top: 35px;
    padding-bottom: 20px;
}
/* OUR SERVICES - right sidebar */
.wealth-management{
    padding: 90px 15px;
}
.wealth-management img {
    width: 100%;
}
.panel-group .panel.accordion-services {
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.accordion-services .panel-title a {
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
    /* border: 1px solid red; */
    padding: 22px 32px;
}
.accordion-services .panel-heading{
    background:rgb(111 172 70);
    border: 0;
    padding: 0px;
    border-radius: 0px;
}
.accordion-services .panel-body {
    background: #f7fafd;
    border-color: #f7fafd;
    padding: 30px;
}
.accordion-services .panel-body h4 {
    font-size: 17px;
    color: #252525;
    line-height: 17px;
    text-align: left;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
}
.accordion-services .panel-body p {
    margin-bottom: 0px;
}
.nw-wealth-right .panel-heading {
    padding: 0px;
}
.nw-wealth-right h2 {
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    padding: 22px 0 22px 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: bold;
    background: #60d158;
    width: 100%;
    margin: 0;
    border-bottom: 2px solid #fff;
    font-size: 23px;
    line-height: normal;
}
.nw-wealth-right #menu-services-sidebar.menu li {
    border-bottom: 2px solid #fff;
    background: #f7fafd;
    margin: 0;
    padding: 0 23px 0 0;
    color: #252525;
    width: 100%;
}
.nw-wealth-right #menu-services-sidebar.menu li a {
    color: #252525;
    text-decoration: none !important;
    border-left: 5px solid #60d158;
    display: inline-block;
    padding: 20px 0 20px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500;
    font-size: 17px;
}
.nw-wealth-right .panel-body {
    padding: 0px;
}
.nw-wealth-right #menu-services-sidebar.menu li:hover a{
    border-color: #252525;
}
.nw_get_consultation {
    margin-top: 30px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    background-color: #252525;
}
.nw_get_consultation h3 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 23px;
    text-align: left;
}
.nw_get_consultation p {
    color: #fff;
    font-weight: 400;
    margin: 20px 0 10px;
}
.nw_contact_us_fill label span input {
    font-size: 17px;
}
.nw_get_consultation .nw_submit {
    border: none;
    width: 100%;
    transition: all 0.2s;
}
.nw_get_consultation .nw_submit:hover {
    background: #fff !important;
    color: #60d158 !important;
}
.nw_consulting_bro {
    margin-top: 30px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    background-color: #f7fafd;
}
.nw_consulting_bro h3 {
    margin: 0 0 20px;
    font-weight: bold;
    color: #252525;
    font-size: 23px !important;
    text-align: left;
}
.nw_consulting_bro p {
    font-weight: 400;
    color: #252525;
}
.nw_consulting_bro a.btn.btn-download-pdf {
    border: 0 none;
    font-weight: bold;
    padding: 17px 34px;
    color: #fff;
    line-height: 1;
    border: 2px solid #60d158;
    margin-top: 15px;
    height: auto;
    font-size: 17px;
    background: #60d158;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.nw_consulting_bro a.btn.btn-download-pdf:hover {
    background: #252525;
    color: #fff;
    border-color: #252525;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.no_sidebar.panel-group {
    margin-bottom: 0px;
}

/* Our Product page styles starts*/
.ourProductsSecSection .servicesHeader {
    display: flex;
    align-items: center;
}
.ourProductsSecSection2  .servicesHeader {
    display: flex;
    align-items: center;
}
.ourProductsSecSection .servicesHeader .nw_post_title h1,  .ourProductsSecSection2 .servicesHeader .nw_post_title h1  {
    font-size: 32px !important;
}
.ourProductsSecSection .servicesHeader .btn-outline-success, .ourProductsSecSection2 .servicesHeader .btn-outline-success{
    border-radius: 25px  !important;
    padding: 8px 23px  !important;
    font-size: 18px  !important;
}
.ourProductsSecSection  .servicesHeader .btn-success, .ourProductsSecSection2  .servicesHeader .btn-success {
    padding: 8px 23px !important;
    border: 1px solid #60d158 !important;
}
.ourProductsSecSection ul li {
    font-size: 16px;
    font-weight: 400;
    list-style-type: disc;
    /*margin-bottom: 10px;*/
    padding: 5px  0px;
    /* background: #5fd158; */
    color: #000;
    border-radius: 5px;
    list-style: none;
}
.ourProductsSecSection ul li i{
    color: #60d158;
    margin-right: 10px;
}


.ourProductsSecSection2 ul li {
    font-size: 16px;
    font-weight: 400;
    list-style-type: disc;
    /*margin-bottom: 10px;*/
    padding: 5px  0px;
    /* background: #5fd158; */
    color: #000;
    border-radius: 5px;
    list-style: none;
}

.ourProductsSecSection2 ul li i{
    color: #60d158;
    margin-right: 10px;
}
.ourProductsSecSection2 .nw_post_title {
    padding: 0px 15px;
}
.ourProductsSecSection2 .nw_page_about {
    padding: 0px 15px;
}
.ourProductAdditionalBox {
    box-shadow: 0px 0px 15px #0000001f;
    border-radius: 10px;
    padding: 25px;
    margin: 10px;
    height: 280px;
    transition: .3s;
    border: 1px solid transparent;
    cursor: pointer;
}
.ourProductAdditionalBox:hover {
    border: 1px solid #60d158;
    box-shadow: 0px 0px 15px #00000000;
    transition: .3s;
}
.ourProductAdditionalBox img{
    /*background: #5fc456;*/
    width: 200px !important;
    margin: auto;
    margin-bottom: 20px;
}
.ourProductAdditionalBox i {
    font-size: 35px;
    color: #5fc456;
    margin-bottom: 7px;
}
.ourProductAdditionalFirstRow {
    margin-top: 40px;
}
.ourProductAdditionalBox h4 {
    font-weight: 500;
}
.ourProductAdditionalBox  .nw_title_line {
    width: 75px;
    margin-top: 18px !important;

}
#ourProductAdditionalMainContainer .nw_title {
    margin: auto;
}
#ourProductAdditionalMainContainer .nw_title h1{
    text-align: center;

}
#ourProductAdditionalMainContainer .nw_title_line {
    margin: auto;
}
#ourProductAdditionalMainContainer .nw_post_title p {
    text-align: center;
}
#ourProductIntegrations .ourProductAdditionalBox {
    height: 320px !important;
}
#ourProductIntegrations  .ourProductAdditionalBox img {
    margin-bottom: 0px !important;
    background-color: unset !important;
}
#ourProductAdditionalMainContainer .owl-carousel {
    position: relative;
}
#ourProductAdditionalMainContainer .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: -50%;
    transform: translate(50%, -50%);
}
#ourProductAdditionalMainContainer .owl-nav button{
    height: 50px;
    width: 50px;
    border-radius: 5px;
    margin: 0px -60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ourProductAdditionalMainContainer .owl-nav button span{
    font-size: 50px;
    color: #60d158;
}
#ourProductMobileAppFirstSlider .ourProductAdditionalBox {
    box-shadow:  unset !important;
    text-align: left;
    height:  unset !important;
    border: unset !important;
}
#ourProductMobileAppFirstSlider .ourProductAdditionalBox:hover {
    border: unset !important;
    box-shadow: unset !important;
    transition: .3s;
}
#ourProductMobileAppFirstSlider .ourProductAdditionalBox h3{
    text-align: left !important;
}
#ourProductMobileAppFirstSlider .ourProductAdditionalBox h2{
    margin-top: 0px !important;
}
#ourProductMobileAppFirstSlider .ourProductAdditionalBox img {
    background-color: unset !important;
}
#ourProductMobileAppFirstSlider .ourProductAdditionalBox h4 {
    font-weight: 500;
    margin-top: 15px;
    color: #001f5f;
}
#ourProductMobileAppFirstSlider .ourProductAdditionalBox p {
    margin-top: 0px !important;
}
#ourProductMobileAppFirstSlider .ourProductAdditionalBox .btn-success{
    font-size: 14px !important;
    margin-top: 10px;

}
#ourProductMobileAppFirstSlider .ourProductAdditionalBox .nw_title_line {
    margin: 5px 0px 20px 0px !important;
    width: 100px !important;
}
#ourProductMobileAppSecSection {
    background: #60d158;
    padding: 70px;
}
#ourProductMobileAppSecSection img {
    width: 200px;
}
#ourProductMobileAppSecSection .nw_post_title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#ourProductMobileAppSecSection .nw_post_title h1{
    text-align: center;
    color: #fff !important;
}
#ourProductMobileAppSecSection .downloadAppBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
}
#ourProductMobileAppSecSection .downloadAppBtns a {
    margin: 10px 15px;
}
#ourProductMobileAppSecSection  .downloadAppLink{
    max-width: 500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;

}
/*#ourProductMobileAppSecSection  .downloadAppLink input {*/
/*    padding: 15px;*/
/*    height: 100%;*/
/*    border-top-left-radius: 25px !important ;*/
/*    border-bottom-left-radius: 25px !important;*/
/*    border-top-right-radius: 0px !important;*/
/*    border-bottom-right-radius: 0px !important;*/
/*}*/
#ourProductMobileAppSecSection  .downloadAppLink a {
    background: #fff !important;
    color: #60d158 !important;
}
#ourProductMobileAppSecSection  .downloadAppLink a:hover {
    background: #000 !important;
    color: #fff !important;
}
#ourProductMobileAppSecSection .nw_title_line {
    background-color: #fff !important;
}
#ourProductMobileAppSecSection  .downloadAppLink input {
    padding: 15px;
    height: 100%;
}
#ourProductMobileAppTestimonials .ourProductAdditionalBox i {
    color: #ffc820 !important;
}

.ourProductMobileAppAnnoucementRow {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.ourProductMobileAppAnnoucementRow img {
    border-radius: 10px ;
}
.ourProductAppAnnouncementContainer {

    background: #f3f3f3;
    padding: 55px;

}
.ourProductMobileFaqContainer #accordion {
    margin: 50px 0;
}
.ourProductMobileFaqContainer {
    margin-top: 30px;
}
.ourProductMobileFaqContainer .nw_post_title  .nw_title {
    margin: auto;
}
.ourProductMobileFaqContainer .nw_title_line {
    margin: auto;
}
.ourProductMobileFaqContainer .nw_post_title h1{
    text-align: center;
}
.ourProductMobileFaqContainer .accordion .btn-link {
    width: 100%;
    border: 1px solid #b1b1b1;
    text-align: left;
    padding: 15px;
    background: #f3f3f3;
    color: #000;
    border-radius: 7px;
}
.servicesBrandRowSec a {
    padding: 12px 25px;
    border-radius: 25px;
    margin-right: 15px;
    margin-top: 10px;
    background: #ffffff !important;
    border: none !important;
    font-weight: 600;
    margin: auto;
    color: #60d158;
    transition: .3s;
}
.servicesBrandRowSec a:hover {
    background: #000 !important;
    color: #fff !important;
    transition: .3s;
}
.eSignVideoContainer .eSignatureVideoBox i{
    position: unset !important;
    transform: unset !important;
    margin-bottom: 20px;
    border: unset !important;
    width: unset !important;
    height: unset !important;
    font-size: 100px  !important;
    color:#001f5fad !important;
    background: transparent !important;
}
.eSignVideoContainer .eSignatureVideoBox {
    flex-direction: column;

}
#ourProductGenForSalesForceMainContainer  {
    margin-top: 30px;
}
#ourProductGenForSalesForceMainContainer .nw_post_title .nw_title {
    margin:auto;
}
#ourProductGenForSalesForceMainContainer  .nw_post_title p {
    text-align: center;
}
#ourProductGenForSalesForceMainContainer  .nw_post_title {
    margin-bottom: 50px;
}
#ourProductGenForSalesForceMainContainer .nw_post_title .nw_title h1{
    text-align: center;
}
#ourProductGenForSalesForceMainContainer  .nw_title_line {
    margin: auto;
}
#ourProductGenForSalesForceMainContainer .ourProductGenForSalesForceBoxRow {
    display: flex;

}
#ourProductGenForSalesForceMainContainer .ourProductGenForSalesForceBox {
    box-shadow: 0px 0px 15px #0000001f;
    border-radius: 10px;
    padding: 25px;
    margin: 10px;
    height: 100% !important;
    transition: .3s;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
}
#ourProductGenForSalesForceMainContainer .ourProductGenForSalesForceBox img{
    margin: auto;
}
#ourProductGenForSalesForceMainContainer .ourProductGenForSalesForceBox:hover {
    border: 1px solid #60d158;
    box-shadow: 0px 0px 15px #00000000;
    transition: .3s;
}
#ourProductGenForSalesForceMainContainer .ourProductGenForSalesForceBox i{
    color: #60d158;
    margin-right: 10px;
    font-size: 28px;
}

.ourProductsGenForSalesForceSec2 .nw_title_line {
    margin-top: 5px !important;
    margin-bottom: 17px !important;
}
.ourProductsGenForSalesForceSec2 .nw_post_title h1{
    font-size: 32px !important;
    margin-top: 0px !important;
    margin-bottom: 17px !important;
}
.ourProductsGenForSalesForceSec2 .nw_post_title .nw_title {
    width: 100% !important;
}
.ourProductGenForSalesForceBanner .ourProductGenForSalesForceBannerCtaContainer p{
    text-align: center;
    color: #fff;
}
.ourProductGenForSalesForceBanner .ourProductGenForSalesForceBannerCtaContainer   {
    text-align: center;
}
.ourProductGenForSalesForceBanner .ourProductGenForSalesForceBannerCtaContainer   a{
    background-color: #000 !important;
    margin-top:30px;
}
.ourProductGenForSalesForceBanner .ourProductGenForSalesForceBannerCtaContainer   a:hover{
    background-color: #fff !important;
    color: #60d158 !important;
}

.ourProductGenForSalesForceSec3 .servicesSixSecBox{
    height: 300px !important;
    margin: 50px 0px !important;
}
.ourProductGenForSalesForceSec3 .servicesSixSecBox .servicesSixSecBoxImg{
    border: 1px solid #60d158;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    width: 100px;
    height: 100px;
    font-size: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}
.ourProductGenForSalesForceSec3 .servicesSixSecBox ul li span {
    color: #60d158;
    margin-right: 10px;
}
.ourProductGenForSalesForceSec3 .servicesSixSecBox ul{
    margin-left: 18px;
    margin-top:20px;
}
.eSignOurProductSec2Container {
    background-color:#f3f3f3;
    padding: 70px 0;
}
.eSignOurProductSec2Container .ourProductAdditionalBox .row{
    display: flex;
    align-items: center;
}
.eSignOurProductSec2Container  .ourProductAdditionalBox img {
    width:100% !important;
}
.ourProductGenForSalesForceSec3 a:first-child{
    background-color:#fff !important;
    color: #60d158 !important;
    margin: 5px;
}
.ourProductGenForSalesForceSec3 a:first-child:hover{
    background-color:#000 !important;
    color:#fff !important;
}
.ourProductGenForSalesForceSec3 a:last-child{
    background-color:#000 !important;
    margin: 5px;
}
.ourProductGenForSalesForceSec3 a:last-child:hover{
    background-color:#fff !important;
    color: #60d158 !important;
}
.eSignatureVideoBox {
    background: url(../../assets/images/docudash-video-snap.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    width: 500px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 18px;
}
.notarize-map-detail-main .notarize-map-detail-container-full{
    /*background: #60d158;*/
    /*padding-top: 70px;*/
    padding: 0px 40px;
    /*margin-top: 108px;*/
}
.notary-detailed-main-container  .notary-detailed-main-inner {
    margin: 70px 50px;
}

.notary-detailed-main-container .notary-detailed-title{
    color: #000;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
}
.notary-detailed-main-container .notary-detailed-desc {
    color: #292D32;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 185.714% */
    max-width: 800px;
}
.notary-detailed-main-container  .notary-detailed-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 30px;
    list-style: none !important;
    max-width: 60%;
    row-gap: 30px;
}
.notary-detailed-main-container  .notary-detailed-ul li{
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    list-style-type: none !important;
    display: flex;
    align-items: center;
    min-width: 200px;
    /*margin-bottom: 40px;*/
}
.notary-detailed-main-container  .notary-detailed-ul li::before {
    content: "\2022";
    color: #6FAC46;
    font-weight: bold;
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 34px;
    margin-left: -1em;
    margin-top: -37px;
    margin-right: 8px;
}
.notary-detailed-main-container  .notary-detailed-form {
    max-width: 60%;
}
.notary-detailed-main-container  .notary-detailed-reviews-list {
    max-width: 60%;
}
.notary-detailed-main-container .notary-detailed-contact-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}
.notary-detailed-main-container .notary-detailed-contact-btns .notary-detail-contact-btn {
    min-width: 150px;
    min-height: 50px;
    border-radius: 10px !important;
    background: #6FAC46 !important;
    color: #FFF !important;
    font-family: Poppins;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 300 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    margin-right: 30px;
    transition: .3s;
}
.notary-detailed-main-container .notary-detailed-contact-btns .notary-detail-contact-btn:hover{
    background: #03014C !important;
    transition: .3s;
}
.notary-detailed-top-pro-status-icons {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.notary-detailed-top-pro-status-icons img {
    margin-right: 28px;
}
.notary-review-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notary-review-info-left-col {
    display: flex;
    align-items: center;
}
.notary-review-meta {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}
.notary-review-content p{
    color: #838B92;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 185.714% */
}
.notary-review-meta .notary-review-name {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.notary-review-meta .notary-review-datetime {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
.notarize-map-detail-container {
    margin-top: 130px;
}
.notarize-map-detail-main .property-details-content{
    margin-top: 140px;
}
.notarize-map-detail-main   .top-details {
    /*margin-bottom: -100px !important;*/
    border-radius: 30px !important;
}
.notarize-map-detail-main  .notary-map-detail-image {
    border-radius: 50% !important;
}
.notary-badges {
    display: flex;
    align-items: center;
}
.notary-badges li {
    border: 1px solid #60d158 !important;
    background: #60d158 !important;
    margin-right: 10px;
    border-radius: 25px;
    padding: 5px 10px;
    font-weight: 500;
    color: #fff;
}
.ourProducteSignBanner {
    background: #fff !important;
    margin: 80px 0 !important;
}
.ourProducteSignBanner.ourProductGenForSalesForceBannerCtaContainer p {
    color: #000 !important;
}
.ourProducteSignBanner .nw_post_title .nw_title h1 {
    color: #000 !important;
}
.ourProducteSignBanner  .nw_title_line {
    background: #60d158 !important;
}
.ourProducteSignSec5 {
    background: #dff3fb;
}
.ourProducteSignSec5 .ourProducteSignSec5Box {
    padding: 20px;
}
.ourProducteSignSec5 .ourProducteSignSec5Box .nw_post_title .nw_title {
    width: 100% !important;
}
.ourProducteSignSec5 #ourProductMobileAppTestimonials{
    position: relative;
}
.ourProducteSignSec5 #ourProductMobileAppTestimonials .owl-nav button span{
    color: #60d158;
    font-size: 50px;
}
.ourProducteSignSec5 #ourProductMobileAppTestimonials .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.ourProducteSignBar {
    background: #dff3fb;
    padding: 40px 0;
}
.ourProducteSignBar .row {
    display: flex;
    align-items: center;
}
.ourProducteSignBar p {
    margin:0 !important;
    font-weight: 600;
    font-size: 18px;
}
.ourProductMobileAppFirstSliderContainer .ourProductAdditionalBox img {
    width: 270px !important;
    border-radius: 10px;
}
.ourProducteSignSec1 .ourProductGenForSalesForceBox {
    height: 300px !important;
}
.ourProductNotarySec3Container {
    background:#fff;
    margin-top: 35px;
}
.ourProductNotarySec5MainContainer ul li {
    font-size: 16px;
    font-weight: 500;
    list-style-type: disc;
    padding: 5px 0px;
    color: #001f5f;
    border-radius: 5px;
    list-style: none;
}
.ourProductNotarySec5MainContainer ul li i {
    color: #60d158;
    margin-right: 10px;
}
.ourProductNotarySec6Container {
    background: #f3f3f3;
}
.ourProductIntegrationBoxContainer {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.ourProductIntegrationBoxContainer .ourProductIntegrationBoxes{
    min-height: 100% !important;
    box-shadow: 0px 0px 15px #0000001f;
    border-radius: 10px;
    padding: 25px;
    margin: 10px;
    transition: .3s;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
}
.ourProductIntegrationBoxContainer .ourProductIntegrationBoxes:hover{
    border: 1px solid #60d158;
    box-shadow: 0px 0px 15px #00000000;
    transition: .3s;
}
.ourProductApiSec1MainContainer {

}
.ourProductApiSec1Container .ourProductApiSec1MainBox{
    padding: 35px;


    background: white;

}
.ourProductApiSec1Container .ourProductApiSec1MainBox .ourProductApiSec1MainRow {

}
.ourProductApiSec1Container .ourProductApiSec1MainBox  .ourProductApiSec1InnerBox {
    box-shadow: 0px 0px 11px #00000030;
    border-radius: 20px;
    padding: 15px;
    background: #60d158;
}
.ourProductApiSec1Container .ourProductApiSec1MainBox h1{
    text-align: center;
    font-size: 55px;
    color: #fff;
}
.ourProductApiSec1Container .ourProductApiSec1MainBox p{
    text-align: center;
    color: #fff;
}
.ourProductApiSec1Container .ourProductApiSec1MainBox .ourProductApiSec1InnerBox {
    box-shadow: 0px 0px 11px #00000030;
    border-radius: 20px;
    padding: 15px;
}
.ourProductApiSec2Container  .ourProductAdditionalFirstRow {
    display: flex;
    flex-wrap: wrap;
}
.ourProductApiSec2Container  .ourProductAdditionalBox {
    height: 100% !important;
}
.ourProductApiSec2Container  .ourProductAdditionalBox img {
    background: transparent !important;
}
.ourProductApiSec3MainContainer {
    background:#60d158;
}
.ourProductApiSec3Container .ourProductAdditionalBox {
    background:#fff;
    box-shadow: 0px 0px 10px #00000033 !important;
}
.ourProductApiSec3Container .nw_title h1 {
    color: #fff !important;
}
.ourProductApiSec3Container .nw_title_line {
    /*background:#fff !important;*/
}
.ourProductApiSec3Container .ctaBtn {
    background:#fff !important;
    color: #60d158;
}
.ourProductApiSec3Container  .owl-nav button {
    background: #fff !important;
    border-radius: 25px !important;
    transition: .3s;
    box-shadow: 0px 0px 10px #0000006b !important;
}
.ourProductApiSec3Container  .owl-nav button:hover {
    background: #000 !important;
    transition: .3s;
    box-shadow: 0px 0px  0px transparent !important;
}

.ourProductApiSec3Container  .owl-nav button:hover span {
    color: #fff !important;
}
.ourProductApiSec3Container .owl-nav button span{
    margin-bottom: 5px;
}
.ourProductApiSec3Container .ctaBtn:hover {
    background:#000 !important;
    color: #fff;
}
.ourProductApiSec3Container .ourProductAdditionalBox img {
    background: transparent !important;
}
.ourProductApiSec2Container  .ourProductAdditionalBox h4, .ourProductApiSec2Container  .ourProductAdditionalBox p {
    text-align: center;
}
#ourProductClmFirstSlider{
    position:relative;
}
#ourProductClmFirstSlider .owl-nav {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 115%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate(-50%, -50%);
}
#ourProductClmFirstSlider .owl-nav button span{
    color: #60d158;
    font-size: 60px;
}
.ourProductApiSec5MainContainer  .ourProductAdditionalBox img {
    background: transparent !important;
}
.ourProductApiLastBanner p{
    text-align: center;
    color: #fff !important;
}
.ourProductApiLastBanner a{
    background:#fff !important;
    color: #60d158;
}
.ourProductApiLastBanner a:hover{

    background:#000 !important;
    color: #fff;
}
.ourProductApiSec6Container .ourProductAdditionalBox img {
    width: 65px !important;
}
.ourProductClmSec2MainContainer {
    background: #f3f3f3;
    padding: 50px 0;
}
#ourProductClmFirstSlider  ul li {
    text-align: left !important;
    padding: 8px 0px !important;
}
#ourProductClmFirstSlider p{
    font-weight:500 !important;
}
#ourProductClmFirstSlider  .nw_post_title .nw_title {
    width: 100% !important;
}
.ourProductClmSec4MainContainer .servicesSixFirstRow .nw_title_line {
    margin-bottom:  0px !important;
}
.ourProductClmSec4Inner p{
    color: #fff;
}
.ourProductClmSec4Inner a{
    background-color: #fff !important;
    color: #5fd057 !important;
}
.ourProductClmSec4Inner a:hover{
    background-color: #000 !important;
    color: #fff !important;
}
.ourProductClmSec6Container .ourProductAdditionalBox img{
    background: transparent !important;
    width: unset !important;
}
.ourProductClmSec6Container .ourProductAdditionalBox h4 {
    text-align: center;
}
.ourProductClmSec6Container .ourProductAdditionalBox {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.ourProductAdditionalSecRow {
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
}
.ourProductClmSec6Container .ourProductAdditionalBox p{
    text-align: center !important;
}
.ourProductClmSec8Container {
    background: #f3f3f3;
    padding: 50px 0;
}
.ourProductApiSec3MainContainer .nw_post_title .nw_title_line {
    background-color: #fff !important;
}
.ourProductClmSec9Container #ourProductIntegrations .ourProductAdditionalBox {
    height: 365px !important;
}
.ourProductClmBoxes {
    box-shadow: 0px 0px 10px #00000033;
    border-radius: 25px;
    padding: 25px;
}
.ourProductClmBoxes h4{
    color: #60d158;
    font-weight: 600;
}
.servicesHeader .nw_post_title .nw_title {
    width: 100% !important;
}
.ourProductMainParentPageContainer  .ourProductAdditionalBox img{
    width: 55px !important;
}
.ourProductMainParentPageContainer  .ourProductAdditionalBox{
    height: 320px !important;
}
/* Our Product page styles ends*/



/*---------------------------------------------*/
/*--- 13. OUR CASES ---*/
/*---------------------------------------------*/
/* OUR CASES - 2 colums */
.element-item_1 {
    position: relative;
    height: 400px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 47%;
}
.element-item_1 img {
    width: 100%;
    height: 100%;
    inline-size:auto;
}
.element-item_1:hover .nw_gallery_overlay {
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(247, 250, 253, 0.9);
    opacity: 1;
    -webkit-animation: fade_nw_gallery_overlay 0.5s;
    margin: 0px;
}
.element-item_1 .nw_gallery_overlay_title {
    top: 130px;
}
.element-item_1 .nw_gallery_overlay_description {
    top: 225px;
}
.element-item_1 .nw_gallery_overlay_description a,
.element-item_1 .nw_gallery_overlay_description{
    transform: scale(1.5);
}
.nw_our_cases .nw_post_title {
    margin-top: 85px;
    margin-bottom: 25px;
}
.nw_our_cases .grid {
    left: 0px;
}
.nw_our_cases.nw_type_4 {
    margin-bottom: 60px;
}

/* OUR CASES - 3 colums */
.element-item_1.element-item_2 {
    height: 275px;
    overflow: hidden;
}
.element-item_1.element-item_2 .nw_gallery_overlay_title {
    top: 70px;
}
.element-item_1.element-item_2 .nw_gallery_overlay_description {
    top: 145px;
}
/* OUR CASES - 4 colums */
.element-item_1.element-item_2.element-item_3 {
    margin-bottom: 15px;
    width: 22%;
}
.element-item_1.element-item_2.element-item_3  .nw_gallery_overlay_title {
    top: 15px;
    left: 20px;
}
.element-item_1.element-item_2.element-item_3  .nw_gallery_overlay_description {
    top: 125px;
    left: 20px;
}
/* OUR CASES - left sidebar */
.nw_cases_strategy{
    padding: 90px 15px;
}
.nw_cases_strategy img {
    width: 100%;
}
.nw_tabs_list {
    background-color: #252525;
    border: none;
}
.nw_tabs_list.nav-tabs li {
    margin: 0;
}
ul.nw_tabs_list li a,
ul.nw_tabs_list li a:hover,
ul.nw_tabs_list li a:focus,
ul.nw_tabs_list li a:active {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: #252525;
    border: 0;
    padding: 18px 32px;
    cursor: pointer;
}
ul.nw_tabs_list li.active a,
ul.nw_tabs_list li.active a:hover,
ul.nw_tabs_list li.active a:focus,
ul.nw_tabs_list li.active a:active {
    background: #60d158;
    border-radius: 0px;
    color: #ffffff;
    border: none;
}
.nw_tabs_content {
    background: #f7fafd;
}
.nw_tabs_content .tab-pane {
    padding: 10px 30px;
}
.mt-icon-listgroup-icon-holder-inner {
    float: left;
    margin-top: 3px;
}
.mt-icon-listgroup-icon-holder-inner i {
    margin-right:10px;
    color:#60d158;
    font-size:20px;
}
.mt-icon-listgroup-content-holder-inner .mt-icon-listgroup-title {
    font-size: 17px;
    color: #252525;
    font-weight: 700;
    line-height: 1.3;
}
.mt-icon-listgroup-text {
    font-size: 17px;
    color: rgba(37,37,37,0.7);
    margin-top: 0px;
}
.nw-wealth-right .panel {
    border: none;
    box-shadow: none;
}
/*---------------------------------------------*/
/*--- 14. OUR INDUSTRIES ---*/
/*---------------------------------------------*/
.nw_our_industries_body .nw_post_title{
    margin-top: 85px;
    margin-bottom: 25px;
}
.nw_our_team_body .nw_post_title{
    margin-top: 85px;
}
.nw_our_industries_body .nw_post {
    margin-bottom: 75px;
}
.nw_our_team_container.nw_post_row {
    margin-top: 30px;
}
/*---------------------------------------------*/
/*--- 15. ABOUT US ---*/
/*---------------------------------------------*/
.nw_about_us .nw_post_title {
    margin-top: 90px;
    margin-bottom: 25px;
}
.spacer_20 {
    height: 20px;
    width: 100%;
    float: left;
    clear: both;
}
.nw_page_about_cont2 blockquote {
    padding: 30px;
    border-left-color: #60d158;
    background: none repeat scroll 0 0 #f7fafd;
    color: #828282;
    margin-bottom: 30px;
}
.nw_page_about_cont2 blockquote p {
    margin: 0px;
}
.nw-about-us-video-img {
    margin-top: 25px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../images/video-popup.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nw_about_us .nw_container .nw_subtitle > p {
    margin-bottom: 0px;
}
.buton_image_class:hover {
    transform: scale(1.1);
    transition: all 400ms ease-in-out 0s;
    -ms-transformtransition: all 400ms ease-in-out 0s;
    -webkit-transformtransition: all 400ms ease-in-out 0s;
}
/*---------------------------------------------*/
/*--- 15. CONTACT US ---*/
/*---------------------------------------------*/
.nw_contact_us_page {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-image: url(../images/contact-section-black-version.jpg);
    background-size: cover;
    padding: 60px 0 90px 0;
    background-position: center;
}
.nw_contact_us_page .nw_contact_us {
    background-image: none;
    padding-bottom: 0px;
}
.nw_contact_us_page .nw_contact_us_fill label span input,
.nw_contact_us_page .nw_contact_us_fill label span textarea {
    border-bottom: 2px solid rgba(37,37,37, 0.75);
    color: rgba(37,37,37,.7)
}
.nw_contact_us_page .nw_contact_us p{
    font-size: 17px;
    color: rgba(37,37,37,0.7);
    line-height: 20px;
    text-align: left;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
}
.nw_contact_us_page .nw_contact_us h2 {
    font-size: 25px;
    color: #252525;
    line-height: 35px;
    text-align: left;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
}
.spacer_40 {
    height: 40px;
    width: 100%;
    float: left;
    clear: both;
}
.nw_contact_us_page .nw_contact_us_fill .nw_submit {
    border: 2px solid #252525 !important;
    color: #252525;
    background: transparent;
}
.nw_contact_us_map iframe {
    width: 100%;
}
.footer-row-1 {
    margin-top: 90px;
}

/*
@media only screen and (max-width: 767px) {
	body h1,
	body h1 span{
		font-size: 30px !important;
		line-height: 35px !important;
	}
	body h2{
		font-size: 28px !important;
		line-height: 33px !important;
	}
	body h3{
		font-size: 26px !important;
		line-height: 31px !important;
	}
	body h4{
		font-size: 24px !important;
		line-height: 29px !important;
	}
	body h5{
		font-size: 22px !important;
		line-height: 27px !important;
	}
	body h6{
		font-size: 20px !important;
		line-height: 25px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body h1,
	body h1 span{
		font-size: 36px !important;
		line-height: 39px !important;
	}
	body h2{
		font-size: 32px !important;
		line-height: 35px !important;
	}
	body h3{
		font-size: 28px !important;
		line-height: 31px !important;
	}
	body h4{
		font-size: 24px !important;
		line-height: 27px !important;
	}
	body h5{
		font-size: 20px !important;
		line-height: 23px !important;
	}
	body h6{
		font-size: 18px !important;
		line-height: 21px !important;
	}
}*/

.resource-secs .nw_post_title h1 {
    text-align: center;
}
.resource-secs .nw_title_line {
    text-align: center;
    margin: 0 auto;
}
.toolkit-images {
    width: 350px;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius:10px;
}
/*jz 29-04-2023 styling*/
.map_row {
    display: flex;
}
.fixed_search_section {
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 10;
    max-width: 1120px;
}
#googleMap {
    width: 100%;
    height: calc(100vh - 112px);
    border-top-right-radius: 10px;
    border: 1px solid #e5e7ec;
}
#googleMapDetail {
    width: 100%;
    height: calc(100vh - 400px);
    border-top-right-radius: 10px;
    /*border: 3px solid #60d158;*/
}
#review-form {
    padding: 30px 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    /* box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%); */
    border: 1px solid #e5e7ec;
    border-radius: 10px;
}
#review-form h2{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    color: #000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
}
#review-container .review {
    padding: 30px 0px;
    margin-bottom: 30px;
    /* background-color: #ffffff; */
    /* box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%); */
    border-radius: 10px;
    border-left: none !important;
}
.margin_top{
    margin-top: 100px;
}
.map{
    height: 100%;
}
.item-shorting {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid #e5e7ec; */
    display: flex;
    align-items: center;
    margin: 0px !important;
}
.search-keyword {
    width: 100%;
    padding: 0px 0px;
}
.search-keyword .form-group i.search_icon {
    position: absolute;
    top: 16px;
    left: 25px;
    font-size: 14px;
    color: #808288;
    z-index: 1;
}
.search-keyword .form-group i.close_icon {
    position: absolute;
    top: 16px;
    right: 25px;
    font-size: 14px;
    color: #808288;
    z-index: 1;
}
.search-keyword .form-group input[type='search'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    padding: 5px 10px 1px 40px;
    font-size: 14px;
    color: #808288;
    transition: all 500ms ease;
}
.map_rightCol {
    width: calc(100% - 1120px);
    padding: 0 15px;
    margin: 0 0 0 0;
}
.my_searchProperty {
    /*padding-left: 15px;*/
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 34px;

}
.my_searchProperty .feature-block{
    min-height: 320px;
    width: 250px;

}
.my_searchProperty a {
    max-width: 260px;
}
.my_searchProperty .feature-block .custom_price_info h4{
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
}
.feature-block-one {
    margin-bottom: 30px;
}
.feature_block_two .inner-box {
    height: 400px;
}
.feature-block-one .inner-box .image-box {
    /* position: relative; */
    display: block;
    overflow: hidden;
    height: 100px !important;
    width: 100px !important;
    margin: auto;
    /*background: #7686a9;*/
}
.feature-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 0px;
}
.custom_price_info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fav_and_share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.feature-block-one .inner-box .lower-content h5 {
    font-size: 12px;
}
.listing_key_section ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.listing_key_section small {
    font-size: 10px;
}
.feature-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #6FAC46;
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
    transition: all 500ms ease;
    /*min-height: 400px;*/
    height: 100% !important;
    padding: 18px 10px;
}
.feature-block-one .inner-box:hover:not(.map_card) {
    /* border: 2px solid #60d158; */
    box-shadow: 2px 2px 10px rgb(0 0 0 / 17%);
    /*transform: scale(0.99);*/
    transition: all 0.2s linear;
}
.feature-block-one .inner-box:hover:not(.map_card) {
    transition: all 0.2s linear;
}
.my_searchProperty .feature-block .notary-datetime{
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    opacity: 0.5;
    text-align: center;
}
.my_searchProperty .feature-block .notary-short-desc {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;

}
.feature-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
}
figure.image {
    height: 250px;
}
.feature-block-one .inner-box .lower-content .more-details li {
    position: relative;
    display: inline-block;
    width: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(140, 222, 134);
}
.feature_block_two .inner-box .lower-content .title-text a {
    color: #282828;
    font-size: 12px;
    /*white-space: nowrap;*/
    /*width: 290px !important;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.feature-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 10px 5px 20px 20px;
}
.feature-block-one .inner-box .image-box .image img {
    width: 100%;
    height: 100%;
}

/*responsive for map page*/
@media (min-width: 2250px) and (max-width: 2560px) {

    .feature-block-one .inner-box .image-box{
        height: 320px;
    }
    .feature-block-one .inner-box{
        height: 540px;
    }
    .map_rightCol {
        width: calc(100% - 1410px);
    }
    .fixed_search_section {
        max-width: 1400px;
    }
}
@media (min-width: 2100px) and (max-width: 2250px) {

    .feature-block-one .inner-box .image-box{
        height: 320px;
    }
    .feature-block-one .inner-box{
        height: 470px;
    }
    .map_rightCol {
        width: calc(100% - 1070px);
    }
    .fixed_search_section {
        max-width: 1050px;
    }
}
@media (min-width: 1920px) and (max-width: 2100px) {

    .feature-block-one .inner-box .image-box{
        height: 320px;
    }
    .feature-block-one .inner-box{
        height: 470px;
    }
    .map_rightCol {
        width: calc(100% - 1130px);
    }
    .fixed_search_section {
        max-width: 1120px;
    }
}
@media  screen and (max-width: 1920px) {
    .fixed_search_section {
        max-width: 1020px;
    }
    .map_rightCol {
        width: calc(100% - 1080px);
    }
    .feature-block-one .inner-box .image-box{
        height: 230px;
    }
}
@media  screen and (max-width: 1600px) {
    .fixed_search_section {
        max-width: 850px;
    }
    .map_rightCol {
        width: calc(100% - 850px);
    }
    .feature-block-one .inner-box .image-box{
        height: 230px;
    }
}
@media  screen and (max-width: 1280px) {
    .fixed_search_section {
        max-width: 515px;
    }
    .map_rightCol {
        width: calc(100% - 530px);
    }
    .feature-block-one .inner-box .image-box {
        height: 220px;
    }
    .star {
        width: 20px!important;
        height: 20px!important;
    }
    .review-number {
        font-size: 18px!important;
    }
    .review-heading {
        padding-top: 10px;
    }

}
@media only screen and (min-device-width: 720px) and (max-device-width: 1023px) {

    .feature-block-one .inner-box {
        height: 400px;
    }
    .fixed_search_section {
        max-width: 400px;
    }
    .map_rightCol {
        width: calc(100% - 400px);
    }
    .custom_price_info h4 {
        font-size: 13px;
    }
    .feature-block-one .inner-box .image-box {
        height: 150px;
    }
    .formFavourite i {
        font-size: 10px;
    }
    .feature-block-one .inner-box .lower-content .more-details li {
        font-size: 9px;
        font-weight: 500;
        line-height: 10px;
    }
    ul.more-details.custom_price_infoDetails.bedDetail.mt-2.clearfix {
        margin-top: 0rem!important;
    }
    .listing_key_section li p {
        font-size: 13px;
    }
    .listing_key_section li span {
        font-size: 13px;
    }
    .margin_top {
        margin-top: 180px;
    }
}
@media  screen and (max-width: 720px) {
    .fixed_search_section {
        min-width: 100%;
        position: absolute;
    }
    .map_rightCol {
        width: 100%;
        margin-top: 420px;
    }
    .feature-block-one .inner-box .image-box{
        height: 320px;
    }
    .margin_top {
        margin-top: 100px;
    }
    .feature-block-one .inner-box {
        height: 510px;
    }
    .custom_price_info h4 {
        font-size: 22px;
    }
    .feature-block-one .inner-box .lower-content .more-details li {
        font-size: 17px;
        line-height: 5px;
    }
    .feature-block-one .inner-box {
        height: 550px;
    }
    
    .social-btn{
        display: block!important;
    }
}
@media  screen and (max-width: 480px) {
    .map_rightCol {
        margin-top: 750px;
    }
}


/*spinner*/

.spinner {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 3px;
    overflow: visible;
}
.spinner > circle {
    fill: none;
    stroke: currentColor;
    cx: 50%;
    cy: 50%;
    r: 50%;
    stroke-width: 6px;
    stroke-linecap: round;
    transform-origin: center;
}
.row.loading-row {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

svg.spinner {
    overflow: inherit;
}



/*
NOT FOUND DIV*/


#center {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1.5s fade-in ease-in-out;
}
span#err-404 {
    margin-bottom: 50px;

    white-space: nowrap;

    color: #FF4136;
    font-size: 35px;
    font-weight: bold;
}
/*span#url {
  color: #444;
  font-weight: bold;
}*/

@keyframes fade-in {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.far {
    position: absolute;
    right: 14px;
    /*bottom: 20px;*/
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-size: 15px;
    color: #000000;
}
textarea#message {
    max-height: 70px;
    max-width: 100%;
    overflow-y: auto;
}
.btn-area {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

/*Notarize map details*/
.property-details{
    position: relative;
    /*padding: 120px 0px;*/
}

.property-details .top-details{
    position: relative;
    width: 100%;

    margin-bottom: 30px;
    border-bottom: none;
    background-color: #ffffff;
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px !important;
    background: #6FAC46;
}

.property-details .top-details .left-column h3{
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 20px;
}

.property-details .top-details .left-column .author-box{
    position: relative;
    padding-left: 52px;
    padding-right: 20px;
    margin-right: 20px;
}

.property-details .top-details .left-column .author-box:before{
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: 1px;
    height: 30px;
    top: 5px;
    right: 0px;
}

.property-details .top-details .left-column .author-box .author-thumb{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.property-details .top-details .left-column .author-box .author-thumb img{
    width: 100%;
    border-radius: 50%;
}

.property-details .top-details .left-column .author-box h6{
    font-size: 15px;
    /*line-height: 40px;*/
    font-weight: 500;
}

.property-details .top-details .left-column .rating li{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 40px;
    margin-right: 4px;
    color: #f2b241;
}

.property-details .top-details .left-column .rating li:last-child{
    margin: 0px !important;
}

.property-details .top-details .right-column .price-inner .category li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.property-details .top-details .right-column .price-inner .category li:last-child{
    margin: 0px !important;
}

.property-details .top-details .right-column .price-inner .category li a{
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    padding: 0px 14px;
    border-radius: 3px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

.property-details .top-details .right-column .price-inner .category li:first-child a{
    background-color: #f2b241;
}

.property-details .top-details .right-column .price-inner .category li:last-child a{
    background-color: #7360ff;
}

.property-details .top-details .right-column .price-inner .category{
    margin-right: 20px;
}

.property-details .top-details .right-column .price-inner .price-box h3{
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}

.property-details .top-details .right-column .price-inner{
    position: relative;
    margin-bottom: 26px;
}

.property-details .top-details .right-column .other-option li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.property-details .top-details .right-column .other-option li:last-child{
    margin: 0px !important;
}

.property-details .top-details .right-column .other-option li a{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e7ec;
    border-radius: 3px;
    font-size: 20px;
    color: #989aa3;
    text-align: center;
}

.property-details .top-details .right-column .other-option li a:hover{
    color: #ffffff;
}

.property-details .carousel-inner{
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.property-details .carousel-inner .image-box{
    position: relative;
    display: block;
    border-radius: 10px;
}

.property-details .carousel-inner .image-box img{
    width: 100%;
    border-radius: 10px;
}

.property-details .carousel-inner .image-box:before{
    position: absolute;
    content: '';
    background-color: #000000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.3;
    z-index: 1;
    border-radius: 10px;
}

.property-details .carousel-inner .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
}

.property-details .carousel-inner .owl-nav button{
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #9799a2;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
}

.property-details .carousel-inner .owl-nav .owl-prev{
    left: 20px;
}

.property-details .carousel-inner .owl-nav .owl-next{
    right: 20px;
}

.property-details .carousel-inner .owl-nav button:hover{
    color: #ffffff;
}

.property-details-content{
    position: relative;
    display: block;
}

.property-details-content .title-box{
    position: relative;
    display: block;
    padding-bottom: 18px;
    margin-bottom: 28px;
}

.property-details-content .title-box:before{
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.property-details-content .title-box:after{
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: calc(100% - 90px);
    height: 1px;
    left: 0px;
    bottom: -4px;
}

.property-details-content .title-box h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.property-details-content .content-widget{
    position: relative;
    width: 100%;
    padding: 43px 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.property-details-content .content-widget:last-child{
    margin-bottom: 0px;
}

.property-details-content .discription-box .text p{
    margin-bottom: 26px;
}

.property-details-content .discription-box .text p:last-child{
    margin-bottom: 0px;
}

.property-details-content .details-box .list li{
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    font-size: 16px;
    color: #0f172b;
    margin-bottom: 11px;
}

.property-details-content .details-box .list li span{
    color: #808288;
}

.property-details-content .details-box{
    padding-bottom: 32px;
}

.property-details-content .amenities-box .list li{
    position: relative;
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 19px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
}

.property-details-content .amenities-box .list li:before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: 0px;
    top: 4px;
    border-radius: 50%;
}

.property-details-content .amenities-box .list li:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 5px;
    top: 9px;
    border-radius: 50%;
}

.property-details-content .amenities-box{
    padding-bottom: 24px;
}

.accordion-box .block{
    position: relative;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #e5e7ec;
    transition: all 500ms ease;
}

.accordion-box .block:last-child{
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn .icon-outer{
    position: absolute;
    top: 21px;
    right: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{
    transform: rotate(180deg);
}

.accordion-box .block .acc-btn{
    position: relative;
    display: block;
    padding: 16px 55px 14px 30px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 5px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #2d2929;
    margin: 0px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5{

}

.accordion-box .block .acc-content{
    position:relative;
    display:none;
    padding: 23px 30px 39px 30px;
    border-top: 1px solid #e5e7ec;
}

.accordion-box .block .acc-content.current{
    display:block;
}

.accordion-box .block .acc-content p{
    margin-bottom: 33px;
}

.accordion-box .block .acc-content .image-box{
    position: relative;
    display: block;
    text-align: center;
}

.property-details-content .floorplan-inner .title-box{
    margin-bottom: 34px;
}

.property-details-content .location-box .info{
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.property-details-content .location-box .info li{
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    font-size: 16px;
    margin-bottom: 11px;
}

.property-details-content .location-box .info li span{
    color: #0f172b;
}

.property-details-content #contact-google-map{
    position: relative;
    width: 100%;
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
}

.property-details-content .nearby-box .single-item{
    position: relative;
    padding-left: 37px;
    margin-bottom: 15px;
}

.property-details-content .nearby-box .single-item:last-child{
    margin-bottom: 0px;
}

.property-details-content .nearby-box .single-item .icon-box{
    position: absolute;
    left: 0px;
    top: 1px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
}

.property-details-content .nearby-box .single-item h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #0f172b;
    margin-bottom: 11px;
}

.property-details-content .nearby-box .single-item .text h6{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #0f172b;
    margin-bottom: 0px;
}

.property-details-content .nearby-box .single-item .text h6 span{
    font-weight: 400;
    color: #808288;
}

.property-details-content .nearby-box .single-item .rating li{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 15px;
    margin-right: 4px;
    color: #f2b241;
}

.property-details-content .nearby-box .single-item .rating li:last-child{
    margin: 0px !important;
}

.property-details-content .nearby-box .single-item .box{
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.property-details-content .nearby-box .single-item .box:last-child{
    margin-bottom: 0px;
}

.property-details-content .form-group{
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.property-details-content .form-group.message-btn{
    margin-bottom: 0px;
    padding-top: 15px;
}

.property-details-content .form-group input[type='text'],
.property-details-content .form-group input[type='email'],
.property-details-content .form-group input[type='tel'],
.property-details-content .form-group textarea{
    position: relative;
    display: block;
    width: 100% !important;
    height: 42px;
    font-size: 16px;
    color: #808288;
    border-bottom: 1px solid #e5e7ec;
    transition: all 500ms ease;
}

.property-details-content .form-group input:focus,
.property-details-content .form-group textarea:focus{

}

.property-details-content .form-group textarea{
    height: 120px;
    resize: none;
}

.property-details-content .form-group i{
    position: absolute;
    right: 0px;
    top: 22px;
    font-size: 13px;
    color: #808288;
    z-index: 1;
}

.ui-datepicker table {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.property-details-content .ui-widget.ui-widget-content{
    background-color: transparent !important;
}

#ptTimeSelectCntr .ui-widget.ui-widget-content{
    border: none !important;
    padding: 0px !important;
}

#ptTimeSelectCntr{
    border: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: none !important;
    color: #252525;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 0px !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}

.property-sidebar .author-widget .author-box{
    position: relative;
    padding-left: 90px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.property-sidebar .author-widget .author-box:before{
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.property-sidebar .author-widget .author-box:after{
    position: absolute;
    content: '';
    background-color: #e5e7ec;
    width: calc(100% - 90px);
    height: 1px;
    left: 0px;
    bottom: -4px;
}

.property-sidebar .author-widget .author-box .author-thumb{
    position: absolute;
    left: 0px;
    top: 2px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.property-sidebar .author-widget .author-box .author-thumb img{
    width: 100%;
    border-radius: 50%;
}

.property-sidebar .author-widget .author-box .inner h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 8px;
}

.property-sidebar .author-widget .author-box .inner .info li{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 9px;
    padding-left: 24px;
}

.property-sidebar .author-widget .author-box .inner .info li:last-child{
    margin-bottom: 0px;
}

.property-sidebar .author-widget .author-box .inner .info li i{
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 14px;
}

.property-sidebar .author-widget .author-box .inner .info li a{
    font-weight: 500;
}

.property-sidebar .author-widget .author-box .inner .info li a:hover{
    text-decoration: underline;
}

.property-sidebar .author-widget .author-box .inner .info{
    position: relative;
    margin-bottom: 14px;
}

.property-sidebar .author-widget .author-box .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    text-align: center;
    padding: 7px 19px;
    text-align: center;
    background: transparent;
}

.property-sidebar .author-widget .author-box .btn-box a:hover{
    color: #ffffff;
}

.property-sidebar .author-widget{
    padding-top: 38px;
}

.property-sidebar .author-widget .default-form .theme-btn{
    display: block;
    width: 100%;
    padding: 10.5px 30px;
}

.property-sidebar .author-widget .default-form .form-group:last-child{
    margin-bottom: 0px;
}
.page-title-two{
    position: relative;
    padding: 120px 0px;
}

.page-title-two h1{
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center;
}

.page-title-two .bread-crumb li{
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #93959e;
    padding-right: 15px;
    margin-right: 5px;
}

.page-title-two .bread-crumb li:last-child{
    padding: 0px !important;
    margin: 0px !important;
}

.page-title-two .bread-crumb li a{
    color: #93959e;
}

.page-title-two .bread-crumb li a:hover{

}

.page-title-two .bread-crumb li:before{
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    top: 0px;
    right: 0px;
    font-size: 16px;
}

.page-title-two .bread-crumb li:last-child:before{
    display: none;
}

.property-page-section{
    position: relative;
    padding: 120px 0px;
}

.property-page-section .deals-block-one .inner-box{
    position: relative;
    padding: 34px 50px 42px 340px !important;
    min-height: 350px;
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.property-page-section .deals-block-one .inner-box .image-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
}

.property-page-section .feature-block-one .inner-box{
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.property-page-section .deals-block-one .image-box .buy-btn{
    position: absolute;
    left: 170px;
    top: 10px;
}

.property-page-section .deals-block-one .image-box .buy-btn a{
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    background-color: #7360ff;
    padding: 0px 14px;
    z-index: 1;
}

.property-page-section .deals-block-one .image-box .buy-btn a:hover{

}

.property-page-section .deals-block-one .inner-box .batch{
    right: inherit;
    left: 30px;
}

.property-page-section .deals-block-one .inner-box .category{
    left: 70px;
}

.default-sidebar .filter-widget .select-box{
    min-height: 50px;
    margin-bottom: 10px;
}

.default-sidebar .filter-widget .theme-btn{
    display: block;
    width: 100%;
}

.default-sidebar .price-filter .input{
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.default-sidebar .price-filter .input input{
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.property-page-section .item-shorting {
    position: relative;
    width: 100%;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-bottom: none;
    background-color: #ffffff;
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.page-title-two .pattern-layer .pattern-1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 504px;
    height: 171px;
    background-repeat: no-repeat;
}

.page-title-two .pattern-layer .pattern-2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 466px;
    height: 154px;
    background-repeat: no-repeat;
}
.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}
.centred {
    text-align: center;
}
.notary-map-detail-image
{
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}
.map-detail-image{
    width: 100%;
    height: auto;
    padding: 20px 0px;
    display: flex;
    align-items: center;
}
.notary-map-detail-view-pricing-btn {
    padding: 12px 20px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    border-radius: 10px;
    background: #03014C;
    transition:.3s;

}
.notary-map-detail-view-pricing-btn:hover {
    background: #6FAC46 !important;
    color: #fff !important;
    box-shadow: 2px 2px 5px #0000002b;
    transition:.3s;
}
.notary-map-detail-main-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notary-map-detail-left-col {
    display: flex;

    min-height: 210px;
    align-items: center;
    justify-content: flex-start;
    padding: 28px;
}
.notary-map-detail-right-col {
    display: flex;
    /* align-self: flex-end; */
    flex: 1;
    min-height: 210px;
    align-items: end;
    justify-content: flex-end;
    /*border: 1px solid red;*/
    padding: 28px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}
.notary-map-detail-info {
    margin-left: 15px;
}
.notary-map-detail-info .title-text{
    color: #fff;
}
.notary-map-detail-info .notary-map-detail-info-title{
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
}
 .notary-map-detail-info-desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
     line-height: 26px; /* 185.714% */
}
.notary-map-detail-info .notary-map-detail-info-datetime {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    opacity: 0.5;
}
.star {
    width: 32px;
    height: 32px;
    transition: .6s all;
}
#rating {
    cursor: pointer;
    display: inline-block
}
#review-form .input-group-addon {
    min-width: 100px;
}
#review-form .btn {
    min-width: 100%;
    width: 100%;
    min-height: 50px;
    border-radius: 10px !important;
    background: #6FAC46 !important;
    color: #FFF !important;
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    transition: .3s;
    margin-top: 50px;
}
#review-form .btn:hover {
    background: #03014C !important;
    transition: .3s;
}
#review-form input[type="text"],
#review-form textarea {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e5e7ec;
}
#review-form label {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 20px;
    color: #000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
}
#review-form .form-group {
    margin-bottom: 15px;
}
#review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

blockquote {
    border-left: 5px solid rgb(238, 238, 238);
    padding-left: 20px;
}

blockquote .footer{
    display: block;
    font-size: 80%;
}

.stars-container {
    margin: 12px 0px;
    justify-content: center !important;
}
.stars-container .reviewCount {
    color: #fff;
}

.notary-map-detail-info .stars-container{
    justify-content: flex-start !important;
}
.review-number {
    font-size: 23px;
    font-weight: 300;
}

.review-count {
    padding-bottom: 7px;
    padding-left: 10px;
}
.location-text{
    font-size: 15px!important;
    font-weight: 400;
    padding-bottom: 12px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 10px 0px;
    padding: 0;
}
.text-start{
    text-align: start;
}
.margin-top-100{
    margin-top: 100px!important;
}
.alert-success{
    margin-top: 70px!important;
}
.navbar-collapse{
    /*padding-right: 40px;*/
}
.social-btn{
    /*padding-top: 30px;*/
    text-align: center;
    gap: 20px;
    display: grid;
    align-items: center;
}
.items-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav>li>a>img{
    width: 100%;
    /*height: 50px;*/
}
.profile_sub{
    width: 150px!important;
    right: 0;
}
@media(max-width: 768px){
    .nw_navbar_button.navbar-toggle {
        margin: 0px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: #fff !important;
    }
    .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #888 !important ;
    }
    .navbar-default .active .navbar-toggle .icon-bar {
        background-color: #888 !important ;
     }
    .navbar-default  .navbar-toggle .icon-bar {
        background: #fff !important ;
    }
    #navbar {
        height: 88vh !important;
        overflow-y: scroll !important;
        padding-right: 25px !important;

    }
    .collapse {
        display: none !important;
    }
    .collapse.in {
        display: block !important;
    }
    .profile_sub {
        width: 100% !important;
    }
    .wide-sub-menu-inner {
        display: flex;
        flex-direction: column;
    }
    .wide-sub-menu-inner-main-heading {
        text-align: center;
        font-size: 12px !important;
        font-weight: 600;
    }
    .wide-sub-menu-inner-items {
        display: flex;
        flex-direction: column;
    }
    .wide-sub-menu-inner-item-box .wide-sub-menu-inner-item-box-heading{
        font-size: 12px !important;
    }
    .wide-sub-menu-inner-item-box .wide-sub-menu-inner-item-box-para{
        font-size: 12px !important;
        margin-bottom: 0px !important;
    }
}