/**
=============================================================
[Main Stylesheet]

Template:     Hostsun
Version:      1.0
Created:      02.02.2019
Primary use:  Hostsun Responsive, Hosting, Domain and Technology Template

@Author: kode4everyone

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

====================[Table of contents]======================

* 1.0 - Import css start
* 2.0 - Navigation css start
* 3.0 - DL Menu css start
* 4.0 - Login Button css start
* 5.0 - Banner css start
* 6.0 - Heading css start
* 7.0 - Awesome Feature css start
* 8.0 - Host Now css start
* 9.0 - Price List css start
* 10.0 - Need Help css start
* 11.0 - Faqs css start
* 12.0 - Client Feedback css start
* 13.0 - Latest Blog css start
* 14.0 - Sponser css start
* 15.0 - Header 02 Transparent css start
* 16.0 - Sub banner css start
* 17.0 - Successfull css start
* 18.0 - Launch Website css start
* 19.0 - Team Member css start
* 20.0 - Facts and Figure css start
* 21.0 - Histry css start
* 22.0 - Contact Us css start
* 23.0 - Contact Us Map css start
* 24.0 - Blog Single css start
* 25.0 - Blog Detail css start
* 26.0 - Blog Share css start
* 27.0 - Blog Next and Previous css start
* 28.0 - Detail Page Heading css start
* 29.0 - User Comment css start
* 30.0 - Blog Detail Comment Form css start
* 31.0 - Pagnation css start
* 32.0 - Faqs css start
* 33.0 - Dedicated Server css start
* 34.0 - Key Feature css start
* 35.0 - Domain Search css start
* 36.0 - Banner 02 css start
* 37.0 - Learn About css start
* 38.0 - Index 03 css start
* 39.0 - Index 02 Host wrap css start
* 40.0 - Headroom wrap css start
* 41.0 - 404 wrap css start

[Color codes]

Background:	#ffffff (White)
Content:	#939393 (Light Gray)
Header h1:	#343434 (Grey Black)
Header h2:	#343434 (Black)
Footer:		#939393 (Gray)

a (standard):	#343434 (black)
a (visited):	#2bcb6b (Lime)
a (active):	#2bcb6b (Lime)

[Typography]
  
Body copy:		16px/ 'Lato', sans-serif;
Headers:		'Open Sans', sans-serif;
Input, textarea:	'Open Sans', sans-serif;

=============================================================
**/

/*
	==============================================================
		Import css start
	==============================================================
*/
@import url("bootstrap.min.css");
@import url("component.css");
@import url("fontawesome.css");
@import url("widget_1.css");
@import url("typography_1.css");
@import url("global.css");
@import url("flaticon.css");
/*
	==============================================================
		Top bar css start
	==============================================================
*/
.breadcrumb{
    background:inherit;
    padding:0.75rem 0;
}
video{
    width:100%;
}
.plyr--video{
    max-height: 620px;
}
.you_link{
    text-align: center;
}
.main_video_mobile{
    display:none;
}
.work_primer{
    margin: 30px 0;
}
.works_img{
    margin:10px 0;
}
.contact_wrap p{
    margin-bottom: 0;
}
.callback_button{
    display: flex;
    justify-content: left;
    align-items: center;
}
.whats_btn{
    margin-right: 15px;
}
.viber_btn{
    width: 54px;
}
.callback_button a img{
    width: 55px;
}

.theme_border{
    border-radius: 4px;
}
.keo_header_01{
	border-bottom: 1px solid #e4e4e4;
}
#header.fixed{
	    position: fixed;
	    top: 0;
	    width: 100%;
	    background: rgba(255,255,255,1);
	}
.topline_wrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.topline_wrapper .place_info{
    font-size: 20px;
}
.form-group.place{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.form-group.place select.form-control{
    padding:5px;
    height: 30px;
}
.topline_wrapper .place_info img{
    width: 20px;
    margin-right: 5px;
}
.keo_header_01 .keo_logo{
	padding: 5px 0px;
}
.keo_logo{
    width:20%;
}
.topline_wrapper .top_address{
    width: 30%;
    font-size: 24px;
    font-family: "Century-Gothic";
    color: #444444;
    font-weight: 600;

}

.phone_wrapper ul, .topline_wrapper .phone_wrapper ul{
    list-style: none;
    padding-left: 0;
    line-height: 1.5;
}
.topline_wrapper .phone_wrapper ul span{
    font-size: 19px;
}
.topline_wrapper .phone_wrapper ul li{
    position: relative;
}
.topline_wrapper .phone_wrapper ul li:before{
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../img/phone.png);
    background-position: center;
    background-size: cover;
    top: 4px;
    left: -30px;
    content: "";
}    
.topline_wrapper .phone_wrapper ul span a{
    font-weight: 600;
}

