/*
Theme Name: canberra
Theme URI: h#
Author: Quikclicks
Author URI: https://www.quikclicks.com.au
Description: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.quikclicks.com.au
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
/* font-family: 'Roboto', sans-serif; */
/* common */
body {
  color: #545454;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  overflow-x:hidden;
}
p {
  color: #545454;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 15px;
}
a {
   color: #ff3600;
   text-decoration: none;
}
a:hover, a:focus {
   color: #545454;
   text-decoration: none;
}
img {
   max-width: 100%;
   height: auto;
   border: none;
   border-radius: 0;
}
.featured-image {
  background-size: cover !important;
  min-height: 319px;
  position: relative;
}
.breadcrumb-section {
  color: #282828;
  font-size: 13px;
  padding: 10px 0 0;
}
.breadcrumb-section span, .breadcrumb-section a {
  color: #9b9b9b;
}
.breadcrumb-section a:hover {
  color: #ff3600;
}
/* slider */
#topslider {
    position: relative;
    z-index: 9;
}
#topslider .slick-list {
    overflow: inherit;
}
#topslider .slide-item {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	min-height: 609px;
	padding-bottom: 160px;
}
.slide-content {
    max-width: 555px;
    z-index: 99;
    position: relative;
    padding-top: 140px;
}
.slide-content p {
    color: #282828;
    font-size: 20px;
    font-weight: 500;
}
.slide-content strong {
  font-size: 50px;
  line-height: 50px;
  color: #0c76d9;
  font-weight: 900;
  display: block;
  padding-bottom: 4px;
}
.slide-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slide-content ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.slide-content a {
    display: inline-block;
    min-width: 165px;
    height: 55px;
    text-align: center;
    padding: 0 15px;
    line-height: 55px;
    background: #ff3600;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    margin-top: 14px;
    border-radius: 3px;
}
.slide-content ul li + li a {
    min-width: 110px;
    background: #0c76d9;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
  position: absolute;
  bottom: 148px;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
  left: 0;
  right: 0;
  padding: 0;
}
.slick-dots ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  padding: 2px 6px 2px 0;
}
.slick-dots li button {
  background: none;
  border-radius: 50px;
  box-shadow: inherit;
  cursor: pointer;
  display: block;
  height: 17px;
  text-indent: -9999px;
  width: 17px;
  border: 5px solid #282828;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #282828;
  cursor: default;
}
.slick-dots li button:hover {
  background: #282828;
}
.slick-prev.slick-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(images/arrow-left.png) no-repeat scroll 0 0;
    z-index: 99;
    border: none;
    left: 15px;
    top: 45%;
    text-indent: -99999px;
    padding: 0;
}
.slick-next.slick-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(images/arrow-right.png) no-repeat scroll 0 0;
    z-index: 99;
    border: none;
    right: 15px;
    top: 45%;
    text-indent: -99999px;
    padding: 0;
}
/* header */
.Header-top-section {
  background: #252525;
  min-height: 37px;
  text-align: right;
}
.Header-top-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Header-top-section ul li {
  display: inline-block;
  vertical-align: middle;
  color: #8f8f8f;
  font-weight: 500;
  line-height: 37px;
  font-size: 16px;
}
.Header-top-section ul li:first-child {
  padding-right: 13px;
  margin-right: 11px;
  border-right: 1px solid #8f8f8f;
  line-height: 12px;
}
.header-top li a {
  color: #ff3600;
  font-size: 20px;
  font-weight: 900;
  line-height: 37px;
  display: block;
}
.header-top li:last-child a {
  color: #fff;
  padding: 0 14px;
  background: #ff3600;
  font-size: 16px;
  margin-left: 14px;
}
.header {
  padding: 19px 0 39px;
}
.navbar-default {
    background: none;
    border: medium none;
    border-radius: 0;
    min-height: 1px;
    margin: 0;
}
.menu-area {
  padding-top: 39px;
}
.navbar-collapse {
  padding: 0;
}
.navbar-default ul {
  list-style: none;
  padding: 0;
  float: right;
  text-align: right;
  margin-left: -34px;
}
.navbar-default .navbar-nav > li > a {
    color: #3a3a3c;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 11px 4px;
    position: relative;
}
.navbar-default .navbar-nav > li:first-child > a {
  padding-left: 0;
}
.navbar-default .navbar-nav > li:last-child > a {
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li.current-menu-item > a, 
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a, 
.navbar-default .navbar-nav > li.current-menu-parent > a {
    color: #ff3600;
}
.navbar-default ul.sub-menu {
    border: medium none;
    border-radius: 0;
    display: none;
    padding: 0;
    position: absolute;
    min-width: 233px;
    z-index: 999;
    left:0;
    margin: 0;
}
.navbar-nav > li:hover .sub-menu {
  display: block;
}
.sub-menu li > a {
  border: medium none;
  color: #a0a0a0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 11px 4px;
  background: #252525;
  text-decoration: none;
  text-align: left;
  display: block;
  margin-bottom: 1px;
}
.sub-menu li > a:hover, .sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
  color: #ffffff;
  background: #ff3600;
}
/* footer */
.footer-top-section {
  background: #ff3600;
  text-align: center;
  padding: 17px 0 28px;
}
.footer-top-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-top-section ul li {
  float: left;
  width: 31.33%;
  margin-right: 3%;
  min-height: 125px;
}
.footer-top-section ul li:last-child {
  margin-right: 0;
  padding-top: 7px;
}
.footer-top-section ul li:first-child {
  padding-top: 10px;
}
.footer-widgets {
  background: #282828;
  padding: 76px 0 34px;
  color: #b3b3b3;
}
footer p {
  color: #b3b3b3;
}
.footer-box {
  margin-bottom: 30px;
}
.widget-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}
.footer-widgets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widgets a {
  color: #b3b3b3;
}
.footer-widgets a:hover {
  color: #ff3600;
}
.footer-four:first-child {
  margin-bottom: 38px;
}
.footer-four:first-child ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
.footer-bottom-section {
  background: #151515;
  text-align: center;
  padding: 25px 0 50px;
}
.copyright {
  color: #8e8e8e;
  padding-top: 17px;
}
.copyright a {
  color: #8e8e8e;
  display: inline-block;
}
.copyright a:hover {
  color: #ff3600;
}
/* home */
.vc_custom_heading.site-title {
  margin: 77px 0 74px;
  padding-bottom: 29px;
  position: relative;
}
.home-page .vc_custom_heading.site-title {
  margin-top: 109px;
}
.vc_custom_heading.site-title::after {
  content: "";
  width: 196px;
  height: 4px;
  background: url(images/section-title-bg.png) no-repeat scroll 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.vc_row.image-content-row {
  margin-bottom: 97px;
}
.about-page .vc_row.image-content-row {
  margin-bottom: 45px;
}
.image-content-row strong {
  font-size: 16px;
}
.image-content-row a {
  display: inline-block;
  min-width: 110px;
  height: 55px;
  text-align: center;
  padding: 0 15px;
  line-height: 55px;
  background: #0c76d9;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin-top: 19px;
  border-radius: 3px;
}
.vc_row.wpb_row.vc_row-fluid.brand {
  padding-top: 31px;
  padding-bottom: 10px;
}
.brand-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.brand-list ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 18px;
}
.brand-list ul li:first-child {
  margin-left: 0;
}
.brand-list ul li:last-child {
  margin-right: 0;
}
.vc_row.wpb_row.vc_row-fluid.work-section {
  padding-top: 39px;
  padding-bottom: 55px;
}
.work-section .vc_custom_heading.site-title.border {
  margin-top: 0;
  margin-bottom: 45px;
}
.vc_custom_heading.work-title {
  margin: -51px auto 9px;
  position: relative;
}
.vc_custom_heading.work-title a {
  color: #ffffff !important;
  display: block;
  width: 236px;
  min-height: 57px;
  background: #0c76d9;
  padding: 11px 15px 12px;
  line-height: 17px !important;
  margin: 0 auto;
  opacity: 1 !important;
}
.vc_custom_heading.work-title:hover a {
  color: #282828 !important;
  background: #ffffff;
  opacity: 1 !important;
}
.work-section .content-text {
  text-align: center;
  max-width: 236px;
  margin: 0 auto 33px;
  color: #fff;
}
.work-section .content-text p {
  color: #fff;
}
.vc_row.wpb_row.vc_row-fluid.blog-section {
  padding-top: 36px;
  padding-bottom: 12px;
}
.blog-section .vc_custom_heading.site-title.border {
  margin-top: 0;
  margin-bottom: 50px;
}
.book-online > .vc_column-inner > .wpb_wrapper {
  float: right;
  padding: 30px 85px 45px 15px;
}
.testimonial-right > .vc_column-inner > .wpb_wrapper {
  padding: 44px 0 25px 85px;
}
.testimonial-section .testimonial_slider__textonly .testimonial_content {
   width: 100%;
   padding: 0;
   margin: 0;
   height: 100%;
   overflow: inherit;
}
.testimonial-section .testimonial_slider__textonly .testimonial_by_wrap .testimonial_by_inner {
   margin: 0;
}
.testimonial-section .testimonial_slider__textonly .testimonial_content_wrap::before, 
.testimonial-section .testimonial_slider__textonly .testimonial_content_wrap::after {
   content: none;
}
.testimonial-section .testimonial_slider__textonly .testimonial_by_wrap .testimonial_by {
  text-transform: none;
  font-weight: 900 !important;
  font-size: 14px !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: italic !important;
  top: 8px;
  position: relative;
  color: #ffffff !important;
}
.testimonial-section .testimonial_slider__textonly .testimonial_nav_arrow_wrap {
  display: block !important;
  margin-top: 0;
}
.testimonial-section .testimonial_slider__textonly a.testimonial_prev {
  background: transparent url(images/prev.png) no-repeat 0 0 !important;
  width: 39px;
  height: 39px;
  margin-top: 95px;
  position: relative;
  display: inline-block !important;
  vertical-align: top;
  margin-right: 5px;
  margin-left: 0;
}
.testimonial-section .testimonial_slider__textonly a.testimonial_next {
  right: inherit;
  background: url(images/next.png) no-repeat 0 0 !important;
  left: inherit;
  width: 39px;
  height: 39px;
  margin-top: 95px;
  display: inline-block !important;
  margin-left: 5px;
  margin-right: 0;
}
.testimonial-section .testimonial_slider__textonly .testimonial_slideri {
   margin: 0;
}
.testimonial_slider__textonly .testimonial_content span {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
}
.wpb_text_column.wpb_content_element.testimonial-con {
  max-width: 495px;
}
.testimonial-section .vc_custom_heading.site-title.border {
  margin: 0 0 88px;
}
.testimonial-section .vc_custom_heading.site-title.border:after {
  margin: 0;
}

