/* DETAILS
==================================================
	Theme Name: HAMASA	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/
/*font-family: 'Open Sans', sans-serif;*/




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
}
html * {
	outline:none;
}
ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none !important;
	outline:none !important;	
}
outline {
	border:0;
}
.lft {
	float:left;
}
.rgt {
	float:right;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
a, input, textarea {
	transition:0.5s all ease-in-out;
	-moz-transition:0.5s all ease-in-out;
	-webkit-transition:0.5s all ease-in-out;
	-ms-transition:0.5s all ease-in-out;
	-o-transition:0.5s all ease-in-out;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;	
}

/********* COMMON-CSS ********/
/****/
.loader-screen {
position: fixed;
top: 0;
height: 100%;
width: 100%;
background: #ED117F;
z-index: 9999999;
display: block;
left: 0;
right: 0;
}
 #loader {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
    max-width: 300px;
}
/****/
.blck-tape a {
    color: #fff;
}
.blck-tape a:hover{
	color:#fff;
	text-decoration:none; 	
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #0f60c5 url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	/* border-radius: 50%; */
	z-index: 999;
}
.cd-top:hover{
	background:#000 url(../images/cd-top-arrow.svg) no-repeat center 50%;	
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: rgb(249, 161, 27);
  opacity: 1;
}
/****/
.map-container {
	width: 100%;
	/*margin: 50px 0 3000px;*/
}
.map-container p{
	margin:0;	
}
.map-container iframe{
	width: 100%;
	height:350px;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}
