@charset "UTF-8";

/*-------------------------------------------------
[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
*/

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: 'Caveat', cursive;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0;
}
h2{font-size: 3rem;}
p {
	font-family: 'Lato', sans-serif;
	margin-bottom:20px;
}
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;
}
img{max-width: 100%;}
/* 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 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;
}


/* 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/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/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 */

/*********************** Agency 01 CSS Start ****************************/

/* header start */

.header {
	float: left;
	width: 100%;
	position: relative;
}
.logo_wrapper {
	float: left;
	position: relative;
	padding-left: 25px;
	padding-top: 26px;
}
.shape_top_header {
	position: absolute;
	left: 0;
	top: -160px;
	z-index: -1;
}
/* main_menu_wrapper start */

.main_menu_wrapper {
	float: left;
	padding-top: 40px;
}
.main_menu_wrapper ul > li {
	float: left;
	margin-right: 19px;
}
.main_menu_wrapper ul > li > a {
	color: #111;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 15px 10px;
	position: relative;
}
.main_menu_wrapper ul > li > a:hover {
	color: #3bb6d5;
}
.main_menu_wrapper ul > .active > a {
	background-color: transparent;
	color: #3bb6d5;
}
.main_menu_wrapper ul > .active > a:focus,
.main_menu_wrapper ul > .active > a:hover {
	background-color: transparent;
	color: #3bb6d5;
}
/*menu_right_wrapper start*/

.menu_right_wrapper {
	float: right;
	padding-top: 31px;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	color: #fff;
}
.menu_right_wrapper .btn_style {
	line-height: 40px;
	width: 145px;
	height: 40px;
	float: left;
	font-size: 16px;
	border: 1px solid #3bb6d5;
	font-weight: 400;
	-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: #fff;
}
.menu_right_wrapper .btn_style:hover,
.menu_right_wrapper .btn_style:focus {
	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;
}
/*-- search Start --*/

.serach-header {
	float: right;
	z-index: 1;
}
.serach-header .searchd {
	background: transparent;
	line-height: 50px;
	height: 50px;
	border: 0;
}
.serach-header .searchd i {
	color: #29abff;
	font-size: 16px;
	border: 0 !important;
}
.searchd {
	background: transparent;
	padding-top: 7px;
	padding-right: 30px;
	border: 0;
	color: #111;
	cursor: pointer;
}
.toggle_bar {
	background: transparent;
	padding-right: 30px;
	border: 0;
	color: #111;
	cursor: pointer;
}
.serach-header .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;
}
.serach-header .searchbox .close {
	background-color: transparent;
	box-shadow: none;
	color: #3bb6d5;
	font-size: 40px;
	font-weight: bold;
	opacity: 1;
	padding: 10px 17px;
	position: fixed;
	right: 20px;
	top: 15px;
	text-shadow: none;
}
.serach-header .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;
}
.serach-header .searchbox form button {
	display: inline-block;
	line-height: 60px;
	height: 60px;
	left: 64%;
	position: absolute;
	top: 49%;
	transform: translate(0%, -55%);
	background: transparent;
	color: #3bb6d5;
	border: 0;
	font-size: 20px;
}
.serach-header .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);
}
.serach-header .searchbox form::-webkit-input-placeholder {
	color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form:-ms-input-placeholder {
	color: rgba(219, 187, 10, 0.6);
}
.search_wrap {
	float: left;
}
/* main_menu_wrapper end */

/* menu_fixed start */

.menu_fixed {
	position: fixed;
	background: #cde6ed;
	top: -5px;
	left: 0;
	right: 0;
	z-index: 100;
	padding-bottom: 10px;
}
.menu_fixed .logo_wrapper{padding-top: 10px;}
.menu_fixed .logo_wrapper img{width: 130px}
.menu_fixed .beauty_logo_shape_wrapper {
	display: none;
}
.header .menu_fixed_logo {
	display: none;
}
.menu_fixed .menu_fixed_logo {
	display: block;
	padding-top: 30px;
	padding-bottom: 40px;
}
.menu_fixed ul > li > a {
	color: #333;
}
.menu_fixed ul > li > a:hover {
	color: #000;
}
.menu_fixed ul > .active > a {
	color: #000;
}
.menu_fixed ul > .active > a:focus,
.menu_fixed ul > .active > a:hover {
	color: #000;
}
.menu_fixed .btn_style {
	background: #000;
	color: #fff;border-color: #fff;
}
.menu_fixed .btn_style:hover {
	background: transparent;
	color: #000;
	border: 1px solid #000;
}
.menu_fixed .searchd {
	color: #000;
}
.menu_fixed .toggle_bar {
	color: #000;
}
/* sidebar */

#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);
}
#toggle {
	float: right;
	width: auto;
	padding-top: 5px;
	cursor: pointer;
}
#toggle a i:before {
	font-weight: 600;
	font-size: 22px;
}
#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;
}
#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;
}
#cssmenu .sidebb {
	width: 100%;
	padding-top: 10%;
	float: left;
}
#cssmenu img {
	padding-top: 25px;
	padding-left: 30px;
}
#cssmenu ul ul {
	display: none;
	padding-left: 20px;
}
#cssmenu > ul > li.active > ul {
	display: block;
}
#cssmenu > ul > li > a {
	padding: 17px 25px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #191919;
	text-transform: uppercase;
	background: #ffffff;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#cssmenu > ul > li > a:hover {
	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;
}
#cssmenu .sidebb li:first-child {
	border-top: 1px solid #e6e6e6;
}
#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;
}
#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;
}
#cssmenu ul > li.has-sub.open > a:after,
#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);
}
#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;
}
#cssmenu ul ul ul li a {
	padding-left: 32px;
}
#cssmenu ul ul li a:hover {
	color: #fa5b41;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu ul ul li a i {
	margin-right: 10px;
}
#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;
}
.sidebar_logo img {
	padding-top: 19px;
	padding-left: 29px;
}
#cssmenu ul ul > li.has-sub > a:after {
	top: 16px;
	right: 26px;
	background: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
	top: 20px;
	background: #ffffff;
}
#cssmenu li a i {
	margin-right: 10px;
	color: #fa5b41;
	font-size: 18px;
}
.main_menu_wrapper ul > li > a:before {
	content: '';
	position: absolute;
	height: 1px;
	margin: -0.5px;
	width: 0;
	top: 0;
	left: 0;
	z-index: 100;
	background: #3bb6d5;
	visibility: hidden;
	transition: all 0.5s;
}
.main_menu_wrapper ul > li > a:hover:before {
	width: 100%;
	visibility: visible;
}
.main_menu_wrapper ul > .active > a:before {
	width: 100%;
	visibility: visible;
}
.menu_fixed .main_menu_wrapper ul > .active > a:before{
	background: #333;
}
/***------ slider wrapper css -------***/

