/**
 * The main stylesheet for Tower.
 *
 * @package Tower
 * @author  LunarTheme
 * @link	http: //www.lunartheme.com
 **/
/*--------------------------------------------------
 	CSS Overview Shortcode
 ----------------------------------------------------------

/*----------------------------------
	Short Code
	1. BRAND
	2. BOOKING
	3. PROGRESS-BAR 
	4. PIECHART
	5. ICON BOX
	6. TABS
	7. PAGINATION
	8. PRICING
	9. COUNTER
	10. TEAM MEMBER
	11. SLICK SLIDER
	12. BUTTON
	13. HEADING
	14. RESPONSIVE
	15. GALLERY
	16. TESTIMONIALS
	17. POST-GRID
	18. COLUMN
	19. CAROUSEL
-------------------------------------------*/
.short-code{
	padding-top:100px;
}
/*----------------------------------
1.	BRAND
--------------------------------------*/
.sc-brand{padding-top: 100px;}
.brand.brand-tw3{padding-top: 0;}
.brand .brand-padding{padding: 100px 0;}
.brand .no-border .heading-title{
	margin:0px;
}
.brand-style{
	height: 220px;
}
.brand-style .brand-style-1{
	padding: 60px 0;
}
.brand-style .brand-cell{
	opacity:0.6;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius:    0 0 3px 3px;
	-ms-border-radius:     0 0 3px 3px;
	border-radius:         0 0 3px 3px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.brand-style .brand-cell:hover{opacity:1;}
.brand-style.bg-brand{
	background: #34495e;
}
.brand .owl-carousel .owl-item img{
	width:auto;
}
.brand .owl-prev,
.brand .owl-next{
	border:1px solid #ccc;
	color:#ccc;
	float:left;
	margin-left:10px;
	padding:3px 8px;
	position: absolute;
	top:0;
}
.brand .owl-prev{
	right:0;
}
.brand .owl-next{
	right:45px;
}
.brand .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #003882;
	border:1px solid #003882;
    text-decoration: none;
}
.brand .slider-bottom .owl-carousel{
	margin-top: -145px;
	padding-top:145px;
}
.brand .item-post{margin-bottom: 70px;}
.brand .heading .k2t-wrap{
	margin:0px;
}
/*---------------------------------
	2.BOOKING
-----------------------------------------*/
.book .k2t-wrap .k2t-online{
	text-transform:uppercase;
	font-size:14px;
	font-family: 'Raleway';
	font-weight:500;
}
.book .k2t-heading.short-line .heading-title:before{
	background-color:#f8c957;
}
.book .k2t-heading.short-line .heading-title{
	padding-bottom:0;
}
.book .form-book input,
.book .form-book select{
	border:1px solid #34495e;
	color:#34495e;
	font-family: 'Raleway';
	height:55px;
	line-height: 54px;
	padding-left:20px;
	position: relative;
	text-transform: uppercase;
	width:100%;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition:    all .5s ease-in-out 0s;
	transition:         all .5s ease-in-out 0s;
}
.book .form-book ::-webkit-input-placeholder {
    color: #34495e;
    opacity: 1;
}
.book .form-book ::-moz-placeholder {
    /* FF 19+ */
    color: #34495e;
    opacity: 1;
}
.book .form-book :-ms-input-placeholder {
    /* IE 10+ */
    color: #34495e;
    opacity: 1;
}
.book :focus::-webkit-input-placeholder { opacity: 0.4; } /*Google Chrome */
.book :focus::-moz-placeholder { opacity: 0.4; } /* Firefox 19+ */
.book :focus:-ms-input-placeholder { opacity: 0.4; } /* IE */
.book input:focus:-moz-placeholder { opacity: 0.4; }
.book .form-book i{
	position: absolute;
	top:21px;
	right:34px;
}
.book .form-book .row{
	margin-bottom:28px;
}
.book .form-book .arrow-up{
	top:16px;
}
.book .form-book .arrow-down{
	top:25px;
}
.book .form-book .btn-icon .button-book button{
  	color: rgb(248, 201, 87);
	background-color: #34495e;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
  	font-family: "Raleway";
  	text-transform: uppercase;
  	width: 165px;
}
.book .form-book .btn-icon button a{
	padding-right: 25px;
}
.book .form-book .btn-icon button a,
.book .form-book .btn-icon i{
	color:#f8c957;
}
.book .form-book .btn-icon i{
	top:18px;
	text-transform: uppercase;
}
.book-1{
	height: 370px;
}
.book-1 .time-date{
	padding-right:70px;
}
.book-1 .time-date .hour.first{
	padding-top: 0;
}
.book-1 .time-date .hour.last{
	padding-bottom: 0;
	border: none;
}
.book-1 .time-date .hour p{
	color: #ffffff;
	font-family: Roboto;
  	font-size: 14px;
  	line-height: 3.43;
  	letter-spacing: 0.3px;
  	text-transform: uppercase;

}
.book-1 .time-date .hour{
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
}
.book-1 .heading{
	padding: 50px 0 30px 0;
}
.book-1 .heading.heading-first{
	padding-bottom:12px !important;
}
.book-1 h4{
	color: #ffffff;
	font-family: Raleway;
  	font-size: 24px;
  	font-weight: 500;
  	line-height: 2;
  	letter-spacing: 0.6px;
}
.book-1 .form-book-1 .row,
.book-1 .form-book-2 .row{
	padding-bottom: 30px;
}
.book-1 .form-book-1 .icon-date{
	position: relative;
}
.book-1 .form-book-1 .icon-date a{
	color: #ffffff;
	position: absolute;
	top:10px;
	right: 30px;
}
.book-1 .form-book-1 input,
.form-book-2 .form-book-1 input
{
	background: none;
	border:1px solid #ffffff;
	color: #ffffff;
	font-family: Roboto;
	font-size: 14px;
	height:40px;
	line-height: 40px;
	padding-left:20px;
	letter-spacing: 0.3px;
	position: relative;
	width:100%;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition:    all .5s ease-in-out 0s;
	transition:         all .5s ease-in-out 0s;
}

.book-1 ::-webkit-input-placeholder,
 {
    color: #ffffff;
    opacity: 1;
}
.book-1 ::-moz-placeholder {
    /* / FF 19+ / */
    color: #ffffff;
    opacity: 1;
}
.book-1 :-ms-input-placeholder {
    /* / IE 10+ / */
    color: #ffffff;
    opacity: 1;
}
.book-1 :focus::-webkit-input-placeholder { opacity: 0.6; } /*Google Chrome */
.book-1 :focus::-moz-placeholder { opacity: 0.6; } /* Firefox 19+ */
.book-1 :focus:-ms-input-placeholder { opacity: 0.6; } /* IE */
.book-1 input:focus:-moz-placeholder { opacity: 0.6; }
.book-1 .form-book-2{
	padding-top: 128px;
}
.book-1 .form-book-2 input
{
	background: none;
	border:1px solid #ffffff;
	color: #fff;
	font-family: 'Raleway';
	height:110px;
	line-height: 40px;
	padding-left:20px;
	padding-bottom:70px;
	position: relative;
	width:100%;
}
.book-1 .form-book-2 .k2t-btn{
	background: #ffffff;
	border-radius: 0;
	color: #003882;
	font-size: 14px;
	font-family: "Roboto";
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	letter-spacing: 0.3px;
	width: 100%;

}
/*--------------------------------------------------------------
	3.PROGRESS-BAR
--------------------------------------------------------------*/
.k2t-progress-bar .k2t-heading.no-border .heading-title{
	font-family: 'Raleway';
	font-size: 18px;
	font-weight: 600;
	margin-bottom:0px;
	text-transform: uppercase;
}
.k2t-progress-bar{
	background-color:#f4f4f4;
	padding:100px 0;
}

