/* Global property */

@import url('css/fakeLoader.css');
* {
	margin:0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, ol, ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
a, a:hover {
	text-decoration: none;
}
input, textarea, select {
	outline:none;
}
body {
	font-family: 'Arial';
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
.fadeIn {
	animation-name: fadeIn;
}



/* Web Font Face link */

@font-face {
 font-family: 'Arial';
 src: local('Arial'), url('fonts/Arial.ttf') format('truetype');
}
 @font-face {
 font-family: 'Arial-Bold';
 src: local('Arial-Bold'), url('fonts/Arial-Bold.ttf') format('truetype');
}
 @font-face {
 font-family: 'ArialBold-Italic';
 src: local('ArialBold-Italic'), url('fonts/ArialBold-Italic.ttf') format('truetype');
}
 @font-face {
 font-family: 'Arial-Italic';
 src: local('Arial-Italic'), url('fonts/Arial-Italic.ttf') format('truetype');
}
 @font-face {
 font-family: 'Kepler-Std-Italic';
 src: local('Kepler-Std-Italic'), url('fonts/Kepler-Std-Italic.ttf') format('truetype');
}
.spinner6 {
}
.spinner6 div {
	display: none;
}
/* Nav style */	

header {
	background: #e8eded;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	position: relative;
}
.logo {
	padding:13px 0;
}
.head-right {
	float: right;
	margin-top: 10px;
}
.head-right ul li {
	float:left;
}
.head-right ul li i {
	background: #018f99;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
}
.head-right ul li a {
	display:inline-block;
	color:#23a38f;
	margin-right:20px;
}
.head-right ul li.free-quote a {
	border-radius: 3px;
	background: #f0563d;
	padding: 4px;
	color: #fff;
}
.main-nav .navbar-default {
	background: none;
	border: none;
	margin: 7px 0 0 0;
	float: right;
	min-height:inherit;
}
.main-nav .navbar-nav>li>a {
	font-size: 15px;
	text-transform: uppercase;
	color: #858585;
	transition: all ease-in-out 0.2s;
	padding: 13px 14px;
}
.main-nav .navbar-nav>li:last-child a {
}
.main-nav .navbar-default .navbar-nav>.active>a, .main-nav .navbar-default .navbar-nav>.active>a:focus, .main-nav .navbar-default .navbar-nav>.active>a:hover, .main-nav .navbar-default .navbar-nav>li>a:focus, .main-nav .navbar-default .navbar-nav>li>a:hover {
	transition: all ease-in-out 0.2s;
	color: #23a38f;
	background: #d4d8d8;
}
.main-nav .navbar-nav>li>.dropdown-menu {
	border: none;
	box-shadow: inherit;
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: 300px;
}
.main-nav .navbar-nav>li>.dropdown-menu>li>a, .main-nav .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
	text-transform: capitalize;
	color: #000;
	font-weight: normal;
	line-height: 40px;
	padding: 0 20px;
	transition: all ease-in-out 0.2s;
	background:#e8eded;
	border-bottom: 2px solid #ddd;
	transition: all ease-in-out 0.2s;
}
.main-nav .navbar-nav>li>.dropdown-menu>li>a:hover, .main-nav .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover {
	color: #fff;
	background: #3c7e86;
	transition: all ease-in-out 0.2s;
}
/* Banner section style */

.slider .carousel-caption {
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0;
}
.slider .carousel-control.left, .slider .carousel-control.right {
	background: none;
	top: 45%;
	bottom: 45%;
}
.slider .carousel-caption h2 {
	background: #3C7E86;
	width: 100%;
	padding: 16px 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-shadow: none;
}
.slider .carousel-control.left span, .slider .carousel-control.right span {
	display: block;
	background: #23a38f;
	opacity: 0;
	color: #fff;
	font-size: 32px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
	line-height: 50px;
	text-align: center;
	transition: all ease-in-out 0.2s;
}
.slider:hover .carousel-control.left span {
	opacity: .7;
	margin-left:60px;
	transition: all ease-in-out 0.2s;
}
.slider .carousel-control.right span {
	float: right;
}
.slider:hover .carousel-control.right span {
	opacity: .7;
	margin-right:60px;
	transition: all ease-in-out 0.2s;
}
/* Our Client Section Style ***/

.client-section, .technology-section {
	background: #ececec;
	padding: 25px 0 20px;
	text-align: center;
}
.our-clients h2, .technology-section h2 {
	color:#23a38f;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.our-clients .client-img, .technology-section .tech-img {
	height: 155px;
	vertical-align: middle;
	display: flex;
	justify-content:  center;
	align-items: center;
}
.our-clients .client-img img {
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	max-width: 100%;
}
.our-clients .client-img:hover, .technology-section .tech-img:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
/* Services Section Style ***/

.services-section {
	padding:15px 0;
}
.service-wrp h2, .testimonial-sec h2 {
	color:#23a38f;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}
.ser-item {
	margin:15px auto;
	border: 1px solid #ececec;
}

.ser-item .srv-img {
	overflow:hidden;
	position:relative;
}
.ser-item .srv-img:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.42);
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.ser-item .srv-img:hover:after {
	opacity: 1;
	transition: all ease-in-out 0.3s;
}
.ser-item .srv-img img {
	transition: all ease-in-out 0.3s;
}
.ser-item .srv-img:hover img {
	transform: scale(1.3);
	transition: all ease-in-out 0.3s;
}
.ser-item h3 a {
	color: #23a38f;
	text-align: center;
	display: block;
	font-size: 16px;
	padding: 15px 0;
	border-top: 1px solid #ececec;
}
/****** Testimonial Section style ***/

.testimonial-sec {
	padding:30px 0;
}
.testi-wrp .testi-item {
	text-align:center;
	
	margin: 0 auto;
}
.testi-wrp .testi-item p {
	font-family: "Kepler-Std-Italic";
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 30px;
	color: #3c3f41;
	letter-spacing: 0.25px;
	margin-bottom: 0.8em;
	margin-bottom:30px;
}
.testi-wrp .testi-item img {
	width: 190px;
	margin: 37px 0 30px 0;
	height: 57px;
	display: inline-block;
}
.testi-wrp .testi-item h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	text-transform: uppercase;
	font-family: 'Arial-Bold';
	line-height:30px;
}
.testi-wrp .testi-item span {
	color:#a1a4a6;
}
.testi-wrp .testi-item a {
	color: #ff7105;
}
.testi-product.owl-theme .owl-dots {
	position: absolute;
	top: 39%;
	left: -21%;
}
.testi-product.owl-theme .owl-dots .owl-dot {
	display:block;
}
.testi-product.owl-theme .owl-dots .owl-dot span {
	border-color:#ccd1d3;
}
/* footer style */

