body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a, .button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
	text-decoration: none;
	outline: none;
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
	color: #2ab1ad;
	text-decoration: none;
}
a, button {
	color: #414142;
	outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.top-5 {
	margin-top: 3rem;
}
.mt-25 {
	margin-top: -48px;
}
.mb-30 {
	margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}
h1.lined {
	position: relative;
	display: block;
	text-align: center;
}
h1.lined:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  height: 10px;
  background: url(../img/line.png) no-repeat;
  width: 130px;
  background-position: center center;
  transform: translateX(-50%);
}
.home-gallery-title {
	text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}
.section-title .p-special {
	margin-top: 40px;
}
h2 {
	font-size: 35px;
	text-transform: capitalize;
}
h3 {
	font-size: 28px;
	text-transform: capitalize;
	margin: 0 0 10px;
}
h4 {
	font-size: 17px;
	text-transform: capitalize;
	margin: 0 0 10px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
.h3 {
	font-size: 16px;
	color: #414142;
	text-transform: capitalize;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	color: #414142;
	margin-bottom: 0;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
 background: #d6b161;
 color: #fff;
 text-shadow: none;
}
::-moz-selection {
 background: #444;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
*::placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
/*  1.1 Loading Transition */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #fff;
	overflow: hidden;
}
#loader {
	width: 90px;
	height: 65px;
	position: relative;
	top: 50%;
	left: 50%;
}
#loader ul {
	margin: 0;
	list-style: none;
	width: 90px;
	position: relative;
	padding: 0;
	height: 10px;
}
#loader ul li {
	position: absolute;
	width: 10px;
	height: 0;
	background-color: #2ab1ad;
	bottom: 0;
}
@keyframes sequence1 {
 0% {
 height: 10px;
}
 50% {
 height: 50px;
}
 100% {
 height: 10px;
}
}
@keyframes sequence2 {
 0% {
 height: 20px;
}
 50% {
 height: 65px;
}
 100% {
 height: 20px;
}
}
#loader li:nth-child(1) {
	left: 0;
	animation: sequence1 1s ease infinite 0s;
}
#loader li:nth-child(2) {
	left: 15px;
	animation: sequence2 1s ease infinite 0.1s;
}
#loader li:nth-child(3) {
	left: 30px;
	animation: sequence1 1s ease-in-out infinite 0.2s;
}
#loader li:nth-child(4) {
	left: 45px;
	animation: sequence2 1s ease-in infinite 0.3s;
}
#loader li:nth-child(5) {
	left: 60px;
	animation: sequence1 1s ease-in-out infinite 0.4s;
}
#loader li:nth-child(6) {
	left: 75px;
	animation: sequence2 1s ease infinite 0.5s;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.container {
	max-width: 1300px;
}
/* 1.2 button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}
.learnmore-2 a {
	background-color: #FFAF14;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 40px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 14px;
	font-weight: 500;
	border-radius: 50px;
}
/* 1.3 scrollUp */
#scrollUp {
	background: #2ab1ad;
	bottom: 50px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	right: 15px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 50px;
	border-radius: 50%;
}
.padding {
	padding: 50px 0;
}
.padding-no-bottom {
	padding: 120px 0 0;
}
.p-0 {
	padding: 0;
}
.padding-4 {
	padding: 120px 0;
}
.fifth-section {
	padding: 120px 0;
}
.margin-boottom20 {
	margin-bottom: 30px
}
.margin-boottom30 {
	margin-bottom: 30px
}
#scrollUp:hover {
	background: #444;
}
/*=================1.4 Section Title 1======================*/
.section-title {
	text-align: center;
	margin-bottom: 50px;
}
.section-title .head-text {
	text-align: center;
	text-transform: capitalize;
	display: inline-block;
}
.section-title .head-text h3 {
	font-size: 22px;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
}
.section-title .head-text h3::before {
	content: "";
	position: absolute;
	right: -32px;
	width: 20px;
	height: 2px;
	background: #2ab1ad;
	top: 50%;
	transform: translateY(-50%);
}
.section-title .head-text h3::after {
	content: "";
	position: absolute;
	left: -32px;
	width: 20px;
	height: 2px;
	background: #2ab1ad;
	top: 50%;
	transform: translateY(-50%);
}
/*=============== 2. Header ===============*/

