@font-face {
  font-family: 'CircularStd-Black';
  src: url('../fonts/CircularStd-Black.woff') format('woff'), url('../fonts/CircularStd-Black.ttf')  format('truetype'), url('../fonts/CircularStd-Black.svg#CircularStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd-Bold';
  src: url('../fonts/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold.ttf')  format('truetype'), url('../fonts/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd-Book';
  src: url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf')  format('truetype'), url('../fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CircularStd-Medium';
  src: url('../fonts/CircularStd-Medium.woff') format('woff'), url('../fonts/CircularStd-Medium.ttf')  format('truetype'), url('../fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
a, button {
   outline: 0;
}
a:active {
    outline: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#fff;
  padding-top:0px;
  padding-bottom:0px;
  font-family: 'CircularStd-Black';
  text-rendering: optimizeLegibility; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
h2 {
	font-family: 'CircularStd-Book';
	color:#2d464f;
	font-size:48px;
	font-weight: normal;
  	font-style: normal;
}
h3 {
	font-family: 'CircularStd-Bold';
	color:#2d4f32;
	font-size:38px;
	font-weight: normal;
  	font-style: normal;
}

h4 {
	font-family: 'CircularStd-Medium';
	color:#2d4f32;
	font-size:22px;
	font-weight: normal;
  	font-style: normal;
}
h5 {
	font-family: 'CircularStd-Medium';
	color:#2d4f32;
	font-size:20px;
	font-weight: normal;
  	font-style: normal;
}
a:hover {
	text-decoration:none;
}
p {
	font-family: 'CircularStd-Book';
	font-size:20px;
	color:#607278;
	line-height:36px;
	text-align:justify;
	font-weight: normal;
  	font-style: normal;
}

header {
	z-index:+99;
}
.top_nav {
	background:#54ba2c;
	z-index:+999;
}
.login_wrap {
	text-align:right;
}
.login_wrap span {
	display:inline-block;
}
.login_wrap span a {
	font-size:14px;
	font-family: 'CircularStd-Book';
	font-weight: normal;
  	font-style: normal;
	color:#fff;
}
.login_wrap span a:hover {
	color:#2d4f32;
}
.login_wrap p {
	display:inline-block;
	color:#fff;
	font-size:16px;
	padding:0 15px;
}
.navbar-inverse {
	background:none;
	border:none;
	border-radius:0;
}
.navbar-collapse.collapse {
	background:none;
	border:none;
}
.navbar {
	margin-bottom:0;
}
.navbar-default {
	border:none;
	background:#fff;
	margin-top:15px;
}
.navbar-wrapper {
	background:#fff !important;
	position:fixed !important;
	top:0 !important;
}
.carousel {
	margin-top:105px;
}
.navbar-brand {
    height: auto;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	background:none;
	font-family: 'CircularStd-Medium';
	font-weight:normal;
	font-style: normal;
	color:#00732f;
	padding:8px 0px;
}
.navbar-inverse .navbar-nav>li>a {
	background:none;
	font-family: 'CircularStd-Medium';
	font-weight:normal;
	font-style: normal;
	color:#81988b;
	padding:8px 0px;
	font-size:18px;
}
.navbar-nav>li {
	padding:0 10px;
}
.navbar-right {
	margin-top:12px;
}
.navbar-inverse .navbar-nav>li>a.req_demo_nav {
	background:#54ba2c;
	padding:8px 16px;
	color:#fff;
	font-family: 'CircularStd-Book';
	font-weight:normal;
	font-style: normal;
	border-radius:2px;
	text-align:center;
	border:1px solid #54ba2c;
	font-size:16px;
	cursor:pointer;
}
.navbar-inverse .navbar-nav>li>a.req_demo_nav:hover {
	background:#fff;
	padding:8px 16px;
	color:#54ba2c;
	font-family: 'CircularStd-Book';
	font-weight:normal;
	font-style: normal;
	border-radius:2px;
	text-align:center;
	border:1px solid #54ba2c;
	font-size:16px;
}
.carousel-caption {
	text-align:left;
}
.slide_one {
	top:18%;
	left:8%;
	width:40%;
}
.slide_one h3 {
	color:#54ba2c;
	font-family: 'CircularStd-Book';
  	font-weight: normal;
  	font-style: normal;
	font-size:42px;
	text-shadow:none;
	padding-bottom:20px;
	line-height:48px;
	
}
.slide_one h3 b {
	color:#54ba2c;
	font-family: 'CircularStd-Bold';
  	font-weight: normal;
  	font-style: normal;
	font-size:42px;
	text-shadow:none;
	line-height:48px;
	display: inline-block;
}
.slide_one p {
	font-family: 'CircularStd-Medium';
	font-weight: normal;
  	font-style: normal;
	color:#607278;
	font-size:30px !important;
	text-shadow:none;
	padding-bottom:25px;
}
.get_more {
	display:inline-block;
	margin-right:5%;
}
.get_more a {
	font-family: 'CircularStd-Bold' !important;
	font-size:16px !important;
	font-weight: normal !important;
  	font-style: normal !important;
	text-shadow:none !important;
	color:#2d4f32 !important;
	background:rgba(45,70,79,.05) !important;
	border:1px solid #9d9d9d !important;
	border-radius:2px !important;
	padding:15px 50px !important;
	display:inline-block !important;
	text-align:center !important;
	text-transform:uppercase !important;
}
.get_more a:hover {
	color:#fff  !important;
	background:#2d4f32  !important;
}
.req_demo_btn {
	display:inline-block;
}
.req_demo_btn a {
	font-family: 'CircularStd-Bold'  !important;
	font-size:16px  !important;
	font-weight: normal  !important;
  	font-style: normal  !important;
	text-shadow:none  !important;
	color:#fff  !important;
	background:#54ba2c  !important;
	border:1px solid #54ba2c  !important;
	border-radius:2px  !important;
	padding:15px 30px !important;
	display:inline-block  !important;
	text-align:center !important;
	text-transform:uppercase  !important;
	cursor:pointer;
}
.req_demo_btn a:hover {
	color:#54ba2c;
	background:#fff;
}
.title_border {
	height:5px;
	border-radius:3px;
	display:inline-block;
	width:60px;
	margin-top:20px;
	background:#bdffa3;
	margin-bottom:20px;
	text-align:center;
}
.wel_box {
	text-align:center;
	margin-top:50px;
}
.wel_box h2 b {
	font-family: 'CircularStd-Bold';
	font-weight: normal;
  	font-style: normal;
	color:#54ba2c;
}
.wel_box p {
	text-align:center;
}
.product_wrap {
	text-align:center;
	margin-top:50px;
}
.product_title h2 b {
	font-family: 'CircularStd-Bold';
	font-weight: normal;
  	font-style: normal;
	color:#54ba2c;
}
.product_title p {
	text-align:center;
}
.product_title {
	margin-bottom:30px;
}
.prod_box figure {
	margin-bottom:20px;
}
.prod_box h4 {
	margin-bottom:20px;
	padding:0 15px;
}
.prod_box p {
	font-size:16px;
	color:#607278;
	text-align:center;
	font-family: 'CircularStd-Book';
	font-weight: normal;
  	font-style: normal;
	margin-bottom:20px;
	line-height:24px;
}
.prod_box span {
	display:inline-block;
}
.prod_box span a {
	font-family: 'CircularStd-Book';
	font-weight: normal;
  	font-style: normal;
	color:#54ba2c;
	font-size:16px;
	background:#fff;
	border:1px solid #54ba2c;
	border-radius:3px;
	padding:12px 30px;
	display:inline-block;
}
.prod_box span a:hover {
	background:#54ba2c;
	color:#fff;
}
.stay_title h2 b {
	font-family: 'CircularStd-Bold';
	font-weight: normal;
  	font-style: normal;
	color:#54ba2c;
}
.stay_title {
	margin-bottom:20px;
}
.stay_title p {
	text-align:center;
}
.enjoy_stay_wrap {
	margin-top:50px;
	text-align:center;
}
.stay_box {
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}
.stay_lft figure img {
	display:block;
	width:100%;
}
.stay_rht h5 {
	font-size:18px;
}
.stay_rht p {
	color:#607278;
	font-size:16px;
}
.stay_rht {
	padding:25px 0;
}

/*Home Portfolio*/
.view {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
	border:1px solid #f0f0f0;
	border-radius:3px;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative;
	width:100%;
}
.view a.info {
	font-family: 'CircularStd-Medium';
	font-weight: normal;
  	font-style: normal;
    display: inline-block;
    text-decoration: none;
    padding: 15px 0;
    background: rgba(84,186,44, .7);
    color: #fff;
	font-size:18px;
	width:70%;
	text-align:center;
	border:1px solid #c1ffa9;
	border-radius:2px;
	margin:32% 0;
}



.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(0,0,0, 0.5); 
    transition: all 0.4s ease-in-out;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}
.view-first:hover img { 
	transform: scale(1.1);
} 
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
/*Home Portfolio End*/

.portfolio_wrap {
	margin-top:40px;
	text-align:center;
}
.port_title {
	margin-bottom:30px;
}
.port_title h2 b {
	font-family: 'CircularStd-Bold';
	font-weight: normal;
  	font-style: normal;
	color:#54ba2c;
}
.port_title p {
	text-align:center;
}
.port_tab {
	margin-bottom:30px;
	border-bottom:none;
}
.port_tab>li.active>a, .port_tab>li.active>a:focus, .port_tab>li.active>a:hover, .port_tab>li>a:hover {
	font-family: 'CircularStd-Medium' !important;
	font-weight: normal !important;
  	font-style: normal !important;
	color:#fff !important;
	background:#54ba2c !important;
	font-size:18px !important;
	text-align:center !important;
	border-radius:2px !important;
	border:none !important;
}
.port_tab>li>a {
	border:none !important;
	font-family: 'CircularStd-Medium' !important;
	font-weight: normal !important;
  	font-style: normal !important;
	font-size:18px !important;
	text-align:center !important;
	color:#2d4f32 !important;
	margin-right:15px !important;
}
.port_thumb {
	margin-top:20px;
	margin-bottom:20px;
}
.client_wrap {
	text-align:center;
	margin-top:40px;
}
.client_title {
	margin-bottom:30px;
}
.client_title p {
	text-align:center;
}
.client_title h2 b {
	font-family: 'CircularStd-Bold';
	font-weight: normal;
  	font-style: normal;
	color:#54ba2c;
}
.client_logos figure {
	width:16.66666667%;
	float:left;
	padding-left:15px;
	padding-right:15px;
	margin-top:30px;
	margin-bottom:30px;
}
.client_logos figure img {
	display:block;
	width:100%;
}

footer {
	margin-top:50px;
}
.footer_wrap_top {
	background:#2D4F46;
	padding:30px 0;
}
.footer_top h5 {
	color:#9dc8bd;
	padding-bottom:20px;
}
.foot_quick ul li a {
	color:#fff;
	padding-bottom:25px;
	display:inline-block;
	font-family: 'CircularStd-Book';
	font-size:16px;
}
.foot_quick ul li a i {
	margin-right:10px;
}
.follow ul li a {
	color:#fff;
	padding-bottom:25px;
	display:flex;
	font-family: 'CircularStd-Book';
	font-size:16px;
	align-items:center;
}
.follow ul li a img {
	padding:10px;
	border:1px solid #fff;
}
.follow ul li a i {
	margin-right:15px;
}
.quick_contact input.form-control {
	background:#2D4F46;
	height:38px;
	color:#b4c9d1;
	font-family: 'CircularStd-Book';
	margin-bottom:15px;
}
.quick_contact textarea.form-control {
	background:#2D4F46;
	color:#b4c9d1;
	font-family: 'CircularStd-Book';
	margin-bottom:15px;
}
.quick_contact input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#b4c9d1 !important;
}

.quick_contact input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#b4c9d1 !important;
}

.quick_contact input.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color:#b4c9d1 !important;
}

.quick_contact textarea.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#b4c9d1 !important;
}