.k2t-progress{
	margin-top:40px;
	position: relative;
	overflow: hidden;
}
.k2t-progress .text{
	color:#444;
	font-family: 'Raleway';
	font-weight: 600;
	float:left;
	padding-bottom:10px;
}
.k2t-progress .percent{
  	color: #999999;
	font-family: Roboto;
  	font-size: 14px;
  	line-height: 4.29;
  	letter-spacing: 0.3px;
}
.k2t-progress .bar-outer{
	background-color:#fff;
	position: absolute;
	bottom:0;
	left:0;
	height:6px;
	width: 100%;
	z-index: 10;
	overflow: hidden;
}
.k2t-progress .bar{
	height:6px;
	position: absolute;
	bottom:0;
	z-index: 11;
}	
.k2t-progress .bar {
	position:absolute;
	top:0;
	left:-100%;
	height:100%;d
	width:90%;
	opacity:0;
	z-index:11;
}	
.k2t-progress .text {
  	color: #444444;
	font-family: 'Raleway';
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

	/* striped */
.k2t-progress.striped .bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;

	
   animation: 10s linear 0s normal none infinite running progress_striped;
   -moz-animation: 10s linear 0s normal none infinite running progress_striped;
   -webkit-animation: 10s linear 0s normal none infinite running progress_striped;
   
}

@keyframes progress_striped {
	from { background-position: left; }
	to { background-position: right; }
}
@-moz-keyframes progress_striped {
	from { background-position: left; }
	to { background-position: right; }
}
@-webkit-keyframes progress_striped {
	from { background-position: left; }
	to { background-position: right; }
}

/*---------------------------------------------------------
 4.PIECHART
-----------------------------------------------------------*/
.k2t-piechart {
	display:block;
	margin:0 0 20px;
}
	/* chart */