/****/
div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 10px 0;
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
/****/
.site-btn {
	margin-top:40px;
}
.site-btn a {
	background: #ed954e;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 10px 40px;
	border-radius: 50px;
	box-shadow: 0 0 0 transparent inset;
	border: 2px solid #ed954e;
}
.site-btn a:hover, .site-btn a:focus {
    background: #fff;
	color: #ed954e;
    border: 2px solid #ed954e;
}
/*******END********/
/***********HOME-PAGE-CSS-Start************/
/*********MENU**********/
.menu-toggle{
	display:none;	
}
.menu.slide-left{
	left:0;	
}
.menu {
	text-align: right;
	margin: 20px 0 0 0;
}
.menu li {
	vertical-align: top;
	position: relative;
	display: inline-block;
}
.menu > li:first-child {
	margin-left: 0;
}
.menu li a {
	display: block;
	font-size: 15px;
	padding: 15px 25px 20px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-align: left;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.menu li.active a {
	color: #fff;
}	
.menu li a:hover, .menu li a:focus {
	color: #000;
}
.logo {
	padding: 10px 0;
}
/*****end*******/
/*******SUBMENU & SUBMENU's SUB**********/
/*******LEVEL1*********/
.menu > ul {
	box-shadow: 2px 2px 10px 0 rgba(0,0,0, 0.5);
}
.menu > li > ul {
	text-align: left;
	/* display: none; */
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	z-index: 99;
	visibility: hidden;
	position: absolute;
	opacity: 0;
	transition: all .2s ease-in-out;
	margin: 20px 0 0 0;
}
.menu > li > ul > li > a{
	padding: 10px 17px 10px 17px;	
}
.menu > li > ul > li:hover > a {
	color: #21bfef !important;
}
.menu > li:hover > ul > li > a{
	color:#000;	
}
.menu > li > ul > li{
	width:100%;	
}
.menu > li:hover > ul{
	visibility:visible;
	opacity:1;  
	margin:0; 	
}
/****end***/
/***** Level 2 *******/
.menu > li > ul > li > ul {
	text-align: left;
	/* display: none; */
	background: #fff;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 210px;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-in-out;
	margin: 0 0 0 20px;
}
.menu > li > ul > li > ul > li {
	width: 100%;
}
.menu > li > ul > li > ul > li > a{
	padding: 10px 17px 10px 17px;
}
.menu > li > ul > li:hover > ul > li > a{
	color:#000;	
}
.menu > li > ul > li:hover > ul{
	visibility:visible;
	opacity:1;  
	margin:0;
}
/******end******/
/***********main-banner**********/
.main-banner {
	position: relative;
}
.main-banner-slider .site-overlay {
	position: absolute;
	z-index: 99;
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(152,255,111);
	background: linear-gradient(221deg, rgba(152,255,111,0.5214285543318891) 29%, rgba(0,176,255,0.41778709774925593) 77%);
	top: 0;
	left: 0;
}
.banner-content {
	position: absolute;
	z-index: 999;
	bottom: 0;
	width: 50%;
	left: 0;
	background: rgba(62, 192, 185, 0.8);
	height: 38%;
}
.banner-content::after {
	width: 0;
	height: 0;
	border-bottom: 220px solid rgba(62, 192, 185, 0.8);
	border-right: 400px solid transparent;
	position: absolute;
	z-index: 99;
	content: "";
	bottom: 0;
	right: -400px;
}
.main-banner::after {
	width: 0;
	height: 0;
	border-bottom: 450px solid rgba(51,171,246,0.8);
	border-left: 540px solid transparent;
	position: absolute;
	z-index: 99;
	content: "";
	bottom: 0;
	right: 0px;
}
.main-banner-slider .owl-nav {
	display: none;
}
.bnr-text {
	margin: 0 auto;
	left: 90px;
	right: 0;
	position: absolute;
	z-index: 99;
	bottom: 30px;
}
.bnr-text h2 {
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	width: 100%;
	line-height: 45px;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
}
.bnr-text p {
	font-size: 16px;
	color: #f6f6f6;
	font-weight: 300;
	padding: 10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}
.bnr-text a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px 30px;
	margin: 10px 20px 0 0;
	display: inline-block;
}
.main-banner-slider .owl-dots {
	position: absolute;
	z-index: 99;
	top: 55%;
	left: 20%;
}
.main-banner-slider.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #3ec0b9;
}
.main-banner-slider.owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
}
.main-banner-slider.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
/**********header*********/
.header {
	padding: 0px 0;
	background: rgb(255,255,255);
	background: linear-gradient(68deg, rgb(255, 255, 255) 25%, rgb(15, 96, 197) 35%);
}
.logo {
	position: absolute;
	width: 94%;
	left: -90px;
	top: 10px;
}
.s-text {
	float: left;
	margin: 0 0 0 10px;
}
.s-icon {
	float: left;
}
.s-icon i {
	border: 1px solid #ccc;
	padding: 0px;
	border-radius: 5px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #0f60c5;
}
.s-each:hover .s-icon i{
	color:#3ec0b9;
	border:1px solid #0f60c5;	
}
.social{
	padding:20px 0 20px 0;	
}
.s-text h4 {
	font-size: 17px;
	font-weight: 600;
	color: #0f60c5;
	margin: 0;
}
.s-text:hover h4 {
	color: #3ec0b9;
}
.s-text p {
	font-size: 14px;
	font-weight: 400;
	color: #393636;
	margin: 0;
}
.s-text p a{
	color: #393636;	
}
.s-each {
	border-left: 1px solid #ccc;
}
.phn-icon {
	float: left;
	background: #1274aa;
	height: 45px;
	width: 45px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.phn-no:hover {
	background: #3ec0b9;
}
.phn-icon i {
	font-size: 20px;
}
.phn-no {
	float: left;
	background: #337fdf;
	color: #fff;
	padding: 9px 13px;
}
.phn-no p{
	margin: 0;
	font-size: 17px;
	font-weight: 600;
}
.phn-no p a{
	color: #fff;	
}
/*****abt********/
.abt {
	padding: 50px 0 40px 0;
}
.abt-section h2 {
	color: #0f60c5;
	font-weight: bold;
	text-align: ;
	text-transform: capitalize;
	font-size: 40px;
	position: relative;
}
.abt-section h2::after {
	position: absolute;
	z-index: 99;
	content: "";
	width: 150px;
	height: 2px;
	background: #0f60c5;
	right: -165px;
	bottom: 17px;
}
.abt-section p {
	font-size: 15px;
	font-weight: 400;
	color: #717070;
	line-height: 25px;
	padding: 20px 0;
	margin: 0;
}
.a-e {
	float: left;
}
.a-img {
	float: left;
	background: #3ec0b9;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
}
.a-img img {
	width: 60% !important;
}
.a-e h4 {
	float: left;
	color: #0f60c5;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	padding: 22px 0;
	margin: 0 0 0 20px;
}
.a-e-t {
	float: left;
}
.a-e-t p {
	font-size: 13px;
	padding: 10px 0;
}
.abt-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 70px 0 0 0;
}
.abt-img{
	position:relative;	
}
.at {
	padding: 10px 0 0 0 !important;
}
.view a {
	color: #fff;
	background: #0f60c5;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 25px;
	display: inline-block;
	margin: 20px 0 0 0;
}
.view {
	position: relative;
}
.view::after {
	width: 0;
	height: 0;
	border-top: 20px solid rgba(62, 192, 185, 0.8);
	border-left: 160px solid transparent;
	position: absolute;
	z-index: 99;
	content: "";
	bottom: -20px;
	right: 10px;
}
.view::before {
	width: 0;
	height: 0;
	border-top: 40px solid rgba(51,171,246,0.8);
	border-left: 130px solid transparent;
	position: absolute;
	z-index: 99;
	content: "";
	bottom: -40px;
	right: 30px;
}
.view a:hover {
	color: #fff;
	background: #1274aa;
}
.view:hover.view::after{
	border-top: 20px solid rgba(51,171,246,0.8);	
}.view:hover.view::before{
	border-top: 40px solid rgba(15, 96, 197, 0.9);	
}
/*************serv*************/
.serv {
	background: url(../images/s-bg.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 40px 0 50px 0;
}
.s-img {
	float: left;
	width: 40%;
	border: 10px solid #fff;
	height: 220px;
}
.s-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.serv h2 {
	color: #fff;
	font-weight: bold;
	text-align: ;
	text-transform: capitalize;
	font-size: 40px;
	position: relative;
	text-align: center;
	margin: 0 auto 20px;
	width: 100%;
	padding:0 0 20px 0;
}
.serv h2::after {
	position: absolute;
	z-index: 99;
	content: "";
	width: 150px;
	height: 2px;
	background: #fff;
	right: 0;
	bottom: 0px;
	left: 0;
	margin: 0 auto;
}
.serv p {
	font-size: 13px;
	font-weight: 400;
	color: #cecece;
	line-height: 22px;
	padding: 20px 250px 30px;
	margin: 0 auto;
	text-align: center;
}
.sv-t {
	background: #fff;
	width: 60%;
	float: left;
	padding: 5px 10px 37px 10px;
}
.sv-t h4 {
	font-size: 15px;
	color: #0f60c5;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 10px 0px;
	text-align: left;
	font-weight: 600;
	height: 50px;
}
.sv-t p {
	font-size: 14px;
	color: #a2a2a2;
	font-weight: 400;
	margin: 0;
	padding: 0px 0 10px 0px !important;
	text-align: left;
	line-height: 20px;
	height: 104px;
}
.sv-t a {
	color: #3ec0b9;
	font-size: 13px;
	font-weight: bold;
}
/***********gallery********/
.g-e {
	padding: 2px 2px !important;
}	
.gal {
	padding: 40px 0 70px 0;
}
.gal h2 {
	color: #0f60c5;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 40px;
	position: relative;
}
.gal h2::after {
	position: absolute;
	z-index: 99;
	content: "";
	width: 150px;
	height: 2px;
	background: #0f60c5;
	right: -165px;
	bottom: 17px;
}
.gal p {
	font-size: 15px;
	font-weight: 400;
	color: #717070;
	line-height: 25px;
	padding: 20px 40% 20px 0;
	margin: 0;
}
.g-img img {
	height: 390px;
	object-fit: cover;
	width: 100%;
}
.g-img{
	position:relative;	
}
.g-img .overlay{
	position:absolute;
	z-index:99;
	content:"";
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;	
}
.g-img:hover .overlay{
	display:block;	
}
/***********f-q**********/
.f-q {
	padding: 40px 0 40px 0;
	background: url(../images/f-q-bg.png) no-repeat;
	margin: 50px 0 0 0;
 background-size: 100% 400px;
}
.get-touch {
	background: #1d68c6;
	background-image: url(../images/get-touch.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 570px;
}
.get-touch-each h2 {
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 35px;
	position: relative;
	padding: 0 0 20px 0;
}
.get-touch-each h2::after {
	position: absolute;
	z-index: 99;
	content: "";
	width: 150px;
	height: 2px;
	background: #fff;
	right: 145px;
	bottom: 35px;
}
.get-touch-each input[type="text"], .get-touch-each input[type="email"], .get-touch-each input[type="tel"] {
	width: 100%;
	background: none;
	border: none;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 10px;
	margin: 0 0 15px 0;
	color: #fff !important;
	font-size: 13px;
}
.get-touch-each textarea {
	width: 100%;
	background: none;
	border: none;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 10px;
	margin: 0 0 15px 0;
	color: #fff !important;
	height: 150px;
}

.get-touch-each input[type="text"]::placeholder{
    color:white;
}
.get-touch-each input[type="email"]::placeholder{
    color:white;
}
.get-touch-each input[type="tel"]::placeholder{
    color:white;
}

.get-touch-each textarea::placeholder{
    color:white;
}

.get-touch-each input[type="submit"] {
	width: 30%;
	background: #fff;
	border: none;
	border-radius: 5px;
	border: 2px solid #fff;
	padding: 7px;
	margin: 0 0 10px 0;
	color: #0f60c5;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	display: block;
}
.row.get-touch {
	margin: 50px 0 0 0;
}
.form-each{
	float:left;	
}
.get-touch-each {
	padding: 30px 0 0 0;
}
/*************footer***********/
.footer {
	background: url(../images/ft-bg.png) no-repeat;
	background-size: cover;
	padding: 60px 0 0px 0;
}
.ft-contact {
	text-align: center;
}
.ft-logo {
	text-align: center;
	padding: 0 0 20px 0;
}
.ft-contact li a {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
}
.ft-contact li a span {
	font-size: 16px;
	font-weight: 600;
	margin: 0 5px 0px 0;
}
.copy p {
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin: 10px 0 15px 0;
}
.copy p a{
	color:#fff;	
}
/*******facebook*/
.s-i ul {
	position: fixed;
	z-index: 999;
	content: "";
	right: 0;
	top: 37%;
	width: 30px;
	height: 140px;
	margin: 0;
}
.s-i li:nth-child(1) a {
	background: url(../images/sprite.png);
	background-position: 0 0;
	position: absolute;
	height: 36px;
	width: 30px;
}
.s-i li:nth-child(2) a {
	background: url(../images/sprite.png);
	background-position: -45px 0;
	position: absolute;
	height: 36px;
	width: 30px;
	top: 35px;
}
.s-i li:nth-child(3) a {
	background: url(../images/sprite.png);
	background-position: -85px 0;
	position: absolute;
	height: 36px;
	width: 30px;
	top: 70px;
}
.s-i li:nth-child(4) a {
	background: url(../images/sprite.png);
	background-position: -126px 0;
	position: absolute;
	height: 36px;
	width: 30px;
	top: 105px;
}
/********inn-serv*********/
.business-each:nth-child(2n+1) .business-img{
	float:left;	
}
.business-each:nth-child(2n+1) .business-text{
	float:right;	
}
.business-each:nth-child(2n) .business-img{
	float:right;	
}
.business-each:nth-child(2n) .business-text{
	float:left;	
}
.business-text p {
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	line-height: 28px;
	letter-spacing: 1px;
	padding: 0 0 20px 0;
	margin: 0;
}
.business-each {
	width: 100%;
	margin: 15px 0 15px 0;
	box-shadow: 0 0 10px 0 #ccc;
	padding: 20px;
}
.business-img img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}
.business h2 {
	color: #0F60C5;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 35px;
	position: relative;
	padding: 0 0 20px 0;
	display: inline-block;
}
.business h2::after {
	position: absolute;
	z-index: 99;
	content: "";
	width: 150px;
	height: 2px;
	background: #0F60C5;
	bottom: 35px;
	right: -170px;
}
.business p{
	font-size: 14px;
	color: #a2a2a2;
	font-weight: 400;
	margin: 0;
	padding: 0px 0 10px 0px !important;
	text-align: left;
	line-height: 25px;	
}
.business {
	padding: 40px 0 40px 0;
}
.business-text h4 {
	color: #2b2727;
	font-size: 25px;
	font-weight: 600;
}
/*********inn-gal******/
.inn-ge h2{
	display:inline-block;	
}
.inn-g img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.inn-g {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px 0 #a3c3ec;
	margin: 20px 0 10px 0;
	transform-style: preserve-3d;
	transition: all 1.0s linear;
}
.inn-g:hover{
	transform: rotateY(180deg);	
}
/*********inn-contact********/
.inn-c-e {
	background: url(../images/c-img.png) no-repeat;
	background-size: cover;
	padding: 0 !important;
}
.inn-c h4 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 10px 0 10px 0;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px 0;
}
.inn-c ul{
	margin:0;	
}

