body {
    font-family: 'Poppins', sans-serif;
    outline: 0;
    position: relative;
    font-size: 14px;
    text-rendering: optimizelegibility;
    word-wrap: break-word;
    font-smooth: always;
    letter-spacing: normal;
    font-weight: regular;
    webkit-font-smoothing: antialiased;
    color: #000
}
aside, div, footer, header, input, label, li, section, ul, ul li {
    box-sizing: border-box
}
.owl-carousel .owl-nav.disabled { display:block !important;}
h1, h2, h3 {
    padding: 0;
    margin: 0;
    font-weight: 600
}
h1, h2 {
    width: 100%;
    font-size: 48px;
    padding: 0;
    margin: 0;
    color: #000; text-transform:uppercase;
    font-weight: 600
}
h1 span, h2 span {
    color: #fecc19
}
li, ul, ul li {
    list-style-type: none
}
ol, ul {
    padding: 0;
    margin: 0
}
a, a:active, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    transition: ease-in .3s
}
input:focus, select:focus {
    outline: 0
}
select {
   
}
.auto_hgt{ width:100%; float:left; max-height:40vh; overflow:auto; margin:0 0 25px; border-bottom: solid 7px #fcca18;}
.container {
    max-width: 1200px
}
.align_center{ align-items:center;}

header {
    width: 100%;
    color: #000;
    padding: 0 0; position:absolute; z-index:999; top:50px;
}
header a:last-child {
    border: none
}
.yellow_bg{ background:#fecc18;}
header .logo_area {
    padding: 5px 10px;
}
header .logo_area img {
    max-width: 100%;
    width: auto;
}
.displ_nn {
    display: none
}
nav {
    width: 100%;
    float: left;
    height: auto;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 0 0;
    position: relative; text-transform:uppercase;
    background: #fecc18; display:flex; align-items:center; justify-content:space-between;
}
nav ul {
    padding: 0;
    margin: 0 0 0;
    width: 100%;
    float: left;
    text-align: center;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
nav ul li {
    width: auto;
    display: inline;
    position: relative;
    margin: 0 0
}
nav ul li.menu-item-has-children::before{ content:"\f107"; font-family:"Font Awesome 5 Pro"; position:absolute; right:0; top:17px; }
nav ul li.menu-item-has-children:hover::before{ transform:rotate(180deg); top:15px;}


nav ul li a {
    width: auto;
    padding: 0 15px;
    display: inline-block;
    color: #000;
    line-height: 55px
}
nav ul li:hover a {
    color: #000
}

nav ul li ul.drop1_list, nav ul li ul.sub-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999;
    width: 250px;
    top: 70px;
    box-shadow: 0 0 8px 0 #999;
    left: 0;
    transform: scale(1, .5);
    -webkit-transform: scale(1, .5);
    -moz-transform: scale(1, .5);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    display: block;
    text-align: center
}
nav ul li ul.drop1_list li, nav ul li ul.sub-menu li {
    display: inline;
    position: relative;
    padding: 0;
    margin: 0
}
nav ul li ul.drop1_list li:last-child a, nav ul li ul.sub-menu li:last-child a {
    border-bottom: 0 solid #ffefee
}
nav ul li ul.drop1_list li a, nav ul li ul.sub-menu li a {
    display: block;
    padding: 15px 15px;
    color: #000;
    text-transform: inherit;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px solid #e5e6e7;
    border-radius: 0;
    font-size: 14px; text-transform:none;
    line-height: 18px
}
nav ul li ul.drop1_list li:hover a, nav ul li ul.sub-menu li:hover a {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    background-color: #d77100;
    color: #fff
}
nav ul li:hover ul.drop1_list, nav ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1)
}
.mobile_nav {
    width: 100%;
    float: right;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 5px;
    cursor: pointer;
    display: none;
    top: 0
}
.nav_right {
    right: -15px;
    z-index: 500;
    background: #fff;
    -webkit-animation: menu .7s;
    animation: menu .7s;
    top: 45px;
    min-width: 305px
}
.hide_nav {
    display: none
}
@keyframes menu {
0% {
opacity:.6;
right:-320px
}
100% {
opacity:1;
right:-15px
}
}
@-webkit-keyframes menu {
0% {
opacity:.6;
right:-320px
}
100% {
opacity:1;
right:-15px
}
}