footer {
	background: #23a38f;
	color: #ffffff;
	font-size: 14px;
	padding: 30px 0 0 0;
}
footer .row .col-sm-3 {
	border-right: 1px solid #1c9884;
}
 footer .row .col-sm-3:nth-child(4) {
 border-right: none;
}
footer h3 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: capitalize;
}
footer ul.foot-links li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 19px;
	position: relative;
}
footer ul.foot-links li a, footer a {
	color:#fff;
}
footer ul.foot-links li:before {
	content: "\f058 ";
	font-family: FontAwesome;
	left: 0;
	margin-right: 10px;
	position: absolute;
	top: 0px;
}
footer strong, .contact-info strong {
	font-family: 'Arial-Bold';
	display: block;
	margin-bottom: 14px;
}
footer p {
	line-height: 20px;
}
footer form label {
	font-weight:normal;
	margin:7px 0 0 0;
}
footer form input[type=text], footer form input[type=email], footer form textarea {
	outline:none;
	background: #116e60;
	border: none;
	border-radius: 0;
	color: #ffffff;
	padding: 3px 10px;
	width: 100%;
}
footer form textarea {
	height: 80px;
}
footer form input[type=submit] {
	border: none;
	background: #116e60;
	text-transform: uppercase;
	width: auto;
	padding: 10px 20px;
	outline:none;
}
.dark-blue-bg {
	background: #3A7E87;
	color: #fff;

	text-align:center;
	padding:30px 0;
	margin-top:20px;
}
.dark-blue-bg h6 {
	font-size: 19px;
	text-transform:uppercase;
	line-height:30px;
}
.dark-blue-bg p {
	margin: 0;
}
.dark-blue-bg p a:hover {
	color:#23a38f;
}
/*** ABOUT PAGE STYLE START ******

***********************************/

