* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none
}

html,
body {
	height: 100%;
	font-size: 16px;
	color: gray;
	font-family: poppins, sans-serif;
	vertical-align: baseline;
	line-height: 26px
}

a:focus {
	outline: 0 solid
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0 0 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-weight: 600;
	font-family: poppins, sans-serif;
	color: #0098DA
}

h1 {
	font-size: 32px
}

h2 {
	font-size: 18px
}

h3 {
	font-size: 16px
}

a {
	transition: all .5s ease-out;
	text-decoration: none;
	color: #0098DA
}

a:active,
a:hover {
	outline: 0;
	color: #0098DA;
	text-decoration: none
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

::-moz-selection {
	background: #00AFEF;
	text-shadow: none;
	color: #fff
}

::selection {
	background: #00AFEF;
	text-shadow: none;
	color: #fff
}

textarea:focus,
input:focus {
	outline: none
}



.images-overlay {
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-70 {
	padding-bottom: 70px
}

.bg-color {
	background: #fbfbfb
}

.no-padding-left {
	padding-left: 0
}

.no-padding-right {
	padding-right: 0
}

.bg-gray {
	background: #f0f0f0
}

.sec-bg-gray {
	background: #f8fafc
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999999;
	right: 0;
	bottom: 0
}

#preloader-status {
	margin: -100px 0 0 -100px;
	position: absolute;
	left: 50%;
	top: 50%
}

.cssload-thecube {
	width: 103px;
	height: 103px;
	margin: 0 auto;
	margin-top: 69px;
	position: relative;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg)
}

.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg)
}

.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}

.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00AFEF;
	animation: cssload-fold-thecube 2.76s infinite linear both;
	-o-animation: cssload-fold-thecube 2.76s infinite linear both;
	-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
	-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
	-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%
}

.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
	-o-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotateZ(90deg);
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-moz-transform: scale(1.1) rotateZ(90deg)
}

.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
	-o-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotateZ(180deg);
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-moz-transform: scale(1.1) rotateZ(180deg)
}

.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
	-o-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotateZ(270deg);
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-moz-transform: scale(1.1) rotateZ(270deg)
}

.cssload-thecube .cssload-c2:before {
	animation-delay: .35s;
	-o-animation-delay: .35s;
	-ms-animation-delay: .35s;
	-webkit-animation-delay: .35s;
	-moz-animation-delay: .35s
}

.cssload-thecube .cssload-c3:before {
	animation-delay: .69s;
	-o-animation-delay: .69s;
	-ms-animation-delay: .69s;
	-webkit-animation-delay: .69s;
	-moz-animation-delay: .69s
}

.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
	-o-animation-delay: 1.04s;
	-ms-animation-delay: 1.04s;
	-webkit-animation-delay: 1.04s;
	-moz-animation-delay: 1.04s
}