.top_book_area{ width:100%; float:left; padding:60px 0;}
.booking_area{ width:100%; float:left; background:#fecc19; border-radius:30px; padding:25px 20px 15px; position:relative;}
.booking_area h3{ width:auto; position:absolute; background:#000; color:#fff; padding:10px 0px; text-transform:uppercase; width:210px; text-align:center; left:50%; margin-left:-105px; top:-25px; font-size:18px;}
.booking_area .contact_form ul {width:100%; float:left; display:flex; flex-flow:row wrap; align-items:stretch; justify-content:space-between; }
.booking_area .contact_form ul li, .booking_area .contact_form .wpcf7cf_group li{ flex:0 0 49%;}
.contact_form ul li:nth-child(11), .contact_form ul li:nth-child(12) { width:100%; flex:0 0 100%;}
.contact_form .return_group{ width:100% !important; float:left;}
.booking_area .contact_form .return_group li{ width:50%; float:left; padding:0 10px;}
.booking_area .contact_form ul li.last_check{ display:flex;}
.booking_area .contact_form ul li.last_check label{ display:flex; margin:0;}
.booking_area .contact_form ul li.last_check p{ margin:0;}



.cta_area{ width:100%; float:left; text-align:center;}
.cta_area .sbmt{ width:170px; height:45px; font-size:20px; text-transform:uppercase; background:#000; color:#fff; border:none; font-weight:600; letter-spacing:1px;}
.content_area .cta_area a{  width:auto;  font-size:18px; text-transform:uppercase; background:#000; color:#fff; border-radius:30px; display:inline-block; font-weight:600; padding:10px 30px; position:relative; z-index:10;}
.content_area .cta_area a:hover{background:#fecc19; color:#000;}

.content_area .cta_area{ width:100%; float:left; text-align:center; margin:10px 0 25px; position:relative; }
.content_area .cta_area::after{ content:''; position:absolute; width:50%; height:2px; background:#000; right:0; z-index:0;top:49%;}
.content_area .cta_area::before{ content:''; position:absolute; width:50%; height:2px; background:#000; left:0; z-index:0; top:49%;}
.booking_btn {
  background: #101010;
  text-align: center;
  position: relative;
  padding: 15px 25px;
}
.booking_btn i {
  position: absolute;
  left: -18.5px;
  top: 50%;
  transform: translateY(-50%);
  height: 37px;
  width: 37px;
  border-radius: 50%;
  background: #101010;
  color: #fecc18;
  text-align: center;
  line-height: 37px;
}
.booking_btn p {
  display: block;
  margin-bottom: 0px;
  color: #fff;
  font: normal 12px/15px "Poppins", sans-serif;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-top: 0px;
}
.booking_btn a {
  font: 600 20px/26px "Poppins", sans-serif;
  color: #fecc18;
  position: relative;
  top: 0px;
  line-height: normal;
}
.booking_btn a:hover {
  line-height: normal;
}
.booking_btn a:before {
  display: none;
}


.call_email {
    width: auto;
    float: right;
    text-align: left;
    margin: 0px 0 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}
.call_email li {
    width: auto;
    display: flex;
    padding: 0 0px;
    vertical-align: top;
    display: flex;
    flex-flow: row;
    align-items: center; margin:0 5px 0 0;
    
}
.call_email li a{ background:#fcca18; color:#fff; border-radius:5px; padding:0 20px; }
.call_email li a i{ font-size:20px; transform:rotate(90deg)}
.call_email li:last-child a{ background:#d77100;}
.call_email li:last-child {
    margin-right: 0;
    border: none
}
.top_banner {
    width: 100%;
    float: left;
    position: relative
}
.top_banner img {
    width: 100%;
    height: auto
}
.top_banner .banner_text {
    width: 100%;
    position: absolute; height:100%;
    left: 0;
    top: 0;
    text-align: left; display:flex; align-content:center; justify-content:center; flex-flow:wrap;
    color: #fff
}
.top_banner .banner_text label, .top_banner .banner_text div.top_label {
    font-size: 18px;
    font-weight: 700;
    color: #fff; margin:0; background:#fcca18;
    letter-spacing: 4px;
    text-transform: uppercase; width: auto;
    display: inline-block;
    padding: 10px 25px; margin:0 0 15px;
}

.top_banner .banner_text h1, .top_banner .banner_text h2 {
    font-size: 48px;
    font-weight: 700; color:#fff; text-transform: uppercase;
    letter-spacing: .5px; margin:0 0 5px;
}
.top_banner .banner_text p {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0 0px 0;
    color: #fff
}
.top_banner .banner_text a{ padding:10px 20px; background:#fede00; color:#000; margin:15px 0 0; display:inline-block; font-weight:700; }
.top_banner .banner_text a:hover {
    background: #000; color:#fff;
}
.top_banner .carousel-indicators {
    bottom: 40px
}
.top_banner .carousel-indicators li {
    width: 22px;
    height: 22px;
    position: relative;
    margin: 0 10px;
    border-radius: 50%;
    border: solid 1px #0299d8;
    cursor: pointer
}
.top_banner .carousel-indicators li.active {
    background: #0299d8
}
.top_banner .inner_text_bnr {
    top: 15%;
    letter-spacing: .5px
}
.top_banner .inner_text_bnr h1 {
    color: #046ad3;
    margin: 0 0 10px
}
.top_banner .inner_text_bnr p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300
}
.top_banner .inner_text_bnr button {
    width: auto;
    display: inline-block;
    border-radius: 25px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    background: #046ad3;
    color: #fff;
    padding: 12px 25px;
    letter-spacing: .5px;
    transition: ease-in .3s
}
.top_banner .inner_text_bnr button:hover {
    background: #0299d8
}
.inner_bnr {
    width: 100%;
    float: left;
    min-height: 300px;
    text-align: center;
    padding: 0px 0 0
}
.inner_bnr img{ max-height:350px; object-fit:cover;}
.inner_bnr label {
    font-size: 48px;
    color: #fff;
    font-weight: 500
}
.who_we_are {
    width: 100%;
    float: left;
    margin: 0 0;
    background: #f7f7f7;
    color: #000;
    padding: 60px 0;
    text-align: center
}

.top_head span{ font-size:42px; color:#000; font-weight:600; }
.top_head h1{ font-size:42px; color:#fecc19; font-weight:600; text-transform:none;  }
.top_head  label{ font-weight:500; font-size:20px; margin:10px 0;}
.who_we_are label {
    font-size: 14px;
    font-weight: 700;
    color: #b5b5b5;
    letter-spacing: 4px;
    text-transform: uppercase
}
.who_we_are h2 {
    letter-spacing: .5px; font-size:48px;
    margin: 0 0 15px
}
.who_we_are p{ font-size:20px; line-height:32px; margin:0 0 0px;}
.who_we_are ul {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 30px 0
}
.who_we_are ul li {
    flex: 0 0 32%;
    margin: 15px 0%;
    border: solid 0px #e6ede3;     padding: 0px0px;
    text-align: center;
    transition: ease-in .3s
}
.location_area ul li{ flex:0 0 19% !important}

.top_head p{ font-size:18px; line-height:30px; margin:0 0 35px; font-style:italic;}
.call_area{ width:100%; float:left; background:#ededed; padding:25px 15px; text-align:center;}
.call_area figure{ width:70px; height:70px; line-height:70px; border-radius:50%; background:#fecc19; color:#000; font-size:36px; display:inline-block; margin:0 0 10px; }
.call_area h3{ font-size:48px;}
.call_area p{ font-size:20px; font-weight:500;}

.who_we_are ul.cat_area li {
    padding: 0
}
.who_we_are ul.cat_area li figure {
    padding: 0; overflow:hidden
    margin: 0
}
.who_we_are ul.cat_area li .content_dtls {
    padding: 15px 0px;
    width: 100%;
    float: left
}
.who_we_are .item_list h3 {
    width: 100%;
    float: left;
    font-size: 18px; text-transform:uppercase;
    color: #333;
    font-weight: 600;
    margin: 0 0 10px
}

.who_we_are .item_list h3 a {
    color: #333
}
.who_we_are .item_list p{  font-size:13px; line-height:24px;}
.who_we_are .item_list figure {
    width: 175px; height:175px;  border-radius:50%;
    margin: 10px 0 25px; overflow:hidden; display:inline-block;

}
.who_we_are .item_list figure img {
    max-width: 100%; transition:ease-in .3s; height:100%; width:100%; object-fit:cover;
}
.who_we_are .item_list:hover img{ transform:scale(1.1);}

.our_fleet{ width:100%; float:left; padding:60px 0 40px; text-align:center;}
.our_fleet h2 {
    letter-spacing: .5px; font-size:48px;
    margin: 0 0 15px
}
.our_fleet p{ font-size:20px; line-height:32px; margin:0 0 0px;}
.our_fleet ul {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 30px 0 0;
}
.our_fleet ul li {
    flex: 0 0 19%;
    margin: 15px 0%;
    border: solid 0px #e6ede3;     padding: 0px0px;
    text-align: center;
    transition: ease-in .3s
}
.our_fleet ul.cat_area li {
    padding: 0
}
.our_fleet ul li p{ font-size:14px; line-height:22px;}
.our_fleet ul.cat_area li figure {
    padding: 0; overflow:hidden
    margin: 0
}
.our_fleet ul.cat_area li .content_dtls {
    padding: 15px 0px;
    width: 100%;
    float: left
}
.our_fleet ul li h3 {
    width: 100%;
    float: left;
    font-size: 18px; text-transform:uppercase;
    color: #333;
    font-weight: 600;
    margin: 0 0 10px
}


.type_of_solar ul li{ flex:0 0 48%;}
.type_of_solar ul li figure{ position:relative;}
.type_of_solar ul li figure .head_area{ position:absolute; width:50%; right:0; bottom:0; }
.type_of_solar ul li figure .head_area a{ width:100%; background:#d77100; font-size:24px; font-weight:600; padding:25px; line-height:25px; display:flex; align-items:center; justify-content:space-between; color:#fff; text-transform:uppercase;}
.type_of_solar ul li:hover .head_area a{ background:#fcca18;}
.who_we_are ul li p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .5px;
    margin: 0 0 20px;
    font-weight: 300
}
.who_we_are ul li a.read_more {
    color: #fcca18;
    font-weight: 700
}
.who_we_are ul li a.read_more:hover {
    color: #333
}
.who_we_are ul li a.read_more i {
    vertical-align: middle;
    margin-left: 5px
}
.who_we_are a.request_call {
    width: auto;
    display: inline-block;
    line-height: 60px;
    border-radius: 3px;
    padding: 0 30px;
    background: #d77100;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px
}
.who_we_are a.request_call:hover {
    background: #333
}
.world_map_area {
    width: 100%;
    float: left;
    background: #fcca18 url(../images/globus_bg.png) no-repeat center center;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    color: #fff
}
.world_map_area .contact_form ul li { text-align:left;}
.world_map_area h2 {
    color: #fff
}
.world_map_area .email_us {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 45px 0 0
}
.world_map_area .contact_form ul li  input {
    width: 95%;
    height: 50px;
    border-radius: 3px;
    border: none;
    flex: auto;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    padding: 0 15px;
    margin: 5px
}
.world_map_area .contact_form  button, .world_map_area .contact_form input[type=submit] {
    width: auto;
    border-radius: 3px;
    flex: auto; margin:5px auto;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.why_choose_us {
    width: 100%;
    float: left;
    background: url(https://www.maximelbourne.com.au/wp-content/uploads/2023/06/why_bg.jpg) no-repeat; background-size:cover;
    padding: 50px 0
}
.why_choose_us label {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #fcca18; text-transform:uppercase;
    letter-spacing: 4px
}
.why_choose_us h2 {
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    padding: 0 0 0; font-size:36px;
    margin: 0 0 15px;
    letter-spacing: .5px;
    color: #fff; font-size:48px;
    font-weight: 700
}
.why_choose_us p {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 20px;
    float: left
}
.why_choose_us .rt_txt {
    width: 100%;
    float: left;
    padding: 60px 50px 0 150px;
}
.why_choose_us figure {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    text-align: center;
    overflow: hidden
}
.why_choose_us figure img {
    max-width: auto;
    width: 100%
}
.why_choose_us a.request_call {
    width: auto;
    display: inline-block;
    line-height: 60px;
    border-radius: 3px;
    padding: 0 30px;
    background: #d77100;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 15px 0 0
}
.why_choose_us a.request_call:hover {
    background: #333
}
.infographic_area {
    width: 100%;
    float: left;
    text-align: left; background:#fecc19;
}
.infographic_area label {
    font-size: 14px;
    font-weight: 700;
    color: #fcca18;
    letter-spacing: 4px;
    text-transform: uppercase
}
.infographic_area h2 {
    letter-spacing: .5px; font-size:36px; color:#000; text-transform:capitalize;
    margin: 0 0 10px
}
.infographic_area p{ font-size:15px; line-height:24px; margin:0 0 20px;}
.suburbs_area{ width:100%; float:left; background:#e7880b; color:#fff; padding:25px;}
.suburbs_area .suburb-list{width:100%; float:left; max-height:40vh; overflow:auto;}
.txt_pd{ padding:30px 0;}
.infographic_area a.cta_btn {
    width: auto;
    display: inline-block;
    line-height: 60px;
    border-radius: 3px;
    padding: 0 30px;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0px 0 0
}
.align_center{ align-items:center;}
.infographic_area a.cta:hover {
    background: #fcca18
}
.infographic_area ul {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 0
}
.infographic_area ul li {
    flex: 0 0 100%;
    border: solid 0 #e6ede3; 
    padding: 8px 0; font-size:18px; font-weight:500; 
    transition: ease-in .3s; color:#fff;
    margin: 0px 0; font-size:15px; line-height:24px;
}
.padd_top{ padding:50px 0 0;}

.suburbs_area .suburb-list p{  width: 100%;
    float: left; font-size:18px; font-weight:600; margin:20px 0 10px;}

.accordion {    max-width: 100%;    margin: 0 auto;  border-radius: 3px;  box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3), 0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);}
.heading {  color: #000;  font-size:16px; font-weight: 500;   letter-spacing: 0.8px;  padding: 10px; cursor: pointer; }
.heading:nth-last-child(2){  border-bottom:0;}
    .heading:first-child:hover {  border-radius: 3px 3px 0 0;}
.heading:nth-last-child(2):hover{  border-radius:0 0 3px 3px;}
.heading::before {  content: "\f107"; font-family: 'Fontawesome';  vertical-align: middle;  display: inline-block;  float: right;  transform: rotate(0);  transition: all 0.5s;  margin-top: 0px; font-size: 24px;}
.active.heading::before {  transform: rotate(-180deg);}
.not-active.heading::before {  transform: rotate(0deg);}
.contents {  display: none;    padding:10px; color: #000;  font-size: 13px;    line-height: 1.5;}
.contents p{ font-size:14px; line-height:24px; text-align:left; }


.faq_home{ width:100%; float:left; padding:40px 0; background:linear-gradient(rgba(235,245,255,0),#ebf5ff 69%); }
.faq_home label{font-weight:600; margin:0px 0 30px; font-size:32px; text-align:center; width:100%; float:left ; text-align: center; }
.faq_home p{ font-size:14px;  margin:0px 0 15px; width:100%; float:left; letter-spacing:.5px; font-weight:400; text-align: center;}

.accordion ul.faq_list{ width:100%; float:left; display:flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start; margin:50px 0 0; position:relative; z-index:1; }
.accordion ul.faq_list li{ flex:0 0 48%;  border:none; background: none; border-radius: 8px; margin: 0px 0;}
.accordion ul.faq_list li p{ text-align:left; }



.testi_area {
    width: 100%;
    float: left;
    background: #f5f5f5;
    color: #000;
    padding: 50px 0;
    text-align: center
}
.testi_area label {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    letter-spacing: 4px;
    text-transform: uppercase
}
.testi_area h2 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 42px
}
.testi_area p {
    font-size: 18px;
    text-align: center
}
.testi_box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 30px 50px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #ccc
}
.testi_box .top {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row;
    align-items: center
}
.testi_box .top figure {
    flex: 0 0 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden
}
.testi_box .top figure img {
    width: 100%
}
.testi_box .top .rt_dtls {
    text-align: left;
    padding: 0 0 0 25px
}
.testi_box .top .rt_dtls .rating {
    color: #ffb944;
    margin: 0 0 10px
}
.testi_box .top .rt_dtls h3 {
    font-size: 18px;
    margin: 0;
    font-size: 20px
}
.testi_box .top .rt_dtls h3 span {
    font-weight: 400;
    font-size: 16px
}
.testi_box .bot_dtls {
    width: 100%;
    float: left;
    text-align: left;
    padding: 25px 0 0
}
.testi_box .bot_dtls p {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 24px; font-style:italic; min-height:168px;
}
.all_srvc figure img {
    max-width: 100%;
    transition: ease-in .3s
}
.item:hover img {
    transform: scale(1.1)
}
.client_area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0
}
.client_area h2 {
    margin: 0 0 25px
}
.client_area ul.client_list{ width:100%; float:left; display:flex; flex-flow:row wrap; align-items:center; justify-content:center;}
.client_area ul.client_list li { margin:10px; 
}
.client_area ul.client_list li img {
    max-width: 100%; max-height:80px; 
}
.scrollup { display: none;  position: fixed;bottom: 4em;right: 15px;    width: 45px;    height: 45px;background: transparent linear-gradient(
180deg, #258CFF 0%, #455FFF 47%, #652BFF 100%) 0% 0% no-repeat padding-box; color: #fff;line-height: 45px;  font-family: fontawesome; border-radius:50%;    transition: ease-in .3s all;z-index: 999;   text-align: center; font-size: 20px}
.scrollup:hover { background:#ccc; color:#652BFF;}

footer {
    width: 100%;
    float: left;
    min-height: 300px;
    background: #0a0909;
    padding: 50px 0 0 0;
    color: #000
}
.foot_logo{ width:100%; float:left; display:flex; flex-flow:row wrap; align-items:center; justify-content:center; margin:0 0 30px;}
.foot_logo img{ max-height:90px; width:auto; max-width:100%; height:auto}
.foot_logo aside{ flex:1;     margin: 15px;
    background: #f1f1f1;
    text-align: center;
    padding: 15px;
    border-radius: 20px;}
.foot_logo aside figure{ margin:0 !important;}
footer h3 {
    width: 100%;
    float: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 0 15px 0;
    color: #fff;
    text-align: left
}
.email_us { width:100%; float:left;}
.email_us input{ width:100%; height:45px; }
.email_us input.wpcf7-submit{ background:#fcca18; color:#fff;}
footer h4 {
    width: 100%;
    float: left;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 0 2px 0;
    color: #fff;
    text-align: left
}
footer .address_detials {
    width: 100%;
    float: left;
    color: #fff;
    padding: 0px 0
}
footer .address_detials ul {
    width: 100%;
    float: left;
    margin: 0 0 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between
}
footer .address_detials ul li {
    padding: 0 0;
    margin: 10px 0;
    list-style: none;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    flex: 0 0 100%; 
    display: flex;
    align-items: center
}
footer .address_detials ul li figure {
    margin: 0;
    font-size: 24px;
    color: #fcca18
}
footer .address_detials ul li .rt_dtls {
    padding: 0 0 0 10px
}
footer .address_detials ul li p {
    margin: 0;
    font-size: 14px
}
footer .address_detials ul li a {
    font-size: 14px;
    color: #fff
}
footer .address_detials ul li i {
    font-size: 18px;
    display: inline-block;
    width: 25px;
    float: left
}
footer .address_detials ul li span {
    width: auto;
    float: left
}
.footer address_detials ul li:before {
    display: none
}
footer .menu, footer .resource {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 0 20px 0
}
.secure_icon {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 0 20px 10px
}
.secure_icon li {
    width: auto;
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 0 20px
}
.border_right {
    border-right: solid 1px #333;
    margin-bottom: 30px
}
footer .menu li, footer .resource li {
    width: 100%;
    float: left;
    padding: 0;
    letter-spacing: .5px;
    font-size: 14px
}
footer .menu li a, footer .resource li a {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 6px 0 6px 0;
    transition: ease-in .3s
}
footer .menu li a, footer .resource li a:hover {
    color: #fcca18
}
.social-icon {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 0
}
.social-icon li {
    width: auto;
    display: inline-block;
    margin: 0 2px
}
.social-icon li a {
    border: 0 solid #fff;
    padding: 0;
    text-align: center;
    margin: 0 15px 0 0;
    display: block;
    line-height: 38px;
    color: #fff;
    vertical-align: middle;
    transition: .3s;
    font-size: 18px
}
.social-icon li a:hover {
    color: #fcca18
}
footer .last_footer {
    border-top: solid 1px #333;
    color: #fff;
    padding: 20px 0
}
footer .last_footer a {
    color: #fff;
    padding: 0 0px
}
footer .last_footer p {
    padding: 0 0;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0;
    letter-spacing: .5px;
    margin: 0
}

.faq_area_home {
    width: 100%;
    float: left;
    margin: 0 0;
    padding: 60px 0
}
.faq_area_home h2 {
    text-align: center;
    font-size: 42px;
    margin: 0 0 20px
}
.faq_area_home #accordion {
    width: 100%;
    float: left;
    font-size: 18px;
    float: none;
    letter-spacing: .5px;
    line-height: 27px;
    text-align: justify
}
.faq_area_home h3 {
    width: 100%;
    float: none;
    position: relative;
    font-size: 22px;
    border-bottom: solid 1px #f1f1f1;
    color: #333;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 15px 20px 15px 0;
    cursor: pointer;
    margin: 0
}
.faq_area_home h3::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    right: 0;
    top: 16px
}
.faq_area_home .collapse, .faq_area_home p {
    font-size: 18px;
    float: none;
    letter-spacing: .5px;
    line-height: 27px;
    text-align: justify;
    border-bottom: solid 1px #f1f1f1;
    padding: 5px 0 10px;
    color: #000;
    margin: 0
}
.faq_area_home h3.collapsed::after {
    content: "\f078"
}
.inner_page_area {
    width: 100%;
    float: left;
    padding: 50px 0
}
.content_page_area{ width:100%; float:left; padding:50px 0; text-align:left}

.content_area {
    width: 100%;
    float: left; text-align:left;
}
.content_area .wp-caption, .content_area  iframe{ max-width:100%; width:100% !important}
.inner_page_area header, .content_page_area header{ position:relative; width:100%; float:left; top:0; margin:20px 0; display:none;}
.inner_page_area header img, .content_page_area header img{ max-height:300px; object-fit:cover; width:100%;}
.content_area  img{ max-width:100%;}
.content_area h2, .content_area h3 {
    width: 100%;
    float: left;
    font-size: 28px; text-transform:none;
    margin: 0 0 5px;
    color: #fcca18; text-align:left;
}
.content_area p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: left;
    margin: 10px 0 25px; color:#000;
}
.content_area ol, .content_area ul {
    width: 100%;
    float: left;
    padding: 0 0 0 0px; margin:0 0 20px;
    }
    
.content_area p a, .content_area ul li a{ font-weight:700; color:#fcca18;}
.content_area ol li, .content_area ul li {
        font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    width: 100%;
    float: left;
    letter-spacing: .5px;
    list-style-type: none;
    margin: 7px 0; padding:0 0 0 30px;  
    color: #000;
    text-align: left; position:relative;
}

.content_area ul li::before , .content_area ol li::before {  position: absolute;  content: "\f0a4"; font-family: 'Fontawesome';  font-size: 20px; left:0px;    color: #fecc19;}
.content_area ul.location_area{ margin:15px 0; width:100%; float:left;}
.content_area ul.location_area li{ width:50%; float:left;}
.content_area ul.location_area li a{ color:#000; font-weight:600;}

.contact_form {
    width: 100%;
    float: left
}
.contact_form h2 {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #fcca18;
    margin: 0 0 15px
}
.contact_form ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 15px; display:flex; flex-flow:row wrap; align-items:stretch; justify-content:space-between;
}
.contact_form ul li {
    width: 50%;
    float: left;
    margin: 5px 0
}
.contact_form ul li label{ margin:0 0 5px; font-weight:600; font-size:14px;}
.contact_form ul li input, .contact_form ul li select {
    width: 100%
}
.contact_form ul li textarea {
    width: 100%; height:65px;
}
.contact_form ul li label {
    font-weight: 500
}
.contact_form ul li:last-child {
    width: 100%
}
.contact_form .sbmt_btn {
    width: auto;
    display: block;
    border-radius: 3px;
    border: solid 1px #fff;
    background: #d77100;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 15px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px
}
.contact_form .sbmt_btn:hover {
    background: #0262d3
}
.contact_area {
    width: 100%;
    float: left;
    height: auto;
    background: #f1f1f1;
    border: solid 1px #f1f1f1;
    margin: 20px 0;
    border-radius: 3px
}
.contact_area .address_area {
    width: 100%;
    float: left;
    height: auto
}
.contact_area .address_area li {
    width: 100%;
    float: left;
    height: auto;
    list-style: none;
    margin: 0 0;
    border-bottom: solid 1px #fff;
    padding: 20px 20px
}
.contact_area .address_area li:last-child {
    border: none
}
.contact_area .address_area figure {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    float: left;
    text-align: center;
    background: #d77100;
    line-height: 55px;
    margin: 0;
    padding: 0
}
.contact_area p {
    text-align: left
}
.contact_area .address_area figure i {
    color: #fff;
    font-size: 22px
}
.contact_area .address_area figure img {
    display: inline-block;
    max-height: 20px
}
.contact_area .address_area .details {
    width: calc(100% - 50px);
    float: left;
    padding: 0 15px;
    box-sizing: border-box
}
.contact_area .address_area .details h3 {
    width: 100%;
    float: left;
    padding: 0;
    font-size: 16px;
    margin: 0 0 5px;
    color: #fcca18;
    text-transform: uppercase;
    font-weight: 600
}
.contact_area .address_area .details p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: left
}
.blog_area {
    width: 100%;
    float: left;
    padding: 0 0
}
.blog_area h1 {
    text-align: center;
    margin: 0 0 15px;
    color: #fcca18
}
.blog_area ul {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between
}
.blog_area ul li {
    flex: 0 0 48%;
    margin: 15px 0;
    font-size: 14px
}
.blog_area ul li figure {
    width: 100%;
    float: left;
    margin: 0;
    overflow: hidden
}
.blog_area ul li figure img {
    width: 100%;
    transition: ease-in .3s;
    height: auto
}
.blog_area ul li:hover img {
    transform: scale(1.1)
}
.blog_area ul li .dtls_more {
    width: 100%;
    float: left;
    padding: 15px 0
}
.blog_area ul li .dtls_more label {
    width: auto;
    float: left;
    margin: 0;
    font-size: 14px;
    color: #f16334;
    padding: 0;
    margin: 0 0 5px
}
.blog_area ul li .dtls_more h4 {
    font-size: 16px;
    width: 100%;
    float: left;
    color: #4b5156
}
.blog_details_area {
    width: 100%;
    float: left;
    margin: 0 0 20px
}
.blog_details_area h1 {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #fcca18;
    letter-spacing: .5px;
    margin: 0 0 8px
}
.blog_details_area figure {
    width: 100%;
    float: left;
    margin: 0 0 10px
}
.blog_details_area figure img {
    width: 100%;
    height: auto
}
.blog_details_area h2, .blog_details_area h3, .blog_details_area h4, .blog_details_area h5, .blog_details_area h6 {
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    color: #fcca18;
    margin: 15px 0 5px;
    width: 100%;
    float: left;
    letter-spacing: .5px
}
.blog_content p {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    float: left;
    letter-spacing: .5px;
    text-align: justify;
    margin: 0 0 5px
}
.blog_content p a {
    color: #fcca18
}
.blog_content ol, .blog_content ul {
    width: 100%;
    float: left;
    padding: 0 0 0 20px
}
.blog_content ol li, .blog_content ul li {
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    float: left;
    letter-spacing: .5px;
    list-style-type: circle;
    margin: 4px 0;
    color: #000;
    text-align: left;
}
.date_admin {
    width: 100%;
    float: left;
    margin: 0 0 10px
}
.date_admin li {
    border: none;
    width: auto;
    padding: 0;
    margin: 0 25px 0 0!important;
    font-size: 13px;
    color: #333;
    float: left;
    list-style: none
}
.date_admin li i {
    font-size: 16px;
    color: #fcca18;
    margin: 0 5px 0 0
}
.fa-phone{ transform:rotate(90deg)}

.sub_cat_area{ width:100%;float:left; display:flex; flex-flow:row wrap; align-items:stretch; justify-content:space-between; margin:0 0 25px;}
.sub_cat_area h2{ font-size:24px;}
.sub_cat_area .full_area{  flex:0 0 100%; display:flex; flex-flow:row wrap; align-items:stretch; justify-content:space-between; }
.sub_cat_area .full_area .img_area{ flex:0 0 40%; height:100%; background:#ccc; overflow:hidden;}
.sub_cat_area .full_area .img_area img{ width:100%; height:100%;}
.sub_cat_area .full_area .dtls_area{ flex:0 0 60%; padding:0 25px;}
.sub_cat_area .box_area{  flex:0 0 32%; border:solid 1px #ccc; padding:25px;  }
.sub_cat_area .box_area p{ margin:0;}


.empty_cart {
    width: 100%;
    float: left;
    padding: 50px 0;
    text-align: center;
}

.empty_cart a {
    width: auto;
    display: inline-block;
    padding: 12px 25px;
    border: 1px solid #272d42;
    border-radius: 25px;
    color: #272d42;
    margin: 15px 0 0;
}

.empty_cart a:hover, .offer_bg .offer_area button:hover {
    background: #272d42;
    color: #fff;
}



.fixed-btn {
    background: #ff9800 none repeat scroll 0 0;
    border-top-left-radius: 5px;
    color: #fff;
    float: right;
    font-size: 19px;
    padding: 3px 10px;
    text-align: center;
    width: 182px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    text-transform: capitalize; position:fixed; right:0; bottom:0; display:none;
    z-index:9999;
    
}

.fixed-btn i {
    float: right;
    margin-top: 4px
}