.section-title h4 {
	font-size: 18px;
}
.section-title h2 {
	font-weight: 600;
	font-size: 25px;
	color: #fff;
	line-height: 35px;
}
.section-title p {
	margin-top: 20px;
}
.header-top-padding {
	padding-top: 40px;
}
/*=================  2.2 Ajax preloading > #preloader ====================*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 55%;
	top: 45%;
	width: 150px;
	height: 150px;
	margin: -32px 0 0 -32px;
	padding: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
#status img {
	height: 120px;
	width: 120px;
}
/*==============  2.3 Header Menu > .main-navigation ===================*/


.main-navigation {
	/* position: absolute; */
	left: 0;
	top: 0px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	z-index: 11;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.main-navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 50px #60636242;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-animation: sticky 1s;
	animation: sticky 1s
}
.sticky .menu-area ul li a:hover {
	color: #f4f1f1
}
/*================= 2.4 Header logo > .logo-area ===================*/
.main-menu {
	position: relative
}
.logo-area a img {
	display: inline-block;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.logo-area img {
	width: 125px
}
.main-menu ul li {
	display: inline-block;
	margin-left: 25px;
	position: relative
}
.main-menu ul li a {
	color: #101011;
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
	padding: 32px 0;
	line-height: 1;
	position: relative;
	font-weight: bolder;
}
.main-menu ul li a.current:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #fff;
	top: 70%;
	left: 0;
}
.main-menu ul li a:before {
	position: absolute;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #fff;
	top: 70%;
	left: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.main-menu ul li a:hover:before {
	width: 100%
}
.main-menu ul li a:hover {
	color: #004c86;
}
.f-right {
	float: right;
}
.mean-container .mean-nav {
	margin-top: 30px;
}
.main-menu ul li ul.dropdown {
	position: absolute;
	right: 0;
	top: 130%;
	width: 220px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 2;
}
.main-menu ul li ul.dropdown-home {
	position: absolute;
	left: 0;
}
.main-menu ul li i {
	margin-left: 8px;
	color:#101011;
	vertical-align: 4px;
}
.main-menu ul li:hover ul.dropdown-home {
	top: 104%;
	opacity: 1;
	visibility: visible
}
.main-menu ul li:hover ul.dropdown-home li a:before {
	width: 0;
}
ul.dropdown-home li a:hover {
	color: #cccccc
}
.main-menu ul li:hover ul.dropdown {
	top: 104%;
	opacity: 1;
	visibility: visible
}
.main-menu ul li:hover ul.dropdown li a {
	color: #000;
	font-size: 14px;
}
.main-menu ul li:hover ul.dropdown li a:before {
	width: 0;
}
ul.dropdown li a:hover {
	color: #000
}
.main-menu ul li ul.dropdown li {
	display: block;
	margin-left: 0;
	padding: 6px 10px;
	border-bottom: 1px solid #eee;
}
.main-menu ul li ul.dropdown li a {
	padding: 10px 0px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
#mobile-menu {
	display: block;
}
#mobile-menu {
	display: block
}
/*============= 2.5 Header Image > .header-image-area ==================*/

/*Header Slider*/
.slider-area {
	height: 80vh;
}
.single-slider {
	position: relative;
}
.slider-area .owl-carousel {
	z-index: 0;
}
.slider-area .owl-carousel .owl-dots {
	text-align: center;
	top: -150px;
	position: relative;
}
.slider-img {
	position: relative;
	height: 80vh;
}
.slider-img:before {
	position: absolute;
	background: #000;
	height: 80vh;
	width: 100%;
	content: "";
	opacity: .5;
	z-index: 1;
}
.slider-img img {
	height: 80vh;
	object-fit: cover;
	width: 100%;
}
.slider-text {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	z-index: 2;
	text-align: left
}
.welcome {
	font-size: 25px;
	color: white;
	text-transform: capitalize;
}
.slider-text h2 {
	max-width: 60%;
	font-size: 45px;
	font-weight: 600;
	color: white;
	margin: 20px 0;
	text-align: left;
}
.slider-text h2 span {
	color: #2ab1ad;
}
.slider-text p {
	line-height: 30px;
	color: #e5e5e5;
	font-size: 18px;
	margin-bottom: 35px;
	font-weight: 400;
	text-align: left
}
.slider-text .skill-btn {
	color: white;
	padding: 12px 20px;
	display: inline-block;
	border-radius: 5px;
	font-weight: 700;
	float: left;
	background: #2ab1ad;
	margin-right: 10px;
	;
}
.slider-text .grey-btn {
	color: white;
	padding: 12px 20px;
	display: inline-block;
	border-radius: 5px;
	font-weight: 700;
	float: left;
	background: #7e7d7b;
}
.slider-on .owl-controls {
	position: relative !important;
	top: -138px !important;
}
/*Text Slider*/

