body {
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden;
    background: #F3F7FA;
    -webkit-font-smoothing: antialiased;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #e8262d inset;
    -webkit-text-fill-color: white;
}

.ui.selection.active.dropdown, .ui.selection.active.dropdown .menu {border-color: #fff !important;}
.expd {margin-top: 20px;}
.more-link {
    color: white;
    display: block;
    margin-top: 10px;
    border: 0;
    text-align: center;
    background: #ea1b25;
    border-radius: 20px;
    padding: 5px;   
}
.blog-inner a{color: white !important;}
.blog-inner h3{
    color: white;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 9px;
}
.image-bar {}
.image-bar img{
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.noscroll {overflow-y: inherit !important;}
.ui.selection.visible.dropdown>.text:not(.default) {
    color: rgba(255, 255, 255, 0.8) !important;
}
.main-page {}

.vd-code {
    min-height: 100vh;
    min-width: 100vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.about-area ul{
    padding: 0 0 0 40px !important;
    list-style: inherit !important;
}
/* header scroll start */

header.active .brand {padding-right: 15px;}
header.active .brand-img{width: 50px;}
header.active .mmenu, header.active .fmenu, header.active .lmenu{
        margin-top: 16px;
}
header.active{
    background: rgba(0, 0, 0, .8);
    padding: 8px 24px 8px 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .5);
    -webkit-transition: all 0.57s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.57s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.57s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.57s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.57s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


/* header scroll ends */


header {
    padding: 20px;
    position: fixed;
    width: 100vw;
    z-index: 999;
    background: rgba(0,0,0,0.5);
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.27) 47%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(47%, rgba(0,0,0,0.27)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.27) 47%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.27) 47%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.27) 47%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.27) 47%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
    -webkit-transition: all 0.57s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.57s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.57s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.57s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.57s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.brand {
    display: inline-block;
    float: left;
    padding-right: 20px;
}
.brand img{
    max-width: 130px;
}
.pdleft0 {
    padding-left: 0 !important;
}
.mmenu {
    padding-left: 20px;
    border-left: 1px solid #fff;
    float: left;
    margin-top: 57px;
}
.mmenu a{}
.mmenu a li{
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
    font-size: 13px;
}

.fmenu {
    margin-top: 57px;
    border-right: 1px solid white;
    display: inline-block;
}
.fmenu a{}
.fmenu a li{
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    line-height: 20px;
    color: white;
}
.fmenu a li i{
    color:#E8262D;
    margin-right: 4px;
    vertical-align: unset;
    font-size: 14px;
}

.lmenu {
    margin-top: 33px;
    display: inline-block;
}
.lmenu a{}
.lmenu a li{
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-left: 10px;
}
.lmenu a li i{
    color:#E8262D;
}

.maphere {}
.banner-main {
    background: url(../img/banner-main.jpg);
    background-size: cover;
}

.black-area {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 200px;
    max-width: 500px;
    height: 100vh;
    width: 500px;
    min-height: 900px;
}

