/*css */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700|Rubik:300,400,500,700');

/*
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rubik', sans-serif;
*/


/*
  	Flaticon icon font: Flaticon
*/
body.noscroll,
html.noscroll {
	height: 100%;
	overflow: hidden;
	width: 100%
}

@font-face {
	font-family: "Flaticon";
	src: url("../font/Flaticon.eot");
	src: url("../font/Flaticon.eot?#iefix") format("embedded-opentype"), url("../font/Flaticon.woff") format("woff"), url("../font/Flaticon.ttf") format("truetype"), url("../font/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url("../font/Flaticon.svg#Flaticon") format("svg");
	}
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal;
}

.flaticon-interface:before {
	content: "\f100";
}

.flaticon-technology:before {
	content: "\f101";
}

.flaticon-arrows-1:before {
	content: "\f102";
}

.flaticon-arrows:before {
	content: "\f103";
}

.flaticon-google-plus:before {
	content: "\f104";
}

.flaticon-instagram:before {
	content: "\f105";
}

.flaticon-twitter-logo-silhouette:before {
	content: "\f106";
}

.flaticon-facebook-letter-logo:before {
	content: "\f107";
}

.flaticon-rabbit:before {
	content: "\f108";
}

.flaticon-signs:before {
	content: "\f109";
}

.flaticon-note:before {
	content: "\f10a";
}

body {
	overflow-x: hidden;
	background-color: #fff;
	margin: 0px 0px;
	padding: 0px 0px;
}

* {
	box-sizing: border-box;
	background-repeat: no-repeat;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 99999;
	/* makes sure it stays on top */
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(../img/loader.gif);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}

