/*
Theme Name: webdesigninnerwest
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/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
/* font-family: 'Raleway', sans-serif; */

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}


body {
  color: #515151;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  overflow-x:hidden;
}
p {
  color: #515151;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 15px;
}
a {
   color: #e39e21;
   text-decoration: none;
}
a:focus, a:hover {
    color: #00b7ba;
    text-decoration: none;
}
img {
   max-width: 100%;
   height: auto;
   border: none;
   border-radius: 0;
}
.featured-image {
  background-size: cover !important;
  min-height: 475px;
  position: relative;
}
.title-secction {
	text-align: center;
	color: #e39e21;
	padding-top: 265px;
	font-weight: 400;
	max-width: 810px;
	margin: 0 auto;
	padding-bottom: 26px;
}
.title-secction .breadcrumb-separator {
	color: #fff;
}
.title-secction a {
	color: #fff;
}
.title-secction a:hover {
	color: #e39e21;
}
.page-title {
	color: #fff;
	margin: 0 0 16px;
	font-size: 80px;
	line-height: 69px;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	min-height: 139px;
}
.center {
	text-align: center;
}
.white-text, .white-text p {
	color: #fff;
}
/* header */
#header {
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	padding: 45px 0 30px;
}
.navbar-default ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  float: left;
  width: 100%; 
}
.navbar-default {
  background: none;
  border: medium none;
  border-radius: 0;
  min-height: 1px;
  margin: 0;
}
.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
.menu-area.col-xs-12.col-sm-7.col-md-6 {
	padding-top: 53px;
}
.navbar-default .navbar-nav > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.navbar-default .navbar-nav > li > a {
  color: #58595b;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px 5px;
  position: relative;
  text-transform: capitalize;
}
.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: #00b7ba;
}
.navbar-default ul.sub-menu {
    background: #00b7ba;
    border: medium none;
    border-radius: 0;
    display: none;
    padding: 4px 0 11px;
    position: absolute;
    min-width: 235px;
    z-index: 999;
    margin: 0;
}
.navbar-nav > li:hover .sub-menu {
  display: block;
}
.sub-menu li > a {
    border: medium none;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 4px 17px 3px;
    text-decoration: none;
    text-align: left;
    display: block;
}
.sub-menu li > a:hover, 
.sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
  color: #515151;
}
.header-top {
	text-align: right;
	padding-top: 44px;
}
.header-top a {
	display: block;
	max-width: 165px;
	height: 49px;
	background: #e39e21;
	text-align: center;
	line-height: 49px;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
}
/* footer */
footer {
	background: #e9daa5;
	padding-top: 75px;
	padding-bottom: 55px;
	font-size: 13px;
	color: #515151;
}
footer p {
	font-size: 13px;
	color: #515151;
}
footer a {
	color: #515151;
}
footer a:hover {
	color: #e39e21;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .menu li {
	background: url(images/arrow.png) no-repeat scroll 0 9px;
	padding-left: 11px;
}
.footer-top-section, .footer-bottom-section {
  clear: both;
  float: left;
  width: 100%;
}
.widget-title {
	color: #00b7ba;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.footer-widgets-area {
	margin-bottom: 30px;
}
.footer-top {
	text-align: left;
	margin-bottom: 30px;
}
.footer-top-right{
    padding-top: 27px;
}
.footer-top-right a{
    font-size: 22px;
    color:#515151;
}
.footer-three  {
	padding-top: 40px;
}
.footer-four li {
	display: inline-block;
	margin-right: 10px;
}
/* blog */
.main-content.blog.general {
 padding-top: 84px;
 padding-bottom: 65px;
}
.post-listing {
 margin-bottom: 53px;
}
.post-listing:nth-child(3n+4) {
 clear: left;
}
.list-img img {
 width: 100%;
}
.blog-content {
  padding: 27px 0 20px;
  position: relative;
}
.blog-content::after {
  content: "";
  width: 165px;
  height: 4px;
  background: #e39e21;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-content h3 {
  margin: 0 0 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.blog-content h3 a {
  color: #e39e21;
  display: block;
}
.blog-content h3 a:hover {
 color: #00b7ba;
}
.meta-post {
 color: #00b7ba;
 font-size: 15px;
 line-height: 20px;
 font-weight: 700;
 margin-bottom: 18px;
}
/* pagination */
.wp-pagenavi .pages{
    display: none;
}
.blog-pagination {
 float: left;
 width: 100%;
 margin-top: 10px;
 text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
 text-decoration: none;
 border: 1px solid #e39e21;
 padding: 0;
 margin: 2px 5px;
 width: 36px;
 height: 36px;
 display: inline-block;
 vertical-align: middle;
 line-height: 34px;
 color: #e39e21;
 text-align: center;
 font-size: 18px;
 font-family: 'Montserrat', sans-serif;
 font-weight: 500;
 border-radius: 50px;
}
.wp-pagenavi span.current {
   border-color: #00b7ba;
   border-width: 1px;
   color: #00b7ba;
   width: 36px;
   height: 36px;
   line-height: 34px;
   text-align: center;
   font-size: 18px;
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
   border-radius: 50px;
}
.wp-pagenavi a:hover {
 border-color: #00b7ba;
 color: #00b7ba;
}
/* post details */
.main-content.general.blog.post-details {
 padding-bottom: 89px;
}
.post-main-content-text {
 max-width: 950px;
 margin: 0 auto;
}
.single-img {
 margin-bottom: 45px;
}
.single-img img {
 width: 100%;
 height: auto;
}
.post-title {
 font-size: 35px;
 font-weight: 500;
 color: #e39e21;
 margin: 0 0 20px;
 font-family: 'Montserrat', sans-serif;
 line-height: 35px;
}
/* home page */
/* 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: 967px;
  padding-bottom: 50px;
}
.slide-content {
	padding-top: 212px;
	text-align: center;
	max-width: 945px;
	margin: 0 auto;
}
.slide-content p {
	color: #58595b;
	font-size: 16px;
	margin-bottom: 23px;
}
.slide-content strong {
  color: #00b7ba;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 9px;
}
.slide-content h3 {
	color: #014641;
	font-family: 'Raleway', sans-serif;
	font-size: 100px;
	line-height: 81px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 35px;
}
#topslider {
    width: 782px;
    height: 468px;
    margin: 0 auto;
    background: url(images/portfolio-bg.png) no-repeat scroll 0 0;
    padding: 27px 90px 74px 95px;
}
.slide-content h1{
    color: #00b7ba;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 9px;
    margin-bottom: 23px;
}
#topslider .slide-item {
    height: 366px;
    min-height: 10px;
    padding-bottom: 0;
}
.vc_row.wpb_row.vc_row-fluid.home-mainbanner {
  min-height: 967px;
}
.home-portfolio-carousel #topslider {
  margin-top: -206px;
  margin-bottom: 50px;
}
.port-top-slider > .vc_column-inner > .wpb_wrapper {
  position: relative;
}
.port-top-slider > .vc_column-inner > .wpb_wrapper::after {
  content: "";
  width: 629px;
  height: 560px;
  background: url(images/slider-img.png) no-repeat scroll 0 0;
  position: absolute;
  right: 12px;
  top: -159px;
}
.vc_custom_heading.cta-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin: 19px 0 26px;
}
.vc_custom_heading.cta-title strong {
  font-weight: 800;
  display: inline-block;
  padding-bottom: 6px;
}
.wpb_text_column.wpb_content_element.cta-con {
  margin-bottom: 23px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.cta-content-area.first {
  position: relative;
  margin-bottom: 50px;
}
.vc_custom_heading.helping-title {
  text-transform: uppercase;
  max-width: 333px;
  margin: 0 0 26px;
  line-height: 54px !important;
}
.vc_custom_heading.helping-title strong {
  font-weight: 900;
  color: #00b7ba;
}
.wpb_text_column.wpb_content_element.helping-con strong {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 9px;
}
.button-con a {
  display: block;
  max-width: 165px;
  height: 49px;
  background: #f2ab26;
  text-align: center;
  line-height: 49px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}
.vc_row.wpb_row.vc_row-fluid.helping-section {
  padding-top: 130px;
  padding-bottom: 72px;
  background-position: center top !important;
}
.vc_row.wpb_row.vc_row-fluid.cta-section {
  padding-bottom: 36px;
}
.services-section{
    padding-top: 76px;
    padding-bottom: 80px;
}
.serv-img{
    padding-top: 24px;
    
    max-height: 80px;
}
.serv-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #0cb8e6;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
    padding-top: 4px;
}
.serv-cta-section .wpb_text_column p a{
    font-size: 14px;
    color:#f2ab26;
    font-weight:700;
}
.serv-cta-section .wpb_text_column p{
        margin-bottom: 10px!important;
}
.serv-cta-section{
    border-bottom: 1px solid #eeeeee;
        padding-top: 25px;
    padding-bottom: 25px;
}
.serv-cta-section:last-child{
    border-bottom: inherit;
}
.service-cat-title,.form-title{
    text-transform: uppercase;
}
.form-title{
    padding-top: 88px;
    padding-bottom: 50px;
}
.form-section form label{
    width:100%;
    margin-bottom: 10px;
}
.form-section .inline-field label{
       width: 374px;
    margin-right: 5px;
}
.form-section .inline-field label:last-child{
    margin-right: 0;
}
.form-section .wpcf7-form-control.wpcf7-text,.form-section .wpcf7-form-control.wpcf7-number,.form-section .wpcf7-form-control.wpcf7-select {
font-size: 14px;
color: #f4f4f4;
border:none;
padding: 0 18px;
height: 48px;

background:none;
width: 100%;
font-weight: 400;
    border: 1px solid #ffffff; 
}
.form-section .wpcf7-form-control.wpcf7-textarea {
font-size: 14px;
color: #f4f4f4;
border: none;
padding: 0 18px;
height: 100px;

background:none;
width: 100%;
display:inline-block;
font-weight: 400;
 padding-top: 9px; 
  border: 1px solid #ffffff;
}
.form-section .wpcf7-form-control.wpcf7-submit {
  text-align: center;
    height: 50px;
    border:none;
    background: #f2ab26;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    box-shadow: inherit;
    font-weight: 400;
    margin-top: 6px;
    width: 164px;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
  
}
.form-section{
        padding-bottom: 136px;
}
::-webkit-input-placeholder { /* Edge */
color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}

