/**
*	Theme Name:
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
a,
a:hover {
    text-decoration: none !important;
}

p {
    margin: 0 0 20px;
}

img {
    max-width: 100%
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}

input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}

.searchform {
	position: relative
}
#input_1_18 div { 
  margin:0 auto;
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}

.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.not-found {
	margin: 100px 0;
}

.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.main-navigation {
	clear: both;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
    margin: 0 25px 0 0;
    position: relative;
}
.contractors_los {
    padding-top: 30px;
}
.nav-menu li a {
	color: #333333;
	display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1;
    padding: 15px 0 6px;
    text-decoration: none;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
}
*/
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #e35a28;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ffffff;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.nopd {
    padding: 0 !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}
.background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

.blogdetail {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


/* top_bar_renew css */

.renew_top_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.top_bar_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.top_bar_renew {
    padding: 20px 0 3px;
}

.top_bar_renew ul {
    text-align: right;
    margin: 0;

}

.top_bar_renew ul li {
    margin-left: 17px;
}

.top_bar_renew ul li span{
    font-family: 'Roboto', sans-serif;
    color: #273167;
    font-size: 15px;
    font-weight: 500;
}

.top_bar_renew ul li a {
  color: #273167;
  font-weight: 500;
}
/* top_bar_renew css end */


/* site_header_renew css */

.site_header_renew .nav-menu {
    text-align: right;
    padding-top: 9px;
}

.site_header_renew .nav-menu li {
    /*margin-right: 32px;*/
}

.site_header_renew .nav-menu li .fa {
    color: #273167;
    margin-right: 7px;
}

.site_header_renew .nav-menu li a{
    font-size: 15px;
    color: #273167;
    font-weight: 500;
}

.site_header_renew .nav-menu li:last-child{
    margin: 0;
}


/* site_header_renew css end */


/* middle_header_renew css */

.middle_header_renew {
    position: relative;
    padding: 200px 0;

}

.middle_header_renew::before {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(images/home_header_bg.png);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: right top;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.side_content {
	padding-top: 225px;
}
.middle_header_renew::after {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(images/side_bubble.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    content: "";
    width: 100%;
    height: 66%;
    z-index: -1;
}


.middle_header_renew .side_content h4 {
    color: #273167;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}

.middle_header_renew .side_content h1 {
    color: #2f8ab5;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 90px;
    text-transform: uppercase;
    margin: 10px 0;
    line-height: 80px;
}

.middle_header_renew .side_content p {
   font-family: 'Roboto', sans-serif;
   color: #777b92;
   font-size: 22px;
    width: 95%;
}

.middle_header_renew .side_content a {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	color: #273167;
	font-weight: 500;
	font-size: 22px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	padding: 18px 32px;
	margin-top: 18px;
	box-shadow: 0px 8px 20px -2px #ebebeb;
    transition: all 0.3s;
}
.middle_header_renew .side_content a:hover{
    background: #273167;
    border: 1px solid #273167;
    color: #fff;
}
/* middle_header_renew css end */


/* contractors_los css */

.contractors_los .heading_list h2{
    text-align: center;
    color: #273167;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.contractors_los .list_menu_renew ul {
    list-style: none;
    padding: 0;
}

.contractors_los .list_menu_renew ul li {
    margin-bottom: 20px;
}

.contractors_los .list_menu_renew ul li a {
    color: #273167;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

/* contractors_los css end */

/* footer_renew_home css */

.footer_renew_home .footer_logo p {
    color: #777b92;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 14px 0;
    line-height: 26px;
}

.footer_renew_home .footer_logo .social_list li a {
    border-radius: 100%;
    width: 52px;
    height: 52px;
    border: 1px solid #ebebeb;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777b92;
    box-shadow: 0px 7px 17px 2px #eee;
    transition: .4s ease-in-out;
}

.footer_renew_home .footer_logo .social_list li a:hover {
    background-color: #3893bc;
    color: #fff;
}

.footer_renew_home .footer_menu h2 {
    color: #273167;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


.footer_renew_home .footer_menu .menu-footer_menu_second-container,
.footer_renew_home .footer_menu .menu-footer_menu_first-container  {
    margin-top: 25px;
}
.footer_renew_home .footer_menu .menu-footer_menu_second-container {
    margin-top: 72px;
}

.footer_renew_home .footer_menu .menu-footer_menu_second-container ul,
.footer_renew_home .footer_menu .menu-footer_menu_first-container ul {
    padding: 0;
    list-style: none;
}

.footer_renew_home .footer_menu .menu-footer_menu_second-container ul li,
.footer_renew_home .footer_menu .menu-footer_menu_first-container ul li {
    margin-bottom: 12px;
}

.footer_renew_home .footer_menu .menu-footer_menu_second-container ul li a, 
.footer_renew_home .footer_menu .menu-footer_menu_first-container ul li a {
    color: #777b92;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.footer_renew_home .footer_menu.address h2{
    margin-bottom: 30px;
}

.footer_renew_home .footer_menu .media  {
    margin-bottom: 15px;
}

.footer_renew_home .footer_menu .media .fa {
    color: #777b92;
    font-size: 20px;
}

.footer_renew_home .see_bdr {
    border-top: 1px solid #eaeaea;
    padding-top: 80px;
    margin-top: 70px;
}

.footer_renew_home .footer_menu .media .media-body h5 {
    color: #777b92;
    font-size: 16px;
}

.footer_renew_home .footer_menu .media .media-body h5 a {
    color: #777b92;
}

.footer_renew_home .footer_menu .media .media-body h5 span {
    line-height: 22px;
}

/* footer_renew_home css  end */

/* copyright css */

.copyright {
    text-align: center;
}

.copyright p {
    margin: 0;
    color: #777b92;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    margin-top: 40px;
    padding-bottom: 20px;

}

/* copyright css end */


/* speaks_everything css */

.speaks_everything  {
    position: relative;
}

.speaks_everything::before {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(images/speaks_bg.png);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: top left;
    content: "";
    width: 100%;
    height: 700px;
    z-index: -1;
}

.speaks_everything .speaks_heading h3 {
    text-align: center;
	font-family: 'Roboto', sans-serif !Important;
    color: #777b92;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 80px;
    letter-spacing: 3px;
}

.speaks_everything .pro_count {
    text-align: center;
}

.speaks_everything .pro_count h2 {
    color: #273167;
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 300;
} 

.speaks_everything .pro_count p {
    text-align: center;
    color: #777b92;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* speaks_everything css end */

/* we_are_renew css */

.we_are_renew {
    padding: 150px 0;
    position: relative;
}


.we_are_renew::before {
    position: absolute;
    bottom: -335px;
    right: 0;
    background-image: url(images/we_are_bg.png);
    background-repeat: no-repeat;
    background-size: 45%;
    content: "";
    width: 100%;
    height: 838px;
    background-position: top right;
    z-index: -1;
}


.we_are_renew .we_are_heading {
    text-align: center;
}

.we_are_renew .we_are_heading h3 {
    color: #273167;
    font-weight: 700;
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;

}

.we_are_renew .we_are_heading p {
    color: #777b92;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    width: 70%;
    margin: auto;
    margin-bottom: 160px;
}

.we_are_renew .blue_box .box_content {
    padding: 63px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 35px -6px #eee;
    position: relative;
    overflow: hidden;
}

.we_are_renew .blue_box .box_content::before {
    position: absolute;
    bottom: -88px;
    right: 47px;
    background-image: url(images/bottom_bubble.png);
    background-repeat: no-repeat;
    background-size: 65%;
    content: "";
    width: 100%;
    height: 68%;
}

.we_are_renew .blue_box .box_content::after {
    position: absolute;
    top: -63px;
    right: -55px;
    background-image: url(images/top_bubble.png);
    background-repeat: no-repeat;
    background-size: 56%;
    content: "";
    width: 100%;
    height: 60%;
    background-position: right;
}


.we_are_renew .blue_box .box_content h3 {
    color: #2e3d62;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 40px 0 50px;
}

.we_are_renew .blue_box .box_content:hover {
    background-color: #3893bc;
}

.we_are_renew .blue_box .box_content:hover h3 {
    color: #fff;
}


.we_are_renew .blue_box .box_content .beast_ico {
    position: absolute;
}

.we_are_renew .blue_box .box_content .ms_hovers_on {
    max-width: 70px;
    max-height: 70px;
    color: #fff;
    font-size: 20px;
}

.we_are_renew .blue_box .box_content .ms_hovers_off {
    max-width: 70px;
    font-size: 20px;
    max-height: 70px;
}

.img_covers {
    height: 66px;
}

.we_are_renew .blue_box .box_content .ms_hovers_on {
    display: none;
}


.we_are_renew .blue_box .box_content:hover .ms_hovers_on {
    display: block;
}

.we_are_renew .blue_box .box_content:hover .ms_hovers_off {
    display: none;
}

/* we_are_renew css end */


/* request_quote_renew css */

.request_quote_renew {
    position: relative;
}
.instruction.validation_message {
	display: none;
}
.request_quote_renew::after {
    position: absolute;
    top: 201px;
    right: 0;
    background-image: url(images/quote_bg.png);
    background-repeat: no-repeat;
    background-size: 45%;
    content: "";
    width: 100%;
    height: 88%;
    background-position: left;
    z-index: -1;
}

.request_quote_renew .we_are_heading {
    text-align: center;
}

.request_quote_renew .we_are_heading h3 {
    color: #273167;
    font-weight: 700;
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;

}

.request_quote_renew .we_are_heading p {
    color: #777b92;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    width: 70%;
    margin: auto;
    margin-bottom: 60px;
}


.request_quote_renew .quote_color_view {
    border:  1px solid #ffe5e5;
    border-radius: 4px;
    padding: 40px;
    background-color: #fff;
    min-height: 465px;
}

.request_quote_renew .quote_color_view h3 {
    color: #273167;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    height: 103px;
    margin-top: 30px;
}

.request_quote_renew .quote_color_view p {
    color: #777b92;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.request_quote_renew .quote_color_view:hover {
   background-image: linear-gradient(to bottom right, #005993, #6cc9e2);
}

.request_quote_renew .quote_color_view .ms_hovers_on {
    display: none;
}

.request_quote_renew .quote_color_view:hover .ms_hovers_on {
    display: block;
}

.request_quote_renew .quote_color_view:hover .ms_hovers_off {
    display: none;
}

.request_quote_renew .quote_color_view:hover h3 {
    color: #fff;
}

.request_quote_renew .quote_color_view:hover p {
    color: #fff;
}

/* request_quote_renew css end */


/* brand_logo_renew css */

.brand_logo_renew {
    text-align: center;
    padding: 80px 0;
}

.brand_logo_renew ul {
    text-align: center;
}
/* brand_logo_renew css end */

/* testimonial_renew css */

.testimonial_renew {
    position: relative;
    background-image: url(images/testimonial_hit_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    z-index: 1;
}

.testimonial_renew::after {
    position: absolute;
    top: 39px;
    background-image: url(images/testi_map.png);
    background-repeat: no-repeat;
    background-size: 56%;
    content: "";
    width: 100%;
    height: 88%;
    background-position: left;
    z-index: -1;
}

.testimonial_renew .slide_box .sllide_content h3{
    color: #273167;
    font-size: 46px;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
}

.testimonial_renew .slick-slide img {
    display: inline-block;
}

.testimonial_renew .slide_box .sllide_content {
    position: relative;
    z-index: 10;
}

.testimonial_renew .slide_box .sllide_content p {
    color: #777b92;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    margin: 40px 0;
}

.testimonial_renew .slide_box .sllide_content h4 {
    color: #273167;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.testimonial_renew .img_changer {
    text-align: center;
    padding-top: 80px;
}

.testimonial_renew .slick-prev {
    top: 298px;
    right: 45px;
    left: auto;
    z-index: 1;
    background-image: url('images/arrow.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
}

.testimonial_renew .slick-prev::before {
    content: "";
}

.testimonial_renew .slick-next::before {
    content: "";
}

.testimonial_renew .slick-next:hover,
.testimonial_renew .slick-prev:hover {
    opacity: 0.4;
}


.testimonial_renew .slick-next {
    top: 298px;
    background-image: url('images/arrow-next.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
}
.lander-testi {
	width: 55%;
	float: left;
	text-align: center;
	margin-top: -15px;
}
.form_wrapper {
    background-color: #fff;
    padding: 40px 130px;
    border-radius: 6px;
    box-shadow: 0px 3px 12px -2px #ccc;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.form_wrapper::before {
    position: absolute;
    top: 55px;
    left: -430px;
    right: 0;
    background-image: url(images/form_bg_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 100%;
    height: 100%;
}


/*
.form_wrapper::after {
    position: absolute;
    top: 0;
    right: -327px;
    background-image: url(images/form_bg_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 100%;
    height: 100%;
    background-position: right;
}
*/

.form_wrapper .form_hit {
    display: inline-block;
    margin-top: 2px !important;
}

.form_wrapper .form_hit input,
.form_wrapper .form_hit select{
    background-color: #f9f9f9;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100% !important;
    padding: 20px 16px !important;
    border: none;
    color: #393939 !important;
    margin-top: 0px !important;
}

.form_wrapper .form_hit.four_box_wide {
    display: inline-block;
    width: 24% !important;
}

.form_wrapper .first_box_wide {
    display: inline-block;
    width: 24% !important;
}

.form_wrapper .second_box_wide {
    display: inline-block;
    width: 48% !important;
}

.form_wrapper .third_box_wide {
    display: inline-block;
    width: 24% !important;
}

.form_wrapper .two_wide {
    width: 48% !important;
}

.form_wrapper .two_wide input {
    padding: 20px 45px !important;
}

.form_wrapper .gform_fields{
    text-align: center;
}

.form_wrapper .full_wide {
    width: 96% !important;
}

.form_wrapper .full_wide input {
    padding-bottom: 115px !important;
}

.form_wrapper  .midddle_form_content {
    text-align: left;
    color: #393939;
    font-size: 14px;
    margin: 18px 0px 0px 20px !important;
    font-family: 'Poppins', sans-serif;
}

.form_wrapper .gform_footer  {
    text-align: center;
}

.form_wrapper .gform_footer input {
    background-color: #268ecd;
    border: none;
    padding: 12px 42px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: .6s ease-in-out;
}

.form_wrapper .gform_footer input:hover {
    background-color: #2e3d62;
}

.form_wrapper .gform_fields {
    position: relative;
    z-index: 2;
}

#field_1_17 .ginput_container_number .instruction  {
    display: none;
    /*position: absolute;
    font-size: 10px;*/
}
.form_wrapper p{
    margin-bottom: 10px;
    color: #777b92;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.form_wrapper h3{
        color: #273167;
    font-weight: 700;
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 50px;
}

.page-template-home-reseller .form_wrapper{
    background: #fff;
}
.page-template-home-reseller .form_wrapper::before{
    display: none;
}
/* testimonial_renew css end */


/*  Media Query  */

@media( max-width: 1600px ) {
    .lander-testi {
        width: 75%;
    }
} 
@media( max-width: 1450px ) {
    .lander-testi {
        width: 90%;
    }
}
@media( max-width: 1370px ) {
    .lander-testi {
        width: 100%;
    }
} 
@media( max-width: 1080px ) { 
    .site_header_renew .nav-menu li a {
        font-size: 14px;
    }

    .site_header_renew .nav-menu li {
        margin-right: 17px;
    }

    .middle_header_renew .side_content h1 {
        font-size: 70px;
    }
    .middle_header_renew {
        padding: 200px 0 100px;
    }

    .we_are_renew {
        padding: 90px 0;
    }

    .we_are_renew .we_are_heading p {
        margin-bottom: 100px;

    }

    .request_quote_renew {
        padding-top: 20px;
    }

    .request_quote_renew .we_are_heading p {
        margin-bottom: 60px;
    }

    .testimonial_renew {
        padding: 60px 0;
    }
}

@media( max-width: 1024px ) {  
    .testimonial_renew::after {
        top: 0px;
        background-size: 65%;
        width: 100%;
        height: 100%;
        left: -62px;
    }
    .middle_header_renew .side_content p{
        width: auto;
    }
}

@media( max-width: 980px ) {  
    .site_header_renew .site-logo {
        text-align: center;
    }

    .site_header_renew .nav-menu li {
        margin-right: 14px;
    }

    .middle_header_renew {
        padding: 260px 0 100px;
    }

    .middle_header_renew .side_content h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .we_are_renew .blue_box .box_content {
        margin-bottom: 40px;
    }

    .request_quote_renew .we_are_heading p {
        margin-bottom: 60px;
    }

    .request_quote_renew .quote_color_view {
        margin-bottom: 30px;
    }

    .testimonial_renew .img_changer {
        padding-top: 0;
    }

    .contractors_los .list_menu_renew {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer_renew_home .footer_logo .social_list li a {
        width: 47px;
        height: 47px;
    }

    .testimonial_renew::after {
        top: -143px;
        background-size: 76%;
        background-position: center;
        left: -3px;
    }

    .testimonial_renew .slide_box .sllide_content {
        text-align: center;
        margin-top: 110px;
    }

    .testimonial_renew .slick-prev {
        top: 404px;
        right: 345px;
    }

    .testimonial_renew .slick-next {
        top: 404px;
        right: 297px;
    }

    .testimonial_renew::after {
        top: -201px;
    }

}

@media( max-width: 830px )
{
    .side_content {
        padding-top: 75px;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 19px;
        right: 25px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
    }

    #menuToggle input {
        width: 32px !important;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: -6px;
    }

    #menuToggle span
    {
      display: flex;
      width: 29px;
      height: 2px;
      margin-bottom: 5px;
      position: relative;
      background: #000000;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      opacity 0.55s ease;
  }

  #menuToggle span:first-child
  {
      transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2)
  {
      transform-origin: 0% 100%;
  }
  #menuToggle input:checked ~ span
  {
      opacity: 1;
      transform: rotate(45deg) translate(-3px, -1px);
      background: #ffffff;
  }
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2)
  {
      transform: rotate(-45deg) translate(0, -1px);
  }
  ul.nav-menu li ul.sub-menu,
  ul.nav-menu li:hover ul.sub-menu{
    display: none !IMportant
}
ul.nav-menu li.open ul.sub-menu,
ul.nav-menu li.open:hover ul.sub-menu{
    display: block !important
}
ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !Important;
    top: 0 !Important
}
.mobilesubmenu.open{
    background-color: rgba(72, 72, 72, 0.85) !Important;
}
ul.sub-menu{
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
}
.site-logo{
    float: left;
}
.mobilesubmenu i {
    position: relative;
    top: 13px;
    right: 18px;
}
.nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #717171;
    overflow: hidden;
    float: left;
}
.mobilesubmenu {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 36px;
    height: 46px;
}
.nav-menu .sub-menu, .nav-menu .children {
    width: 100%;
}
ul.sub-menu li {
    display: block;
}
ul.sub-menu,
.open-submenu{
    transition: all 1s;
}
.openmenu {
  display: inline-block;
  font-size: 30px;
  cursor: pointer;
  color: #333333;
  float: right;
}
.nav-bar.open {
  right: 0;
}
.nav-menu li a{
    color: #ffffff;
    float: left;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 0;
}
ul.sub-menu li:last-child{
    border: 0px !Important;
}
ul.sub-menu li a{
    color: #ffffff !Important;
    font-weight: 600;
}
ul.sub-menu li{
    margin: 0px
}
ul.sub-menu li:last-child a{
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
}
.nav-menu li:last-child{
    border: 0px !Important;
}
.nav-menu li:last-child a,
.nav-menu .sub-menu, .nav-menu .children{
    left: 0;
    width: 100% !important;
}
.nav-bar {
  background-color: #2d88b4;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  padding: 15px;
  padding-top: 60px;
  transition: all 0.3s;
  width: 100%;
  text-align: left;
  z-index: 999;
}
.closebtn {
  display: block;
  position: absolute;
  top: -55px;
  font-size: 20px;
  right: 0;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 20px;
}

.brand_logo_renew ul li {
    margin-bottom: 15px;
}

.site_header_renew .nav-menu li a {
    color: #fff;
}

.nav-bar li {
    border-bottom: 1px solid #fff;
}

.open_top {
    top: -20px !important;
}

}

@media( max-width: 768px ) {
    .testimonial_renew .slide_box .sllide_content {
        text-align: center;
        margin-top: 100px;
    }

    .testimonial_renew::after {
        top: -198px;
    }

    .contractors_los {
        margin-top: 44px;
    }

} 

@media( max-width: 767px ) { 
    .middle_header_renew {
        text-align: center;
    }
    .side_content {
        padding-top: 0px;
    }
    .middle_header_renew::before {
        background-size: 52%;
    }

    .middle_header_renew .right_img {
        margin-top: 30px;
    }

    .we_are_renew .we_are_heading p {
        width: 100%;
    }

    .footer_renew_home .see_bdr {
        padding-top: 20px;
        margin-top: 20px;
        text-align: center;
    }

    .footer_renew_home .footer_menu .menu-footer_menu_second-container {
        margin-top: 52px;
    }

    .footer_renew_home .footer_menu .media {
        display: block;
    }

    .testimonial_renew::after {
        top: -230px;
    }
    .form_wrapper{
        padding: 20px;
    }
    .form_wrapper .form_hit.four_box_wide ,
    .form_wrapper .first_box_wide ,
    .form_wrapper .second_box_wide ,
    .form_wrapper .third_box_wide {
        display: inline-block;
        width: 100% !important;
    }
}

@media( max-width: 667px )
{
    img.alignleft,
    img.alignnone,
    img.alignright {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }
}

@media( max-width: 600px ) { 
    .request_quote_renew .quote_color_view h3 {
        margin-bottom: 40px;
    }


    .testimonial_renew::after {
        background-size: 100%;

    }

}

@media( max-width: 480px ) {  
    .speaks_everything .pro_count {
        margin-bottom: 45px;
    }
    .we_are_renew {
        padding: 60px 0;
    }

    .testimonial_renew::after {
        background-size: 151%;
    }
}

@media( max-width: 414px ) {  
    .testimonial_renew .slide_box .sllide_content h3 {
        line-height: 40px;
        margin-top: 30px;
    }

    .testimonial_renew .slide_box .sllide_content p {
        font-size: 16px;
        margin: 20px 0;
    }

    .footer_renew_home .footer_menu .media .fa {
        margin: 0 !important;
    }

    .testimonial_renew::after {
        top: -216px;
    }
}

@media( max-width: 375px ) {   
    #menuToggle {
        top: 45px;
    }

    .request_quote_renew .we_are_heading h3 {
        font-size: 38px;
    }

    .testimonial_renew::after {
        background-size: 188%;
        top: -170px;
    }

    .testimonial_renew .slide_box .sllide_content {
        margin-top: 45px;
    }
}

@media( max-width: 320px ) { 
    .middle_header_renew .side_content h4 {
        font-size: 22px;
    }

    .middle_header_renew .side_content p {
        font-size: 19px;
    }


    .testimonial_renew::after {

        top: -185px;

    }
}