.slider-height {
	background-image: url('assets/img/header-3.jpg');
	height: 100vh;
	width: 100%;
	background-position: 50% 0;
	background-size: cover;
	position: relative;
}
.slider-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.slider-content h2 {
	font-size: 40px;
	font-weight: 700;
	color: white;
	margin: 20px 0;
	text-transform: uppercase;
}
.slider-content h2 span {
	color: #2ab1ad;
}
.slider-content p {
	line-height: 30px;
	color: #e5e5e5;
	font-size: 18px;
	margin-bottom: 35px;
}
.slider-content a {
	color: white;
	border: 1px solid #fff;
	padding: 20px 25px;
	display: inline-block;
	border-radius: 5px;
	font-weight: 700;
}
.slider-content a.skill-btn:hover {
	background-color: #2ab1ad;
	border: 1px solid #2ab1ad;
}
.text-gray {
	color: #d0d0d0;
}
.bg-pattern-effect {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
/*================ 2.6 header image content > .intro-text ===================*/

.slick-slide img {
	height: 80vh;
}
.PrevArrow {
	display: none !important;
}
.next-arr-position {
	position: relative;
}
.NextArrow {
	font-size: 20px;
	background-color: #212020;
	color: #fff;
	padding: 10px;
	border-radius: 50px;
	cursor: pointer;
	position: absolute;
	right: 2%;
	top: 50%;
}
.NextArrow:hover {
	background: #fe6871;
}
.intro-text h1 {
	font-size: 40px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	width: 100%;
}
.intro-text p {
	color: #D7D7D7
}
 @keyframes textcolor {
 0% {
 background-position: left 0px top 10px
}
 40% {
 background-position: left 800px top 10px
}
}
.intro-text h3 {
	font-size: 18px;
	letter-spacing: 1px;
	color: #e5e5e5;
	font-weight: 400;
	line-height: 28px
}
.learnmore {
	margin-top: 25px
}
.site-btn a {
	background-color: #2ab1ad;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 700;
	border-radius: 5px;
	box-shadow: 1px 3px 20px 1px rgba(212, 212, 212, 0.6705882352941176);
	margin-top: 20px;
}
.site-btn input[type="submit"] {
	background-color: #2ab1ad;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 15px;
	font-weight: 700;
	border-radius: 5px;
	box-shadow: 1px 3px 20px 1px rgba(212, 212, 212, 0.6705882352941176);
	cursor: pointer;
	border: none;
	margin-top: 20px;
}
.site-btn a:hover {
	background-color: #2ab1ad;
	color: #fff;
}
.learnmore a:hover {
	background-color: #fff;
	color: #fe6871;
}
.default-text-color {
	color: #fe6871;
}
/*======================3.1 Service Area=======================*/

.box {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 25px rgba(135, 135, 135, 0.25);
}
.box:after {
	position: absolute;
	content: "";
	top: -43%;
	left: -33%;
	background: rgba(25, 44, 68, 1);
	height: 187px;
	width: 200px;
	border-radius: 50%;
	opacity: 0;
	transition: .5s;
}
.box:hover:after {
	opacity: 1;
	top: -29%;
	left: -12%;
}
.icon-box:hover a {
	color: #2ab1ad;
}
.icon-box:hover a h1 {
	color: #2ab1ad;
}
/*=======================3.2 Service Details=================*/
.service-heading-text {
	padding-top: 120px;
}
.service-content h1 {
	font-size: 18px;
}
.content-img {
	width: 100%;
	text-align: center;
}
.content-img img {
	width: 80%;
}
.padding-2 {
	padding: 0px 0px;
}
.padding-3 {
	padding: 0px 0px 100px 0px;
}
/*=====================4. About Us==========================*/
.thm-breadcrumb {
	margin-bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 10px;
}
.thm-breadcrumb li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}
.thm-breadcrumb li a {
	color: #2ab1ad;
}
.thm-separator {
	padding: 0 10px;
}
.others-header-image-area {
	background-image: url('assets/img/header.jpg');
	height: 60vh;
	width: 100%;
	background-position: 50% 0;
	background-size: cover;
	position: relative;
}
.others-page-title p {
	color: #d0cccc;
}
.others-header-image-area .others-page-title p {
	color: #dddddd;
	font-size: 15px;
}
.others-page-title h1 {
	font-size: 27px;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	width: 100%;
	position: relative;
	display: inline;
}
.others-header-image-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60vh;
	background: #000;
	opacity: .8;
}
.text-gray {
	color: #d0d0d0;
}
.bg-pattern-effect {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.about-us, .media-us {
	padding: 80px 0;
}
.media-us .cls {
	margin-bottom: 30px;
	;
}
.about-us p {
	padding-bottom: 10px;
}
.about-left-bg {
	position: absolute;
	left: -365px;
}
.about-left-bg img {
	width: 100%;
}
.about-right-bg img {
	width: 100%;
}
.about-img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	text-align: right;
}
.about-right-bg {
	position: absolute;
	right: 0px;
}
.about-us .text-content .section-title {
	padding: 0;
	text-align: left;
	margin: 0;
}
.about-us .title h1 {
	font-size: 24px;
	padding-bottom: 6px;
}
.about-spin {
	position: relative;
}
.about-spin  img{
	max-width: 100%;
}
.about-us-header-image-area {
	background-image: url('../img/about-banner.jpg');
	height: 40vh;
	width: 100%;
	background-position: 50% 0;
	background-size: cover;
	position: relative;
}
.about-us-header-image-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40vh;
	background: #000;
	opacity: .5;
}
.progress-title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.progress {
	height: 10px;
	background: #e9e9ea;
	border-radius: 15px;
	margin-bottom: 10px;
	overflow: visible;
	position: relative;
	margin-bottom: 15px;
}
.progress-bg {
	background-color: #fff;
	padding: 35px;
	box-shadow: 1px -1px 20px 3px #ececec;
}
.progress::before, .progress::after {
	content: "";
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 1;
}
.progress:after {
	left: auto;
	right: 0;
}
.progress .progress-bar {
	box-shadow: none;
	border: none;
	border-radius: 15px;
	position: relative;
	-webkit-animation: animate-positive 1s;
	animation: animate-positive 1s;
}
.progress .progress-value {
	line-height: 20px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	position: absolute;
	top: -19px;
	right: 0;
	z-index: 2;
}
.progress .progress-bar.first {
	width: 80%;
	background: #f56970;
}
.progress .progress-bar.second {
	width: 70%;
	background: #f56970;
}
.progress .progress-bar.third {
	width: 60%;
	background: #f56970;
}
.progress.orange .progress-value {
	color: #162b3b;
}
@-webkit-keyframes animate-positive {
 0% {
width: 0;
}
}
@keyframes animate-positive {
 0% {
width: 0;
}
}
/*==========================5. Experience section========================*/
.about-experience {
	padding: 120px 0;
}
.experience-area p {
	padding-bottom: 30px;
}
.experience-left-bg {
	position: absolute;
	left: -5px;
}
.experience-left-bg img {
	width: 100%;
}
.experience-area .counter {
	animation-duration: 1s;
	animation-delay: 0s;
}
.experience-area .counter-up {
	text-align: center;
	padding: 80px 0;
	margin: auto;
	transition: .5s;
}
.experience-area .counter-up h1 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.experience-area .counter-up h3 {
	font-size: 15px;
	color: #fff;
	margin-top: 8px;
}
.experience-area .counter-up:hover h1 {
	color: #fff;
}
.experience-area .counter-up:hover h3 {
	color: #fff;
}
/*=============================7. Project section=============================*/
.project-area {
	padding: 120px 0;
}
.project-list {
	position: relative;
	overflow: hidden;
}
figure figcaption p {
	color: #fff;
	line-height: 25px;
	margin-bottom: 8px;
}
figure figcaption a:hover {
	color: #2ab1ad;
}
.project-list img {
	width: 100%;
}
.project-header-image-area {
	background-image: url('assets/img/project-bg.jpg');
	height: 60vh;
	width: 100%;
	background-position: 50% 0;
	background-size: cover;
	position: relative;
}
.project-header-image-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60vh;
	background: #000;
	opacity: .8;
}
/*====================7.1 project card==================*/
.tab-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
 border-radius: .25rem;
}
.tab-header:first-child {
 border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.tab-header h1 {
	color: white;
	border-bottom: 1px solid #ccc;
	margin: 10px 0px 20px;
}
.tab-header {
 padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: #2F3C56;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.tab-header-card {
 margin-right: -.625rem;
	margin-bottom: 0.25rem;
 margin-left: -.625rem;
	border-bottom: 0;
}
.tab-header-card .nav-item a {
	color: white;
	font-size: 15px;
}
.nav-tabs .nav-link.active {
	background-color: #FF9800;
	border: 0px solid transparent;
}
.nav-tabs .nav-link:hover {
	border-color: #2F3C56 #2F3C56 #2F3C56;
}
.tab-list li {
	padding-bottom: 10px;
}
/*===============7.2 project testimonial===============*/

.testimonial-content {
	position: relative;
	padding-top: 5%;
}
.testimonial-content .text-area {
	text-align: center;
}
.text-area::before {
	position: absolute;
	content: "";
	left: -10px;
	top: 18px;
	background-image: url('assets/img/left-top-quote.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: 100%;
}
.text-area::after {
	position: absolute;
	content: "";
	right: -25px;
	bottom: 28px;
	background-image: url('assets/img/left-bottom-quote.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: 100%;
}
.text-area span {
	color: #2ab1ad;
	font-size: 15px;
}
/*================8. Testimonial======================*/
.testimonial-area {
	padding: 80px 0;
	position: relative;
	background: #eff7fa;
}
.testimonial-area:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	opacity: .8;
	z-index: 0;
	top: 0;
}
.testimonial-area .title-bg {
	color: rgba(238, 238, 238, 0.62);
	font-size: 120px;
	line-height: 120px;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	opacity: 0.8;
	font-weight: 700;
	z-index: -1;
	text-transform: capitalize;
}
.testimonial-area h3 {
	color: white;
}
.testimonial-area h1 {
	color: white;
	font-size: 25px;
}
.testimonial {
	text-align: center;
	padding: 30px;
}
.testimonial .pic > img {
	border-radius: 50%;
	width: 80px;
	margin: auto;
	float: left;
	height: 80px;
	object-fit: cover;
}
.testimonial .testimonial-review {
	color: #fff;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 14px;
	background-color: #2ab1ad;
	float: left;
	padding: 20px;
	position: relative;
}
p.testimonial-description {

}
.testimonial .testimonial-title {
	color: #000;
	font-style: normal;
	font-size: 14px;
	line-height: 21px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.testimonial-title > small {
	color: #2ab1ad;
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
}
.owl-theme .owl-controls .owl-page span {
	width: 20px;
	height: 8px;
	background: transparent;
	border: 1px solid #FF9800;
	margin: 5px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #f8af14;
}
.pic {
	width: 20%;
	float: left;
	margin-right: 3%;
}
.pic1 {
	width: 70%;
	float: left;
	text-align: left;
	margin-top: 20px;
}
.pic1 h3, .pic1 h4 {
	color: #000;
	float: left;
}
.pic1 h3 {
	font-size: 16px;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
}
.pic1 h4 {
	font-size: 15px;
	width: 100%
}
.qt {
	position: absolute;
	top: 83%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100px;
	width: 100px;
	border-radius: 100px 100px 0 0;
	background-color: #2ab1ad;
}
.testimonial {
	position: relative;
}
.qt span {
	font-size: 43px;
	font-weight: 600;
}
/*==================================11. Blog section=========================*/
.blog-area {
	padding: 60px 0;
	background: #f8f9f9;
}
.calender, .comment {
	margin-right: 10px;
}
.calender i, .comment i {
	color: #fdcb3c;
	margin-right: 3px;
}
.blog-container {
	box-shadow: 1px 3px 20px 1px rgba(212, 212, 212, 0.48);
	margin-bottom: 30px;
}
.blog-container p {
	margin-bottom: 10px !important;
}
.blog-container h3 {
	height: 40px;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 5px;
}
.blog-container .site-btn a {
	margin-top: 0px;
}
.blog-container .blog-details {
	padding-top: 5px;
	color: #2ab1ad;
}
.blog-container .blog-cat {
	position: absolute;
	top: 20px;
	left: 15px;
	background-color: #fff;
	color: #2ab1ad;
	padding: 5px 14px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.blog-container img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.owl-carousel .owl-dot.active {
	background-color: #2ab1ad !important;
	height: 8px;
	width: 20px;
	border-radius: 10px;
}
.owl-carousel .owl-dot {
	background-color: #ddd !important;
	display: inline-block;
	height: 8px;
	margin: 0 3px;
	width: 20px;
	border-radius: 10px;
}
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 0px;
}
.test-blog-slider img {
	width: 100%
}
.blog-header-image-area {
	background-image: url('assets/img/blog-home.jpg');
	height: 60vh;
	width: 100%;
	background-position: 50% 0;
	background-size: cover;
	position: relative;
}
.blog-header-image-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60vh;
	background: #000;
	opacity: .8;
}
/*=============================12. Newsletter==========================*/
.cover-area {
	padding: 55px 0;
}
.cover-area p {
	color: whitesmoke;
}
.newsletter-area {
	padding: 45px 0;
	position: relative;
	background: #2ab1ad;
}
.newsletter-area h3 {
	color: white;
}
.newsletter-area h1 {
	color: white;
}
.newsletter-button a {
	color: #000;
	border: 1px solid #000;
	background-color: #2ab1ad;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 13px;
	font-weight: 700;
	border-radius: 5px;
	box-shadow: 1px 3px 20px 1px rgb(20 199 194)
}
.newsletter-button a:hover {
	background: #000;
	color: #2ab1ad;
}
.newsletter-area .section-title {
	margin-bottom: 0px;
}
/*===========================13. Contact Us Page===============*/
.contact-area {
	padding: 70px 0;
}
.contact-form {
	padding: 120px 0;
}
.address-info {
	padding: 0;
	background-color: rgba(47, 60, 86, 0.03);
}
.icon-section .icon-area {
	text-align: center;
}
.icon-area {
	margin-bottom: 25px;
	padding-left: 40px
}
.icon-area h4 {
	margin-bottom: 0px;
	font-weight: 600;
}
.contact-form-area .submit-button .contact-submit {
	background-color: #f56970;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 13px;
	font-weight: 700;
	border-radius: 65px;
	border: none;
	cursor: pointer;
}
.icon-section {
	display: flex;
	flex-wrap: wrap;
}
.icon-section > div {
	width: 300px;
	margin: 0px;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
}
.mapouter {
	position: relative;
	text-align: right;
	height: 500px;
	width: 100%;
}
.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 500px;
	width: 100%;
}
.gmap_canvas iframe {
	width: 100%;
	height: 500px;
	border: none;
}
.contact-header-image-area {
	background-image: url('../img/contact-bg.jpg');
	height: 40vh;
	width: 100%;
	background-position: 50% 0;
	background-size: cover;
	position: relative;
}
.contact-header-image-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40vh;
	background: #000;
	opacity: .8;
}
/*====================14. Footer Area========================*/
.footer-area {
	background-color: #fff;
	padding: 80px 0;
}
.contact-dtl li span {
	margin-right: 10px;
}
.contact-dtl {
	line-height: 30px;
}
.contact-dtl a {
 display: inline-block;
 line-height: 18px;
 margin-bottom: 11px;
}
.second-footer ul li a:hover {
	color: #2ab1ad;
}
.footer-bottom {
	background-color: #0d141c;
	padding: 10px 0;
}
.footer-top h4 {
	border-bottom: 1px solid #eee;
	padding: 0px 0 8px;
	font-weight: 600;
}
.flex-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0 0px 50px;
}
.flex-container>div {
	width: 425px;
	margin: 10px;
	text-align: left;
	line-height: 25px;
}
.flex-container>.column-2 {
	width: 98%;
	margin: 10px;
	text-align: left;
	line-height: 25px;
}
.second-footer {
	text-align: left;
	line-height: 25px;
}
.second-footer p {
	line-height: 25px;
}
.first-footer .list-unstyled li a {
	color: white;
	font-size: 15px;
}
.second-footer .list-unstyled li {
	color: white;
}
.column-2 ul {
	-webkit-columns: 2;
	columns: 2;
}
.copyright p {
	padding: 3px 0 0;
	margin-top: 0px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7294117647058823);
}
.copyright a {
	color: rgba(255, 255, 255, 0.7294117647058823);
}
.social-icon {
	margin-top: 25px;
}
.social-icon ul li {
	display: inline-block;
}
.social-icon ul li a {
	width: 30px;
	height: 30px;
	background-color: #2ab1ad;
	float: left;
	margin-right: 5px;
	text-align: center;
	line-height: 31px;
	border-radius: 50%;
}
.social-icon ul li a:hover {
	background:#444;
}
.social-icon ul li a i {
	color: #fff;
}
#left {
	width: 47%;
	float: left;
	margin-right: 6%;
}
#right {
	width: 47%;
	float: left;
}
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	margin-bottom: 10px;
}
.clearfix {
	display: block;
}
/* rh-design */
.rh-head h1 {
	line-height: 40px;
	margin-bottom: 20px;
}
.rh-services h5 {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 700;
}
.experience-area {
	background: #2ab1ad;
}
.list-trust ul {
	margin-left: 25px;
}
.list-trust ul li {
	line-height: 40px;
}
.list-trust ul li i {
	color: #2ab1ad;
	margin-right: 5px;
}
.mt-40 {
	margin-top: 40px;
}
.all-service {
	/*margin-top: 30px;*/
}
.media-main a {
	margin-bottom: 20px;
}
.rsp-img {
	display: none!important;
}
.grey-bg {
	background: #eff7fa;
}
.first-section {
	padding: 120px 0;
}
.cover-area {
	padding: 55px 0;
}
.cover-area p {
	color: whitesmoke;
}
/* sidebar */