@keyframes cssload-fold-thecube {
	0%,
	10% {
		transform: perspective(193px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		transform: perspective(193px) rotateX(0deg);
		opacity: 1
	}
	90%,
	100% {
		transform: perspective(193px) rotateY(180deg);
		opacity: 0
	}
}

@-o-keyframes cssload-fold-thecube {
	0%,
	10% {
		-o-transform: perspective(193px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		-o-transform: perspective(193px) rotateX(0deg);
		opacity: 1
	}
	90%,
	100% {
		-o-transform: perspective(193px) rotateY(180deg);
		opacity: 0
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%,
	10% {
		-ms-transform: perspective(193px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		-ms-transform: perspective(193px) rotateX(0deg);
		opacity: 1
	}
	90%,
	100% {
		-ms-transform: perspective(193px) rotateY(180deg);
		opacity: 0
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%,
	10% {
		-webkit-transform: perspective(193px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		-webkit-transform: perspective(193px) rotateX(0deg);
		opacity: 1
	}
	90%,
	100% {
		-webkit-transform: perspective(193px) rotateY(180deg);
		opacity: 0
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%,
	10% {
		-moz-transform: perspective(193px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		-moz-transform: perspective(193px) rotateX(0deg);
		opacity: 1
	}
	90%,
	100% {
		-moz-transform: perspective(193px) rotateY(180deg);
		opacity: 0
	}
}

#scrollUp {
	background: #00AFEF none repeat scroll 0 0;
	border-radius: 4px;
	bottom: 14px;
	color: #fff;
	font-size: 16px;
	height: 40px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px
}

#scrollUp:hover {
	opacity: 1;
	color: #fff!important
}

#scrollUp i {
	display: block;
	font-weight: 700;
	padding-top: 11px
}

.header-top {
	background: #0098DA;
	overflow: hidden
}

.header-top-right {
	position: relative;
	display: inline-block;
	z-index: 2;
	width: 100%;
	text-align: right
}

.header-top-right::before {
	position: absolute;
	content: "";
	width: 5000px;
	left: 0;
	background: #fff;
	height: 142%;
	top: 0;
	transform: skew(-50deg);
	z-index: -1;
	border-radius: 0 0 0 34px
}

.header-bar-inner {
	display: inline-block;
	width: 100%;
	padding-top: 22px;
	text-align: center
}

.header-left {
	display: inline-block;
	padding: 10px 0
}

.header-left ul {
	display: inline-block
}

.header-left li {
	padding-right: 40px;
	position: relative;
	display: inline-block;
	color: #fff;
	position: relative;
	font-size: 14px;
}

.header-left li::before {
	content: "";
	height: 14px;
	width: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 6px
}

.header-left li:last-child:before {
	display: none
}

.header-left li:last-child {
	padding-right: 0
}

.header-left li i {
	color: #fff;
	margin-right: 6px;
	font-size: 18px
}

.header-left li a {
	color: #fff;
	margin-right: 6px;
	font-size: 14px
}

.header-right-div {
	margin-top: 0;
	text-align: right;
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 10px 0
}

.header-right-div::before {
	background: #00AFEF none repeat scroll 0 0;
	content: " ";
	height: 100%;
	position: absolute;
	left: 15px;
	top: 0;
	width: 2000px;
	z-index: -1
}

.header-right {
	text-align: right;
	position: relative;
	z-index: 1;
	padding: 10px 0;
	display: inline-block;
	z-index: 99
}

.soical-profile ul,
.soical-profile li {
	display: inline-block
}

.soical-profile li{
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.soical-profile li a{
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.soical-profile li a i {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 100%;
	display: inline-block;
	color: #fff;
	font-size: 18px;
}

.soical-profile li a i:hover {
	color: #071c34
}

.hd-sec {
	background: #fff;
	border-top: 1px solid #eee
}

.responsive-logo {
	display: none
}

.logo {
	padding: 22px 0;
	position: relative;
	z-index: 2
}

.social-title {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.contact-tp-title {
	color: #00AFEF;
	font-weight: 600;
	font-size: 14px;
}

.nav-menu {
	padding-left: 0;
	padding-right: 0
}

.menu {
	display: inline-block;
	position: relative
}

.main-menu {
	display: inline-block;
	text-align: right;
	margin-right: 40px
}

.main-menu ul {
	margin: 0;
	padding: 0;
	position: relative
}

.main-menu ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin-right: 20px;
}

.main-menu ul li.active {
	position: relative
}

.main-menu ul li.active::before {
	position: absolute;
	content: "";
	background: #00AFEF;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0
}

.main-menu ul li.active>a {
	color: #00AFEF
}

.main-menu ul li a {
    display: block;
    padding: 40px 2px 6px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .4s ease 0s;
    position: relative;
    font-weight: 500;
    color: #666;
}

.main-menu ul li ul:hover .main-menu ul li a {
	background: #fafafa
}

.main-menu ul li a:hover {
	transition: all .4s 0s ease;
	color: #00AFEF
}

.main-menu ul ul {
	background: #fff none repeat scroll 0 0;
	left: 12px;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 120px;
	visibility: hidden;
	z-index: 99999;
	transition: all .3s ease 0s;
	padding: 20px;
	border-top: 2px solid #00AFEF;
	border-left: 3px solid #f9f9f9;
	border-bottom: 3px solid #f9f9f9;
	border-right: 3px solid #f9f9f9
}

.main-menu ul ul li {
	float: none;
	width: 368px
}

.main-menu ul ul li ul {
	visibility: hidden!important
}

.main-menu ul ul li i {
	float: right
}

.main-menu ul ul li:hover ul {
	visibility: visible!important;
	top: -1px;
	transition: all .3s ease 0s;
	opacity: 1
}

.main-menu ul ul li a {
	line-height: 120%;
	padding: 10px 0;
	color: #071c34;
	font-size: 13px;
	border-bottom: 1px solid #f2f2f2
}

.main-menu ul ul li:last-child a {
	border-bottom: 0
}

.main-menu ul ul li a:hover {
	color: #00AFEF;
	background: #fff
}

.main-menu ul ul ul {
	left: 100%;
	transition: all .3s ease 0s;
	opacity: 0;
	border-top: 0;
	border-top: 2px solid #00AFEF;
	border-bottom: 1px solid #071c34
}

.main-menu ul li:hover ul {
	visibility: visible;
	transition: all .4s ease 0s;
	opacity: 1;
	top: 105px
}

.search-bar-icon {
	display: inline-block;
	padding: 38px 0;
	position: absolute;
	right: 0;
	top: 0
}

.site-search span {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	transition: all .4s ease 0s;
	line-height: 30px;
	position: relative
}

.site-search span::before {
	position: absolute;
	content: "";
	height: 50%;
	width: 1px;
	background: #ddd;
	left: -8px;
	top: 8px
}

.site-search.open span i.icofont-search-1::before {
	content: "\eedd"!important
}

.site-search i {
	color: #071c34;
	font-size: 18px
}

.search-forum>form {
	display: inline-flex;
	background: #fff;
	padding: 18px 20px;
	border-top: 2px solid #00AFEF
}

.search-forum input[type=text] {
	padding: 10px;
	border: 1px solid #ddd
}

.search-forum input[type=submit] {
	padding: 10px;
	background: #22253a;
	color: #fff
}

.search-forum {
	left: -350px;
	position: absolute;
	top: 103px;
	transition: all .4s ease 0s;
	z-index: 2
}

.search-forum.dropdown-menu {
	padding: 0;
	border: 0
}

.animation {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes slideUpIn {
	0% {
		-webkit-transform: translateY(40px)
	}
	100% {
		-webkit-transform: translateY(0)
	}
	0% {
		-webkit-transform: translateY(40px)
	}
}

@keyframes slideUpIn {
	0% {
		transform: translateY(40px)
	}
	100% {
		transform: translateY(0)
	}
	0% {
		transform: translateY(40px)
	}
}

.slideUpIn {
	-webkit-animation-name: slideUpIn;
	animation-name: slideUpIn
}

.hd-sec.sticky_menu {
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
	background: #fff
}

.applay-button {
	position: relative;
	z-index: 2;
	padding: 28px 0;
	display: inline-block;
	width: 100%;
	text-align: right
}

.applay-button a {
	padding: 8px 24px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 4px;
	border: 1px solid #00AFEF;
	text-align: center;
	color: #fff;
	background: #00AFEF;
	border-radius: 4px
}

.applay-button a .lnr.lnr-phone-handset {
	margin-right: 10px
}

.applay-button a .lnr.lnr-arrow-right {
	margin-left: 10px
}

.applay-button a i {
	color: #fff;
	margin-right: 10px;
	font-size: 22px
}

.applay-button a:hover {
	background: #071c34;
	color: #fff;
	border-color: #071c34
}

.all-slide .owl-item {
	height: 550px
}

.all-slide .single-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%
}

.slider-wrapper {
	width: 1170px;
	padding: 15px 0;
	margin: 0;
	height: 100%
}

.slider-text {
	left: 80px;
	position: relative;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	z-index: 2;
	margin: 0;
	text-align: left;
}

.slider-caption {
	width: 600px;
	margin: 0
}

.slider-text img{
	position: relative;
	top: -50px;
}

.slider-caption span.subtitle {
	color: #fff;
	font-size: 24px;
	text-transform: capitalize
}

.slider-text ul {
	margin-top: 20px
}

.slider-text h1 {
	color: #0098DA;
	font-size: 48px;
	text-transform: capitalize;
	line-height: 50px;
	margin-bottom: 20px
}

.slider-text h1>span {
	color: #0098DA;
}

.slider-text p {
	color: #666;
}

.slider-text li {
	display: inline-block
}

.slider-text li a {
	background: #00AFEF;
	color: #fff;
	display: inline-block;
	padding: 12px 30px;
	text-transform: capitalize;
	margin: 0;
	z-index: 5;
	font-weight: 600;
	position: related;
	transition: all .4s ease 0s;
	border-radius: 4px
}

.slider-text li a:before {
	content: "\ea69";
	font-family: IcoFont;
	float: right;
	top: 0;
	position: relative;
	color: #fff;
	padding-left: 10px;
	transition: all .4s ease 0s
}

.slider-text li a:hover {
	background: #00AFEF;
	color: #fff;
	transition: all .4s ease 0s;
	border-color: #00AFEF
}



.all-slide .owl-controls {
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 99;
	transform: translateY(-50%)
}

.all-slide .owl-controls .owl-buttons div {
	background: 0 0;
	opacity: 1
}

.all-slide .owl-controls .owl-prev {
	left: 20px;
	position: absolute;
	transition: all .4s ease 0s
}

.all-slide:hover .owl-prev {
	transition: all .4s ease 0s
}

.all-slide .owl-controls .owl-next {
	right: 20px;
	position: absolute;
	transition: all .4s ease 0s
}

.all-slide:hover .owl-next {
	transition: all .4s ease 0s
}

.all-slide .owl-controls .owl-prev i,
.all-slide .owl-controls .owl-next i {
	background: 0 0;
	color: #666;
	font-size: 32px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	transition: all .5s ease-out 0s;
	width: 50px;
	border: 1px solid #666;
	border-radius: 100%
}

.all-slide .owl-controls .owl-next i:hover {
	transition: all .5s ease-out 0s;
	background: #00AFEF;
	color: #fff;
	border-color: #00AFEF
}

.all-slide .owl-controls .owl-prev i:hover {
	transition: all .5s ease-out 0s;
	background: #00AFEF;
	color: #fff;
	border-color: #00AFEF
}

.header-right span {
	color: #fff
}

.header-right span i {
	margin-right: 10px
}

.hd-search-field {
	position: absolute;
	right: 24px;
	top: 5px
}

.hd-search-field form {
	width: 190px;
	position: relative
}

.hd-search-field input[type=text] {
	background: 0 0;
	padding: 3px 35px 3px 10px;
	width: 100%;
	border: 1px solid #858484;
	border-radius: 6px
}

.hd-search-field button {
	background: 0 0;
	color: #fff;
	position: absolute;
	padding: 4px 10px;
	right: 0;
	top: 0
}

.hd-search-field button i {
	color: #858484
}

.sec-bg-color {
	background: #00AFEF
}

.about-us-short {
	padding: 40px 20px 40px 30px;
}


.about-us-short2 {
	padding: 40px 0px 40px 0px;
}

.about-us-classic img {
	width: 70%
}

.about-us-short-sec h1 {
	text-transform: capitalize;
	font-size: 32px;
	line-height: 39px;
	margin-top: 10px;
}

.sub-title {
	text-transform: uppercase;
	color: #00AFEF;
	font-weight: 600
}

.about-us-short-sec p {
	color: #848080;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}


.about-us-short-sec ul {
	margin-bottom: 20px
}

.about-us-short-sec ul li {
	color: #848080;
	display: inline-block;
	width: 100%;
	padding: 0;
	font-size: 14px;
}

.about-us-short-sec ul li {
	color: #848080;
	display: inline-block;
	width: 100%;
	padding: 0
}

.about-us-short-sec ul li::before {
	content: "\eac7";
	font-family: IcoFont!important;
	left: 0;
	top: 0;
	position: relative;
	color: #00AFEF;
	padding-right: 10px
}

.simple-btn {
	padding: 8px 26px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #00AFEF;
	text-align: center;
	color: #fff;
	background: #00AFEF;
	border-radius: 4px
}

.simple-btn:hover{
	border: 1px solid #111;
	color: #fff;
	background: #111;
}

.simple-btn .icofont-caret-right {
	margin-left: 10px;
	font-weight: 700
}

.what-we-do-crousel-sec {
	background-image: url(../img/call_to_action_bg.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.what-we-do-crousel-sec .sec-title h1,
.what-we-do-crousel-sec .sec-title p {
	color: #fff
}

.what-we-do-shortdesc::before {
	position: absolute;
	content: "";
	background: #909090;
	width: 1px;
	height: 100%;
	left: -30px;
	top: 0
}

.what-we-do-shortdesc p {
	margin-bottom: 0
}

.what-we-do-inner-icon {
	color: #00AFEF;
	font-size: 56px;
	margin-bottom: 30px
}

.what-we-do-button {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #00AFEF;
	border-radius: 100%;
	text-align: center;
	line-height: 58px
}

.what-we-do-button i {
	font-size: 26px;
	position: relative
}

.what-we-do-single-inner {
	padding: 30px 26px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	min-height: 350px;
}



.what-we-do-single-inner:hover .what-we-do-inner-desc h2 span {
	color: #111
}

.what-we-do-single-inner:hover .what-we-do-inner-desc h2 a {
	color: #111
}

.what-we-do-single-inner:hover .what-we-do-button {
	color: #fff;
	background: #000
}

.what-we-do-inner-desc h2 a {
	font-size: 16px;
	text-transform: capitalize
}

.what-we-do-inner-desc h2 span {
	color: #00AFEF;
	position: relative;
	z-index: 2;
	margin-right: 4px
}

.sec-title {
	text-align: center;
	margin: 0 150px 50px
}

.sec-title h1 {
	font-size: 36px;
	text-transform: capitalize;
	color: #0098DA;
	font-weight: 700;
	font-family: poppins, sans-serif
}

.sec-title h1 span {
	font-weight: 400
}

.border-shape::before {
	background: #ddd none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 90px;
	margin: 0 auto;
	left: 0;
	right: 0
}

.border-shape {
	background: #ddd;
	display: block;
	height: 1px;
	left: 0;
	margin: 20px auto;
	position: relative;
	right: 0;
	text-align: center;
	top: 0;
	width: 350px
}

.border-shape::after {
	background: #ddd none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	text-align: center;
	top: 6px;
	width: 70px;
	margin: 0 auto;
	left: 0;
	right: 0
}

.sec-title p {
	margin-bottom: 0
}

.service-tab li a {
	background: #00AFEF;
	padding: 12px 16px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	margin: 6px 0;
	transition: none
}

.service-tab li.active a {
	background: #0098DA;
	text-decoration: none;
	transition: none
}

.service-tab li.active a::before {
	border-top-color: #0098DA
}

.service-tab li a::before {
	position: absolute;
	top: 6px;
	right: -17px;
	content: '';
	z-index: 9;
	border-left: 38px solid transparent;
	border-top: 38px solid #00AFEF;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	transform: rotate(46deg)
}

.service-tab li a i {
	margin-right: 10px
}

.service-item .inner {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
	text-align: left;
	padding: 50px 30px;
	background: #f8fafc
}

.service-content p {
	margin-bottom: 25px;
	margin-top: 15px
}

.service-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .59);
	transition: all .4s ease 0s
}

.service-item .inner::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	border-left: 1px solid #00AFEF;
	border-top: 1px solid #00AFEF;
	visibility: hidden;
	transition: all .4s ease 0s
}

.service-item .inner::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	border-top: 1px solid #00AFEF;
	border-right: 1px solid #00AFEF;
	visibility: hidden;
	transition: all .4s ease 0s
}

.service-content::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	border-left: 1px solid #00AFEF;
	border-bottom: 1px solid #00AFEF;
	visibility: hidden;
	transition: all .4s ease 0s
}

.service-content::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	border-right: 1px solid #00AFEF;
	border-bottom: 1px solid #00AFEF;
	visibility: hidden;
	transition: all .4s ease 0s
}

.service-item .inner:hover {
	background: #fff;
	transition: all .4s ease 0s
}

.service-item .inner:hover.inner::before,
.service-item .inner:hover.inner::after,
.service-item .inner:hover .service-content::after,
.service-item .inner:hover .service-content::before {
	visibility: visible;
	transition: all .4s ease 0s;
	width: 60px;
	height: 60px
}

.service-item .inner h2 {
	text-transform: capitalize;
	font-size: 20px;
	margin-top: 0
}

.service-icon {
	width: 60px;
	height: 60px;
	line-height: 54px;
	transition: all .4s ease-in-out 0s;
	margin-bottom: 20px
}

.service-icon i {
	color: #fff;
	font-size: 24px
}

.pricing-sec-image {
	background: #00AFEF none repeat scroll 0 0;
	padding: 280px 0;
	background-image: url(../img/why-img-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative
}

.pricing-sec-image::before {
	position: absolute;
	content: "";
	background-color: rgba(12, 177, 246, .95);
	top: 0;
	width: 100%;
	height: 100%
}

.pricing-sec .brder-btm {
	border-color: #fff
}

.sngl-price {
	text-align: center
}

.price {
	text-align: center;
	margin: 0 auto;
	padding-top: 46px
}

.price-box span {
	display: inline-block;
	width: 100%
}

.price-box span.amount {
	font-weight: 800;
	font-size: 22px;
	color: #00AFEF
}

.price-heading>span {
	width: 100%;
	display: inline-block;
	color: #0098DA
}

.price-box span.time {
	font-size: 14px;
	font-weight: 600
}

.sngl-price h2 {
	color: #00AFEF;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 800
}

.price-heading {
	background: #fff none repeat scroll 0 0;
	padding: 60px 0 30px;
	margin-bottom: 16px
}

.price-heading.price-bg h2,
.price-heading.price-bg span {
	color: #fff;
	position: relative
}

.price-heading h2 {
	color: #0098DA;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	margin-top: 20px
}

.sngl-price {
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 44px 0 rgba(0, 0, 0, .03)
}

.pakage-icon i {
	background: #00AFEF none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	position: absolute;
	top: -34px;
	transform: translateX(-50%);
	width: 80px
}

.sngl-price h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0
}

.sngl-price h1 span {
	font-size: 18px;
	color: #fff
}

.sngl-price ul li {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	text-decoration: line-through;
	color: #c7c7c7
}

.sngl-price ul li.active {
	text-decoration: none;
	color: gray
}

.sngl-price ul li:first-child {
	border-top: 0
}

.snglPrice-lrnMore {
	padding: 30px 0
}

.btn.price_btn {
	background: 0 0;
	border-radius: 0;
	font-size: 14px;
	padding: 10px 24px;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	border: 1px solid #00AFEF;
	overflow: hidden;
	font-weight: 600;
	border-radius: 4px;
	color: #00AFEF
}

.btn.price_btn::before {
	position: absolute;
	content: "";
	background: #00AFEF;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all .4s ease 0s;
	top: 0;
	left: 0;
	border-radius: 0;
	transform: scale(0)
}

.sngl-price:hover .btn.price_btn::before {
	transition: all .4s ease-in-out 0s;
	transform: scale(1)
}

.sngl-price:hover .btn.price_btn {
	color: #fff
}

.simplefilter {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%
}

.shorttitle {
	display: none
}

.simplefilter li {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: capitalize;
	background: #00AFEF;
	margin: 0 5px;
	border-radius: 4px
}

.simplefilter li:hover {
	transition: all .5s ease-out 0s;
	background: #00AFEF;
	color: #fff
}

.simplefilter li.active {
	background: #0098DA;
	color: #fff;
	position: relative
}

.simplefilter li.active:hover {
	transition: all .5s ease-out 0s;
	background: #0098DA;
	color: #fff
}

.gallery-item {
	position: relative;
	overflow: hidden
}

.gallery-item:hover .gallery-button h2 a {
	top: 0;
	transition: all .4s ease 0s
}

.gallery-button h2 a {
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	top: -100px;
	position: relative;
	transition: all .4s ease 0s
}

.gallery-button a i {
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 100%;
	line-height: 60px
}

.project-gallery .inner {
	width: 25%;
	display: inline-block
}

.gallery-area .filtr-item {
	padding: 0
}

.gallery-sec .simplefilter li.active {
	color: #fff;
	background: #0098DA
}

.gallery-item:hover .project-project-gallery-overlay {
	visibility: visible;
	opacity: 1;
	transition: all .4s ease 0s
}

.gallery-item:hover .gallery-button a i {
	bottom: 0;
	transition: all .4s ease 0s
}

.project-project-gallery-overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(12, 177, 246, .95);
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease 0s
}

.project-gallery-overlay-text {
	text-align: center
}

.project-gallery-overlay-text {
	transform: translateY(-50%);
	top: 50%;
	position: relative
}

.project-gallery-overlay-text .gallery-button a i {
	color: #fff;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 4px;
	line-height: 50px;
	bottom: -140px;
	position: relative;
	transition: all .4s ease 0s
}

.project-gallery-overlay-text .gallery-button a i:hover {
	background: #0098DA;
	color: #fff;
	border-color: #0098DA;
	transition: all .4s ease 0s
}

.nav-page {
	text-align: center;
	margin-top: 20px
}

.nav-page ul li {
	display: inline-block
}

.nav-page ul li a:hover {
	color: #ffc300
}

.nav-page li.active a {
	color: #ffc300
}

.gallery-load-more-btn {
	text-align: center;
	margin-top: 40px
}

.gallery-load-more-btn a {
	background: #00AFEF;
	padding: 12px 26px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	border-radius: 4px
}

.details-text img {
	margin-bottom: 20px
}

.details-text h2 a,
.project-details-info h2 {
	color: #fff;
	font-size: 28px;
	text-transform: capitalize;
	border-bottom: 1px solid #fff;
	padding-bottom: 14px
}

.details-text h2,
.related-project h2 {
	font-size: 22px;
	text-transform: capitalize
}

.project-details-info ul li {
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	padding: 6px 0
}

.project-details-info ul li span {
	float: right
}

.project-details-info {
	padding: 50px 40px;
	background: #fafafa
}

.service-details-img img {
	width: 100%
}

.details-text h2,
.related-project h2 {
	font-size: 22px;
	text-transform: capitalize
}

.project-details-info ul li {
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	padding: 6px 0;
	color: #fff
}

.project-details-info ul li span {
	float: right
}

.project-details-info {
	padding: 50px 40px;
	background: #00AFEF
}

.service-details h2 a,
.service-details-text h2,
.contact-field.service-details h2,
.brochures h2 {
	color: #0098DA;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize
}

.service-details-text {
	margin-top: 40px
}

.service-details ul li {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	position: relative
}

.service-details ul li:before {
	content: "\f101";
	font-family: fontawesome;
	left: 0;
	top: 0;
	position: relative;
	color: #fff;
	padding-right: 10px
}

.appoitment-sec {
	margin-top: 25px
}

.brochures li:first-child::before {
	content: "\f1c1";
	font-family: fontawesome;
	left: 0;
	top: 0;
	position: relative;
	color: #fff;
	padding-right: 10px
}

.brochures li:last-child::before {
	content: "\f0f6";
	font-family: fontawesome;
	left: 0;
	top: 0;
	position: relative;
	color: #fff;
	padding-right: 10px
}

.brochures li {
	display: inline-block;
	width: 100%;
	padding: 10px 26px;
	position: relative;
	background: #00AFEF;
	margin-bottom: 5px;
	border-radius: 4px
}

.brochures li a {
	color: #fff;
	font-weight: 600;
	font-size: 14px
}

.brochures li:hover {
	background: #00AFEF
}

.brochures li:hover a {
	color: #fff
}

.brochures li:hover::before {
	color: #fff
}

.brochures li:hover i {
	color: #fff
}

.brochures li a span {
	float: right;
	color: #fff
}

.count-up-sec {
	background: #0098DA none repeat scroll 0 0;
	padding: 76px 0;
	background-image: url(../img/count_up_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed
}

.count-up-sec-overlay {
	background-color: rgba(12, 177, 246, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.counting_sl {
	text-align: center
}

.countup-icon {
	display: inline-block;
	height: 70px;
	margin-bottom: 16px;
	text-align: center;
	width: 70px
}

.counting_sl h2 {
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 15px;
}

.counting_sl i {
	color: #fff;
	font-size: 68px;
}

.counting_sl h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
}

.faq-free-consult-sec {
	overflow: hidden;
	position: relative
}

.faq-free-consult-sec::before {
	position: absolute;
	content: "";
	background: #0098DA;
	width: 5000px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2
}

.about-us-contact {
	position: relative;
	background: #fff
}

.about-us-contact .contact-field {
	border: 1px solid #ddd;
	padding: 35px
}

.about-us-contact-title {
	position: relative
}

.contact-title-border {
	width: 1px;
	height: 10px;
	display: inline-block;
	background: #fff;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px
}

.about-us-contact .contact-field input,
.about-us-contact .single-input-field textarea {
	border-color: #ddd
}

.about-us-contact-title h1 {
	display: inline-block;
	width: 100%;
	background: #00AFEF;
	color: #fff;
	text-align: center;
	padding: 50px 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 30px;
	position: relative;
	margin-bottom: -1px
}

.about-us-contact .contact-field input[type=submit] {
	background: #00AFEF none repeat scroll 0 0;
	border: 1px solid #00AFEF;
	border-radius: 100px
}

.faq-sec .sec-title {
	text-align: left;
	margin-bottom: 30px;
	margin: 0
}

.faq-sec .panel-title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600px
}

.faq-sec .panel-content {
	padding: 0 20px 20px;
	color: gray
}

.faq-img {
	display: inline-block;
	width: 100%
}

.faq-img img {
	width: 100%
}

.faq-sec .panel-heading {
	margin-bottom: 0;
	padding: 20px;
	border: 1px solid #edf2f6;
	border-radius: 0;
	margin-bottom: 10px
}

.faq-sec .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px transparent
}

.faq-sec .panel-heading a {
	color: #282828;
	display: inline-block;
	font-size: 18px;
	width: 100%;
	font-weight: 600
}

.faq-sec .panel-title a:before {
	float: right!important;
	font-family: FontAwesome;
	content: "\f106";
	color: gray
}

.faq-sec .panel-title a.collapsed:before {
	float: right!important;
	content: "\f107";
	color: gray
}

.faq-sec .panel-title>a:hover,
.faq-sec .panel-title>a:active,
.faq-sec .panel-title>a:focus {
	text-decoration: none;
	color: gray
}

.faq-sec .sec-title {
	margin-bottom: 50px
}

.faq-section {
	background-color: #fff;
	
	overflow: hidden
}

.faq-sec .sec-title {
	margin: 0;
	text-align: left;
	margin-bottom: 40px
}

.faq-sec .sec-title p{
	font-size: 14px;
}

.faq-sec {
	padding: 100px 0 50px 50px;
	position: relative;
	z-index: 2
}
.faq-section .map-img {
	padding: 100px 0 50px 0px;
}

.faq-sec::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	left: -15px;
	width: 5000px;
	z-index: -1
}

.faq-single {
	margin: 20px 0
}

.faq-single .icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	font-size: 50px;
	color: #00AFEF
}

.faq-single .media-body h2 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: capitalize
}