.bg-text {
    padding-top: 300px;
    margin-left: 40px;
}
.bg-text h3{
    margin: 0;
    color: white;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    line-height: 40px;
}
.bg-text h3 span{
    background: #000000;
    padding: 10px 14px;
    font-size: 25px;
    font-weight: 700;
    color: white;
    line-height: 37px;
    margin-right: 10px;
}
.bg-text h3 span i{
    color: #e8262d;
    font-size: 38px;
    vertical-align: top;
    margin-right: 5px;
}
.bg-text h1{
    color: white;
    font-size: 46px;
    font-weight: 600;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.74);
}
.bg-text h2{
    font-size: 18px;
    color: white;
    font-weight: 400;
    margin: 0 0 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.bg-text a{
    display: inline-block;
    background: #e8262d;
    font-size: 25px;
    padding: 8px 16px;
    margin-top: 10px;
    color: white;
    font-weight: 600;
}
.bg-text a i{
    font-size: 36px;
    vertical-align: middle;
}
          
.content-area {padding: 50px 0;}
 

.sidebar-main {
   
}
.video {
    width: 90% !important;
    margin: auto;
    margin-bottom: 50px;
}
.video iframe{
    width: 100% !important;
}

.recent-reviews {
    width: 90% !important;
    margin: auto;
}
.recent-reviews h2{
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 10px;
}
.recent-reviews hr{
    border-color: #f53b3c;
    border-width: 2px;
    margin: 15px 0;
}

.content-main {}
.image-bar {
    margin-bottom: 30px;
    overflow: auto;
}
.pdl01 {padding-left: 0 !important}
.image-bar a img{width: 100%;}
.image-bar a{
    width: 24%;
    margin-right: 1%;
}

.w-flex {display: flex;}

.about-area {}
.about-area h2{
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 10px;
}
.about-area hr{
    border-color: #f53b3c;
    border-width: 2px;
    margin: 15px 0;
}
.about-area h3{font-size: 20px;font-weight: 600;}
.about-area h4{font-size: 18px;font-weight: 600;}
.about-area p img{
    margin: 10px 20px;
    float: left;
}
.about-area p span{color: #6f6f6f !important;}
.about-area p{
    font-size: 16px;
    line-height: 28px;
    color: #6f6f6f;
        margin-bottom: 20px;
}
.about-area a{
    color: #949494;
    border-bottom: 1px solid;
}
.about-area ul{}
.about-area ul a{}
.about-area ul a li{}
.about-area ul li{}
.about-area ul li a{}
.about-area p ul{}
.about-area p ul li{}
.about-area p ul li a{}
.about-area p ul a{}
.about-area p ul a li{}

.city-show {}
.city-show h2{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    color: black;
    margin-bottom: 40px;
}
.city-show h2 span{color: #f53b3c}
.city-show ul{}
.city-show ul a{}
.city-show ul a li:before {
    content: "";
    padding-left: 21px;
    background: url(../img/sq.png) no-repeat;
    vertical-align: -webkit-baseline-middle;
    padding-top: 4px;
}
.city-show ul a li{
    display: inline-block;
    width: 200px;
    margin: 2px 10px;
    text-align: left;
    font-size: 13px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    height: 16px;
    float: left;
}

.movers-box:hover {background: brown;}

.red-form {
    position: absolute;
    bottom: 0;
    min-width: 500px;
    width: 500px;
}
.flex-red-form {
    display: flex;
}
.flex-red-form a:last-child {
    border-right:0;
}
.flex-red-form a{
    width: 25%;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #5c5c5c;
}
.flex-red-form a li{
    padding: 30px 0;
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, 0.7);
    line-height: 14px;
    text-transform: uppercase;
    font-size: 12px;
}
.flex-red-form a li.active{
    background: #e8262d;
    color: #fff;
}
/*.new-padd {padding-top: 180px !important;}*/
/*.new-hg {min-height: 600px !important;}*/
.form-content {
    background: #e8262d;
    margin-left: 0;
    margin-right: 0;
    padding: 50px 30px;
    min-height: 300px;
    max-height: 600px;
    overflow-y: scroll;
}
.form-content h5{
    font-size: 12px;
    color: white;
    margin: 0;
}
.form-content h6{
    margin-bottom: 40px;
    color: white;
    font-size: 13px;
}
.wr-btn:focus{outline: none;}
.wr-btn {
    display: inline-block;
    background: #e8262d !important;
    font-size: 16px;
    padding: 12px 16px;
    margin-top: 0;
    color: white !important;
    font-weight: 400;
    border: 0;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 0 !important;
}
.form-content h6 span{font-size: 20px;}
.form-content input:focus{outline: none;}

.t-img{
    margin-top: 20px;
}

.form-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.form-content input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.form-content input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.form-content input:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.form-content textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.form-content textarea::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.form-content textarea:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.form-content textarea:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.redinp-l {
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    font-size: 40px;
    width: 100%;
    color: white;
    line-height: 50px;
}
.redinp {
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    color: white;
    padding: 10px 0;
    margin-top: 10px;
}
.selred {margin: 9px 0 0 0;}
.selred:focus{outline: none !important;}
.selred option{}
                
.datered {}          
.phonemask {}
.redsub {
    width: 80%;
    max-width: 250px;
    background: white;
    border: 0;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #e8262d;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 30px;
}
.mbn {
    margin-bottom: 0px !important;
    padding: 17px 0 0 !important;
}

.np-form {padding: 0 !important;}


.rv-close {
    color: #777;
}
.rv-title {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
}
.rv-pop {
    background: rgba(0, 0, 0, .7);
}
.rv-pop-content {
    height: auto;
    background-color: white;
    margin-top: 100px;
}
.rv-header {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.rv-body {
    display: inline-block;
    margin-top: 20px;
    padding: 0 20px !important;
}
.rv-sel {
    background: #e6e6e6;
    border: 0;
    width: 100%;
    border: 0;
    padding: 10px;
    margin-bottom: 10px;
    height: 48px;
}
.rv-new-inp {
    background: #e6e6e6;
    border: 0;
    width: 100%;
    border: 0;
    padding: 10px;
    margin-bottom: 10px;
    height: 48px;
}
.rv-text2 {
    background: #e6e6e6;
    border: 0;
    width: 100%;
    border: 0;
    padding: 10px;
    margin-bottom: 10px;
    height: 68px;
}
.rv-new-sub {
    background: #e8262d;
    border: 0;
    width: 100%;
    border: 0;
    padding: 10px;
    margin-bottom: 10px;
    height: 48px;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
}
.rv-icon{
    max-width: 40px;
    vertical-align: bottom;
    margin-right: 10px;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button  { 
  -webkit-appearance: none; 
  margin: 0; 
}


.no-padd1 {
    padding: 0 !important;
}
.space-bt {
    margin-bottom: 20px;
}
.movers-box input{display: none;}
.movers-box {
    position: initial;
    font-size: 13px;
    color: white;
    background: black;
    padding: 20px 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.disble-btn {
    color: #a8a8a8 !important;
    background: #4a4a4a !important;
}
.mo-show {background: #8BC34A;}
.space-up h5{margin-bottom: 6px;}

.lb-add {
    position: initial;
    display: inline-block;
    background: white;
    color: black;
    padding: 10px;
    width: auto;
    border-radius: 6px;
    cursor: pointer;
}
.lb-add input{
    vertical-align: sub;
    display: none;
}
.lb-add h5{
    display: -webkit-inline-box;
    color: black;
}
.redinp:focus {outline: none;}
.redinp option {color:black;}

/*.add-box-n {
    margin: 20px;
    width: 94%;
    padding: 10px 10px;
    background: black;
}*/

.footer-main {
    background: url(../img/footer.png);
    padding-top: 260px;
    background-size: 1800px;
    height: 600px;
    background-position: right top;
    background-repeat: no-repeat;
}

.foot-main {}
.foot-main h2{
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.foot-main h2 span{color: #ef1e23;}
.foot-main p{
    font-size: 14px;
    color: #545454;
    line-height: 22px;
    font-weight: 400;
    width: 70%;
    margin-bottom: 30px;
}
.foot-main a{
    font-size: 14px;
    color: #545454;
    line-height: 22px;
    font-weight: 400;
    width: 70%;
    margin-bottom: 30px;
    margin-right: 10px;
    text-transform: uppercase;
}
.foot-main a i{
    color: #ef1e23;
}
.foot-main ul{}
.foot-main ul li{}
.foot-main ul li a{}
.foot-main ul li a i{
    width: 30px;
    background: #ef1e23;
    color: white;
    padding: 7px;
    height: 30px;
    text-align: center;
}

.btn-hire {
    color: #ec1c22 !important;
    border: 2px solid #ed1d22;
    padding: 10px 30px;
    font-weight: 600;
    margin-top: 60px;
    display: inline-block;
    width: 190px !important;
    text-align: center;
}

.foot-main img{
    max-width: 125px;
    margin-bottom: 40px;
}
.foot-main ul{}
.foot-main ul li{display: inline-block;}
.foot-main ul li a{}
    
.foot {}
.foot ul{}
.foot ul li{display: inline-block;}
.foot ul li a{
    font-size: 13px;
    color: #545454;
    line-height: 22px;
    font-weight: 400;
}
 
.foot-p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: white !important;
}

.social-box {margin: 30px 0;}

.fzmenu {
    width: 140px;
    float: right;
    text-align: left;
}
.fzmenu li{
    display: block !important;
    line-height: 50px;
}
.fzmenu li a{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
}


.ui.selection.dropdown {
    background: transparent !important; 
    padding: 16px 0 !important; 
    color: #fff !important; 
    border-bottom: 1px solid #fff !important;
}

.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text {
    color: #fff !important;
}

.rv-summary1 {
    width: 100%;
}
.mb20 {margin-right: 0 !important;}
.rating-flex {
    display: flex;
    margin: 30px 0;
}
.rating-box1 {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #c3c3c3;
    margin-right: 20px;
    padding-right: 20px;
    max-width: 160px;
}
.btext {
    font-size: 90px;
    font-weight: 600;
    color: #e8262d;
    margin: 0;
    line-height: 80px;
}
.star-rating-img1 {max-width: 130px;}
.grey-text {
    font-size: 16px;
    margin: 5px auto;
    color: gray;
}
.rating-box2 {
    width: 100%;
}
.review-text {}
.auh-name {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: black;
}
.star-area1 {}
.img-star-main {
    width: 110px;
    margin: 0 10px 3px 0;
}
.date-box {
    font-size: 12px;
    color: gray;
}
.city-area {
    margin-bottom: 2px;
}
.city-link:hover{
    color: #e8262d;
    text-decoration: underline;
}
.city-link {
    font-size: 13px;
    color: black;
    text-decoration: underline;
    cursor: pointer;
}
.sep-img {
    margin: 0 8px;
}
.review-p {
    font-size: 13px;
    color: gray;
    font-weight: 300;
    margin-bottom: 5px;
} 
.clipit {}
.tag-box {
    margin: 0;
    background: #f0f0f0;
    width: fit-content;
    padding: 7px 10px;
    font-size: 11px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    color: #939393;
    display: inline-block;

}
.grey-hr {
    border-color: #e0e0e0 !important;
    border-width: 1px !important;
    margin: 30px 0 !important;
}

#myBtn {display: none;}
.m-mob-menu:hover{
    color: #e8262e !important;
    font-weight: 600;
}
.m-mob-menu1:hover{color: rgba(255, 255, 255,.7);}
.m-mob-menu1 {
    display: block;
    color: rgba(255, 255, 255,.7);
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.m-mob-menu {
    display: block;
    color: rgba(255, 255, 255,1);
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 2px;
    padding: 10px 30px;
}


.decade-inner {padding: 50px 0;}
.decade-inner img{width: 90px;}
.decade-inner h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: black;
    margin-top: 10px;
}
.decade-inner h2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: black;
}
.decade-inner p{
    font-size: 15px;
    color: black;
    font-weight: 400;
    text-align: center;
    margin: 0 0 70px 0;
}

.arrow-cs {
    background: #ed1b24;
    padding: 14px;
    display: inline-block;
    width: 54px;
    text-align: center;
    color: white !important;
}
.decade-text p{
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
}
.decade-inner a img{}
       
.bg-decade-2 {
    background: url(../img/ab-bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
    min-height: 300px;
}

.bg-decade-2 ul{}
.bg-decade-2 ul a{}
.bg-decade-2 ul a li.active{background: #ed1b24;}
.bg-decade-2 ul a li:hover{
    background: #ed1b24;
}
.bg-decade-2 ul a li{
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 20px 20px 40px;
    width: 300px;
    cursor: pointer;
    display: block;
}
              
.about-inner {padding: 50px 0;}
.about-inner h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: black;
}
.about-inner p{
    font-size: 15px;
    color: black;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.about-inner h3{
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: black;
}

.decade-text {}

.local-box {}
.local-box img{}
.local-box h3{}
.local-box p{}
.local-box a{}
.local-box arrow-cs{}
.local-box arrow-cs i{}
   

 
 
 
.red-left {
    border-left: 6px solid #ea1b25;
    margin-bottom: 20px;
}
.red-left h3{}
.red-left p{
    margin: 0;
}
.bg-about-2 {
    background: url(../img/city-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-about-2 p {
    color: white;
    font-weight: 700;
    margin-top: 270px;
}

.tips-inner {padding: 50px 0;}
.tips-inner h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
    color: black;
}
.tips-inner h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: black;
}
.tips-inner p{
    font-size: 15px;
    color: black;
    font-weight: 400;
    margin: 0;
}

.bg-tips-1 h3, .bg-tips-2 h3, .bg-tips-3 h3, .bg-tips-1 p, .bg-tips-2 p, .bg-tips-3 p{color:white;}
.bg-tips-1:hover, .bg-tips-2:hover, .bg-tips-3:hover{
    background: url(../img/ab-bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}
.bg-tips-1 {
    width: 100%;
    background: #ea1b25;
    text-align: center;
    min-height: 250px;
    padding-top: 80px;
    margin-top: 20px;
}
.bg-tips-2 {
    width: 100%;
    background: #ea1b25;
    text-align: center;
    min-height: 250px;
    padding-top: 80px;
    margin-top: 20px;
}
.bg-tips-3 {
    width: 100%;
    background: #ea1b25;
    text-align: center;
    min-height: 250px;
    padding-top: 80px;
    margin-top: 20px;
}

.welcome-inner {padding: 50px 0;}
.welcome-inner h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: black;
    border-left: 6px solid #ea1b25;
    padding-left: 50px;
    width: min-content;
    float: left;
    margin-right: 50px;
    margin-top: 0;
}
.welcome-inner p{
    font-size: 15px;
    color: black;
    font-weight: 400;
    margin: 0;
}
.welcome-inner img{
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.blog-inner {padding: 50px 0;}
.blog-inner h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0px;
    color: black;
}
.blog-inner p strong{
    font-size: 15px;
    display: block;
}
.blog-inner p{
    font-size: 15px;
    color: white;
    font-weight: 400;
    margin: 0;
}
.blog-inner ul{}
.blog-inner ul a{}
.blog-inner ul a li{
    font-size: 15px;
    color: white;
    font-weight: 600;
    background: #ea1b25;
    padding: 8px 30px;
    border-radius: 30px;
    margin: 5px;
}
.pd-l-0 {
    padding-left: 0;
}
.bg-blog1 {
    background: url(../img/blog1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 30px;
} 
.bg-blog2 {
    background: url(../img/blog2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 30px;
} 
.bg-blog3 {
    background: url(../img/blog3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 30px;
    margin-top: 15px;
} 
.blog-h-2 {
   /* min-height: 515px;*/
    overflow: auto;
}
.blog-h-1 {
    min-height: 250px;
}

.blog-inner ul a li {
    font-size: 13px;
    color: white;
    font-weight: 600;
    background: #ea1b25;
    padding: 8px 26px;
    border-radius: 30px;
    margin: 3px 0;
    display: inline-block;
}

.three-boxes-inner {
    padding: 50px 0;
}
.three-boxes-inner h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: black;
    text-align: center;
}
.three-boxes-inner p {
    font-size: 15px;
    color: black;
    font-weight: 400;
    text-align: center;
    margin: 0 0 70px 0;
}

.wh-box-1 {
    background: white;
}

.ab-img-n1 {
    max-width: 100%;
    padding: 0 !important;
}
.wh-box-1 h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: black;
    margin-top: 10px;
    padding: 10px 30px;
}
.wh-box-1 p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0 30px;
}
.wh-box-1 img {
    padding: 0 30px 30px;
}
.mx-w180 {
    width: 180px;
}
.dark-about {
    background: #424242;
}
.main-flex {
    display: flex;
}
.box-padd {
    padding: 60px 0 80px;
}
.dark-about h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: white;
}
.dark-about p {
    font-size: 15px;
    color: white;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.dark-about .red-left h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
}
.dark-about .red-left p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 0;
    color: white;
}
.bg-img-ab {
    background: url(../img/bg-dark.jpg) right center/cover no-repeat;
}
.cmap {
    background: url(../img/cmap.jpg);
    background-size: cover;
    background-position: center;
}

.vd-base {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 220px;
    padding-right: 45px;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100vh;
    overflow: hidden;
    min-height: 900px;
}

.about {
    padding: 100px 0;
}
.about h3 {
    font-size: 14px;
    color: black;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.about h4 {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    margin: 0 0 50px;
    text-transform: uppercase;
}
.about h4 span {
    color: #ef1e23;
}
.about ul a {
    font-size: 18px;
    color: black;
    font-weight: 600;
    cursor: pointer;
}
.about ul a li {
    background: white;
    padding: 10px 30px 10px 10px;
    margin: 10px;
    box-shadow: 10px 10px 32px #e6e6e6;
    display: inline-block;
}
.about ul a li.active {
    color: white;
}
.about ul li.active {
    background: #ef1e23;
}
.about h2 {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 20px 60px;
}
.about h2:before {
    border-bottom: 1px solid green;
    content: '';
    width: 80px;
    padding-left: 80px;
    margin-left: -80px;
    position: relative;
    top: -21px;
    right: 20px;
}
.about p {
    font-size: 16px;
    line-height: 28px;
    margin-left: 60px;
    color: #949494;
}
.about2 {
    padding: 100px 0;
    background: url(../img/bg-2.png);
    background-size: 1800px;
    background-position: right center;
    background-repeat: no-repeat;
}
.about2 h2 {
    font-weight: 600;
    font-size: 36px;
    margin: 100px 0 30px;
    text-transform: uppercase;
}
.about2 h2 span {
    color: #ef1e23;
}
.about2 p {
    font-size: 18px;
    line-height: 35px;
    color: #949494;
}
.about2 p {
    font-size: 16px;
    line-height: 28px;
    color: #949494;
    width: 80%;
}
.about2 ul {
    display: flex;
}
.about2 ul li {
    width: 50%;
    border: 1px solid #e8e8e8;
    background: white;
    padding: 40px;
}
.about2 ul li img {
    float: left;
    margin-right: 20px;
    max-width: 50px;
}
.about2 ul li h3 {
    color: #ef1e23;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 17px;
}
.about2 ul li p {
    font-size: 14px;
    line-height: 22px;
    color: #949494;
    width: 100%;
}
.tips {
    padding: 100px 0;
}
.tips h2 {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.tips h2 span {
    color: #ef1e23;
}
.tips ul {
    background: white;
    box-shadow: 0px 0px 32px #e6e6e6;
    padding: 20px 50px;
}
.tips ul a {
    display: block;
    cursor: pointer;
}
.tips ul a li h4 {
    color: #ef1e23;
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0 10px 0;
}
.tips ul a li {display: inline-block;}
.tips ul a li p {
    font-size: 14px;
    line-height: 22px;
    color: #949494;
    margin-left: 0;
    margin-bottom: 20px;
}
.tips ul a li.active {
    margin-left: 50px;
    box-shadow: 0 0 20px #d8d8d8;
    padding: 20px 20px 0 20px;
    margin-bottom: 25px;
    position: relative;
    width: 120%;
    background: white;
}
.tips h3 {
    font-weight: 600;
    font-size: 28px;
    margin: 50px 0 20px 60px;
}
.tips h3:before {
    border-bottom: 1px solid green;
    content: '';
    width: 80px;
    padding-left: 80px;
    margin-left: -80px;
    position: relative;
    top: -19px;
    right: 20px;
}
.tips p {
    font-size: 16px;
    line-height: 22px;
    margin-left: 60px;
    color: #949494;
}
.welcome {
    padding: 100px 0;
    background: url(../img/bg-3.png);
    background-size: 1800px;
    background-position: left center;
    background-repeat: no-repeat;
}
.welcome h3 {
    font-size: 14px;
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    margin-top: 150px;
}
.welcome h2 {
    font-weight: 600;
    font-size: 36px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.welcome h2 span {
    color: #ef1e23;
}
.welcome p {
    font-size: 16px;
    line-height: 28px;
    color: #949494;
}
.welcome img{
    width: 100%;
    max-width: 500px;
}

#crating-error {
    position: absolute;
    left: 0;
}
.rv-body .error {
    color: red !important;
}

@media screen and (max-width: 1024px) {
    .black-area {min-width: 400px;}
    .t-img {width: 100%;max-width: 300px;}
    .rating-box1 {max-width: 100px;}
    .btext {font-size: 60px;line-height: 50px;}
    .star-rating-img1 {max-width: 90px;}
    .grey-text {font-size: 12px;}
    .footer-main {
        background: url(../img/footer.png);
        background-size: 1700px;
        height: 700px;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .lmenu {display: none;}
    .fmenu {
        border-right: 0;
        margin-top: 33px;
    }
    .decade-inner, .about-inner, .tips-inner, .blog-inner {padding: 50px 30px;}
    .about2 {padding: 100px 20px;}
    .bg-text {
        float: left;
        width: 40%;
        padding-top: 200px;
    }
}


@media screen and (max-width: 60em) {
    .bg-text h3 span {display: block;width: fit-content;}
   .content-main {
        padding: 0 50px;
    }
    .form-content {
        max-height: inherit;
        overflow: auto;
    }
 .city-show {
    padding: 0 50px;
}
    .mmenu {display: none;}
    .black-area {
        height: auto;
        background: transparent;
        width: 100%;
        max-width: inherit;
        min-height: inherit;
        padding: 0;
        margin: 0;
    }
    .red-form {
        position: relative;
        min-width: inherit;
        width: 100%;
        margin: 0;
    }
    .bg-text {}
    .footer-main {
        height: inherit;
        background-size: 1300px;
        padding-top: 100px;
    }
    .bg-text {
        padding: 250px 40px 50px;
        margin: 0;
        width: 100%;
    }
    .city-show ul a li {
        display: block;
        width: inherit;
        font-size: 12px;
        margin: 5px 10px;
    }
    #myBtn img{
        width: 40px;
    }
    #myBtn {
        display: block;
        position: fixed;
        z-index: 999999;
        right: 15px;
        top: 33px;
    }
    header.active {padding: 20px;}
    header.active .brand-img {width: 60px;}
    .menu-mobile-logo {width: 40px;}
    .mobile-left {text-align: center!important;}
    .size-big {font-size: 26px !important;}
}

@media screen and (max-width: 500px) {
    .rv-pop-content {
        margin-top: 50px;
    }
    .bg-text {
        width: 100%;
        padding: 250px 40px 50px;
    }
    .black-area {
        height: auto;
        background: transparent;
        width: 100%;
        max-width: inherit;
        min-height: inherit;
        padding: 0;
        margin: 0;
    }
    .form-content {
        max-height: inherit;
        overflow: auto;
    }
    .flex-red-form {width: 100%;}
    .red-form {
        position: inherit;
        min-width: inherit;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .footer-main {
        background-size: 1300px;
    }
    .foot {
        text-align: center;
    }
    .foot ul li a {
        color: #fff;
    }
    .foot .text-right {
        text-align: center;
    }
    .foot ul li {color: white;}
    .btn-hire {
        margin-top: 20px;
        margin-bottom: 50px !important;
    }
    .np-form {
        padding: 0 15px !important;
    }
    .about ul a li {display: block;}
    .about ul a li:last-child {margin-bottom: 30px;}
    .tips ul {padding: 20px 20px;}
    .tips {padding: 0;}
    .welcome {padding: 0 30px;}
    .about {padding: 100px 0 0;}
    .about2 {padding: 50px 20px;}
    .about2 ul {display: block;}
    .about2 ul li {width: 100%;}
    .city-show ul a li {width: 100%;}
    .w-flex {
        display: block;
    }
    .image-bar a {
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }
    
}