/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 21 2019 | 13:24:24 */
@media only screen and (min-width: 1250px) {
      	#top-bar-nav, #site-navigation-wrap, .oceanwp-social-menu, .after-header-content {
      		display: block !important;
      	}	     
      
      	#site-header.center-header #site-logo, .oceanwp-mobile-menu-icon, #oceanwp-cart-sidebar-wrap {
      		display: none !important;
      	}
	}	

.link_color a{
		color: #333 !important;
      	font-weight: 600;
	}

	a.form_location {
      	z-index: 9999;
        position: fixed;
        bottom:0;
        right: 100px;
        background: #13aff0;
        font-weight: 700;
        border-radius: 4px;
        padding: 10px;
        color: #ffffff !important;
    }	

	a.form_location:hover {
		background: #13aff0 !important;
        opacity: 0.8;
      	transition: all .3s ease-in-out;
	}

	#content .entry-header h2.single-post-title.entry-title, .blog-entry.post .blog-entry-header .entry-title a {
		color: #333333;
	}

	.mr10 {
        margin-right: 10px;
    }
    .f14 {
        font-size: 14px !important;
    }

	#related-posts .related-posts-title .text {
		color: #333333 !important;
	}

	.elementor-column {
		min-height: 0px;
	}

	.sidebar-box.widget_recent_entries a, .widget-title, .comment-form a{
		color: #222222 !important;
      	transition: .3s all;
	}

	.sidebar-box.widget_recent_entries a:hover {
		color: #f15d2f !important;
	}

	.sidebar-box.widget_recent_entries a:hover {
		padding-left: 10px;
      	transition: all. 3s ease-in-out;
	}

	.sidebar-box.widget_recent_entries a:before {
		content: "\f105";
      	font-family: FontAwesome;
      	padding-right: 9px;    	
	}

	.blog-entry-readmore a {
		color: #222222 !important;
      	border-radius: 4px !important;
      	transition: all .3s ease-in-out;
	}

	.blog-entry-readmore a:hover {
		color: #ffffff !important;
      	background: #F15D2F !important;
	}

	.related-post-title a {
		color: #333333;
	}

	.comment-textarea textarea {
		border-radius: 4px !important;
        background: #fff;
        border: 1px solid #e5e5e5;
	}

	.form-submit .submit {
		padding: 13px;
	}

	.blog-entry.grid-entry .blog-entry-readmore a {
		border: 1px solid #e5e5e5;
      	padding: 11px 10px;
      	box-shadow: 0 0px 1px rgba(0,0,0,.1);
	}

	.form-submit .submit:hover {
		background: #0053A0;
	}

	article img {
		border-radius: 2px;
	}

	/* Hide scrollbar */
	::-webkit-scrollbar {
        width: 0px;  /* remove scrollbar space */
        background: transparent;  /* optional: just make scrollbar invisible */
    }

    @media screen and (max-width: 600px) {
      	#main_banner .carousel-inner .item {
      		background-size: cover;
      }
    }

	#ac-repair img.attachment-large.size-large {
      filter: drop-shadow(37px -10px 10px rgba(0,0,0,0.23));
      position: absolute;
      left: 13px;
      top: -22px;
  	}

	/*--------- Header ----------*/
    #site-logo #site-logo-inner a:hover img {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
    }

	.icon_hover:hover img {
		transform: scale(1.2);
    	transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
      
	}
	
    #site-navigation-wrap .dropdown-menu >.menu-item-1123 >a {
		font-size: 24px;
    	color: #F15D2F;
	}

	.effect-one #site-navigation-wrap .dropdown-menu>#menu-item-1123>a.menu-link>span:after {
		height: 0px !important;
	}

	#site-navigation-wrap .dropdown-menu >#menu-item-1123 >a:hover {
		color: #ec3642 !important;
	}

	/*------- End of Header --------*/

	/*------------ Footer Menu -----------------*/	
	#footer_menu li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1123 {
        display: none;
    }
    #footer-menu-links .menu-item-1123 {
        display: none !important;
    }
    #footer-spacer .elementor-spacer-inner {
    	height: 70vh;
	}
	div#footer-menu-links ul li a {
      padding: 10px 15px;
      border-radius: 4px;
      margin: 10px;
  	}
    div#footer-menu-links ul li a:hover {
        color: #fff;
        background: #f15d2f;	
    }


	/*------------- Home page ---------------*/
	figure.gallery-item img {
      border: none !important;
      filter: grayscale(1);
      transition: 0.3s linear;
	}
	figure.gallery-item img:hover {
      filter: grayscale(0);
      transition: 0.3s linear;
  	}
	#block_content_3 .elementor-column-wrap.elementor-element-populated {
    	padding: 0px;
	}
	#free-quote div.wpcf7-mail-sent-ok {
    	border: none !important;
    	display: none !important;
	}
	/*---------- Header Banner -------------*/

	#main_banner {
		max-height: 600px;
      	width: 100vw;
      	background: #f3f3f3;
	}

	#main_banner .carousel-inner .item {
		width: 100vw;
        background-size: 100% 100%;
        max-height: 600px !important;
        min-height: 600px !important;
	} 

	.header_banner .carousel-inner  {
		max-height: 720px !important;
      	background: #e5e5e5;
	}

    .height {
        max-height: 430px;
    	min-height: 290px;
    	overflow: hidden;
    }
	.img_content {
		max-width: 100%;
      	overflow: hidden;
      	border-radius: 3px;
      	max-height: 380px;
      	min-height: 375px;
	}
	.img_content .elementor-image-box-content {
		width: 98%;
      	max-height: 24%;
      	min-height: 24%;
        position: absolute;
        bottom: 0;
        padding: 2%;
      	background: #000000c4;
      	transition: .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
      	border-bottom-left-radius: 4px;
    	border-bottom-right-radius: 4px;
	}

	.img_content:hover .elementor-image-box-content {		
        bottom: 0%;      
        max-width: 100%;        
      	min-height: 99%;      	
      	max-height: 99%;      	
        margin: 0 auto;
      	background: #000000c4;
      	color: #ffffff;
        transition: .5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
      	padding: 12% 3% 3% 3%;
	}

	.img_content p.elementor-image-box-description {
		max-height: 50px;
	}
	
	.img_content:hover p.elementor-image-box-description {
		max-height: 100%;
	}

	.lh0 {	
      	margin-bottom: 10px;
	}
	
	.tel_num:hover {
		color: #fff;   
	}
	    
	/* Header form */ 

	.pos_rel {
		position: relative;      
	}
	.pos_abs {
		position: absolute;
    	top: 10vh;
    	right: 8%;     	
	}	

	/* Form on mobile view */
	@media only screen and (max-width: 767px) {

       .pos_abs {
          position: relative;
          top: 0;
          left: 2%;
          right: 2%;
          width: 100% !important;
          padding: 4% !important
      }
      div#wpcf7-f786-p485-o1 {
          padding: 0 20px;
    	  background: #f3f3f3;
	  }
      
	}

	/* Landscape */
    @media only screen 
      and (min-device-width: 460px) 
      and (max-device-width: 860px)      
      and (orientation: landscape) {

        .pos_abs {            
            top: 0%;
            left: 0%;
            transform: translate(0%,0%);
        }
        
    }	

	@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: portrait) {
		.pos_abs {
            position: absolute;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%,-50%) !important;
        }
  	}