.faq-single .media-body ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.faq-single .media-body ul li{
	font-size: 14px;
	color: #666;
	line-height: 23px;
}

.consulting-form-sec {
	background-color: #fff;
	background-image: url(../img/consult_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden
}

.consulting-form::before {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 5000px;
	z-index: -9;
	right: -15px
}

.consulting-form {
	color: #fff;
	display: inline-block;
	padding: 50px 50px 80px 0;
	position: relative;
	text-align: left;
	z-index: 9;
	width: 100%
}

.consulting-form>h1 {
	font-size: 36px;
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 40px
}

.consulting-form input[type=text],
.consulting-form input[type=email] {
	background: 0 0;
	border: 1px solid #ededed;
	padding: 10px;
	color: gray;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
	text-transform: capitalize
}

.consulting-form textarea {
	background: 0 0;
	border: 1px solid #ededed;
	padding: 10px;
	color: gray;
	width: 100%;
	height: 124px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
	text-transform: capitalize
}

.consulting-form input[type=submit] {
	background: #00AFEF;
	color: #fff;
	font-weight: 700;
	padding: 12px 30px;
	text-transform: capitalize;
	border-radius: 4px;
	margin-top: 20px
}

.consulting-form .col-md-6 {
	margin-bottom: 20px
}

.consulting-form input[type=text]::-webkit-input-placeholder {
	color: gray;
	opacity: 1
}

.consulting-form input[type=email]::-webkit-input-placeholder {
	color: gray;
	opacity: 1
}

.consulting-form textarea::-webkit-input-placeholder {
	color: gray;
	opacity: 1
}

.consulting-form option::-webkit-input-placeholder {
	color: gray;
	opacity: 1
}

.consulting-form input[type=text]::-moz-placeholder {
	color: gray;
	opacity: 1
}

.consulting-form input[type=email]::-moz-placeholder {
	color: gray;
	opacity: 1
}

.consulting-form textarea::-moz-placeholder {
	color: gray;
	opacity: 1
}

.consulting-form option::-moz-placeholder {
	color: gray;
	opacity: 1
}

.sngl-blg {
	margin-bottom: 30px
}

.sngl-blg:hover .sngl-blg-img:before {
	width: 100%;
	height: 100%;
	transition: all .5s ease-out
}

.sngl-blg-img {
	position: relative
}

.sngl-blg-dsc {
	padding: 20px;
	margin-top: 24px
}

.block-qoute {
	border-bottom: 1px solid #f3f1f1;
	border-top: 1px solid #f3f1f1;
	padding: 10px;
	text-align: center;
	margin: 40px 0
}

.block-qoute p {
	color: #61bd12;
	font-style: italic
}

.sngl-blg-dsc .btn.rdmoreBtn {
	padding-left: 0
}

.blog-meta li i {
	margin-right: 5px;
	font-weight: 600
}

.sngl-blg-img::before {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	left: 0;
	background: rgba(12, 177, 246, .65);
	transition: all .5s ease-out;
	bottom: 0;
	right: 0
}

.sngl-blg-img img {
	width: 100%
}

.blg-title {
	font-size: 20px;
	text-transform: capitalize;
	line-height: 30px
}

.blg-title a:hover {
	color: #00AFEF
}

.blog-metac ul {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px
}

.blog-meta {
	position: absolute;
	bottom: -20px;
	background: #00AFEF;
	padding: 10px;
	border-radius: 4px;
	left: 20px
}

.blog-meta li {
	color: #f2f2f2;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px
}

.rdmoreBtn {
	color: #00AFEF;
	font-weight: 600
}

.rdmoreBtn i {
	font-weight: 600;
	position: relative;
	top: 0
}

.single-blog .sngl-blg-dsc {
	padding: 0;
	border: 0
}

.single-blog .sngl-blg-img {
	margin-bottom: 20px
}

.single-blog {
	margin-bottom: 40px
}

.blog-img img {
	width: 100%
}

.blog-meta-data h2 {
	margin-bottom: 10px
}

.blog-meta-data h2 a {
	font-size: 24px
}

.blog-meta-data h2 a:hover {
	color: #00AFEF
}

.blog-meta-data {
	font-size: 16px;
	color: #282828;
	text-transform: capitalize;
	font-weight: 500
}

.blog-meta-data span {
	color: #00AFEF
}

.blog-meta-data {
	margin-bottom: 15px
}

.single-blog p {
	margin-bottom: 20px
}

.blog-img {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden
}

.blog-img img {
	transform: scale(1);
	transition: all .4s ease 0s
}

.single-blog:hover .blog-img img {
	transform: scale(1.2);
	transition: all .4s ease 0s
}

.single-blog p a {
	border-bottom: 1px solid #ababab;
	color: #3e3e3e
}

.single-blog p a:hover {
	color: #00AFEF
}

.single-blog:hover a.blog-readmore {
	background: #00AFEF;
	color: #fff
}

.blog-page .single-blog {
	margin-bottom: 50px
}

.blog-img .vedio-button {
	width: 70px;
	height: 70px
}

.blog-img .vedio-button a {
	background: #00AFEF;
	line-height: 70px;
	color: #fff
}

.blog-readmore {
	display: inline-block;
	padding: 12px 28px;
	color: #00AFEF;
	text-transform: capitalize;
	font-weight: 600;
	border-radius: 4px;
	border: 1px solid #00AFEF
}

.post-meta li {
	color: #969595;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px
}

.post-meta li i {
	margin-right: 5px
}

.blog-widget-title {
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px
}

.blog-widget-title::before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #969595;
	width: 50px;
	bottom: 0;
	left: 0
}

