body {font-size:16px; color:#000;font-family: 'Roboto', sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:500; letter-spacing: 0;}
h1{font-size:38px;}
h2{font-size:30px;}
h3{font-size:24px;}
p,li{letter-spacing:0; font-size: 16px;}
a:focus, a:hover{color:#000;}
::-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:#36b4e2;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 {margin: 0;padding: 10px 0;max-height: 90px;}
.call-now {display: flex; align-items:center;}
span.btn {margin-right: 25px;top: 5px;}
.headmenu {background:#36b4e2;}
.headmenu .nav ul li {padding: 10px 20px;}
.headmenu .nav ul li a{font-weight:400; letter-spacing: 0; padding:3px 0px; position: relative; color: #fff;font-size: 14px;    font-family: 'Roboto', sans-serif;}
 .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;}
.mobile-nav-trigger {font-size: 16px;line-height: 1;display: none;}
.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: #192133;position: absolute;top: 0;left: 0;}
.titlebox h1.entry-title, .titlebox h1.entry-title a {color:#ffbb00; text-align: center;}
.breadcmbdiv {position: relative;}
.titlebox .breadcrumb {background: transparent;padding: 0;margin: 0;justify-content: center;}
.titlebox li.breadcrumb-item a {color: #ffbb00;font-weight: 700;}
.titlebox .breadcrumb-item.active {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:#30a0ea; 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;}


@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*/
.topfooter {background: #0c0b0b;padding-top: 0px;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; padding-top: 0; font-weight: 400;}
#footer p:hover, #footer a:hover, #footer li:hover, #footer span:hover{color:#fabb00;}
.logofooter {background:#30a0ea;padding:15px;}
.logofooter p{margin:0;}
.topfooter ul {list-style-type: none;padding: 0;margin: 0;}
.topfooter li{position: relative;padding-left: 20px;margin-bottom: 10px;}
.topfooter li:before {content: "\f101";font-family: 'FontAwesome';margin-right: 10px;font-size: 15px;position: absolute;top: 0px;left: 7px;
display: block;color: #fff;}
.topfooter li:hover:before{color:#fabb00;}
/*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: #fabb00;padding: 0 0px 13px; margin-bottom: 0;}
.sidebar.sidebar-right .widget {padding: 15px;background: #192133;margin-bottom: 20px;color:#fff;}
.sidebar.sidebar-right .testimonial_group {color: #fff;}
.sidebar.sidebar-right .widget p {color: #fff; font-weight:300;}
.sidebar.sidebar-right .widget a{color: #fff; font-weight:300;}
.sidebar.sidebar-right .widget a:hover{color:#fabb00;}
.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: "\f101";font-family: 'FontAwesome';margin-right: 10px;font-size: 15px;position: absolute;
    top: 0px;left: 7px;display: block; color:#fabb00;}
.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: #fabb00;font-size: 18px;letter-spacing: 0;width: 100%;color: #192133 !important;font-weight: 600;    position: relative;
    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:#fabb00;
    padding: 10px 15px;
    position: absolute;
    right: 1px;
    top: 1px;
    color:#000;
}
.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 #2073b9;box-shadow: 0 0 0; font-size: 14px; letter-spacing:0; height:35px;}
.nested .formbox select {margin:10px 0;border: 1px solid #2073b9;box-shadow: 0 0 0; font-size: 14px; letter-spacing:0; height:35px; width: 100%;}
.nested .formbox textarea{margin:10px 0;border: 1px solid #2073b9;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:#36b4e2;opacity: 1;text-align: left;padding: 10px;font-size: 32px;}
.nested .formbox {padding: 20px;overflow: hidden;}
button.close:hover {background: #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:40px;}
a.call-btn span{font-size:48px; color:#000;font-weight: 900;}
a.call-btn .tagline {font-size: 30px;text-align: right;color: #2a90d2;}
.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://moversperth.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: #fabb00;text-align: center;}
button.btn3 {overflow: hidden;}
.blackspace{padding:50px 0; background:url(https://moversperth.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:#192133; 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:#ffbb00;}
.blackspace h3{color:#fff;}
.blackspace p{color:#afb0b3;}
.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: #36b4e1;font-style: italic;text-shadow: -3px 0px 0px #ffc107;}
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 url(https://moversperth.com.au/wp-content/uploads/2021/03/Expert-Movers.png) no-repeat center right; padding:50px 0;}
.home-page-form {background: #fabb00;padding: 30px;border-radius: 10px;padding-right: 75px; position: relative;width: 70%;}
.home-page-form button.btn {position: absolute;right: -50px;top: 152px;font-size: 32px;background: #ffffff;width: 100px;height: 100px;
    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(https://moversperth.com.au/wp-content/uploads/2021/03/Expert-Movers.png) no-repeat center right; padding:50px 0;}
.footer-contact h2{color:#fff; font-weight: bold;}
.footer-contact h2 span{color: #ffbb00; font-weight: normal;}
.footer-contact p{color:#fff; font-style: italic;}
.footer-contact h3{font-size: 42px;color: #ffbb00; margin:0;}
.footer-contact h3 a{color:#ffbb00;}
.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;

}


@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  
  100% {
    transform: translate(200%, 100%);
  }
/*  
  0% {
    transform: translate(0%, 0);
  }*/
}

.nested .formbox h2{font-size:21px;}
.nested .formbox .wpcf7-not-valid-tip{font-size:12px; margin-top: -5px;}
.home-page-form .wpcf7 form.invalid .wpcf7-response-output, .home-page-form .wpcf7 form.unaccepted .wpcf7-response-output{border-color: #192133;}
.wpcf7 form.sent .wpcf7-response-output {border-color: #46b450;background:#46b450b8;color: #fff;}

.col-sm-4.titlebx {background: #192133;color: #fff;padding: 30px;border-radius: 30px 0px 0px 30px;}
.col-sm-4.titlebx {position: relative;}.col-sm-4.titlebx:before {content: '';
    display: block;width: 30px;height: 30px;position: absolute;top: 42%;right: -15px;background: #192133;transform: rotate(45deg);z-index: 9;}
.col-sm-8.titlebxx{color: #fff;background: #fabb02;padding: 30px;border-radius: 0px 30px 30px 0px;}
ul.location {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.location li:before {
    content: '\f041';
    font-family: 'FontAwesome';
    color: #192133;
    margin-right: 5px;
    font-size: 15px;
    position: relative;
    top: 0;
    left: 0px;
}
ul.location li {
    width: 33%;margin-bottom: 10px;font-size: 14px;color: #192133;}

ul.location li:before {
    content: '\f041';font-family: 'FontAwesome';color: #192133;margin-right: 5px;font-size: 15px;position: relative;top: 0;left: 0px;}
/*-----------------------------------------------*/
.col-sm-4.titlebxyy {background: #192133;color: #fff;padding: 30px;border-radius: 0px 30px 30px 0px;}
.col-sm-4.titlebxyy {position: relative;}
.col-sm-4.titlebxyy:before {content: '';
    display: block;width: 30px;height: 30px;position: absolute;top: 42%;left: -15px;background: #192133;transform: rotate(45deg);z-index: 9;}
.col-sm-8.titlebxxx{color: #fff;background: #fabb02;padding: 30px;border-radius: 30px 0px 0px 30px;}
ul.location-wa {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.location-wa li:before {
    content: '\f041';
    font-family: 'FontAwesome';
    color: #192133;
    margin-right: 5px;
    font-size: 15px;
    position: relative;
    top: 0;
    left: 0px;
}
ul.location-wa li {
    width: 50%;margin-bottom: 10px;font-size: 14px;color: #192133;}

ul.location-wa li:before {
    content: '\f041';font-family: 'FontAwesome';color: #192133;margin-right: 5px;font-size: 15px;position: relative;top: 0;left: 0px;}


.full-width-form {
    background: #36b4e2;
    padding: 41px;
  margin-bottom: 50px;
}
.white {
    background: #36b4e2;
    padding: 20px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 50px 0 70px 0;
}
.col-sm-6.titlbox h2 {
    font-size: 45px;
    padding: 7px;
    color: #fff;
}
.col-sm-6.titlbox p {
    padding: 16px;
    font-size: 22px;
}
.white h2 {
    color: #fff;
    padding: 5px;
}
.navigation>li ul .sfHover>a, .navigation>li ul a:hover{
    background: #36b4e2;
    color: #fff;
}
.navigation>li ul .sfHover>a, .navigation>li ul a {
    background: #36b4e2;
    color: #161616;
}
ul.social {
    list-style-type: none;
    display: flex;
    gap: 15px;
    margin: 0;
}
ul.social li a {
    font-size: 32px !important;
}
.footer_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-sm-6.map iframe {
    width: 100%;
    height: 100%;
    background:#36b4e2;
    padding: 3px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 0px 50px 0px 70px;
}
.section005 {background: #192133;}
.section005 h2 {color: #fff;}
.section005 p {color: #fff;}
.section005 .round-box:before {border: 2px dashed #fff;color: #000;}
.section005 .round-box p{color: #000;}
.section007 {background: #192133;color: #fff;}
.bg-Faq {background: #192133;padding: 10px;height: 100%;}
.map {background: #192133;padding: 20px;}
ul.number-loc {list-style: none;padding: 0;position: relative;}
ul.number-loc li {padding: 4px 4px;}
ul.number-loc li:before{font-family: FontAwesome;content: "\f0b0";display: inline-block;padding-right: 6px;
    vertical-align: middle;color: #fabb00;}
.menubtn {display: none;}
i.fa.fa-times.iconclose {display: none;}
@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;}
.fixed-top-h-section {padding-top: 35px;}
.mobile-nav-trigger{display: block; color:#fff !important;}
.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: 40%;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;}
.footer-contact .col-lg-6.col-md-6.col-sm-12 {background: #36b4e2cc;padding: 15px;}
.btn-group-box{flex-wrap: wrap;}
.footer-widget-area .widget{margin-bottom: 20px !important;}
.nested{width: 90%;margin:25px 5% 5% !important; }
.nested .formbox{padding:10px;}
.nested .formbox .col-md-6 {max-width: 50%; padding:0 5px;}
.nested .formbox .col-md-12{ padding:0 5px;}
.nested .formbox .row{margin: 0;}
	button.btn3 {letter-spacing: 0;padding: 10px 20px;}
.footer-contact h3{font-size: 28px;}
.section08.whitespace {padding: 20px;}
.col-sm-4.titlebx{padding:20px;border-radius: 30px 30px 0px 0px;}
.col-sm-4.titlebx:before{top:auto; bottom:-15px; right: 36%;}
.col-sm-8.titlebxx {padding: 20px;border-radius: 0px 0px 30px 0px;}
ul.location li{width:50%;}
.section09.whitespace {padding: 20px;}
.col-sm-4.titlebxyy{padding:20px;border-radius: 30px 30px 0px 0px;}
.col-sm-4.titlebxyy:before{top:auto; bottom:-15px; left: 36%;}
.col-sm-8.titlebxxx{padding: 20px;border-radius: 0px 0px 30px 0px;}
ul.location li{width:50%;}
.full-width-form{padding:20px 0;}
.col-sm-6.map {padding: 0 10px 40px;}
aside#text-3 img {
    max-width: 120px;
}
}
@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: 200px;}
.mobile-nav-trigger{display: block; color:#fff !important;}
.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-style: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;}
	a.get-btnbtn3{font-size:28px;}
}