.main_slider_wrapper {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.slider-area .carousel-inner .carousel-item .caption-1,
.slider-area .carousel-inner .carousel-item .caption-2,
.slider-area .carousel-inner .carousel-item .caption-3 {
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 740px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content {
	display: block;
	position: relative;
	z-index: 999;
	overflow: hidden;
	vertical-align: middle;
	padding-top: 190px;
	padding-bottom: 20px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content ul {
	display: inline-block;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content_tabs {
	display: block;
	position: relative;
	z-index: 999;
	vertical-align: middle;
	padding-top: 100px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
	color: #000;
	font-size: 65px;
	font-weight: 600;
	margin: 0 0 13px;
	animation-delay: .6s;
	text-transform: capitalize;
	line-height: 70px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content h2 span {
	color: #3bb6d5;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content p {
	animation-delay: 1.5s;
	line-height: 30px;
	font-size: 18px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content li {
	animation-delay: 2.0s;
	float: left;
	margin-right: 30px;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content ul {
	margin-top: 40px;
}
.slider_btn li a {
	width: 170px;
}
.slider_main_img_wrapper {
	position: absolute;
	top: 100px;
	left: 0;
}
.slider-area .carousel-inner .carousel-indicators {
	right: 0;
	bottom: 35px;
	width: 100%;
}
.slider_btn {
	padding-left: 0;
	float: left;
	animation-delay: 1.2s;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content li a {
	line-height: 42px;
	width: 160px;
	height: 45px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	border: 1px solid #3bb6d5;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #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;
}
.slider-area .carousel-inner .carousel-item .carousel-captions .content li a:hover {
	color: #3bb6d5;
	background: #f0f5ff;
}
.carousel-nevigation {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	float: left;
	z-index: 1;
	left:0;
	width: 100%;
	height: 50px;
}
.carousel-nevigation > .prev {
	left: 20px;
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #3bb6d5;
	border: 0;
	color: #fff;
	border: 1px solid #3bb6d5;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	line-height: 47px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.carousel-nevigation > .next {
	right: 20px;
	position: absolute;
	width: 50px;
	height: 50px;
	background: #3bb6d5;
	border: 0;
	color: #fff;
	line-height: 47px;
	text-align: center;
	border: 1px solid #3bb6d5;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.top_righ_shape {
	position: absolute;
	top: -160px;
	z-index: -1;
	right: -30px;
}
.carousel-nevigation > .next:hover,
.carousel-nevigation > .prev:hover {
	color: #3bb6d5;
	background: transparent;
}
.carousel-nevigation > .next i:before,
.carousel-nevigation > .prev i:before {
	font-size: 19px;
}
.slider-area .carousel-inner {
	overflow: visible;
}
/*---- counter wrapper css -----*/

.sp_counter_box_shape {
	padding: 60px 20px;
	background: #f0f5ff;
	margin-top: 20px;
	text-align: center;
	z-index: 1;
	position: relative;
	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;
}
.sp_counter_box_shape h3 {
	font-size: 45px;
	font-weight: 500;
	color: #24a1c1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.sp_counter_box_shape h4 {
	font-size: 30px;
	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;
}
.sp_couter_years {
	text-align: center;
}
.sp_couter_years span {
	width: 170px;
	font-family: 'Lato';
	font-size: 64px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 134px;
	border: 20px solid #e8f5f8;
	height: 170px;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: radial-gradient(#69d7f3 2%, #3bb6d5 70%);
}
.sp_couter_years h2 {
	font-size: 30px;
	text-align: center;
	padding-top: 15px;
}
.sp_counter_box_shape:after {
	content: '';
	position: absolute;
	color: #fff;
	border-bottom: 170px solid #fff;
	left: 0;
	right: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 80px;
	bottom: 0;
	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;
}
.sp_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;
	background: #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;
}
.sp_counter_box_shape:hover:after{border-top-left-radius:80px; border-top-right-radius: 0;}
/**----- services wrapper css -------**/

.sp_category_wrapper {
	padding: 100px 0;
}
.sp_heading_wraper {
	text-align: center;
	padding-bottom: 40px;
}
.sp_heading_wraper h3 {
	font-size: 45px;
	line-height: 42px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 10px;
}
.sp_services_box {
	text-align: center;
	position: relative;
}
.sp_services_box h1 {
	font-size: 35px;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 15px;
}
.sp_services_box a {
	text-transform: capitalize;
	font-size: 16px;
	color: #3bb6d5;
	display: block;
	font-weight: 500;
	padding-top: 10px;
}
.service_box_icon {
	width: 100px;
	height: 95px;
	display: inline-block;
	line-height: 95px;
	margin: 20px 0 30px 0;
	border-radius: 62% 31% 48%;
	text-align: center;
	background: #f0f5ff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.service_box_icon i:before {
	font-size: 40px;
	color: #3bb6d5;
}
.service_box_icon2 {
	border-radius: 76% 56% 63% 24%;
}
.service_box_icon3 {
	border-radius: 23% 45% 42% 43%;
}
.pcfix_services_box .servicesserve:nth-child(3n+1) .service_box_icon{border-radius: 76% 56% 63% 24%;}
.pcfix_services_box .servicesserve:nth-child(3n+0) .service_box_icon{border-radius: 23% 45% 42% 43%;}

.sp_services_box:hover .service_box_icon {
	background: #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;
}
.sp_services_box:hover .service_box_icon i:before {
	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;
}
.sp_service_left_shape {
	position: absolute;
	left: 0;
	top: 0;
}
.sp_service_bottm_shape {
	position: absolute;
	right: 0;
	bottom: -40px;
}
/**------- about us wrapper css --------**/

.about_shape_wrapper {
	position: relative;
	left: -75%;
}
.about_us_wrapper {
	position: relative;
	padding: 40px 0;
}
.about_shape_wrapper img {
	position: absolute;
	top: 40px;
	left: 30px;
}
#accordion h1 {
	font-size: 28px;
	padding-bottom: 30px;
	font-weight: 600;
	text-transform: capitalize;
}
#accordion .card {
	background: #fff;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.card_pagee {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f0f5ff;
}
#accordion .card_pagee h5 {
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
}
#accordion .card-body {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px;
	border: 0;
}
#accordion .card-body .card_cntnt {
	float: left;
	width: 100%;
}
#accordion[data-toggle="collapse"].collapsed:after {
	content: "\2212";
}
#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;
}
.accordian_wraper {
	padding-top: 45px;
}
#accordion .card_pagee a {
	color: #ffffff;
	background-color: #3bb6d5;
	display: block;
	padding: 13px 15px;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#accordion .card_pagee a.collapsed {
	color: #000000;
	background-color: #f0f5ff;
	display: block;
	padding: 13px 18px;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#accordion .card_pagee a:after {
	color: #fff;
}
#accordion .card_pagee a.collapsed:after {
	content: "+";
	color: #000000;
	float: right;
}
/**-------- work progress wrapper ------**/