h2 {
	margin: 0;
	padding-bottom: 10px;
	color: #000;
	font-size: 32px;
	text-transform: capitalize;
	line-height: 42px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

h3 {
	color: #000;
	font-size: 28px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

h4 {
	color: #000;
	font-size: 24px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin: 0px 0px;
}

h5 {
	color: #767676;
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin: 0px 0px;
}

h6 {
	color: #000;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin: 0px 0px;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 24px;
	font-family: 'Rubik', sans-serif;
}

p:only-child,
p:last-child,
p:last-of-type {
	margin-bottom: 0;
}

a {
	color: #f19f1f
}

/*
:hover {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
*/
.p-t-b-06 {
	padding: 60px 0px 60px 0px;
}

.p-t-b-60 {
	padding: 60px 0px 0px 0px;
}

.p-t-b-50 {
	padding: 50px 0px;
}

.p-t-b-40 {
	padding: 40px 0px;
}

.p-t-b-30 {
	padding: 30px 0px;
}

.p-t-b-20 {
	padding: 20px 0px;
}

.p-t-b-15 {
	padding: 15px 0px;
}

.p-t-b-10 {
	padding: 10px 0px;
}

.p-l-r-60 {
	padding: 0px 60px;
}

.p-l-r-40 {
	padding: 0px 40px;
}

.p-l-r-30 {
	padding: 0px 30px;
}

.p-l-r-20 {
	padding: 0px 20px;
}

.p-l-r-15 {
	padding: 0px 15px;
}

.p-l-r-10 {
	padding-top: 10px;
}

.p-t-60 {
	padding-top: 60px;
}

.p-t-40 {
	padding-top: 40px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-0 {
	padding-top: 0px;
}

.p-b-60 {
	padding-bottom: 60px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-0 {
	padding-bottom: 0px;
}

.m-t-b-60 {
	margin: 60px 0px;
}

.m-t-b-40 {
	margin: 40px 0px;
}

.m-t-b-30 {
	margin: 30px 0px;
}

.m-t-b-20 {
	margin: 20px 0px;
}

.m-t-b-15 {
	margin: 15px 0px;
}

.m-t-b-10 {
	margin: 10px 0px;
}

.m-l-r-60 {
	margin: 0px 60px;
}

.m-l-r-40 {
	margin: 0px 40px;
}

.m-l-r-30 {
	margin: 0px 30px;
}

.m-l-r-20 {
	margin: 0px 20px;
}

.m-l-r-15 {
	margin: 0px 15px;
}

.m-l-r-10 {
	margin: 0 10px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-b-60 {
	margin-bottom: 60px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.grow {
	float: left;
	width: 30%;
	padding: 50px 0;
	margin: 0px 50px;
}

.grow-btn {
	float: left;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	list-style: inherit;
}

.inner-page ul:not([class]) li,
ul[class*="list"]:not([class*='menu-list']) li {
	padding-left: 25px;
	margin-bottom: 9px;
	position: relative;
	color: #666;
	font-family: 'Rubik', sans-serif;
}


/*.inner-page ul:not([class]) li:before,ul[class*="list"]:not([class*='menu-list']) li:before{content: '\f108';width: 20px;height: 23px;position: absolute;top:3px;left:0px; font-family: "Flaticon"; }*/

.btn {
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
	background-color: #50aab2;
	white-space: nowrap;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 15px 45px;
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.button-btn {
	background-color: #1f3334;
}

.button-btn:hover {
	background-color: #fff;
	color: #1f3334;
}

.btn:hover {
	color: #ffffff;
	background-color: #1f3334;
}

.button-tag {
	text-align: center;
	padding: 20px 0px 30px 0px;
}

.button-tag a {
	padding: 20px 60px;
}

.wrapper {
	position: relative;
	width: 1170px;
	margin: 0 auto;
}

.wrapper:after,
.form-field:after {
	content: '';
	display: table;
	clear: both;
}

.col-wrap:after {
	content: '';
	display: table;
	clear: both;
}

.one-half,
.col3,
.col-4 {
	display: block;
	float: left;
	margin-right: 30px;
}

.one-half:nth-of-type(2n),
.col3:nth-of-type(3n),
.col-4:nth-of-type(4n) {
	margin-right: 0;
}

.one-half:nth-of-type(n+3),
.col3:nth-of-type(n+4),
.col-4:nth-of-type(n+5) {
	margin-top: 30px;
}

.one-half {
	width: 48.718%;
	width: calc(50% - 15px);
}

.col3 {
	width: 31.625%;
	width: calc(33.33% - 20px);
}

.col-4 {
	width: 23.078%;
	width: calc(25% - 22.5px);
}

.offset-3 {
	margin-left: 33.33%;
}

.offset-4 {
	margin-left: 25%;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

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

.clear,
.clear:before,
.clear:after,
.clearfix,
.clearfix:before,
.clearfix:after,
.wrapper,
.wrapper:before,
.wrapper:after,
.container,
.container:before,
.container:after {
	clear: both;
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.container:before,
.container:after {
	content: '';
	height: 0;
	font-size: 0;
	display: table;
	table-layout: fixed;
	clear: both;
}

.main {
	position: relative;
}

.banner {
	overflow: hidden;
	position: relative;
}

.banner:after {
	width: 408px;
	height: 90px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	/*background-image: url(../img/banner-bottom-bg.png);*/
	background-repeat: no-repeat;
}

.banner-home {
	overflow: hidden;
}

.logo {
	float: left;
}

.menu {
	float: right;
}

.wsmenu .wsmenu-list .mobile-logo {
	display: none;
}

#logo a {
	padding: 0;
	background-color: rgb(255, 255, 255);
}

.wsmenu .wsmenu-list .social-media {
	display: none;
}

.head h1 {
	color: #fff;
	font-size: 22px;
	text-align: left;
	padding-left: 15px;
}

/*.header {
	position: fixed;
	z-index: 2;
	width: 100%;
	padding: 23px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	background-color: #ffffffb3;
}
*/
.header {
	position: fixed;
	z-index: 2;
	width: 100%;
	padding: 23px 0;
	border-bottom: 1px solid rgba(189, 189, 189, 0.55);
	background-color: #ffffffb3;
	z-index: 1000;
	/* height: 100px; */
	/* width: 100%; */
	/* background: rgba(34,34,34,0.25); */
	/* padding: 18px; */
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

.active {
	background-color: #fff;
}

.wsmenu a {
	font-size: 18px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.home-slider {
	position: relative;
}

.slider-content {
	position: absolute;
	top: 50%;
	left: 7%;
	transform: translateY(-50%);
	background-color: #1f3334b3;
	padding: 25px;
	clip-path: polygon(85% 0%, 100% 44%, 100% 100%, 0% 100%, 0 63%, 0% 0%);
}

.slider-content h2 {
	font-size: 54px;
	line-height: 1.3;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	padding-bottom: 15px;
}

.slider-content h2 span {
	color: #50aab2;
}

.slider-content p {
	font-size: 24px;
	line-height: 1.3;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding-bottom: 0;
	margin: 0 0;
	word-wrap: break-word;
}

.top-info a {
	line-height: 1;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	vertical-align: middle;
}

.cli-num a {
	font-size: 18px;
	font-weight: 300;
}

.eq-info a {
	font-size: 16px;
	font-weight: 300;
}

.req-cll a {
	font-size: 16px;
	font-weight: 700;
}

.top-info {
	position: absolute;
	top: -74px;
	width: 100%;
	z-index: 1;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .6);
	background-color: #1f3334;
}

.top-info li {
	float: left;
}

.top-info li.req-cll {
	float: right;
	width: 18%;
	text-align: right;
}

.top-info li.cli-num {
	float: left;
	width: 16%;
	padding-top: 6px;
}

.top-info li.cli-email {
	float: left;
	width: 22%;
	padding-top: 6px;
}

.top-info li.cli-loca {
	float: left;
	width: 32%;
	padding-top: 6px;
}

.services-content {
	text-align: center;
	padding: 10px;
}

.services-content h4 {
	color: #50aab2;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	padding-bottom: 10px;
}

.services-content p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	line-height: 1.3;
}

.read {
	color: #50aab2;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	line-height: 1;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 15px;
	display: inline-block;
}

.read:hover i {
	left: 3px;
}

.services-inner:hover .read i {
	left: 3px;
}

.services-img {
	margin-bottom: 10px;
}

.title {
	text-align: center;
}

.title h2 {
	margin: 0;
	padding-bottom: 37px;
	color: #000;
	font-size: 36px;
	text-transform: capitalize;
	line-height: 42px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin-bottom: 23px;
	background-image: url('../img/title-bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.about-outer {
	background-color: #f8f8f8;
}

.col-7 {
	width: 54.75%;
}

.about-outer,
.about-outer .title {
	text-align: left;
}

.about-outer .title h2 {
	background-position: left bottom;
	background-image: url('../img/title-bg-white.png');
	color: #ffffff;
}

.about-wrap {
	position: relative;
}

.grow-section p {
	color: #ffffff;
}

.about-outer:before {
	content: '';
	height: 530px;
	width: 510px;
	background-image: url('../img/welcome-bg.png');
	background-position: left bottom;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	background-size: 100%;
	left: 6%;
}

.about-content h4 {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	line-height: 1.2;
	padding-bottom: 10px;
}

.choose-content h4 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	line-height: 1.2;
	padding-bottom: 10px;
}

.choose-content {
	text-align: center;
	padding: 0 70px;
}

.choose-content p {
	margin-bottom: 10px;
}

.discover-wrap {
	background-image: url('../img/discover-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.discover-wrap,
.discover-wrap .title h2 {
	color: #fff;
}

.discover-wrap p {
	color: #fff;
	font-size: 18px;
}

.discover-wrap .btn {
	margin-top: 30px;
}

.blog-content {
	background-color: #f2f0f1;
	padding: 25px 40px;
	position: relative;
	border-radius: 0 0 10px 10px;
}

.date {
	color: #50aab2;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	line-height: 1;
	padding-bottom: 15px;
}

.blog-content .title {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	line-height: 1.3;
	margin-bottom: 30px;
}

.blog-inner {}

.blog-img {
	position: relative;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.services-category {
	position: absolute;
}

.services-category {
	position: absolute;
	background-color: #f19f1f;
	padding: 5px 20px;
	line-height: .8;
	border-radius: 50px;
	min-width: 30%;
	text-align: center;
	right: 15px;
	top: 15px;
	color: #fff;
}

.blog-inner:hover .services-category {
	background-color: #f19f1f;
	color: #000;
}

.blog-content .down-arrow {
	color: #d1cfd0;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.form-wrap {
	background: #53aab2 url('../img/mis.png');
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
}

textarea {
	resize: none;
	min-height: 100px;
	color: #fff;
}

input,
textarea,
select {
	appearance: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
	font-family: 'Raleway', sans-serif;
	min-width: 100%;
	font-size: 16px;
	border: none;
	border-radius: 0;
	padding: 13px 13px;
	border: 1px solid #fff;
	background-color: transparent;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
	min-height: 46px;
	color: #fff;
}

input:focus,
textarea:focus,
select:focus {
	outline-offset: 0;
	outline: none;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #fff !important;
	font-weight: 400;
}

:-moz-placeholder {
	opacity: 1;
	color: #fff !important;
	font-weight: 400;
}

::-moz-placeholder {
	opacity: 1;
	color: #fff !important;
	font-weight: 400;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #fff !important;
	font-weight: 400;
}

.form-field {
	margin: 0 -10px;
}

.input-field {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.captcha-wrap {
	width: 60%;
	display: inline-block;
	float: left;
	padding-right: 10px;
}

.cap-feild {
	margin-top: 20px;
}

.captcha-wrap span {
	float: left;
	margin-top: 10px;
	font-weight: 400;
	color: #fff;
}

.captcha-wrap input {
	padding: 13px;
	float: left;
	width: 79%;
	min-width: auto;
	margin-top: 0;
	margin-left: 5px;
}

.btn-wrap {
	float: left;
}

.btn-wrap .btn {
	margin: 0 0;
}

.sub-title h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	line-height: 1.2;
	padding-bottom: 18px;
}

footer {
	background-color: #1f3334;
}

.fo-content a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	vertical-align: middle;
}

.fo-content a:hover {
	color: #50aab2;
}

.fo-content li:not(:last-child) {
	margin-bottom: 20px;
}

.fo-content img {
	margin-right: 5px;
}

.form-inner {
	padding-right: 60px;
}

.down-arrow {
	text-decoration: none;
	font-size: 35px;
	color: #000;
	line-height: 1;
	display: inline-block;
}


/* .down-arrow:hover{transform: rotate(-90deg);-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;} */

footer .fo-outer {
	display: table;
	width: 100%;
}

footer .col3 {
	display: table-cell;
	vertical-align: middle;
	float: none;
	width: 33.333%;
}

.dark-orange {
	color: #50aab2;
}

.light-orange {
	color: #50aab2;
}

.blue {
	color: #50aab2;
}

.grey {
	color: #d1cfd0;
}

.fo-socail {
	text-align: center;
}

.fo-socail h4 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
}

.fo-socail li {
	display: table-cell;
	padding: 10px 15px 0;
	vertical-align: middle;
}

.fo-socail a {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

.fo-socail a:hover {
	color: #50aab2;
}

.socail-icon {
	text-align: center;
	display: table;
	margin: 0 auto;
	padding: 10px 0px;
}

.fo-logo {
	padding-left: 20%;
}

.foot-logo {
	background-color: #fff;
	padding: 20px;
	clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
}

.about-main .about-content {
	width: 70%;
	padding: 30px;
	-webkit-box-shadow: 0px 14px 39px -24px rgba(0, 0, 0, 0.51);
	-moz-box-shadow: 0px 14px 39px -24px rgba(0, 0, 0, 0.51);
	box-shadow: 0px 14px 39px -24px rgba(0, 0, 0, 0.51);
}

.about-main ul {
	padding-top: 20px;

}

.banner {
	position: relative;
}

.banner img {
	width: 100%;
}

.bg-title {
	padding: 15px 85px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	clip-path: polygon(22% 0%, 100% 0%, 77% 100%, 0% 100%);
	background-color: #fff;
}

.bg-title h1,
.bg-title h2,
h1 {
	color: #50aab2;
	font-size: 36px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	line-height: 1;
}

.banner-title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	clip-path: polygon(22% 0%, 100% 0%, 77% 100%, 0% 100%);
	background-color: #fff;
	padding: 3px 80px;
}

.banner-title h1,
.banner-title h2,
h1 {
	color: #50aab2;
	font-size: 36px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	line-height: 1;
	margin: 12px;
}


/* .inner-page .why-choose-wrap{padding-bottom:0px;} */

.web-info {
	display: table;
	width: 100%;
}

.web-info li {
	background-position: 56% 0px;
	background-repeat: no-repeat;

	display: table-cell;
	text-align: center;
	width: 33.333%;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	line-height: 1;
}

.web-info li a {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	padding-top: 8px;
	display: block;
	text-decoration: none;
	word-wrap: break-word;
	word-break: break-all;
	width: 100%;
}

.ph-no {
	background-image: url('../img/cell-icon.png');
}

.add-loc {}

.em-ad {
	background-image: url('../img/email-icon.png');
}

#map {
	width: 49%;
	height: 449px;
	float: right;
	position: absolute !important;
	top: 0;
	right: 0;
}

.map iframe {
	display: block;
}

.contact-cont {
	padding-bottom: 30px;
}

.contact-cont h4 {

	margin: 0;
	padding-bottom: 37px;
	color: #000;
	font-size: 30px;
	text-transform: capitalize;
	line-height: 36px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	background-image: url(../img/title-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.contact-cont h6 {

	padding: 10px;
}

.copyright {
	text-align: center;
	padding: 5px 0;
	font-size: 15px;
	background-color: #50aab2;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 2;
}

.wsmenu-list>li>a {
	position: relative;
}

.wsmenu-list>li>a.active:after {
	content: '';
	position: absolute;
	background: url('../img/menu-icon-bg.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 25px;
	bottom: -10px;
	left: 0;
	text-align: center;
	pointer-event: none;
	border: none;
	z-index: -1
}

.read i {
	font-weight: 700;
	top: 2px;
	position: relative;
}

.cli-num a i {
	font-size: 24px;
	line-height: 1;
	vertical-align: middle;
	margin: 0px 5px 2px 0px;
}

.cli-email a i {
	font-size: 24px;
	line-height: 1;
	vertical-align: middle;
	margin: 0px 5px 2px 0px;
}

.cli-loca a i {
	font-size: 21px;
	line-height: 1;
	vertical-align: middle;
	margin: 0px 5px 2px 0px;
}

.top-info a:hover {
	color: #50aab2;
}

.blog-inner:hover .down-arrow,
.blog-inner .down-arrow:hover {
	color: #f19f1f;
}

.blog-inner:hover .down-arrow i,
.choose-content:hover .down-arrow i,
.down-arrow:hover i {
	transform: rotate(-90deg);
	display: inline-block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.blog-content:hover {
	background-color: #e0dddf;
}


/*------------about cms-------------------------*/

.cms-content {
	font-family: 'Rubik', sans-serif;
	padding: 0px;
}

.cms-content h1 {
	color: #50aab2;
	font-size: 35px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 600;
}

.cms-content h2 {
	color: #111;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 600;
	text-align: center;
}

.cms-content h2 {
	margin: 0;
	padding-bottom: 37px;
	color: #000;
	text-transform: capitalize;
	line-height: 42px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	background-image: url('../img/title-bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.cms-content h3 {
	color: #F19F1F;
	font-size: 29px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 600;
	text-align: right;
}

.cms-content h3 {
	margin: 0;
	padding-bottom: 37px;
	color: #000;
	text-transform: capitalize;
	line-height: 42px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	background-image: url('../img/title-bg.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.cms-content h4 {
	color: #1f3334;
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 600;
}

.cms-content h5 {
	color: #111;
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 600;
}

.cms-content h5 {
	margin: 0;
	padding-bottom: 37px;
	color: #000;
	text-transform: capitalize;
	line-height: 42px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	background-image: url('../img/title-bg.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.cms-content h6 {
	color: #111;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 600;
}

.cms-content p,
.cms-content ul,
.cms-content ol,
.cms-content table {
	color: #444;
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
	text-align: justify;
}

.cms-content ul,
.cms-content ol {
	list-style: none;
	margin-left: 30px;
}

.cms-content ul ul,
.cms-content ul ol,
.cms-content ol ul,
.cms-content ol ol {
	font-size: 16px;
	margin-bottom: 8px;
	color: #000;
}

.cms-content ul>li {
	list-style: disc;
}

.cms-content ol>li {
	list-style: decimal;
	color: #000;
}

.cms-content ul ul>li,
.cms-content ol ul>li {
	list-style: square;
	color: #000;
}

.cms-content ul ol>li,
.cms-content ol ol>li {
	list-style: lower-roman;
	color: #000;
}

.cms-content table {
	border: 0;
	border-collapse: collapse;
	max-width: 100%;
	vertical-align: middle;
}

.cms-content table tr th,
.cms-content table tr td {
	padding: 4px 10px;
	text-align: left;
	vertical-align: middle;
}

.cms-content table thead>tr>th,
.cms-content table thead>tr>td {
	background: #1f3334;
	border: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.cms-content table tbody>tr>th,
.cms-content table tbody>tr>td {
	background: #fcfcfc;
	border: solid 1px #ddd;
}

.cms-content table tbody>tr:nth-child(2n)>th,
.cms-content table tbody>tr:nth-child(2n)>td {
	background: #f9f9f9;
}

.cms-content img {
	background: #fff;
	border-radius: 8px;
	padding: 4px;
}

.cms-content img.align-left {
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
}

.cms-content img.align-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
	width: 500px;
}

.cms-content a:not(.btn),
.cms-content a:not(.button) {
	color: #8B008B;
}


/*----------------testimonail-----------------*/
.p-70 {
	padding-bottom: 60px;
}

.testimonial {
	width: 47%;
	float: left;
	margin: 10px;
}

.testimonial .content {
	background: #50aab2;
}

.testimonial .content:hover {
	background: #333;
}

.testimonial .content {
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 15px;
	position: relative;
}

.testimonial .content::before {
	color: #F9575C;
}

.testimonial .content::before {
	content: '';
	font-weight: 900;
	display: inline-block;
	position: absolute;
	top: -30px;
	left: -10px;
	font-size: 36px;
}

.testimonial .content::after {
	border-top-color: #FBF4DE;
}

.testimonial .content::after {
	content: "";
	border-top: 10px solid;
	border-top-color: currentcolor;
	border-left: 10px solid transparent;
	border-right: 9px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 16%;
	color: #50aab2;
}

.testimonial .description {
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	color: #fff;
}

.testimonial-pic {
	float: left;
}

.testimonial-pic>img {
	max-width: 120px;
	border-radius: 50%;
	border: 2px solid #e5e5e5;
	margin-left: 20px;
}

.testimonial .testimonial-review {
	margin: 3px 0 0 15px;
	float: left;
}

.testimonial .testimonial-review span {
	font-size: 22px;
}


/* GALLERY CSS : START */


/* GALLERY CSS : COMMON */

.gallery-list>a {
	background: #fff;
	display: block;
}

.gallery-list>a>img {
	display: block;
	width: 100%;
}





/* GALLERY CSS : LAYOUT #2 */

.gallery-list.layout-2 {}

.gallery-list.layout-2>a {
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
	float: left;
	height: 200px;
	margin: 1%;
	overflow: hidden;
	/*transition: all ease-in-out 200ms;*/
	width: 31.33%;
}

.gallery-list.layout-2>a>img {
	/*transition: all ease-in-out 200ms;*/
}

.gallery-list.layout-2>a:hover {
	box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.5);
}

.gallery-list.layout-2>a:hover>img {
	/*transform: scale(1.2);*/
}

@media (max-width:1099px) {
	.gallery-list.layout-2>a {
		height: 100%;
		margin: 1%;
		width: 48%;
	}
}

@media screen (max-width:479px) {
	.gallery-list.layout-2>a {
		height: 100%;
		margin: 10px 0;
		width: 100%;
	}
}


/* GALLERY CSS : END */

.detail-list ul li:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	/*background:url(../img/menu-icon-bg.png);*/
	width: 100%;
	bottom: 0;
	background-repeat: no-repeat;
	z-index: -11;
}

.detail-list ul li {
	line-height: 45px;
	border-bottom: thin dotted #50aab2;
}

.detail-list ul li a {
	color: #000;
	font-size: 18px;
	cursor: pointer;
	display: block;
}

.detail-list ul li a:hover {
	color: #50aab2;
	font-size: 18px;
	cursor: pointer;
	text-decoration: none;
}

.service-detailpage img {
	padding-bottom: 18px;
	border-radius: 5px;
	width: 500px;
	float: right;
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #ddd;
}

.service-detailpage p {
	text-align: justify;
}

.detail-list ul li:last-child {
	line-height: 45px;
	border-bottom: none;
}

@media (max-width:1099px) {

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after,
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: #fff;
	}
}

#wsnavtoggle {
	display: none;
}


/*****Services Button*******/

.grow-section {
	padding: 30px;
	background-color: #50aab2;
	border-radius: 2px;
}

.grow-section h2 {
	font-size: 34px;
}

.cs-counter__numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin-bottom: 15px;
}

.cs-counter__item {
	padding-right: 40px;
	margin-top: 20px;
}

.cs-counter__item-number {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 1.09;
	color: #ffffff;
}

p:last-child {
	margin-bottom: 10;
}

.cs-counter__item-title {
	margin-top: 0;
	color: #383c50;
	font-family: Neuton, serif;
	font-size: 18px;
	letter-spacing: .8px;
	text-align: center;
}

.bg-color {
	background-color: #e7e7e724;
}

.p-60 {
	padding-bottom: 90px;
}

.btn-tag a {
	background-color: #50aab2;
	color: #fff;
}

.btn-tag a:hover {
	color: #fff;
}

.btn-tag {
	padding-bottom: 60px;
}

.cross_line {
	display: inline-block;
	position: relative;
	padding: 0.45em 1em;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	text-decoration: none;
	font-weight: bold;
	color: #03A9F4;
}

.cross_line:before,
.cross_line:after {
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #fff;
	transition: .3s;
}

.cross_line:before {
	left: 7px;
}

.cross_line:after {
	right: 7px;
}

.cross_line:hover:before {
	top: 0px;
	left: 0;
	height: 100%;
}

.cross_line:hover:after {
	top: 0px;
	right: 0;
	height: 100%;
}

.icons-cs {
	font-size: 35px;
	margin-right: 10px;
}

.about-content h2 {
	color: #000;
	font-size: 28px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	line-height: 28px padding-bottom: 10px;
}

.add-loc .icon {
	background-color: #50aab2;
	color: #fff;
	width: 30%;
	display: block;
	padding: 8px 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	margin-left: auto;
	margin-right: auto;
}

.add-loc .icon .fa {
	font-size: 35px;
	margin-left: -5px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 40px;
	margin: 0px;
	padding: 1px 15px;
	background: rgba(80, 170, 178, 0.57);
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
}

.owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 80%;
	right: 86px;
}

.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 80%;
	right: 30px;
}

.cs-counter__item ul li {
	display: block;
	color: #fff;
	font-family: 'Rubik', sans-serif;
}

.cs-counter__item ul li:first-child {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 1.09;
}