@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: landscape) {
		.pos_abs {
            position: absolute;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%,-50%) !important;
        }
      	.brands h2.elementor-heading-title::after {
            border: .59px solid;
            position: absolute;
            content: "";
            width: 15%;
            right: 13% !important;
            top: 50%;
		}
      	.brands h2.elementor-heading-title::before {
            border: .59px solid;
            position: absolute;
            content: "";
            width: 15%;
            left: 13% !important;
            top: 50%;
		}

  	}



	.my_form {
		padding: 1%;
      	border-radius: 4px;
      	background: #fff;
      	color: #222;
      	text-align: center;
      	width: 300px;
      	border: 2px solid #f37121;
	}

	.my_form h5 {
		color: #f15d2f;
      	font-weight: 400;
      	margin-bottom: 20px;
      	font-size: 18px;
	}

	.my_form p {
		margin-bottom: 10px;
	}

	.my_form .location_text {
		color: #8f8f8f !important;
        font-weight: 500;
        font-size: 13px !important;      
	}

	.my_form input, form input[type="text"], form input[type="number"], form input[type="email"], form select, form textarea {
		border-radius: 4px !important;
      	max-width: 100%;
      	border: 1px solid #e5e5e5 !important;
      	background: #f8f1f161 !important;
      	color: #222 !important;      	 
	}

	form input[type="number"]::-webkit-inner-spin-button, 
	.form input[type="number"]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }

	.submit_btn {
		width: 100%;
      	margin: 0 auto;
      	margin-bottom: 0 !important;
	}

	input[type="submit"] {
		width: 100%;
    	background: #f15d2f !important;
      	padding: 15px 0px;
      	transition: .3s all;
      	color: #fff !important;
	}

	input[type="submit"]:hover {
		background: #13aff0 !important;
      	transition: .3s all;
	}

	.form_heading {
		text-transform: uppercase;
        font-size: 31px;        
        text-align: center;
        font-weight: 900;
        color: #f37121 !important;
        line-height: 31px;
	}

	