::placeholder {
color: #fff;
}
div.wpcf7-response-output {
  float: left;
}
div.wpcf7-mail-sent-ok {
  display: none !important;
}
span.wpcf7-not-valid-tip {
    color: red;
    
}
.form-section .wpcf7-not-valid-tip{
    position: absolute;
    color: red;
    top: -38px;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
.form-section .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color:#fff;
}
.custom-left > .vc_column-inner {
  background-position: center right !important;
}
.custom-right > .vc_column-inner > .wpb_wrapper {
  width: 555px;
  padding-left: 69px;
  padding-top: 140px;
  padding-bottom: 65px;
}
.about-top .top-titile{
    padding-top: 52px;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.about-top{
        padding-bottom: 69px;
}
.about-service{
    padding-top: 12px;
    padding-bottom: 73px;
}
.custom-right > .vc_column-inner {
  background-position: left center !important;
}
/* contact */
.contact-left > .vc_column-inner {
display: block !important;
}
.contact-left > .vc_column-inner > .wpb_wrapper,
.contact-right > .vc_column-inner > .wpb_wrapper {
width: 555px;
}
.contact-left > .vc_column-inner > .wpb_wrapper {
padding: 71px 69px 30px 0;
float: right;
}
.contact-right > .vc_column-inner > .wpb_wrapper {
padding: 106px 0 43px 69px;
}
.vc_custom_heading.con-title {
margin: 0 0 26px;
}
.contact-right label {
margin-bottom: 9px;
width: 100%;
}
.contact-right .wpcf7-form-control.wpcf7-text {
width: 100%;
background: #f7f7f7;
border: none;
height: 41px;
color: #a3a3a3;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
padding: 0 20px;
border-radius: 5px;
}
.contact-right .wpcf7-form-control.wpcf7-textarea {
width: 100%;
background: #f7f7f7;
border: none;
height: 222px;
color: #a3a3a3;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
padding: 9px 20px;
border-radius: 5px;
}
.contact-right .wpcf7-form-control.wpcf7-submit {
float: right;
display: block;
width: 165px;
height: 49px;
background: #e39e21;
border: none;
font-size: 16px;
text-transform: capitalize;
color: #fff;
border-radius: 5px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
margin: -2px auto 20px;
}
.contact-right .wpcf7 form .wpcf7-response-output {
margin: -10px 0 0;
float: left;
}
div.wpcf7-mail-sent-ok {
 display: none !important;
}
.contact-info p {
margin-bottom: 24px;
}
.contact-info strong {
font-size: 17px;
color: #00b7ba;
font-weight: 800;
}
.contact-info a {
color: #515151;
}
.vc_row.wpb_row.vc_row-fluid.locked-section {
min-height: 668px;
}
.vc_custom_heading.locked-title {
text-transform: uppercase;
margin: 0 0 30px;
}
.vc_custom_heading.locked-title strong {
color: #ffffff;
font-weight: 900;
}
/* portfolio */
.portfolio-top {
  padding-top: 34px;
  padding-bottom: 49px;
}
.portfolio-gallery-section {
  padding-top: 47px;
  padding-bottom: 56px;
}
.more-btn .vc_general.vc_btn3 {
  font-size: 16px;
  width: 165px;
  background: #e39e21 !important;
  border: none !important;
  margin-top: 13px;
  margin-bottom: 15px;
}
.web-gallery-section .more-btn .vc_general.vc_btn3 {
  background: #ed217c !important;
}
.about-top.portfolio-top .top-titile {
  padding-top: 5px;
}
/* web design */
.vc_row.wpb_row.vc_row-fluid.cta-section.home-cta.wds-cta {
  padding-top: 106px;
}
.vc_custom_heading.service-section-title {
  text-transform: uppercase;
  margin: 0 0 25px;
}
.wds-cta .cta-content-area.first {
  padding-top: 64px;
}
.vc_row.wpb_row.vc_row-fluid.choice-section {
  padding-top: 56px;
  padding-bottom: 75px;
}
.choice-right .vc_custom_heading.service-section-title {
  margin: 0 0 17px;
}
.choice-right > .vc_column-inner > .wpb_wrapper {
  max-width: 555px;
  padding-top: 48px;
}
.dprocess-section .vc_custom_heading.locked-title strong {
  color: #00b7ba;
}
.vc_row.wpb_row.vc_row-fluid.dprocess-section {
  padding-top: 143px;
  padding-bottom: 126px;
}
.dprocess-text strong {
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 13px;
}
.vc_custom_heading.cta-title.sucess-title {
  margin-bottom: 23px;
}
.success-bottom-con p, .success-bottom-con a {
  color: #0cb8e6;
  font-weight: 700;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.success-cta-section {
  padding-top: 23px;
  padding-bottom: 38px;
}
.vc_row.wpb_row.vc_row-fluid.success-section {
  padding-top: 68px;
  padding-bottom: 71px;
}
.vc_row.wpb_row.vc_row-fluid.portfolio-gallery-section.web-gallery-section {
  padding-top: 76px;
}
.vc_custom_heading.responsive-title {
  text-transform: uppercase;
  margin: 0 0 28px;
}
.vc_custom_heading.responsive-title strong {
  color: #0cb8e6;
  font-weight: 900;
}
.responsive-right > .vc_column-inner > .wpb_wrapper {
  max-width: 555px;
  padding-left: 166px;
  padding-top: 95px;
  padding-bottom: 44px;
}
.responsive-right.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
  z-index: -1;
}
.wpb_single_image.wpb_content_element.vc_align_left.responsive-left-img {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: -144px;
  z-index: 999;
}
.wpb_text_column.wpb_content_element.big-text {
  max-width: 390px;
}
.wpb_text_column.wpb_content_element.big-text p {
  font-size: 20px;
  font-weight: 300;
}
.wpb_text_column.wpb_content_element.experinced-content strong {
  color: #0cb8e6;
  font-size: 20px;
  font-weight: 500;
}
.wpb_text_column.wpb_content_element.experinced-content {
  padding-bottom: 26px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 26px;
}
.vc_row.wpb_row.vc_row-fluid.expected-section {
  padding-top: 136px;
  padding-bottom: 71px;
}
.expected-section .vc_custom_heading.responsive-title {
  padding-bottom: 23px;
}
/* Responsive site css */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.custom-right > .vc_column-inner > .wpb_wrapper {
  width: 467px;
  padding-left: 40px;
}
.vc_custom_heading.service-cat-title {
  font-size: 25px !important;
}
.form-section .inline-field label {
  width: 307px;
}
.portfolio-gallery-section img {
  width: 310px;
}
.wpb_single_image.wpb_content_element.vc_align_left.responsive-left-img {
  right: -95px;
  padding-left: 15px;
}
.responsive-right > .vc_column-inner > .wpb_wrapper {
  max-width: 467px;
  padding-left: 90px;
}
.vc_custom_heading.responsive-title {
  font-size: 45px !important;
  line-height: 45px !important;
}
.choice-right > .vc_column-inner > .wpb_wrapper {
  max-width: 467px;
}
.vc_custom_heading.locked-title {
  font-size: 40px !important;
  line-height: 40px !important;
}
.contact-left > .vc_column-inner > .wpb_wrapper, 
.contact-right > .vc_column-inner > .wpb_wrapper {
  width: 467px;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.menu-area.col-xs-12.col-sm-7.col-md-6 {
  padding-top: 22px;
}
.navbar-default .navbar-nav > li > a {
  padding: 5px 10px 5px;
}
.sub-menu li > a {
  padding: 4px 10px 3px;
}
.header-top a {
  font-size: 14px;
}
.header-top {
  padding-top: 15px;
}
.slide-content h3 {
  font-size: 75px;
  line-height: 65px;
  margin: 0 0 16px;
}
.slide-content strong {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 7px;
}
.vc_row.wpb_row.vc_row-fluid.home-mainbanner {
  min-height: 750px;
}
.slide-content {
  padding-top: 180px;
  max-width: 690px;
}
#topslider .slide-item {
  height: 329px;
}
#topslider {
  width: 700px;
  height: 415px;
  padding: 22px 80px 63px 85px;
  background-size: 100% auto;
  background-position: center center;
}
.home-portfolio-carousel #topslider {
  margin-top: -119px;
}
#topslider::before {
  width: 230px;
  height: 225px;
  right: 79px;
  top: 21px;
  background-size: 100% 100%;
}
#topslider::after {
  width: 312px;
  height: 310px;
  right: -14px;
  top: -101px;
  background-size: 100% 100%;
}
.wpb_single_image.wpb_content_element.vc_align_center.big-image {
  margin-top: -210px;
}
.custom-right > .vc_column-inner > .wpb_wrapper {
  width: 100%;
  padding-left: 0;
}
.vc_custom_heading.service-cat-title {
  font-size: 20px !important;
  line-height: 25px !important;
}
.form-section .inline-field label {
  width: 234px;
}
.footer-widgets-area.three {
  clear: left;
}
.page-title {
  font-size: 60px;
  line-height: 57px;
  min-height: 110px;
}
.choice-right > .vc_column-inner > .wpb_wrapper {
  max-width: 100%;
  padding-top: 52px;
}
.portfolio-gallery-section img {
  width: 238px;
}
.wpb_single_image.wpb_content_element.vc_align_left.responsive-left-img {
  right: 15px;
}
.responsive-right.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
  z-index: 1;
}
.responsive-right > .vc_column-inner > .wpb_wrapper {
  max-width: 100%;
  padding-left: 0;
}
.contact-left > .vc_column-inner > .wpb_wrapper, .contact-right > .vc_column-inner > .wpb_wrapper {
  width: 100%;
}
.contact-left > .vc_column-inner > .wpb_wrapper {
  padding: 71px 0 30px 0;
}
.contact-right > .vc_column-inner > .wpb_wrapper {
  padding: 106px 0 43px 0;
}
.port-top-slider > .vc_column-inner > .wpb_wrapper::after {
  width: 300px;
  height: 260px;
  top: -88px;
  background-size: 300px auto;
}
.footer-widgets-area.three {
  clear: left;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
#header {
  padding: 20px 0;
  background: #fbf7ec;
  position: relative;
}
.navbar-default .navbar-toggle {
  border-color: #e39e21;
  background: none !important;
  float: left;
  margin-top: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #e39e21;
}
.sub-menu li > a {
  color: #e39e21;
}
.menu-area.col-xs-12.col-sm-7.col-md-6 {
  padding-top: 20px;
}
.logo-area {
  text-align: center;
}
.logo-area img {
  max-width: 239px;
}
.header-top-section {
  position: absolute;
  right: 0;
  width: auto;
  min-width: 165px;
  top: 138px;
}
.header-top {
  padding-top: 0;
}
.header-top a {
  font-size: 16px;
  height: 34px;
  line-height: 34px;
}
.navbar-default .navbar-nav > li {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
}
.navbar-default .navbar-nav > li > a {
  padding: 5px 0;
  margin: 2px 0;
}
.navbar-default ul.sub-menu {
  background: none;
  display: block;
  padding: 4px 0 7px;
  position: relative;
}
.slide-content h3 {
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 10px;
}
.slide-content p {
  font-size: 14px;
  margin-bottom: 15px;
}
.slide-content strong {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 4px;
}
.vc_row.wpb_row.vc_row-fluid.home-mainbanner {
  min-height: 380px;
}
.slide-content {
  padding-top: 0;
  max-width: 290px;
}
.port-top-slider > .vc_column-inner > .wpb_wrapper::after {
  width: 235px;
  height: 190px;
  top: -48px;
  background-size: 235px auto;
}
#topslider .slide-item {
  height: 136px;
}
#topslider {
  width: 290px;
  height: 174px;
  padding: 11px 32px 26px 35px;
}
.home-portfolio-carousel #topslider {
  margin-top: 40px;
}
#topslider::before {
  width: 108px;
  height: 101px;
  right: 32px;
  top: 11px;
}
#topslider::after {
  width: 145px;
  height: 143px;
  right: -10px;
  top: -45px;
}
.wpb_single_image.wpb_content_element.vc_align_center.big-image {
  margin-top: 50px;
}
.vc_custom_heading.cta-title {
  margin: 0 0 20px;
}
.vc_row.wpb_row.vc_row-fluid.helping-section {
  padding-top: 34px;
  padding-bottom: 10px;
  background: #f7f7f7 !important;
}
.vc_custom_heading.helping-title {
  font-size: 35px !important;
  line-height: 35px !important;
}
.custom-left > .vc_column-inner {
  background-position: center center !important;
  height: 240px;
}
.custom-right > .vc_column-inner > .wpb_wrapper {
  padding-top: 16px;
  padding-bottom: 20px;
}
.custom-right::after {
  content: none;
}
.vc_custom_heading.service-cat-title {
  font-size: 25px !important;
  line-height: 28px !important;
}
.services-section {
  padding-top: 5px;
  padding-bottom: 10px;
}
.form-section .inline-field label {
  width: 100%;
  margin-right: 0;
}
.form-section .wpcf7-not-valid-tip {
  position: relative;
  top: 0;
}
.form-title {
  padding-top: 5px;
  padding-bottom: 25px;
}
.form-section {
  padding-bottom: 28px;
}
footer {
  padding-top: 55px;
}
.footer-top {
  text-align: left;
  margin-bottom: 10px;
}
.title-secction {
  padding-top: 113px;
  max-width: 290px;
}
.page-title {
  font-size: 30px;
  line-height: 35px;
  min-height: 40px;
}
.featured-image {
  min-height: 230px;
}
.vc_row.wpb_row.vc_row-fluid.cta-section.home-cta.wds-cta {
  padding-top: 50px;
}
.wds-cta .cta-content-area.first {
  padding-top: 15px;
}
.vc_row.wpb_row.vc_row-fluid.choice-section {
  padding-top: 0;
  padding-bottom: 10px;
}
.choice-right > .vc_column-inner > .wpb_wrapper {
  padding-top: 0;
}
.vc_custom_heading.locked-title {
  font-size: 35px !important;
  line-height: 35px !important;
  text-align: left !important;
}
.vc_row.wpb_row.vc_row-fluid.dprocess-section {
  padding-top: 50px;
  padding-bottom: 30px;
}
.vc_row.wpb_row.vc_row-fluid.success-section {
  padding-top: 15px;
  padding-bottom: 20px;
}
.vc_row.wpb_row.vc_row-fluid.portfolio-gallery-section.web-gallery-section {
  padding-top: 20px;
}
.portfolio-gallery-section img {
  width: auto;
}
.wpb_single_image.wpb_content_element.vc_align_left.responsive-left-img {
  right: 0;
  position: relative;
}
.portfolio-gallery-section {
  padding-top: 30px;
  padding-bottom: 20px;
}
.vc_custom_heading.responsive-title {
  font-size: 35px !important;
  line-height: 35px !important;
}
.responsive-right > .vc_column-inner > .wpb_wrapper {
  padding-top: 30px;
  padding-bottom: 25px;
}
.expected-section .vc_custom_heading.responsive-title {
  padding-bottom: 0;
}
.vc_row.wpb_row.vc_row-fluid.expected-section {
  padding-top: 40px;
  padding-bottom: 20px;
}
.vc_row.wpb_row.vc_row-fluid.locked-section {
  min-height: 68px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.about-top .top-titile {
  padding-top: 0;
  padding-bottom: 20px;
  margin-top: 0;
}
.about-top {
  padding-bottom: 0;
}
.post-title {
  font-size: 30px;
  line-height: 30px;
}
.main-content.general.blog.post-details {
  padding-bottom: 40px;
}
.contact-left > .vc_column-inner > .wpb_wrapper {
  padding: 20px 0 30px 0;
}
.contact-right > .vc_column-inner > .wpb_wrapper {
  padding: 50px 0 40px 0;
}
footer {
  padding-bottom: 10px;
}
.footer-three {
  padding-top: 0;
}
.footer-widgets-area.two {
  margin-bottom: 0;
}

} 