.quick_contact textarea.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#b4c9d1 !important;
}

.quick_contact textarea.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color:#b4c9d1 !important;
}
.btn_submit {
	background:#54ba2c;
	color:#fff;
	font-family: 'CircularStd-Book';
	font-weight: normal;
  	font-style: normal;
	padding:10px 30px;
	border:1px solid #54ba2c;
	margin-right:15px;
	border-radius:2px;
}
.btn_submit:hover {
	background:rgba(0,0,0,0);
	color:#fff;
	border:1px solid #fff;
	transition:ease-in;
}
.quick_contact span {
	display:inline-block;
}
.quick_contact span a {
	background:rgba(255,255,255,.05);
	color:#fff;
	font-family: 'CircularStd-Book';
	font-weight: normal;
  	font-style: normal;
	padding:13px 30px;
	border:1px solid #fff;
	border-radius:3px;
	cursor:pointer;
}
.quick_contact span a:hover {
	background:#54ba2c;
	border:1px solid #54ba2c;
}
.reach_us figure img {
	width:73%;
	display:block;
}
.reach_us figure {
	padding-bottom:20px;
}
.reach_us p {
	color:#fff;
	font-family: 'CircularStd-Book';
	font-weight: normal;
  	font-style: normal;
	font-size:16px;
	line-height:22px;
}
.reach_us span {
	display:block;
}
.reach_us span a {
	color:#fff;
	padding-top:15px;
	font-family: 'CircularStd-Book';
	font-size:16px;
	display:flex;
	align-items:center;
}
.reach_us span a i {
	margin-right:15px;
}
.reach_us span a i img {
	border:1px solid #fff;
	padding:10px;
}
.footer_wrap_bottom {
	background:#42736B;
	padding:15px 0;
}
.footer_bottom p {
	display:inline-block;
	color:#fff;
	font-family: 'CircularStd-Book';
	font-size:16px;
	font-weight: normal;
  	font-style: normal;
	width:48%;
}
.footer_bottom p a {
	display:inline-block;
	color:#fff;
	font-family: 'CircularStd-Book';
	font-size:16px;
	font-weight: normal;
  	font-style: normal;
}
.footer_bottom p i {
	display:inline-block;
	color:#fff;
	font-family: 'CircularStd-Book';
	font-size:16px;
	font-weight: normal;
  	font-style: normal;
	padding:0 10px;
}
.footer_bottom p:nth-child(2) {
	text-align:right;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

}
@media only screen and (min-width: 480px) and (max-width: 599px) {

}
@media only screen and (min-width: 600px) and (max-width: 767px) {

}
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
@media only screen and (min-width: 960px) and (max-width: 1170px) {

}






