:root {--dark-bl:#0b2244;--light-bl:#e32222;--black: #000000;--white: #ffffff;--orange:#f58220;}
body{color:var(--black);font-family: 'Comfortaa', sans-serif;hyphens:auto;font-size: 15px;line-height: 28px;}
h1,h2,h3,h4,h5,h6{font-weight:bold;letter-spacing:0;color:var(--Black);}
h2{font-size:38px;}
a{text-decoration:none;}
p,li{letter-spacing:0; font-size: 16px;}
a:focus, a:hover{color:#000;}
img, svg {
    vertical-align: middle;
    max-width: 100%;
}

::-webkit-input-placeholder{color:#222;}:-moz-placeholder{color:#222;}::-moz-placeholder{color:#222;}:-ms-input-placeholder{color:#222;}
.site-tools ::-webkit-input-placeholder{color:#222;}.site-tools :-moz-placeholder{color:#222;opacity:1}.site-tools ::-moz-placeholder{color:#222;opacity:1}
.site-tools :-ms-input-placeholder{color:#222;opacity:1}
/*Header*/
/*Top line*/
#call_mob {display: none;}
.mobil_call {text-align: center;padding:5px 10px ;background:#e32222;position: fixed;z-index: 99999;width: 100%;}
.mobil_call a {font-size: 15px !important;color: #fff;font-weight: 900;padding: 0 20px;line-height: 20px;}
/*top line*/
#footer .footer-widget-area ul, .blog_entry, .blog_entry .entry-meta, .call_detox_green, .headercol, .logofooter, .mm-page {
overflow: hidden;}
.headercol .site-logo {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap; padding:0;}
.site-logo a{display: block;}
.logoleft img {max-width:200px;}
.call-now {display: flex; align-items:center;}
span.btn {margin-right: 25px;top: 5px;}
.headmenu {background:#e32222;}
.headmenu .nav ul li {padding: 10px 20px;}
.headmenu .nav ul li a{font-weight:600; letter-spacing: 0; padding:3px 0px; position: relative; color: #fff;font-size: 14px;}
 .headmenu .nav ul li a:after {content: '';position: absolute;left: 0;bottom: 0;width: 0;max-width: 100%;border-top: 3px solid;
 transition: width .33s ease;}
 .headmenu .nav ul li a:hover:after{width:100%;}
.headmenu .nav ul.sub-menu li {padding: 0;}
.headmenu .nav ul.sub-menu li a {padding: 10px;}

.iconclose {display: none;}
img.call-icon {max-width: 330px;}
.titlebox {padding: 30px;background-size: cover;position: relative;margin-bottom: 50px;}
.titlebox:before {content: '';display: block;width: 100%;height: 100%;background:#192133cc;position: absolute;top: 0;left: 0;}
.titlebox h1.entry-title, .titlebox h1.entry-title a {color:#fff; text-align: center;}
.breadcmbdiv {position: relative;}
.titlebox .breadcrumb {background: transparent;padding: 0;margin: 0;justify-content: center;}
.titlebox li.breadcrumb-item a {color: #fff;font-weight: 700;}
.titlebox .breadcrumb-item.active {color: #fff;}
.titlebox .container{position:relative;}
.breadcrumb-item+.breadcrumb-item::before{color: #fff;}
/*BUTTONS*/
.btn {position: relative;overflow: hidden;}
.btn{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;
    -ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
-webkit-box-shadow: 2px 2px 5px 0 #0294cf;-moz-box-shadow: 2px 2px 5px 0 #0294cf;box-shadow: 2px 2px 5px 0 #0294cf;box-shadow: 0 0 0 0 #0294cf;
-webkit-animation: pulse-out 3s infinite cubic-bezier(.66,0,0,1);animation: pulse-out 2s infinite cubic-bezier(.66,0,0,1);
border-radius:15px;}
@keyframes pulse-out{
    to{box-shadow:0 0 0 15px transparent;-webkit-animation-delay:5s;animation-delay:5s}
}
.moveltor{-webkit-animation:rotate 2s infinite linear;animation:rotate 2s infinite linear;-webkit-transform:rotate(90deg);transform:rotate(0deg)}
@-webkit-keyframes rotate{10%,90%
  {-webkit-transform:rotate(95deg);transform:rotate(95deg)}30%,50%,70%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
.btn2:hover:before {-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);-webkit-box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 20%);-ms-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 20%);}
.btn2 {position: relative;display: inline-block;overflow: hidden;font-size: 14px;font-weight: 600;font-family: 'Poppins', sans-serif;
text-align: center;padding:7px 20px;z-index: 1;transition: .5s;background: #2a90d2; color:#fff;}
.btn2:hover:before { width: 100%;left: 0px;}
.btn2:before {position: absolute;content: '';width: 0%;height: 100%;top: 0px;right: 0px;z-index: -1;transition: all 500ms ease; 
background:#fabb00; color:#fff;}
.btn3{position: relative;display: inline-block;font-size: 14px;line-height: 24px;font-weight: 600;text-transform: uppercase;color: #fff !important;
    padding: 16px 32px;border-radius: 5px;transition: all 500ms ease;}
.btn3:before {webkit-transition-duration: 800ms;transition-duration: 800ms;position: absolute;width: 200%;height: 200%;content: "";top: 110%;
    left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);border-radius: 50%;z-index: -1;}
.btn3:before {background:#e32222; z-index: 9;}
.btn3:hover:before {top: -40%;}
.btn span{position: relative; z-index: 99;}
.btn2 span{position: relative; z-index: 99;}
.btn3 span{position: relative; z-index: 99;}
#heart {position: relative;animation: heartbeat 3s infinite;margin:0 auto;}

@media screen and (min-width:1600px){
.container{max-width:1560px;}
}
@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}
/*End of Header*/
/*Footer*/
.site-bar .nav{width:100%;}
.topfooter {background: #0c0b0b;padding-top:50px;padding-bottom: 20px;}
#footer {overflow: hidden;width: 100%;color: #fff;}
#footer .footer-widget-area {padding-top: 10px;text-align: left;}
.footer-widget-area .widget-title {font-weight: 700; font-size: 21px; margin-bottom: 10px;
border-bottom: 1px solid #36373a; padding-bottom: 10px;text-align: left;color: #fff;}
#footer p, #footer a, #footer li, #footer span {color: #fff; font-size: 14px; font-weight:300; padding-top:0;}
.logofooter {background:#e32222;padding:15px;}
.logofooter p{margin:0;}
.topfooter ul{list-style-type: none; padding:0; margin:0;}
.topfooter li {font-size: 15px;font-weight: 500;position: relative;padding-left:30px;margin-bottom: 10px;}
.topfooter li:before {content: "\F280";font-family: bootstrap-icons !important;margin-right: 10px;font-size: 15px;position: absolute;
    top: 0px;left: 7px;display: block; color:#fff;}
/*End of Footer*/
/*Form*/
input {margin: 10px 0;border: 1px solid #ccc6c7;box-shadow: 0 0 0;font-size: 14px;letter-spacing: 0;height:40px; width: 100%; background:#fff;}
select {margin: 10px 0;border: 1px solid #ccc6c7;box-shadow: 0 0 0;font-size: 14px;letter-spacing: 0;height:40px; width: 100%;background:#fff;}
textarea {margin: 10px 0;border: 1px solid #ccc6c7;box-shadow: 0 0 0;font-size: 14px;letter-spacing: 0;height:70px; width: 100%;background:#fff;}
/*Form*/
/*Sidebar*/
.sidebar.sidebar-right {border-left: solid 0px #ebebeb;padding:0px; margin-bottom: 50px;}
.sidebar.sidebar-right .widget-title{color: #fff;padding: 0 0px 13px; margin-bottom: 0;}
.sidebar.sidebar-right .widget {padding: 15px;background: #192133;margin-bottom: 20px;}
.sidebar.sidebar-right .widget p {color: #fff;}
.sidebar.sidebar-right .widget a{color: #fff;}
.sidebar.sidebar-right .widget ul{list-style-type: none; padding:0; margin:0;}
.sidebar.sidebar-right .widget li {font-size: 15px;font-weight: 500;position: relative;padding-left: 20px;margin-bottom: 10px;}
.sidebar.sidebar-right li:before {content: "\F280";font-family: bootstrap-icons !important;margin-right: 10px;font-size: 15px;position: absolute;
    top: 0px;left: 7px;display: block; color:#fff;}
.sidebar.sidebar-right input{padding:8px;margin: 5px 0;}
.sidebar.sidebar-right .widget select{padding:8px;margin: 5px 0;}
.sidebar.sidebar-right textarea{padding:8px;margin: 5px 0;}
.sidebar.sidebar-right button.btn3{background: #e32222;font-size: 18px;letter-spacing: 0;color: #fff !important;font-weight: 600;    position: relative;padding-right: 40px;
    overflow: hidden;transition: all .3s ease;}
.sidebar.sidebar-right button.btn3:hover span{color:#fff !important;transition: all .3s ease;}
.sidebar.sidebar-right button.btn3 .fa{transition: all .3s ease;position: absolute;right: -100px;}
.sidebar.sidebar-right button.btn3:hover .fa{right:-33px;transition: all .3s ease;}
form#searchform{position: relative;}
input#searchsubmit{letter-spacing: 0;font-size: 15px;background: #e32222;padding: 10px 15px;position: absolute;right: 1px;top: 1px;}

.nested {width:350px;position: fixed;right:-360px;top: 0;background: #fff;height: 100%;z-index: 9999999999;box-shadow: -3px 0px 3px #1d22265c;
margin:0;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease; overflow-y:auto;}
.fade.show .nested{right:0;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}
.modal-dialog.nested .modal-content{height:100%; overflow-y: auto;}
.nested .formbox {padding: 20px; overflow: hidden;}
.nested .formbox input {margin:10px 0;border: 1px solid #222;box-shadow: 0 0 0; font-size: 14px; letter-spacing:0; height:35px;}
.nested .formbox select {margin:10px 0;border: 1px solid #222;box-shadow: 0 0 0; font-size: 14px; letter-spacing:0; height:35px; width: 100%;}
.nested .formbox textarea{margin:10px 0;border: 1px solid #222;box-shadow: 0 0 0; font-size: 14px; letter-spacing:0; height:70px;}
.nested .formbox button.btn {background: #d20209;width: 100%;height: auto;border: 1px solid #d20209;border-radius: 10px;
 font-size: 21px; width:100%;}
.nested .formbox button.btn:before{border:1px solid #2073b9;background:#2073b9;border-radius:10px;}
button.close {color: #da1717;opacity: 1;text-align: left;padding: 10px;font-size: 32px;}
.nested .formbox {padding: 20px;overflow: hidden;}
button.close:hover {background: #fff;}
.sidebar.sidebar-right .testimonial_group {
    color: #fff;
}

/*Theme combination*/
a.get-btn.btn3 {background: #000;border-radius: 0;position: relative;overflow: hidden;display: flex;align-items: center;}
a.call-btn {border-radius: 0;position: relative;overflow: hidden;padding:0px;margin-left: 30px; line-height:64px;}
a.call-btn span{font-size:48px; color:#000;font-weight: 900;}
a.call-btn .tagline {font-size: 30px;text-align: right;color:#e32222;}
.slider .btn-theme {border: 2px solid #fff;color: #ffffff;text-transform: uppercase;font-weight: bold;font-size: 16px;line-height: 43px;display: inline-block;padding: 0 30px; overflow: hidden;}
.slider {position: relative;}
.caption {position: absolute;top: 0;z-index: 999;width: 100%;display: flex;align-items: center; height: 100%;}
.caption .container h2 {font-size: 52px;color: #fff;}
.caption  .container p {color: #eee;}
.home-page-title {padding-top: 50px;padding-bottom: 10px;}
.part-image-hover .img-holder {position: relative;overflow: hidden;}
.part-image-hover .img-holder:before {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;opacity: 0;overflow: visible;
    border: 0px solid rgba(0,0,0,0.7);box-sizing: border-box;transition: all 0.4s ease-in-out;}
.part-image-hover .img-holder:before {background:#edb0058c;}
.part-image-hover .img-holder img {transition: all .3s ease; width:100%;}
.part-image-hover:hover .img-holder:before {opacity: 1;border:150px solid rgba(0,0,0,0.3);}
.part-image-hover h2{background: #ffbb00 none repeat scroll 0 0;color: #000000;display: block;font-size: 16px;font-weight: bold;
letter-spacing: 0.03em;line-height: 24px;margin: 0;padding:10px;text-transform: uppercase; margin-bottom: 15px;}
.whitespace{padding:50px 0;}
.section02.bgcolor{padding:50px 0; background:url(https://furnituremoversperth.com.au/wp-content/uploads/2021/03/Movers-Service.jpg);}
.part-image-hover {box-shadow: 0 0px 3px #ccc;padding: 10px; height: 100%; position: relative;padding-bottom: 40px;}
.part-image-hover .btn2 {position: absolute;bottom: 10px;}
.section02.bgcolor{position:relative;}
.section02.bgcolor .card {padding: 30px;background: #fff;text-align: center;}

.blackspace{padding:50px 0; background:url(https://furnituremoversperth.com.au/wp-content/uploads/2021/03/Welcome-to-Movers-Perth.jpg) no-repeat; 
  position: relative;    background-size: cover;}
.blackspace .container{position: relative;}
.blackspace:before{background:#e32222; position: absolute; top: 0; width:60%; height:100%; content:'';
clip-path: polygon(0 0, 100% 0, 80% 99%, 0 100%, 0% 0%);}
.blackspace h2{color:#fff;}
.blackspace h3{color:#fff;}
.blackspace p{color:#fff;}
.blackspace ul{list-style-type: none; padding:0; margin:0; display: flex; flex-wrap: wrap;}
.blackspace ul li{width:50%; color: #fff;font-weight: bold;margin-bottom: 15px;}
a.get-btnbtn3 {font-size: 42px;font-weight: bold;color:#e32222;font-style: italic;text-shadow: -3px 0px 0px #21201e;}
a.get-btnbtn3 i.fa.fa-long-arrow-right {margin-left: 14px;position: relative;top: 4px;}
a.get-btnbtn3:hover{color:#000;}
.blackform{background:#192133; padding:0px 0;}
.section02.blackform{position: relative;}
.section02.blackform h2{color:#fff;}
.section02.blackform:before {content: '';background: #e32222;display: block;width: 50%; height: 100%;position: absolute;right: 0;top: 0;}
.home-page-form {background:#192133;padding: 30px;border-radius:0px;padding-right: 75px; position: relative;}
.home-page-form button.btn {position: absolute;right: -75px;top: 70px;font-size: 32px;background: #ffffff;width: 100px;height: 100px;padding:0;
    border-radius: 50%;border: 5px solid #fabb00;color: #192133 !important;font-weight: bold;}
.home-page-form button.btn:before{border-radius:0;color: #fff !important;}
.home-page-form button.btn:hover {background: #192133;}
.home-page-form button.btn:hover span {color: #fff;}
.footer-contact{background:#192133 url(http://furnituremoversperth.com.au/wp-content/uploads/2021/03/Expert-Movers.png) no-repeat center right;background-size: 25%;
 padding:50px 0; position: relative;}
.footer-contact h2{color:#fff; font-weight: bold;}
.footer-contact h2 span{color: #fff; font-weight: normal;}
.footer-contact p{color:#fff; font-style: italic;}
.footer-contact h3 a{font-size: 42px;color: #fff; margin:0;}
.footer-contact:before{content:''; display: block; position: absolute; top: 0; left:0; background:#e32222; width:50%; height:100%;}
.btn-group-box {display: flex;align-items: center;}
.btn-group-box small {font-size: 32px;color: #fff;padding: 0 15px;}
.btn-group-box .btn2{font-size: 18px;background: transparent;border: 1px solid #fff;}
.slider img{width:100%;}
.round-box {background: #fabb00;height: 100%;text-align: center;padding: 20px;display: flex;flex-wrap: wrap;align-items: center;
justify-content: center;border-radius: 10px;position: relative;}
.round-box:before{content:'';width: 100%;border: 2px dashed #222;height: 100%;position: absolute;transform: rotate(356deg);border-radius: 10px;}
.round-box p {margin: 0;}
.page-id-28 div#wpcf7-f55-p28-o1 {background: #fabb00;padding: 20px;border-radius: 10px;}
.page-id-28 div#wpcf7-f55-p28-o1 .col-md-12-p {padding: 0 15px;}
div#wpcf7-f55-p28-o1 button.btn { border-radius: 10px;font-size: 21px;letter-spacing: 0;background: #222; position: relative; padding:10px 40px;}
div#wpcf7-f55-p28-o1 button.btn:hover{background:#36b4e2;}
div#wpcf7-f55-p28-o1 button.btn .fa{transition: all .3s ease;position: absolute;right: -100px;}
div#wpcf7-f55-p28-o1 button.btn:hover .fa{right:-33px;}
/*End of theme combination*/

.element {
animation: 
pulse 3s ease infinite alternate, 
nudge 5s linear infinite alternate;

}
#footer .foot-num a {
font-size: 28px;
font-weight: 900;
}


@keyframes nudge {
0%, 100% {
transform: translate(0, 0);
}

100% {
transform: translate(200%, 100%);
}
/*  
0% {
transform: translate(0%, 0);
}*/
}
button.btn3 {overflow: hidden;}
.home-page-title h1 {text-align: center;}
ul.serviec-list li {width: 20%;padding:15px;text-align: center;background: #eb2326;color: #fff;border: 1px solid #fff;}
ul.serviec-list li img {max-width: 50px;display: block;margin: auto;}
ul.serviec-list {list-style-type: none;padding: 0;margin: 0 0 20px;display: flex;flex-wrap: wrap;}
.text-section-box {box-shadow: 0 0 10px #ccc;padding: 30px;border-radius: 10px;}
.section03.whitespace h2{color: #fff;text-align: right;text-transform: uppercase;}
.section-blog.whitespace h2{text-align: center;margin-bottom:30px;}
.blog-content {background: #fff;padding: 20px;margin: 0 30px;margin-top: -80px; position: relative;}
.section-blog.whitespace {background: #f3f3f3;}
.blog-content span.date {background: #e32222;color: #fff;font-size: 12px;padding: 5px 10px;text-transform: uppercase;font-weight: bold;
margin-bottom: 10px;display: table;}
.blog-content a.btn-a {font-size: 14px;}
.blog-content a:hover{ color:#e32222; }
.grid-type .blog-content{margin:0; width:60%;}
.grid-type .featured-image{ width:40%;    background-size: cover !important; }
.grid-type .first-blog{margin-bottom: 30px;}
h3.call-us-box i.fa.fa-phone.moveltor {border: 5px solid #ffffffcf;padding: 15px;border-radius: 50%;width: 70px;height: 70px;display: flex;align-items: center;
justify-content: center;background: #e32222;color: #ffffff;margin-right: 10px;}
h3.call-us-box a {display: flex;align-items: center;margin-left: -50px;}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff !important;    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffffff !important;    color: #fff;
}
.modal-body.p-0 {
   color: #dc3232; 
    font-size: 12px;
}
.modal-body.p-0 h2{
font-size:24px;}
.sidebar.sidebar-right .testimonial_group{color:#fff;}
.section003.space {padding: 50px 0;}
.menubtn {display: none;}
i.fa.fa-times.iconclose {display: none;}
ul.icons2 {padding: 0;list-style-type: none;}
ul.icons2 li {display: block;text-align: left;padding: 5px;padding-left: 32px;font-size: 15px;position: relative;}
ul.icons2 li:before {display: inline-block;content: "\F280";position: absolute;left: 10px;top: 5px;font-size: 16px;font-family: bootstrap-icons !important;color:#e32222;}


/*slider*/
.Homesilder {padding:120px 0;background-image: url(https://furnituremoversperth.com.au/wp-content/uploads/2021/03/Movers-Service.jpg);
background-size: cover;background-position: center;position: relative; background-repeat:no-repeat; min-height:863px;display: flex;
justify-content: center; margin-bottom:95px;}
.Homesilder .title {font-size:80px;font-weight: bold;color:var(--white);line-height:82px; display: block;}
span.sm-title {display: block;font-size:20px;color: var(--white);margin:0px;}
/* .Homesilder:before {content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;background:linear-gradient(90deg,#0b2244 60%,rgba(255,255,255,0) 100%);} */
.Homesilder .container {position: relative;display: flex;align-items: center;}
span.formTitle {font-size:32px;color:#fff;display:block;margin-bottom:10px;text-align:center;font-weight:bold;line-height:40px;}
h1.homeTitle {padding: 30px 0;font-size:52px;}
span.sm-title {display: block;}


@media screen and (min-width:200px) and (max-width:767px){
.menubtn {display: block;}
#call_mob {display: block;}
.haedright{display: none;}
.logoleft img {margin: 0;max-width: 130px;}
.site-bar .nav {float: none;width: auto;padding-top: 0;margin: 0;}
.headmenu {padding: 10px;}
.menubtn {width: 100%;text-align: left; position: relative;}
.iconclose {font-size: 15px;color: #fff;}
.fa-remove:before, .fa-close:before, .fa-times:before {position: absolute;right: 0;top: 0;}
.headmenu .nav ul li {padding: 10px 0px;}
h1 {font-size: 24px;}
p, li{font-size:14px;}
.section02.bgcolor{padding:30px 20px;}
.section02.bgcolor .card{padding:10px;}
h2 {font-size: 18px;}
.whitespace {padding: 30px 0;}
.blackspace {padding:20px 0;}
.blackspace:before{clip-path: polygon(0 0, 100% 0, 100% 99%, 0 100%, 0% 0%);background: #192133bf; width: 100%;}
.home-page-form{padding:20px;background: #fabb00d1; width:100%;}
.blackform{padding:20px 0;}
.home-page-form input{margin:5px 0;}
.home-page-form select{margin:5px 0;}
.home-page-form  textarea{margin:5px 0;}
.home-page-form button.btn{right:31%;top: auto;font-size: 24px;right: 40%;top: auto;font-size: 24px;bottom: -36px;
    padding: 0; width: 70px; height:70px;}
.home-page-form {margin-bottom: 40px;padding-bottom: 45px;}
.wpcf7 form .wpcf7-response-output {margin: 0 0 25px;}
.footer-contact{padding:20px 0;}
.btn-group-box{flex-wrap: wrap;}
.footer-widget-area .widget{margin-bottom: 20px !important;}
.nested{width: 90%;margin: 5% !important; }
.nested .formbox .col-md-6 {max-width: 50%; padding:0 5px;}
.nested .formbox .col-md-12{ padding:0 5px;}
.nested{width: 90%;margin: 5% !important; }
.nested .formbox .col-md-6 {max-width: 50%; padding:0 5px;}
.nested .formbox .col-md-12{ padding:0 5px;}
.nested .formbox .row{margin: 0;}
ul.serviec-list li{width:100%; margin-bottom: 15px;}
.section03.whitespace h2{text-align: center;}
.section02.blackform:before{width:100%;}
.section02.blackform h2{text-align:center;}
.blog-content{margin:0; margin-bottom: 20px;}
.grid-type .featured-image{width:100%; height:140px;}
.grid-type .blog-content{width:100%;}
.first-blog h3{font-size:18px;}
.footer-contact:before{width:100%;}
.footer-contact h3{font-size:32px; margin-left: 0;}

.fixed-top-h-section{position: fixed;z-index: 9999;background: #fff;top: 0;left: 0;right: 0;}

}
@media screen and (min-width:768px) and (max-width:991px){
.container {max-width: 100%;}
img.call-icon {max-width: 230px;}
.logoleft img {margin: 0;max-width:130px;}
.site-bar .nav {float: none;width: auto;padding-top: 0;margin: 0;}
.headmenu {padding: 10px;}
.menubtn {width: 100%;text-align: left; position: relative;}
.iconclose {font-size: 15px;color: #fff;}
.fa-remove:before, .fa-close:before, .fa-times:before {position: absolute;right: 0;top: 0;}
.headmenu .nav ul li {padding: 10px 0px;}
span.btn{margin-top:0px;}
a.get-btnbtn3{font-size:28px;}
a.call-btn span{font-size:36px;}
a.call-btn .tagline{font-size: 21px;}
.section02.bgcolor{padding:30px;}
.home-page-form{width:93%; background:#fabb00db;}
.btn-group-box{flex-wrap:wrap;}
}
@media screen and (min-width: 200px) and (max-width: 767px){
.footer-contact h3 {font-size: 28px;font-weight: 700; margin-left: 0;}
h3.call-us-box i.fa.fa-phone.moveltor {width: 50px;height: 50px;}.btn-group-box {margin-bottom: 20px;}
.section03.whitespace {padding: 30px;}
}
@media screen and (min-width: 750px) and (max-width: 1300px){
.footer-contact{background: #192133;padding: 50px 0;position: relative;background-size: 25%;}}
button.btn3 {background-color: #e32222;
}
.col-sm-12.col-md-4.d-flex.align-items-center.titlebx {background: #313437;color: #fff;padding: 30px;border-radius: 30px 0px 0px 30px;}
.col-sm-12.col-md-4.d-flex.align-items-center.titlebx {position: relative;}
.col-sm-12.col-md-4.d-flex.align-items-center.titlebx:before {content: '';
    display: block;width: 30px;height: 30px;position: absolute;top: 42%;right: -15px;background: #e32222;transform: rotate(45deg);z-index: 9;}
.col-sm-12.col-md-8.titlebxx {color: #fff;background: #e32222;padding: 30px;border-radius: 0px 30px 30px 0px;}

.full-width-form {
    padding: 41px;
  margin-bottom: 50px;
}

.col-sm-6.titlbox h2 {font-size: 45px;padding: 7px;color: #fff;}
.col-sm-6.titlbox p {padding: 16px;font-size: 22px;}


.btn, .comment-reply-link, button, input[type=button], input[type=submit], input[type=reset]{
  background: #fff;padding: 14px 30px 13px;font-size: 16px;color: #000;}

.btn:hover, .comment-reply-link:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background: #000;color: #fff;text-decoration: none;}
a.nav-link.color_1 {background: #e32222;}
a.nav-link.color_1:hover {background: #e32222;}
.container.what-we-offer .card {background: #e32222;padding: 20px;margin: 3px; text-align: center;height:100%;}
.container.what-we-offer .card img {width:70px; display: block; margin: auto;}
.container.what-we-offer .card h3 {font-size: 13px;color: #fff;}
.container.what-we-offer .card button.btn-btn1{background:transparent;     border: 0;padding:0; margin:0;}
.container.what-we-offer .card button.btn-btn1 a{padding:10px 20px; background:#fff; border: 0;     color: #e32222;
    letter-spacing: 0;font-size: 15px;border-radius: 10px;}
.container.what-we-offer .card button.btn-btn1 a:hover{background:#192133; color:#fff;}
.container.what-we-offer .card p{margin:0;}
.nested .formbox button.btn3 {margin: 0;}
/*sidebare*/
.sidebar.sidebar-right li {position: relative;}
.sidebar.sidebar-right ul{list-style-type: none; padding:0; margin:0;}
.sidebar.sidebar-right .widget a{font-size:15px;font-weight: 300; padding-top:0;}
.sidebar.sidebar-right .widget p{font-size: 15px;font-weight: 300;}
.sidebar.sidebar-right .widget li{font-size:15px;font-weight: 300;}
/*sidebar*/
.map iframe {
    width: 100%;
    height: 100%;
    background: #cc201f;
    padding: 3px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 0px 50px 0px 70px;
}
.full-width-form .btn span {
    position: relative;
    z-index: 99;
    font-size: 22px;
    padding: 0px 32px 0px;
}
  .nested .wpcf7 form.sent .wpcf7-response-output {
    border-color: #4caf50 !important;
    color: #4caf50;
    margin-top: 10px;
}
.nested .wpcf7 form.invalid .wpcf7-response-output, .nested .wpcf7 form.unaccepted .wpcf7-response-output {border-color: #e32222 !important;color: #e32222; margin-top: 10px;}
@media screen and (min-width: 200px) and (max-width: 767px){
.col-sm-12.col-md-4.d-flex.align-items-center.titlebx{border-radius: 30px 30px 0px 0px;padding: 15px;}
.col-sm-12.col-md-8.titlebxx{padding: 15px;border-radius: 0px 0px 30px 30px; z-index:9;}
.text-section-box{padding:15px;}
.col-sm-12.col-md-4.d-flex.align-items-center.titlebx:before{right:46%; top: auto; bottom:-15px; z-index: 1;}
h3.call-us-box a{margin-left: 0;}
.footer-contact h3 a{font-size:28px;}
.nested .formbox button.btn3 {letter-spacing: 0;padding: 10px;}
.section02.bgcolor {padding: 30px 0px;}
.titlebox{padding:20px 15px;        margin-top: 110px;}
.sidebar.sidebar-right button.btn3{padding:10px 20px; font-size:14px; margin:0;}
.full-width-form {padding: 0px;margin-bottom: 50px;}
  .col-sm-6.map {margin-bottom: 30px;}
  button.close{margin:0;}
  .modal-body.p-0 h2 {font-size: 21px;}
  .nested {width: 90%;margin: 35px 5% 5% !important;}
article.desc.p-4.blogUL .testimonial_group {
    margin-bottom: 50px;
}
}
@media screen and (min-width:640px) and (max-width:991px){
    .menubtn{display:block;}
  article.desc.p-4.blogUL .testimonial_group {
    margin-bottom: 50px;
}  
}

.section-Loction.whitespace ul{list-style-type: none; padding:0; margin:0;}
.section-Loction.whitespace li {font-size: 15px;font-weight: 500;position: relative;padding-left:30px;margin-bottom: 10px;}
.section-Loction.whitespace li:before {content: "\F280";font-family: bootstrap-icons !important;margin-right: 10px;font-size: 15px;position: absolute;top: 0px;left: 7px;display: block; color:#e32222;}
.section-Loction.whitespace li:hover {color: #e32222;}
.section-Loction.whitespace li a:hover {color: #e32222;}
.section-Loction.whitespace h3 {text-align: center;background: #e32222;padding: 4px;color: #fff;margin: 0;}
.section-Loction.whitespace .col-sm-3 {display: flex;justify-content: center;}
.section-Loction.whitespace .row {border-left: 2px solid #e32222;border-radius: 0px 0px 50px 50px;border-right: 2px solid #e32222;border-bottom: 2px solid #e32222;}
@media screen and (min-width:768px){header#masthead {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}}






.testimonialItems {box-shadow: 0 0 10px #0000002e;padding: 20px;border-radius: 10px;}
.testimonial_group {display: flex;flex-wrap: wrap;flex-direction: column;gap: 20px;}
.testimonialItems .stars {color: #FFC107;font-size: 24px;}
/*New sidebar*/
aside.sidebar .contact-card.form-card {background: #ffffff;border: 0;border-radius: 18px;box-shadow: 0 0px 10px rgb(16 24 40 / 68%);padding: 0px;overflow: hidden;}
aside.sidebar span.form-title {display: block;text-align: center;background: #000;color: #fff;font-size: 20px;padding: 15px;}
aside.sidebar .wpcf7-form {padding: 20px;display: flex;flex-direction: column;}
aside.widget {background: #fff;box-shadow: 0 0px 10px rgb(16 24 40 / 68%);padding: 25px;border-radius: 18px;}
ul.recent-post-list {list-style-type: none;padding: 0;margin: 0;}
li.recent-post-list-li {display: flex;align-items: center;gap: 7px;background: transparent;margin-bottom: 0;padding: 10px 0;border-top: 1px solid #eee;}
ul.recent-post-list a {color: #000;font-weight: bold;font-size: 14px;line-height: 22px;display: block;}
li.recent-post-list-li .recent-post-thum {min-width: 70px;max-width: 70px;border-radius: 5px;overflow: hidden;}
/*end sidebar*/
ul.loc-cards {padding: 0;list-style-type: none;margin: 0;display: flex;flex-wrap: wrap;}
ul.loc-cards li {width: 33%;box-sizing: border-box;padding: 5px;}
ul.loc-cards li a{font-weight:700;}
ul.loc-cards li a:hover{color:#009bba;}
.bg-gray {background: #eeeeee5c;}
.space{    padding: 70px 0;}
/*contact form*/
.contactForm, .white {border-radius: 20px;overflow: hidden;max-width:400px;box-shadow: 0 0 10px #00000061; background:#fff;}
.wpcf7-form{padding:25px;}
.field {margin-bottom: 15px;}
.form-control {border-radius:5px;padding:5px;margin:0;}
.field{position: relative;}
.field input.form-control {outline: none; border:1px solid #b4b6b9;}
.field input.form-control.is-invalid{border:1px solid #dc3545;}
.field textarea.form-control {outline: none; border:1px solid #b4b6b9;}
.field label {position: absolute;left: 10px;color: #333;transition: 0.3s;pointer-events: none;top:5px;font-size: 13px;}
/* jab input focus ho ya value ho */
.field .form-control.invalid + label {top:5px;font-size: 13px;color: #333;}
.field input:focus + label,
.field textarea:focus + label,
.field input:not(.invalid) + label,
.field textarea:not(.invalid) + label,.field .form-control.filled + label {top:5px;font-size: 12px;color: #333;line-height: 12px;}
.field .form-control.is-invalid, .was-validated .form-control:invalid{border:1px solid #dc3545;}
aside.sidebar .field .form-control:focus + label, aside.sidebar .field .form-control.filled + label{top:5px;font-size: 12px;color: #000;}
aside.sidebar .field .form-control.filled { margin-top: 0;}
.field .form-control:focus, .field .form-control.filled {padding-top: 20px;}
.form-control:focus{box-shadow:none;}
.btn-book {background-color: #8f6bf7;border-color: #8f6bf7;border-radius: 20px;padding: 12px 30px;font-size: 1rem;}
.btn-book:hover {background-color: #6a52c4;}
.btn-submit {background:#e32222;color: #fff;border: 0;padding: 10px;width: 100%;border-radius: 10px;}
.contactForm span.form-title {background:#e32222;color: #fff;font-size: 24px;text-align: center;display: block;padding: 15px;font-weight: 700;}
.contactForm h2 {background:#e32222;color: #fff;font-size: 24px;text-align: center;display: block;padding: 15px;font-weight: 700;}
.white h2 {background:#e32222;color: #fff;font-size: 24px;text-align: center;display: block;padding: 15px;font-weight: 700;}
.Homesilder .contactForm {margin-left: auto;}
span.error.text-danger {font-size: 11px;line-height: 15px;margin-top: 5px;display:none;background: #fbd7db;padding: 5px;border-radius: 5px;font-weight: 700;text-align: center;border: 1px solid #eb2828;}

/* focus par upar */
.field .form-control:focus + label, .field .form-control.filled + label {top:5px;background: transparent;font-size: 12px;}

.loader {width: 16px;height: 16px;border: 2px solid #fff;border-top: 2px solid transparent;border-radius: 50%;display: inline-block;animation: spin 0.6s linear infinite;margin-right: 6px;}
@keyframes spin {
to {transform: rotate(360deg);}
}

.schema-faq-section {box-shadow: 0 0 5px #00000073;border-radius: 10px;margin-bottom: 20px;}
strong.schema-faq-question{font-weight: 700;display: block;cursor: pointer;padding: 10px;position: relative;}
strong.schema-faq-question:before{content: "\F282";font-size: 14px;font-family: "bootstrap-icons";position: absolute;    right: 10px;}
.schema-faq-section.active strong.schema-faq-question:before{content: "\F286";}
p.schema-faq-answer {margin: 0;padding: 10px;border-top: 1px solid #d5cccc;}
.schema-faq-section .schema-faq-answer{display:none;}
.schema-faq-section.active .schema-faq-answer{display:block;}

.mobile-nav-trigger {z-index:99999;font-size: 40px;font-weight: bold;position: fixed;top:6px;right:9px;color:var(--white);background:var(--dark-bl);display: none;line-height: 0;}
i.bi.bi-x {display: none;}
.mobile-nav-trigger.open i.bi.bi-x{display:block;}
.mobile-nav-trigger.open i.bi.bi-list{display: none;}
/*New menu*/
ul.mainul {padding: 0;margin: 0;}
.menu ul{list-style:none;display:flex;}
.menu ul li{position:relative;}
.menu ul li a{display:block;padding:10px 15px;color:#fff;text-decoration:none; font-size:15px;font-weight: bold;}
.menu ul li a:hover{color:#fff;}
.menu ul li.dropdown{display: flex;align-items: center;}

/* SUBMENU DEFAULT HIDDEN */
.menu ul .submenu{position:absolute;top:100%;left:0;background:var(--light-bl);display:none;min-width:300px;padding:0px;
margin: 0;box-shadow: 0 10px 10px #00000030;border-radius:0 0 10px 10px;}
.menu ul .submenu .submenu{box-shadow: 10px 0px 10px #00000030;border-left: 2px solid #0b63ff;border-radius: 0 10px 10px 0;}
.menu ul .submenu .submenu:before {content: '';position: absolute;width: 20px;height: 20px;left: -12px;top: 14px;background: #0b63ff;
transform: rotate(45deg);}
.menu ul .submenu .submenu li{background:#fff;}
.menu ul .submenu .submenu{top:0;left:100%;}
.menu ul .submenu li {border-bottom: 1px solid #eee;}
.menu ul .submenu li:last-child{border-bottom:0;}
.menu ul li a.dropArrow {position: relative;padding-right: 20px;}
.menu ul li a.dropArrow:before {content: ''; position: absolute;width: 10px;height: 10px;background: transparent;right: 0;top: 16px;border: 2px solid #0b63ff;transform: rotate(45deg);border-left: 0;border-top: 0;}
.menu ul .submenu li a.dropArrow:before{transform: rotate(314deg);right: 15px;top: 18px;}
.menu ul .submenu li:hover a.dropArrow:before{display: none;}
.mobile-toggle{display:none;color:#fff;font-size:28px;padding:15px;cursor:pointer;position: fixed;right: 0;top: 47px;z-index: 99999;}
.submenu-toggle{cursor:pointer;position: relative;right: 8px;top: 2px; color:#fff;}
.submenu{display:none;}
.dropdown.active > .submenu{display:block;}
.menu ul .submenu span.submenu-toggle {margin-left: auto;}
.menu ul .submenu li:hover span.submenu-toggle{display:none;}
.call-btn-mobile{display:none;}

@media(min-width:769px){
.menu ul li:hover > .submenu{display:block;}
}

@media screen and (min-width:768px) and (max-width:991px){
.mobile-toggle {display: block;top: 0;background: #0144ae;}
.menu ul li:hover > .submenu {display: block;top: 0;}
.menu ul .submenu{background: #0b63ff0d;border-radius: 0;}
.menu ul{flex-direction: column;}
ul.loc-cards li{width:50%;}
}

@media(max-width:991px){
.mobile-toggle{display:block;}
.menu.active{display:block;}
.mobile-nav-trigger{display: block; color:#fff !important;}
.menu ul{flex-direction:column;}
.menu ul li a{color:#fff; padding:10px;font-size: 13px;}
.menu ul li.dropdown a {padding-right: 35px;}
.menu ul li a.dropArrow:before{right:15px;}
.menu ul li{border-bottom: 1px solid #eeeeee4d;}
.submenu{position:static;display:none;}
.dropdown.active > .submenu {display: block;top: 0;box-shadow: none;padding:0;background:var(--dark-bl);border-radius: 0;min-width: 100%;}
.menu ul .submenu{position: relative;}
.menu ul .submenu .submenu {top: 0;left: 20px;}
ul.mainul{height: 100vh;overflow: auto;}
.menu ul .submenu li{border-bottom:1px solid #0b63ff26;}
.menu ul .submenu .submenu {box-shadow: none;border-left: 0;border-radius: 0;padding: 0;}
.menu ul .submenu .submenu:before{display: none;}
.menu ul .submenu .submenu li {background: #0b63ff14;}
.menu ul .submenu li:hover a.dropArrow:before {transform: rotate(46deg);right: 15px;top: 15px; display: block;}
.menu ul li.dropdown{display: block;}
.submenu-toggle {cursor: pointer;position:absolute;right:10px;top:8px;background:var(--dark-bl);width:30px;display: flex;align-items: center;justify-content: center;color:#fff;height:30px;line-height: 0;border-radius:5px;}
.menu ul .submenu li:hover span.submenu-toggle {display: flex;}
.menu-bar .nav__right{display:none;}
.menu ul{flex-direction: column;}
article.desc.p-4.blogUL section.space.bg-light .testimonialSlide2{margin-bottom: 0;column-count:2;}
.testimonialSlide2{column-count:2;} 
section.blog-detail.space {padding: 30px 20px;}
h2 {font-size: 24px;}
.headmenu .container {padding: 0;}
.menu ul.submenu li a{padding-right: 10px;line-height: 20px;}
.sec-top{margin-top:0;}
.contactForm {margin: auto;}
.headmenu {position:fixed;left:0;overflow:auto;top:0;max-width:75%;width:350px; z-index:99999;left:-75%;-webkit-transition: all .4s;transition: all .4s;padding-top: 20px;bottom: 0;overflow: auto;}
.headmenu.open{left:0;}

}
@media(max-width:767px){
article.desc.p-4.blogUL {padding: 0 !important;}
a.delivery_bt{font-size:24px;}
ul.loc-cards li{width:100%;}
.call-btn-mobile {display: flex;position: fixed;top:51px;z-index: 99;background: #eb2326;left: 0;right: 0;padding: 10px;text-align: center;justify-content: center;}
.call-btn-mobile a {display: block;color: #fff;line-height: 42px;font-size: 38px;}
.Homesilder{padding: 200px 0 50px;}
.Homesilder .title{font-size: 44px;    line-height: 64px;}
}
@media(max-width:575px){
.testimonialSlide2{column-count:1;}    
article.desc.p-4.blogUL section.space.bg-light .testimonialSlide2{margin-bottom: 0;column-count:1;}
.logofooter .container{display:block;text-align:center;}
#footer ul.social { justify-content: center;}
ul.loc-cards li{width:100%;}
}
@media screen and (min-width:992px) and (max-width:1160px){
 .menu ul li a{font-size: 14px;padding: 10px 10px;}   
}
/*New menu*/

/*addiction css*/
/* Section Wrapper */
.custom-move-section {padding: 60px 20px;background: #f5f7fa;font-family: Arial, sans-serif;}
.custom-move-container {display: flex;justify-content: space-between;gap: 40px;max-width: 1200px;margin: 0 auto;flex-wrap: wrap;}
/* Box Style */
.custom-move-box {flex: 1 1 45%;background: #fff;padding: 30px;border-radius: 12px;box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);transition: transform 0.3s ease;}
.custom-move-box:hover {transform: translateY(-5px);}
/* Titles */
.custom-move-title {font-size: 22px;margin-bottom: 20px;font-weight: 600;color: #1d1d1d;border-left: 5px solid #ff6600;padding-left: 12px;}
/* List Style */
.custom-move-list {list-style: none;margin: 0;padding: 0;}
.custom-move-list li {display: flex;justify-content: space-between;margin-bottom: 12px;}
.custom-move-list li a {flex: 1;text-decoration: none;color: #333;font-size: 16px;background: #f9f9f9;padding: 10px 14px;border-radius: 8px;transition: all 0.3s ease;margin: 0 5px;text-align: center;}
.custom-move-list li a:hover {background: #ff6600;color: #fff;}
/* Responsive */
@media (max-width: 768px) {
.custom-move-container {flex-direction: column;}
.custom-move-box {flex: 1 1 100%;}
.custom-move-list li {flex-direction: column;gap: 10px;}
}

/* CTA Section */
.cta-section {background: #ff6600;padding: 50px 20px;text-align: center;border-radius: 12px;margin: 50px 0;font-family: Arial, sans-serif;}
.cta-container {max-width: 900px;margin: 0 auto;}
.cta-heading {font-size: 26px;font-weight: 700;margin-bottom: 25px;color: #fff;line-height: 1.4;}
/* Buttons Container */
.cta-buttons {display: flex;gap: 20px;flex-wrap: wrap;}
/* CTA Buttons */
.cta-button {display: inline-block;padding: 15px 35px;font-weight: 600;font-size: 16px;border-radius: 8px;text-decoration: none;transition: all 0.3s ease;}
/* Call Button */
.call-button {background: #fff;color: #ff6600;}
.call-button:hover {background: #e65c00;color: #fff;}
/* Quote Button */
.quote-button {background: #222;color: #fff;}
.quote-button:hover {background: #000;color: #ff6600;}
/* Responsive */

@media (max-width: 768px) {
.cta-heading {font-size: 20px;}
.cta-buttons {flex-direction: column;gap: 15px;}
.cta-button {width: 100%;padding: 15px 0;}
}

@media (min-width:1200px) {
.glsr-reviews {display: grid;grid-template-columns: repeat(4, 1fr);gap: 15px;}
}


.sbmtSpinner {position: relative;display: table;width: 100%;}
/*end addictional css*/
article.card.bloglist-items {padding: 15px;height: 100%;border-radius: 20px;box-shadow: 0 0 10px #00000036;}
article.card.bloglist-items img {border-radius: 10px;width: 100%;height: 300px;}
.reviiw-header {display: flex;align-items: center;/* justify-content: space-between; */gap: 20px;}
.reviiw-header i {color: #ffb900;margin: 0 1px;}

@media screen and (min-width:768px) and (max-width:1159px){
.Homesilder{padding:70px 0;    min-height: auto;}
.Homesilder .title{font-size: 44px;    line-height: 64px;}    
}