.work_tabs_wrapper {
	text-align: center;
	margin-bottom: 30px;
}
.work_tabs_wrapper .nav {
	margin-bottom: 25px;
	display: inline-block;
	border-bottom: 0;
}
.work_tabs_wrapper .nav-tabs .nav-link:focus,
.work_tabs_wrapper .nav-tabs .nav-link:hover {
	border-color: transparent;
}
.work_tabs_wrapper .nav li {
	float: left;
	border: 0;
	border-left: 0;
}
.work_tabs_wrapper .nav-tabs .nav-item.show .nav-link {
	color: #3bb6d5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
}
.work_tabs_wrapper .nav-tabs .nav-link {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
	padding: 10px 50px;
	border: 0;
}
.work_tabs_wrapper .nav-tabs .nav-link.active {
	color: #3bb6d5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
}
.work_tabs_wrapper .nav-tabs .nav-link span {
	width: 80px;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #f0f5ff;
	margin-bottom: 10px;
}
.work_tabs_wrapper .nav-tabs .nav-link span i:before {
	font-size: 32px;
	color: #3bb6d5;
	margin-bottom: 10px;
}
.work_tabs_wrapper .nav-tabs .nav-link.active span {
	background: radial-gradient(#6bd5f1 2%, #3bb6d5 70%);
}
.work_tabs_wrapper .nav-tabs .nav-link.active span i:before {
	color: #fff;
}
.work_process_content h1 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
}
.work_btn_style {
	margin-top: 30px;
}
.work_btn_style a {
	width: 150px;
	text-transform: capitalize;
	font-size: 16px;
	height: 45px;
	line-height: 42px;
	border: 1px solid #3bb6d5;
}
/*---- testimonial wrapper css --------**/