/*
	==============================================================
		Navigation css start
	==============================================================
*/

.serv_title{
    font-size:0.85rem;
    font-weight:600;
    line-height:1.5;
}
.keo_navigation{
    text-align: center;
}
.keo_navigation>ul{

}
.keo_navigation>ul>li{
	margin-right: 15px;
}
.keo_navigation>ul>li:before{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0px;
	height: 2px;
}
nav .active{
    border-bottom: 2px solid #ee761c;
    color: #ee761c !important;
}
.keo_navigation>ul>li.active:before,
.keo_navigation>ul>li:hover:before{
	width: 100%;
}
.keo_navigation>ul>li>a{
	padding: 3px 0px;
    display: block;
    font-size: 1.05rem;
    font-family: 'Century-Gothic', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: none;
}
.keo_navigation>ul>li>a:hover{
    color:#ee761c;
}
.keo_navigation>ul>li>a:active{
    color:#ee761c;
}
/*2nd*/
.keo_navigation ul ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	position: absolute;
	z-index: 10000;
	width: 190px;
	top: 110%;
	left: 0px;
	background-color: #fff;
	box-shadow: 8px 8px 35px 0px rgba(153,153,153,0.48), -8px -8px 35px 0px rgba(153,153,153,0.48);
	opacity: 0;
	visibility: hidden;
	transition: all .7s ease;
}
.keo_navigation ul ul li{
	width: 100%;
	background-color: #f2f2f2;
}
.keo_navigation ul ul li a{
	padding: 10px 10px;
    display: block;
    font-size: .8rem;
}
.keo_navigation ul>li:hover>ul{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.keo_navigation ul ul>li:hover>a{
	color: #fff;
}
/*3rd*/
.keo_navigation ul ul ul{
	left: 110%;
	top: 0px;
}
.keo_navigation ul ul>li:hover>ul{
	left: 100%;
	top: 0px;
}
.keo_main_content h1{
    margin: 25px 0;
    font-size: 2.3rem;
}

.services-menu{
    margin-top: 20px;
}
/*
	==============================================================
		DL Menu css start
	==============================================================
*/
.dl-menuwrapper {
	display: none;
	z-index: 1000;
	width: auto;
	max-width: initial;
}
.dl-menuwrapper li>a:after, .dl-menuwrapper li.dl-back:after {
	color: #ffffff;
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
	background-color: #333;
}
#dl-menu>ul {
	width: 300px;
	max-width: 300px;
	right: 0px;
}
/*
	==============================================================
		Login Button css start
	==============================================================
*/
.login{
	color: #fff;
	line-height: 40px;
	padding: 0px 25px;
	border: 1px solid;
	font-family: 'Century-Gothic', sans-serif;
    font-weight: 600;
    cursor: pointer;
}
.login:hover{
	background-color: #fff;
}
/*
	==============================================================
		Banner css start
	==============================================================
*/
.keo_banner_bg{
	background-image: url('../images/banner_bg_01.jpg');
	padding: 180px 0px 190px;
}
.keo_checkbox_list>ul>li{
	margin-right: 10px;
}
.keo_checkbox_list>ul>li:last-child{
	margin-right: 0px;
}
/* The chk_label */
.chk_label {
	display: block;
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.chk_label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 12px;
	width: 12px;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
}
/* On mouse-over, add a grey background color */
.chk_label:hover input ~ .checkmark {
	border: 1px solid #e4e4e4;
}
/* When the checkbox is checked, add a blue background */
.chk_label input:checked ~ .checkmark {
	border-color: #2bcb6b;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.chk_label input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.chk_label .checkmark:after {
	left: 5px;
	top: -3px;
	width: 6px;
	height: 12px;
	border: solid #2bcb6b;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.main_menu{
    background-color: #627fbc;
    padding: 15px 0 15px 0;
    
}
/*
	==============================================================
		Heading css start
	==============================================================
*/
.keo_hdg_01{
	margin-top: -7px;
	margin-bottom: 55px;
}
.keo_hdg_01>p{
	padding: 0px 200px;
}
.keo_hdg_01>h3{
	margin-bottom: 15px;
    line-height: 100%;
    font-size: 45px;
    color: #ffda00;
}