.blog-widget-title span {
	color: #969595
}

.project-widget-text {
	position: relative
}

.project-widget-overlay {
	background-color: rgba(1, 47, 92, .9);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	padding: 40px 30px
}

.project-widget img {
	width: 100%
}

.project-widget-overlay h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px
}

.project-widget-overlay span {
	display: inline-block;
	width: 100%;
	color: #fff
}

.project-widget a {
	display: inline-block;
	width: 100%;
	padding: 20px;
	color: #fff;
	background: #161616
}

.project-cat {
	margin: 40px 0
}

.project-cat li {
	display: inline-block;
	width: 100%
}

.project-cat li a {
	display: inline-block;
	background: #f8f8f8;
	padding: 20px;
	text-transform: capitalize;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	color: #0a0a0a;
	border-bottom: 2px solid #f8f8f8
}

.gmap-widget img {
	width: 100%
}

.search-field,
.contact-info-widget {
	margin-bottom: 40px;
	background: #fafafa;
	padding: 50px 36px
}

.search-field form {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden
}

.search-field input[type=text] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d7dad9;
	padding: 14px 54px 14px 14px;
	width: 100%
}

.search-field button {
	color: #fff;
	padding: 16px 20px;
	position: absolute;
	right: 0;
	top: 0;
	background: #00AFEF;
	font-size: 18px
}