.testimonial_wrapper {
	padding: 0;
	position: relative;
}
.testi_shape2 {
	position: absolute;
	top: -140px;
	right: -200px;
}
.testi_shape1 {
	position: absolute;
	top: -140px;
	left: -27%;
}
/**----- pricing wrapper css -------**/

.pricing_box_wrapper {
	background: #f0f5ff;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pricing_box_wrapper h2 {
	text-transform: capitalize;
	color: #fff;
	background: #3bb6d5;
	font-size: 30px;
	font-weight: 600;
	padding: 24px 20px 17px 0px;
	line-height: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pricing_box_wrapper h2 span {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 400;
	padding-top: 30px;
}
.pricing_main_text {
	font-size: 14px !important;
	padding: 30px 0 !important;
}
.pricing_wrapper h5 {
	float: left;
	width: 100%;
	padding-top: 40px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
	color: #2d25c8;
	text-transform: capitalize;
}
.pricing_list22 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px;
	padding-top: 0;
}
.pricing_list22 li {
	display: block;
	padding: 8px 0;
	color: #797979;
	text-transform: capitalize;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.dollarr {
	font-size: 20px !important;
	color: #fff !important;
	float: none !important;
	width: auto !important;
}
.price_btn {
	width: 210px;
	height: 45px;
	background: #3bb6d5;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 42px;
	text-transform: capitalize;
}
.pricing_wrapper {
	padding: 100px 0;
}
.price_btn:hover {
	color: #fff;
}
.work_wrapper {
	padding:20px 0 150px 0;
}
.monthly {
	float: right;
	position: relative;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	top: -38px;
	left: -63px;
	font-size: 14px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pricing_box_wrapper:hover .price_btn {
	background: #fff;
	color: #3bb6d5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pricing_box_wrapper img {
	padding: 25px 0;
}
.pricing_box_wrapper:hover {
	background: #3bb6d5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pricing_box_wrapper:hover h2 {
	background: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: #3bb6d5 !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pricing_box_wrapper:hover .dollarr,
.pricing_box_wrapper:hover .monthly {
	color: #3bb6d5 !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pricing_box_wrapper:hover .pricing_list22 li {
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.client_logo_wrapper {
	padding:40px 0;
	background: #f0f5ff;
	position: relative;
	z-index: 1;
}
.ourclients{ padding-bottom: 30px; text-align: center;}
.ourclients h3{font-weight: 500; font-size: 40px;}
.client-logo .item{text-align: center; padding: 15px; background: #fff; border-radius: 10px;}
.client-logo .item img{/*filter: grayscale(100%); transition: all 0.5s;*/}
.client-logo .item:hover img{/*filter: grayscale(0);*/}
/**--- location_wrapper css ----**/

.location_wrapper {
	float: left;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	background: #fbfbfb;
}
.location_wrapper .abt_heading_wrapper h1 {
	font-size: 40px;
	color: #111111;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.location_wrapper #map {
	float: left;
	width: 100%;
	height: 450px !important;
	border-radius: 15px;
}
.location_wrapper .response {
	color: #111;
}
.location_wrapper .contect_form1 input {
	width: 100%;
	height: 50px;
	padding-left: 25px;
	margin-bottom: 22px;
	color: #000;
	border: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #dce8ff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.location_wrapper .contect_form3 input {
	width: 100%;
	height: 50px;
	padding-left: 30px;
	background: #f0f5ff;
	color: #444;
	border: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.location_wrapper .contect_btn {
	float: left;
	width: 100%;
}
.location_wrapper .contect_form4 textarea {
	width: 100%;
	padding-left: 20px;
	padding-top: 15px;
	color: #444;
	background: #f0f5ff;
	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;
}
.location_wrapper .contect_btn input[type="submit"] {
	padding: 0;
	list-style: none;
	margin-top:0px;
	float: left;
	width: 160px;
	height: 45px;
	float: none;
	display: inline-block;
	background: #3bb6d5;
	border: 1px solid #3bb6d5;
	color: #fff;
	text-align: center;
	line-height: 42px;
	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;
}
.location_wrapper .contect_btn button:hover {
	background: transparent;
	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;
}
.ordiv{width: 100%; text-align: center; font-size: 30px; color: #000; margin-bottom: 50px; margin-top: 20px;}
.ordiv span{position: relative; text-align: center; display: inline-block; font-family: 'Caveat', cursive;font-weight: 400; font-size: 35px;}
.ordiv span:after{position: absolute; top:50%; margin-top:-1px; left: 0; margin-left: 60px; width: 40px; height: 2px; background: #666; content: '';}
.ordiv span:before{position: absolute; top:50%; margin-top:-1px; right: 0; margin-right: 60px; width: 40px; height: 2px; background: #666; content: '';}
.whatsappbtn{width: 100%; display: block; text-align: center;}
.whatsappbtn a{display: inline-block;}
/**--- footer wrapper css ----**/

.footer_wrapper {
	padding: 25px 0;
	position: relative;
}
.footer_content_box a img {
	text-align: center;
}
.footer_content_box p {
	margin-top: 60px;
}
.icon_list_news {
	margin-top: 20px;
}
.icon_list_news li {
	list-style: none;
	float: left;
	margin-right: 15px;
	font-size: 16px;
	width: 40px;
	float: left;
	text-align: center;
	height: 40px;
	line-height: 36px;
	-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;
}
.icon_list_news li .twit {
	color: #fff;
	float: left;
	border-radius: 100px;
	width: 100%;
	background: #1da1f2;
	border: 2px solid #1da1f2;
}
.icon_list_news li .twit:hover {
	background: transparent;
	color: #1da1f2;
	border: 2px solid #1da1f2;
	-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;
}
.icon_list_news li .linkd {
	color: #fff;
	float: left;
	width: 100%;
	border-radius: 100px;
	background: #007bb5;
	border: 2px solid #007bb5;
}
.icon_list_news li .linkd:hover {
	background: transparent;
	color: #007bb5;
	border: 2px solid #007bb5;
	-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;
}
.icon_list_news li .google {
	color: #fff;
	float: left;
	width: 100%;
	border-radius: 100px;
	background: #db4437;
	border: 2px solid #db4437;
}
.icon_list_news li .google:hover {
	background: transparent;
	color: #db4437;
	border: 2px solid #db4437;
	-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;
}
.icon_list_news li .fb {
	color: #fff;
	float: left;
	width: 100%;
	border-radius: 100px;
	background: #437ee0;
	border: 2px solid #437ee0;
}
.icon_list_news li .fb:hover {
	background: transparent;
	color: #437ee0;
	border: 2px solid #437ee0;
	-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;
}
.footer_content_box svg {
	position: absolute;
	left: -30px;
	top: -38px;
	z-index: -1;
}
.footer_content_box h3 {
	font-size: 16px;
	margin-top: 60px;
	float: left;
	width: 100%;
	text-transform: capitalize;
}
.footer_shape {
	position: absolute;
	top: -491px;
	left: 0;
	z-index: -1;
}
.footer_shape svg {
	fill: #24a1c1;
}



@-webkit-keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes animationFramesOne {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
		transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		transform: translate(0px, 0px) rotate(0deg);
	}
}
@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
}
@keyframes animationFramesTwo {
	0% {
		transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
	20% {
		transform: translate(73px, -1px) rotate(36deg) scale(0.9);
	}
	40% {
		transform: translate(141px, 72px) rotate(72deg) scale(1);
	}
	60% {
		transform: translate(83px, 122px) rotate(108deg) scale(1.2);
	}
	80% {
		transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
	}
	100% {
		transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
}
@-webkit-keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
}
@keyframes animationFramesThree {
	0% {
		transform: translate(165px, -179px);
	}
	100% {
		transform: translate(-346px, 617px);
	}
}
@-webkit-keyframes animationFramesThree {
	0% {
		-webkit-transform: translate(165px, -179px);
	}
	100% {
		-webkit-transform: translate(-346px, 617px);
	}
}
@keyframes animationFramesFour {
	0% {
		transform: translate(-300px, 151px) rotate(0deg);
	}
	100% {
		transform: translate(251px, -200px) rotate(180deg);
	}
}
@-webkit-keyframes animationFramesFour {
	0% {
		-webkit-transform: translate(-300px, 151px) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(251px, -200px) rotate(180deg);
	}
}
@keyframes animationFramesFive {
	0% {
		transform: translate(61px, -99px) rotate(0deg);
	}
	21% {
		transform: translate(4px, -190px) rotate(38deg);
	}
	41% {
		transform: translate(-139px, -200px) rotate(74deg);
	}
	60% {
		transform: translate(-263px, -164px) rotate(108deg);
	}
	80% {
		transform: translate(-195px, -49px) rotate(144deg);
	}
	100% {
		transform: translate(-1px, 0px) rotate(180deg);
	}
}
@-webkit-keyframes animationFramesFive {
	0% {
		-webkit-transform: translate(61px, -99px) rotate(0deg);
	}
	21% {
		-webkit-transform: translate(4px, -190px) rotate(38deg);
	}
	41% {
		-webkit-transform: translate(-139px, -200px) rotate(74deg);
	}
	60% {
		-webkit-transform: translate(-263px, -164px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-195px, -49px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(-1px, 0px) rotate(180deg);
	}
}
















#section-quote {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center
}
#section-quote > h2 {
	color: #0e1c2a;
	font-family: OpenSans-Regular;
	font-size: 36px;
	font-weight: normal
}
#section-quote > p {
	color: #767676;
	font-family: OpenSans-Light;
	font-size: 18px;
	text-align: center;
	margin-top: 10px
}
#section-quote .container-quote {
	position: relative;
	width: 100%;
	margin: 180px 0 150px;
	height: 135px;
	-webkit-perspective: 10000px;
	-moz-perspective: 10000px;
	-ms-perspective: 10000px;
	perspective: 10000px
}
#section-quote .container-quote .quote {
	width: 520px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	cursor: pointer;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
	-moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
	-o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
	transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005)
}
#section-quote .container-quote .quote.hide-top {
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	-moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	-ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	-o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	transform: translateX(-50%) translateY(-100%) rotateX(70deg)
}
#section-quote .container-quote .quote.show {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	-moz-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	-ms-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	-o-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	transform: translateX(-50%) translateY(0%) rotateX(0deg)
}
#section-quote .container-quote .quote.hide-bottom {
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	-moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	-ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	-o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	transform: translateX(-50%) translateY(100%) rotateX(-70deg)
}
#section-quote .container-quote .quote p {
	color: #111;
	font-size: 22px;
	line-height: 25pt;
	display: block
}
#section-quote .container-quote .quote .container-info {
	display: inline-block;
	padding-left: 70px;
	position: relative;
	margin-top: 20px;
	text-align: left
}
#section-quote .container-quote .quote .container-info .pp {
	height: 50px;
	width: 50px;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	border: 2px solid #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