/* blog */
.main-content.blog.general {
  background: #f9f9f9;
  padding: 50px 0 70px;
  margin-top: 10px;
}
h1.page-title, .post-title {
  margin: 47px 0 74px;
  font-size: 30px;
  color: #282828;
  line-height: 30px;
  text-align: center;
  font-family: Roboto;
  font-weight: 900;
  padding-bottom: 29px;
  position: relative;
}
h1.page-title::after, .post-title:after {
  content: "";
  width: 196px;
  height: 4px;
  background: url(images/section-title-bg.png) no-repeat scroll 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.post-listing {
  margin-bottom: 30px;
}
.blog-content {
  background: #fff;
  padding: 13px 20px 17px;
  min-height: 305px;
}
.meta-post {
  font-size: 15px;
  font-weight: 500;
  color: #878787;
}
.blog-content h3 {
  margin: 9px 0 13px;
}
.blog-content h3 a {
  color: #0c76d9;
  font-size: 15px;
  font-weight: 900;
  display: block;
  line-height: 23px;
}
.blog-content p {
  margin: 0 0 11px;
}
.readmore {
  font-weight: 700;
  color: #ff3600;
}
.main-content.blog.post-details .meta-post {
  margin-bottom: 20px;
}
.main-content.blog.post-details {
  margin-bottom: 70px;
}
/* pagination */
.blog-pagination {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.wp-pagenavi {
  margin-bottom: 37px;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #0c76d9;
  padding: 0;
  margin: 2px 4px;
  width: 51px;
  height: 51px;
  display: inline-block;
  vertical-align: middle;
  line-height: 49px;
  color: #ff3600;
  text-align: center;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.wp-pagenavi span.current {
    border-color: #0c76d9;
    border-width: 5px;
    color: #ff3600;
    width: 51px;
    height: 51px;
    line-height: 41px;
    text-align: center;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.wp-pagenavi a:hover {
  border-color: #0c76d9;
  color: #ff3600;
}

/*Service page*/
.dot-list ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-top: 2px;
}
.dot-list ul li {
padding: 0 0 5px 42px;
background: url(images/tick.png) no-repeat scroll left 0px;
margin-bottom: 10px;
color: #545454;
font-size: 14px;
font-weight: 400;
line-height: 27px;
}
.service-page .site-subtitle{
    margin-top: 5px;
    padding-bottom: 11px;
}
.repairsection .site-subtitle{
padding-top: 22px;
padding-bottom: 12px;
}
.repairsection{
    padding-bottom: 42px;
}
.service-page{
    padding-bottom: 57px;
}
.system-section .site-title{
    margin-top: 71px;
margin-bottom: 85px;
}
.right-content .system-title{
    background: #0c76d9;
    margin-bottom: 17px;
margin-left: -128px;
text-transform: capitalize;
    
padding: 22px 15px 17px 126px;
}
.right-content .dot-list{
    padding-right: 68px;
}
.left-content .dot-list{
    padding-left: 68px;
}
.left-content .system-title {
  background: #0c76d9;
  margin-bottom: 17px;
  margin-right: -128px;
  text-transform: capitalize;
  padding: 22px 15px 17px 68px;
  z-index: 999;
  position: relative;
}
.system-section .vc_row{
    padding-bottom: 30px;
}
/* contact page */
.vc_row.wpb_row.vc_inner.vc_row-fluid.form-section {
  padding-bottom: 66px;
}
.wpcf7-form label {
  width: 100%;
  margin-bottom: 9px;
}
.wpcf7-form-control.wpcf7-text {
  color: #afafaf;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  padding: 0 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  width: 100%;
  background: #f8f8f8;
}
.wpcf7-form-control.wpcf7-textarea {
  color: #afafaf;
  font-size: 14px;
  font-weight: 400;
  height: 585px;
  padding: 9px 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  width: 100%;
  background: #f8f8f8;
}
.wpcf7-form-control.wpcf7-submit {
  width: 126px;
  height: 55px;
  background: #ff3600;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  float: right;
  padding: 0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  margin: 7px 0;
}
div.wpcf7-response-output {
  margin: 2em 0 1em;
  float: left;
}
.wpb_gmaps_widget.map-section .wpb_wrapper {
  padding: 0;
}
.vc_custom_heading.site-subtitle {
  margin: 5px 0 26px;
}
.address-section > .vc_column-inner > .wpb_wrapper {
  max-width: 358px;
}
.con-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.con-text ul li {
  margin-bottom: 15px !important;
  padding-left: 33px;
  background: url(images/phone.png) no-repeat scroll 5px 0;
}
.con-text ul li + li {
  background: url(images/email.png) no-repeat scroll 2px 4px;
}
.con-text ul li a {
  color: #545454;
}
.wpb_text_column.wpb_content_element.content-text.border {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.emergency-img {
  margin-top: -17px;
  margin-bottom: 50px !important;
}
.content-text.no-border h4 {
  color: #ff3600;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 15px;
}
/* Responsive site css */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  padding: 5px 5px 4px;
}
.slide-content {
  max-width: 440px;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  top: 41%;
}
.slick-dots {
  max-width: 970px;
  padding: 0 15px;
}
.vc_custom_heading.work-title a {
  width: 195px;
}
.book-online > .vc_column-inner > .wpb_wrapper {
  padding: 30px 30px 45px 15px;
  max-width: 485px;
}
.testimonial-right > .vc_column-inner > .wpb_wrapper {
  padding: 25px 0 5px 30px;
}
.testimonial-section .testimonial_slider__textonly .testimonial_by_wrap .testimonial_by {
  top: 23px;
}
.wpb_text_column.wpb_content_element.testimonial-con {
  max-width: 437px;
}
.testimonial-section .testimonial_slider__textonly a.testimonial_prev {
  margin-top: 65px;
}
.testimonial-section .testimonial_slider__textonly a.testimonial_next {
  margin-top: 65px;
}
.blog-content {
  min-height: 370px;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.logo-area {
  text-align: center;
}
.menu-area {
  padding-top: 20px;
}
.navbar-default ul {
  text-align: left;
  margin-left: 0;
  width: 100%;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  padding: 5px 7px 4px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  padding: 5px 7px 4px;
}
.slide-content {
  max-width: 340px;
  padding-top: 55px;
}
.slide-content strong {
  font-size: 35px;
  line-height: 35px;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow {
  display: none !important;
}
#topslider .slide-item {
  min-height: 380px;
  padding-bottom: 65px;
}
.slick-dots {
  max-width: 750px;
  bottom: 30px;
}
.vc_custom_heading.work-title a {
  width: 150px;
}
.book-online > .vc_column-inner > .wpb_wrapper {
  padding: 15px;
  max-width: 100%;
}
.testimonial-right > .vc_column-inner > .wpb_wrapper {
  padding: 15px;
}
.testimonial-section .vc_custom_heading.site-title.border {
  margin: 0 0 30px;
}
.testimonial_slider__textonly .testimonial_content span {
  line-height: 19px;
}
.wpb_text_column.wpb_content_element.testimonial-con {
  max-width: 100%;
}
.testimonial-section .testimonial_slider__textonly a.testimonial_prev {
  margin-top: 25px;
}
.footer-box:nth-child(3) {
  clear: left;
}
.footer-top-section ul li {
  min-height: auto;
}
.blog-content {
  min-height: 500px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.Header-top-section ul li:first-child,
.Header-top-section ul li:last-child {
  display: none;
}
.Header-top-section {
  text-align: center;
}
.logo-area {
  width: 250px;
}
.navbar-default .navbar-toggle {
  border-color: #ff3600;
  position: absolute;
  top: -59px;
  right: 0;
  margin-right: 0;
  margin-top: 0;
  background: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ff3600;
}
.header {
  padding: 19px 0 8px;
}
.navbar-default ul {
  margin: 0;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  padding: 5px 0;
  margin: 2px 0;
}
.navbar-default ul.sub-menu {
  display: block;
  position: relative;
  padding: 0 0 7px;
}
.sub-menu li > a {
  padding: 4px 11px;
  background: none;
}
.sub-menu li > a:hover, 
.sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
  color: #ff3600;
  background: none;
}
.slide-content {
  max-width: 160px;
  padding-top: 30px;
}
.slide-content strong {
  font-size: 18px;
  line-height: 18px;
}
.slide-content p {
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 8px;
}
.slide-content a {
  min-width: 110px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  margin-top: 10px;
}
.slide-content ul li {
  display: block;
  margin-right: 0;
}
#topslider .slide-item {
  min-height: 275px;
  padding-bottom: 40px;
}
.slick-dots {
  bottom: 7px;
}
.home-page .vc_custom_heading.site-title {
  margin-top: 60px;
}
.vc_custom_heading.site-title {
  margin: 60px 0 45px;
  padding-bottom: 20px;
  font-size: 25px !important;
  line-height: 25px !important;
}
.vc_row.image-content-row {
  margin-bottom: 30px;
}
.vc_custom_heading.work-title a {
  width: 236px;
  min-height: auto;
}
.wpb_text_column.wpb_content_element.testimonial-con {
  max-width: 290px;
}
.testimonial_slider__textonly .testimonial_content span {
  line-height: 16px;
  font-size: 13px;
}
.vc_row.wpb_row.vc_row-fluid.brand {
  padding-top: 10px;
}
.list-img img {
  width: 100%;
}
.footer-top-section {
  padding: 17px 0;
}
.footer-top-section ul li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}
.footer-widgets {
  padding: 50px 0 25px;
}
.featured-image {
  min-height: 160px;
}
.right-content .system-title {
  margin-left: 0;
  padding: 17px 15px;
  margin-top: 0;
}
.left-content .system-title {
  margin-right: 0;
  padding: 17px 15px;
  margin-top: 0;
}
.left-content .dot-list {
  padding-left: 0;
}
.right-content .dot-list {
  padding-right: 0;
}
.service-page {
  padding-bottom: 20px;
}
.wpcf7-form-control.wpcf7-textarea {
  height: 285px;
}
.brand-list ul li {
  display: block;
  margin: 10px 0;
}
h1.page-title, .post-title {
  font-size: 25px;
  line-height: 25px;
}
.blog-content {
  min-height: 5px;
}

} 