.inn-c ul li {
	text-align: center;
	line-height: 50px;
}
.inn-c ul li a {
	color: #fff;
	font-size: 15px;
}
.inn-c ul li a span {
	font-size: 17px;
	font-weight: 600;
}
.inn-c {
	padding: 70px 0;
	text-align: center;
}
.inn-f {
	background: #fff;
	box-shadow: 5px 8px 6px 0px #ccc;
	padding: 20px 0 20px 0;
}
.inn-f form input[type="text"], .inn-f form input[type="tel"], .inn-f form input[type="email"] {
	border: none;
	border-bottom: 2px dashed #ccc;
	margin: 0 0 20px 0;
	padding: 15px;
	font-size: 13px;
	color: #0f60c5;
	width: 100%;
}
.inn-f form input[type="submit"] {
	border: none;
	margin: 20px 0 20px 0;
	padding: 13px;
	font-size: 15px;
	color: #fff;
	background: #3ec0b9;
	width: 30%;
	font-weight: 600;
}
.inn-f form textarea {
	border: none;
	border-bottom: 2px dashed #ccc;
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 13px;
	color: #0f60c5;
	width:100%;
	height:150px;
}
.c-t {
	margin: 10px 0 20px 0;
}
.m-b::after {
	border-bottom: 430px solid rgba(51,171,246,0.8);
}
.ft-logo img {
	width: 25%;
}
.h-text {
	text-align: center;
	display: block !important;
}
.h-text h4 {
	font-size: 22px;
	color: #3ec0b9;
	letter-spacing: 1px;
	font-weight: 600;
}
.business-text h5 {
	font-size: 18px;
	font-weight: 600;
	color: #373434;
}
.business-text li {
	color: #888;
	font-size: 15px;
	line-height: 30px;
	list-style: disclosure-closed;
	margin: 0 0 0 30px;
}
.ft-logo2 {
	text-align: center;
	margin: 0 0 10px 0;
}
.ft-logo2 h3 {
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: ;
	width: ;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.main-banner-slider img {
	height: 580px;
	width: 100%;
	object-fit: cover;
}
.ft-contact li {
	color: #fff;
}





