.archive-widget {
	margin-bottom: 40px;
	background: #fafafa;
	padding: 50px 36px
}

.archive-widget li {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #ddd
}

.archive-widget li::before {
	content: "\ea79";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: IcoFont!important;
	transition: all .4s ease 0s
}

.archive-widget li a {
	color: #3e3e3e;
	text-transform: capitalize;
	padding-left: 30px
}

.archive-widget li a:hover {
	color: #00AFEF
}

.archive-widget li:hover:before {
	color: #00AFEF;
	transition: all .4s ease 0s
}

.archive-widget li a span {
	float: right
}

.widget-recent-post {
	margin-bottom: 40px;
	background: #fafafa;
	padding: 50px 36px
}

.tab-widget {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px
}

.tab-widget li {
	display: inline-block
}

.tab-widget li.active a {
	color: #fff;
	background: #0098DA
}

.tab-widget li a {
	background: #00AFEF;
	padding: 14px;
	display: inline-block
}

.recent-post-desc li {
	display: inline-block;
	margin-right: 10px
}

.recent-post-desc li a {
	font-weight: 300;
	text-transform: capitalize;
	color: #0098DA
}

.recent-post-thumb {
	float: left;
	margin-right: 25px;
	position: relative
}

.recent-post-widget:hover .recent-post-thumb-overlay a {
	transform: scale(1);
	transition: all .4s ease 0s
}

.recent-post-thumb-overlay a {
	position: absolute;
	left: 5px;
	top: 5px;
	transform: scale(0);
	transition: all .4s ease 0s
}

.recent-post-widget:hover .recent-post-thumb-overlay {
	visibility: visible;
	transition: all .4s ease 0s;
	height: 100%
}

.recent-post-thumb-overlay {
	position: absolute;
	height: 0%;
	width: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	transition: all .4s ease 0s;
	background-color: rgba(12, 177, 246, .95)
}

.recent-post-desc h3 {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 24px
}

.recent-post-desc h3 a {
	color: #333
}

.recent-post-desc a:hover {
	transition: all .4s ease-in-out 0s;
	color: #0098DA
}

.widget-tag {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	background: #fafafa;
	padding: 50px 36px
}

.widget-tag li a:hover {
	transition: all .4s ease-in-out 0s;
	color: #0098DA!important
}

.widget-tag a {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px 16px;
	font-weight: 600;
	border: 1px solid #dddd;
	border-radius: 4px
}

.widget-tag li a:hover {
	background: #00AFEF;
	border-color: #00AFEF;
	color: #fff!important
}

.widget-tag li:first-child a {
	background: #00AFEF;
	border-color: #00AFEF;
	color: #fff!important
}

.project-feedbac-inner {
	background: #fafafa;
	padding: 70px 20px;
	margin-top: 40px;
	position: relative;
	margin-bottom: 40px
}

.project-feedbac-inner::before {
	color: #00AFEF;
	content: "";
	font-family: fontawesome;
	font-size: 30px;
	left: 20px;
	position: absolute;
	top: 35px;
	z-index: 2
}

.blog-details-colmn {
	margin-bottom: 30px
}

.blog-details-colmn img {
	width: 100%
}

.share-title {
	text-transform: capitalize;
	font-size: 18px;
	color: #3e3e3e;
	margin-right: 10px
}

.share-social-link {
	margin-top: 40px
}

.share-social-link ul {
	display: inline-block
}

.share-social-link ul li {
	display: inline-block;
	margin-right: 10px
}

.share-social-link ul li a {
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 30px
}

.share-social-link ul li a:hover {
	color: #fff;
	background: #00AFEF;
	border-color: #00AFEF
}

.comment-list {
	border: 1px solid #fafafa;
	font-size: 18px;
	padding: 14px;
	text-align: center
}

.comment-list h5 {
	margin-bottom: 0
}

.commenter-photo {
	float: left;
	margin-right: 20px;
	width: 110px;
	border-radius: 100%;
	height: 110px
}

.comment-author {
	margin-bottom: 6px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700
}

.comment-author-designation {
	font-size: 14px;
	color: #858484;
	font-style: italic
}

.comment-time {
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	color: #0098DA;
	letter-spacing: 2px
}

.commentar-sec .media.mt-3 {
	margin-top: 70px
}

.post-commnet-title {
	margin-right: 14px
}

.commentar-sec h2 {
	margin-top: 50px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 50px;
	font-size: 24px;
	color: #0098DA
}

.comment-title-icon {
	margin-right: 10px
}

