/**
  * Name: Cosine
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("font-awesome.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("revolution-slider.css");
@import url("magnific-popup.css");
@import url("justifiedgallery.css");
@import url("jquery.fancybox.css");
@import url("googlefonts.css");
/** 
  * Reset
  * Repeatable Patterns
  * a Link
  * Top 
  * Header
  * Mobile navigation
  * Flat header information
  * Flat search
  * Widget
  * Page header
  * Page title
  * Blog post
  * Blog single
  * Navigation
  * Flat search result
  * 404
  * Boxed
  * Switcher
  * GoTop Button
  * Footer
  * Parallax
  * Revolution Slider
  * Preload
*/

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: microsoft yahei; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font-family: "Hind Siliguri", sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #fff;		
	color: #2f4862;
	line-height: 1.8;
}

a {		
	color: #15416e;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

p {
	margin-top: 0;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

span {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #18ba60;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	 width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;		
}

.img-left {
	margin: -10px 50px 0 0 !important;
	float: left;
}

.img-right {
	margin: 0 0 0 50px !important;
	float: right;
}

b, strong {
	font-weight: 900;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
     font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 20px 0;
    color: #15416e;
    line-height: 1.1;
    text-transform: uppercase;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    font-size: 15px;
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 700;   
    color: #fff;
    background: transparent;
    text-transform: uppercase;    
    padding: 24px 120px 21px 124px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	background: #d8e7ef;
    position: relative;
    border: none;
    padding: 0;
    border: 1px solid #d8e7ef;
    height: 45px;
    max-width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

select {
    border: 1px solid transparent;
    background-color: #d8e7ef;
    height: 45px;
    padding: 10px;
    line-height: 100%;
    outline: 0;
    max-width: 100%;
    background-image: url(../images/caret.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    position: relative;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

input[type="text"],
input[type="email"] {
    width: 100%;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input.input-text:focus {
  border: 1px solid #2f4862;
	background-color: #fff;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

input[type="submit"], 
button[type="submit"], 
input[type="submit"].scheme2:hover, 
button[type="submit"].scheme2:hover, 
.button,
.button.scheme2:hover {
    color: #ffffff;
    background-image: none;
    background-color: #18ba60;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
    		border-radius: 0;
}

input[type="submit"]:hover, 
button[type="submit"]:hover,
input[type="submit"].scheme2, 
button[type="submit"].scheme2, 
input[type="submit"].lg:hover, 
button[type="submit"].lg:hover,
.button:hover,
.button.scheme2,
.button.lg:hover {
    background-color: #15416e;
    color: #ffffff;
}

input[type="submit"].lg, 
button[type="submit"].lg, 
.button.lg {
    height: 55px;
    line-height: 55px;
    padding: 0 35px;
}

.button.sm {
	height: 40px;
    line-height: 40px;
    padding: 0 25px;
}

textarea {
	width: 100%;
	height: 150px;
	padding: 12px 17px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #999999;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #999999;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #999999;
}

input[type="submit"] {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #ffffff;
}

@media (min-width: 1200px) {
  	.container {
    	width: 1140px;
  	}
}

/* a link
---------------------------------------------------------------*/
a.link {
	color: #18ba60;
    border-bottom: 2px solid;
    font-weight: bold;
}

a.link2 {
	font-weight: bold;
    text-transform: uppercase;
}

a.link2 i {
    font-size: 14px;
    font-weight: normal;
    margin: 0 10px;
}

a.link:hover {
	color: #15416e;
}

.view-all-testimonial {
    border-top: 1px solid rgba(54,70,115,0.08);
	padding-top: 35px;
	text-align: center;
}

/* Top 
---------------------------------------------------------------*/
.top {
	background-color: #15416e;
	color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    padding: 9px 0;
}

.top .flat-address .social-links,
.top .flat-address .custom-info {
	display: block;
}

.top .flat-address .social-links {
	float: left;
    margin-right: 20px;
}

.top .flat-address .social-links a {
    float: left;
    display: block;
    margin-right: 10px;
    color: #fff;
}

.top .flat-address .custom-info i {
    margin-right: 10px;
    margin-left: 30px;
    width: 28px;
    height: 28px;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.1);
}

/* Navigator top */
.top .top-navigator {
   float: right;
}

.top .top-navigator > ul > li {
	display: inline-block;
	position: relative;
}

.top .top-navigator > ul > li > a {
	padding: 0 15px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-weight: bold;
}

.top .top-navigator > ul > li:last-child > a {
	border-right: 0;
	padding-right: 0;
}

.top .top-navigator ul > li > a:hover {
	color: #fff;
}

.top .top-navigator > ul > li > ul {
   position: absolute;
   left: 0;
   top: 149%;
   width: 200px;
   padding: 10px 0;
   background-color: #fff;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
      opacity: 0;
   visibility: hidden;
   z-index: 9999999;
   -webkit-transform: translate(0px, 10px);
	  -moz-transform: translate(0px, -10px);
	   -ms-transform: translate(0px, -10px);
		-o-transform: translate(0px, -10px);
		   transform: translate(0px, -10px);
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.top .top-navigator > ul > li > ul.right-sub-menu {
	left: auto;
	right: 0;
}

.top .top-navigator > ul > li:hover > ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
         -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    		box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0); 
}

.top .top-navigator > ul > li > ul li:first-child {
   	border-top: none;
}

.top .top-navigator > ul > li > ul li a {
   	display: block;
   	padding: 5px 18px;
   	line-height: 29px;
   	color: #15416e;
   	position: relative;
}

.top .top-navigator > ul > li > ul li a:before {
	display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
	background-color: #18ba60;
    vertical-align: middle;
    margin: -1px 10px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top .top-navigator > ul > li > ul li a:hover {
	background-color: #15416e;
}

.top .top-navigator > ul > li > ul li:hover a {
    background: #15416e;
    color: #ffffff;
}

/* Header
-------------------------------------------------------------- */
.header {
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.header .header-wrap {
	max-width: 1920px;	
	margin: 0 auto;	
	position: relative;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.header .header-wrap .logo {	
	-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;	
	margin: 19px 0 17px 0;	
	float: left;
    margin-right: 40px;
}

.header .header-wrap .show-search {
	padding-right: 32px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -17.5px;
	text-align: center;		
}

.header .header-wrap .show-search i {
	font-size: 12px;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #697ea4;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.header .header-wrap .show-search i:hover {
	border-width: 1px;
	border-color: #697ea4;
	border-style: solid;
	color: #697ea4;
	background-color: #fff;
}

.header .header-wrap .language-wrap ul li {
	display: inline-block;
	padding-right: 21px;
	position: relative;
}

.header .header-wrap .language-wrap ul li.current a {
	color: #202020;	
}

.header .header-wrap .language-wrap ul li a:hover {
	color: #697ea4;
}

.header .header-wrap .language-wrap ul li.current:after {
	position: absolute;
	right: 8px;
	top: 25px;
	content: "/";
	color: #202020;	
}

.header .header-wrap .language-wrap ul,
.header .header-wrap .language-wrap .btn-menu-active {
	float: right;
}

.header .header-wrap .language-wrap .btn-menu-active {
	text-align: center;
	padding: 0 25px;
	border-left: 1px solid #e5e5e5;
}

.header .header-wrap .language-wrap .btn-menu-active a {
	line-height: 73px;
}

.header .header-wrap .language-wrap ul li a {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #a5a5a5;
	line-height: 73px;
}

/* Header style2 */
.header.header-v2 .header-wrap {
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999999;
}

.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type="search"] {
	background: none;
    border-color: rgba(21, 65, 110, 0.15);
}

.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type="search"]:focus {
	border-color: #15416e;
}

#header.header.header-v2 #mainnav > ul > li > a.active {
	background-color: #18ba60;
	color: #fff;
}

#header.downscrolled.header.header-v2 .header-wrap {
	background-color: #fff;
}

#header.downscrolled.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type="search"] {
	background: #d8e7ef;
    border-color: transparent;
}

#header.downscrolled.header.header-v2 .header-wrap .top-search .widget.widget_search .search-form input[type="search"]:focus {
	border-color: #15416e;
}

/* Header sytle3 */
.header.header-v3 .flat-search {
	float: right;
}
.header.header-v3 .header-wrap {
	box-shadow: none;
}

.header.header-v3 .header-wrap.style {
	background-color: #15416e;
}

.header.header-v3 .header-wrap .nav-wrap {
	margin-top: 0;
}

.header.header-v3 .header-wrap #mainnav > ul > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	color: rgba(255, 255, 255, 0.8);
}

.header.header-v3 .header-wrap #mainnav > ul > li > a.active {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	border-top: transparent;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header.header-v3 .header-wrap #mainnav > ul > li > a:hover {
	color: #fff;
}

.header-v3 #mainnav > ul > li > a.active:after {
	width: 100%;
    height: 4px;
    content: "";
    bottom: -1px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #18ba60;
}

.header.header-v3 .header-wrap .top-search {
	margin-top: 7.5px;
}

#header.downscrolled.header-v3 #mainnav > ul > li > a {
	color: rgba(255, 255, 255, 0.8);
}

#header.downscrolled.header-v3 #mainnav > ul > li > a:hover {
	color: #fff;
}

#header.downscrolled.header-v3 #mainnav > ul > li > a.active {
	color: #fff;
}

/* Header style1 */
.top.style-v1 {
	padding: 9px 0 57px 0;
}

.header.header-v1 {
	background: transparent;
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	z-index: 99999;
}

.header.header-v1 .header-wrap {
	box-shadow: none;
}