.inner-page {
	padding: 30px 0;
}
.inner-page h1.current-page {
	background: url(images/title-bg.png) repeat-x left bottom;
	padding-bottom: 15px;
	color: #3c7e86;
	font-size: 30px;
	margin-bottom: 18px;
}
.page-content p {
	margin-bottom: 20px;
	line-height: 2;
	font-size: 15px;
}
.page-content ul.list1 li, .page-content ul.list3 li, ul.list1 li {
	line-height: 2;
	font-size: 15px;
	list-style-type: circle;
	list-style-position: inside;
}
.page-content ul.list2 li {
	line-height: 2;
	font-size: 15px;
	list-style-type: circle;
	list-style-position: inside;
	font-family: 'Arial-Bold';
	color: #3c7e86;
}
.page-content ul.list3 li strong {
	color: #3c7e86;
	font-family: 'Arial-Bold';
}
.mar-bot-20 li, .page-content ul.list1, .page-content ul.list2 {
	margin-bottom:20px;
}
.page-content ul.list1 li strong {
	font-family: 'Arial-Bold';
}
.page-content h6, .contact-info h3 {
	font-family: 'Arial-Bold';
	font-size: 18px;
	line-height: 2;
}
.page-content h5 {
	color: #3C7E86;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom:15px;
}
.page-content aside {
	width: 88%;
	float:right;
}
.page-content aside img {
	margin-bottom:20px;
}
.page-content aside ul.sidebar-menu li a, .page-content aside ul.sidebar-menu li span {
	display:block;
	background: #e8eded;
	list-style-type: none;
	padding: 13px;
	border-bottom: 1px solid #3c7e86;
	color:#23a38f;
	transition: all ease-in-out 0.3s;
}
.page-content aside ul.sidebar-menu li a:hover, .page-content aside ul.sidebar-menu li span:hover {
	background: #3c7e86;
	color: #fff;
	transition: all ease-in-out 0.3s;
}
.page-content a {
	color:#23a38f;
}
.page-content i {
	font-family: 'Arial-Italic';
	font-size: 18px;
	line-height: 2;
}
.page-content font {
	color: #d64c37;
	font-family: 'ArialBold-Italic';
	font-size: 12px;
	display: block;
	margin-bottom: 20px;
}
.contact-form form label {
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin: 10px 0 0 0;
}
.contact-form form input[type=text], .contact-form form input[type=email], .contact-form form textarea {
	outline: none;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0 0 0 5px;
	width: 80%;
}
.contact-form form textarea {
	height: 110px;
}
.contact-form form input[type=submit] {
	background: #F0563D;
	color: #FFF !important;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	border: none;
	padding: 15px 20px;
	letter-spacing: 2px;
	font-weight: bold;
	font-weight: normal;
	display: inline-block;
	position: relative;
	text-shadow: none;
}
.contact-form form input[type=submit]:hover {
	background:#1c9884;
}

