

.wsp-category-title{
	display:none;
}

.wsp-posts-list > li:first-of-type {
	list-style: none;
}

.wsp-posts-list > li ul{
	margin-right: 0px;
}

footer #toTop {
    //display: none;
    position: fixed;
    top: 85%;
    right: 25px;
    cursor: pointer; 
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #f44638;
    text-align: center;
    color: #00aeef;
    z-index: 99;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

footer #toTop i {
    position: relative;
    top: 15px;
}




#home_callback_call{
	cursor: pointer;
    position: fixed;
    background-repeat: no-repeat;
    z-index: 9999;
	margin-right: 20px;
    top: 700px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #4ec248;	
}

#home_callback_call i {
    color: #ffffff;
    position: relative;
    top: 12px;
    left: 15px;
    font-size: 35px;
}


@media screen and (max-height: 920px){
	#home_callback_call {
		top: 450px;
	}
}
@media screen and (max-height: 620px){
	#home_callback_call {
		top: 250px;
	}
}


@media (max-width: 991px){
	#home_callback_call {
		display: none !important;
	}
}


@media (max-width:1300px) and (min-width:992px){
	#home_callback_call{
		width: 40px;
		height: 40px;
		margin-right: 8px;
	}
	footer #toTop{
		width: 40px;
		height: 40px;
		right:8px;
	}
	#home_callback_call i {
		top: 10px;
		left: 12px;
		font-size: 20px;
	}
	footer #toTop i {
		top: 8px;
	}
}



.pulse {
		  
		  display: block;
		  width: 22px;
		  height: 22px;
		  border-radius: 50%;
		  background: #f00;
		  cursor: pointer;
		  box-shadow: 0 0 0 rgba(78, 194, 72, 0.4);
		  animation: pulse_whats 2s infinite;
		}


		@-webkit-keyframes pulse_whats {
		  0% {
			-webkit-box-shadow: 0 0 0 0 rgba(78, 194, 72, 0.4);
		  }
		  70% {
			  -webkit-box-shadow: 0 0 0 20px rgba(78, 194, 72, 0);
		  }
		  100% {
			  -webkit-box-shadow: 0 0 0 0 rgba(78, 194, 72, 0);
		  }
		}
		@keyframes pulse_whats {
		  0% {
			-moz-box-shadow: 0 0 0 0 rgba(78, 194, 72, 0.4);
			box-shadow: 0 0 0 0 rgba(78, 194, 72, 0.4);
		  }
		  70% {
			  -moz-box-shadow: 0 0 0 10px rgba(78, 194, 72, 0);
			  box-shadow: 0 0 0 20px rgba(78, 194, 72, 0);
		  }
		  100% {
			  -moz-box-shadow: 0 0 0 0 rgba(78, 194, 72, 0);
			  box-shadow: 0 0 0 0 rgba(78, 194, 72, 0);
		  }
		}







.grid_for_5el{
	display: inline-block;
    padding: 0;
	width: 19.5%;
    vertical-align: top;
    text-align: center;
}


.site-footer .grid_for_5el{
	text-align: right;

}

.footer_line{
	height:3px;
	margin-top:0px;
	margin-bottom:70px;
}

.site-footer{
    border-top: 4px solid #f0fafb;
    padding-top: 53px;
	margin:0;
}

.form_button{
	height: 50px;
    width: 174px;
    display: inline-block;
    margin-left: 13px;
    border-radius: 25px;
    border: none;
    box-shadow: 0 0 20px 0px #75abb059;
    padding-right: 24px;
    background-color: #f44638;
    width: auto;
    font-weight: 500;
    font-size: 17px;
    padding-right: 34px;
    padding-left: 34px;
	vertical-align: top;
}

@media screen and (max-width:576px){
	.form_button{
		margin-top:13px;
		margin-left: 0;
	}
}


#page .form_button p {
   // top: -10px;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
}


h2.widget-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 35px;
    right: 0px;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #d8eef0;
}

#colophon .widget-title {
	font-size:19px;
	line-height:26px;
	font-weight:500;
	color:#164967;
	margin-bottom: 21px;
}


.f_menu1{
	position:relative;
}

.footer_logo{
	    text-align: right;
}

.footer_text {
	margin-top:30px;
}
.footer_text h3{
	    margin-bottom: 4px;
	    font-size: 15px;
}
.footer_text p{
	    line-height: 26px;
	    font-size: 15px;
}

.f_logo_tel .f_inf p{
	display: inline-block;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#454563;
}

.f_logo_tel .f_inf .footer_mail p{
	color: #5da4b2;
}

.f_logo_tel .f_inf .footer_mail a:hover > p {
	text-decoration:underline !important;
}