.keo_price_bg_02{
	padding: 40px 0px 40px;
	background-color: #fff;
	text-align: center;
}
.advantages{
    padding: 0;
    margin-top: 70px;
    margin-bottom: 125px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.advantages_item{
    display: block;
    width: 20%;
    text-align: center;
}
.advantages_item_wrapper{
    position: relative;
}
.advantages_item_wrapper img{
    width: 110px;
}
.advantages_item_wrapper p{
    position: absolute;
    color: #444;
    top: 120px;
    line-height: 1.3;
    font-weight: 700;
    padding: 0 5px 0 5px;
    font-size: 19px;
}
.advantages_item_wrapper p span{
    font-weight: 600;
}
p.quest{
    margin-bottom: 10px;
}

.keo_tel_num a{
	font-size: 24px;
	color:#444 !important;
	font-weight: 600;
}

/*
	==============================================================
		Faqs css start
	==============================================================
*/
.keo_faqs_bg{
	padding: 110px 0px 100px;
}
.keo_faqs_outer{
	width: 730px;
	margin: auto;
}
.keo_faqs_outer .card{
	border: 0px;
    margin-bottom: 10px;
    background-color: #fafafb;
    
}
.keo_faqs_outer .card-header{
	background-color: transparent;
    border: 0px;
    padding: 0px;
}
.our_price{
    padding: 20px 0;
}
.card-header{
    display: flex;
    background-color: #627fbc;
}
.card-header h3{
    cursor: pointer;
    color:white;
}
.keo_faqs_outer .card-header>h5{
	font-size: 18px;
    line-height: normal;
    padding: 13px 32px 13px 20px;
    border-top: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);;
    cursor: pointer;
    position: relative;
    width: 100%;
}
.keo_faqs_outer .card-header>h5:before{
	content: "\f107";
	font-family: Font Awesome\ 5 Free;;
	position: absolute;
	top: 0px;
	right: 20px;
	width: auto;
	color: #343434;
	bottom: 0;
    margin: auto;
    height: 19px;
}
.keo_faqs_outer .card-header>h5[aria-expanded="true"]:before{
	content: "\f106";
}
.keo_faqs_outer .card-header>h5[aria-expanded="true"]{
	border-color: #e4e4e4;
	background-color: #fafafb;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.keo_faqs_outer .card-body{
	line-height: 28px;
	padding: 20px 30px;
	border-top: transparent;
}
.keo_faqs_outer .card .card-body{
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	background-color: #fafafb;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.keo_faqs_outer .card .card-body span{
    color:#ff7603;
}
/*
	==============================================================
		Client Feedback css start
	==============================================================
*/
.keo_client_bg{
	background-color: #fff;
	padding: 40px 0px 105px;
}
.keo_client_des{
	box-shadow: 8px 8px 35px 0px rgba(153,153,153,0.08), -8px -8px 35px 0px rgba(153,153,153,0.08);
	border: 1px solid #e4e4e4;
	padding: 22px 25px 30px;
	border-radius: 3px;
}
.keo_client_des>p{
	font-style: italic;
	margin-bottom: 15px;
	text-align: justify;
}
.keo_client_biography{
	border-bottom: 2px solid #e4e4e4;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.carousel-indicators{
    bottom: 0px;
}
.keo_client_biography>p{
    padding-bottom: 15px;
}
.keo_client_biography>img{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-top: 5px;
}
.keo_client_name{
	float: none;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
}
.keo_client_name>h5{
	font-size: .95rem;
	margin-bottom: 0px;
	position: absolute;
    top: 22px;
    left: 60px;
}
.keo_client_name>span{
	font-size: 14px;
}
.keo_client_name .tweet_info{
	right: 0px;
	top: 16px;
	font-size: 20px;
}
.date-ago{
    font-size: .9rem;
    color: #ee761c;
    font-weight: 600;
}