.header.header-v1 .flat-wrapper .flat-wrapper-mainnav {
	padding: 0 30px;
	background-color: #fff;
}

.header.header-v1 .flat-wrapper .flat-wrapper-mainnav .nav-wrap {
	float: right;
}

.header.header-v1 .flat-wrapper #mainnav > ul > li > a.active {
	background-color: #18ba60;
	color: #fff;
}

#header.downscrolled.header.header-v1 {
	background: transparent;
	box-shadow: none;
}

#header.downscrolled.header.header-v1 .header-wrap {
	box-shadow: none;
}

#header.downscrolled.header.header-v1 #mainnav > ul > li > a.active {
	color: #fff;
}

.header.header-v1 .top-search {
    position: absolute;
    width: 250px;
    right: 25px;
    top: -25px;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
    		transition: all 0.3s ease 0s;
}

.header.header-v1 .top-search.show {
    top: -25px;
    right: 0;
    opacity: 1;
    z-index: 9999;
}

/* Header Fix */
#header.downscrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;	
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0); 
    top: -60px;
    max-width: 1920px;  
	margin: 0 auto;	
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

#header.upscrolled {
    opacity: 1;
    top: 0;	  
    max-width: 1920px;     
	margin: 0 auto;	
	background: #fff;	
	z-index: 99999;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    	    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#header.upscrolled #mainnav > ul > li > a {
	color: #174c81;
}

#header.upscrolled #mainnav > ul > li > a.active {
	color: #18ba60;
}

#header.upscrolled #mainnav > ul > li > a:hover {
	color: #18ba60;
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
	width: 92.708%;
}

/* navigation */
.nav-wrap {
	float: left;
	position: relative;
	margin-top: 28px;
}

#mainnav {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav > ul > li {
	float: left;
}

#mainnav ul li {
   position: relative;
}

#mainnav ul li.has-mega-menu {
    position: static;
}

#mainnav > ul > li {
   display: inline-block;   
}

#mainnav > ul > li > a {
    position: relative;
    display: block;
	text-transform: uppercase;
    color: #174c81;   
    font-size: 14px;
    text-decoration: none; 
    font-weight: 700;
    padding: 6px 16px 7px 16px;
    outline: none;
}

#mainnav > ul > li > a.active {
	border: 1px solid #18ba60;
	color: #18ba60;
}

/* submenu */
#mainnav ul.submenu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 250px;
    padding: 10px 0;
    background-color: #fff;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	   filter: alpha(opacity=0);
      opacity: 0;  
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
         -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    		box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 33px;
}

#mainnav ul li:hover > ul.submenu {
	top: 100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
   visibility: visible;
}

#mainnav ul li ul li {
   margin-left: 0;
}

#mainnav ul.submenu li ul {
   position: absolute;
   left: 360px;
   top: 0 !important;
}

#mainnav ul.submenu > li > a {
    display: block;
    font-family: "Hind Siliguri", sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    color: #2f4862;
    text-transform: capitalize;	
    text-decoration: none;
    padding: 5px 18px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a:before {
	display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
	background-color: #18ba60;
    margin: -1px 10px 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    		transform: rotate(45deg);
}

#mainnav ul.submenu > li > a:hover {
	background-color: #15416e;
	color: #fff;
}

#mainnav > ul > li > a:hover {
	color: #18ba60;
}

/* Mega Menu */
#mainnav .has-mega-menu > a {
	padding-bottom: 38px;
}

#mainnav .has-mega-menu .submenu.mega-menu {
	padding: 20px 0 15px 15px;
}

#mainnav .mega-menu {
    position: absolute;
    top: 150%;  
    left: -163px;
    padding: 15px 0;
    text-align: left;    
    z-index: 9999;
    background-color: #15416e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	  filter: alpha(opacity=0);
     opacity: 0;  
    visibility: hidden;
   -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.header-v3 #mainnav .mega-menu {
	left: 0;
}

.header-v1 #mainnav .mega-menu {
	left: -380px;
}

#mainnav .mega-menu.three-colums {
	width: 750px;
}

#mainnav .mega-menu.two-columns {
	width: 500px;
}

#mainnav .mega-menu.two-columns .menu-item {
	width: 50%;
}

#mainnav .mega-menu.three-colums .menu-item {
	width: 33.333333%;
}

#mainnav .mega-menu .menu-item {
	float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#mainnav .mega-menu .menu-item > a {
	color: #fff;
	padding: 10px 30px;
	line-height: 45px;
	font-size: 14px;
}

#mainnav .mega-menu .menu-item ul {
	float: none;
}

#mainnav ul li.has-mega-menu:hover > .mega-menu {
	top: 100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
      opacity: 1;
   visibility: visible;
}

.mega-menu ul li a {
	display: block;
    font-family: "Hind Siliguri", sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    color: rgba(216,231,239,0.5);
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mega-menu ul li a:hover {
    color: #fff;
}

.mega-menu ul li a:before {
	display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
    background-color: #18ba60;
    margin: -1px 10px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mega-title .btn-mega {
	color: #fff;
	margin-top: 0;
}

.has-mega-menu .latest-post .entry-wrapper .entry-content-wrap .entry-header .entry-title a {
	color: #18ba60;
}

.has-mega-menu .latest-post .entry-wrapper .entry-content-wrap .entry-header .entry-title a:hover {
	color: #fff;
}

/* Mega menu mobile */
#mainnav-mobi .submenu.mega-menu {
	padding-left: 15px;
	overflow: hidden;
}

#mainnav-mobi .mega-title .btn-mega {
	color: #15416e;
	font-weight: 700;
	text-transform: capitalize;
    font-size: 14px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

#mainnav-mobi ul > li.has-mega-menu > a {
	display: block;
}

#mainnav-mobi .btn-mega,
#mainnav-mobi .has-mega {
	position: relative;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
	position: absolute;
    right: 5px;
    top: -17px;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

#mainnav-mobi .has-mega:before {
	right: 20px;
    top: 0;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
    content: "\f107";
    color: #cccccc;
}

#mainnav-mobi .btn-mega.active:before,
#mainnav-mobi .has-mega.active:before {
	content: "\f106";
}

#mainnav-mobi .has-mega-menu .btn-submenu {
	display: none;
}

#mainnav-mobi ul > li.has-mega-menu .latest-post:last-child {
	margin-bottom: 30px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	position: absolute;
   	background-color: #ffffff;
   	z-index: 1000;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid rgba(54, 70, 115, 0.08);
   	cursor: pointer
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 15px;
   	color: #15416e;
}

#mainnav-mobi ul > li > a:hover {
	color: #18ba60
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
   	border-top: 1px solid rgba(54, 70, 115, 0.08);
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li > a {
	padding-left: 35px;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 40px 0;
	width: 26px;
	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #15416e;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	background-color: #18ba60;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	background-color: #18ba60;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #cccccc;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}

/* Flat header information
-------------------------------------------------------------- */
.flat-header-information {
	float: right;
    margin: 28px 0;
    font-size: 14px;
}

.flat-header-information .header-information {
	float: right;
	margin: 0 0 0 50px;
}

.info-icon {
    line-height: 1.4;
}

.info-icon i {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
    font-size: 28px;
    color: #18ba60;
}

.info-icon .content {
    float: right;
}

/* Flat search
-------------------------------------------------------------- */
.top-search {
    width: 250px;
    margin-top: 25px;
    margin-left: 5px;
}

/* Widget
-------------------------------------------------------------- */
/* Widget search */
.widget.widget_search {
	margin-bottom: 0;
}

.widget.widget_search .search-form {
    position: relative;
}

.widget.widget_search .search-form:after {
	position: absolute;
	top: 13px;
	right: 35px;
	content: "";
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.4);
}

.widget.widget_search .search-form .search-field {
	width: 100%;
	font-size: 14px;
	position: relative;
}

.top-search .widget.widget_search .search-form:after {
	top: 10px;
}

.top-search .widget.widget_search .search-form input[type="search"] {
	height: 40px;
}

.top-search .widget.widget_search .search-form .search-submit {
	height: 40px;
}