/*----------------- Brands We Sell -------------------*/

.brands h2.elementor-heading-title::before {
      border: .59px solid;
      position: absolute;
      content: "";
      width: 15%;
      left: 19%;
      top: 50%;
  }
  .brands h2.elementor-heading-title::after {
      border: .59px solid;
      position: absolute;
      content: "";
      width: 15%;
      right: 20%;
      top: 50%;
  }

@media only screen and (max-width: 768px) {
  .brands h2.elementor-heading-title::before {
      border: 1px solid;
      position: absolute;
      content: "";
      width: 10%;
      left: 14%;
      top: 50%;
  }
  .brands h2.elementor-heading-title::after {
      border: 1px solid;
      position: absolute;
      content: "";
      width: 10%;
      right: 14%;
      top: 50%;
  }
}

div#gallery-1 {
    text-align: center;
}
div#gallery-1 figure.gallery-item {
    width: 190px !important;
    margin: 0 auto;
    padding-bottom: 30px !important;
}
div#gallery-1 img.attachment-thumbnail.size-thumbnail {
    width: 160px;
    height: 160px;
    padding: 4px;
    background: #fff;
  	border: 0px solid #0000;
  	border-radius: 4px;
}

/*---------------- Services -----------------*/

#services-wrapper .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}
#services #eael-img-accordion-d13ec49 a:hover {
    flex: 2 !important;
}

@media only screen and (min-width: 1300px) {
  div#eael-img-accordion-d13ec49 a {
      transform: skew(16deg,0);
      overflow: hidden;
      display: block;
      width: 33.3%;
      height: 100%;
      position: relative;
      float: left;
      transition: all 0.3s ease 0.05s;
      top: 0;
  }
  #services div#eael-img-accordion-d13ec49 .overlay {
      transform: skew(-16deg,0) !important;
      position: absolute;
      top: 0;
      right: -72px !important;
      bottom: 0;
      left: -72px !important;
      -webkit-transition: background-color .4s;
      -o-transition: background-color .4s;
      transition: background-color .4s;
  }
}
div#eael-img-accordion-d13ec49 .overlay-inner {
    width: 75%;
}


/*-------------------- Product ---------------------*/