.commentar-sec.author {
	position: relative
}

.commentar-sec.author .media-body {
	padding-left: 100px
}

.commentar-sec.author .media {
	background: #fafafa none repeat scroll 0 0;
	border-radius: 30px;
	padding: 30px 0;
	margin-left: 20px
}

.author-thumb {
	border-radius: 100%;
	float: left;
	height: 100px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 70px;
	width: 100px
}

.author-thumb img {
	height: 100%;
	width: 100%
}

.commentar-meta {
	position: relative;
	margin-bottom: 10px
}

.replay-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-weight: 600;
	color: #00AFEF;
	border-bottom: 1px solid
}

.comment-reply-title {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 26px
}

.comment-field {
	margin-top: 50px
}

#commentform input[type=text] {
	padding: 14px 22px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #ddd;
	color: #777;
	font-weight: 400;
	border-radius: 4px
}

#commentform textarea {
	resize: vertical;
	width: 100%;
	font-size: 16px;
	border: 1px solid #ddd;
	color: #777;
	padding: 26px 22px
}

#commentform input#submit {
	padding: 12px 26px;
	display: inline-block;
	background: #00AFEF;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	border: 1px solid #00AFEF;
	transition: all .4s ease 0s;
	border-radius: 4px
}

#commentform input#submit:hover {
	background: 0 0;
	border-color: #00AFEF;
	transition: all .4s ease 0s;
	color: #00AFEF
}

#commentform p {
	margin-bottom: 30px
}

#commentform input:focus,
#commentform textarea:focus {
	outline: none!important;
	border-color: #fff3ba;
	transition: all .4s ease 0s
}

.testimonial-sec {
	background: #fafafa
}

.testimonial-text span {
	color: #00AFEF;
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400
}

.testimonial-text>h1 {
	font-size: 26px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 37px
}

.testimonial-text a {
	background: #00AFEF none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 14px 26px;
	text-transform: capitalize;
	border-radius: 4px
}

.no-padding {
	padding: 0
}

.all-testimonial.owl-carousel .owl-item img {
	border-radius: 100%
}

.all-testimonial .owl-controls {
	bottom: -30px;
	position: absolute;
	text-align: center;
	width: 100%
}

.all-testimonial .owl-controls .owl-buttons div {
	background: 0 0;
	opacity: 1
}

.client-info {
	display: inline-block;
	margin-top: 10px
}

.client-thumb {
	border-radius: 100%;
	height: 60px;
	margin-right: 20px;
	width: 60px;
	float: left
}

.sngl-client {
	border: 1px solid #fafafa;
	margin-bottom: 30px;
	text-align: center;
	margin: 5px
}

.single-testimonial {
	display: inline-block;
	margin-bottom: 40px;
	padding: 0 10px;
	width: 100%
}

.clinet-inner {
	margin-top: 20px
}

.client-info h2 {
	color: #292929;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-weight: 600
}

.client-info span {
	color: #999;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase
}

.client-comment span::before {
	height: 1px;
	background: #4cc700;
	width: 40px;
	content: "";
	position: absolute;
	bottom: 0
}

.client-comment {
	background: #fff none repeat scroll 0 0;
	margin-top: 30px;
	padding: 40px 20px 20px 30px;
	position: relative;
	font-style: italic
}

.client-comment::after {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 16px solid #fff;
	content: "";
	height: 0;
	left: 12px;
	position: absolute;
	width: 0;
	transform: rotate(0);
	bottom: -16px
}

.client-comment::before {
	color: #00AFEF;
	content: "";
	font-family: fontawesome;
	font-size: 27px;
	left: 20px;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	right: 0;
	font-style: normal
}

.client-reviews {
	margin-bottom: 10px
}

.client-reviews i {
	color: #f2b827
}

.client-comment>ul {
	padding-bottom: 15px
}

.client-comment li {
	display: inline-block
}

.client-sec .owl-controls {
	display: none
}

.all-testimonial.owl-theme .owl-dots .owl-dot {
	height: 3px;
	margin: 5px;
	width: 16px;
	display: inline-block;
	background: #0098DA;
	transition: all .4s ease 0s
}

.all-testimonial.owl-carousel.owl-theme .owl-dot.active {
	background: #00AFEF;
	width: 18px;
	transition: all .4s ease 0s
}

.pagehding-sec {
	background-image: url(../img/page_hd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 80px;
	padding-top: 80px;
	position: relative;
	background-size: cover
}

.page-heading h1 {
    font-size: 36px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.breadcrumb-list {
	text-align: left
}

.breadcrumb-list ul{
	margin-left: -12px;
}

.breadcrumb-list li {
	display: inline-block;
	position: relative;
	padding: 0 14px
}

.breadcrumb-list li a {
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
}

.breadcrumb-list li:last-child a {
	color: #00AFEF
}

.breadcrumb-list li::before {
	content: "\f101 ";
	position: absolute;
	right: -8px;
	font-size: 16px;
	color: #fff;
	font-family: fontawesome
}

.breadcrumb-list li:last-child::before {
	display: none
}

.breadcrumb-list li:last-child::before {
	display: none
}

.team-member {
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: all .4s ease-in-out 0s;
	z-index: 2;
	border-radius: 10px
}


.team-member:hover .team-overlay {
	visibility: visible;
	transition: all .4s ease-in-out 0s;
	-moz-opacity: .75;
	opacity: .75;
	top: 0;
	background: #00AFEF
}

.team-member:hover.team-member h2 {
	color: #00AFEF;
	transition: all .4s ease-in-out 0s
}

.team-member:hover .team-thumb {
	transition: all .4s ease-in-out 0s
}


.team-sec .team_img{
	border-radius: 30px;
}

.team-thumb {
	position: relative;
	overflow: hidden;
	transition: all .4s ease-in-out 0s;
	border-radius: 100%
}

.team-overlay {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	top: 100%;
	background: #00AFEF;
	filter: alpha(opacity=75);
	visibility: hidden;
	transition: all .4s ease-in-out 0s
}

.team-overlay ul {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%)
}

.team-member img {
	width: 80%;
	border-radius: 100%
}

.team-member h2 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	transition: all .4s ease-in-out 0s
}

.team-member h3 {
    font-size: 16px;
    text-transform: capitalize;
    transition: all .4s ease-in-out 0s;
    color: #00AFEF;
}

.team-member h4 {
    font-size: 14px;
    text-transform: capitalize;
    transition: all .4s ease-in-out 0s;
    color: #666;
}

.team-overlay li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 30px
}

.team-overlay li {
	transition: .6s;
	-webkit-transition: .3s;
	-khtml-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	display: inline-block;
	text-align: left;
	padding: 5px 0
}

.team-member:hover .team-overlay li {
	transform: translateY(0px)
}

.team-overlay li:nth-child(1) {
	transform: translateY(20px);
	transition-delay: .1s
}

.team-overlay li:nth-child(2) {
	transform: translateY(40px);
	transition-delay: .2s
}

.team-overlay li:nth-child(3) {
	transform: translateY(60px);
	transition-delay: .3s
}

.team-overlay li:nth-child(4) {
	transform: translateY(80px);
	transition-delay: .4s
}

.team-overlay li:nth-child(5) {
	transform: translateY(100px);
	transition-delay: .5s
}

.team-member li i {
	color: #fff
}

.testimonial-text.expert-team {
	position: relative;
	padding-bottom: 70px
}

.testimonial-text.expert-team::before {
	position: absolute;
	content: "";
	background-image: url(../img/team_sec_bg.html);
	width: 100%;
	height: 100%;
	top: 0;
	left: -165px;
	background-repeat: no-repeat;
	z-index: -1
}

.faq-id {
	float: left;
	width: 60px;
	margin-top: 7px
}

.faq-id span {
	color: #00AFEF;
	font-size: 36px;
	font-family: poppins, sans-serif;
	font-weight: 700
}

.faq-title h2 {
	color: #0098DA;
	font-size: 20px;
	line-height: 30px;
	padding-left: 60px
}

.single-faq {
	margin-bottom: 30px
}

.contact-info-icon {
	margin-bottom: 14px
}

.contact-page-sec .contact-field h2 {
    color: #0098DA;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
}

.contact-field .col-md-6.col-sm-6.col-xs-12 {
	padding-left: 0
}

.contact-field.contact-form input {
	margin-bottom: 5px
}

.contact-field.contact-form textarea {
	height: 110px
}

.contact-field.contact-form input[type=submit] {
	background: #00AFEF;
	width: 150px;
	border-color: #00AFEF
}

.contact-info-icon i {
	font-size: 30px;
	color: #00AFEF
}