#section-quote .container-quote .quote-text-1 .container-info .pp {
	background-image: url(../images/1.jpg)
}
#section-quote .container-quote .quote-text-2 .container-info .pp {
	background-image: url(../images/2.jpg)
}
#section-quote .container-quote .quote-text-3 .container-info .pp {
	background-image: url(../images/3.jpg)
}
#section-quote .container-quote .quote-text-4 .container-info .pp {
	background-image: url(../images/4.jpg)
}
#section-quote .container-quote .quote-text-5 .container-info .pp {
	background-image: url(../images/5.jpg)
}
#section-quote .container-quote .quote-text-6 .container-info .pp {
	background-image: url(../images/6.jpg)
}
#section-quote .container-quote .quote-text-7 .container-info .pp {
	background-image: url(../images/7.jpg)
}
#section-quote .container-quote .quote-text-8 .container-info .pp {
	background-image: url(../images/8.jpg)
}
#section-quote .container-quote .quote-text-9 .container-info .pp {
	background-image: url(../images/9.jpg)
}
#section-quote .container-quote .quote-text-10 .container-info .pp {
	background-image: url(../images/10.jpg)
}
#section-quote .container-quote .quote-text-11 .container-info .pp {
	background-image: url(../images/11.jpg)
}
#section-quote .container-quote .quote-text-12 .container-info .pp {
	background-image: url(../images/12.jpg)
}
#section-quote .container-quote .quote-text-13 .container-info .pp {
	background-image: url(../images/13.jpg)
}
#section-quote .container-quote .quote-text-14 .container-info .pp {
	background-image: url(../images/14.jpg)
}
#section-quote .container-quote .quote .container-info .name {
	color: #3bb6d5;
	font-size: 18px
}
#section-quote .container-quote .quote .container-info .job {
	color: #666;
	font-size: 16px
}
#section-quote .container-pe-quote {
	position: absolute;
	height: 100%;
	top: 0px;
	z-index: 1
}
#section-quote .container-pe-quote.left {
	left: 110px
}
#section-quote .container-pe-quote.right {
	right: 80px
}
#section-quote .container-pe-quote .pp-quote {
	cursor: pointer;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-transform-origin: 50% 1px;
	-moz-transform-origin: 50% 1px;
	-ms-transform-origin: 50% 1px;
	-o-transform-origin: 50% 1px;
	transform-origin: 50% 1px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease
}
#container-general .anim-section-quote #section-quote .container-pe-quote .pp-quote {
	opacity: 1
}
#section-quote .container-pe-quote .pp-quote .img {
	overflow: hidden;
	border-radius: 100%;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120%;
	position: relative;
	z-index: 1
}
#section-quote .container-pe-quote .pp-quote.li-quote-1 .img {
	background-image: url(../images/1.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-2 .img {
	background-image: url(../images/2.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-3 .img {
	background-image: url(../images/3.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-4 .img {
	background-image: url(../images/4.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-5 .img {
	background-image: url(../images/5.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-6 .img {
	background-image: url(../images/6.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-7 .img {
	background-image: url(../images/7.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-8 .img {
	background-image: url(../images/8.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-9 .img {
	background-image: url(../images/9.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-10 .img {
	background-image: url(../images/10.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-11 .img {
	background-image: url(../images/11.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-12 .img {
	background-image: url(../images/12.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-13 .img {
	background-image: url(../images/13.jpg);
}
#section-quote .container-pe-quote .pp-quote.li-quote-14 .img {
	background-image: url(../images/14.jpg);
}
#section-quote .container-pe-quote .pp-quote:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: calc(100% + 5px);
	width: calc(100% + 5px);
	border-radius: 100%;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
#section-quote .container-pe-quote .pp-quote:hover:after,
#section-quote .container-pe-quote .pp-quote.active:after {
	background-color: #3bb6d5;
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-moz-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
@keyframes floating {
	from {
		-webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-o-transform: rotate(0deg) translate(-10px) rotate(0deg);
		transform: rotate(0deg) translate(-10px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		transform: rotate(360deg) translate(-10px) rotate(-360deg)
	}
}
@-webkit-keyframes floating {
	from {
		-webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
		-o-transform: rotate(0deg) translate(-10px) rotate(0deg);
		transform: rotate(0deg) translate(-10px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		-o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
		transform: rotate(360deg) translate(-10px) rotate(-360deg)
	}
}
#section-quote .container-pe-quote .li-quote-1 {
	height: 90px;
	width: 90px;
	left: 40px;
	top: 30px;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s
}
#section-quote .container-pe-quote .li-quote-2 {
	height: 63px;
	width: 63px;
	left: 150px;
	top: 150px;
	animation-duration: 12s;
	-webkit-animation-duration: 12s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
#section-quote .container-pe-quote .li-quote-3 {
	height: 82px;
	width: 82px;
	left: -70px;
	top: 180px;
	animation-duration: 11s;
	-webkit-animation-duration: 11s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s
}
#section-quote .container-pe-quote .li-quote-4 {
	height: 48px;
	width: 48px;
	left: 80px;
	top: 250px;
	animation-duration: 6s;
	-webkit-animation-duration: 6s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}
#section-quote .container-pe-quote .li-quote-5 {
	height: 73px;
	width: 73px;
	left: -60px;
	top: 320px;
	animation-duration: 7s;
	-webkit-animation-duration: 7s;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s
}
#section-quote .container-pe-quote .li-quote-6 {
	height: 63px;
	width: 63px;
	left: 65px;
	top: 380px;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}
#section-quote .container-pe-quote .li-quote-12 {
	height: 63px;
	width: 63px;
	left: -15px;
	top: 460px;
	animation-duration: 8s;
	-webkit-animation-duration: 8s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
#section-quote .container-pe-quote .li-quote-7 {
	height: 73px;
	width: 73px;
	right: -15px;
	top: 30px;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s
}
#section-quote .container-pe-quote .li-quote-8 {
	height: 73px;
	width: 73px;
	right: 50px;
	top: 150px;
	animation-duration: 8s;
	-webkit-animation-duration: 8s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}
#section-quote .container-pe-quote .li-quote-9 {
	height: 48px;
	width: 48px;
	right: 150px;
	top: 90px;
	animation-duration: 7s;
	-webkit-animation-duration: 7s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
#section-quote .container-pe-quote .li-quote-10 {
	height: 90px;
	width: 90px;
	right: 225px;
	top: 250px;
	animation-duration: 8s;
	-webkit-animation-duration: 8s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s
}
#section-quote .container-pe-quote .li-quote-11 {
	height: 52px;
	width: 52px;
	right: 40px;
	top: 320px;
	animation-duration: 7s;
	-webkit-animation-duration: 7s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s
}
#section-quote .container-pe-quote .li-quote-13 {
	height: 42px;
	width: 42px;
	right: 128px;
	top: 380px;
	animation-duration: 9s;
	-webkit-animation-duration: 9s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}
#section-quote .container-pe-quote .li-quote-14 {
	height: 48px;
	width: 48px;
	right: 108px;
	top: 470px;
	animation-duration: 7s;
	-webkit-animation-duration: 7s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.mb-100{margin-bottom: 100px;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
	float: left; width: 100%;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3bb6d5;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); cursor: pointer;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #2aa7c6;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #2aa7c6;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 25px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #2aa7c6;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2aa7c6;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3bb6d5;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #2aa7c6;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

#photo-gallery{margin-bottom:10px;}
#photo-gallery .owl-nav .owl-prev,#photo-gallery .owl-nav .owl-next{position: absolute; top:50%; background: #3bb6d5; border:1px #fff solid;}
#photo-gallery .owl-nav .owl-prev{left: 15px; width: 50px; height: 50px; text-indent: -99999px; border-radius: 30px;}
#photo-gallery .owl-nav .owl-prev:after{width: 30px; height: 30px; content:"\f101"; position: absolute; top:50%; left: 50%; margin-top: -13px; margin-left: -15px; text-indent: 0; font-family: 'Flaticon'; font-size: 25px;}
#photo-gallery .owl-nav .owl-next:after{width: 30px; height: 30px; content:"\f100"; position: absolute; top:50%; left: 50%; margin-top: -13px; margin-left: -15px; text-indent: 0; font-family: 'Flaticon'; font-size: 25px;}
#photo-gallery .owl-nav .owl-next{right: 15px; width: 50px; height: 50px; text-indent: -99999px; border-radius: 30px;}
#photo-gallery .owl-nav .owl-prev:hover,#photo-gallery .owl-nav .owl-next:hover{background: #fff; border-color:#3bb6d5; color: #3bb6d5;}

#photo-gallery .galleryname{position: absolute; bottom: 0; left: 0; text-align: center; width: 100%; padding: 15px; background: rgba(0,0,0,0.6); color: #fff; font-size: 18px; font-weight: 600;
-webkit-transition: background 1.25s ease; -moz-transition: background 1.25s ease; -ms-transition: background 1.25s ease; -o-transition: background 1.25s ease; transition: background 1.25s ease; font-family: 'Caveat', cursive;	font-weight: 400; font-size: 26px;}
#photo-gallery a:hover .galleryname{background: rgba(0,0,0,0.8)}
.about_wrapper{padding-bottom:100px;padding-top:120px;position:relative;}
.about_image_wrapper{position:absolute;top:39px;left:-28px}
.about_shpe_wrapper{position:absolute;left:0;top:-40px}

.client_Wrapper{padding-top:80px;padding-bottom:100px}.client_headig{text-align:left}.client_headig h1{font-size:34px;font-weight:600;line-height:44px}.client_headig h1 span{font-weight:200}.client_slider .carousel-indicators li:first-child,.client_slider .carousel-indicators li:nth-child(2),.client_slider .carousel-indicators li:nth-child(3),.client_slider .carousel-indicators li:last-child{display:flex;height:60px;text-indent:999999px!important;width:60px;border:2px solid transparent;margin-bottom:20px;border-radius:50%;float:left;margin-left:10px}.client_slider ol.carousel-indicators{display:block;margin-left:6%;position:absolute;bottom:-80px}.client_slider .carousel-item h5{font-size:18px;line-height:30px;margin-bottom:15px}.client_slider .carousel-indicators li img{border-radius:50%;width:100%}.client_slider .carousel-indicators li.active{border-radius:50%;border:3px solid #00aaef}.client_slider .carousel-item h3{font-size:16px;text-transform:capitalize;line-height:30px;color:#797979;margin-bottom:30px}.lawyer_trainer{text-transform:capitalize}.client_left .lawyer_surname a{font-size:20px;margin-bottom:0;text-transform:capitalize!important;padding-top:30px;font-weight:600;float:left;width:100%;color:#1e2b38}.client_slider .carousel-control{position:absolute;left:0;bottom:-19px}.client_left .lawyer_surname p{text-transform:capitalize!important;font-size:12px!important}.client_slider .carousel-control-next span{color:#797979;display:inline-block;height:50px;line-height:50px;position:absolute;width:50px;-webkit-transition:all .3s linear;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.client_slider .carousel-control-prev{left:35px}.client_slider .carousel-control-prev span{color:#797979;display:inline-block;height:50px;line-height:50px;position:absolute;width:50px;-webkit-transition:all .3s linear;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.client_slider .carousel-control-next{right:-407px;z-index:100}.client_slider .carousel-control-prev span:hover{background-color:transparent;color:#00aaef;-webkit-transition:all .3s linear;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.client_slider .carousel-control-next span:hover{background-color:transparent;color:#00aaef;-webkit-transition:all .3s linear;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.client_slider .carousel-control-next span:before{font-size:28px!important}.client_slider .carousel-control-prev span:before{font-size:28px!important}.client_left{float:left;width:800px;padding-right:60px}.client_right{width:calc(100% - 800px);float:left;position:relative}.client_left i{float:left;width:36px;padding-top:6px;font-size:24px;color:#00aaef}.client_right img{width:80%;float:right;border-radius:100%}.lawyer_quote_wrapper{float:left;width:calc(100% - 60px)}.client_slider{padding-top:40px}.client_slider .carousel-indicators li{position:relative;opacity:1}.client_slider .carousel-indicators li:after{content:'';position:absolute;left:0;height:100%;right:0;top:0;width:100%;bottom:0;background:rgba(0,0,0,.5);opacity:.8;border-radius:100%}.client_slider .carousel-indicators li.active:after{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:0 0;opacity:0;border-radius:100%}
.surname{margin: 0;}

.testirow{margin-top: 100px;}
.testirow h2.reviewtitel{margin-bottom: 30px;}
#lightbox.lightbox{ position: fixed; top: 50% !important; left: 50% !important; transform: translate( -50%, -50% );}

.usplist{width: 100%; display: block;}
.usplist li{display: inline-block; width:100%; padding:0 0 10px 0; border-radius: 7px; color: #000;}
.usplist li i{margin-right: 8px;}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}