@charset "UTF-8";

/*-------------------------------------------------

Project:	i-Fact
Version:	1.0.0
Author:     Webstrot
Copyright © 2020-21

----------------------------------------------------
[Table of contents]
 
1. body
2. return-to-top styles
3. Common button styles
4. Common heading styles
5. custom css
6. Agency 01 CSS Start
7. Agency 02 CSS Start
8. Beauty CSS Start
9. Business CSS Start
10. Construction 01 CSS Start
11. Construction 02 CSS Start
12. Doctor 01 CSS Start
13. It Company CSS Start
14. Kidder CSS Start
15. gutter CSS Start
16. PC fixer CSS Start
17. Software CSS Start
18. Startup CSS Start
19. Web Hosting CSS Start 
 

*/

html,
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #797979;
	font-weight: 400;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0;
}
p {
	font-family: 'Lato', sans-serif;
	margin: 0;
}
a {
	color: #000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a:focus {
	color: #3bb6d5;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: unset;
	text-decoration: none;
}
a:hover {
	color: #3bb6d5;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* return-to-top styles */

#return-to-top {
	position: fixed;
	bottom: 30px;
	right: 70px;
	background: #fff;
	width: 45px;
	height: 100px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: none;
	color: #000000;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
	text-transform: capitalize;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1000;
	padding-top: 25px;
	text-align: center;
}
#return-to-top i:before {
	color: #000000;
	font-size: 25px;
}
/* Common button styles */

/* Agecy 01 */