.contact-info-text {
	margin-bottom: 40px
}

.contact-info-text h2 {
	color: #0098DA;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px
}

.contact-info-text span {
	color: #999;
	font-size: 16px;
	display: inline-block;
	width: 100%
}

.contact-field input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    color: #999;
    font-size: 13px;
}

.contact-field select {
	width: 100%;
	border: 1px solid #f0f0f0;
	padding: 12px 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #999
}

.contact-field .select-arrow::before {
	top: 15px;
	color: #999
}

.contact-field .message-input {
	display: inline-block;
	width: 100%;
	padding-left: 0
}

.single-input-field textarea {
	border: 1px solid #f0f0f0;
	width: 100%;
	height: 120px;
	padding: 10px
}

.single-input-fieldsbtn input[type=submit] {
	background: #00AFEF none repeat scroll 0 0;
	border: 1px solid #00AFEF;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 26px;
	text-transform: capitalize;
	width: 150px;
	margin-top: 20px;
	font-size: 16px;
	border-radius: 4px
}

.single-input-fieldsbtn input[type=submit]:hover {
	background: #00AFEF;
	transition: all .4s ease-in-out 0s;
	border-color: #00AFEF
}

.contact-field {
	display: inline-block;
	width: 100%
}

.single-input-field h4 {
	color: #464646;
	text-transform: capitalize;
	font-size: 14px
}

.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px
}

.contact-page-map {
	width: 100%;
	height: 350px;
	margin-bottom: 70px
}

.call-to-action-sec {
	background-color: #fff;
	background-image: url(../img/call_to_action_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 70px 0;
	background-attachment: fixed
}

.call-to-action-overlay {
	background-color: rgba(12, 177, 246, .95);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.call-to-action-text {
	text-align: center
}

.call-to-action-text h2 span {
	color: #fff;
	border-bottom: 1px solid #ffff;
	font-weight: 600
}

.call-to-action-text {
	color: #fff
}

.call-to-action-text p {
	margin-bottom: 0
}

.call-to-action-text h2 {
	color: #fff;
	text-transform: capitalize!important;
	font-size: 30px;
	margin-bottom: 0;
	font-weight: 500
}

.call-to-action-text a.btn {
	background: #fff none repeat scroll 0 0;
	color: #00AFEF;
	float: right;
	font-weight: 700;
	padding: 14px 32px;
	text-transform: uppercase;
	margin-top: 10px;
	border-radius: 4px
}

.call-to-action-text a.btn:hover {
	background: #fff;
	transition: all .4s ease-in-out 0s;
	color: #00AFEF
}

.error-page-content {
	text-align: center;
	padding: 0 50px
}

.error-page-content h1 {
	color: #0098DA;
	font-weight: 700;
	font-size: 60px;
	text-align: center
}

.error-page-content h2 {
	text-transform: capitalize
}

.error-page-content>a {
	color: #fff;
	font-weight: 600;
	background: #00AFEF;
	padding: 12px 34px;
	display: inline-block;
	margin-top: 20px;
	border-radius: 30px
}

.error-page-content ul li {
	display: inline-block;
	width: 100%;
	padding: 4px 0;
	position: relative
}

.error-page-content ul li::before {
	content: "\f101";
	font-family: fontawesome;
	left: 0;
	top: 0;
	position: relative;
	color: #00AFEF;
	padding-right: 10px
}

footer.footer {
	background-image: url(../img/footer_bg.jpg);
	background-size: cover;
}

.footer-sec {
	padding-top: 70px;
	position: relative;
	padding-bottom: 40px;
	overflow: hidden
}

.footer-intro-box {
	position: absolute;
	width: 100%;
	top: 0
}

.footer-intro {
	text-align: center;
	position: relative;
	z-index: 1
}

.footer-intro span {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	display: inline;
	position: relative;
	z-index: 2;
	padding: 0 30px;
	display: inline-block
}



.footer-sec h2 {
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700
}

.footer-sec p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}


.footer-sec p a{
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
}

.footer-wedget-one img {
	margin-top: 20px
}

.footer-wedget-one i:hover {
	background: #00AFEF;
	color: #fff;
	border-color: #00AFEF;
	transition: all .4s ease-in-out 0s
}

.footer-wedget-one ul {
	margin-top: 15px
}

.footer-wedget-one form {
	background: #525459 none repeat scroll 0 0;
	margin-top: 35px;
	position: relative;
	border-radius: 4px;
	overflow: hidden
}

.footer-wedget-one input[type=email] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #292929;
	padding: 10px 58px 10px 10px;
	text-transform: capitalize;
	width: 100%
}

.footer-wedget-one button {
	background: #00AFEF none repeat scroll 0 0;
	color: #fff;
	padding: 11px 20px;
	position: absolute;
	right: 0;
	top: 0
}

.footer-wedget-one button i {
	border: none;
	margin-right: 0;
	color: #fff
}

.footer-wedget-three li i {
	display: inline-block;
	margin-right: 10px
}

.ft-menu ul {
	padding: 0 20px
}

.ft-menu h2 {
	display: inline-block;
	text-align: left
}

.footer-wedget-three li {
	color: #ccc;
	font-size: 14px;
	padding: 10px
}

.footer-wedget-two li {
	display: inline-block
}

.footer-wedget-two li a {
	border: 1px solid #10385c;
	color: #fff;
	display: inline-block;
	margin: 8px 8px 8px 0;
	padding: 8px 10px;
	text-transform: capitalize;
	transition: all .4s ease-in-out 0s;
	background: 0 0;
	color: #f4f4f4
}

.footer-wedget-two li a:hover {
	transition: all .4s ease-in-out 0s;
	background: #00AFEF;
	color: #fff;
	border-color: #00AFEF
}

.footer-wedget-two li a i {
	margin-right: 10px
}

.footer-widget-menu li:before {
	content: "\f105";
	font-family: fontawesome;
	left: 0;
	top: 0;
	position: relative;
	color: #fff;
	padding-right: 10px;
	float: left;
}

.footer-widget-menu li {
	position: relative
}

.footer-widget-menu li a {
    color: #f4f4f4;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: flex;
    font-size: 14px;
}

.footer-widget-menu li a:hover {
	color: #ccc;
	transition: all .4s ease 0s
}

.footer-bottom-sec {
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-social {
	text-align: right
}

.footer-social ul li {
	display: inline-block
}

.footer-social ul li i {
	color: #fff;
	float: left;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
	text-align: center;
	width: 26px;
	transition: all .4s ease-in-out 0s;
	border-radius: 4px;
	background: #00AFEF
}

.footer-social ul li i:hover {
	background: #00AFEF
}

.copy-right {
	margin-top: 8px
}

.footer-bottom-sec p {
	color: #fff;
	margin: 0;
	text-align: left;
	font-size: 14px;
}

.copy-right span,
.copy-right span a {
	color: #fff
}

.footer-recent-inner .media {
	padding-bottom: 10px
}

.footer-recent-inner .media:last-child {
	border-bottom: 0
}

.footer-recent-inner {
	margin-bottom: 30px
}

.footer-recent-inner-img {
	width: 58px;
	height: 60px
}

.footer-recent-inner h2 {
	margin-bottom: 4px;
	padding-bottom: 0;
	text-transform: capitalize
}

.footer-recent-inner h2 a {
	color: #fff;
	font-size: 16px;
	font-weight: 600
}

.footer-recent-inner h2 a:hover {
	color: #00AFEF;
	transition: all .5s ease-out 0s
}

.footer-recent-inner span {
	color: #f4f4f4;
	font-size: 14px;
	text-transform: capitalize
}

.why-choose-thumb {
	position: relative
}

.why-choose-text {
	padding: 60px 25px 20px;
	background: #fff
}

.why-choose-inner {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden
}

.why-choose-text h2 a {
	font-size: 24px;
	text-transform: capitalize
}

.why-choose-inner:hover .why-choose-text h2 a {
	color: #00AFEF
}

.why-choose-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	line-height: 80px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -50px
}

.why-choose-icon img {
	width: 50px;
	height: 50px;
	display: inline-block
}



.call-to-action-sec{
	background-image: url(../img/action_bg.jpg);
	background-size: cover;
	padding: 40px 0 15px;
}

.call-to-action-sec p{
	margin-bottom: 20px;
}


.footer-sec ul.location {
    list-style: none;
    margin: 0;
    padding: 0;
}


.footer-sec ul.location li {
    line-height: 23px;
    margin-bottom: 10px;
    font-size: 14px;
    clear: both;
    color: #fff;
}

.footer-sec ul.location li i {
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    height: 30px;
    margin-top: 3px;
}


