/* CSS Document */body {
	background: #eee;
	margin: 0px;
	padding: 0px;
	font: 400 14px/24px 'Open Sans', sans-serif;
	color: #687177;
}
h1 {
	font: 400 35px/40px 'Montserrat', sans-serif;
	display: block;
	color: #111;
}
h2 {
	font: 600 20px/20px 'Montserrat', sans-serif;
	display: block;
	color: #16191a;
}
h3 {
	font: 600 20px/20px 'Montserrat', sans-serif;
	display: block;
	color: #16191a;
}
h4 {
	font: 500 14px/20px 'Montserrat', sans-serif;
	display: block;
	color: #16191a;
}
p {
	font: 400 14px/27px 'Open Sans', sans-serif;
	color: #777;
}
a {
	text-decoration: none;
	color: #262637;
}
a:hover, a:focus {
	color: #027959;
	text-decoration: underline;
}
.trans_eff {
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
}/* &&&&&&&&&&&&&&&&&&&&& HOME PAGE CLASSES &&&&&&&&&&&&&&&&&&&&&&& *//*coman clasess*/
.top{
 background:#eee;
 width:100%;
 padding:5px 0;
}
.top a{
 color: #027959;
 font-weight:600;
 text-decoration:none;
 font-size:16px !important;
}
.navbar-toggle{
	background: #027959;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
.top-nav{
	margin: 0px;
	background: #fff;
	z-index: 40;
	border: 0px;
}
.navbar-right{
}
.navbar-right li a{
	padding: 22px 15px;
    color: #027959;
    text-transform: capitalize;
    margin-right: 4px;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
}
#home .home, #about-us .about-us, #what-we-are .what-we-are, #what-we-do .what-we-do, #work-with-us .work-with-us, #contact-us .contact-us, #pricing .pricing, #services .services{
	background: #027959;
	color:#fff;
}
.navbar-right li a:hover{
	background: #027959;
	color:#fff;
}
/*slider clasess*/
.slider_con {
	overflow: hidden;
}
.carousel-indicators {
	bottom: 10px !important
}
.carousel-inner{
  background:#fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.projectbg-inner {
	background: url(../images/hexagon.png) repeat #26ade3;
	padding: 40px 0;
	text-align: center;
	color: #fff;
}
.projectbg-inner .pro_title {
	font-size: 30px;
	font-weight: lighter;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	top: 5px;
	line-height: normal;
}
.bread-c-bg {
	background: #f4f6f6;
	border-bottom: 1px solid #e6eaea;
	padding: 13px 0;
	font-size: 12px;
	color: #9ca5ab;
}
.content h4{
 text-align:center;
 font-size:25px;
}
/*-----------inner----------------------*/