.widget.widget_search .search-form .search-submit {
	background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 45px;
    padding: 0;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

.widget.widget_search .search-form .search-submit:hover {
	background-color: transparent;
	-webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.widget.widget_search .search-form input[type="submit"] {
	color: #ffffff;
    height: 45px;
    line-height: 40px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    font-size: 0;
}

/* Page header
-------------------------------------------------------------- */
.flat-page-header {
	padding: 50px 0;
    text-align: center;
    position: relative;
}

.flat-page-header .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #18ba60;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       opacity: 0.5;
        filter: alpha(opacity=50); 
}

.flat-page-header .page-header-title .title {
	margin: 0;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    z-index: 99999;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Page title
-------------------------------------------------------------- */
.page-title {
	border: none;
    background: #f1f2f8;
}

.page-title.style1 {
	background-color: #fff;
	border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}

.page-title .breadcrumbs {
	padding: 15px 0;
}

.page-title .breadcrumbs ul.trail-items li {
	display: inline-block;
	color: #15416e;
	margin-right: 6px;
	position: relative;
}

.breadcrumbs ul.trail-items li.trail-item {
	margin-right: 0;
}

.breadcrumbs ul.trail-items li.trail-item:after {
    background: #b9c1cf;
    padding: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
    margin: -1px 12px 0 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-title .breadcrumbs ul.trail-items li a {
	color: #15416e;
}

.page-title .breadcrumbs ul.trail-items li a:hover {
	color: #18ba60;
}

.page-title .breadcrumbs ul.trail-items li.trail-end {
	color: #b9c1cf;
}

/* Blog post
-------------------------------------------------------------- */
.blog {
	padding: 50px 0;
}

.content-wrap {
	position: relative;
	overflow: hidden;
}

.content-wrap:before {
	width: 1px;
	height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(54, 70, 115, 0.08);
    left: 70%;
    position: absolute;
}

.main-content {
	position: relative;
	padding: 0 30px 0 15px;
	width: 70%;
	float: left;
}

.blog-post {
	margin-bottom: 50px;
    position: relative;
    border-bottom: 1px solid rgba(54, 70, 115, 0.08);
    padding-bottom: 50px;
}

.blog-post .entry-header {
	margin-bottom: 30px;
}

.blog-post .entry-header .entry-time {
	color: #18ba60;
	font-weight: 700;
	text-transform: uppercase;
    margin: 0;
    float: left;
    width: 85px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    line-height: 1;
}

.blog .blog-post .entry-header .entry-time span.entry-day, 
.blog-single .blog-post .entry-header .entry-time span.entry-day {
    display: block;
    font-size: 64px;
}

.blog .blog-post .entry-header .entry-time span, 
.blog-single .blog-post .entry-header .entry-time span {
    font-size: 14px;
    line-height: 0.7;
}

.blog .blog-post .entry-header .entry-time span, 
.blog-single .blog-post .entry-header .entry-time span {
    font-size: 14px;
    line-height: 0.7;
}

.blog .blog-post .entry-header .entry-header-content, 
.blog-single .blog-post .entry-header .entry-header-content {
    overflow: hidden;
}

.blog .blog-post .entry-header .entry-title, 
.blog-single .blog-post .entry-header .entry-title {
    margin: 3px 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
}

.blog .blog-post .entry-header .entry-title a, 
.blog-single .blog-post .entry-header .entry-title a {
    color: #15416e;
}

.blog .blog-post .entry-header .entry-title a:hover, 
.blog-single .blog-post .entry-header .entry-title a:hover {
    color: #18ba60;
}

.blog .blog-post .entry-header .entry-meta i, 
.blog-single .blog-post .entry-header .entry-meta i {
    margin-right: 5px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(54, 70, 115, 0.08);
    color: #b9c1cf;
}

.blog .blog-post .entry-header .entry-meta i:first-child, 
.blog-single .blog-post .entry-header .entry-meta i:first-child {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}

.blog .blog-post .entry-header .entry-meta a, 
.blog-single .blog-post .entry-header .entry-meta a {
    color: #b9c1cf;
}

.blog .blog-post .entry-header .entry-meta a:hover, 
.blog-single .blog-post .entry-header .entry-meta a:hover {
    color: #18ba60;
}

.blog .blog-post .entry-cover, 
.blog-single .blog-post .entry-cover {
    margin-bottom: 30px;
}

.blog .blog-post .entry-cover a, 
.blog-single .blog-post .entry-cover a {
    display: block;
    position: relative;
    background: #000000;
}

.blog .blog-post .entry-cover a:after, 
.blog-single .blog-post .entry-cover a:after, 
.blog .blog-post .entry-cover a:before, 
.blog-single .blog-post .entry-cover a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin-top: -15px;
    margin-left: -1px;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.blog .blog-post .entry-cover a:before, 
.blog-single .blog-post .entry-cover a:before {
    height: 1px;
    width: 30px;
    margin-top: -1px;
    margin-left: -15px;
}

.blog .blog-post .entry-cover a:hover img,
.blog-single .blog-post .entry-cover a:hover img {
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
}

.blog .blog-post .entry-cover a:hover:after,
.blog-single .blog-post .entry-cover a:hover:after,
.blog .blog-post .entry-cover a:hover:before,
.blog-single .blog-post .entry-cover a:hover:before {
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
  	opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  	filter: alpha(opacity=100);
}

.blog .blog-post .entry-content .readmore, 
.blog-single .blog-post .entry-content .readmore {
    margin-top: 25px;
}

.blog .blog-post .entry-content .readmore .more-link, 
.blog-single .blog-post .entry-content .readmore .more-link {
    padding: 7px 25px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    background-color: #18ba60;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog .blog-post .entry-content .readmore .more-link:hover, 
.blog-single .blog-post .entry-content .readmore .more-link:hover {
	background-color: #15416e;
}

.blog .blog-post .entry-content .readmore .more-link:after, 
.blog-single .blog-post .entry-content .readmore .more-link:after {
    font-family: "fontAwesome";
    content: "\f054";
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

/* Sidebar */
.sidebars {
    width: 30%;
    position: relative;
    float: left;
    padding: 0 15px 0 30px;
}

/* Widget */
.widget {
    margin-bottom: 60px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 40px 0 0 0;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.1;
}

.widget .widget-title:before {
	width: 11px;
    height: 11px;
    background-color: #18ba60;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.widget .widget-title:after {
    width: 200%;
    height: 1px;
    background: rgba(54, 70, 115, 0.08);
    content: "";
    position: absolute;
    top: 5px;
    left: 25px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

/* Widget recent news */
.widget.widget_recent_entries ul li {
    padding: 15px 0;
    border-bottom: 1px dotted rgba(54, 70, 115, 0.1);
}

.widget.widget_recent_entries ul li:first-child {
    padding-top: 0;
}

.widget.widget_recent_entries a {
    font-weight: bold;
    display: block;
    color: #15416e;
}

.widget.widget_recent_entries a:hover {
	color: #18ba60;
}

.widget.widget_recent_entries .post-date {
    display: block;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
    color: #b9c1cf;
}

.widget.widget_recent_entries .post-date:before {
    content: "\f017";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 10px;
}

.widget.widget_recent_entries li:last-child {
    padding-bottom: 0;
    border: none;
}

/* Widget categories */
.widget.widget_categories ul li, 
.widget.widget_pages ul li, 
.widget.widget_meta ul li {
    margin-bottom: 5px;
}

.widget.widget_archive ul li, 
.widget.widget_categories ul li {
    color: #b9c1cf;
}

.widget.widget_categories ul li a, 
.widget.widget_pages ul li a, 
.widget.widget_meta ul li a {
    position: relative;
}

.widget.widget_categories ul li a:before, 
.widget.widget_pages ul li a:before, 
.widget.widget_meta ul li a:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #18ba60;
    content: "";
    vertical-align: middle;
    margin: -1px 10px 0 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Widget text */
.widget.widget_text .textwidget .content-text {
	padding: 30px;
    background: #f1f2f8;
}

.widget.widget_text .textwidget .content-text .title {
	font-size: 20px;
	margin-top: 0;
	font-weight: 700;
	line-height: 1.1;
}

/* Widget tag cloud */
.widget.widget_tag_cloud .tagcloud {
    overflow: hidden;
}

.widget.widget_tag_cloud .tagcloud a {
    background-color: #15416e;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 5px 5px 0;
    float: left;
    position: relative;
    font-size: 14px !important;
}

.widget.widget_tag_cloud .tagcloud a:hover {
	background-color: #18ba60;
}

/* Blog single
-------------------------------------------------------------- */
.blog-single {
	padding: 50px 0;
}

.blog-single .blog-post {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 50px;
    position: relative;
}

.blog-single .blog-post .entry-cover {
    margin-bottom: 40px;
}

.blog-single .blog-post .entry-footer {
    margin-top: 40px;
}

.blog-single .blog-post .entry-footer .entry-tags {
    overflow: hidden;
}

.blog-single .blog-post .entry-footer .entry-tags a {
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 5px 5px 0;
    float: left;
    background-color: #15416e;
    position: relative;
    font-size: 14px;
}

.blog-single .blog-post .entry-footer .entry-tags a:hover {
	background-color: #18ba60;
}

.blog-single .navigation {
    margin-bottom: 50px;
}

.navigation.post-navigation .nav-links {
    margin: 0;
    padding: 20px 0 17px 0;
    border-top: 1px solid rgba(54, 70, 115, 0.08);
    border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}

.navigation.post-navigation .nav-links:after {
    clear: both;
    content: "";
    display: table;
}

.navigation.post-navigation .nav-links li {
    list-style: none;
    float: left;
    width: 50%;
}

.navigation.post-navigation .nav-links li a {
    display: block;
    font-weight: bold;
    color: #15416e;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 0 10px 0 60px;
}

.navigation.post-navigation .nav-links li a:hover {
	color: #18ba60;
}

.navigation.post-navigation .nav-links li a span {
	color: #18ba60;
	display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.navigation.post-navigation .nav-links li a:after {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: rgba(54, 70, 115, 0.08);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    color: #ffffff;
    background-color: #15416e;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.navigation.post-navigation .nav-links li a:hover:after {
	background-color: #18ba60;
}

.navigation.post-navigation .nav-links li.next-post {
    float: right;
}

.navigation.post-navigation .nav-links li.next-post a {
    text-align: right;
    padding: 0 60px 0 10px;
}

.navigation.post-navigation .nav-links li.next-post a:after {
    content: "\f054";
    right: 0;
    left: auto;
}

/* Comment form */
.comments-area .comment-respond .comment-reply-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	color: #15416e;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.comments-area .comment-respond .comment-reply-title:after {
	width: 50px;
    height: 3px;
    background-color: #18ba60;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
}

.comment-form p label {
    display: block;
    margin-bottom: 5px;
}

.comment-form .comment-form-url {
    margin-bottom: 30px;
}

/* Navigation
-------------------------------------------------------------- */
.navigation .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #15416e;
    margin-right: 5px;
    background: #e8f1f5;
}

.navigation .page-numbers:hover {
	color: #18ba60;
}

.navigation .page-numbers.current {
	background-color: #18ba60;
	color: #ffffff;
}

/* Flat search result
-------------------------------------------------------------- */
.search-results {
    margin: 30px 0 0 0;
}

.search-results article {
    padding: 30px 0 30px 75px;
    position: relative;
    border-bottom: 1px dotted rgba(54, 70, 115, 0.1);
    text-align: inherit;
}

.search-results article .counter {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #18ba60;
    line-height: 50px;
    text-align: center;
    top: 30px;
    left: 0;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.search-results article .entry-title {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.search-results article .entry-date {
    margin-bottom: 10px;
    color: #b9c1cf;
}

.search-results article .entry-date:before {
    content: "\f017";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 5px 0 0;
}

.search .navigation {
    margin-top: 30px;
}

/* 404
-------------------------------------------------------------- */
.page-404 {
	margin: 50px 0;
}

.heading-404 {
    margin-bottom: 50px;
    text-align: center;
}

.content-404 {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.content-404 h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 24px;
}

/* Boxed
-------------------------------------------------------------- */
.boxed {
    overflow-x: hidden;
}

.home-boxed .boxed {
	width: 92.708%;
	margin: 0 auto;
	position: relative;	
	background: #fff;
	height: 100%;
  	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   position: fixed;
   left: -220px;
   top: 80px;
   width: 220px;
   background-color: #000;
   z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
    text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
}

.switcher-container h2 a {
   background-color: #000;
   display: block;
   position: absolute;
   right: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
   color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
	right: 0;
}

.switcher-container h2 a.active:after {
	position: absolute;
	right: 21px;
	top: 0;
	content: "\f104";
	font-family: "FontAwesome";
	color: #18bc60;
	font-size: 22px;
}

.switcher-container h2 a.active i {
	display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   	margin-top: 10px;
   	font-size: 25px;
   	color: #999;
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear; 
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
	color: #fff;
}

.switcher-container h3 {
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
}

.switcher-container .selector-box {   
   color: #fff;
   overflow: hidden;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
	background-color: #272727;
	padding: 21px 0 30px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even {
	background-color: #191919;
	padding: 21px 0 25px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even a {	
	font-family: "Karla", sans-serif;
    text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #15416e;
	border: 1px solid #15416e;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {	
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 17px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	position: relative;
	width: auto;
	padding: 0;	
	width: 30px;
	height: 30px;
	background-color: #15416e;	
	display: inline-block;
	margin-right: 5px;	
}

.sw-odd .ws-colors a.current:before {
	position: absolute;
    left: 8px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	z-index: 999;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

.sw-odd .ws-colors a:after {
	position: absolute;
    right: -3px;
    top: 2px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #18ba60;
    transform: rotate(45deg);
}

.sw-odd #color2 {
	background-color: #243182;
}

.sw-odd .ws-colors a#color2:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #ffe71e;
}

.sw-odd #color3 {
	background-color: #0d404f;
}

.sw-odd .ws-colors a#color3:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #e6694a;
}

.sw-odd #color4 {
	background-color: #34314c;
}

.sw-odd .ws-colors a#color4:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #47b8e0;
}

.sw-odd #color5 {
	background-color: #008c9e;
}

.sw-odd .ws-colors a#color5:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #1cbac8;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {	
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 20px;   
   	width: 40px;
   	height: 40px;
   	cursor: pointer;   
    background-color: #15416e;
   	line-height: 40px;
   	text-align: center;   	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
    
}

.go-top.show {
	right: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 3px;	
}

.go-top:hover {
    background-color: #18ba60;
}

.go-top:hover i {
	color: #fff;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	background-color: #15416e;
	font-size: 14px;
}

.content-bottom-widgets {
    color: rgba(255, 255, 255, 0.75);
}

.content-bottom-widgets .ft-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    padding-right: -15px;
    padding-left: -15px;
}

.content-bottom-widgets .ft-wrapper .footer-70 {
	width: 83.33333333333333%;
	float: left;
}

.content-bottom-widgets .ft-wrapper .footer-30 {
	width: 16.666666666666668%;
	float: left;
}

.content-bottom-widgets .widget .custom-info i {
    margin-right: 10px;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.1);
}