.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li {
	margin: 0;
	padding: 0;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li::before {
	content: "";
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a {
	color: #012446;
	background: #f5f5f5;
	font-weight: 700;
	text-decoration: none !important;
	border-left: 5px solid transparent;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 16px;
	transition: all 0.3s ease;
}
 @media screen and (prefers-reduced-motion: reduce) {
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a {
	transition: none;
}
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a:hover {
	border-left-color: #b798e0;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li.active a {
	border-left-color: #b798e0;
}
.widget ul li i {
	color: #e2e2e2;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li {
	padding: 0;
	transition: all 100ms ease-in-out 0s;
	border-bottom: 1px solid #f2f2f2;
}
 @media screen and (prefers-reduced-motion: reduce) {
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li {
	transition: none;
}
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li::before {
	left: auto;
	right: 18px;
	top: 15px;
	font-size: 18px;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a {
	border-left: 1px solid #eef0f3;
	color: #333;
	font-weight: 700;
	display: block;
	padding: 20px;
	border-right: 1px solid #eef0f3;
	font-size: 13px;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a:hover, .a {
	background: #fff;
	border-left: 5px solid #2ab1ad;
}
.widget ul .active a {
	background: #fff;
	border-left: 5px solid #2ab1ad!important;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li:first-child a {
	border-top: 1px solid #f5f5f5;
}
.widget_nav_menu ul {
	border: 1px solid #f2f2f2;
}
.left-contact ul {
	border: 1px solid #f2f2f2;
	padding: 20px;
	float: left;
	width: 100%;
}
.sidebar h4 {
	font-size: 21px;
	font-weight: 600;
}
.left-contact {
	float: left;
	width: 100%;
}
.left-contact .social-icon {
	width: 100%;
}
.list-item li {
	position: relative;
	display: block;
	color: #222;
	font-weight: 700;
	margin-bottom: 8px;
	padding-left: 25px;
	line-height: 30px;
}
.list-item li:before {
	position: absolute;
	content: "\f101";
	font-size: 12px;
	font-family: 'Font Awesome 5 Free';
	left: 0px;
	top: 0px;
}
.list-item li:before {
	color: #2ab1ad;
}
.image-box img {
	width: 100%;
}
.image img {
	width: 100%;
}
.loc-ic {
	height: 50px;
	float: left;
}
.p-slider img {
	max-width: 100%;
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}
.p-slider .slick-next:before, .p-slider .slick-prev:before {
	 color: green;
	 font-size: 25px;
	 color: #2ab1ad;
}
.partners-content ul li{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}