.f_logo_tel .f_inf i{
	color: #164967;
	font-size: 15px;
	line-height: 26px;
	margin-left: 23px;
}

.f_logo_tel .f_inf {
    margin-top: 27px;
}


.footer_phone {
	font-size: 31px;
    font-weight: bolder;
}

.footer_phone i{
    font-size: 20px;
    margin-left: 3px;
}

.site-footer .f_logo_tel{
	    width: 21.7%;
}



.f_menu1 .widget-column li a:hover {

    color: #3493a4;

}

.f_menu1 .widget-column h2{
	font-size: 24px;
    font-weight: 100;
    line-height: 0px;
	color: #231f20;
}

.f_menu1 .widget-column li a{
	font-size:16px;
	line-height:32px;
	font-weight:400;
	color:#454563;
}

.f_menu1 .widget-column li{
    padding: 0px;
	
}



.f_item  {
	 display: inline-block;
}

.footer_lev3_line{
	height: 3px;
	background-color: #f6f6f6;
    margin-top: 25px;
}

.site-footer .f_lev3 p{
	display:inline-block;
	font-size:16px;
}

.site-footer .f_l3{
	display:inline-block;
}

.site-footer .f_l3 a{
	color: #7e8082;
}

.site-footer .f_l3 img{
	    margin-right: 13px;
}

.site-footer  .f_l3_right{
	position:absolute;
	right:0px;
}

.site-footer  .f_lev3 .row{
	text-align:center;
	margin-top: 17px;
}

.site-footer  .f_l3_left{
	position:absolute;
	left:0px;
	 
}

.dropdown-toggle{
	//top:90px;
}

.home_sec2{
    position: relative;
    top: -2px;
    background-color: white;
}

.h_s2_paralax{
	position:absolute;
	left:0px;
}

.h_s2_paralax2{
	position:absolute;
	right:0px;
	z-index: 2;
}
.h_s4_paralax{
	position:absolute;
	left:0px;
	z-index: 2;
}

.h_s4_mask{ 
	background-size: contain;
    background-repeat: no-repeat;
	height: 831px;
  } 

.h_s4_bg{ 
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

 .h_b_circle_parallax{
		background-position: 153% 200px; 
}

.h_b_cover_bg{
	height:300px;
	position:absolute;
	top:-100px;
}

.h_s4_container .h_s4_col{
	padding:0;	
}

.h_s4_container .h_s4_text{
	background-color: #ffffffc9;
    padding: 12px;
    border-radius: 10px;
    max-width: 580px;
}

.home_sec3{
	margin-top: 20px;
}

.h_s5_rep_text h2{
	font-size:21px;
}

.h_s5_rep_text p{
	font-size:15px;
}



.h_s5_rep_text span{
	font-weight: bolder;
}

.h_s5_title h2{
	position: relative;
    right: 32px;
	margin-bottom: 51px;
}

.col-6.s5_a_item.i1:before {
    content: " ";
    width: 1px;
    height: 90px;
    background-color: #ebebeb;
    position: absolute;
    right: 0;
    top: 4px;
}

.s5_a_item.i1{
	padding-right: 30px;
}

.s5_a_item.i0{
	    padding-left: 22px;
}

.site-footer .footer_logo_mob{
	display:none;
}


	.footer_social .footer_logo{
		display:none;
	}
	
	
@media screen and (max-width:1199px){
	.site-footer .f_logo_tel {
		width: 25.7%;
	}
	.grid_for_5el {
		width: 18.5%;
	}
}
	
@media screen and (max-width:991px){
	.site-footer .f_logo_tel {
		width: 100%;
		margin-bottom: 30px;
	}
	.grid_for_5el {
		width: 24.5%;
	}
	.site-footer{
		padding-bottom: 40px;
	}
}
	
@media screen and (max-width:767px){
	.grid_for_5el {
		width: 49.5%;
	}
}
	
@media screen and (max-width:567px){
	.site-footer .f_lev2{
		display:none;	
	}
	.site-footer .footer_logo_mob{
		display:block;
		text-align:right;
		width:100px;
		margin-bottom: 4px;
	}
	.site-footer{
		padding-bottom: 40px;
		border:none;
	}
	.site-footer .f_l3 img {
		position: absolute;
		left: 5px;
		top: -26px;
	}
	.footer_lev3_line {
		display:none;
	}
	.site-footer {
		padding-top: 0px;
	}
	.site-footer .f_l3_right {
		right: 10px;
	}
	.site-footer .f_l3_left {
		left: 10px;
	}
	.site-footer .f_lev3 p {
		font-size: 12px;
	}
	
}
	
	
	
	
	
	
	
	
	
		