.right-product .elementor-icon-box-wrapper {
    position: relative;
    top: -50px;
}
.right-product .elementor-widget-container, .right-product i {
    transition: 0.5s linear;
}
.right-product .elementor-widget-container:hover {
    transform: translateY(8px);
    transition: 0.5s linear;
}
.right-product .elementor-widget-container:hover i {
    transform: rotateY(360deg) !important;
    transition: 0.5s;
}

/*---------------------------*/


/*----------------- Our Process ---------------------*/
.ct-process-layout1 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 20px;
}
.ct-process-layout1 .ct-process-item {
    position: relative;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 35px;
    width: 25%;
    top: 40px;
}

.ct-process-layout1:before {
    content: '';
    width: 1099px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(http://demos.casethemes.net/finano/wp-content/themes/finano/assets/images/line-process.png);
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    margin: auto;
}
.ct-process-layout1 .ct-process-icon {
    background-color: #d3dde8;
    height: 136px;
    width: 136px;
    line-height: 136px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 34px auto;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    z-index: 1;
}
.ct-process-layout1 .ct-process-icon::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f44c01), to(#ff7a01));
    background-image: -webkit-linear-gradient(top, #f44c01, #ff7a01);
    background-image: -moz-linear-gradient(top, #f44c01, #ff7a01);
    background-image: -ms-linear-gradient(top, #f44c01, #ff7a01);
    background-image: -o-linear-gradient(top, #f44c01, #ff7a01);
    background-image: linear-gradient(top, #f44c01, #ff7a01);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f44c01', endColorStr='#ff7a01');
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.ct-process-layout1 .ct-process-icon number {
    top: -11px;
    width: 24px;
    height: 24px;
    position: absolute;
    background-color: #515251;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    -webkit-border-radius: 24px;
    -khtml-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    left: 8px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.ct-process-layout1 .ct-process-icon span {
    display: block;
    width: 152px;
    height: 152px;
    z-index: -1;
    position: absolute;
    top: -8px;
    right: -8px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: rotate(33deg);
    -khtml-transform: rotate(33deg);
    -moz-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    -o-transform: rotate(33deg);
    transform: rotate(33deg);
    overflow: hidden;
}
.ct-process-layout1 .ct-process-icon i {
    font-size: 55px;
    color: #f3f9ff;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.ct-process-layout1 .ct-process-title {
    font-size: 18px;
    margin-bottom: 9px;
  	color: #000;
}
.ct-process-layout1 .ct-process-desc {
    padding-bottom: 13px;
}
.ct-process-layout1 .ct-process-button a {
    font-size: 15px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    text-decoration: underline;
}
.ct-process-layout1 .ct-process-item:hover .ct-process-icon:before {
    opacity: 1;
}
.ct-process-item:hover .ct-process-icon number {
 	background: #0053a0; 
}
.ct-process-layout1 .ct-process-icon:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f44c01), to(#ff7a01));
    background-image: -webkit-linear-gradient(top, #f44c01, #ff7a01);
    background-image: -moz-linear-gradient(top, #f44c01, #ff7a01);
    background-image: -ms-linear-gradient(top, #f44c01, #ff7a01);
    background-image: -o-linear-gradient(top, #f44c01, #ff7a01);
    background-image: linear-gradient(top, #f44c01, #ff7a01);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f44c01', endColorStr='#ff7a01');
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.ct-process-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ct-process-icon i::before {
    color: #fff;   
}
@media screen and (min-width: 768px) {
  .process-1 {
      left: -15px;   
  }
  .process-2 {
      top: 70px !important;   
  }
  .process-3 {
      top: 10px !important;   
  }
  .process-4 {
      left: 15px;   
  }
}
@media screen and (max-width: 767px) {
  .ct-process-layout1 {
      flex-wrap: wrap;
  }
  .ct-process-layout1 .ct-process-item {
    width: 100%;
  }
  .ct-process-layout1:before {
   	display: none; 
  }
}

/*--------------------- Why us ---------------------*/
.why-us {
    top: 60px;
}
.why-us-points:hover h3.elementor-heading-title.elementor-size-default {
    color: #fff !important;
}
.why-us-points1:hover h3.elementor-heading-title.elementor-size-default {
    color: #0053a0 !important;;
}


/*------------------- Footer ----------------------*/
.footer-links li.elementor-icon-list-item:hover {
    transform: translateX(8px);
    transition: 0.3s;
    font-weight: 600;
}
.footer-links li.elementor-icon-list-item {   
    transition: 0.3s;
}

/*------------------ Residential services ----------------------*/
.residential-flip-box .eael-elements-flip-box-container {
    position: relative;
    height: 125px;
    width: 100%;
}
.residential-flip-box .eael-elements-flip-box-front-container {
    border-bottom: 4px solid #f15d2f;
}
.residential-flip-box h2.eael-elements-flip-box-heading {
    transform: translateY(50%);
}

/*----------------- Contact Us --------------------*/
div.wpcf7-mail-sent-ok {
    border: none !important;
}
.contact-tel {
 	color: #444;
}
.contact-tel:hover {
 	color: #f15d2f;
}

.form-inner label {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
 	border: none !important; 
    display: none !important;
}
.form-inner .wpcf7-submit {
    margin-top: 25px;
    padding: 15px;
    font-size: 15px;
    border-radius: 4px;
}
.form-inner .wpcf7-submit:hover {
    background: #ef754f !important;
}
.form-inner .col-md-6 {
    margin-bottom: 10px;
}
.form-inner p {
    margin-bottom: 5px;
}
.input-field {
    border: 1px solid #ddd !important;
    background: #f8f1f161 !important;
    color: #000;
    border-radius: 4px !important;
}
.form-inner input[type="email"], .form-inner input[type="tel"] {
	color: #000 !important;
}
.contact-widgets:hover .elementor-animation-wobble-horizontal {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

/*---------------- About Us -------------------*/
.team-image img {
 	filter: drop-shadow(15px 0px 3px rgba(0,0,0,0.12)); 
}

/*---------------- Commercial Service ------------------*/
.com-proj .elementor-icon-list-icon i {
    color: #ffffff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f44c01;
    position: relative;
    top: 3px;
}
.com-proj i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.commercial-manager .author {
    padding: 0 !important;
    margin-left: -5px;
    margin-top: -20px;
}

	/* Service and repair */

	.icon_one .elementor-image-box-img{	
      	border-radius: 50%;
      	padding: 10%;
      	background: #3F51B5;
	}

	.icon_two .elementor-image-box-img{		
      	border-radius: 50%;
      	padding: 10%;
      	background: #FF7043;
	}

	.icon_three .elementor-image-box-img {
      	border-radius: 50%;
      	padding: 10%;
      	background: #2BBBAD;
	}

	.icon_fourth .elementor-image-box-img {		
      	border-radius: 50%;
      	padding: 10%;
      	background: #FFA000;
	}

	.icon_five .elementor-image-box-img {		
      	border-radius: 50%;
      	padding: 10%;
      	background: #33B5E5;
	}

/* Theme CSS Changes */

	.img_content .elementor img, .img_content img.attachment-full.size-full {
		width: 100%;
	}


/*----------------------- Media Query ------------------------*/
@media only screen and (min-width: 1400px) {
 	div#block_content_1 {
    	width: 22.5%;
	} 
  	#block_content_3 img{
    	top: -42px;
   	 	position: relative;
	}
  	div#mission_one {
    	width: 22.6%;
	}  
  	.my_form.pos_abs {
    	width: 350px;
    	right: 12%;
	}
}

@media only screen and (min-width: 1024px) {
  #block_content_3 img {
    position: relative;
    top: -42px;
    height: 460px;
  } 
  section#advice {
    position: relative;
    top: -42px;
  }
}

