﻿@import url(https://fonts.googleapis.com/css?family=Exo+2);
*{
	padding:0px;
	margin:0px;
	}
body
{
	font-family: 'Exo 2', sans-serif;
	}
.header_wrap
{
	background-color:#fff;
	box-shadow:0px 2px 20px #2e8b73;
	}
.header_wrap .logo_wrap
{
	color:#fff;
	font-size:20px;
	background-color:#2e8b73;
	}
.header_wrap .logo_wrap:hover
{
	color:#fff;	
	background-color:#2e8b73;
	}
.header_wrap .menu_wrap
{
	margin-left:50px;
	}
.header_wrap .menu_wrap li
{
	width:120px;
	border-right:1px solid #e7e7e7;
	}

.header_wrap .menu_wrap li a
{
	color:#34495e;
	font-size:15px;
	text-align:center;
	}
.header_wrap .menu_wrap li a:hover
{
	color:#2e8b73;
	}

.ved_content
{
	position:absolute;
	top:300px;
	width:100%;
	}
.ved_content h1
{
	font-size:42px;
	width:70%;
	color:#fff;
	font-weight:100;
	}
.fullscreen-img
{
	z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
.content_wrap
{	
	position:relative;
	background-color:#3ebd9d;
	min-height:390px;
	text-align:center;
	}
.content_wrap .content_wrap_one hr
{
	border-color:#2e8b73;
	position:relative;
	top:100px;
	}
.content_wrap .content_wrap_one .circle
{
	height:90px;
	width:90px;
	background-color:#3ebd9d;
	border:2px solid #2e8b73;
	border-radius:50%;
	position:relative;
	top:40px;
	text-align:center;
	left:80px;
	padding:20px;
	}
.content_wrap .content_wrap_one .circle .icon_rotate
{
	color:#fff;
	}
.content_wrap .content_wrap_one:hover .icon_rotate
{
	transform: rotate(40deg);
	transition:ease-in-out 1s; 
	}
.content_wrap .content_wrap_one h4
{
	color:#fff;
	margin-top:50px;
	}
.content_wrap .content_wrap_one h5
{
	color:#fff;
	text-align:center;
	font-size:14px;
	}
.content_wrap .content_wrap_one .read_more_btn
{
	background-color:#35ae92;
	border:1px solid #14957c;
	padding:10px 12px;
	position:relative;
	top:20px;
	color:#fff;
	font-size:15px;
	text-decoration:none;
	border-radius:4px;
	cursor:pointer;
	}
.content_wrap .content_wrap_one .read_more_btn:hover
{
	background-color:#14957c;
	}
.read_more_wrap
{
	height:450px;
	width:100%;
	background:none;
	}
.read_more_wrap img
{
	margin-top:60px;
	}
.read_more_wrap p
{
	margin-top:110px;
	font-size:14px;
	color:#fff;
	}
.content_wrap_two
{	
	background-color:#fff;
	min-height:170px;
	}
.content_wrap_two h3
{	
	color:#34495e;
	font-size:22px;
	font-weight:600;
	margin-top:60px;
	}
.content_wrap_two p
{	
	color:#14957c;
	font-size:16px;
	}
.content_wrap_two input[type="text"]
{	
	color:#14957c;
	margin-top:65px;
	font-size:14px;
	width:230px;
	height:40px;
	padding:10px;
	border-radius:4px;
	border:1px solid #14957c;
	outline:none;
	}
.content_wrap_two input[type="button"]
{	
	color:#fff;
	margin-top:65px;
	font-size:14px;
	width:120px;
	height:40px;
	padding:10px;
	border-radius:4px;
	border:none;
	background-color:#3ebd9d;
	outline:none;
	}
.content_wrap_two input[type="button"]:hover
{	
	background-color:#14957c;
	}
.about_wrap
{	
	background-image:url(../img/about-header.png);
	background-repeat:no-repeat;
	background-size:auto;
	min-height:145px;
	padding:0px;
	margin:0px;
	}
.about_wrap h2
{	
	text-align:center;
	}
.about_wrap h2 span
{	
	position:relative;
	background-color: #14957c;
    border: 2px solid #257764;
	font-size: 22px;
    color: #fff;
	left:7px;
	top:35px;
    padding: 10px 20px;

	}
.about_wrap h2 .round-line {
    position: absolute;
    margin-top: -20px;
    margin-left: 66px;
    height: 60px;
	z-index:10;
}
.about_wrap .we_are
{
	background-color:#3ebd9d;
	margin-top:95px;
	padding:25px;
	text-align:center;	
	color:#fff;
	font-size:24px;
	}
.about_wrap .history_wrap
{
	min-height:1200px;
	background-color:#eff3f3;
	margin-top:-10px;
	}
.about_wrap .history_wrap h3
{
	font-size:22px;
	color:#34495e;
	padding-top:30px;
	padding-bottom:25px;
	}
.about_wrap .history_wrap h2
{
	font-size:22px;
	color:#34495e;
	padding-top:30px;
	padding-left:20px;
	text-align:left;
	}
.about_wrap .history_wrap .history_year .timeline_1
{
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#3ebd9d;
	padding:12px;
	padding-top:15px;
	color:#fff;
	font-size:15px;
	float:left;
	}
.about_wrap .history_wrap .history_year .timeline_text_1
{
	background-color:#D7D7D7;
	padding:12px;
	padding-top:15px;
	color:#34495e;
	font-size:18px;
	font-weight:600;
	border-radius:4px;
    margin-left:60px;
	padding:25px;
	}
.about_wrap .history_wrap .history_year .timeline_2
{
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#e7e7e7;
	padding:12px;
	padding-top:15px;
	color:#34495e;
	font-size:15px;
	float:left;
	text-align:center;
	}
.about_wrap .history_wrap .history_year .timeline_text_2
{
	background-color:#e7e7e7;
	padding-top:15px;
	color:#34495e;
	font-size:15px;
	font-style:italic;
	border-radius:4px;
    margin-left:60px;
	padding:25px;
	}
.about_wrap .history_wrap .history_year .timeline_3
{
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#e7e7e7;
	padding:12px;
	padding-top:15px;
	color:#34495e;
	font-size:15px;
	float:left;
	}
.about_wrap .history_wrap .history_year .timeline_text_3
{
	background-color:#e7e7e7;
	padding:12px;
	padding-top:15px;
	color:#34495e;
	font-size:14px;
	border-radius:4px;
    margin-left:60px;
	padding:25px;
	}

.about_wrap .history_wrap .history_year .right_side_wrap
{

	color:#34495e;
	font-size:15px;
	border-radius:4px;
    margin-left:60px;
	padding:10px;
	padding-bottom:25px;
	}
.team_wrap
{
	margin-top:30px;
	}	
.team_wrap h3
{
	font-size:22px;
	color:#34495e;
	padding-top:30px;
	padding-bottom:25px;
	}
.team_wrap .team_image
{
	margin-top:20px;
	float:left;
	}
.team_wrap .team_image img
{
    border: 10px solid #d6dbdc;
    border-radius: 50%;
    width: 150px;
    height: 150px;
	}
.team_wrap .our-tem-content 
{
    background-color: #dee3e4;
    float: left;
    border-radius: 5px;
    margin-top: 10px;
    width: 67%;
	margin-left:20px;
	}
.team_wrap .our-tem-content .social-icons 
{
    float: left;
	}
.team_wrap .our-tem-content .social-icons ul
{
    padding:0px;
	margin:0px
	}
.team_wrap .our-tem-content .social-icons ul li
{
    list-style: none;
    padding: 10px 13px;
	background-color: #34495e;
	}
.team_wrap .our-tem-content .social-icons ul li a
{
    font-size: 18px;
    color: white;
	}
.team_wrap .our-tem-content .social-icons ul li:hover
{
    background-color: #1abc9c;
	}
.team_wrap .our-tem-content .social-icons ul .corner-round {
    background-color: #1abc9c;
	border-top-left-radius: 5px;
    border-top-right-radius: 3px;
}
.team_wrap .our-tem-content .social-icons ul .corner-round1 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 3px;
}
.team_wrap .team-detail {
    width: 96%;
    padding-left: 63px;
    padding-right: 6px;
}
.team_wrap .team-detail h6 {
    font-size: 16px;
    color: #5a6672;
}
.team_wrap .team-detail h6 span {
    color: #1abc9c;
}
.team_wrap .team-detail p {
    font-size: 14px;
    font-weight: 400;
    color: #909292;
    line-height: 2;
    margin-top: 15px;
}
#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
	 padding:15px 15px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; padding:15px 15px; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #16a085; padding:15px 15px; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #16a085; padding:15px 15px; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #16a085; padding:15px 15px; }

.slider_wrap_one
{
	background-color:#fff;
	}
.slider_wrap_one .items_img
{
	padding:20px;
	}

.blog_wrap
{	
	background-image:url(../img/blog-header.png);
	background-repeat:no-repeat;
	background-size:auto;
	min-height:745px;
	padding:0px;
	margin:0px;
	}
.blog_wrap h2
{	
	text-align:center;
	}
.blog_wrap h2 span
{	
	position:relative;
	background-color: #14957c;
    border: 2px solid #257764;
	font-size: 22px;
    color: #fff;
	left:7px;
	top:35px;
    padding: 10px 20px;

	}
.blog_wrap h2 .round-line {
    position: absolute;
    margin-top: -20px;
    margin-left: 66px;
    height: 60px;
	z-index:10;
}
.blog_wrap .we_are
{
	background-color:#3ebd9d;
	margin-top:95px;
	padding:25px;
	text-align:center;	
	color:#fff;
	font-size:24px;
	}
.contact_wrap
{	
	background-image:url(../img/contact-header.png);
	background-repeat:no-repeat;
	background-size:auto;
	min-height:145px;
	padding:0px;
	margin:0px;
	}
.contact_wrap h2
{	
	text-align:center;
	}
.contact_wrap h2 span
{	
	position:relative;
	background-color: #14957c;
    border: 2px solid #257764;
	font-size: 22px;
    color: #fff;
	left:7px;
	top:35px;
    padding: 10px 20px;

	}
.contact_wrap h2 .round-line {
    position: absolute;
    margin-top: -20px;
    margin-left: 66px;
    height: 60px;
	z-index:10;
}
.contact_wrap .we_are
{
	background-color:#3ebd9d;
	margin-top:95px;
	padding:25px;
	text-align:center;	
	color:#fff;
	font-size:24px;
	}
.contact_wrap .google-map
{
	width:100%;
	margin-top:-10px;
	}
.deatil_wrap h3
{
	font-size:22px;
	color:#34495e;
	}
.deatil_wrap a
{
	font-size:16px;
	color:#14957c;
	}
.copywrite
{
	background-color:#14957c;
	min-height:50px;
	}
.copywrite p
{
	padding:20px;
	color:#fff;
	font-size:16px;
	}
.copywrite p span
{
	float:right;
	color:#FFCC99;
	}

#demo2 ul,ol
{
	color:#fff;
	margin-left:30px;
}
.ved_content h1{
    color:#fff; 
    font-size:36px;
    text-shadow:1px 3px 1px #000; 
    background-color:rgba(153,153,153,.3); 
    padding:50px;
}

/* new css */
@media (max-width:1024px){
    .col-md-push-1 {
        left: 0;
    }
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 100%;
    }
    .owl-carousel .owl-item { height: 100% !important; }
}
@media (max-width:768px) {
   
    .fullscreen-img { min-width: 768px; min-height: 59%; }
   .ved_content {
       top:220px;
   }
   #home h4 { margin-bottom: 0; padding-bottom: 10px;  }
    .ved_content h1 {
        font-size: 28px;
        line-height: 35px;
    }
}
@media (max-width:767px) {
   
   .ved_content {
       top:150px;
   }
   .ved_content h1 {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width:576px) {
    .fullscreen-img { min-width: 576px; min-height: 48%; }
    .ved_content h1 {
        font-size: 26px;
        padding: 30px;
    }
    #home h4 {margin-bottom: 0; padding-bottom: 10px;  }
}

@media (max-width: 480px){
    .ved_content h1 {
        font-size: 22px;
        padding: 20px;
    }
}
@media (max-width:425px) {

    .fullscreen-img { min-width: 425px; min-height: 43%; }
    .ved_content {
        top: 130px;
    }
    .ved_content h1 {
        font-size: 18px;
        line-height: 25px;
        padding: 30px;
    }

}
@media (max-width:375px) {
    .ved_content h1 {
        font-size: 16px;
        line-height: 20px;
        padding: 18px;
    }
}

@media only screen and (max-width: 360px) 
{
.ved_content h1
	{
	color:#fff; 
	font-size:14px;
    line-height: 18px;
	text-shadow:1px 3px 1px #000; 
	background-color:rgba(153,153,153,.3); 
	padding:20px;
	}
}