.content-bottom-widgets .logo-ft {
	float: right;
}

.footer-widgets {
    padding: 50px 0;
    color: rgba(255, 255, 255, 0.75);
}

.footer-widgets .widget.widget_nav_menu ul {
    display: inline-block;
    width: 100%;
}

.footer-widgets .widget.widget_nav_menu ul li {
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 7px;
}

.footer-widgets .widget a {
    color: rgba(255, 255, 255, 0.85);
}

.footer-widgets .widget a:hover {
	color: #fff;
}

.footer-widgets .widget.widget_nav_menu ul li:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #18ba60;
    content: "";
    vertical-align: middle;
    margin: -1px 10px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-widgets input[type="submit"] {
	font-size: 14px;
}

.widget.widget_mc4wp_form_widget .ft-form p label {
	margin-bottom: 10px;
}

.footer-content {
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    padding: 25px 0;
}

.footer-content .social-links {
    margin: 10px 0 20px 0;
}

.footer-content .social-links a {
    margin: 0 3px;
}

.footer-content .copyright {
    color: rgba(255, 255, 255, 0.75);
}

.footer-content .copyright a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: bold;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
    background-size: cover;
}

.parallax1 { background-image: url(../images/bg-parallax1.jpg); }

.parallax2 { background-image: url(../images/bg-parallax2.jpg); }

.parallax3 { background-image: url(../images/bg-parallax3.png); }

.parallax4 { background-image: url(../images/bg-parallax4.jpg); }

.parallax5 { background-image: url(../images/bg-parallax5.jpg); }

.bg-contact { 
	background-image: url(../images/bg-parallax5.jpg);
    background-repeat: no-repeat;
    background-position: center center;    
}

.bg-playvideo { background-image: url(../images/bg-parallax2.jpg); } 
.bg-playvideo { background-size: cover; }

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	max-height: 500px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
}

.tp-bullets.simplebullets.navbar {
	height: 35px;
	padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: #fff !important;	
	width: 10px !important;
	height: 10px !important;	
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
       filter: alpha(opacity=60);
      opacity: 0.6;	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	margin-right: 5px !important;
	-webkit-border-radius: 50%;	
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	   -moz-transition: background-color 0.2s, border-color 0.2s;
	     -o-transition: background-color 0.2s, border-color 0.2s;
	    -ms-transition: background-color 0.2s, border-color 0.2s;
			transition: background-color 0.2s, border-color 0.2s;
	float:none !important;
}

.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	background: #fff !important;
	width: 10px !important;
	height: 10px !important;
	-webkit-border-radius: 50%;	
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;	
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
	border: 5px solid #fff !important;
}

/* Preload
-------------------------------------------------------------- */
.page-loading .loading-overlay {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: block;
    visibility: visible;
}