.carousel-indicators li{
    background-color: #444;
    cursor:pointer;
    width:15px;
    height:15px;
    border-radius:50%;
    
}
.carousel-indicators li.active{
    background-color: #2e8350;
}
.carousel-item{
    padding: 15px;
    border: 2px solid #2bcb6b;
    height: 245px;
    
}
.feed-wrap p{
    font-style:italic;
}
/*Owl Carousel*/
.keo_client_feedback .owl-stage-outer{
	padding-bottom: 30px;
}
.keo_client_feedback .owl-dots{
	text-align: center;
	height: 0;
}
.keo_client_feedback .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: #e4e4e4;
	margin-right: 8px;
}
.keo_client_feedback .owl-dots .owl-dot.active{
	width: 10px;
}
.keo_client_bg .feedback_button{
    text-align: center;
    margin-top: 40px;
}
/*
	==============================================================
		Latest Blog css start
	==============================================================
*/
.keo_blog_bg{
	padding: 40px 0px 60px;
}
.clients{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
    
}
.clients_item{
    width: 17%;
    border: 1px solid grey;
    margin: 0 auto 10px;
    
}
.clients_item img{
    padding: 15px;
}
/*
	==============================================================
		Sponser css start
	==============================================================
*/
.recrut{
    padding: 50px 0;
}
.recrut_wrap{
    position: relative;
    height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shadow{
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    background:rgba(255,255,255,.5);
}
.rec_info{
    position: inherit;
    text-align: center;
    width: 70%;
}
.recrut_text p{
    font-size: 1.3rem;
    font-weight: 600;
}
.recrut_text p a{
    color: #000;
}
/*
	==============================================================
		Header 02 Transparent css start
	==============================================================
*/
.keo_navigation>ul>li:before{
	display: none;
}
.keo_navigation>ul>li>a{
	color: #fff;
}

/*
	==============================================================
		Successfull css start
	==============================================================
*/
.keo_successfull_wrap{
	padding: 40px 0px 40px;
}
.service__header.big{
    font-size: 120px;
}
.col-md-4.service__item-wrap{
    min-height: 175px;
}
.service ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    list-style-position: inside;
    list-style-type: none;
}
.service li{
  
    padding-right: 10px;
    font-size: .75rem;
}
.muzh_cervice_list{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.muzh_item_wrap{
    width: 24%;
}
.service .muzh_cervice_list .muzh_item_wrap{
    width:20%;
}

.muzh_item_wrap .services_list_item{
    min-height: 290px;
    position: relative;
}
.muzh_item_wrap .services_list_item span{
    position: absolute;
    bottom: 10px;
    width:100%;
    left:0;
    font-size: 15px;
    color:#ee761c;
    font-weight: 600;
}
.services_list_item h5{
    margin-top: 5px;
}

.image{
    height: 100%;
}
.video_feedback{
    margin-top: 50px;
}
.uvideo{
    margin-bottom: 20px;
    text-align: center;
}
.video_title {
    margin-top: 5px;
}
.line {
    position: relative;
}
.line:after {
    content: '';
    display: block;
    width: 25px;
    left: 100%;
    margin-left: 12px;
    top: 10px;
    position: absolute;
    height: 1px;
    background-color: #fff;
}
.line--left:after {
    left: auto;
    right: 100%;
    margin-right: 12px;
}

.team-footer {
    background-color: #F2F2F2;
    font-size: 0;
    margin-bottom: 50px;
}

.team-footer__item {
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 33%;
    vertical-align: bottom;
    padding-right: 30px;
    margin-top: 20px;
}
.team-footer::nth-child(4), .team-footer::nth-child(5), .team-footer::nth-child(6){
    margin-top: 20px;
}
.team-footer .image img {
    max-width: 100%;
    max-height: 211px;
}

.team-footer .text {
    top: 30px;
    right: 0;
    position: absolute;
    width: 125px;
    color: #ff7603;
    line-height: 1;
}
.team-footer .name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 7px;
}
.team-footer .spec, .team-footer .fraza {
    font-size: 12px;
    color:#444;
}
.fraza{
    margin-top: 15px;
}