/** Blog Page style **/
.bloge-page-sec{
	margin: 30px 0;
}
.blog-page{
	padding: 20px;
	border: 1px solid #e3e3e3;
	background: #f9f9f9;
	margin: 15px 0;
}
.blog-page p{
	    color: #383838;
	    line-height: 24px;
}
.blog-sidebar .widget{
	background: #f9f9f9;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #e3e3e3;
}
.blog-sidebar .widget h2, .blog-page h3 a{display:  block;font-size:  24px;color: #138271;margin-bottom: 8px;}
.blog-page h3 a{margin-bottom: 30px}
.publishedCntr{margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px solid #e3e3e3;font-size:  14px;color: #555;}
.publishedCntr i{
	color: #f0563d;
	margin: 0 10px;
}
.blog-page img{
	display:  block;
	max-width: 100%;
	margin: 0 auto 20px;
	height:  auto;
}
.blog-sidebar ul li{
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 0;
}
.blog-sidebar ul li a{
	text-decoration:  none;
	color: #383838;
}
.blog-page .readmore a{
	display:  inline-block;
	padding:  9px 20px;
	margin-top: 20px;
	background: #F0563D;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	text-transform:  uppercase;
	transition: all ease-in-out 0.2s;
}
.blog-page .readmore a:hover{
	transition: all ease-in-out 0.2s;
	background: #000;
}

/* leave replay massage style */
.comment-respond{margin-top: 60px;}
.comment-respond h3, .comment-style h3{
    color: #138271;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 30px;
}
.comment-respond form{padding: 40px;background: #faf9f8;}
.comment-respond form .comment-notes{font-size: 15px;color: #494949;margin-bottom: 14px;}
.comment-respond form label{display:block;font-size: 14px;font-weight: 600;color: #5e5e5e;margin: 5px 0;}
.comment-respond form input[type=text]{width: 100%;display: block;border-width: 1px;border-style: solid;padding: 6px 10px;margin-bottom: 14px;border-color: #ccc;outline: none;}
.comment-respond form textarea{width: 100%;display: block;border-width: 1px;border-style: solid;padding: 5px 10px;margin-bottom: 14px;border-color: #ccc;max-height: 100px;outline: none;}
.contact-form form input[type=submit], .search-form form input[type=submit], .reviwes form table.form_table tr td input[type=submit], .comment-respond form input[type=submit] {
    width: 100%;
    border: none;
    outline: 0;
    padding: 8px 15px;
    margin: 5px 0 10px;
    font-size: 15px;
    background: #f0563d;
    color: #fff;
    transition: all ease-in-out .2s;
}
.wp-polls p strong{ color: #459034;}
.comment-box{margin-top30px;margin-top: 30px;width: 70%;}
.comment-body{position: relative;background: #f9f9f9;background: linear-gradient(141deg, #f1f0ef 0%, #faf9f8 51%, #f1f0ef 75%);font-size: 14px;line-height:24px;border-radius: 5px;margin: 0 0 22px 0;padding: 8px 16px;color: #000;}
.comment-body:before{position: absolute;bottom: -8px;left: 12px;content:"";border-left: 9px solid transparent;border-right: 9px solid transparent;border-bottom: 8px solid #f3f2f1;transform: rotate(900deg);}
.comment-box p.comment:nth-child(even){margin-left: 5%;}
.comment-author{ font-weight: 600; text-transform: capitalize; font-style: italic; float: left; width: 50%;}
.commentmetadata a{font-style: italic;color: #1d51a4;text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.71);float: right;/* clear: both; */font-weight:  600;font-size: 13px;}
.reply a{color: #1d51a4;font-size; 13pxdisplay:margin-top:;}
.comment-author a{
    color: #f0563d;
}
.comment-body p{clear: both;font-size: 14px;padding: 10px 0 5px 0;line-height: 24px;}
.commentlist li:nth-child(even){margin-left: 7%;}
.comment-respond .comment-diet label{display: inline-block; margin-right: 30px;}
.comment-respond .comment-diet{margin-bottom:10px;}
.comment-form p label .required{color: #ff1f1f;}
.comment-respond .comment-diet input[type=radio]{ display: inline-block; width:  auto;}

/* comment form style */
ol.comment-list li ol.children{ margin-left: 30px; }
ol.comment-list li ol.children li ol.children{ margin-left: 45px; }
ol.comment-list li ol.children li ol.children li ol.children{ margin-left: 60px; }
ol.comment-list li ol.children li ol.children li ol.children li ol.children{ margin-left: 75px; }

/** Form ordring style */
.comment-form{
	display: grid;
}
.customize-support .comment-form p:nth-of-type(2){
	order: inherit;
}
.comment-form p:nth-of-type(2){
	order: 4;
}
.customize-support .comment-form p:nth-of-type(5){
	order: inherit;
}
.comment-form p:nth-of-type(5){
	order: 3;
}
.comment-respond form input[type=submit]{
	width: 150px
}
.comment-form p:nth-of-type(6) {
    order: 5;
}
.our-clients img{
	max-height: 110px;
	padding: 6px;
	margin: 15px 0;
	border: 1px solid #3c7e86;
}
.our-clients .item{
	float: left;
	width: 12%;
	transition: all ease-in-out 0.2s;
}
.our-tech .item{
	float: left;
	width: 11%;
	padding: 10px;
}



 @media only screen and (max-width: 767px) and (min-width: 315px) {
 .navbar-toggle {
 border-radius: inherit;
 z-index: 999;
}
 .navbar-default .navbar-toggle .icon-bar {
 background-color: #3c7e86;
}
 .navbar-default .navbar-toggle {
 border-color: #3c7e86;
}
 .navbar-default .navbar-toggle:focus {
 background:#f1f1f1;
}
 .logo a {
 text-align:center;
 display:block;
}
 .head-right ul li {
 float: none;
 margin-bottom: 13px;
 display: block;
 z-index: 999;
 position: relative;
}
 .head-right, .main-nav .navbar-default {
 float:none;
}
 .main-nav .navbar-header {
 margin-top:-60px;
}
 .slider .carousel-caption h2 {
 padding: 9px 10px;
 font-size: 14px;
}
 .testi-product.owl-theme .owl-dots {
 left:0;
}
 .testi-wrp .testi-item {
 margin-bottom: 30px;
}
 footer iframe {
 width: 100%;
 margin-bottom:30px;
}
 .foot-links,  .contact-form form {
 margin-bottom:30px;
}
 .page-content aside {
 float: none;
 margin: 0 auto;
}
 .contact-form form input[type=text],  .contact-form form input[type=email],  .contact-form form textarea {
 width: 100%;
}

.our-clients .item{
	width: 50%;
	}
.our-clients .item img{
	display: block;
	margin: 15px auto;
}
.our-tech .item{
	width: 33%;
	padding: 10px;
	}
}