.btn_style {
	display: inline-block;
	text-align: center;
	background: #3bb6d5;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 250px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn_style:hover,
.btn_style:focus {
	background: #f5f7fb;
	color: #3bb6d5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Agecy 02 */

.agency2_btn_style {
	display: inline-block;
	text-align: center;
	background: #3bb6d5;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 250px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.agency2_btn_style:hover,
.agency2_btn_style:focus {
	background: #f5f7fb;
	color: #3bb6d5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Beauty */

.beauty_btn_style {
	display: inline-block;
	text-align: center;
	background: #00aaef;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 250px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.beauty_btn_style:hover,
.beauty_btn_style:focus {
	background: #f5f7fb;
	color: #00aaef;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Business */

.bussi_btn_style {
	display: inline-block;
	text-align: center;
	background: #ff4a57;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 200px;
	height: 45px;
	line-height: 42px;
	border: 1px solid #ff4a57;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.bussi_btn_style:hover,
.bussi_btn_style:focus {
	background: transparent;
	color: #ff4a57;
	border: 1px solid #ff4a57;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Construction 01 */

.const_btn_style {
	display: inline-block;
	text-align: center;
	background: #ff6666;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 180px;
	height: 45px;
	line-height: 42px;
	border: 1px solid #ff6666;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.const_btn_style:hover,
.const_btn_style:focus {
	background: transparent;
	color: #ff6666;
	border: 1px solid #ff6666;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Construction 02 */

.const2_btn_style {
	display: inline-block;
	text-align: center;
	background: #ffc13b;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 250px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.const2_btn_style:hover,
.const2_btn_style:focus {
	background: transparent;
	color: #ffc13b;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Doctor 01 */

.doc_btn_style {
	display: inline-block;
	text-align: center;
	background: #ff6666;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 180px;
	height: 45px;
	line-height: 42px;
	border: 1px solid #ff6666;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.doc_btn_style:hover,
.doc_btn_style:focus {
	background: transparent;
	color: #ff6666;
	border: 1px solid #ff6666;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Doctor 01 */

.doc2_btn_style {
	display: inline-block;
	text-align: center;
	background: #00aaef;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 180px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #00aaef;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.doc2_btn_style:hover,
.doc2_btn_style:focus {
	background: transparent;
	color: #00aaef;
	border: 1px solid #00aaef;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* It Company */

.it_comp_btn_style {
	display: inline-block;
	text-align: center;
	background: #00e3c8;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 250px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.it_comp_btn_style:hover,
.it_comp_btn_style:focus {
	background: #f5f7fb;
	color: #00e3c8;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* kidder */

.kid_btn_style {
	display: inline-block;
	text-align: center;
	background: #f6469e;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 160px;
	text-transform: capitalize;
	height: 45px;
	border: 1px solid #f6469e;
	line-height: 42px;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.kid_btn_style:hover,
.kid_btn_style:focus {
	background: transparent;
	color: #f6469e;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* gutter */

.gutter_btn_style {
	display: inline-block;
	text-align: center;
	background: #3bb6d5;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 250px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_btn_style:hover,
.gutter_btn_style:focus {
	background: #f5f7fb;
	color: #3bb6d5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* PC Fixer */

.pcfix_btn_style {
	display: inline-block;
	text-align: center;
	background: #00aaef;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 160px;
	text-transform: uppercase;
	height: 45px;
	border: 1px solid #00aaef;
	line-height: 42px;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pcfix_btn_style:hover,
.pcfix_btn_style:focus {
	background: transparent;
	color: #00aaef;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Software */

.soft_btn_style {
	display: inline-block;
	text-align: center;
	background: #fff;
	color: #4e49de;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 200px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.soft_btn_style:hover,
.soft_btn_style:focus {
	background: transparent;
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Startup */

.start_btn_style {
	display: inline-block;
	text-align: center;
	background: #7e50ff;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 250px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.start_btn_style:hover,
.start_btn_style:focus {
	background: #fff;
	color: #7e50ff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Web Hosting */

.web_btn_style {
	display: inline-block;
	text-align: center;
	background: #63c000;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 160px;
	text-transform: capitalize;
	height: 45px;
	border: 1px solid #63c000;
	line-height: 42px;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.web_btn_style:hover,
.web_btn_style:focus {
	background: transparent;
	color: #63c000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* Common heading styles */

/* Agecy 01 */

.section_heading,
.agency2_section_heading {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
}
.section_heading h3,
.agency2_section_heading h3 {
	font-size: 16px;
	font-weight: 600;
	color: #3bb6d5;
	letter-spacing: 4px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.section_heading h2,
.agency2_section_heading h2 {
	font-size: 26px;
	font-weight: 600;
	text-transform: capitalize;
}
/* Agecy 02 */

/* Beauty */

.beauty_section_heading {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
}
.beauty_section_heading h2 {
	font-size: 36px;
	text-transform: capitalize;
	display: inline-block;
	float: left;
}
/* Business */

.bussi_section_heading {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
}
.bussi_section_heading h3 {
	font-size: 16px;
	font-weight: 500;
	color: #626f82;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.bussi_section_heading h2 {
	font-size: 26px;
	font-weight: 600;
	text-transform: capitalize;
}
/* Construction 01 */

.const_section_heading {
	float: left;
	width: 100%;
	padding-bottom: 55px;
	text-align: center;
}
.const_section_heading h2 {
	font-size: 40px;
	font-weight: 600;
	position: relative;
	text-transform: capitalize;
	padding-bottom: 20px;
}
.const_section_heading h2:after {
	content: '';
	position: absolute;
	bottom: -7px;
	width: 200px;
	height: 8px;
	background: #ffefef;
	left: 0;
	right: 0;
	margin: 0px auto;
}
/* Construction 02 */

.const2_sp_heading_wraper {
	text-align: center;
	padding-bottom: 40px;
}
.const2_sp_heading_wraper h3 {
	font-size: 34px;
	line-height: 42px;
	text-transform: capitalize;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.const2_sp_heading_wraper h3:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	margin: 0px auto;
	background: #ffc13b;
	bottom: -8px;
	width: 100px;
	height: 4px;
	border-radius: 5px;
}
/* Doctor 01 */

.doc_section_heading {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
}
.doc_section_heading h3 {
	font-size: 18px;
	font-weight: 500;
	color: #ff6666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.doc_section_heading h2 {
	font-size: 32px;
	font-weight: 600;
	color: #111;
	text-transform: capitalize;
}
/* It Company */

.it_comp_heading_wrapper {
	padding-bottom: 40px;
	animation-delay: 0.2s;
}
.it_comp_heading_wrapper h2 {
	font-size: 26px;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #00e3c8;
}
.it_comp_heading_wrapper h1 {
	font-size: 34px;
	line-height: 42px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
/* kidder */

.kid_heading_wraper {
	text-align: center;
	padding-bottom: 40px;
}
.kid_heading_wraper h3 {
	font-size: 34px;
	line-height: 42px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 10px;
}
/* gutter */

.lw_heading_wraper {
	text-align: center;
	margin-bottom: 40px;
}
.lw_heading_wraper h3 {
	text-transform: capitalize;
	color: #055DA2;
	margin-bottom: 10px;
	font-size: 22px;
}
.lw_heading_wraper h1 {
	font-size: 36px;
	text-transform: capitalize;
}
/* PC Fixer */

.pcfix_center_heading h1 {
	font-size: 36px;
	text-transform: capitalize;
	margin-bottom: 35px;
}
/* Software */

.soft_heading_wrapper {
	margin-bottom: 40px;
}
.soft_heading_wrapper h2 {
	font-size: 20px;
	text-transform: capitalize;
}
.soft_heading_wrapper h1 {
	font-size: 36px;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 500;
}
/* Startup */

.start_heading_wraper {
	text-align: center;
	padding-bottom: 40px;
}
.start_heading_wraper h3 {
	font-size: 34px;
	line-height: 42px;
	text-transform: capitalize;
	font-weight: 500;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.start_heading_wraper h3:after {
	content: '';
	position: absolute;
	left: -20px;
	height: 40px;
	top: 0;
	width: 1px;
	background: #7e50ff;
}
.start_heading_wraper h3:before {
	content: '';
	position: absolute;
	right: -20px;
	height: 40px;
	top: 0;
	width: 1px;
	background: #7e50ff;
}
/* Web Hosting */

.web_heading_wraper {
	text-align: center;
	padding-bottom: 40px;
}
.web_heading_wraper h3 {
	font-size: 34px;
	line-height: 42px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 10px;
}
/* custom css start */

.full_width {
	float: left;
	width: 100%;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
#status {
	background-image: url(../images/agency_01/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
.status-mes {
	background-image: url(../images/agency_01/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}
/* --------------------------------------
LIST STYLE
------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.form-control {
	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
}
textarea.form-control {
	height: auto;
	resize: none;
}
button:focus,
input:focus,
textarea:focus {
	outline: 0;
}
.icon_svg {
	fill: #3bb6d5;
}
.doc_icon_svg {
	fill: #ff4a57;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.doc2_icon_svg {
	fill: #00aaef;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* custom css end */

/*********************** gutter CSS Start ****************************/

/* gutter_header start */

.gutter_header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	background: rgb(23, 65, 220);
	padding-bottom: 25px;
}
.gutter_logo_wrapper {
	float: left;
	position: relative;
	padding-top: 29px;
}
.shape_top_gutter_header {
	position: absolute;
	left: 0;
	top: -75px;
	z-index: -1;
}

/* gutter_main_menu_wrapper start */

.gutter_main_menu_wrapper {
	float: left;
	padding-top: 40px;
}
.gutter_main_menu_wrapper ul > li {
	float: left;
	margin-right: 19px;
}
.gutter_main_menu_wrapper ul > li > a {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	padding: 15px 7px;
	position: relative;
}
.gutter_main_menu_wrapper ul > li > a:hover {
	color: #fd8964;
}
.gutter_main_menu_wrapper ul > .active > a {
	background-color: transparent;
	color: #0BBFE1;
}
.gutter_main_menu_wrapper ul > .active > a:focus,
.gutter_main_menu_wrapper ul > .active > a:hover {
	background-color: transparent;
	color: #fd8964;
}
/*gutter_menu_right_wrapper start*/

.gutter_menu_right_wrapper {
	float: left;
	padding-top: 31px;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	color: #fff;
}
.gutter_menu_right_wrapper .gutter_btn_style {
	line-height: 36px;
	width: 170px;
	height: 40px;
	float: left;
	text-transform: capitalize;
	font-size: 16px;
	border: 2px solid #055DA2;
	font-weight: 400;
	background: #0BBFE1;
	color: #fff;
	font-family: 'lato';
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_menu_right_wrapper .gutter_btn_style:hover,
.gutter_menu_right_wrapper .gutter_btn_style:focus {
	color: #fff;
	background: transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- search Start --*/

.gutter_serach_header {
	float: right;
	z-index: 1;
}
.gutter_serach_header .gutter_searchd {
	background: transparent;
	line-height: 50px;
	height: 50px;
	border: 0;
}
.gutter_serach_header .gutter_searchd i {
	color: #29abff;
	font-size: 16px;
	border: 0 !important;
}
.gutter_searchd {
	background: transparent;
	padding-top: 9px;
	padding-right: 30px;
	border: 0;
	color: #fff;
	cursor: pointer;
}
.gutter_searchd_bar {
	background: transparent;
	padding-right: 15px;
	border: 0;
	color: #fff;
	cursor: pointer;
}
.gutter_serach_header .gutter_searchbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.86);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 11000;
}
.gutter_serach_header .gutter_searchbox .close {
	background-color: transparent;
	box-shadow: none;
	color: #055DA2;
	font-size: 40px;
	font-weight: bold;
	opacity: 1;
	padding: 10px 17px;
	position: fixed;
	right: 20px;
	top: 15px;
	text-shadow: none;
}
.gutter_serach_header .gutter_searchbox form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: transparent;
	border-color: -moz-use-text-color -moz-use-text-color #fff;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	color: #fff;
	font-size: 28px;
	font-weight: lighter;
	left: 0;
	right: 0;
	margin: 0px auto;
	outline: medium none;
	padding-bottom: 7px;
	padding-left: 0;
	padding-right: 30px;
	position: absolute;
	top: 45%;
	width: 36%;
	line-height: 60px;
}
.gutter_serach_header .gutter_searchbox form button {
	display: inline-block;
	line-height: 60px;
	height: 60px;
	left: 64%;
	position: absolute;
	top: 49%;
	transform: translate(0%, -55%);
	background: transparent;
	color: #055DA2;
	border: 0;
	cursor: pointer;
	font-size: 20px;
}
.gutter_serach_header .gutter_searchbox.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.gutter_serach_header .gutter_searchbox form::-webkit-input-placeholder {
	color: rgba(219, 187, 10, 0.6);
}
.gutter_serach_header .gutter_searchbox form:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(219, 187, 10, 0.6);
}
.gutter_serach_header .gutter_searchbox form::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(219, 187, 10, 0.6);
}
.gutter_serach_header .gutter_searchbox form:-ms-input-placeholder {
	color: rgba(219, 187, 10, 0.6);
}
.gutter_search_wrap {
	float: left;
}
/* gutter_main_menu_wrapper end */

/* gutter_menu_fixed start */

.gutter_menu_fixed {
	position: fixed;
	background: rgb(23, 65, 220);;
	top: -5px;
	left: 0;
	right: 0;
	z-index: 100;
	padding-bottom: 25px;
}
.gutter_menu_fixed .logo_shape_wrapper {
	display: none;
}
.gutter_header .gutter_menu_fixed_logo {
	display: none;
}
.gutter_menu_fixed .gutter_menu_fixed_logo {
	display: block;
	padding-top: 30px;
	padding-bottom: 40px;
}
.gutter_menu_fixed ul > li > a {
	color: #fff;
}
.gutter_menu_fixed ul > li > a:hover {
	color: #fff;
}
.gutter_menu_fixed ul > .active > a {
	color: #fff;
}
.gutter_menu_fixed ul > .active > a:focus,
.gutter_menu_fixed ul > .active > a:hover {
	color: #fff;
}
.gutter_menu_fixed .gutter_btn_style {
	background: #fff;
	color: #055DA2;
	border: 1px solid #fff;
}
.gutter_menu_fixed .gutter_btn_style:hover {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.gutter_menu_fixed .gutter_searchd {
	color: #fff;
}
/* gutter_sidebar */

#gutter_sidebar {
	position: fixed;
	display: block;
	height: 100%;
	top: 0px;
	left: -473px;
	width: 260px;
	background-color: #ffffff;
	z-index: 1000;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
	overflow-x: hidden;
	box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05);
}
#gutter_toggle {
	float: right;
	width: auto;
	padding-top: 5px;
	cursor: pointer;
}
#gutter_toggle a i:before {
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	padding-left: 25px;
}
#gutter_cssmenu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	color: #ffffff;
}
#gutter_cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gutter_cssmenu .sidebb {
	width: 100%;
	padding-top: 10%;
	float: left;
}
#gutter_cssmenu img {
	padding-top: 25px;
	padding-left: 30px;
}
#gutter_cssmenu ul ul {
	display: none;
	padding-left: 20px;
}
#gutter_cssmenu > ul > li.active > ul {
	display: block;
}
#gutter_cssmenu > ul > li > a {
	padding: 17px 25px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #111;
	text-transform: capitalize;
	background: #ffffff;
	border-bottom: 1px solid #e6e6e6;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#gutter_cssmenu > ul > li > a:hover {
	color: #d16148;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#gutter_cssmenu .sidebb li:first-child {
	border-top: 1px solid #e6e6e6;
}
#gutter_cssmenu ul > li.has-sub > a:after {
	position: absolute;
	right: 34px;
	top: 16px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #191919;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#gutter_cssmenu ul > li.has-sub > a:before {
	position: absolute;
	right: 30px;
	top: 20px;
	display: block;
	width: 10px;
	height: 2px;
	background: #191919;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#gutter_cssmenu ul > li.has-sub.open > a:after,
#gutter_cssmenu ul > li.has-sub.open > a:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gutter_cssmenu ul ul li a {
	padding: 14px 26px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #060606;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#gutter_cssmenu ul ul ul li a {
	padding-left: 32px;
}
#gutter_cssmenu ul ul li a:hover {
	color: #fa5b41;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#gutter_cssmenu ul ul li a i {
	margin-right: 10px;
}
#gutter_toggle_close {
	position: absolute;
	z-index: 100;
	right: 9px;
	top: 24px;
	font-size: 32px;
	color: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background: #fff;
}
.gutter_sidebar_logo img {
	padding-top: 19px;
	padding-left: 29px;
}
#gutter_cssmenu ul ul > li.has-sub > a:after {
	top: 16px;
	right: 26px;
	background: #ffffff;
}
#gutter_cssmenu ul ul > li.has-sub > a:before {
	top: 20px;
	background: #ffffff;
}
#gutter_cssmenu li a i {
	margin-right: 10px;
	color: #fa5b41;
	font-size: 18px;
}
/**---- banner wrapper css ------**/

.gutter_banner_wrapper {
	background: url(../images/gutter/banner.jpg) no-repeat;
	background-position: center 0;
	background-size: contain;
	height: 100%;
	position: relative;
	
}
.gutter_banner_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.gutter_banner_shape {
	position: absolute;
	bottom: -55px;
	z-index: 1;
}
.gutter_banner_form_box {
	padding: 40px 45px;
	margin: 90px 0;
	position: relative;
	top: 120px;
	z-index: 1;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.gutter_banner_content_wrapper {
	margin: 430px 0 0px 0;
	border-radius: 20px;
	background: rgba(21, 21, 21, 0.50);
}
.gutter_banner_form_box h1 {
	text-transform: capitalize;
	font-size: 36px;
	color: #055DA2;
	margin-bottom: 20px;
}
.gutter_banner_form input {
	width: 100%;
	height: 50px;
	padding-left: 5px;
	background: transparent;
	color: #555;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: #fff;
	text-transform: capitalize;
	line-height: 50px;
	border-bottom: 1px solid #bdbdbd;
	font-size: 16px;
	margin-bottom: 20px;
}
.gutter_banner_form_btn {
	margin-top: 20px;
}
.gutter_banner_form_btn .gutter_btn_style {
	line-height: 42px;
	width: 170px;
	height: 45px;
	float: left;
	text-transform: capitalize;
	font-size: 16px;
	border: 2px solid #055DA2;
	font-weight: 400;
	background: #055DA2;
	color: #fff;
}
.gutter_banner_form_btn .gutter_btn_style:hover {
	color: #055DA2;
	background: transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_banner_content_wrapper {
	padding-left: 50px;
	padding-right: 60px;
	padding-bottom:20px;
}
.gutter_banner_content_wrapper h1 {
	font-size: 40px;
	line-height: 52px;
	color: #fff;
	text-transform: capitalize;
}
.gutter_banner_content_wrapper p {
	color: #fff;
	margin-top: 20px;
}
.gutter_banner_text_btn {
	margin-top: 30px;
}
.gutter_banner_text_btn .gutter_btn_style {
	width: 260px;
	background: #fff;
	border: 2px solid #fff;
	color: #055DA2;
}
.gutter_banner_text_btn .gutter_btn_style:hover {
	color: #fff;
}
/**------ service wrapper css ---------**/

.gutter_services_wrapper {
	padding: 120px 0 30px 0;
}
.gutter_services_box {
	padding: 50px 30px;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
	border: 1px solid #e6e6e6;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_services_box:hover {
	border: 1px solid #055DA2;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_services_box i:before {
	color: #055DA2;
	display: block;
	font-size: 52px;
	margin-bottom: 35px;
}
.gutter_services_box h1 a {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_services_box:hover h1 a {
	color: #055DA2;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_service_shape1 {
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
}
.gutter_service_shape3 {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
}
.gutter_service_shape2 {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
}
/**---- experience wrapper css -----**/

.gutter_experience_wrapper {
	background: #0bbfe10d;
	font-size: 18px;
    line-height: 26px;
}
.gutter_experince_img_wrapper {
	float: left;
	width: 42%;
	position: relative;
}
.gutter_experince_overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-top-right-radius: 400px;
	border-bottom-right-radius: 400px;
}
.gutter_experince_img_wrapper img {
	width: 100%;
	border-top-right-radius: 400px;
	border-bottom-right-radius: 400px;
}
.gutter_experince_content_wrapper {
	float: left;
	width: 58%;
	padding: 70px 380px 20px 50px;
}
.gutter_experince_content_wrapper h1 {
	font-size: 36px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 20px;
}
.gutter_visit_btn {
	margin-top: 25px;
}
.gutter_visit_btn li {
	margin-right: 25px;
	float: left;
}
/*---- counter wrapper css -----*/

.gutter_counter_wrapper {
	padding: 100px 0 90px 0;
}
.gutter_counter_box_shape {
	padding: 60px 20px 30px 20px;
	background: #fff;
	margin-top: 20px;
	text-align: center;
	z-index: 1;
	position: relative;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_counter_box_shape h3 {
	font-size: 36px;
	font-weight: 500;
	color: #055DA2;
	padding-top: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_counter_box_shape h4 {
	font-size: 18px;
	text-transform: capitalize;
	color: #797979;
	padding-top: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_couter_years {
	text-align: center;
}
.gutter_couter_years span {
	width: 160px;
	font-family: 'Lato';
	font-size: 68px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 125px;
	border: 20px solid #f8f7fb;
	height: 160px;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: radial-gradient(#c6c9da 2%, #055DA2 70%);
}
.gutter_couter_years h2 {
	font-size: 20px;
	text-align: center;
	padding-top: 15px;
}
.gutter_counter_box_shape:hover {
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_counter_box_shape svg {
	position: absolute;
	left: 0;
	top: -13px;
	z-index: -1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_counter_box_shape:hover svg path {
	fill: #055DA2;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*---- gutter wrapper ----*/

.gutter_slider_wrapper {
	float: right;
	width: 100%;
}
.gutter_slider_wrapper .owl-theme .owl-dots {
	display: none;
}
.gutter_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: 40%;
	z-index: 1000;
	display: block;
	left: 0;
	right: 0;
	margin: 0px auto;
}
.gutter_slider_wrapper .owl-theme .owl-nav .owl-prev {
	color: #fff;
	margin: 5px;
	width: 75px;
	height: 40px;
	line-height: 31px;
	position: absolute;
	left: -40px;
	border: 1px solid #055DA2;
	background: #055DA2;
	display: inline-block;
	border-radius: 50px;
	cursor: pointer;
	font-size: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.gutter_slider_wrapper .owl-theme .owl-nav .owl-next {
	color: #fff;
	font-size: 18px;
	margin: 5px;
	width: 75px;
	height: 40px;
	line-height: 31px;
	border: 1px solid #055DA2;
	background: #055DA2;
	display: inline-block;
	border-radius: 40px;
	cursor: pointer;
	position: absolute;
	right: -40px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.gutter_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #055DA2;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.gutter_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #055DA2;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.gutter_slider_wrapper .owl-theme .owl-nav .owl-prev i:before {
	font-size: 22px;
}
.gutter_slider_wrapper .owl-theme .owl-nav .owl-next i:before {
	font-size: 22px;
}
.gutter_botom_text {
	position: absolute;
	bottom: -75px;
	left: 1px;
	width: 35%;
	background: #055DA2;
	padding: 28px 40px;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
}
.gutter_botom_text h1 {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.gutter_botom_text a {
	text-transform: capitalize;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.gutter_slider_wrapper .owl-carousel .owl-stage:after {
	height: 80px;
}
.gutter_botom_text a:after {
	content: '';
	position: absolute;
	right: -66px;
	top: 12px;
	width: 55px;
	height: 2px;
	background: #0BBFE1;
}
.gutter_specialist_about_wrapper {
	padding: 80px 0;
}
.gutter_about_shape_wrapper img {
	position: relative;
	left: -70px;
}
.gutter_accordian_wraper #accordion h1 {
	font-size: 26px;
	padding-bottom: 30px;
	font-weight: 400;
	text-transform: capitalize;
}
.gutter_accordian_wraper #accordion .card {
	background: #fff;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.gutter_card_pagee {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #0bbfe10d;
}
.gutter_accordian_wraper #accordion .gutter_card_pagee h5 {
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
}
.gutter_accordian_wraper #accordion .card-body {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px;
	border: 0;
}
.gutter_accordian_wraper #accordion .card-body .card_cntnt {
	float: left;
	width: 100%;
}
.gutter_accordian_wraper #accordion[data-toggle="collapse"].collapsed:after {
	content: "\2212";
}
.gutter_accordian_wraper #accordion[data-toggle="collapse"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\2212";
	position: absolute;
	font-size: 26px;
	top: 6px;
	right: 15px;
}
.gutter_accordian_wraper #accordion .gutter_card_pagee a {
	color: #ffffff;
	background-color: #055DA2;
	display: block;
	padding: 13px 15px;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.gutter_accordian_wraper #accordion .gutter_card_pagee a.collapsed {
	color: #000000;
	background-color: #0bbfe10d;
	display: block;
	padding: 13px 18px;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gutter_accordian_wraper #accordion .gutter_card_pagee a:after {
	color: #fff;
}
.gutter_accordian_wraper #accordion .gutter_card_pagee a.collapsed:after {
	content: "+";
	color: #000000;
	float: right;
}
/**----- testimonial wrapper css ------**/

.gutter_client_slider .carousel-indicators li:first-child {
	display: flex;
	height: 70px;
	text-indent: 999999px !important;
	width: 70px;
	margin-bottom: 20px;
	float: left;
	background: transparent;
	position: absolute;
	left: -200px;
	top: -220px;
}
.gutter_client_slider .carousel-indicators li:nth-child(2) {
	display: flex;
	height: 70px;
	text-indent: 999999px !important;
	width: 70px;
	border: 2px solid transparent;
	margin-bottom: 20px;
	background: transparent;
	float: left;
	position: absolute;
	left: -320px;
	bottom: -51px;
}
.gutter_client_slider .carousel-indicators li:nth-child(3) {
	display: flex;
	height: 70px;
	text-indent: 999999px !important;
	width: 70px;
	border: 2px solid transparent;
	margin-bottom: 20px;
	background: transparent;
	float: left;
	left: -150px;
	top: -60px;
}
.gutter_client_slider .carousel-indicators li:last-child {
	display: flex;
	height: 70px;
	text-indent: 999999px !important;
	width: 70px;
	border: 2px solid transparent;
	margin-bottom: 20px;
	background: transparent;
	float: left;
	left: -111px;
	top: 39px;
}
.gutter_client_slider ol.carousel-indicators {
	display: block;
	margin-left: 0;
	position: absolute;
	bottom: 0;
}
.gutter_client_slider .carousel-item h5 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}
.gutter_client_slider .carousel-indicators li img {
	width: 100%;
}
.gutter_client_slider .carousel-item h3 {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 30px;
	color: #fff;
	font-style: italic;
	margin-top: 25px;
}
.client_left .gutter_surname a {
	font-size: 20px;
	margin-bottom: 0;
	text-transform: capitalize !important;
	padding-top: 30px;
	font-weight: 600;
	float: left;
	width: 100%;
	color: #1e2b38;
}
.gutter_client_slider .carousel-control {
	position: absolute;
	bottom: 70px;
	right: 57%;
}
.client_left .gutter_surname p {
	text-transform: capitalize !important;
	font-size: 12px !important;
}
.gutter_client_slider .carousel-control-prev {
	color: #fff;
	width: 75px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	left: -24px;
	z-index: 10;
	border: 1px solid #fff;
	background: #055DA2;
	display: inline-block;
	border-radius: 50px;
	cursor: pointer;
	z-index: 1000;
	font-size: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 1;
}
.gutter_client_slider .carousel-control-next {
	color: #fff;
	width: 75px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	right: -140px;
	z-index: 1000;
	border: 1px solid #fff;
	background: #055DA2;
	display: inline-block;
	border-radius: 50px;
	cursor: pointer;
	font-size: 18px;
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.gutter_client_slider .carousel-control-prev:hover {
	/*background-color: transparent;*/
	background: #fff;
	border: 1px solid #fff;
	color: #055DA2;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gutter_client_slider .carousel-control-next:hover {
	/*background-color: transparent;*/
	background: #fff;
	border: 1px solid #fff;
	color: #055DA2;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gutter_client_slider .carousel-control-next span:before {
	font-size: 24px !important;
}
.gutter_client_slider .carousel-control-prev span:before {
	font-size: 24px !important;
}
.gutter_client_right_content {
	float: left;
	width: calc(100% - 400px);
	padding-left: 50px;
}
.gutter_client_left_img {
	width: 400px;
	float: left;
	position: relative;
}
.gutter_client_left_img img {
	float: right;
}
.gutter_quote_wrapper {
	float: left;
	width: calc(100% - 60px);
}
.gutter_client_slider {
	padding: 70px 0 40px 0;
	background: #055DA2;
	position: relative;
	border-bottom-left-radius: 220px;
	border-top-left-radius: 220px;
}
.gutter_client_slider .carousel-indicators li {
	position: relative;
	opacity: 1;
}
.gutter_client_slider:after {
	content: '';
	position: absolute;
	right: -394px;
	top: 0;
	background: #055DA2;
	min-height: 418px;
	width: 395px;
}
.gutter_quote_wrapper .gutter_surname a {
	font-size: 24px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}
.gutter_quote_wrapper .gutter_trainer {
	color: #fff;
	text-transform: capitalize;
}
.gutter_client_slider .carousel-indicators li.active:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	opacity: 0;
	border-radius: 100%;
}
/**--- blog wrapper css -----**/

.gutter_blog_wrapper {
	padding: 100px 0;
}
.gutter_blog_box_wrapper {
	border: 1px solid #f3f3f3;
	background: #fff;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_blog_box_wrapper:hover .gutter_blog_cont_wrapper h5 a {
	color: #055DA2;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_blog_img_wrapper {
	position: relative;
}
.gutter_blog_img_wrapper img {
	width: 100%;
}
.gutter_blog_cont_wrapper {
	float: left;
	width: 100%;
	padding: 30px;
}
.gutter_blog_cont_wrapper h5 {
	margin-bottom: 15px;
}
.gutter_blog_cont_wrapper h5 a {
	font-size: 20px;
	color: #111;
	line-height: 24px;
	text-transform: capitalize;
}
.gutter_blog_cont_bottom_left {
	float: left;
	width: 45%;
	padding-bottom: 20px;
	text-align: center;
}
.gutter_blog_cont_bottom_left p {
	margin: 0;
}
.gutter_blog_cont_bottom_right p {
	margin: 0;
}
.gutter_blog_cont_bottom_left p i {
	color: #055DA2;
	margin-right: 5px;
	font-size: 14px;
}
.gutter_blog_cont_bottom_right {
	float: left;
	width: 55%;
	padding-bottom: 20px;
	text-align: center;
}
.gutter_blog_cont_bottom_right p i {
	color: #055DA2;
	margin-right: 5px;
	font-size: 14px;
}
.gutter_blog_cont_bottom_left p a,
.gutter_blog_cont_bottom_right p a {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #797979;
	text-transform: capitalize;
}
.gutter_blog_cont_bottom_left p a:hover,
.gutter_blog_cont_bottom_right p a:hover {
	color: #7a4cbb;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.comments i {
	color: #f7685e !important;
}
/**----- gutter_location_wrapper css -------**/

.gutter_location_wrapper {
	float: left;
	padding-bottom: 100px;
	width: 100%;
}
.gutter_location_wrapper .abt_heading_wrapper h1 {
	font-size: 30px;
	color: #111111;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.gutter_location_wrapper .response {
	color: #111;
}
.gutter_location_wrapper #map {
	float: left;
	width: 100%;
	height: 450px !important;
	border-radius: 15px;
}
.gutter_contect_form1 input {
	width: 100%;
	height: 50px;
	padding-left: 25px;
	margin-bottom: 22px;
	color: #444;
	border: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #0bbfe10d;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_contect_form1 textarea {
	width: 100%;
	padding-left: 20px;
	padding-top: 15px;
	color: #444;
	background: #0bbfe10d;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	resize: none;
	border-radius: 20px;
}
.gutter_contect_btn {
	float: left;
	width: 100%;
}
.gutter_contect_btn button {
	padding: 0;
	list-style: none;
	margin-top: 40px;
	float: left;
	width: 160px;
	height: 45px;
	float: none;
	display: inline-block;
	background: #055DA2;
	color: #fff;
	border: 2px solid #055DA2;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gutter_contect_btn button:hover {
	background: transparent;
	color: #055DA2;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*------- partners wrapper css -----*/

.gutter_pn_slider_wraper .item {
	width: 100%;
}
.gutter_pn_slider_wraper .owl-theme .owl-dots .owl-dot,
.gutter_pn_slider_wraper .owl-theme .owl-nav {
	display: none;
}
.gutter_pn_img_wrapper {
	text-align: center;
	float: left;
	width: 100%;
}
.gutter_pn_img_wrapper img {
	width: auto !important;
	display: inline-block !important;
}
/**----- footer wrapper css -------**/

.gutter_footer_wrapper {
	text-align: center;
	padding: 30px 0;
	padding-top: 100px;
	position: relative;
}
.gutter_footer_shape {
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.gutter_icon_list_news {
	display: inline-block;
	margin-bottom: 15px;
	z-index: 1;
	margin-top: 40px;
	position: relative;
}
.gutter_icon_list_news li {
	display: inline-block;
	margin-right: 15px;
}
.gutter_icon_list_news li a {
	float: left;
	background: #055DA2;
	width: 40px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	border: 1px solid #055DA2;
	padding-left: 0 !important;
	text-align: center;
	border-radius: 100px;
}
.gutter_icon_list_news li a i {
	font-size: 14px;
}
.gutter_icon_list_news li a:hover {
	background: #fff;
	color: #055DA2;
}