.line::after {
    content: '';
    display: block;
    width: 25px;
    left: 100%;
    margin-left: 12px;
    top: 10px;
    position: absolute;
    height: 1px;
    background-color: #ffffff;
}

.line--left::after {
    left: auto;
    right: 100%;
    margin-right: 12px;
}
.team-footer .line::after {
    background-color: black;
    width: 17px;
}
.team-footer__more {
    padding-left: 30px;
    padding-right: 30px;
}
.team-footer__more p{
    font-size: 13px;
    line-height: 1.1;
    text-align: center;
    color: #000;
}
.team-footer__more .num {
    font-size: 80px;
    font-weight: bold;
    color: #760633;
    line-height: 120px;
}
.ta-center {
    text-align: center;
}
/*
	==============================================================
		Contact Us css start
	==============================================================
*/
.keo_contact_info{
    margin-bottom: 20px;
}
.sss{
    background: #f0eeed;
    padding:30px;
}
.keo_contact_info .keo_social_link ul li a img{
    width: 35px;
}
.keo_contact_info .contact_wrap>span{
    font-size: 20px;
    font-weight: 600;
}
.keo_contact_info .contact_wrap>h5{
	font-size: 20px;
	margin-bottom: 5px;
}
.keo_contact_info>p{
	margin-bottom: 0px;
}
.keo_contact_info>a{
	color: #939393;
	text-decoration: underline;
}
/*
	==============================================================
		Contact Us Map css start
	==============================================================
*/
.keo_contact_map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.keo_contact_map .map-canvas{
	height: 100%;
}

.keo_blog_single_bg{
	padding: 110px 0px;
	background: #fff;
}

.keo_blog_detail_form.keo_contact_form form{
	padding-left: 0px;
}
/*
	==============================================================
		Pagnation css start
	==============================================================
*/

.stuff_sec .name{
    font-size: 14px;
}
.stuff_sec .team-footer .text{
    right: -19px;
}
.keo_pagination_outer{

}
.keo_pagination_outer .pagination{
	margin-bottom: 0px;
}
.keo_pagination_outer .pagination .page-item{
	cursor:pointer;
}
.keo_pagination_outer .pagination .page-item:last-child{
	margin-right: 0px;
}
.keo_pagination_outer .pagination .page-item .page-link{
    padding: 0px;
    text-align: center;
    color: #343434;
    background-color: #fafafb;
    border: 0;
    border-radius: 4px;
    padding: 10px 16px;
    margin-right: 10px;
    cursor:pointer;
}
.keo_pagination_outer .pagination .page-item.active a{
    background-color: #2bcb6b;
    color: #ffffff;
}
.keo_pagination_outer .pagination .page-item .page-link:hover{
	color: #fff;
}
/*
	==============================================================
		Faqs css start
	==============================================================
*/
.keo_faqs_bg2{
	padding: 40px 0px 60px;
    background: url(../img/progress_banner.jpg); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}
.keo_faqs_outer.keo_faqs_width{
	width: 100%;
}
.progress_wrapper{
    text-align: center;
    padding-top: 100px;
}
.progress_wrapper img{
    width: 180px;
}
.progress_text{
    margin-top: 20px;
}
.progress_text p{
    color: #444;
    margin: 0;
    line-height: 1;
    font-size: 33px;
    font-weight: 600;
}
.progress_text p span{
    font-size: 35px;
    color: #ee761c;
}


/*
	==============================================================
		Domain Search css start
	==============================================================
*/


/*
	==============================================================
		Banner 02 css start
	==============================================================
*/
.worker-img{
    float: left;
    padding: 0 24px 24px 0;
}

.keo_banner02_bg.overlay_dark:before{
	background-color: rgba(0,0,0,0.5);
}