.loading-overlay {
	position: fixed;
    background: #ffffff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    visibility: hidden;
    display: none;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.loading-overlay:after {
    position: fixed;
    content: "";
    width: 64px;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
    background: url(../images/preloader.gif);
}


.newslist{  margin:40px 0;}
.newslist img{  margin:10px;}
.news_con{ overflow:hidden;float:right;}
.newslist h2{ height:39px; font:24px "Microsoft Yahei"; background:url(../images/newslist_l.gif) no-repeat left bottom; overflow:hidden; color:#323232;}
.newslist h2 em{ font:18px "Microsoft Yahei"; color:#cdcdcd; text-transform:uppercase; padding-left:8px;}
.newslist dt{ width:110px; float:left; height:95px; font:16px Arial, Helvetica, sans-serif; text-align:center; line-height:95px; background:url(../images/newslist_bg.gif) no-repeat; color:#fff;  }
.newslist dl{ margin-top:18px; height:95px; border:1px solid #ddd; overflow:hidden;background: #f4f4f4;}
.newslist dd h3{ font:16px "Microsoft Yahei"; color:#333; line-height:30px; margin:10px 0 0 0;}
.newslist dd p{ font:14px "Microsoft Yahei"; line-height:20px; color:#6e6e6e; margin-top:5px;}
.newslist dd p a{ color:#e62129;}
.newslist .dl01{ height:151px; padding:18px 18px 0 18px; background:#f4f4f4;}
.newslist .dl01 dt{ width:233px; height:126px; overflow:hidden;}
.newslist .dl01 dt img{width:233px; height:126px;}
.newslist .dl01 dd{ width:600px;}
.newslist .dl01 dd h3{ height:43px; line-height:43px; white-space:nowrap;overflow:hidden; text-overflow:ellipsis;}
.newslist .dl01 dd h3 em{ display:inline-block; font:20px "Microsoft Yahei"; background:url(../images/focus_icon.png) no-repeat left top; text-align:center; color:#e62129; height:43px; width:92px; margin-right:10px; line-height:48px;}
.newslist .dl01 dd p{ font:14px "Microsoft Yahei"; color:#6e6e6e; line-height:24px; margin-top:12px;}

/*资讯中心列表页面（标题列表）--dl_2*/
ul.news_ul { line-height:25px; font-size:13px; color:#666;margin-bottom:10px; }
ul.news_ul li { background:url(../images/ico10.gif) no-repeat 0 11px; padding-left:10px; height:25px;font-family: 'Microsoft YaHei','微软雅黑';}
ul.news_ul li a {  font-size: 13px;}
ul.news_ul li .a_2 { width:405px; display:block; float:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  }

ul.news_ul .last{ float:right; font-size:12px; color:#888;padding: 0 5px 0 8px;}
/*资讯中心列表页面（图片列表）--dl_2*/
.Help_3{ padding-top:8px; padding-bottom:20px;}
dl.dl_2 { width:208px; padding:25px 22px 0; float:left; display:inline-block;}
dl.dl_2 dt { width:204px; height:148px; overflow:hidden; } /*图片边框*/
dl.dl_2 dt a { width:200px; height:144px;  padding:1px; border:1px solid #ececec; display:block;}
dl.dl_2 img { display:block;  }
dl.dl_2 dd {width:200px; height:24px; line-height:24px;overflow:hidden; text-align:center; padding:10px 4px 0; font-size:14px; text-overflow:ellipsis; white-space:nowrap;}

 
 @media (min-width: 480px) {
.newslist dd{ width:77%; float:left; margin-left:2%}

   }
 
 
@media only screen and (min-width: 991px) and (max-width: 1199px) {
	 

}
@media only screen and (min-width: 1199px)  {

}
 
/* All Mobile Sizes */
@media (max-width: 438px) {
	.newslist dd{ width:77%; float:left; margin-left:2%}


}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}
 
.kd-package-list article:hover .days-counter {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}
.kd-loadsection {
	float: left;
	width: 100%;
	text-align: center;
}
.kd-loadmorebtn {
	display: inline-block;
	background-color: #fade03;
	font-size: 14px;
	color: #ffffff;
	padding: 12px 25px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px;
}
/* Package Detail */
.kd-package-detail,.detail-thumb,.detail-thumb img,.kd-pkg-info,.kd-imageframe {
	float: left;
	width: 100%;
}
.detail-thumb {
	border: 1px solid #cfcfcf;
	padding: 10px;
	margin-bottom: 20px;
}
.kd-pkg-info {
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	padding: 20px;
	margin-bottom: 20px;
}
.kd-pkg-info ul { float: left; }
.kd-pkg-info ul li {
	list-style: none;
	margin-bottom: 8px;
	color: #838383;
	font-size: 14px;
}
.kd-pkg-info ul li strong { color: #838383; }
.kd-pkg-info ul li i {
	width: 28px;
	height: 28px;
	border: 1px solid #bababa;
	color: #bababa;
	border-radius: 100%;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin-right: 10px;
}
.kd-booking-btn {
	float: right;
	color: #ffffff;
	padding: 12px 25px;
	text-transform: uppercase;
}
blockquote {
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	border-left: 7px solid;
	border-right: 7px solid;
	font-size: 26px;
	color: #1a1919;
	font-style: italic;
	padding: 30px;
	font-weight: 300;
	box-shadow: 0px 7px 11px 0px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.kd-rich-editor p { margin-bottom: 25px; }
.kd-rich-editor h2 { margin-bottom: 3px; }
.kd-list-style ul li {
	line-height: 1;
	margin: 0px 0px 13px 0px;
	font-size: 14px;
}
.icon-style li {
	list-style: none;
	color: #7a7a7a;
}
.icon-style li i { margin-right: 10px; }
.kd-imageframe { margin-bottom: 25px; }
.kd-imageframe h2 { margin-bottom: 12px; }
.kd-imageframe .kd-list { margin-bottom: 10px; margin-left: 30px; }
.kd-imageframe .kd-list ul li {
	margin: 0px;
	font-size: 14px;
}
.kd-imageframe figure,.kd-imageframe figure img {
	float: left;
	width: 100%;
}
/* Thumb Hover */
.thumb-hover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
	font-size: 60px;
	text-align: center;
	opacity: 0;
}
.thumb-hover i {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	margin: -30px 0px 0px 0px;
	opacity: 0.6;
}
.kd-imageframe:hover figure .thumb-hover { opacity: 1; }
.kd-imageframe:hover figure .thumb-hover i { top: 50%; }
/* User Tag */
.kd-user-tag {
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	box-shadow: 0px 7px 11px 0px rgba(0,0,0,0.1);
	border-left: 7px solid;
	border-right: 7px solid;
	padding: 20px 20px 15px 20px;
	margin-bottom: 30px;
}
.kd-tag span {
	float: left;
	font-weight: 300;
	font-size: 14px;
	margin: 4px 12px 0px 0px;
	color: #7a7a7a;
}
.kd-tag span i { margin-right: 4px; }
.kd-tag ul { float: left; }
.kd-tag ul li {
	float: left;
	list-style: none;
	line-height: 1;
	margin: 0px 7px 5px 0px;
}
.kd-tag ul li a {
	float: left;
	border: 1px solid #e1e1e1;
	padding: 6px 15px;
	font-size: 14px;
	color: #7a7a7a;
}
.kd-tag ul li:hover a { color: #ffffff; }
.kd-user-tag .kd-social-network { float: right; }
.kd-user-tag .kd-social-network ul li { margin-left: 4px; }
.kd-user-tag .kd-social-network ul li a {
	width: 34px;
	height: 34px;
	color: #ffffff;
	background-color: #000;
	border-radius: 100%;
	float: left;
	text-align: center;
	padding: 2px 0px 0px 0px;
}
.kd-user-tag .kd-social-network ul li a[data-original-title="Facebook"] 	{ background-color: #3c599b; }
.kd-user-tag .kd-social-network ul li a[data-original-title="Twitter"] 		{ background-color: #29a9e1; }
.kd-user-tag .kd-social-network ul li a[data-original-title="Tumblr"] 		{ background-color: #30506d; }
.kd-user-tag .kd-social-network ul li a[data-original-title="Dribbble"] 	{ background-color: #eb4c89; }
.kd-user-tag .kd-social-network ul li a[data-original-title="Youtube"] 		{ background-color: #cb312e; }
/* Related Post */
.kd-related-post,.kd-package-post ul li figure img {
	float: left;
	width: 100%;
}
.kd-related-post ul li { margin-bottom: 20px; }
.kd-package-post ul li figure {
	border: 1px solid #cfcfcf;
	float: left;
	width: 100%;
	padding: 10px;
	background-color: #ffffff;
}
.kd-package-post ul li figure figcaption {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 91%;
	background-color: rgba(0,0,0,0.7);
	color: #b8b8b8;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 5px;
}
.kd-package-post ul li figure figcaption a { color: #ffffff; }
/* Section Title */
.kd-section-title {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.kd-section-title h3,.kd-section-title h2 {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #eee;
    float: left;
    padding: 0 0 5px;
    position: relative;
}
.kd-section-title h3:before,.kd-section-title h2:before,.kd-widget-title h2:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 60px;
	height: 1px;
}
.kd-section-title h2 { margin-bottom: 0px; }
/* Blog Listing */
.kd-blog-list,.kd-blog-list figure img,.kd-bloglarge figure,.kd-bloggrid figure {
	float: left;
	width: 100%;
}
.kd-blog-list article { margin-bottom: 20px; }
.kf_sticky .logo,.kf_sticky,.kf_sticky .navbar-nav > li,.kf_sticky .kd-search{
		-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.kd-blog-list figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	opacity: 0;

	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;

	-webkit-transform: translateX(-100px);
	   -moz-transform: translateX(-100px);
	    -ms-transform: translateX(-100px);
	     -o-transform: translateX(-100px);
	        transform: translateX(-100px);
}
.kd-blog-list article:hover figure figcaption {
	opacity: 1;
	-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	     -o-transform: translateX(0px);
	        transform: translateX(0px);
}
.kd-blog-list figure figcaption a {
	position: absolute;
	width: 100%;
	left: -100px;
	top: 50%;
	margin: -10px 0px 0px 0px;
	font-size: 30px;
	color: #ffffff;
	opacity: 0;

	-webkit-transition: all 0.6s ease-in-out;
	   -moz-transition: all 0.6s ease-in-out;
	    -ms-transition: all 0.6s ease-in-out;
	     -o-transition: all 0.6s ease-in-out;
	        transition: all 0.6s ease-in-out;

}
.kd-blog-list article:hover figure figcaption a {
	opacity: 1;
	left: 0px;
}
.kd-blog-list .kd-bloginfo h2 { margin: 0px; }
.kd-blog-list .kd-bloginfo p { margin: 0px 0px 18px 0px; }
.kd-postoption {
	display: inline-block;
	width: 100%;
}
.kd-blog-list ul li { list-style: none; }
.kd-postoption li {
	float: left;
	margin-right: 6px;
	text-transform: uppercase;
	color: #999999;
}
.kd-postoption li a,.kd-blogcomment li a,.kd-usernetwork .kd-social-network li a { color: #999999; }
.kd-usernetwork {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #dedede;
	padding-top: 14px;
	position: relative;
}
.kd-usernetwork:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -1px;
	width: 90px;
	height: 1px;
}
.kd-blogcomment {
	display: inline-block;
}
.kd-blogcomment li {
	float: left;
	margin-right: 14px;
}
.kd-blogcomment li i { margin-right: 4px; }
.kd-usernetwork .kd-social-network { float: right; }
.kd-usernetwork .kd-social-network li a { font-size: 13px; }
/* Blog Medium View */
.kd-blogmedium figure {
	width: 255px;
	float: left;
	overflow: hidden;
}
.kd-blogmedium figure ~ .kd-bloginfo {
	padding-left: 275px;
}
.kd-blogmedium .bloginner {
	background-color: #fcfcfc;
	float: left;
	padding: 15px 20px 15px 15px;
	box-shadow:0 0 2px 0 rgba(0, 0, 0, 0.3);
}
/* BlogLarge View */
.kd-bloglarge figure,.kd-bloggrid figure {
	overflow: hidden;
	margin-bottom: 15px;
}
/* Blog Detail */
.inn-detail {
	float: left;
	width: 100%;
}
.kd-detail-time {
	float: left;
	color: #ffffff;
	padding: 15px 18px 0px 18px;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
.kd-detail-time span {
	display: block;
	font-size: 30px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 4px;
}
.kd-blog-detail .kd-rich-editor {
	padding: 0px 0px 0px 100px;
}
.kd-blog-detail .kd-rich-editor h3 {
	text-transform: uppercase;
	font-weight: 300;
	margin: 0px 0px 8px 0px;
}
.kd-detailpost-option {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.kd-detailpost-option li {
	float: left;
	list-style: none;
	margin: 0px 6px 0px 0px;
	position: relative;
	font-size: 18px;
	color: #b0b0b0;
}
.kd-detailpost-option li a {
	color: #b0b0b0;
}
.kd-detailpost-option li:before {
	content: '/';
	float: left;
	color: #b0b0b0;
	margin: 0px 6px 0px 0px;
}
.kd-detailpost-option li:first-child:before { display: none; }
/* Admin */
.kd-admin {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	padding: 20px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.kd-admin figure {
	float: left;
	width: 80px;
	margin: 0px;
}
.kd-admin figure ~ .admin-info { padding: 0px 0px 0px 100px; }
.kd-admin .admin-info h2 {
	text-transform: uppercase;
	margin: 0px 0px 4px 0px;
}
/* Comment */
#kdcomments {
	float: left;
	width: 100%;
}
#kdcomments h2 { margin: 0px 0px 30px 0px; }
#kdcomments ul ul { margin: 0px; }
#kdcomments ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 25px;
}
#kdcomments ul li figure {
	float: left;
}
#kdcomments ul li figure ~ .text {
	margin: 0px 0px 0px 110px;
	float: none;
	width: auto;
}
#kdcomments ul li .text {
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px solid #e1e1e1;
	position: relative;
}
#kdcomments ul li .text a {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	float: left;
}
#kdcomments ul li .text time {
	color: #b5b5b5;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 16px;
}
#kdcomments ul li .text p { margin-top: 8px; }
#kdcomments ul li .text time i { margin-right: 7px; }
#kdcomments ul li .text:before,#kdcomments ul li .text:after {
	content: '';
	position: absolute;
	left: -9px;
	top: 30px;
	border-top: 9px solid transparent;
	border-right: 9px solid #ffffff;
	border-bottom: 9px solid transparent;
	z-index: 2;
}
#kdcomments ul li .text:after {
	border-right: 9px solid #e1e1e1;
	left: -10px;
	z-index: 0;
}
#kdcomments .children li { margin-bottom: 0px; }
#kdcomments .children { margin: 0px 0px 0px 50px; }
#kdcomments ul li .text .replay-btn {
	position: absolute;
	right: 13px;
	top: 13px;
	padding: 1px 15px;
	border: 1px solid #e8e8e8;
	font-size: 12px;
	font-weight: bold;
}
#kdcomments ul li .text .replay-btn:hover { color: #ffffff; }
/* Comment Form */
#respond,#respond form,#respond form p.kd-textarea,#respond form p textarea {
	float: left;
	width: 100%;
}
#respond h2 {
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}
#respond form p {
	float: left;
	width: 50%;
	padding: 0px 25px 25px 0px;
	margin: 0px;
}
#respond form p:nth-child(2n),#respond form p.kd-textarea { padding-right: 0px; }
#respond form input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #e1e1e1;
	height: 40px;
	color: #333333;
	padding: 9px;
}
#respond form input[type="text"]:focus,#respond form p textarea:focus {
	background-color: #f4f4f4;
}
#respond form p textarea {
	height: 170px;
	border: 1px solid #e1e1e1;
	color: #333333;
	padding: 9px;
}
#respond form p input[type="button"],#respond form p input[type="submit"] {
	float: left;
	padding: 5px 15px;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
}
#respond form p.kd-button { width: 100%; }
/* Booking Tabs */
.kd-bookingtab {
	float: left;
	width: 100%;
}
.nav-tabs { border: none; }
.kd-bookingtab .nav-tabs > li > a {
	font-size: 24px;
	color: #000;
	padding: 12px 34px 12px 34px;
	float: left;
	border-right: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	border-radius: 0px;
	margin-right: 0px;
	background-color: #fcfcfc;
}
.kd-bookingtab .nav-tabs > li:first-child > a { border-left: 1px solid #f0f0f0; }
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: #087dc2;
	color: #ffffff;
}
.kd-booking-list {
	background-color: #087dc2;
	padding: 40px 40px 40px 40px;
	display: inline-block;
}
.kd-booking-list li {
	float: left;
	list-style: none;
	width: 100%;
	font-weight: bold;
}
.kd-booking-list li i { margin-right: 12px; }
.kd-booking-list li, .kd-booking-list h2 { color: #ffffff; }

/* Tab Booking Form */
.kd-bookingform {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 35px 25px 30px 25px;
}
.kd-bookingform ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px 0px 9px 0px;
}
.kd-bookingform ul li label {
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	width: 33%;
	float: left;
	margin: 4px 0px 0px 0px;
}
.kd-datepicker {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #b7b7b7;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
}
.kd-bookingform ul li input[type="text"] {
	width: 67%;
	border: 1px solid #eeeeee;
	box-shadow: none;
	height: 38px;
	color: #999999;
}
.kd-bookingform ul li .input-group input[type="text"] {
	width: 100%;
}
.input-group-addon { color: #ffffff; }
.kd-bookingform .kd-tourform {
	position: static;
	float: left;
	width: 100%;
}
.kd-bookingform .kd-tourform ul { margin: 0px; }
.kd-bookingform .kd-tourform ul li {
	padding: 0px;
}
.kd-bookingform .kd-tourform label {
	float: left;
	width: 67%;
}
.kd-bookingform .kd-tourform ul li span {
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	width: 33%;
	float: left;
	margin: 8px 0px 0px 0px;
}
.kd-bookingform .kd-tourform ul li input[type="submit"] {
	float: right;
	width: auto;
	padding: 6px 15px;
	margin-top: 15px;
}
/* Team Style */
.kd-team,.kd-teamgrid figure,.kd-teamgrid figure img {
	float: left;
	width: 100%;
}
.kd-teamgrid article {
	text-align: center;
	margin-bottom: 30px;
}
.kd-teamgrid figure {
	position: relative;
	margin-bottom: 11px;
}
.kd-team figure:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.kd-team article:hover figure:before { opacity: 0.5; }
.kd-teaminfo h5 { margin: 0px; }
.kd-teaminfo span {
	margin: 0px 0px 7px 0px;
	display: inline-block;
	width: 100%;
}
.kd-teaminfo .kd-social-network {
	display: inline-block;
	float: none;
}
.kd-teaminfo .kd-social-network li { margin: 0px 18px 0px 0px; }
.kd-teaminfo .kd-social-network a { font-size: 24px; }
.kd-teaminfo .kd-social-network a[data-original-title="Facebook"] { color: #3b5997; }
.kd-teaminfo .kd-social-network a[data-original-title="Twitter"] { color: #29c5f6; }
.kd-teaminfo .kd-social-network a[data-original-title="Google"] { color: #d13d2f; }
.kd-teaminfo .kd-social-network a[data-original-title="Linkedin"] { color: #006dc0; }
/* Team Medium */
.kd-team-wrap,.kd-medium article figure img {
	float: left;
	width: 100%;
	background-color: #fcfcfc;
}
.kd-medium article { margin-bottom: 30px; }
.kd-medium article figure {
	float: left;
	width: 270px;
	margin: 0px;
}
.kd-medium article .kd-teaminfo {
	float: left;
	width: 100%;
	padding: 25px;
}
.kd-medium article figure ~ .kd-teaminfo {
	padding: 35px 20px 0px 295px;
	float: none;
	width: auto;
}
/* Team Detail */
.kd-team-shortinfo {
	float: left;
	width: 100%;
}
.kd-team-shortinfo ul ul { margin: 0px; }
.kd-team-shortinfo ul li figure {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.kd-team-shortinfo ul li {
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.kd-team-shortinfo ul li span {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
}
.kd-team-shortinfo ul li p { color: #999; }
.kd-team-shortinfo .kd-social-network ul li {
	float: left;
	list-style: none;
	width: auto;
	margin: 0px 5px 5px 0px;
}
.kd-team-shortinfo .kd-social-network ul li a { font-size: 30px; }
.kd-team-shortinfo .kd-social-network ul li a[data-original-title="Facebook"] 		{ color: #3b5997; }
.kd-team-shortinfo .kd-social-network ul li a[data-original-title="Twitter"] 		{ color: #29c5f6; }
.kd-team-shortinfo .kd-social-network ul li a[data-original-title="Google-plus"] 	{ color: #d13d2f; }
.kd-team-shortinfo .kd-social-network ul li a[data-original-title="Linkedin"] 		{ color: #006dc0; }
/* Team Honor */
.kd-team-honor {
	float: left;
	width: 100%;
}
.kd-team-honor ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 15px;
}
.kd-team-honor ul li:last-child { margin-bottom: 0px; }
.kd-team-honor ul li i { margin-right: 7px; }
.kd-team-honor ul li p {
	padding: 0px 0px 0px 28px;
}
/* Gallery List */
.kd-gallery,.kd-gallery ul li figure,.kd-gallery ul li figure img,.kd-galleryinfo {
	float: left;
	width: 100%;
}
.kd-gallery ul.row { margin: 0px; }
.kd-gallery ul li {
	list-style: none;
	padding: 0px;
	margin-bottom: 30px;
	text-align: center;
}
.kd-gallery ul li figure {
	margin-bottom: 17px;
	position: relative;
}
.kd-gallery ul li figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.kd-gallery ul li figure figcaption:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.kd-gallery ul li:hover figure figcaption:before { opacity: 0.5; }
.kd-gallery ul li:hover figure figcaption,.kd-gallery ul li:hover figure figcaption a { opacity: 1; }
.kd-gallery ul li figure figcaption a {
	position: absolute;
	left: 50%;
	top: 45%;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	color: #333;
	font-size: 20px;
	padding: 9px 0px 0px 0px;
	margin: -12px 0px 0px -10px;
	opacity: 0;

	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}
.kd-gallery ul li:hover figure figcaption a { top: 50%; }
.kd-galleryinfo h5 {
	margin: 0px;
	line-height: 1;
}
.kd-galleryinfo span {
	font-size: 12px;
	color: #666666;
}
/* Counter */
.kd-counter {
	float: left;
	width: 100%;
}
.kd-counter ul li {
	list-style: none;
	text-align: center;
}
.kd-counter ul li i {
	color: #ffffff;
	margin: 0px 0px 18px 0px;
}
.kd-counter ul li span {
	color: #ffffff;
	display: block;
	font-size: 50px;
	font-weight: bold;
	padding: 0px 0px 16px 0px;
	position: relative;
	margin-bottom: 5px;
}
.kd-counter ul li span:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 80px;
	height: 3px;
	border-bottom: 2px solid #ffffff;
	margin: 0px 0px 0px -40px;
}
.kd-counter ul li small {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}
/* Testimonial */
.kd-testimonial {
	float: left;
	width: 100%;
}
.kd-testimonial ul li { margin-bottom: 30px; }
.kd-testmnl-info {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #dedede;
	padding: 30px 22px;
	border-radius: 10px;
	margin-bottom: 28px;
	position: relative;
}
.kd-testmnl-info:before {
	content: '';
	position: absolute;
	left: 45px;
	bottom: -18px;
	border-left: 0px solid transparent;
	border-right: 10px solid transparent;
	border-top: 18px solid #ffffff;
	z-index: 2;
}
.kd-testmnl-info:after {
	content: '';
	position: absolute;
	left: 44px;
	bottom: -22px;
	border-left: 0px solid transparent;
	border-right: 12px solid transparent;
	border-top: 22px solid #dedede;
	z-index: 0;
}
.kd-testmnl-info i { color: #e8e8e8; }
.kd-testmnl-info p {
	text-align: center;
	font-size: 15px;
}
.kd-testimonial figure {
	float: left;
	width: 100%;
}
.kd-testimonial .kd-thumb {
	float: left;
}
.kd-testimonial .kd-thumb img { border-radius: 100%; }
.kd-testimonial .kd-thumb ~ figcaption {
	padding: 16px 0px 0px 96px;
}
.kd-testimonial figcaption h2 {
	margin: 0px;
	line-height: 1;
}
.kd-testimonial figcaption span {
	color: #666666;
	font-size: 12px;
}
/* Partner */
.kd-partner {
	float: left;
	width: 100%;
}
.kd-partner ul li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	border: 1px solid #dedede;
	padding: 0px;
	margin-bottom: -1px;
}
/* SubsCribe Section */
.kd-subscribe {
	float: left;
	width: 100%;
	text-align: center;
}
.kd-subscribe form {
	display: inline-block;
}
.kd-subscribe form p {
	float: left;
	width: auto;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.kd-subscribe form p input[type="text"] {
	float: left;
	width: 370px;
	background-color: #f9fafb;
	height: 59px;
	border: 1px solid #dedede;
	padding: 8px 30px;
	border-radius: 6px;
}
.kd-subscribe form p input[type="submit"] {
	border: 1px solid #dedede;
	color: #ffffff;
	padding: 11px 26px;
	float: left;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 6px;
}
.kd-subscribe form p input[type="submit"]:hover { opacity: 0.8; }
/* SubHeder */
.kd-subheader {
	float: left;
	width: 100%;
	background: url(../images/subheader-bg.jpg);
	background-size: cover;
	padding: 50px 0px;
	position: relative;
	text-align: center;
}
.kd-subheader:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 0;
}
.subheader-info {
	display: inline-block;
	width: 55%;
}
.subheader-info h1 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
}
.subheader-info h1,.subheader-info p,.kd-breadcrumb ul li a { color: #ffffff; }
.kd-breadcrumb {
	display: inline-block;
	width: 100%;
}
.kd-breadcrumb ul { display: inline-block; }
.kd-breadcrumb ul li {
	float: left;
	list-style: none;
	position: relative;
	padding: 0px 16px; 
}
.kd-breadcrumb ul li:before {
	content: '/';
	position: absolute;
	left: 0px;
	top: 0px;
	color: #ffffff;
	font-weight: bold;
}
.kd-breadcrumb ul li:first-child:before { display: none; }
.kd-breadcrumb ul li a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
/* Gallery List */
.kd-gallery-list,.kd-gallery-list ul li figure,.kd-gallery-list ul li figure img {
	float: left;
	width: 100%;
}
.kd-gallery-list ul li { margin-bottom: 30px; }
.kd-gallery-list ul li figure {
	border: 1px solid #d7d7d7;
	position: relative;
}
.kd-gallery-list ul li figure:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: 12px solid #f9f8f9;
	z-index: 0;
}
.kd-gallery-list ul li:hover figure:before { border-width: 0px ; }
.kd-gallery-list ul li figure:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
}
.kd-gallery-list ul li:hover figure:after,.kd-gallery-list ul li:hover figure figcaption { opacity: 1; }
.kd-gallery-list ul li figure figcaption {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	z-index: 2;
	opacity: 0;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.kd-gallery-list ul li:hover figure figcaption { margin: -17px 0px 0px 0px; }
.kd-gallery-list ul li figure figcaption h5 a { color: #ffffff; }
/* Pagination */
.pagination-wrap {
	float: left;
	width: 100%;
	text-align: center;
}
.pagination {
	display: inline-block;
	border: 1px solid #dadada;
	border-radius: 0px;
	margin: 15px 0px 25px 0px;
}
.pagination a,.pagination span {
	float: left;
	color: #333333;
	font-size: 12px;
	padding: 11px 14px;
	position: relative;
}
.pagination a:before,.pagination a:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	opacity: 0;
}
.pagination a:hover:before,.pagination a:hover:after {
	opacity: 1;
	height: 5px;
}
.pagination a:after {
	top: auto;
	bottom: 0px;
}
.pagination span,.pagination a:hover { background-color: #f3f3f3; }
/* Default Widget */
.kd-content .widget {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.widget_categories ul li,.widget_archive ul li {
	float: left;
	width: 100%;
	list-style: none;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0px 6px 0px;
}
.widget_categories ul li a,.widget_archive ul li a {
	color: #333333;
	font-size: 13px;
	text-transform: uppercase;
	float: left;
}
.widget_categories ul li:hover,.widget_archive ul li:hover { padding: 6px 10px 6px 10px; }
.widget_categories ul li:hover a,.widget_categories ul li:hover,.widget_categories ul li:hover a:before,
.widget_archive ul li:hover a,.widget_archive ul li:hover,.widget_archive ul li:hover a:before { color: #ffffff; }
.widget_categories ul li a:before,.widget_archive ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	float: left;
	padding: 0px 10px 0px 0px;
	color: #a1a1a1;
}
/* More Widget's */
.widget_twitter ul li {
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px dotted #ddd;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
}
.widget_twitter ul li:last-child {
	padding: 0px;
	margin: 0px;
	border: none;
}
.widget_twitter ul li i {
	float: left;
	font-size: 22px;
	color: #00a0d1;
	margin: 3px 15px 0px 0px;
}
.widget_twitter ul li p {
	margin: 0px;
	font-size: 15px;
}
.widget_twitter ul li time {
	color: #999;
}
.widget_tab .tab-content {
	display: inline-block;
	width: 100%;
	padding: 20px 25px;
	border: 1px solid #f0f0f0;
}
.widget_tab .kd-bookingtab .nav-tabs > li > a {
	padding: 10px 28px;
	font-size: 16px;
	text-transform: uppercase;
}
.widget_tag a {
	float: left;
	padding: 7px 15px;
	color: #000;
	background-color: ghostwhite;
	margin: 0px 6px 6px 0px;
}
.widget_tag a:hover { color: #ffffff; }
 
.kd-tab {
	float: left;
	width: 100%;
	margin: 0px 0px 25px 0px;
}
.kd-horizontal-tab .nav-tabs > li > a {
	background-color: #f9f9f9;
}
.kd-horizontal-tab .tab-content {
	padding: 20px 0px 0px 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #ffffff;
}
/* Vertical Tab */
.kd-vertical-tab .nav-tabs {
	float: left;
	width: 30%;
}
.kd-vertical-tab .nav-tabs li {
	width: 100%;
}
.kd-vertical-tab .tab-content {
	float: left;
	width: 70%;
	border-left: 1px solid #eeeeee;
	padding: 0px 0px 0px 20px;
}
.kd-vertical-tab .nav-tabs > li.active > a:hover {
	border: none;
}
.kd-vertical-tab .nav-tabs {
	border-bottom: 1px solid #eeeeee;
}
.kd-vertical-tab .nav-tabs > li.active > a, .kd-vertical-tab .nav-tabs > li.active > a:focus {
	border: none;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	background-color: #ffffff;
}
.kd-vertical-tab .nav-tabs > li {
	margin: 0px;
}
.kd-vertical-tab .nav-tabs > li > a {
	background-color: #f9f9f9;
	margin: 0px;
	border: none;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-radius: 0px;
}
/* DropCap */
.kd-dropcap p::first-letter {
	font-size: 43px;
	color: #777777;
	float: left;
	padding: 10px 15px 0px 0px;
}
/* Message Box */
.close {
	line-height: 26px;
	font-size: 32px;
}
.genral-message {
	background-color: #f9f9f9;
	border: 2px solid #eeeeee;
}
.success-message {
	background-color: #e4f5ba;
	border: 2px solid #cbdaa5;
}
.warning-message {
	background-color: #fdedbf;
	border: 2px solid #e4c789;
}
.error-message {
	background-color: #fcd4cb;
	border: 2px solid #e1a197;
}
.information-message {
	background-color: #e3eff7;
	border: 2px solid #a6c4d8;
}
pre {
	padding: 9.5px 25px;
}
/* Table ShortCode */
.kd-table {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.kd-table tr td {
	border: none;
	border-bottom: 1px solid #eeeeee;
}
.kd-table tr th {
	color: #ffffff;
	padding: 4px 20px;
	border: none;
}
.kd-table tbody {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
.kd-table tbody tr td {
	padding: 2px 20px;
}
.kd-tableone thead {
	background-color: #f34a53;
}
.kd-tabletwo thead {
	background-color: #11b7ad;
}
/* Services */
.kd-userservices article {
	margin-bottom: 30px;
}
.kd-smallview i {
	float: left;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background-color: #11b7ad;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	padding: 10px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
}
.kd-smallview i ~ .services-info {
	padding: 0px 0px 0px 50px;
}
/* Testimonial */
.slider-view.kd-testimonial {
	float: left;
	width: 100%;
	text-align: center;
}
.slider-view.kd-testimonial i, .slider-view.kd-testimonial p, .slider-view.kd-testimonial span {
	color: #ffffff;
}
.slider-view.kd-testimonial p {
	font-size: 22px;
}
.slider-view.kd-testimonial i {
	font-size: 80px;
	line-height: 0.6;
}
.kd-testimonial span {
	color: #afb4b6;
}
.kd-testimonial .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #91989a;
}
.kd-testimonial .bx-wrapper .bx-pager.bx-default-pager a:hover, .kd-testimonial .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #ffffff;
}
.kd-testimonial .bx-wrapper .bx-pager, .kd-testimonial .bx-wrapper .bx-controls-auto {
	position: static;
	padding-top: 6%;
}
/* Call To Action */
.kd-call-action.align-center {
	text-align: center;
}
.kd-call-action.align-center h2 {
	float: none;
	text-align: center;
}
.kd-call-action.align-center .action-btn {
	display: inline-block;
	float: none;
	margin-top: 20px;
}
.kd-call-action {
	float: left;
	width: 100%;
}
.kd-call-action h2 {
	color: #ffffff;
	float: left;
	margin: 5px 0px;
	font-weight: 300;
	text-transform: uppercase;
}
.action-btn {
	padding: 10px 28px;
	color: #ffffff;
	border: 2px solid #ffffff;
	float: right;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.kf-btn-hover {
	position: relative;
}
.kf-btn-hover:before, .action-btn:hover:before, .frame-btn:hover:before {
	width: 100%;
}
.action-btn:before, .frame-btn:before, .kf-btn-hover:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
/* Image Frame */
.kd-imageframe {
	float: left;
	width: 100%;
}
.kd-imageframe a.frame-thumb {
	display: inline-block;
	box-shadow: 0px 0px 4px 1px #999;
}
.kd-imageframe h1 {
	font-weight: 300;
	margin: 0px 0px 15px 0px;
}
.kd-imageframe span {
	font-size: 22px;
	color: #999999;
	margin: 0px 0px 20px 0px;
	display: inline-block;
	width: 100%;
}
.kd-imageframe p {
	margin: 0px 0px 10px 0px;
}
.frame-btn {
	float: left;
	padding: 10px 20px;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 4px;
	font-size: 14px;
	position: relative;
	margin-top: 15px;
}
/* List Style */
.unorder-list li {
	list-style: inside none disc;
}
.kd-list {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.kd-list li {
	margin: 0px 0px 10px 0px;
}
.order-list li {
	list-style: desimal inside;
}
.icon-list li {
	list-style: none;
}
.icon-list li i {
	margin-right: 6px;
	color: #666;
}
.squareicon-list li {
	list-style: none;
	float: left;
	width: 100%;
}
.squareicon-list li i {
	float: left;
	width: 25px;
	height: 25px;
	background-color: #333;
	color: #ffffff;
	margin-right: 15px;
	border-radius: 100%;
	text-align: center;
	padding: 8px 0px 0px 0px;
	font-size: 10px;
}
/* Accordion Setup */
.kd-accordion {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.kd-accordion .accordion {
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 15px 20px;
	color: #444444;
	font-size: 13px;
	margin: 0px 0px 3px 0px;
	position: relative;
}
.kd-accordion .accordion span {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 100%;
	color: #777777;
	border-left: 1px solid #eeeeee;
	font-size: 16px;
	padding: 18px 0px 0px 0px;
	text-align: center;
}
.kd-accordion .accordion.accordion-open span:before {
	content: "\f068";
}
.accordion-content > p {padding: 20px;text-align: justify;}
/* Button's */
.kd-button, .kd-icon {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.custom-btn {
	display: inline-block;
	vertical-align: middle;
	background-color: #f34a53;
	color: #ffffff;
	padding: 8px 20px;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: bold;
}
.kd-medium {
	padding: 13px 26px;
}
.kd-large {
	padding: 17px 26px;
}
/* Icon's */
.plain-icon {
	font-size: 36px;
	display: inline-block;
	vertical-align: middle;
}
.plain-icon a {
	margin-right: 20px;
}
.plain-icon a {
	color: #777777;
}
/* Modren Icon */
.circle-icon a {
	display: inline-block;
	background-color: #f24952;
	width: 65px;
	height: 65px;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	border-radius: 100%;
	padding: 13px 0px;
	margin-right: 12px;
}
.square-icon a {
	display: inline-block;
	background-color: #11b7ad;
	width: 65px;
	height: 65px;
	color: #ffffff;
	text-align: center;
	font-size: 28px;
	border-radius: 5px;
	padding: 13px 0px;
	margin-right: 12px;
}
/* Divider */
.kd-divider {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.kd-divider span {
	display: inline-block;
	font-size:30px;
}
.divider2 span {
	border-bottom: 1px solid #eeeeee;
}
.divider3 span {
	border-bottom: 1px dotted #eeeeee;
}
.divider4 span {
	border: 5px double #eeeeee;
}
.divider5 span {
	border: 1px dashed #eeeeee;
}
/* Progress */
.custom-skills {
	float: left;
	width: 100%;
}
.progress {
	height: 25px;
	border-radius: 0px;
}
.progressbar-back-text { display: none; }
.progress-bar {
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	line-height: 23px;
	padding: 0px 10px;
}
.circle-wrap {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.circle-wrap li {
	float: left;
	width: 25%;
	list-style: none;
	padding: 0px 20px 0px 0px;
}
.circle-wrap li:nth-child(4n) { padding-right: 0px; }
.perc { line-height: 175px !important; }
.defoult-map {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
/*--// ShortCode Setup //--*/
/* Defoult Pages */
.kd-undercunstruction {
	height: 100%;
	width: 100%;
	background: #333;
	padding: 50px 0px;
}
.wrap-title {
	float: left;
	width: 100%;
	text-align: center;
	margin: 45px 0px 0px 0px;
}
.wrap-title h1 {
	border-bottom: 1px dotted #849910;
	display: inline-block;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	color: #ffffff;
	text-transform: uppercase;
}
.wrap-title p {
	color: #ffffff;
}
#wrapping {
	float: left;
	width: 100%;
	text-align: center;
}
#clock-ticker {
	display: inline-block;
}
#clock-ticker .block {
	float: left;
}
#clock-ticker .flip-top {
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 3px;
	padding: 20px 22px;
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	width: 100%;
}
.flip-btm {
	display: inline-block;
}
.kd-label {
	background-color: #000;
	color: #ffffff;
	padding: 9px 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}
.kd-block {
	float: left;
	width: 120px;
	padding: 0px 30px 0px 0px;
}
.kd-undercunstruction .kd-subscribe form p input[type="submit"] {
	border: none;
	padding: 6px 26px;
}
.kd-undercunstruction .kd-subscribe form p input[type="text"] { height: 46px; }
.kd-undercunstruction .kd-subscribe form p { padding: 0px 15px 0px 0px; }
 .thbg-color, .thbg-colorhover:hover, .kd-topbar, #lang_sel ul li ul, .navbar-nav > li > a:before, .sub-dropdown li:before, .kd-usernetwork:before, .nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:focus, .input-group-addon, .kd-team figure:before, .kd-tag ul li:hover a, .kd-gallery ul li figure figcaption:before, .pagination a:before, .pagination a:after, .widget_categories ul li:hover, .widget_archive ul li:hover, .widget_tag a:hover, .kd-section-title h3:before, .kd-section-title h2:before, .kd-widget-title h2:before {
    background-color: #087dc2 !important;
}
.kd-blog-detail .kd-rich-editor h3 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px 0px 15x 0px;
	font-size:24px;
}