/*--------------testimonials---------------*/
.testimonials {
	margin-top: 40px;
}
.testimonials .testimonial_white {
	background: #fff;
	color: #373c41;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border-color: #fff;
	position: relative;
	padding: 25px 28px 5px;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 18px;
	line-height: 1.4em;
	border: 1px solid transparent;
	border-radius: 2px;
}
.testimonials .testimonial_white p {
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-top: 0;
}
.testimonials .testimonial_white:before {
	display: block;
	font-family: fontawesome;
	content: "\f10d";
	font-size: 18px;
	position: absolute;
	top: 13px;
	font-style: normal;
	left: 9px;
	color: #d6dfdf;
}
.testimonials .testimonial_white:after {
	background: url(../images/triangle.png) no-repeat 50% 0;
	left: 64px;
	content: '';
	display: block;
	width: 23px;
	height: 16px;
	position: absolute;
	left: 20px;
	bottom: -16px;
}
.cutomer_detail i {
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	float: left;
	margin-right: 20px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e6e6e6;
	font-size: 32px;
	color: #21252b;
}
.cutomer_detail div {
	padding: 7px 0 0 88px;
}
.cutomer_detail div h6 {
	color: #21252b;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}
.cutomer_detail div p {
	margin: 0;
	padding: 0;
	font-style: italic;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-indicators {
	z-index: 1;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 1px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.3);
	border: 0;
	margin: 0 1px;
	border-radius: 10px;
}
.carousel-control {
	display: none;
	width: auto !important;
	top: 40%;
}
.slider_con:hover .carousel-control {
	display: block;
}
.slider_con .carousel-control.left {
	left: 2%;
}
.slider_con .carousel-control.right {
	right: 2%;
}
.slider_con .carousel-control.left, .slider_con .carousel-control.right {
	background: none !important;
}/*slider clasess ends*/

/*index contact classes*/
.cn_con {
	padding: 20px 0;
	background: #efefef;
	width: 100%;
	text-align: center;
}
.cn_con p {
	font: 300 20px/28px 'Titillium Web', sans-serif;
	color: #027959;
}
.cn_con2 {
	padding: 30px 0;
	background: url(../images/welcome_bg.jpg) no-repeat center center;
	width: 100%;
	text-align: center;
}
.cn_con2 p {
	font: 300 20px/28px 'Titillium Web', sans-serif;
	color: #fff;
}
.cn_con2 p a {
	color: #fff;
}/*index contact classes ends*/
.bg-color{
	background: #022b79;
    padding: 30px 0;
}

.bg-color .col-md-3{
	padding-left:0;
	padding-right:0;
}
.bg-color .circle-box{
	margin: 0px;
    padding: 10px 10px;
    background: transparent;
    border: 2px solid #05a379;
    position: relative;
    overflow: hidden;
}
.bg-color .circle-box .slide-left{
	background: #efefef;
    width: 100%;
    position: absolute;
    left: 0;
    /*top: -100%;*/
    bottom: -100%;
    height: 100%;
    transition: all 0.4s ease-in-out
}
.circle-box .fa{
    color:#027959;
}
.circle-box .fa:hover{
    color:#efefef;
}
.bg-color .circle-box:hover .slide-left{
	bottom: 0;
}
.bg-color .circle-box:hover p{
	color: #333 !important;
}
.circle-box h3{
	margin: 0px;
    margin-bottom: 22px;
    color: #fff !important;
    font-size: 20px;
}
.circle-box:hover h3{
    color: #027959 !important;
}
.circle-box p{
	color: #fff;
    line-height: 27px;
    font-size: 15px;
}
.circle-box:hover .caption a{
    background:#027959;
	color:#fff;
}
.circle-box >a{
	background: #fff;
    width: 77px;
    height: 77px;
    line-height: 77px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 35px;
    color: #fdd835;
    margin-bottom: 10px;
    margin-top: 15px;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease-in-out
}
.circle-box >a:hover{
	transform: rotatey(-160deg);
	background: #05a379;
	
}
.add a{
 font: 400 14px/27px 'Open Sans', sans-serif;
  color: #777;
}
.add a i{
 font-size:12px;
 padding-left:25px;
}
.circle-box>a:hover .fa{
   color:#efefef;
}
.caption{
	position: relative;
	z-index: 1;
}
.caption a{
	margin-top: 16px;
    background: #fff;
    border: none;
    transition: all 0.5s ease-in-out;
    width: 131px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.caption a:hover{
	background: #0091EA;
	color: #333; 
}
.price .col-sm-2{
 margin:0;
 padding:0;
 border-right:1px solid #eee;
}
.price{
 background:#fff;
}
.price h2{
 background:#027959;
 color:#fff;
 padding:10px 7px;
 text-align:center;
 font-weight:400;
 font-size:22px;
 line-height:25px;
}
.pricing{
 background:#eee;
}
.pricing li{
 list-style-type:none;
 font-size:14px;
 background:#f7f7f7;
 border-bottom:1px dashed #CCCCCC;
 padding:5px 10px;
 color:#687177 !important;
}

.pricing_1{
  background:#eee;
}
.white{
 background:#fff;
 color:#687177;
}
.shadow{
box-shadow:0px 0px 10px 1px #000;
}
.cream{
 background:#f7f7f7;
 color:#687177 !important;
}
.pricing_1 li{
 list-style-type:none;
  font-size:14px;
 border-bottom:1px dashed #CCCCCC;
 padding:5px 10px;
}
.pricing_1 li:hover{
 color:#027959;
 background:#eee;
}
.portfolio{
width:100%;
background:#eee;
}
.port{
 height:auto;
 width:auto;
 overflow:hidden;
 margin:30px 0;
 border:2px solid #f7f7f7;
}
.portfolio h4{
 background:#027959;
 color:#fff;
 font-size:18px;
 padding:8px 20px;
 display:block;
 margin-top:2px;
}
/*welcome clasess*/
.welcome_con {
	background: #fff;
	margin: 60px auto 0px auto;
	width: 100%;
}
.welcome_con img{
 float:right;
}
.welcome_con .content_con h1 {
	font: 200 40px/40px 'Titillium Web', sans-serif;
	color: #027959;
	text-transform: uppercase;
}
.welcome_con .content_con ul li {
	list-style: none;
	font: 600 16px/20px 'Titillium Web', sans-serif;
	color: #027959;
	background: url(../images/list_bullet.png) no-repeat left 12px;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #eee;
	margin-right: 8%;
}/*welcome clasess ends*/

.serv{
 background:#025279;
 height:200px;
 width:100%;
 padding:30px 0;
}
.serv h1{
 color:#fff;
 font-size:23px;
  padding:0 15px;
}
.border_right{
 border-right:1px dashed #fff;
}
.serv p{
 color:#fff;
 padding:0 15px;
}
.instant{
 padding:30px 0;
}
.instant h2{ 
 text-align:center !important;
}
.ins{
 width:100%;
 padding-top:20px;
 background:#fff;
 box-shadow: 1px 2px 16px -6px #000;

}
.ins img{
 text-align:center;
}
.ins p{
 text-align:justify;
}
/*******client-detail************/
.happy_clients{
 width:100%;
 background:url(../images/clients.jpg) no-repeat;
 padding:30px 0;
 background:#333;
}
.happy{
 border:1px solid #fff;
 padding:40px 20px;
 border-radius:15px;
}
.happy_clients .fa{
 color:#027959;
 font-size:50px;
 text-align:center;
}
.happy_clients h1{
 font-size:30px;
 color:#fff;
 text-align:center;
}
.happy_clients h3{
 font-size:20px;
 color:#fff;
  text-align:center;
}
.client{
	padding: 70px 0px;
	background:#eee;
}
.test{
 background:#eee;
 padding:30px 0;
}
.client h3{
	font-size: 30px;
	margin: 0px;
	margin-bottom: 20px;
}
.client h4{
	margin-top: 25px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.my-caption{
	border: 1px solid #EEEEEE;
    border-radius: 2px;
    padding: 26px;
    position: relative;
}
.bullet {
	margin-top: 20px;
}
.bullet li a{
	width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #BBB7B7;
}
.bullet li a.active{
	background: #000;
	border: none;
}
.my-caption:before{
	content: '';
    height: 100%;
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.my-caption .media-left{
	vertical-align: baseline;
}
.my-caption .media-left a{
	color: #ccc;
    font-size: 30px;
    position: relative;
}
.con-sld {
	left: 1%;
    top: 128%;
}
.con-sld li{
	width: 14px;
	height: 14px;
	border:1px solid #D8D8D8
}
.con-sld .active{
	background: #000000;
	width: 14px;
	height: 14px;
	border: none;
}
.my-caption .media-body i{
	line-height: 1.8;
    display: block;
}
.information{
	background: #eeeeee url(../images/map.png) no-repeat center center;
    padding: 24px;
    border-radius: 2px;
}
.icons{
	font-size: 26px;
    color: #027959;
}
.fa-envelope{
	font-size: 22px;
}
.information ul li{
	padding: 9px 0;
    border-bottom: 1px solid #fff;
    margin: 0px;
}
.mail{
	text-decoration: underline;
	color: #6F6969;
}
/********footer-section**********/
.footer-section{
	background: #3a3a3a;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer-section .bottom-nav li{
	border-right: 1px solid #403E3E;
	padding: 0 12px;
}
.footer-section .padding{
	padding: 12px 0;
    border-bottom: 1px solid #403E3E;
}
.footer-section .bottom-nav li:last-child{
	border-right: 0px;
}
.footer-section .bottom-nav li a{
	color: #888888;
}
.footer-section .bottom-nav li a:hover{
	color: #027959;
}
.icon-section{
	float: right;
	position: relative;
    top: -8px;
}
.icon-section a{
	display: inline-block;
    width: 37px;
    height: 37px;
    background: #efefef;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    color: #027959;
    font-size: 20px;
    margin: 0px 2px;
}
.icon-section a .link{
	 transition:all 0.5s ease-in-out;
}
.icon-section a:hover .link{
	transform: rotate(38deg);
	color: #0091EA;
}
.footer-section p{
	margin-top: 10px;
}
.form-control{
    border-radius:0;
	background:#fff;
}
input[type=text] {background:#fff;}
.btn-success{
 background:#027959;
}
.btn-success:hover{
 background:#027959;
}
.tain{
 background:#fff;
 padding-left:25px;
 padding-right:25px;
}
/********inside pages starts**********/
.bg{
    width:100%;
}
.content{
   width:100%;
   background:#efefef;
}
.content ul{
 padding:10px 0;
}
.content ul li{
 list-style-type:none;
 padding:3px;
}
.con{
   width:100%;
   background:#fff;
   margin:0px 0 80px 0;
}
.con p{
   padding:10px 30px 30px 30px;
}
.content h1{
   padding:50px 0;
   font: 400 45px/20px 'Montserrat', sans-serif;
   display: block;
   color: #47586a;
  
}
.content h1 span{
   color: #027959;
}
.green{
   color:#027959;
}
.back-ground{
   background:#efefef;
   background-attachment:fixed;
   height:500px;
   width:100%;
}
.partners{
 background:#eee;
 width:100%;
 padding:30px 0;
}
.partners_1{
 background:#fff;
 width:100%;
 padding:30px 0;
}
.con h2{
 font-size:25px;
 padding-left:10px;
 padding-right:10px;
 background:#eee;
 border-left:2px solid #027959;
 color:#027959;
 display:inline;
 padding-top:10px;
 padding-bottom:10px; 
}
.foo{
color:#888888;
font-size:12px;
line-height:15px;
}
.right_form_con h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: #027959;
    padding: 12px 20px;
	}

/********inside pages ends**********/


/* ================= Media Query ================= */
@media only screen and (max-width:1279px){
  .container{
 width:100%;
}

@media only screen and (max-width:1151px) { 

}
@media only screen and (max-width:991px) {
p{
  font-size:16px;
}
.navbar-right li a {
    padding: 15px 13px;
	margin-top:15px;
	margin-left:7px;
	margin-right:7px;
	}

.welcome_con img{
 float:none;
 margin-top:0px;
 text-align:center;
}

.icon-section {
    float: none;
    position: relative;
    top: 15px;
	text-align:center;
}
.my-caption{
    margin-bottom:60px;
}
.welcome_con img {
    float: right;
    margin-top: 10px;
}
.circle-box p{
 font-size:16px;
}
.happy_clients{
 background: #333 !important;
 height:auto !important;
 width:100% !important;
 }
 .footer-section .bottom-nav li a{
  font-size:16px;
 }

@media (max-width: 768px){
.my-caption{
    margin-bottom:80px;
}
.clients h3{
font: 600 20px/40px 'Montserrat', sans-serif
}
.carousel-indicators li{
 margin-top:-30px !important;
}

@media only screen and (max-width:479px) {
p{font-size:20px;}
}