.keo_domain_search_bg_01{
    padding: 0px 0px 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.keo_404_bg{
	padding: 195px 0px 110px;
	text-align: center;
}
.keo_404_text{
	margin-bottom: 50px;
}
.keo_404_text>img{
	width: auto;
	height: auto;
}
.keo_404_wrap{

}
.keo_404_wrap>h3{
	font-size: 42px;
	line-height: 100%;
	margin-bottom: 20px;
}
.keo_404_wrap>p{
	font-size: 24px;
	margin-bottom: 40px;
}
.keo_404_wrap>a{
	display: inline-block;
	min-width: 180px;
	color: #ffffff;
	border-radius: 30px;
	border: 1px solid;
	padding: 11px 0px;
	font-family: 'Roboto', sans-serif;
}
.keo_404_wrap>a:hover{
	background-color: transparent;
}
/*
	==============================================================
		Service List css start
	==============================================================
*/
.service_inner_img{
    border: 1px solid #2e8350;
    max-width: 200px;
}
.service_inner_img img{
     padding: 3px;   
}    
.service_inner_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.servise_inner_desc{
    display: block;
    padding-left: 15px;
}
.price_inner{
    color: #2bcb6b;
    font-size: 1.5rem;
    padding-left: 5px;
    font-weight: 500;
}
.social__share{
    margin-top: 20px;
}

.services_list_item{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #eee;
    min-height: 275px;
    transition: .25s;
}
.services_list_item img{
    padding:3px;
}
.services_list_item:hover{
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
    transition: .25s;
    z-index: 1;
}
.services-menu .collapse_menu li{
    line-height: 1.5;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    background: #627fbc;
    margin-top: 10px;
    border-radius:5px;
    position: relative;
}
.services-menu .collapse_menu li a{
    color:white;
    padding-left: 5px;
}

.services-menu .collapse_menu .last{
    border-bottom: 1px solid;
}

.collapse_menu .closed::after{
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    top: 7px;
    right: 10px;
    width: auto;
    color: #fff;
    bottom: 0;
    margin: auto;
    cursor:pointer;
}
.collapse_menu li.opened:after{
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    top: 7px;
    right: 10px;
    width: auto;
    color: #fff;
    margin: auto;
    cursor:pointer;
    transform: rotate(180deg);
}
.footer_menu_item{
    width:100%;
    line-height: 1.7;
}
.footer_menu_item a{
    font-size: 24px;
    font-weight: 500;
}

.submenu{
    list-style: none;
    padding-left: 5px;
    border: none;
}
.submenu li{
    border: none !important;
    font-weight: 400 !important;
    padding-left: 10px !important;
}
.submenu li a{
    font-size: 13px;
    
}
.submenu li .fas{
    display: none;
}
.submenu li::after{
    display:none;
}
#carouselPartners .carousel-item{
    border: none;
}
.be-partner{
    width:100%;
    border-top: 1px solid;
    text-align: center;
    padding: 10px 0;
}
.be-partner a{
    text-transform: uppercase;
}
.title_block{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.title_block .cnt{
    font-size: 1.75rem;
    font-weight: 700;
    font-style: italic;
    margin-left: 5px;
}
.feed_img{
    width: 50px;
    height: 50px;
    padding: 3px;
    border-left:1px solid rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.keo_client_name .feed_img{
    border: none;
    width: 50px;
    height:50;
    border-radius:50%;
}
.card-body p{
    font-style: italic;
}
.fixed-button{
    margin: 0 !important;
    z-index: 11;
    position: fixed;
    left: -73px;
    top: 35%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.akciya {
    width: 80%;
    float: left;
}
.akciya h4 a{
    font-family: 'Exo 2', sans-serif;
    color: #ff7603;
}
.akciya ul{
    list-style: none;
    padding: 0;
    line-height: 1.3;
}
.akciya ul li{
    font-size: 1.3rem;
    color: #2b2a29;
}
.akciya ul li span{
    color: gold;
    font-weight: 600;
    
}
.akciya ul li img{
    width: 22px;
    height: auto;
    margin-right: 6px;
}
.akciya .callback_button{
    text-align: center;
    width:60%;
    display: none;
}
.stage_work{
    padding: 40px 0px 80px 0px;
    background-image: url(../img/background_2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    
}

.stage_work.overlay_dark:before {
    background-color: rgba(0,0,0,0.10);
}
.stage_item_list{
    display: block;
    font-family: 'Century-Gothic', sans-serif;
    font-weight: 700;
    margin-top: 40px;
    
}
.stage_item_list .top{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.stage_item_list .bottom{
    line-height: 1.2;
    color: #444;
    text-align: center;
    letter-spacing: 1px;
}
.stage_item_list .title{
    text-align: center;
}
.stage_item_list .title p{
    font-size: 40px;
    color: #ff7603;
    text-transform: uppercase;
    font-family: 'Century-Gothic-Bold', sans-serif;
}
.stage_item_list .title img{
    width: 110px;
    margin-bottom: 5px;
}
.muzh-na-chas, .slogan{
    display:none;
}
.dl-menu .phone_wrapper{
    border-bottom: 1px solid #ddd;
}
.dl-menu .phone_wrapper a{
    padding-top:0;
    padding-bottom:0;
    line-height: 1.3;
}
.dl-menu .phone_wrapper h5{
    color: red;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 8px;
}
.subbunner{
    padding-left: 50px;
}
.subbunner h4{
    color:#ff7603 !important;
}
.subbunner h4 span{
    margin-left: 16px;
    color:#2b2a29 !important;
}
.subbunner .vyzov_mastera{
    position: relative;
    width:75%;
    margin-bottom: 30px;
   
}
.subbunner .callback_button{
    justify-content:center;
    margin: auto;
}
.subbunner .callback_button img{
    width: 43px;
}


.subbunner .contact_list ul{
    background: #ffda00;
    padding: 10px 10px 10px 50px;
    position: relative;
    list-style-type: none;
    height: 90px;
    display: block;
    border-radius: 10px;
    
}
.subbunner .contact_list ul{
    font-size: 1.4rem;
}
.subbunner .contact_list ul li a{
    font-weight: 600;
}
.subbunner .vyzov_mastera .busy_img{
    position: absolute;
    top: -33px;
    right:-47px;
    max-width: 150%;
}
.subbunner .vyzov_mastera .busy_img img{
    width: 100%;
    height: auto;
}
.subbunner .contact_list{
    
}
.subbunner .contact_list ul:before{
    position: absolute;
    width:22px;
    height:22px;
    background: url(../img/phone.png);
    background-position: center;
    background-size: cover;
    top:35px;
    left:15px;
    content:"";
}
.subbunner .master_com{
    display: flex;
    align-items: center;
    width:70%;
    justify-content: center;
}
.subbunner .master_com a{
    margin: 7px 15px 0 0;
}
.subbunner .top_priem h4{
    color: #2b2a29 !important;
    margin-top: 20px;
    padding-left:0;
    
}
.keo_banner02_bg .prizyv{
    font-family: 'Century-Gothic', sans-serif;
    font-size: 1.8rem;
    color: #ff7603;
    font-weight: 800;
    width: 100%;
    text-align: center;
}

.blue_line{
    text-align: center;
    font-size: 30px;
    font-family: 'Century-Gothic', sans-serif;
    font-weight: 700;
    padding: 12px 0 12px 0;
    background: #627fbc;
    color: white;
    margin-bottom: 20px;
}

table{
    border: 1px solid grey;
    width: 50%;
    float: left;
    margin: 30px 30px 1px 0;
}
th, td{
    padding: 5px;
    border: 1px solid grey;
    font-size: 13px;
    text-align: center;
    color: #444;
}
td{
    
}
th{
    background-color: rgba(0,255,0,.3);
}

ul.another_list{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.keo_successfull_wrap ul.another_list{
    padding-right: 0px;
}
.another_service{
    display: none;
}
ul.another_list li{
    padding: 6px;
    border-radius: 3px;
    margin-bottom: 5px;
    width: 49%;
    text-align: center;
}
ul.another_list li:nth-child(1){
    border:4px solid rgba(238,118,28,.6);
}
ul.another_list li:nth-child(2){
   border:4px solid rgba(98,127,188,.6);
}
ul.another_list li:nth-child(3){
    border:4px solid rgba(98,127,188,.6);
}
ul.another_list li:nth-child(4){
    border:4px solid rgba(238,118,28,.6);
}
ul.another_list li:nth-child(5){
    border:4px solid rgba(255,218,0,.6);
    width: 100%;
}
ul.another_list li:nth-child(6){
    border:4px solid rgba(98,127,188,.6);
    width: 100%;
}
.vyzov_mastera{
    width: 100%;
    display: block;
}
.all_objects{
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 80%;
    height: auto;
    background: rgba(255,255,255,.0);
    z-index: 1;
    padding: 10px 0;
    color: #444;
    position: relative;
    margin-top: 25px;
}
.contact_list .fa-mobile-alt{
    margin-right: 11px;
}
.all_objects ul{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    text-align: left;
    padding: 0 10px 10px 10px;
    line-height: 1.3;
}
.all_objects ul li{
    font-size: 1.3rem;
    padding: 0 5px 5px 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 8px;
    color: #2b2a29;
}
.all_objects ul li img{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.keo_banner02_bg h1{
    font-size: 3rem;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.keo_banner02_bg h1 span{
    color: #ff7603;
}

.bottom_area{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 26px;
}

.keo_banner02_bg h4{
    color: #2b2a29;
    text-align: left;
    font-size: 1.7rem;
    padding-left: 30px
}
.bag, .lower_price{
    margin-bottom: 50px;
}
.pens_wrap, .lower_price, .bag_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.pens_wrap img{
    width: 40%;
}
.lower_price img{
    width: 30%;
    padding: 10px;
}
.pens_desc, .lower_price_desc, .bag_desc{
    width: 60%;
    padding-left: 10px;
}
.keo_social_link{
    margin-top: 10px;
}
.keo_social_link ul li a img{
    width: 55px;
}
.footer_uslugi{
    width: 300px;
    margin:auto;
}
.foo_img_logo{
    width: 300px;
}
.keo_need_help_wrap span{
    font-size: 24px;
    font-weight: 600;
    color: #444;
    
}
.using_tools{
    margin-bottom: 20px;
}
.using_tools_wrap{
    display: flex;
    align-items: center;
    background-color: rgba(98,127,188, .8);
    border-top-left-radius: 86px;
    border-bottom-left-radius: 86px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.using_tools_img{
    width: 25%;
    min-width: 160px;
    max-width: 160px;
    border: 10px solid rgb(98,127,188);
    border-radius: 50%;
    height: 160px;
    position: relative;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
}
.using_tools_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.using_tools_txt{
    width: 75%;
    max-width: 394px;
    float: left;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
}
.using_tools_txt p, .using_tools_txt h4{
    line-height: 1;
}
.using_tools_txt h4{
    font-size: 18px;
}
.using_tools_txt p{
    font-size: 15px;
}
.keo_main_content h2{
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
    color: #ffda00;
}
.your_profit img{
    float: left;
    margin-right: 15px;
    width: 120px;
    height: 120px;
}
.your_profit p span{
    font-weight: 700;
}
.service-text ul{
    padding-left: 0;
    list-style: none;
}
.service-text ul li.profit_item{
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
}
ul.santeh_uslugi{
    list-style: circle;
    padding-left: 20px;
}
ul.santeh_uslugi li{
    font-size: 18px;
    margin-bottom: 10px;
}
.example_works{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    list-style:none;
    padding:0;
}
.example_works li{
    width: 32%;
    margin-bottom: 15px;
}
.example_works li p{
    font-weight: 600;
    text-align: center;
}
.tools_title, .using_tools_txt p{
    color: white;
}

.metro_list ul{
    list-style: none;
    padding:0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.metro_list ul li{
    width: 32%;
    text-align: left;
    padding:5px 8px;
    background: #627fbc;
}
.metro_list ul li a{
    color: #fff;
    font-size: .75rem;
}
.price_muzh_cervice_list{
    list-style: none;
    padding:0;
}
.price_muzh_cervice_list li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
    padding:8px 0;
}
.price_muzh_cervice_list li a{
    width:80%;
    text-align: left;
    padding-left:20px;
}
.price_muzh_cervice_list li p{
    width:20%;
    text-align: center;
}
.price_muzh_cervice_list li p span{
    font-style: normal;
}

/* ======== Адаптивное отображение карточек ======== */

/* Планшеты: 3 в ряд */
@media (max-width: 992px) {
  .muzh_item_wrap,
  .service .muzh_cervice_list .muzh_item_wrap {
    width: 30%;
  }
}

/* Мобильные: 2 в ряд */
@media (max-width: 768px) {
  .muzh_item_wrap,
  .service .muzh_cervice_list .muzh_item_wrap {
    width: 48%;
  }
}