.k2t-piechart .chart {
	margin:0 auto;
	position:relative;
    text-transform: uppercase;
	font-weight:400;
	color:#666;
}
.k2t-piechart .chart canvas {
	position:absolute;
	top:0;
	left:0;
}
.k2t-piechart .chart-content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	color:#333;
}
.k2t-piechart .chart-content .chart-number {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.k2t-piechart .chart-content .chart-number span{
	font-family: Roboto;
  	font-size: 24px;
  	line-height: 1;
  	letter-spacing: 0.6px;
  	text-align: center;
  	color: #ffffff;
}
.k2t-piechart .chart-content .percent {
	bottom: auto;
	visibility:hidden;
}
.k2t-piechart .chart-content .chart-text {
	font-weight:700;
}
	
	/* text */
.k2t-piechart .text {
	margin-top:20px;
	text-align:center;
}	
.k2t-piechart .title {
  	color: #ffffff;
	font-family: Raleway;
  	font-size: 18px;
  	font-weight: bold;
  	line-height: 1.33;
  	letter-spacing: 0.5px;
  	text-transform: uppercase;
}
.k2t-piechart .desc {
  	color: #e4e4e4;
	font-family: Roboto;
  	font-size: 14px;
  	line-height: 1.71;
  	letter-spacing: 0.3px;
  	text-align: center;
}	

	/* Icon */
.k2t-piechart .chart-icon i{
	display: block;
    margin-bottom: -2.2em;
    margin-top: 1.9em;
}
.k2t-piechart .chart-icon *{
	font-size: 20px;
}
/*--------------------------------
5. ICON BOX
----------------------------------------------*/
.color-blue{
	color:#003882;
}
.sc-iconbox{margin-bottom: 0;}
.k2t-iconbox.layout-1 .iconbox-icon {
	font-size: 60px;
}
.icon-box{
	padding-bottom: 60px;
	padding-top: 60px;
}
.icon-box-cricle{padding-bottom: 60px;}
.icon-tw3 .heading{padding:90px 0;}
.sc-icon-tw3 .heading{padding-top:0;}
.icon-tw3 .heading-title{
  	color: #010101 !important;
	letter-spacing: 2.3px;
}
.icon-tw3 .heading-text{
  	color: rgb(102, 102, 102) !important;
}

.icon-tw3 .iconbox-botttom{padding-bottom: 60px;}
.k2t-iconbox.layout-2 .iconbox-icon,
.k2t-iconbox.layout-4 .iconbox-icon
{
	border-radius: 5px;
	float:left;
	text-align: center;
}
.k2t-iconbox.layout-2{
	margin-bottom:40px;
}
.k2t-iconbox.layout-2 .iconbox-icon{
	background-color: #ffffff;
	font-size: 24px;
	height:50px;
	margin:7px auto 15px;
	width:50px;
	display: block;
}
.k2t-iconbox.layout-2 .iconbox-icon i{
	width: 46px;
	height: 46px;
	position: relative;
	text-align: center;
	line-height: 50px;
	transition: background-color 0.3s, color 0.3s;
}
.k2t-iconbox.layout-2 .iconbox-icon.color-gray:hover{background-color: #003882;border-radius: 50%;}

/* .k2t-iconbox.layout-2.big-icon-box .iconbox-icon i:hover, .k2t-iconbox.layout-2.big-icon-box .iconbox-icon:hover{
	background-color: #1BE4DD;
	color: #fff;
	border-radius: 4px !important;
} */
.k2t-iconbox.layout-2 .iconbox-icon i::after {
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 2px #333;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(.8);
    opacity: 0;
}
.k2t-iconbox.layout-4.layout-2.align-left.big-icon-box{margin-bottom: 15px;}
.k2t-iconbox.layout-4{
	margin-bottom: 80px;
}
.k2t-iconbox.layout-4.layout-2 .iconbox-icon{
	font-size: 48px;
	height:95px;
	width:100px;
	padding:25px;
}
.k2t-iconbox.layout-4.layout-2 .iconbox-text{
	margin-left:120px;
}
.k2t-iconbox.layout-4.layout-2 .iconbox-text .title h3{
	font-size: 18px;
	text-transform: uppercase;
}
.k2t-iconbox.layout-4 .learn-more a{
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 600;
	color:#000;
}
.k2t-iconbox.layout-4 .learn-more a:hover{
	color:#003882;
}
.k2t-iconbox.layout-4 .learn-more a:after{
	content: "\f105";
	font-family: FontAwesome;
	padding-left:10px;
}

.k2t-iconbox .iconbox-text .title h3{
	font-family: 'Raleway';
	font-weight: 600;
}
.k2t-iconbox.layout-1 .iconbox-text .title h3{
	font-size: 18px;
	padding:20px;
}
.k2t-iconbox.layout-2 .iconbox-text{
	margin-left:70px;
}
.k2t-iconbox.layout-2 .iconbox-text .title h3{
	font-family: Raleway;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 1.71;
	letter-spacing: 0.3px;
}

.k2t-iconbox.layout-2 .iconbox-text .desc{
  	color: #666666;
	font-family: inherit;
  	font-size: 13px;
  	line-height: 1.71;
  	letter-spacing: 0.3px;
  	width: 95%;
}

.page-icon-box-1 .heading .k2t-wrap{
	margin-bottom: -2px;
}
.page-icon-box-1 .heading .k2t-wrap .heading-title{padding-bottom: 5px;}
.k2t-iconbox.layout-2 .iconbox-icon.color-red {
	border:2px solid #ff1976;
	color:#ff1976;
}
.k2t-iconbox.layout-2 .iconbox-icon.color-blue{
	border:2px solid #0ed5ff;
	color:#0ed5ff;
}
.k2t-iconbox.layout-2 .iconbox-icon.color-green{
	border:2px solid #09b248;
	color:#09b248;
}
.k2t-iconbox.layout-2 .iconbox-icon.color-gray{
	background: #f4f4f4;
	border-radius: 50%;
	color:#fff;
	display: block;
	height: 50px;
	width: 50px;
	position: relative;
	z-index: 999;
}
.k2t-iconbox.layout-2 .iconbox-icon:hover{
	border: none;
	background: #003882;
	color: #fff;
}
.k2t-iconbox.layout-2 .iconbox-icon.color-gray:after{
	box-sizing: content-box;
	content: "";
	background-color: #003882;
	border-radius: 50%;
	display: inline-block;
	width:40px;
	height:40px;
	position:absolute;	
	top:5px;
	left:5px;
	opacity: 1;
	z-index: -1;
}
.text-before{
  	color: #999999;
	font-family: Raleway;
  	font-size: 14px;
  	font-weight: 700;
  	line-height: 1.71;
  	letter-spacing: 0.3px;
  	padding-top: 17px;
}
.k2t-iconbox.layout-2 .icon-modal{
	padding-left: 33.33% !important;
	font-size: 5em !important;
	color: #999999;
}

.k2t-icon-box .heading .k2t-wrap .heading-text:after {
	content:"";
	color:#003882;
	display: inline-block;
	height:1px;
	width:370px;
	text-align: center;
} 
/*--------------------------------------------
6. TABS
---------------------------------------------*/
.nav-tabs-amazing .heading{padding:20px 0;}
.k2t-amazing-icon .nav-tabs.nav-justified > .active > a,
.k2t-amazing-icon .nav-tabs.nav-justified > .active > a:focus,
.k2t-amazing-icon .nav-tabs.nav-justified > .active > a:hover{
	border:0;
}
.k2t-amazing-icon .nav-tabs.nav-justified > .active > a p,
.k2t-amazing-icon .nav-tabs.nav-justified > .active > a:focus p,
.k2t-amazing-icon .nav-tabs.nav-justified > .active > a:hover p{
	color: #003882;
}
.k2t-amazing-icon .nav-tabs.nav-justified > li > a {
    border-bottom: none;
    border-radius: 0;
}
.k2t-amazing{
	border-top: 2px solid #003882;
	position: relative;
	background: url('../images/tower-amazing.png');
	height: 650px;
	background-size: cover;
	background-position: 50% 50%;
}
.k2t-amazing::before {
    content: "\f04b";
    color: #003882;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    position: absolute;
    ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);    
    top: -23px;
}
.k2t-amazing.k2t-amazing-icon-1::before {   
    left: 220px;
}
.k2t-amazing.k2t-amazing-icon-2::before {
    left: 500px;
}
.k2t-amazing.k2t-amazing-icon-3::before {   
    left: 780px;
}
.k2t-amazing.k2t-amazing-icon-4::before {
    left:1080px;
}
.k2t-amazing-1{
	background-color: rgb(0, 210, 255);
  	position: absolute;
  	left: 712px;
  	width: 1742px;
  	height: 650px;
}
.k2t-amazing-icon .nav p{
	color: rgb(153, 153, 153);
	font-family: "Raleway";
	font-size: 14px;
  	font-weight: bold;
  	line-height: 1.714;
  	padding-top: 10px;
  	text-transform: none;
}
.k2t-amazing-icon .nav-tabs > li.active > a,
.k2t-amazing-icon .nav-tabs > li.active > a:focus,
.k2t-amazing-icon .nav-tabs > li.active > a:hover {
    color: #fff;
}

.heading-amazing-tower3 .k2t-btn:hover{
	opacity: 0.6;	
}
/*-----------------------------------------------------
	7. pagination
---------------------------------------------------------------*/
.p-pagination .no-border .heading-title,
.p-pagination .heading .k2t-wrap{
	margin:0px;
}

 .b-pagination .page-numbers a{
  	color: #999999;
	font-size: 14px;
  	font-family: "Roboto";
  	font-weight: bold;
	font-size: 18px;
  	text-transform: uppercase;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition:    all 1s ease-in-out 0s;
	transition:         all 1s ease-in-out 0s;
}
.b-pagination .page-numbers a:hover,.b-pagination .page-numbers .active a{
	background: none;
	border-bottom: 1px solid #003882;
	color:#003882;
	width: 10px;
	border-radius:0;
}
.b-pagination ul{padding-bottom: 100px;padding-top: 40px;}
.b-pagination ul li{display: inline;padding: 0 7px 70px 7px;}
.b-pagination ul li a{padding: 6px;}

.b-pagination .page-numbers>li:first-child>a,.b-pagination .page-numbers>li:first-child>span, .b-pagination .page-numbers>li:last-child,.b-pagination .page-numbers>li:first-child>span >a{
	border-radius:0;
}

/*--------------------------
	8. PRICING
-----------------------------*/
#pricing{}
.pricing .pricing-column{
	border-radius: 5px;
	color:#333;
	height: 522px;
	padding:30px;
	font-family: 'Roboto';
	position: relative;
}
.pricing .pricing-column .title{
	font-size: 18px;
	color:#003882;
}
.pricing .title-price{
	border-bottom:1px dashed #e3e3e3;
	font-family: 'Roboto';
	padding:20px 0;
}
.pricing .title-price .price{
	font-size: 	36px;
}
.pricing .title-price .per-name,.title-price .per-source {
	font-family: Roboto;
  	font-size: 18px;
  	font-weight: bold;
  	line-height: 1.33;
  	letter-spacing: 1.4px;
  	text-align: center;
  	color: #333333;
}
.pricing .title-price p{
	color:#666;
	margin-top:20px;
	font-family: "roboto";
}
.pricing .pricing-content {
	padding:25px 0 35px;
	text-transform: capitalize;	
}
.pricing .pricing-content li{
	font-family: 'roboto';
	font-size: 14px;
	padding:7px 0;
}
.pricing .pricing-content li:before{
	color:#003882;
	content:"\f00c";
	font-family: FontAwesome;
	padding-right:20px;
}
.btn-width-icon .k2t-btn-sign{
	position: absolute;
	bottom: 30px;
	height: 50px;
	line-height: 50px;
	width: 210px;
	font-family: Raleway;
  	font-size: 14px;
  	font-weight: bold;
  	letter-spacing: 1.1px;
  	color: #999999;	
	
}
/*-------------------------------
	9. COUNTER
--------------------------------------*/
.counter{
	background: url('../images/counter.png');
	background-position: 50% 50%;
	background-size: cover;
	color:#fff;
	padding-top:80px;
	height:269px;
}
.counter.counter-top{margin-top:50px;}
.counter .k2t-counter{
	padding:0 0 0 70px;
}
.counter .k2t-counter .number{
	font-size:48px;
	line-height: 1.2;
  	letter-spacing: 1.2px;
}
.counter .k2t-counter .counter-text{
  	color: #ffffff;
	font-family: Roboto;
  	font-size: 24px;
  	line-height: 1.5;
  	letter-spacing: 0.6px;
}
/*-----------------------------------
	10. TEAM MEMBER
---------------------------------------------*/
.member{
	font-family: 'Raleway';
}
	/*---------------------------
		Member style 1
	------------------------------------------*/
.t-member{position: relative;}
.t-member .k2t-heading.short-line.align-center .heading-text:before{
	left:33%;
}
.member.style-1{
	color:#fff;
	padding-top: 60px;
}
.member.style-1.style-tw1 .entry-thumbnail,.member .entry-thumbnail-1{
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition:    all .5s ease-in-out 0s;
	transition:         all .5s ease-in-out 0s;
}
.member.style-1.style-tw1 .entry-thumbnail:hover,.member .entry-thumbnail-1:hover{
		-moz-box-shadow:    3px 3px 5px 6px #ccc;
	  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
	  box-shadow:         3px 3px 5px 6px #ccc;
}
.member .owl-carousel .owl-stage-outer{
	padding-top: 18px;
	padding-bottom: 18px;
}
.member img{
	-webkit-transition: opacity .6s ease 0s, transform .6s ease 0s;
    -moz-transition: opacity .6s ease 0s, transform .6s ease 0s;
    transition: opacity .6s ease 0s, transform .6s ease 0s;
}
.member img:hover{opacity: 0.4;}
.member.style-1.style-doctor{
	color:#fff;
	padding-top:0;
}
.member.style-1 p{
	color:#fff;
	font-family:'Roboto';
	font-weight: 400;
}
.team-member .heading{padding:0;}
.member .entry-text-name{
	height:190px;
	padding:30px;
	bottom:0;
	background-color: rgba(68,68,68,.95);
}
.member.style-1.style-doctor .entry-text-name{
	background-color: #34495e;
}
.member .entry-text-name .name-member{
	font-family: Raleway;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.member .entry-text {
    height: 185px;
    margin-right: 19px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    background-color: rgba(68,68,68,.95);
}
.member .entry-text .position-member,
.member .entry-text-name .position-member{
	font-weight: 500;
	text-transform: uppercase;
}
.member .entry-text .name-member,
.member .entry-name .name-member{
	font-size: 18px;
}
.member .entry-text .position-member,
.member .entry-text-name .position-member{
	color:#999;
	font-size: 12px;
}
.member .entry-text .position-member:after,
.member .entry-text-name .position-member:after{
	content:"";
	background-color: #003882;
	display: block;
	height:1px;
	width:100px;
}
.member .entry-text .info-member,
.member .entry-text-name .info-member{
	padding-top:10px;
}
.member .item-post{
	margin-bottom: 0;
}
	/*-----------------------------
		Member style 2
	---------------------------------------*/
.member{
	display: block;	
}
.member.style-2 .row{
	padding-bottom: 30px;
}
.member.style-2{
	text-align: center;
	padding-top: 10px;
}
.member.style-2 .work-with-us{
	background-color: #f6f6f6;
	height:263px;
	font-size: 18px;
	font-weight: 600;
	padding:75px 55px;
	text-transform: uppercase;
}
.member.style-2 .work-with-us:hover {
    background: #B1E3E9;
}
.member.style-2 .work-with-us i{
	font-size: 24px;
}
.member.style-2 .member-inner {
    text-align: center;
}
.member.style-2 .member-inner {
    position: relative;
}
.member.style-2 .text,
.member.style-2 .text .name,
.member.style-2 .text .role,
.member.style-2 .text .desc,
.member.style-2 .text .social {
    opacity: .9;
    -webkit-transition: opacity .6s ease 0s, transform .6s ease 0s;
    -moz-transition: opacity .6s ease 0s, transform .6s ease 0s;
    transition: opacity .6s ease 0s, transform .6s ease 0s;
}
.member.style-2 .text .name{
  	color: #00adb5;
	font-family: Raleway;
  	font-size: 18px;
  	font-weight: bold;
  	font-style: normal;
  	line-height: 1.33;
  	letter-spacing: 1.4px;
}
.member.style-2 .text .role{
  	color: #666666;
	font-family: DroidSerif;
  	font-size: 14px;
  	font-style: italic;
  	line-height: 1.71;
  	letter-spacing: 1.1px;
  	text-align: center;
}
.member.style-2  .text {
    color:#666;
	font-family: 'Raleway';
    visibility:hidden;
    -webkit-transition: all .5s ease-out 0s;
	-moz-transition:    all .5s ease-out 0s;
	transition:         all .5s ease-out 0s;
}
.member.style-2 .member-inner:hover  .text{
	visibility:visible;

}
.member.style-2 .text-inner {
    padding: 62px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.member.style-2 .text:before {
    content: "";
    background: rgba(255, 255, 255, .95);
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    -webkit-transition: all .5s ease-out 0s;
	-moz-transition:    all .5s ease-out 0s;
	transition:         all .5s ease-out 0s;
}
.member.style-2 .name-role {
    margin: 50px 0;
    position: relative;
}
.member.style-2 .name-role h3{
	color:#003882;
	font-size:18px;
	text-transform: uppercase;	
}
.member.style-2 .name-role h4{
	font-family: 'Droid', serif;
	font-style: italic;	
	font-size:14px;
	font-weight:500;
	text-transform: capitalize;
}

.member.style-2 .social li{
	float:left;
	padding:10px;
}
.member.style-2 .social li:first-child{
	padding-left: 23px;
}
.member.style-2 .social li i{
	font-size: 18px;
}
/*--------------------------
	11.SLICK SLIDER
-------------------------------*/
.slider-item{
	margin-top:95px;
}
.slider-item .slider-nav img{
	padding-bottom:30px;
	height: 159px;
	width: 100px;
}
.slider-item .slider-nav button{
	background: #cecece;
	color:#999;
	display: none;
	height: 30px;
	width: 30px;
	position: absolute;
}
.slider-item .slider-nav .slick-prev{
	left: 38px;
	top: 15px;
}
.slider-item .slider-nav .slick-next{
	left: 38px;
	top: 558px;
}
.slider-item .slider-nav button:hover{
	background: #003882;
	color:#fff;
}

.slick-slider .slick-slide.slick-active{
	opacity:0.5;
}
.slick-slider .slick-slide.slick-current.slick-active{
	opacity:1;
}
.s-product-detail .slider-item .slick-next{
	top:15px;
	left:40px;
}
.s-product-detail .slider-item .slick-prev{
	top:550px;
	left:40px;
	
}
.slider-item .slick-prev, .slider-item .slick-next{
	top:100%;
}
.slick-next:before{
	content:"\33" !important;
}
.slick-prev:before{
	content:'\32' !important;
	
}

.slick-prev:before, .slick-next:before{
	color:#999;
	font-family: 'ElegantIcons' !important;
	height:30px;
	width:30px;
}
.slick-prev:hover, .slick-next:hover{
	background: #003882;
}
.slider-item .slider-nav{
	padding:60px 0 30px 0;
}
.slider-bottom-1 .post-images img{float:left;}
/*--------------------------
	12. BUTTON
--------------------------------------*/
.k2t-button {
    display: inline-block;
    margin: 0 25px 10px 0;
    vertical-align: bottom;
}
.k2t-btn {
    border-radius: 5px;
    border-style: solid;
	cursor: pointer;
    color: #fff;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 90%;
    font-weight: 500;
    height: 57px;
    line-height: 57px;
    overflow: hidden;
   	width:170px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;	
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.k2t-btn:hover{opacity: 0.6;color: #ffffff;}
.bg-button{
	background: #115d6c;
	padding-top: 20px;
	height: 100px;
}
.button-tw1 .k2t-btn:hover{
	background: #003882;
	border: 1px solid #003882 !important;;
	color: #ffffff;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.button-tw1 .k2t-btn{
	background: none;
	border: 1px solid #e6e6e6 !important;
	border-radius: 0;
	color: #ffffff;
}
.button-tw1 .text .button-subtitle{
	font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.1px;
    text-align: center;
}

.bg-purchase-1{
	background: #f6f6f6;
}
.bg-purchase-2{
	background: #003882;
}
.purchase-blue{
	color: #00adb5;
}
.purchase-gray{
	color: #666666;
}
.purchase-white{
	color: #ffffff;
}
.k2t-purchase .button-buy{
	height: 215px;
	position: relative;
}
.k2t-purchase.k2t-purchase-tw2{padding-top: 40px;}
.k2t-purchase .button-buy h4{
	font-family: Raleway;
  	font-size: 24px;
  	font-weight: bold;
  	line-height: 1.25;
  	letter-spacing: 0.8px;
  	padding-top: 88px;
}
.k2t-purchase .button-buy p{
	font-family: Raleway;
  	font-size: 14px;
  	line-height: 2;
}
.k2t-purchase .button-buy .k2t-btn{
  	border-radius: 5px;
  	font-family: Raleway;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 1.4px;
  	line-height: 50px;
	position: absolute;
  	height: 50px;
	top: 83px;
	right: 0;
	width: 232px;
}
.k2t-purchase .button-buy.bg-purchase-1 .k2t-btn{background: #003882;color: #ffffff;}
.k2t-purchase .button-buy.bg-purchase-2 .k2t-btn{background: #ffffff;color: #003882;opacity: 1;}
.k2t-purchase .button-buy .k2t-btn:hover{color: #ffffff;}
.k2t-purchase .button-buy.bg-purchase-2 .k2t-btn:hover{color: #003882;opacity: 0.8;}
.k2t-air-line{
	background: url("../images/bg-tower6.png");
	padding-top: 100px;
	height: 760px;
}
.k2t-air-line .k2t-detail-fly{
	background: #fff;
	height: 560px;
	width: 500px;
}
.k2t-air-line .k2t-detail-fly .padding-title{
	padding: 65px 80px 0 70px;
}

.k2t-air-line .k2t-wrap-right{
	padding-right: 0;
}
.k2t-air-line .img-top{
	padding-top: 30px;
}
.k2t-air-line .k2t-iconbox{
	height: 265px;
    width: 270px;
    border: 1px solid #f8c957;
}
.k2t-air-line .button-style{
	padding-left: 70px;
	padding-top: 40px;
}
.k2t-air-line .k2t-iconbox img{
	padding-top: 40px;
}
.k2t-air-line .k2t-iconbox .iconbox-text h3{
	font-size: 48px !important;
  	font-family: "Roboto";
  	color: rgb(255, 255, 255);
  	font-weight: bold;
  	text-transform: uppercase;
  	line-height: 0.75;
  	text-align: center;
}
.k2t-air-line .k2t-iconbox .iconbox-text .desc{
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}
.button-style{
	position: relative;
}
..button-style .k2t-button {
    float: right;
    margin: 0;
    position: absolute;
    top: 35px;
    right: 0;
}
.button-style .k2t-btn,
.button-style .k2t-btn .button-text{
	background: #34495e;
	border: none;
	border-radius: 0;
    color: #f8c957;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 90%;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    width: 200px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.button-style .k2t-button .k2t-btn .button-subtitle{
	font-size: 18px;
  	font-family: "Raleway";
  	color: rgb(248, 201, 87);
  	text-transform: uppercase;
  	line-height: 2;
}
.button-style-tw6 .k2t-button .k2t-btn .button-subtitle{
  	line-height: 60px;
}
.button-style .button-icon i {
	font-size: 16px;
    padding-left: 7px;
}
.k2t-button-class .k2t-btn{
	border:1px solid blue;
	border-radius:0;
	background:none;
}
	/*--------------------------
		btn width icon
	----------------------------------*/
.btn-width-icon .k2t-btn{
	border:1px solid #e6e6e6;
	color:#999;
	font-size: 	14px;
}
.btn-width-icon .k2t-btn i{
	padding-left:15px;
}
.btn-width-icon .k2t-btn:hover{
	background-color: #003882 !important;
	color:#fff;
	opacity: 0.8;
}
.k2t-button.k2t-button-tw4 .k2t-btn{
	background: none;
	border-radius: 0;
	height: 60px;
	line-height: 60px;
	width: 170px;
}
.k2t-button.k2t-button-tw4 .rectangle{
	color: #003882 !important;
	height: 37px;
	margin: 0 auto;
	position: absolute;
	left: 10px;
	top: 11px;
	width: 147px;
}
.k2t-button.k2t-button-tw4 .rectangle:hover{
	background: transparent;
}
.k2t-button.k2t-button-tw4 .k2t-btn .button-subtitle{
	color: #003882;
	font-family: Raleway;
  	font-size: 14px;
  	font-weight: bold;
  	line-height: 4.29;
  	letter-spacing: 0.3px;
	padding-right: 20px;
}
.k2t-button.k2t-button-tw4 .k2t-btn .btn-width-icon .k2t-btn:hover {
    background-color:#ffffff !important;
    color: #fff;
    opacity: 0.8;
}
.k2t-button.k2t-button-tw4 .k2t-btn .button-mask{
	border-left: 1px solid #003882;
	height: 47px;
	position: absolute;
	left: 10px;
	top: 11px;
}
.k2t-button.k2t-button-tw4 .k2t-btn .button-text{
	border-right: 1px solid #003882;;
	height: 47px;
	position: absolute;
	right: 10px;
}
.k2t-button.k2t-button-tw4 .k2t-btn:before,
.k2t-button.k2t-button-tw4 .k2t-btn:after{
	content: "";
	display: inline-block;
	width: 160px;
	height: 1px;
	position: absolute;
	background-color: #003882;
}
.k2t-button.k2t-button-tw4 .k2t-btn:before{
	top: 10px;
	left: 10px;
}
.k2t-button.k2t-button-tw4 .k2t-btn:after{
	bottom: 10px;
	right: 10px;
}
/*----------------------------------
	13. HEADING
----------------------------------------------*/
.heading{
	padding:60px 0;
}
.heading-before .k2t-heading.short-line .heading-title:before{
	background-color: #f8c957;
	height: 3px;
	width: 80px;
}
.heading-before .k2t-heading.no-border h3{
	color: #34495e;
  	letter-spacing: -2.4px;
	font-family: "Raleway Medium";
	font-size: 48px;
	font-weight: 500;

}

.heading-before .k2t-heading.no-border p{
	color: #34495e;
  	letter-spacing: 0.6px;
	font-family: Raleway;
	font-size: 24px;
	font-weight: 500;

}

.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.heading .k2t-wrap{
	margin-bottom:50px;
}
.heading .heading-title{
	color:#000;
	font-family: 'Raleway';
	font-size:30px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}
.heading .heading-text{
	color: #666666;
	font-family: inherit;
  	font-size: 13px;
  	line-height: 1.71;
  	letter-spacing: 0.3px;
  	width: 95%;
}
.heading .heading-title span{
	line-height: 1.4em;
}
.heading .k2t-heading .k2t-inner{
	display: inline-block;
}
.k2t-heading.short-line .heading-title{
	margin-bottom:30px;
	padding-bottom: 20px;
}
.k2t-heading.short-line .heading-title:before{
	content:"";
	background-color:#003882;
	display: inline-block;
	height:1px;
	width:100px;
	position: absolute;
	bottom:0;
}
.k2t-heading.short-line.align-center .heading-title:before{
	left:51%;
	margin-left:-50px;
}
.k2t-heading.short-line.align-left .heading-title:before{
	left:0;
}
.k2t-heading.short-line.align-right .heading-title:before{
	right:0;
}
.k2t-heading.no-border p{
	font-size:18px;
	text-transform:uppercase;
}
.about-tw5 .heading.heading-about-tw5 .heading-text,
.about-tw5 .border-line p,
.about-tw5 .border-line ul li a{
	font-family: inherit;
  	font-size: 14px;
  	line-height: 1.71;
  	letter-spacing: 0.3px;
  	color: #666666;
}
.about-tw5 .border-line .inner-img img{
	padding-top: 7px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition:    all .5s ease-in-out 0s;
	transition:         all .5s ease-in-out 0s;
}
.about-tw5 .border-line .inner-img img:hover{
	opacity: 0.4;
}
.about-tw5 .border-line ul li a{
	line-height: 4.29;
}

.k2t-heading.has-border .heading-title span{
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding:0 30px 0 35px;
}
.k2t-heading.has-border .heading-title{
	margin-bottom:55px;
}
.k2t-heading.has-border .heading-title:after{
	content:"";
	position: absolute;
	border-left:1px solid #ccc;
	display: inline-block;
	height:100px;
	width:1px;
	left:0px;
	top: 0px;
}
.k2t-heading.has-border.align-center .heading-title:after{
	margin-left:38%;
}
.k2t-heading.has-border.align-left .heading-title:after{
	margin-left: 25px;
}
.k2t-heading.has-border.align-right .heading-title:after{
	margin-left:74%;
}
.k2t-heading.border-box.align-center .heading-title{
	display: inline-block;
}
.k2t-heading.border-box.align-center span{
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	display: inline-block;
	height: 96px;
    line-height: 96px;
    padding:0 18px;
    position: relative;
}
.k2t-heading.border-box.align-center .heading-title:after,
.k2t-heading.border-box.align-center .heading-title:before,
.k2t-heading.border-box.align-center span:after,
.k2t-heading.border-box.align-center span:before{
	content:"";
	display: inline-block;
	width:50px;
	height:1px;
	position: absolute;
	background-color: #ccc;
}
.k2t-heading.border-box.align-center .heading-title:after,
.k2t-heading.border-box.align-center .heading-title:before{
	left:-18px;
}
.k2t-heading.border-box.align-center .heading-title:after{
	top:18px;
}
.k2t-heading.border-box.align-center .heading-title:before{
	bottom:18px;
}
.k2t-heading.border-box.align-center span:after, 
.k2t-heading.border-box.align-center span:before{
	right:-18px;
}
.k2t-heading.border-box.align-center span:after{
	top:18px;
}
.k2t-heading.border-box.align-center span:before{
	bottom:18px;
}
.k2t-amazing .k2t-heading.heading-amazing p{
	padding-top: 112px;
	font-size: 30px;
	line-height: 48px;
	color: #ffffff;
}
.k2t-amazing .k2t-heading.heading-amazing .heading-title{
	font-size: 36px;
	line-height: 48px;
	color: #ffffff;
}
.k2t-amazing .k2t-heading.short-line .heading-title:before{background-color: #ffffff;}
.k2t-amazing .heading-text{
	color: #ffffff;
}
.heading-amazing-tower3{
	position: relative;
}
.heading-amazing-tower3 .k2t-button .button-subtitle{
	font-family: Myriad Pro;
  	font-size: 14px;
  	font-weight: 400;
  	letter-spacing: 0.3px;
  	color: #003882;
}
.heading-amazing-tower3 .k2t-btn{
	width: 170px;
	height: 50px;
	line-height: 50px;
}
.heading-amazing-tower3 .k2t-button.k2t-button-amazing{
	margin-left: 33.33% !important;
}

.heading-tw4 .heading-before .k2t-heading.no-border h4{
	font-family: "Raleway";
	font-size:18px ;
	font-weight: bold;
	text-transform: uppercase;
}
.heading-tw4 .heading-before .k2t-heading.no-border span{
	font-family: "Raleway Light";
	font-size:14px ;
	text-transform: uppercase;
}
.heading-tw4 .heading-text{
  	color: #666666;
	font-family: "inherit";
	padding-bottom: 50px;
	font-size: 14px;
  	font-weight: 300;
  	line-height: 1.71;
  	letter-spacing: 0.3px;
}
.heading-tw4-right .heading-before .k2t-heading h4{
	color: #ffffff;
	font-family: "Raleway";
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.heading-tw4-right{padding:0;}
.heading-tw4-right .heading-before .k2t-heading.short-line .heading-title:before{
	background-color: #ffffff;
	width: 100px !important;
}
.heading-tw4-right .heading-text{
	color: #ffffff;
	font-family: "inherit";
	font-size: 14px;
}

/*--------------------------------
	14. RESPONSIVE
----------------------------------------------*/

.nobottommargin { margin-bottom: 0 !important; }
.responsive-utilities th small {
	display: block;
	font-weight: 400;
	color: #999;
}


/*----------------------------------
	15. GALLERY
----------------------------------------------*/
.k2t-gallery{
	background-color: rgb(68, 68, 68);
}
.k2t-gallery-1{
	background-color: #ffffff;
}
.k2t-gallery-1 h2{
	background-color: #ffffff;
}
.k2t-gallery-1.k2t-gallery-top{padding-bottom: 0;}
.k2t-gallery-1 .related{
	font-size: 16px;
  	font-family: "Raleway";
  	color: rgb(1, 40, 48);
  	font-weight: bold;
  	text-transform: uppercase;
  	line-height: 1.2;
  	padding: 25px 0 45px 15px;
}
.k2t-gallery,.k2t-gallery-1 {
  padding-bottom: 100px;

}
.k2t-gallery-1 .heading-text{
	color: rgb(102, 102, 102);
	font-size: 14px;
	font-family: "inherit";
	line-height: 1.714;
	padding:30px 30px 60px 75px;
}
.gallery-detail{padding-top: 30px;}
.k2t-gallery-1 table{padding-top: 30px;padding-right: 140px;}
.k2t-gallery-1 td{padding:0;}
.k2t-gallery-1 td:first-child{
	color: rgb(1, 40, 48);
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Raleway";
	font-size: 14px;
	line-height: 1.714;
}
.k2t-gallery-1 td:nth-child(2){
	color: rgb(1, 40, 48);
	font-family: "inherit";
	font-size: 14px;
	line-height: 1.714;
}

.k2t-gallery-1 .k2t-heading.short-line .heading-title:before{
	width: 100px !important;

}
.k2t-gallery .h{padding-top: 95px;}
.k2t-gallery h2{
  	color: #ffffff;
  	font-size: 30px;
  	font-family: "Raleway";
  	font-weight: bold;
  	padding-bottom: 30px;
  	text-transform: uppercase;
  	line-height: 1.2;
}

.k2t-gallery-1 .heading-before .k2t-heading.no-border .heading-title{
  	color: #444444;
	font-family: Raleway;
  	font-size: 48px;
  	font-weight: bold;
  	line-height: 1.35;
  	letter-spacing: 1.2px;
  	padding-bottom: 20px;
  	text-align: center;	
}
.heading-tw4 .heading-before .k2t-heading.short-line .heading-title:before,
.k2t-gallery-1 .heading-before .k2t-heading.short-line .heading-title:before{
	background-color: #444444;
}
.k2t-gallery-1 .k2t-page-topnav .menu a{
	font-family: inherit;
  	font-size: 14px;
  	letter-spacing: 1.1px;
  	color: #666666 !important;
}
.k2t-gallery-1 .k2t-page-topnav .menu .active a{
  	color: #003882 !important;
  	text-align: center;
}

/*-------------------------
	16. TESTIMONIALS
---------------------------------*/
.testimonials{padding-bottom: 90px;}
.sc-testimonials{padding-bottom: 0; margin-bottom: 0;}
.content-testimonials{padding-top: 80px;}
.testimonials .container{
	padding:90px 90px 50px 90px;
}
.testimonials .heading{
	padding:0px;
}
.testimonials .heading .k2t-wrap{
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-align: center;
}
.testimonials .testimonials-content{
	text-align: center;	
}
.member.style-2 .col-lg-3.col-md-3{padding-bottom: 30px;}
.testimonials .item-box-shadow{
	height: 247px;
}


.testimonials .slider-testimonials-nav{
	height:75px;
	width:450px;
	margin:auto;
	padding:50px 25px 0 60px;
}

.testimonials .slider-testimonials-for{
	color:#fff;
}
.testimonials img{
	border-radius: 50%;
	height:70px;
	width:70px;
}
.testimonials .slider-item{
	margin-top: 0;
}
.testimonials .speech{
	font-style: italic;
	line-height: 1.5em;
	position: relative;
	text-align: center;
}
.testimonials .speech:before,.testimonials .speech:after {
	content:"''";
	display: inline;
}

.testimonials .testimonials-meta{
	margin:40px 0 0px 0;
}
.testimonials .testimonials-position{
	font-family: 'inherit';
	color: #a2a1a0;
	display: block;
}
.testimonials-content.slick-slide{
	opacity: 0; 
}
.testimonials .slick-slide.slick-current.slick-active,
.testimonials-content.slick-slide.slick-current.slick-active.slick-center{
	display: block;
		opacity: 1;
		top:-6px;
}
.testimonials .testimonials-author{
  	color: #ffffff;
	font-family: Raleway;
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 1.4px;
  	text-align: center;
}
.testimonials .slick-prev:before, .testimonials .slick-next:before{
	font-family: FontAwesome !important;
}
.testimonials .slick-prev:before{
	content:"\f104" !important;
}
.testimonials .slick-next:before{
	content:"\f105" !important;
}
.testimonials .slider-item .slick-prev, .testimonials .slider-item .slick-next {
    top: 138%;
    width: 70% !important;
    margin: 0 auto;
}
	/*-----------------------------
			testimonials-1
	-------------------------------------*/
.testimonials-1{
	background:url('../images/testimonials.png');
	background-position: 50% 50%;
	background-size: cover;
	height:600px;
}
.testimonials .slick-prev::before,
.testimonials .slick-next::before {
  	color: rgba(255, 255, 255, 0.8);
  	font-family: FontAwesome;
  	font-size: 36px;
  	letter-spacing: 2.7px;
    opacity: 0.8;
    position: relative;
    top: -7px;
}
.testimonials-1 .heading .heading-title{
	color:#fff;
	font-family: "Raleway";
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 2.3px;
	padding-bottom: 40px;
	text-transform: uppercase;
}
.testimonials-1 .speech{
  	color: #ffffff;
	font-family: "DroidSerif";
	font-size: 24px;
  	font-style: italic;
  	line-height: 1.67;
  	letter-spacing: 1.8px;
  	text-align: center;
}

	/*----------------------------------
			testimonials-2
	---------------------------------------------*/
.testimonials-2{
	background: #f4f4f4;
	text-align: center;
}
.testimonials-2 .owl-theme .owl-nav{
	margin-top: 0;
}
.testimonials-2 .testimonials-content{
	background-color: #fff;
	position: relative;	
}
.testimonials-2 .heading{
	padding-bottom:30px;
}
.testimonials-2 .testimonials-dot{
	position:relative;
	z-index:1;
}
.testimonials-2 .testimonials-dot .item-testimonials{
	margin:0;
}
.testimonials-2 .testimonials-dot .speech:before{
	top:0;
}
.testimonials-2 .testimonials-dot .speech:after{
	top:23px;
	right:8%;
}
.testimonials-2 .testimonials-img{
	position: absolute;	
	top:-60px;
	left:45%;
	z-index:1000;
}

.testimonials-2 .testimonials-img img{
	height:100px;
	border:10px solid #f4f4f4;
	width:100px;
}

.testimonials-2 .testimonials-content{
	padding:70px 115px 50px;
}
.testimonials-2 .testimonials-content-1{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius:10px;
	height: 234px;
	width:970px;
	margin:0 auto;
}
.testimonials-2 .testimonials-content-tw2{
	padding: 70px 130px 50px;
	border-radius: 0;
}
.testimonials-2 .testimonials-content-tw2 .speech{
  	color: #666666;
  	font-family: DroidSerif;
	font-size: 16px;
  	font-style: italic;
  	line-height: 1.88;
  	letter-spacing: 1.2px;
  	text-align: center;
}
.testimonials-2 .testimonials-content-tw2 .testimonials-meta,
.testimonials-2 .testimonials-content-tw3 .testimonials-meta,
.testimonials-2.testimonials-tw4 .testimonials-content .testimonials-meta{
	margin: 20px 0 0px 0;
}
.testimonials-2 .testimonials-content-tw2 .testimonials-meta .testimonials-position,
.testimonials-2 .testimonials-content-tw3 .testimonials-meta .testimonials-position,
.testimonials-2.testimonials-tw4 .testimonials-meta .testimonials-position{
  	color: #00adb5;
	font-family: DroidSerif;
  	font-size: 14px;
  	font-style: italic;
  	line-height: 1.71;
  	letter-spacing: 0.3px;
  	text-align: center;
}
.testimonials-2 .testimonials-content-tw3 .testimonials-meta .testimonials-position,
.testimonials-2.testimonials-tw4 .testimonials-meta .testimonials-position{
	color: #003882;
	font-family: inherit;
}
.testimonials-2 .testimonials-content-tw2 .testimonials-meta .testimonials-author,
.testimonials-2 .testimonials-content-tw3 .testimonials-meta .testimonials-author,
.testimonials-2.testimonials-tw4 .testimonials-content .testimonials-meta .testimonials-author{
	font-family: "Raleway";
  	font-size: 16px;
  	font-weight: 600;
  	font-style: normal;
  	line-height: 1.5;
  	letter-spacing: 0.4px;
  	color: #000000;
}

.testimonials-2 .testimonials-content-tw3 .speech,
.testimonials-2.testimonials-tw4 .testimonials-content .speech{
	font-family: "inherit";
  	font-size: 16px;
  	font-style: italic;
  	line-height: 1.88;
  	letter-spacing: 1.2px;
  	text-align: center;
  	color: #666666;
}

.testimonials-content.testimonials-content-tw3{border-radius: 10px;}
.testimonials-tw3 .container{
	padding: 70px 90px 30px 90px;
}
.testimonials-2 .heading-text{
	padding:0 115px;
}

.testimonials-2  .testimonials-position{
	color:#003882;
}

.testimonials-2 .speech::before {
    left: -10px;
 }
 .testimonials-2 .speech::after {
    right: 33%;
 }

/*---------------------------
	btn outline
-----------------------------------*/
.btn-outline .k2t-btn{
	color:#003882;
}


/*----------------------------------
	17. POST-GRID
-------------------------------------*/
.item-post-grid{
	padding:0 15px;
}
.post-grid .sytle-default .text-content{
	background-color: #f0f0f0;
	height:200px;
	padding: 40px 50px 56px 30px;
}
.post-grid .sytle-default .text-content h2{
	color:#333;
	font-family:'Raleway';
	font-size: 	16px;
	font-weight: 600;
	text-transform: uppercase;	
}
.post-grid .sytle-default .text-content a:hover{
	color:#003882;
}
.post-grid .sytle-default .heading .k2t-wrap{
	margin:0;
}
.post-grid img{
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition:    all .5s ease-in-out 0s;
	transition:         all .5s ease-in-out 0s;
}
.post-grid img:hover{
	opacity: 0.4;
}
.post-grid .k2t-blog-post .entry-post .title-post,.post-grid .k2t-blog-post .entry-post .title-post a{
	color: 	#00adb5;
	font-family: 'Raleway';
	font-size: 18px;
	font-weight: bold;
	line-height: 1.67;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.post-grid .k2t-blog-post-1 .post-images img{
	height: 405px;
	width: 430px;
}
.post-grid .k2t-blog-post .post-images img{
	 box-shadow:20px 20px 30px #cdcdcd;
}
.post-grid .k2t-blog-post-1{
	height: 490px;
	position: relative;	
}
.post-grid .k2t-blog-post-1 .entry-post{
	background-color:#f0f0f0;
	height: 350px;
	padding:80px 70px;
}
.post-grid .k2t-blog-post-1 .entry-post p{
	font-family: "inherit";
	font-size: 14px;
  	color: rgb(102, 102, 102);
  	line-height: 1.857;
  	letter-spacing: 0.6px;
}
.post-grid .k2t-blog-post-1 .entry-post .dropcap{
  	color: #00adb5;
  	display: block;
    font-family: "inherit";
  	font-size: 60px;
  	float: left;
  	padding: 10px 10px 0 0;
  	line-height: 0.4;
  	letter-spacing: 1.5px;
  	text-transform: uppercase;
}

.post-grid .k2t-blog-post-1 .heading{
	padding: 20px 0 70px 0;
}
.post-grid .k2t-blog-post-1 .k2t-heading .heading-title{
	font-family: Raleway;
  	font-size: 48px;
  	font-weight: bold;
  	letter-spacing: 1.2px;
  	color: #333333;
}
.post-grid .k2t-blog-post-1 .k2t-heading, 
.post-grid .k2t-blog-post-1 .entry-post p
{
	float:right;
	width:51%;
}
.heading-post-gird .border-box .heading-title,
.slider-grid .border-box .heading-title,
.testimonials-2.testimonials-carousel .heading-title,
.list-member .border-box .heading-title{
	font-size: 36px;
  	font-family: "Raleway";
  	color: rgb(51, 51, 51);
  	font-weight: bold;
  	line-height: 1.2;
  	letter-spacing: 0.9px;
  	text-transform: uppercase;
}
.heading.heading-post-gird{padding:100px 0 60px 0;}
.heading.heading-post-gird.heading-post-gird-1{padding-top:90px;}
.post-grid .k2t-blog-post-1 .post-images{
	position: absolute;
    left: 70px;
    top: 19px;
}
.post-grid .k2t-blog-post-2 .post-images img{float: left !important;}
.post-grid .k2t-blog-post-2 .entry-post{
	padding-top:240px;
}
.post-grid .k2t-blog-post-2 .entry-post p,
.post-grid .k2t-blog-post-3 .entry-post p,
.post-grid .k2t-blog-post-4 .entry-post p{
	color: #666666;
	font-family: inherit;
  	font-size: 14px;
  	line-height: 1.86;
  	letter-spacing: 0.3px;
  	text-align: justify;
	padding-top:21px;
}

.post-grid .k2t-blog-post-3{
	padding-top: 100px;
}
.post-grid .k2t-blog-post-3 .entry-post{
	background-color: #fff;
	margin-top: 150px;
	height:320px;
	width:41.66%;
	padding: 70px 69px 66px 0;
	position: absolute;
	z-index: 100;
}
.post-grid .k2t-blog-post-3 .post-images{
	position: relative;
	right:0;
	z-index:99;
	float:right;
}
.post-grid .k2t-blog-post-4 .entry-post{
	width: 330px;
    height: 420px;
    background: #fff;
    position: absolute;
    z-index: 100;
    margin-left: 30%;
    margin-top: 120px;
    padding:80px 39px;
}
.post-grid .k2t-blog-post-4 .col-md-5{
	margin-top:60px;
}
.post-grid .k2t-blog-post-4 .entry-post .title-post{
	text-align: center;
}
.post-grid .k2t-blog-post-5 .post-images img{
	box-shadow:none;
	width:100%;
	height:600px;
}
.post-grid .k2t-blog-post-5 .col-md-6{
	padding:0;
}
.post-grid .k2t-blog-post-item:nth-child(n+1){
	clear:both;
}

.post-grid .k2t-blog-post-item .post-content{
	width: 74%;
    margin-left: 13%;
    padding-bottom: 105px;
    padding-top:210px;
}
.post-grid .k2t-blog-post-item .entry-post p,
.post-grid .k2t-blog-post-item time,
.post-grid .k2t-blog-post-5 .blog-post-position{
	padding:0 29px;
}
.post-grid .k2t-blog-post-5 .entry-post p{
  	color: #666666;
	font-family: inherit;
  	font-size: 14px;
  	padding-top: 20px;
  	line-height: 1.71;
  	letter-spacing: 0.3px;
}
.post-grid .k2t-blog-post-5 .entry-post br{
	line-height:2.4em;
}
.post-grid .k2t-blog-post-5 time{
	color: rgb(68, 68, 68);
	font-family: "inherit";
  	font-size: 30px;
  	font-weight: bold;
  	line-height: 1.2;
  	letter-spacing: 0.8px;
  	text-align: left;
}
.post-grid .k2t-blog-post-5 .blog-post-position{
	border-bottom: 1px solid #cccccc;
	color:#003882;
	font-family: Raleway;
  	font-size: 18px;
  	font-weight: bold;
  	padding-bottom: 15px;
  	line-height: 2;
  	letter-spacing: 0.5px;
  	text-transform: uppercase;
}
.post-grid .k2t-blog-post-item:nth-child(2n+1){
	text-align: left;
}
.post-grid .k2t-blog-post-item:nth-child(2n){
	text-align: right;
}
.post-grid .k2t-blog-post-item:nth-child(2n) .post-content{
	border-right:1px solid #cccccc;
}
.post-grid .k2t-blog-post-item:nth-child(2n+1) .post-content{
	border-left:1px solid #cccccc;
}
/*-------------------------------
	18. COLUMN
--------------------------------------*/

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE;
	border: 1px solid #DDD;
}
.post-grid .entry-post p{
	color:#666666;
	font-family: 'DroidSerif';
	font-weight: normal;
}
.item-post-grid .post-thumb img{
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition:    all 1s ease-in-out 0s;
	transition:         all 1s ease-in-out 0s;
}
.item-post-grid .post-thumb img:hover{
	opacity: 0.3;
}
.sc-post-grid{padding-bottom: 100px;}
/*---------------------------------
	19. CAROUSEL
-----------------------------------------*/

.carousel .owl-carousel .owl-item img{
	padding-top: 8px;
	width:auto;
}
.carousel .item-post .date-time{
	padding-bottom: 35px;
}
.carousel .owl-prev,
.carousel .owl-next{
	border:1px solid #ccc;
	color:#ccc;
	float:left;
	margin-left:10px;
	padding:3px 8px;
	position: absolute;
	top:0;
}
.carousel .owl-prev{
	right:0;
}
.carousel .owl-next{
	right:45px;
}
.carousel .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #003882;
    border: 1px solid #003882;
    text-decoration: none;
}
.carousel .slider-bottom .owl-carousel{
	margin-top: -145px;
	padding-top:130px;
}
.carousel .heading .k2t-wrap{
	margin:0px;
}
.testimonials-carousel{
	background:#f0f0f0;
}
.testimonials .owl-carousel .owl-stage-outer{
	padding-top: 60px;
}
.testimonials-carousel4{
	background: url("../images/tower-tes4.png");
	height: 684px;
}
.testimonials-carousel4 .heading-title{
	color:#ffffff;
	font-size:48px;
	line-height:65px;
}
.testimonials-carousel4 .heading-title:before{
	bottom: 0;
	content: "";
    background-color: #ffffff;
    display: inline-block;
    height: 3px;
    width: 100px;
    position: absolute;
    right:45%;
    
}
.pg-carousel.slider-grid .heading{padding:20px 0;}
.pg-carousel{position: relative;padding-bottom: 100px;}
.post-grid-carousel{
	height: 510px;
	width: 100%;
}
.pg-carousel .post-grid-carousel .gird-carousel{
	margin: 0 auto;
	width: 970px;
	height: 530px;
}
.pg-carousel .post-grid-carousel .gird-carousel img{
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
}

.pg-carousel .post-grid-carousel .entry-text {
    background-color: rgb(0, 0, 0);
    bottom: 76px;
    height: 76px;
    padding: 20px;
    position: relative;
    opacity: 0.6;
    width: 100%;
}

.pg-carousel .post-grid-carousel .entry-text h4{
	font-size: 16px;
	font-family: "Raleway";
  	color: rgb(255, 255, 255);
  	font-weight: bold;
  	text-transform: uppercase;
  	line-height: 1.5;
  	text-align: left;
}
.pg-carousel .post-grid-carousel .entry-text p{	
	font-size: 14px;
	font-family: "Raleway";
  	color: rgb(255, 255, 255);
}


.owl-carousel{
	overflow: hidden;
}
.item-post  i{
	color:#fff;
	background:rgb(51, 51, 51);
	opacity: 0.8;
	padding:10px 12px;
	position:absolute;
}
.item-post  i:hover,.item-post  i:active{
	background: rgb(51, 51, 51);
  	opacity: 0.302;
}




.item-post .owl-next i{
	right:3%;
}
.item-post .owl-prev i{
	left:3%;
}
.img-slider .item-post .owl-prev i{
	bottom:40%; 
}
.img-slider .item-post .owl-next i{
	bottom:40%; 
}
.owl-prev:hover,.owl-next:hover{
	color:#fff;
	background: #003882;
	cursor: pointer;
}

.slider-2 .row{
	padding-bottom: 30px;
}
.slider-1 h5{
  	color: #010101;
	font-size: 14px;
  	font-weight: bold;
  	line-height: 1.71;
  	letter-spacing: 0.3px;
  	text-transform: uppercase;
}
.slider-1 h5:hover{
	color: #003882;
}
.slider-1 .date-time  li{
	float: left;
	font-size: 12px;
  	font-weight: normal;
  	line-height: 2;
  	color: #999999;
}
.slider-1 .date-time  li span{
	color: #003882;
}
.slider-1 .heading-text,
.slider-2 .heading-detail .heading-text{
  	color: #666666;
	font-family: inherit;
  	font-size: 14px;
  	line-height: 1.71;
  	letter-spacing: 0.3px;

}
.slider-bottom-1 .owl-carousel{
	margin-top: -100px;
	padding-top: 100px;
}
.slider-2 .heading-detail{
	border: 1px solid #e0e0e0;
	padding:  30px 40px 35px 0;
	width:100%;
}
.slider-2 .icon{
	color: #666666;
	font-size: 36px;
	float: left;
	height: 83px;
	width: 100px;
}
.slider-2 .post-img{
	float: left;
	width: 100px;
}
.slider-2 .img img{
	float: left;
}
.slider-2 .img-detail{
	height: 70px;

}
.slider-2 .detail{
	padding: 11px 0 15px 30px;

}

.slider-2 .img-detail h4{
  	color: #000000;
	font-family: Raleway;
  	font-size: 16px;
  	font-weight: 600;
  	font-style: normal;
  	line-height: 1.5;
  	letter-spacing: 0.4px;
	text-transform: none;
}
.slider-2 .img-detail p{
  	color: #003882;
	font-family: inherit;
  	font-size: 14px;
  	font-style: italic;
  	line-height: 1.71;
  	letter-spacing: 0.3px;
}

.k2t-wrap-detail{
	padding-left: 70px;
}