.footer-sec ul.location li a {
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footer-sec ul.location li a:hover {
    color: #ccc;
}





.core-values-sec {
	background: #0098DA none repeat scroll 0 0;
	padding: 76px 0;
	background-image: url(../img/count_up_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed
}

.core-values-sec-overlay {
	background-color: rgba(12, 177, 246, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}


.core-values-sec .sec-title {
	text-align: center;
	margin: 0 0px 50px
}

.core-values-sec .sec-title h1 {
	font-size: 36px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
	font-family: poppins, sans-serif
}

.core-values-sec .sec-title p {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.core-values-sec .values_box{
	background: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	height: 400px;
}


.core-values-sec .values_box img{
	width: 100px;
	margin-bottom: 15px;
}

.core-values-sec .values_box h3 {
	font-size: 18px;
	text-transform: capitalize;
	color: #0098DA;
	font-weight: 600;
	font-family: poppins, sans-serif;
	margin: 0 0 15px 0;
}

.core-values-sec .values_box p {
	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
}





.mission-vision-sec {
	padding: 50px 20px 50px 30px;
}


.mission-vision-sec h1 {
	text-transform: capitalize;
	font-size: 32px;
	line-height: 39px;
	margin-top: 10px;
}

.mission-vision-sec .sub-title {
	text-transform: uppercase;
	color: #00AFEF;
	font-weight: 600;
	margin-top: 20px;
	display: block;
}

.mission-vision-sec p {
	color: #848080;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}



.mission-vision-sec ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.mission-vision-sec ul li {
	color: #848080;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}


.mission-vision-sec ul li i{
	color: #00AFEF;
	font-size: 14px;
	float: left;
	line-height: 27px;
	margin-right: 5px;
	height: 30px;
}


.mission-vision-sec .certificate_img{width: 50%; float: right;}

.contact-page-sec{padding-top: 50px; padding-bottom: 50px;}

.contact-page-sec .contact_details {
    padding-left: 0px;
}

.contact-page-sec .contact_details h2 {
    color: #0098DA;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
}


.contact-page-sec .contact_details li {
    list-style-type: none;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}

.contact-page-sec .contact_details li i {
    color: #0098DA;
    font-size: 18px;
    padding-right: 10px;
    transform: translateY(2px);
    float: left;
    line-height: 23px;
    height: 10px;
    clear: both;
}

.contact-page-sec .contact_details li a {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.Infrastructure-sec h3{
	color: #0098DA;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    display: block;
}


.Infrastructure-sec ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.Infrastructure-sec ul li {
	color: #848080;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	clear: both;
}


.Infrastructure-sec ul li i{
	color: #00AFEF;
	font-size: 14px;
	float: left;
	line-height: 27px;
	margin-right: 5px;
	height: 30px;
}




.product-gallery-sec{background-color: #f2f2f2;}

.product-gallery-sec .sidebar-menu h3{
	background-color: #0098DA;
	color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 15px 15px;
    margin-bottom: 5px;
}


.product-gallery-sec .sidebar-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-gallery-sec .sidebar-menu ul li {
	padding: 0;
	margin-bottom: 5px;
	clear: both;
}

.product-gallery-sec .sidebar-menu ul li a.active{
	color: #fff;
	background-color: #0098DA;
	border-left: 4px solid #0098DA;
}

.product-gallery-sec .sidebar-menu ul li a{
	color: #666;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	background-color: #fff;
	display: block;
	padding: 15px 10px;
	border-left: 4px solid #0098DA;
}

.product-gallery-sec .sidebar-menu ul li:hover a{
	color: #fff;
	background-color: #0098DA;
	border-left: 4px solid #0098DA;
}


.product-gallery-sec .contact_product_page{
	margin-top: 40px;

}

.product-gallery-sec .contact_product_page h3{
	background-color: #0098DA;
	color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 15px 15px;
    margin-bottom: 5px;
}

.product-gallery-sec .contact_product_page ul{
	background-color: #fff;
	padding: 15px;
}

.product-gallery-sec .contact_product_page ul li {
    list-style-type: none;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}

.product-gallery-sec .contact_product_page ul li i {
    color: #0098DA;
    font-size: 18px;
    padding-right: 10px;
    transform: translateY(2px);
    float: left;
    line-height: 23px;
    height: 10px;
    clear: both;
}

.product-gallery-sec .contact_product_page ul li a {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.product-gallery-sec .contact_product_page ul li a:hover {
    color: #0098DA;
}



.gallery-area .gallery-container .gal .img_box {
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    margin-bottom: 18px;
}

.gallery-area .gallery-container .gal .img_box .caption {
    position:absolute;
    top:-100%;
    right:0;
    background:rgba(0, 152, 218, 0.8);
    width:100%;
    height:100%;
    padding:0%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery-area .gallery-container .gal .img_box:hover .caption {
    top:0%;
}

.gallery-area .gallery-container .gal .img_box .caption p{padding-top: 80px; text-align: center;}
.gallery-area .gallery-container .gal .img_box .caption p a.zoom_opt {
  background: #fff;
  color: #0098DA;
  font-size: 16px;
  border-radius: 50%;
  padding: 13px 16px;
}

.gallery-area .gallery-container .gal .img_box .caption h4 {
  color: #fff;
  font-size: 14px;
}


.product-gallery-sec .gal {
	-ms-column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.product-gallery-sec .gallery-area .gallery-container{height: auto !important;}


.modal-backdrop {
    z-index: 9999;
}

.modal {
    z-index: 99999;
}



#Enquiry-Form .modal-header h5.modal-title {
    color: #0098DA;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    float: left;
}


#Enquiry-Form .modal-header .close {
    margin-top: 4px;
}

#Enquiry-Form .close {
    color: #0098DA;
    opacity: 1;
}


#Enquiry-Form form textarea {
    font-size: 13px !important;
}


#Enquiry-Form input[type=submit] {
    background: #00AFEF none repeat scroll 0 0;
    border: 1px solid #00AFEF;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 8px 26px;
    text-transform: capitalize;
    width: 130px;
    margin-top: 20px;
    font-size: 15px;
    border-radius: 4px;
}

#Enquiry-Form input[type=submit]:hover {
    background: #0098DA none repeat scroll 0 0;
}


.product-gallery-sec .sidebar-menu{display: block !important;}
.product-gallery-sec .contact_product_page{display: block !important;}
.product-gallery-sec .sidebar-menu.sidebar-menu-responsive{display: none !important;}
.product-gallery-sec .contact_product_page.contact_product_responsive{display: none !important;}


.Infrastructure-sec table.table-machine{
	width: 100%;
	border: 1px solid #ddd;
}

.Infrastructure-sec table.table-machine th{
	border: 1px solid #ddd;
	color: #0098DA;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 8px;
}

.Infrastructure-sec table.table-machine td{
	border: 1px solid #ddd;
	color: #666;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 8px;
}





@media screen and (min-width:100px) and (max-width: 767px){

	.header-top {
	    display: none;
	}

	.mean-container .mean-nav {
	    background: #0098DA !important;
	}

	.mean-container .mean-nav ul li a {
	    border-top: 1px solid #fff !important;
	}

	.slider-text {
	    left: 0;
	}

	.counting_sl {
	    margin: 40px 0;
	    height: 150px;
	}

	.counting_sl h4 {
	    font-size: 15px !important;
	}

	.core-values-sec .values_box {
	    height: auto;
	    margin-bottom: 30px;
	}

	.core-values-sec {
	    padding: 46px 0 !important;
	}

	.mission-vision-sec ul li i {
	    float: none;
	    height: 0;
	}

	.mission-vision-sec .certificate_img {
	    width: 100%;
	}

	.product-gallery-sec .gal {
	    -ms-column-count: 1;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}

	.gallery-area{margin-top: 30px;}

	.page-heading h1 {
	    font-size: 23px !important;
	    text-align: center;
	}

	.infra-slider .all-slide .owl-item {
	    height: 260px;
	}

	.Infrastructure-sec ul li i {
	    float: none;
	    height: 0;
	}

	.breadcrumb-list ul {
	    margin-left: 0;
	}

	#preloader-status {
	    margin: -100px 0 0 -60px;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	}

	.contact-page-sec .contact-field h2 {
	    margin-top: 40px;
	}

	.product-gallery-sec .sidebar-menu{display: none;}
	.product-gallery-sec .contact_product_page{display: none;}
	.product-gallery-sec .sidebar-menu.sidebar-menu-responsive{display: block !important;}
	.product-gallery-sec .contact_product_page.contact_product_responsive{display: block !important;}

}