/*================================================
			Style Sheet Travel
==================================================

	Project:
	Version: 1.0
	Author :

	/**
	* Table of Contents :
	* 1.0 - # #Header
    * 2.0 - # #Header #innerpage Wrap
    * 3.0 - # #innerpage Banner Wrap
    * 4.0 - # #Default Banner Wrap
    * 5.0 - # #Banner Form Wrap
    * 6.0 - # #content services Wrap
    * 7.0 - # #Double slide picture Wrap
    * 8.0 - # #Simple column Wrap
    * 9.0 - # #services column Wrap
    * 10.0 - # #Blog column Wrap
    * 11.0 - # #Subscribe Wrap
    * 12.0 - # #footer Wrap
    * 13.0 - # #Services detail page Wrap
    * 14.0 - # #Blog posts Wrap
    * 15.0 - # #Share tag Wrap
    * 16.0 - # #Comments blog Wrap
    * 17.0 - # #Comments leave Wrap
    * 18.0 - # #About us page Wrap
    * 19.0 - # #Team post Wrap
    * 20.0 - # #Contact us Wrap
    * 21.0 - # #map Wrap
    * 22.0 - # #sidebar Wrap
    * 23.0 - # #404 page Wrap
    * 24.0 - # #comming soon page Wrap
    * 25.0 - #

	[--Template Colors--]

	Default Template colors: #f3474b = #ff9800 = #00468c
	Default Template Background-color: #f9f9f9 = #ccc

	[Typography]

	Body copy:  16px/ 'Roboto', sans-serif;
	Headers:   16px/ 'Roboto , sans-serif';
	Input, textarea: 16px/ 'Roboto', sans-serif;
	Sidebar heading: 16px/ 'Roboto', sans-serif;

==================================================*/

/*
	  ============================================================
		   Default Css Wrap Start
	  ============================================================
*/
section{
	float: left;
	width: 100%;
	padding: 80px 0px 50px;
}

.fa fa-envelope {
    
}
#responsive{
	display: none;
}
/*
	  ============================================================
		   #Header Wrap Start
	  ============================================================
*/
.wrapper{
	float: left;
	width: 100%;
	overflow: hidden;
}
.header_version_01{
	position: relative;
	left: 0px;
	right: 0px;
	top:0px;
	z-index: 10;
	float: left;
	width: 100%;
	margin-bottom: -100%;

}
.logo{
	float: left;
	width: auto;
	padding: 20px 0px;
}
.logo h1{
	line-height: 0px;
	margin-bottom: 0px;
}
div.logo h1 a{
	display: inline-block;
}
.logo h1 a img{
	width: 100%;
}
.header_uper_row{
	float: right;
	width: 60%;
}
.header_uper_row span{
	font-size: 12px;
	color:#ffffff;
	margin-right: 20px;
	float: left;
	font-weight: 600;
	padding: 14px 0px 14px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.header_uper_row span a{
	color: #fff;
	display: inline-block;
}
.header_uper_row span i{
	margin-right: 10px;
}
.time_table_conent,
.kf_navigation nav,
.kf_navigation ul,
.kf_navigation{
	float: left;
	width: 100%;
}
.kf_navigation nav ul li{
	position: relative;
}

.kf_navigation nav ul li ul.children,
.kf_navigation nav ul li ul.sub-menu{
	position: absolute;
	top:100%;
	left: 0px;
	width: 220px;
	visibility: hidden;
	opacity: 0;
}
.kf_navigation nav ul li:hover ul.children,
.kf_navigation nav ul li:hover ul.sub-menu{
	visibility: visible;
	opacity: 1;
}
.kf_navigation nav ul li ul.sub-menu li a{
	padding: 10px 14px;
	width: 100%;
	color:#fff;
	position: relative;
}
.kf_navigation nav ul li ul.sub-menu li:hover a{
	color: #fff;
}
.kf_navigation nav ul li ul.children li:after,
.kf_navigation nav ul li ul.sub-menu li:after{
	position: absolute;
	content: "\f105";
	font-family: fontawesome;
	top: 50%;
	font-size: 15px;
	opacity: 1;
	left: 0px;
	margin-top: -15px;
  color: #333;
}
.kf_navigation nav ul li ul.children li:hover:after,
.kf_navigation nav ul li ul.sub-menu li:hover:after{
	z-index: 9;
	left: 10px;
	color: #fff;
}
.kf_navigation nav ul li ul,
.time_table_conent{
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: relative;
}
.time_table_conent{
	position: relative;
	float: left;
	width: 100%;
}
.time_table_conent:before{
	border-bottom: 1px solid rgba(255,255,255,0.2);
    bottom: -1px;
    content: "";
    height: 0;
    position: absolute;
    right: -400px;
    width: 158%;
}
.time_table_conent .pull-right{
	border-right: 1px solid rgba(255,255,255,0.2);

}
.time_table_conent .pull-left{
	padding-left: 20px;
}
.time_table_conent .pull-right span{
	margin-right: 0px;
	color:#ffffff;
}
.time_table_conent .pull-right button{
	background: transparent;
	color: #fff;
	padding: 13px 20px;
	font-size: 15px;
}
.kf_navigation nav > ul > li{
	float: left;
	width: auto;
	margin: 0px 20px;
}
.kf_navigation nav > ul > li:last-child{
	margin-right: 0px;
}
.kf_navigation nav > ul > li > a{
	display: inline-block;
	padding: 25px 0 15px;
	color:#ffffff;
	position: relative;
	font-weight: 600;
}
/* .kf_navigation nav > ul > li > a:before{
	position: absolute;
	content: "";
	top:0px;
	border-top: 3px solid #fff;
	width: 100%;
	opacity: 0;
} */
.kf_navigation nav > ul > li:hover a:before,
.kf_navigation nav > ul > li.active a:before{
	opacity: 1;
}

/*
	  ============================================================
		   HEADER VERSION 2 Wrap Start
	  ============================================================
*/
/*
	  ============================================================
		   #innerpage Banner Wrap
	  ============================================================
*/
.banner-innerpage{
	float: left;
	width: 100%;
	position: relative;
	background-position: center;
}
.inner-slide{
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 220px 0 90px;
	text-align: center;
	z-index: 2;
	background-attachment: fixed;
}
.inner-slide h3{
	font-size: 40px;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	display: inline-block;
	float: none;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-shadow:-198px -209px 10px rgba(255, 255, 255, 0.15);

	-webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
    	-webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.inner-slide h3:before{
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 60px;
	margin: 0 auto;
	border-bottom: 4px solid #ffbf19;
}
.inner-slide h4{
	width: 100%;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;


	-webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
-webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.header_version_02{
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
	z-index: 99;
	border-top: 2px solid;
	z-index: 99;
}
.header_version_02 .kf_navigation{
	float: right;
	width: auto;
}
.header_version_02 .logo{
	padding:  2px 20px 0px;
}
.kf_social_navigaion .contain_wrapper{
	float: left;
	width: 100%;
	padding: 0px 20px 0px 0px;
	border-bottom: 2px solid;
}
.header_version_02 .kf_navigation nav li{
	float: left;
	width: auto;
	margin: 0px;
}
.header_version_02 .kf_navigation nav{
	float: left;
	width: auto;
	padding-top: 0px;
	margin-right: 0px;
}
.header_version_02 .kf_navigation nav li a{
	display: inline-block;
	padding: 35px 22px 36px;
	font-weight: 500;
	width: 100%;
	color: #fff;
	text-transform: capitalize;
}
.header_version_02 .kf_navigation nav li > a:after,
.header_version_02 .kf_navigation nav > li:before,
.header_version_02 .kf_navigation nav > li > a:before{
	display: none;
}
.header_version_02 .kf_navigation nav li.active a,
.header_version_02 .kf_navigation nav li:hover a{

}
.header_version_02 .kf_navigation nav li ul li,
.header_version_02 .kf_navigation nav li ul li a{
	width: 100%;
	border: none;
}
.header_version_02 .kf_navigation nav li ul.children li a,
.header_version_02 .kf_navigation nav li ul.sub-menu li a{
	padding-left: 20px;
}
.header_version_02 .kf_navigation nav li ul.children,
.header_version_02 .kf_navigation nav li ul.sub-menu{
	margin-top: 2px;
}
.header_version_02 .kf_navigation nav ul li ul.children li:after,
.header_version_02 .kf_navigation nav ul li ul.sub-menu li:after{
	margin-top: -14px;
	left: 10px;
}
.header_version_02 .header_uper_row{
	float: left;
	width: 100%;
}
.header_version_02 .time_table_conent::before{
	display: none;
}
.header_version_02 .time_table_conent .pull-right,
.header_version_02 .time_table_conent{
	border:none;
}
.header_version_02 .social_icons{
	float: left;
	width: auto;
	padding: 12px 0 0px;
}
.header_version_02 .kf_social_navigaion .pull-right{
	padding: 24.5px 0;
}
.header_version_02 .time_table_conent .pull-right span{
	margin-right: 10px;
	padding: 16px 20px 16px 0px;
	position: relative;
	border-right: none;
}
.header_version_02 .time_table_conent .pull-right span a{
	display: inline-block;
	color:#fff;
}
.header_version_02 .time_table_conent .pull-right span:before{
	border-right: 1px solid #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    min-height: 14px;
    margin-top: -8px;
}
.header_version_02 .header_uper_row span{
	border-right: none;
	min-height: auto;
}
.header_version_02 .time_table_conent .pull-left{
	padding-left: 0px;
}
.header_version_02 .time_table_conent .pull-right span:last-of-type{
	margin-right: 17px;
}
.theme_color li a{
	background-color: #fff;
    border: medium none;
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-size: 14px;

}
/*
	  ============================================================
		   BANNER Css Wrap Start
	  ============================================================
*/
.banner_style_01{
	float: left;
	width: 100%;
	position: relative;
}
.banner_style_01 .slide{
	float: left;
	width: 100%;
	position: relative;
}
.banner_style_01 .slide:after,
.banner_style_01 .slide:before{
	position: absolute;
	content: "";
	top:0px;
	right: 0px;
	bottom: 0px;
	width: 56.0%;
	background: rgba(255,191,25,0.85);
	z-index: 1;
}
.banner_style_01 .slide:after{
	left: 0px;
	width: 44.0%;
	background-color: #000;
	opacity: 0.22;
}
.banner_style_01 .slide img{
	width: 100%;
}
.banner_caption{
	top: 50%;
    position: absolute;
    right: 0;
    left: 0px;
    z-index: 99;
    margin: -150px auto auto auto;
    padding: 0px 0px 0px 501px;
}
.banner_caption h2{
	line-height: 60px;
	color:#fff;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
.banner_caption h2:before{
		position: absolute;
		content: "";
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: 0 auto;
		border-bottom: 4px solid #ffbf19;
		width: 20%;
}
.banner_caption h3{
	color:#fff;
	text-transform: uppercase;
	margin-bottom: 51px;
	line-height: normal;
	font-weight: 700;
	font-size: 24px;
}
.banner_caption h2,
.banner_caption h3{
	width: 0;
	opacity: 0;
}
.banner_caption a{
	margin-right: 10px;
}
.banner_caption a:last-child{
	margin-right: 0px;
}
.kf_insur_questions{
	float: left;
	width: 100%;
}
.banner_style_02 .slide.slick-slide.slick-current.slick-active .banner_caption h2,
.banner_style_02 .slide.slick-slide.slick-current.slick-active .banner_caption h3{
	-webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
          width: 100%;
          opacity: 1;
}
.banner_style_02 .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.banner_style_02 .slide {
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner_style_02 .slide img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.banner_style_02 .slide.slick-slide.slick-current.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.banner_style_02 .slide.slick-slide.slick-current.slick-active .banner_caption h3{
	-webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.banner_style_02 .slide.slick-slide.slick-current.slick-active .banner_caption h2{
	-webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}


.banner_style_02{
	float: left;
	width: 100%;
}
.banner_style_02 .slide{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.banner_style_02 .banner_caption{
	 float: none;
    left: 0px;
    margin: -100px auto 0px;
    right: 0px;
    padding: 0px;
    z-index: 10;
}
.banner_style_02 .banner_caption h2{
	line-height: 80px;
	margin-bottom: 33px;
	width: 100%;
	padding-bottom: 20px;
}
div.banner_style_02 .slide:before{
	z-index: 1;
}
/*
	  ============================================================
		   BANNER Css Wrap ENDS
	  ============================================================
*/

/*
	  ============================================================
		   CONTENT Wrap Start
	  ============================================================
*/


/*
	  ============================================================
		   INSURANCE SECTION Start
	  ============================================================
*/
.kf_insurance{
	float: left;
	width: 100%;
}
.kf_caption{
	float: left;
	width: 100%;
	padding: 18px 0;
}
.kf_caption p{
	line-height: 1.9;
	display: inline-block;
	font-weight: 500;
}
.kf_insur_questions .slide{
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}
.kf_insur_questions .slide:before{
	bottom: 0;
    content: "";
    left: 0;
    outline: 11px solid;
    outline-offset: -30px;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: -1;
}
.kf_insur_questions .slide:after{
	position: absolute;
	content: "";
	top:50px;
	right: 0px;
	left: 50px;
	bottom: 50px;
	opacity: 0.8;
}
.kf_insur_questions img{
	width: 100%;
	padding: 50px 0px 50px 50px;
}
.kf_insur_questions{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 11px;
	margin-top: 80px;
}
.kf_insur_captions{
	bottom: 100px;
    left: 100px;
    position: absolute;
    right: 0;
    z-index: 10;
}
.kf_insur_captions h6{
	font-weight: 600;
}
.kf_insur_captions h2{
	line-height: normal;
	font-size: 40px;
	color:#fff;
	font-weight: bold;
	margin-bottom: 22px;
	margin-top: -9px;
}
.read_data{
	float: left;
	width: 100%;
	margin-top: 13px;
}
.read_data li{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 25px;
	margin-bottom: 22px;
}
.read_data li:last-child{
	margin-bottom: 0px;
}
.read_data li p{
	margin-bottom: 0px;
}
.aricales{
	float: left;
	width: 100%;
}
.aricales h5{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 6px;
	color:#999;
	font-size: 15px;
}
.read_data li:before{
	position: absolute;
	content: "\f00c";
	left: 0px;
	font-family: fontawesome;
	top:0%;
	text-align: center;
	margin-top: -7px;
	font-size: 16px;
	line-height: 24px;
	padding: 1px 3px;
	border-radius: 100%;
}
.kf_caption .heading.align-left{
	margin-bottom: 23px;
}
/*
	  ============================================================
		   INSURANCE SECTION ENDS
	  ============================================================
*/

/*
	  ============================================================
		   INSURANCE DOUBLE SECTION
	  ============================================================
*/
.fig-picture,
.kf_insurance_double{
	float: left;
	width: 100%;
}
.double_contain{
	width: 50%;
	position: relative;
	float: left;
}
.fig-picture{
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	position: relative;
	z-index: 2;
	padding: 100px 80px;

}
.fig-picture .heading{
	margin-bottom: 0px;
}
.fig-picture .heading h4{
	margin-bottom: 15px;
	font-size: 40px;
}
.fig-picture .heading h3{
	margin-bottom: 15px;

}
.fig-picture p{
	color: #fff;
	margin-bottom: 0px;
}
.fig-picture .p1{
	display: none;
}
.image1{
	background: url(extra-images/insure_double_img1.jpg);
}
.image2{
	background: url(extra-images/insure_double_img2.jpg);
}
.image3{
	background: url(extra-images/insure_double_img1.jpg);
}
.image4{
	background: url(extra-images/insure_double_img1.jpg);
}
.fig-picture:before{
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	opacity: 0.75;
}
.double_contain .heading p{
	color:#fff;
	margin-bottom: 24px;
}
.double_contain .heading .p1{
	display: none;
}
.double_contain:hover:before{
	background: #000;
}
/*
	  ============================================================
		   INSURANCE DOUBLE SECTION ENDS
	  ============================================================
*/

/*
	  ============================================================
		   OFFERS SERVICES
	  ============================================================
*/
.offers_content,
.offers_services{
	float: left;
	width: 100%;
}
.scroll-point .row > .col-md-3{
	display: none;
}
.offers_columns{
	float: left;
	width: 100%;
	border:1px solid #e8e8e8;
	text-align: center;
	padding: 72px 5px 70px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0px 2px -23px 0px rgba(0,0,0,0.0);
	-o-transform-style: preserve-3d;
	-o-transform: translateZ(20px);
	-moz-transform-style: preserve-3d;
	-moz-transform: translateZ(20px);
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(20px);
	transform-style: preserve-3d;
	transform: translateZ(20px);
}
.offers_columns:before{
	position: absolute;
	content: "";
	top:0px;
	left: 0px;
	margin: 0 auto;
	border-top: 2px solid;
	width: 100%;
	opacity: 0;
}
.offers_columns:hover:before{
	left: 0%;
	opacity: 1;
}
.offers_columns:hover{
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
}
.offers_columns > span{
	font-size: 75px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 10px;
	display: inline-flex;
}
.offers_columns:hover h5,
.offers_columns:hover a,
.offers_columns:hover > span{
	color: #fff;
}
.offers_columns h5,
.offers_columns a{
	text-transform: capitalize;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
}
.offers_columns h5,
.offers_columns a{
	display: inline-block;
text-indent: 0px;
padding: 0px 0px;
font-size: 15px;
font-weight: 600;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
padding: 0px 15px;
overflow: hidden;
}
.kf_gallery{
	float: left;
	width: 100%;
	background-image: url(images/bg_gallery.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.kf_gallery .pull-left{
	 float: left;
    padding: 234px 80px 0px 90px;
    width: 30%;
}
.kf_gallery .pull-left .heading{
	margin-bottom: 0px;
}
.kf_gallery .pull-left p{
	margin-bottom: 15px;
}
.kf_gallery .pull-left h3{
	margin-top: -12px;
}
.kf_gallery_book{
	float: right;
	width: 70%;
}
.kf_gallery_book .kf_services_caption{
	background: rgba(0,0,0,0.6);
	padding: 0px;
	margin: 0px 20px;
}
.kf_gallery_book .kf_services_caption h5{
	color: #fff;
	width: 78%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
}
.grid-item{
	width: 33.333%;
	float: left;
}
.grid-item img{
	width: 100%;
}


.kf_counter{
	float: left;
	width: 100%;
	padding: 48px 0px 54px;
	text-align: center;
}
.kf_count_up{
	float: left;
	width: 100%;
}
.kf_count_up p{
	color:#fff;
	margin-bottom: 0px;
	font-weight: 500;
	float: left;
	width: 100%;
	text-align: center;
}
.count_plus{
	font-weight: bold;
	color:#fff;
	font-size: 44px;
	display: inline-block;
	line-height: normal;
	position: relative;
}
.count_plus:before{
	position: absolute;
	content: "\f067";
	font-family: fontawesome;
	top:50%;
	right: -28px;
	margin: -14px 0 0;
	font-size: 29px;
	color:#fff;
}


.kf_spacialist_agents{
	float: left;
	width: 100%;
}
.kf_agents{
	float: left;
	width: 100%;
	border:1px solid #e8e8e8;
	margin-bottom: 30px;
}
.kf_agents figure{
	float: left;
	width: 100%;
	overflow: hidden;
}
.kf_agents figure img{
	-moz-transform:scale(1) skewX(0deg);
	-o-transform:scale(1) skewX(0deg);
	-webkit-transform:scale(1) skewX(0deg);
	transform:scale(1) skewX(0deg);
}
.kf_agents:hover figure img{
	-moz-transform:scale(1.2) skewX(3deg);
	-o-transform:scale(1.2) skewX(3deg);
	-webkit-transform:scale(1.2) skewX(3deg);
	transform:scale(1.2) skewX(3deg);
}
.kf_agents_caption{
	float: left;
	width: 100%;
	text-align: center;
	padding: 21px 0px 25px;
}
.kf_agents_caption h5{
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 11px;
}
.kf_agents_caption h5:before{
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom: 1px solid #e8e8e8;
	width: 16%;
	margin: 0 auto;
}
.kf_agents_caption h5 a{
	display: inline-block;
	color:#646464;
}
.kf_agents_caption ul{
	float: left;
	width: 100%;
}



.kf_getaquote{
	float: left;
	width: 100%;
	position: relative;
	background-image:url(images/get_quote_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.kf_getaquote_caption{
	float: left;
	width: 100%;
	padding: 130px 0px;
}
.kf_getaquote_caption h3{
	margin-bottom: 23px;
	color:#fff;
	font-weight: bold;
}
.kf_getaquote_caption p{
	margin-bottom: 44px;
	color:#fff;
}

.kf_filing_form{
	float: left;
	width: 100%;
	padding: 99px 30px;
}
.filing_form{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.filing_form .select{
	float: left;
	width: 100%;
}
.filing_form_50 textarea,
.filing_form_50 input,
.selectric-wrapper{
	border:2px solid #fff;
	background: transparent;
	border-radius: 30px;
}
.filing_form_50 textarea{
	color: #fff;
	padding: 15px;
	width: 100%;
	height: 100px;
}
.selectric .label{
	height: 50px;
	line-height: 50px;
	color:#fff;
	font-weight: 400;
}
.selectric .button{
	height: auto;
	padding: 10px 15px;
	color:#fff;
	line-height: normal;
}
.filing_form_50{
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
.filing_form_50 input{
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding: 0px 15px;
}
.kf_filing_form .align-center{
	margin-top: 15px;
}

.blog-cpt,
.kf_news_information{
	float: left;
	width: 100%;
}
.ns_columns{
	float: left;
	width: 100%;
	margin-bottom: 24px;
}
.news_caption{
	float: left;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 8px 0px 0px;
	background: #fff;

}
.blog-cpt{
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);
	width: 90%;
	float: none;
	display: inline-block;
	position: relative;
	background: #fff;
	margin-top: -15px;
	padding: 25px 25px 39px;
	text-align: left;
	border-top: 8px solid #ffbf19;
}
.blog-cpt h6,
.blog-cpt p{
	margin-bottom: 0px;
}
.blog-cpt h6{
	margin-bottom: 12px;
}
.blog-cpt p{
	margin-bottom: 8px;
}
.btn-link i{
	float: left;
	margin: 2px 5px 0px 0px;
}
.blog-cpt .btn-link{
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	font-weight: 600;
} 
.bottom-button a{
	text-transform: none;
}
.bottom-button{
	margin-top: -15px;

position: relative;
}
.news_caption .meta{
	margin-bottom: 3px;
}
.news_caption h5{
	margin-bottom: 7px;
}
.news_caption h5 a{
	color:#353535;
	display: inline-block;
	line-height: normal;
}
.news_caption p{
	margin-bottom: 19px;
}
.news_caption .arrow_btn{
	color:#353535;
	font-size: 14px;
	width: 100%;
	font-weight: 600;
}
.news_caption:before{
	border-bottom: 1px solid #d6d6d6;
    bottom: 9px;
    content: "";
    left: auto;
    position: absolute;
    right: 0;
    width: 65%;
}
.bottom-button{

}
.bg1{
	color: #fff;
}

.bottom-button,
.brand_slider{
	float: left;
	width: 100%;
}
.brands_section{
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.brand_slider .slide{
	float: left;
	width: 100%;
	margin: 0px 15px;
}
.brand_slider .slide a{
	display: inline-block;
	width: 100%;
	border: 1px solid #d6d6d6;
}
.brand_slider .slide a img{
	width: 100%;
}

.kf_map_footer{
	float: left;
	width: 100%;
	position: relative;
}
#default_map{
	float: left;
	width: 100%;
	height: 520px;
}
.office_capture{
	float: left;
	width: 100%;
	background: #fff;
}
.office_capture figure{
	float: left;
	width: 30%;
}
.office_caption{
	float: none;
	width: auto;
	overflow: hidden;
	padding: 13px 30px 30px;
}
.office_caption h4{
	font-weight: bold;
	color:#353535;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.office_caption span{
	float: left;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
}
.office_caption span i{
	margin-right: 10px;
}

.footer_version_1{
	float: left;
	width: 100%;
	position: relative;
}
.footer_content{
	float: left;
	width: 100%;
	padding: 200px 0 30px;
}
.footer_version_1:before{
	position: absolute;
	content: "";
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;

}
.logo_footer{
	display: inline-block;
	margin-bottom: 25px;
}
.widget p{
	color:#fff;
	margin-bottom: 29px;
}
.widget .kf_timeing_form{
	width: 100%;
}
.widget_title{
	font-size: 24px;
	color:#fff;
	text-transform: capitalize;
	margin-bottom: 28px;
	font-weight: 600;
}
.widget .widget_title{
	padding-top: 5px;
}
.widget_category{
	float: left;
	width: 100%;
}
.widget_category li{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 15px;
	margin-bottom: 19px;
}
.widget_category li:before{
	position: absolute;
	content: "\f105";
	font-family: fontawesome;
 	font-size: 14px;
 	color:#fff;
 	left: 0px;
 	top:50%;
 	margin-top: -11px;
}
.widget_category li a{
	display: inline-block;
	color:#fff;
	font-weight: 500;
}
.widget_time_table{
	float: left;
	width: 100%;
}
.widget_time_table li{
	float: left;
	width: 100%;
	margin-bottom: 4px;
	position: relative;
}
.widget_time_table li:before{
	border-bottom: 2px dotted #fff;
    bottom: 50%;
    content: "";
    left: 92px;
    margin-bottom: -2px;
    position: absolute;
    right: 0;
    width: 40%;
}
.widget_time_table li:last-child{
	margin-bottom: 0px;
}
.widget_time_table li span{
	color:#fff;
	display: inline-block;
}
.widget_services{
	float: left;
	width: 100%;
}

.widget_navigation{
	float: left;
	width: 100%;
	border-top: 1px solid #d6d6d6;
	padding: 25px 0px 24px;
	position: relative;
}
.widget_navigation nav{
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.widget_navigation nav ul{
	float: left;
	width: 100%;
}
.widget_navigation nav ul li{
	float: none;
	width: auto;
	display: inline-block;
	margin-right: 10px;
}
.widget_navigation nav ul li:hover a{

}
.widget_navigation nav ul li:last-child{
	margin-right: 0px;
}
.widget_navigation nav ul li:last-child a{

}
.widget_navigation nav ul li a{
	display: inline-block;
	color:#fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px 40px;
}



.kf_timeing_form{
	float: left;
	width: 44%;
}
.kf_office_form{
	float: left;
	width: 100%;
}
.kf_office_form .container{
	 bottom: 0;
    left: 0;
    margin: 0 auto -150px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.kf_timeing_form li{
	float: left;
	width: 100%;
	margin-bottom: 24px;
}
.kf_timeing_form li:last-child{
	margin-bottom: 0px;
}
.kf_timeing_form li span{
	font-size: 15px;
	display: inline-block;
	font-weight: 500;
	color: #fff;
}
.kf_timeing_form li span i{
	width: 30px;
	text-align: center;
	margin-right: 5px;
}
.kf_send_form{
	float: right;
	width: 50%;
	margin-bottom: 30px;
}
.kf_send_form .filing_form_50{
	float: left;
	width: 100%;
}
.kf_send_form .filing_form_50 input{
	border-color: #fff;
	color:#fff;
}
.kf_office_touth{
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	padding: 80px 50px 50px 44px;
	/* background-image: url(images/form_pattren.png); */
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 2;
}
.kf_office_touth:before{
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #1d3b5f;
	z-index: -1;
	opacity: 0.65;
}
.kf_office_touth .heading p,
.kf_office_touth .heading h3{
	color: #fff;
}
.kf_office_touth .heading h3{
	font-size: 27px;
}
.kf_content_services .container{
	margin-top: -140px;
    z-index: 2;
    position: relative;
}

.bulets,
.kf_content_services{
	float: left;
	width: 100%;
	position: relative;
}
.kf_services_columns{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.kf_services_columns figure{
	position: relative;
	float: left;
	width: 100%;
}
.kf_services_columns figure:before{
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	bottom: 0px;
	box-shadow: 0px 0px 70px 50px #000;
}
.kf_services_columns:hover figure:before{
	box-shadow: 0px 0 30px 300px rgba(0, 0, 0, 0.7);
}
.kf_services_caption{
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
	padding: 0px 20px 0px;
}

.kf_services_caption span{
	font-size: 30px;
	float: left;
	width: auto;
	margin-right: 20px;
	color:#fff;
	padding: 10px;
}
.kf_services_caption h5{
	 float: left;
    margin-bottom: 0;
    padding: 10px 0 0;
    width: auto;
    line-height: 44px;
}
.kf_services_caption h5 a,
.kf_services_caption h5 a{
	display: inline-block;
	color:#fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 17px;
}
.kf_content_services .kf_services_caption{
		bottom: 50%;
		left: 0px;
		right: 0px;
}
.kf_content_services .kf_services_caption h5{
	float: none;
	width: 100%;
	padding: 0px;
	display: inline-block;
}


.kf_price_content,
.kf_table_cols,
.kf_price_row,
.kf_price_table{
	float: left;
	width: 100%;
}

.picture_flat{
	position: absolute;
	top:0%;
	left: 0px;
	right: 0px;
	margin-top: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 99;
}

.kf_table_cols{
	text-align: center;
	border:1px solid #d6d6d6;
}
.kf_price_row{
	border-bottom: 1px solid #d6d6d6;
	padding: 38px 0px 34px;
}
.kf_price_row .price{
	font-size: 57px;
	font-weight: bold;
	text-transform: uppercase;
	color:#353535;
	line-height: 43px;
	float: left;
	width: 100%;
	margin-bottom: 11px;
}
.kf_price_row .price small{
	color:#353535;
}
.kf_price_row .price sup{
	font-size: 20px;
	top: -1.1em;
	margin-right: 5px;
	color:#111111;
	text-transform: uppercase;
}
.kf_price_row h4{
	font-weight: bold;
	text-transform: capitalize;
	color:#353535;
	margin-bottom: 3px;
}
.kf_table_cols p{
	margin-bottom: 0px;
}
.kf_price_row p{

}
.kf_price_content{
	padding: 35px 0px 40px;
	border-bottom: 2px solid transparent;
}
.kf_price_content ul{
	float: left;
	width: 100%;
	margin-bottom: 29px;
}
.kf_price_content ul li{
	float: left;
	width: 100%;
	margin-bottom: 24px;
}
.kf_price_content ul li:last-child{
	margin-bottom: 0px;
}
.kf_price_content ul li p{

}
.kf_price_content .normal_btn{

}
.kf_table_cols:hover div.kf_price_row .price,
.kf_table_cols:hover div.kf_price_row .price sup,
.kf_table_cols:hover div.kf_price_row h4,
.kf_table_cols:hover div.kf_price_row p{
	color: #fff;
}
.kf_table_cols:hover div.kf_price_row .price small{
	color: #fff;
}
.kf_table_cols:hover div.kf_price_content{
	background-color: #f6f7f7;
}
.kf_table_cols:hover{
	border-color: #f6f7f7;
}



.kf_testimonial{
	float: left;
	width: 100%;
}
.kf_slider{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.kf_slide{
	float: left;
	background-color: #fff;
	padding: 54px 30px 30px;
	margin:0px 15px;
}
.kf_slide blockquote{
	border:none;
	position: relative;
	padding: 0px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 35px;
	margin-bottom: 40px;
}
.kf_slide blockquote:before{
	position: absolute;
	content: "\f10d";
	font-family: fontawesome;
	font-size: 66px;
	opacity:0.1;
	left: 0px;
	right: 0px;
	top:0px;
	margin: 0 auto;
}
.kf_slide blockquote p{
	font-size: 15px;
	color:#999999;
	margin-bottom: 0px;
}
.column_customer{
	float: left;
	width: 100%;
}
.column_customer figure{
	float: left;
	width: 70px;
	border-radius: 100%;
	margin-right: 15px;
	display: none;
}
.column_customer figure img{
	border-radius: 100%;
	width: 100%;
	border:3px solid transparent;
}
.kf_column_caption{
	float: left;
	width: 100%;
}
.kf_column_caption{
	float: none;
	width: auto;
	overflow: hidden;
	/* padding: 12px 0 0; */
}
.kf_column_caption h6 a{
	display: inline-block;
	line-height: normal;
	color:#333;
}
.kf_column_caption h6{
	line-height: normal;
	width: 100%;
	margin-bottom: 0px;
}
.kf_column_caption small{
	display: inline-block;
	line-height: normal;
}
/*====#endnew*/
/*
	  ============================================================
		   #Double slide picture Wrap
	  ============================================================
*/
.pix-left{
	float: left;
	width: 35%;
}
.pix-left figure{
	float: left;
	width: 100%;
}
.slider-angly{
	float: left;
	width: 100%;
	box-shadow: 8px 10px 10px 0px;
}
.slider-angly .slide{
	position: relative;
}
.slider-angly .slide:before{
	position: absolute;
	content: "";
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.95;
}
.slider-angly-nav{
	bottom: -112px;
    float: left;
    position: absolute;
    right: -112px;
    width: 100%;
    box-shadow: 8px 10px 10px 0px;
}
.slider-angly-nav .slide{
	float: left;
	width: 100%;
	padding: 0px;
}
.slider-angly-nav div.slick-list.draggable{
	padding: 0px !important;
}
.angy-right-caption{
	float: right;
	width: 65%;
	padding-left: 200px;
	padding-top: 50px;
	padding-bottom: 105px;
}
.angy-right-caption h2{
	margin-bottom: 0px;
}
.angy-right-caption a{
	float: left;
	margin-right: 10px;
}
.angy-right-caption a:last-child{
	margin-right: 0px;
}
.content-section{
	float: right;
	width: 70%;
}
.content-section .slide{
	float: left;
	width: 25%;
	position: relative;
	z-index: 2;
}
.content-section .slide blockquote{
	float: left;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	margin-top: 0px;
	border:none;
	background: #fff;
	/*margin: 60px 0 -180px;*/
	z-index: 8;
}
.content-section .slide{
	margin: 10px 15px;
	padding-top: 0px;
	background: transparent;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.0);
    max-height: 430px;
    min-height: 426px;
}
.content-section .slide figure{
	float: left;
	width: 100%;
	position: relative;
}
.slide-absulote{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.margin-0{
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.slide-absulote small{
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
}
.slider-6 .slide.slick-slide.slick-current.slick-active{
	margin: 10px 15px;
	padding-top: 110px;
	background: #fff;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}
.slider-6 .slide.slick-slide.slick-current.slick-active blockquote{
	bottom: auto;
	top: 0px;
	margin: 0px;
}
/*
	  ============================================================
		   #Simple column Wrap
	  ============================================================
*/
.column-icons:hover .eft1{
	opacity: 1;
    transition-delay: 0.21s;
    transition:all 0.35s ease 0.21s;
}
.column-icons{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	background: rgba(255,255,255,0.95);
	margin-bottom: 30px;
	padding: 40px 0px;
	box-shadow: 33px -29px 0 -15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}
.column-icons > span{
	font-size: 60px;
	margin-bottom: 15px;
	display: inline-block;
}
.column-icons span span:before,
.column-icons span{
	color: #fff ;
}
.column-icons h5{
	margin-bottom: 0px;
	width: 100%;
}
.column-icons h5 a{
	display: inline-block;
	width: 100%;
	font-weight: 500;
	text-transform: capitalize;
}
/*
	  ============================================================
		   #services column Wrap
	  ============================================================
*/
.menu-icons-services{
	float: left;
	width: 100%;
	position: relative;
	background-image: url(images/bg-services.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
}
.menu-icons-services:before{
	z-index: -1;
}
.services-menu{
	float: left;
	width: 100%;
}
/*
	  ============================================================
		   #Blog column Wrap
	  ============================================================
*/
.blog-services{
	float: left;
	width: 100%;
}
.blog-column{
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0px 11px 28px -10px;
	margin-bottom: 30px;
}
.blog-column figure{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.hover-01:hover .caption-hover{
	opacity: 1;
}
.caption-hover{
	left: 0;
    margin: -15px auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
	z-index: 2;
}
.blog-caption{
	float: left;
	width: 100%;
	padding: 21px 15px 24px;
}
.blog-caption span{
	display: inline-block;
	line-height: normal;
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.blog-caption h5{
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
}
.blog-caption h5 a{
	display: inline-block;
	width: 100%;
	font-weight: 400;
	text-transform: capitalize;
}
/*
	  ============================================================
		   #Services detail page Wrap
	  ============================================================
*/
.mein-content-step{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.icons-step{
	float: left;
	width: 30%;
}
.icons-step > span{
	width: 320px;
	height: 320px;
	background: #ebe9ea;
	text-align: center;
	line-height: 300px;
	border-radius: 100%;
	display: inline-block;
	font-size: 160px;
}
.content-step{
	width: 70%;
}
.rt-f .content-step{
	float: right;
	padding: 20px 0px 0 170px;
}
.lt-f .content-step{
	float: left;
	padding: 20px 170px 0 0px;
}
.content-step h3{
	color: #3e467b;
    font-size: 46px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}
.white-clr .content-step h4, .white-clr .content-step p, .white-clr .content-step h3{
	color: #fff;
}
.content-step h4{
	font-size: 28px;
	color: #212121;
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
	line-height: normal;
}
.content-step p{
	color: #878787;
}
.pattern-bg{
	position: relative;
	background: url(images/p-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
}
.pattern-bg:after,
.pattern-bg:before{
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.pattern-bg:before{
	top:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 21.5px 0 21.5px;
	border-color: #fff transparent transparent transparent;

}
.pattern-bg:after{
	bottom: -23px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 21.5px 0 21.5px;
	border-color: #3e467b transparent transparent transparent;
}
.last-angal:after{
	display: none;
}
.cnt-submit{
	float: left;
	width: 100%;
	text-align: center;
}
.cnt-submit p{
	font-size: 24px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.form-apply{
	float: left;
	width: 100%;
}
.text-felids{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.text-felids input[type="text"]{
	width: 100%;
	border:none;
	background: #f9f9f9;
	font-weight: 300;
}
.radio-p{
	padding-left: 30px;
}
.text-felids h5{
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 400;
	text-transform: capitalize;
	width: 100%;
}
.chosen-container-single .chosen-single span{
	top:auto;
	left: auto;
	margin: auto;
}
.chosen-container-single .chosen-single{
	border:none;
	background: #f9f9f9;
}
.chosen-container-single .chosen-single span{
	color: #9faec8;
}
.chosen-container-active.chosen-with-drop .chosen-single{
	border:none;
}
.text-felids-btn{
	float: left;
	width: 100%;
}
.text-felids-btn button{
}
/*
	  ============================================================
		   #Blog posts Wrap
	  ============================================================
*/
.column-blog{
	float: left;
	width: 100%;
	box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
.blog-content{
	float: left;
	width: 100%;
	background: #fff;
	padding: 30px 20px 24px;
	text-shadow:0px 0px 4px #fff;
}
.blog-content small{
	display: inline-block;
	padding: 0px;
	font-weight: 400;
	color: #444;
	text-transform: capitalize;
	margin-bottom: 9px;
	margin-right: 15px;
}
.blog-content small:last-child{
	margin-right: 0px;
}
.blog-content i{
	float: left;
	width: auto;
	margin:3px 7px 0 0;
}
.blog-content p{
	margin-bottom: 8px;
	color: #888;
	height: 80px;
	overflow: hidden;
	text-overflow: clip;
	height: 90px;
}
.lg_btn.border_btn{
	background: #fff;
	color: #444;
}
.blog-content h4{
	margin-bottom: 9px;
	display: inline-block;
	width: 100%;
}
.blog-content h4 a{
	display: inline-block;
	width: 100%;
	color: #444;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.blog-details{
	float: left;
	width: 100%;
}
.blog-details .share-icons{
	margin-bottom: 50px;
}
.blog-details > figure{
	margin-bottom: 21px;
}
.blog-post-content{
	float: left;
	width: 100%;
}
.blog-post-content h3{
	display: inline-block;
	width: 100%;
	margin-bottom: 4px;
}
.blog-post-content h3 a{
	display: inline-block;
	font-weight: 500;
	color: #555;
	text-transform: capitalize;
}
.blog-post-content .meta-02{
	margin-bottom: 38px;
}
.blog-post-content p{
	display: inline-block;
	width: 100%;
	color: #555;
	margin-bottom: 55px;
}
/*
	  ============================================================
		   #Share tag Wrap
	  ============================================================
*/
.share-icons{
	float: left;
	width: 100%;
	border: 1px solid ;
}
.share-icons span{
	float: left;
	width: auto;
	display: inline-block;
	font-size: 16px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	margin-right: 15px;
}
.shareing-links{
	float: left;
	width: auto;
}
.shareing-links li{
	float: left;
	width: auto;
}
.shareing-links li a{
	display: inline-block;
	color: #555;
	padding: 14px 14px;
	font-size: 16px;
}
.blog-author{
	float: left;
	width: 100%;
	padding: 30px;
	border: 1px solid #ccc;
}
.margin-50{
	margin-bottom: 50px;
}
.blog-author figure{
	float: left;
	width: 16%;
}
.author-content{
	float: left;
	width: 84%;
	padding: 0px 0px 0px 30px;
	position: relative;
}
.author-content h5{
	margin-bottom: 0px;
	width: 100%;
	display: inline-block;
}
.author-content h5 a{
	display: inline-block;
	color: #555;
	text-transform: capitalize;
	font-weight: 500;
}
.author-content a.reply-comment{
		position: absolute;
}
.author-content span{
	font-size: 14px;
	display: inline-block;
	width: 100%;
	color: #555;
	margin-bottom: 8px;
}
.author-content p{
	color: #555;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}
/*
	  ============================================================
		   #Comments blog Wrap
	  ============================================================
*/
.comments-blog,
.comments-blog li,
.blog-comments-section{
	float: left;
	width: 100%;
}
.blog-comments-section h4{
	float: left;
	width: auto;
}
.blog-comments-section .leave-rtl{
	float: right;
	width: auto;
}
.leave-rtl i{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #555;
	border-radius: 5px;
	border:1px solid #ccc;
	margin-right: 15px;
}
.leave-rtl a{
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	color: #555;
	margin: 5px 0px 0px;
}
.reply-comment{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 4px 15px;
	background: #444444;
	color: #fff;
	text-transform: capitalize;
	border-radius: 5px;
	font-weight: 400;
}
.comments-blog li{
	margin-bottom: 30px;
}
.comments-blog li ul{
	padding-left: 70px;
	margin-top: 30px;
}
/*
	  ============================================================
		   #Comments leave Wrap
	  ============================================================
*/
.leave-form form,
.leave-form{
	float: left;
	width: 100%;
}
.leave-form .text-felids textarea{
	width: 100%;
	height: 300px;
	padding: 15px;
	background: #f9f9f9;
	border:none;
}
/*
	  ============================================================
		   #Team post Wrap
	  ============================================================
*/
.team-column{
	float: left;
	width: 100%;
	box-shadow: 1px 1px 51px -9px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.team-column figure{
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
}
.team-column .social-hover{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.team-column .social-hover ul li{
	float: left;
	width: 100%;
}
.team-column .social-hover ul li a{
}
.team-content{
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	box-shadow: 30px 29px 0 -19px;
}
.team-content h5{
	margin-bottom: 3px;
	width: 100%;
	display: inline-block;
}
.team-content h5 a{
	display: inline-block;
	width: 100%;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
}
.team-content span{
	display: inline-block;
	width: 100%;
	color: #fff;
}
/*
	  ============================================================
		   #Contact us Wrap
	  ============================================================
*/
.contact-us{
	float: left;
	width: 100%;
}
.contact-us .container{
	position: relative;
	z-index: 2;
}
.form-content,
.contact-us .form-elements{
	box-shadow: 1px 1px 51px -9px rgba(0,0,0,0.2);
	float: left;
	width: 100%;
}
.w8form{
	float: left;
	width: 70%;
	padding: 30px 0px 30px 30px;
}
.w8form .row{
	display: inline-block;
}
.w8form span.pull-right{
	font-size: 26px;
	margin: -7px 30px;
	color: #fff;
}
.w4form{
	float: left;
	width: 30%;
	/*background: #103f6e;*/
	padding:92px 30px;
}
.title-widgt-2{
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	width: auto;
	float: left;
	margin-bottom: 17px;
}
.w4form h4{
	margin-bottom: 32px;
	color: #fff;
}
.w8form .text-felid{
	float: left;
	width: 50%;
	padding: 0px 15px;
	margin-bottom: 30px;
}
.w8form .text-felid input{
	width: 100%;
	border:none;
}
.w8form .text-area{
	float: left;
	width: 100%;
	padding: 0px 15px;
	position: relative;
}
.w8form .text-area textarea,
.w8form .text-felid input{
	background: rgba(0,0,0,0.4);
	color: #fff;
}
.w8form .text-area textarea::-moz-placeholder,
.w8form .text-area textarea::-webkit-placeholder,
.w8form .text-felid input::-moz-placeholder,
.w8form .text-felid input::-webkit-placeholder{
	color: #fff;
}
.w8form .text-area textarea{
    border: medium none;
    height: 185px;
    padding: 15px;
    width: 100%;
}
.text-area button{
	padding: 0px;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	padding: 0px 15px 0px;
	position: absolute;
	right: 0px;
	bottom: -20px;
}
.location-detail{
	float: left;
	width: 100%;
	margin-bottom: 23px;
}
.location-detail li{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.location-detail li:last-child{
	margin-bottom: 0px;
}
.location-detail li p{
	margin-bottom: 0px;
	color: #fff;
}
.location-detail li span{
	float: left;
	width: 20px;
	text-align: center;
	margin-right: 15px;
	padding: 0px 0 10px;
	font-size: 24px;
	color: #fff;
}
/*
	  ============================================================
		   #map Wrap
	  ============================================================
*/
#map-general{
	float: left;
	width: 100%;
	height: 600px;
	margin-top: -200px;
}
.copyrights-04 .social-icons-04{
	width: auto;
}
.form-content{
	float: left;
	width: 100%;
	position: relative;
}
.form-content:before{
	position: absolute;
	content: "";
	top:0px;
	right: 0px;
	bottom: 0px;
	background: url(images/log-form-bg-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	width: 50%;
}
.form-logus{
	float: left;
	width: 25%;
	padding: 50px 50px;
	position: relative;
}
.form-logus form{
	float: left;
	width: 100%;
	background: #fff;
	padding: 10px 30px 34px;
	border-radius: 0px 10px 10px 10px;
}
.tab-one{
	float: left;
	width: 100%;
}
.tab-one h5{
	float: left;
	width: auto;
	display: inline-block;
	background: #fff;
	text-transform:uppercase;
	margin-bottom: 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 10px 30px;
	font-size: 17px;
	font-weight: 700;
}
.tab-one h5 i{
	font-size: 16px;
	margin-left: 8px;
}
.write-felid{
	float: left;
	width: 100%;
}
.write-felid label{
	margin-bottom: 5px;
	font-size: 14px;
	text-transform: lowercase;
	color: #999;
	width: 100%;
	font-weight: 300;
}
.input-felid{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;

	border-radius: 10px;
}
.input-felid input{
	width: 100%;
	height: 35px;
	border: none;
	border-radius: 10px;
	border:2px solid ;
}
.input-felid span{
	position: absolute;
	right: 0px;
	top:0px;
	padding: 10px 19px;
	color: #fff;
}

.log-submit{
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
.log-submit button{
	color: #fff;
	width: 100%;
	padding: 10px 0px;
	border-radius: 10px;
}
.form-footer{
	float: left;
	width: 100%;
}
.form-footer h4{
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 26px;
}
.form-footer a{
	background: #fff;
	border-radius: 6px;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 70px;
	border:none;
}
.form-pix-content{
	float: left;
    padding: 90px 90px 0;
    position: relative;
    width: 40%;
}
.form-pix-content h3{
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}
.form-pix-content p{
	width: 100%;
	float: left;
	text-align: left;
	color: #fff;
	margin-bottom: 0px;
}
/*
	  ============================================================
		   #404 page Wrap
	  ============================================================
*/
.error-page{
	float: left;
	width: 100%;
	background: url(images/404-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 100vh;
	z-index: 2;
}
.commingsoon-page:before,
.error-page:before{
	position: absolute;
	content: "";
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.90;
	z-index: -1;
}
.error-caption{
	float: left;
	width: 100%;
	text-align: center;
	padding: 200px 0px;
}
.error-caption h2{
	font-size: 260px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0px;
	width: 100%;
	color: #fff;
}
.error-caption h5{
	line-height: normal;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #fff;
	width: 100%;
}
.error-caption p{
	width: 60%;
	display: inline-block;
	margin-bottom: 30px;
	float: none;
}
.content{
	float: left;
	width: 100%;
}
/*
	  ============================================================
		   #comming soon page Wrap
	  ============================================================
*/
.commingsoon-page{
	float: left;
	width: 100%;
	background: url(images/commingsoon-bg.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
	height: 100vh;
	z-index: 2;
	padding: 150px 0px;
	text-align: center;
}
.count-down{
	float: left;
	width: 100%;
}
.commingsoon-page h3{
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:29px;
	width: 100%;
}
.commingsoon-page > a{
	display:inline-block;
	margin-bottom:60px;
}
.commingsoon-page h1{
	font-size:60px;
	font-weight:bold;
	color:#fff;
	display: inline-block;
	line-height: 50px;
	text-transform:uppercase;
	margin-bottom:40px;
	width: 100%;
}
.kode-social-icons,
.kode-social-icons ul,
.kode-text-felid,
.kode-copyright{
	float:left;
	width:100%;
}
.kode-social-icons ul,
.kode-social-icons{
	text-align: center;
}
.kode-social-icons ul li{
	display:inline-block;
	padding-right:0px;
	float: none;
}
.kode-social-icons ul li a{
	display:inline-block;
	width:40px;
	height:40px;
	border:1px solid #fff;
	text-align:center;
	line-height:40px;
	color:#fff;
	padding: 0px;
	background-color:transparent;
	font-size:24px;
}
.kode-social-icons ul li:hover a{
	color:#fff;
}
.kode-social-icons ul{
	margin-bottom:30px;
}
.kode-text-felid form{
	display:inline-block;
	width:20%;
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-bottom:78px;
}
.kode-text-felid form input{
	width:100%;
	border:none;
	background:transparent;
	font-size:16px;
	color: #555;
	background: rgba(0,0,0,0.25);
}
.kode-copyright p{
	font-weight:400;
	color:#fff;
	text-transform:capitalize;
}
.kode-copyright p a{
	font-size: 100%;
}
.kode-text-felid form button{
	position:absolute;
	right:0px;
	top:0px;
	font-size:16px;
	padding: 8px 15px;
	text-transform: capitalize;
	bottom: 0px;
}
.kode-text-felid form button i{
	margin-left: 10px;
}
.selectric-open .selectric-items{
	border-radius: 5px;
}
.selectric-items{
	box-shadow: 0px 0 20px -6px rgba(0,0,0,0.9);
}
.selectric-items li{
	padding: 15px 8px;
}
.selectric-items ul{
	padding: 0px;
}
.text-align-justify p{
	text-align: justify;
}
/*
	  ============================================================
		   Style sheet end
	  ============================================================
*/
div.no-overlay div.slide:after{
	background: none;
	box-shadow: 1px 0px 8px;
}
.video-blog-sec{
	float: left;
	width: 100%;
	position: relative;
}
.video-blog-sec iframe{
	width: 100%;
	height: 200px;
}
.content-discription{
	float: left;
	width: 100%;
	text-align: left;
}
.content-discription h3{
	display: inline-block;
	color: #fff;
	margin-bottom: 15px;
}

.content-discription h4{
	color: #fff;
	margin-bottom: 0px;
}
.content-discription a{
	float: right;
}
.width-80{
	width: 80%;
	float: left;
}
.margin30{
	float: right;
	margin: 18px 0px;
}
.info-service{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.info-service > span{
	display: inline-block;
	font-size: 60px;
	color: #000;
	width:100%;
	margin-bottom: 15px;
}
.info-service h6{
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
}
.info-service p{
		margin-bottom: 0px;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles{
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */
#particles-js{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 9;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.kf_social_navigaion{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.kf_social_navigaion.fixed-header{
	position: fixed;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 0px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.kf_social_navigaion.active,
.kf_social_navigaion.fixed-header{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffbf19+0,000000+100 */
background: #ffbf19; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ffbf19 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #ffbf19 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #ffbf19 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#goTop,
#top,
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.header_version_02 .header_uper_row{
	border-bottom: 1px solid #ffbf19;
}

.header_version_02.active .kf_navigation nav li a,
.header_version_02.active .time_table_conent .pull-right span,
.header_version_02.active .header_uper_row span,
.kf_social_navigaion.fixed-header .kf_navigation nav li a,
.kf_social_navigaion.fixed-header .time_table_conent .pull-right span,
.kf_social_navigaion.fixed-header .header_uper_row span{
	color: #fff;
}

#top{
	-webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;

}
.double-slider{
	float: left;
	width: 100%;
}
.double-slider .fig-picture h3 b{
    text-transform:none;
    color:#fff;
    margin-top:6px;
    display:inline-block;
}
.gotop{
	-webkit-animation-name: zoomIn;
  animation-name: zoomIn;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 50px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin: 80px 30px;
	z-index: 2020;
	visibility: hidden;
	opacity: 0;
}
.gotop.fixed{
	visibility: visible;
	opacity: 1;
	-webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
.footer-bar{
	float: left;
	width: 100%;
}
.border-bg{
	border:2px solid #fff;
	border-radius: 30px;
	color: #fff;
	background: transparent;
}
.normal_btn.border-bg:hover{
	background:
}
.bulets{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.bulets li{
	color: #fff;
	text-align: left;
	font-weight: 400;
	list-style: disc;
	margin-bottom: 15px;
}
.bulets li:last-child{
	margin-bottom: 0px;
}
.kf_office_touth .bulets li span,
.kf_office_touth .bulets li a{
	font-weight: 600;
	display: inline-block;
}.kf_office_touth .bulets li span{
	margin: 0px 5px;
}
.blog-style1{
	float: left;
	width: 100%;
	text-align: center;
}
.blog-style1 figure{
	float: left;
	width: 100%;
}
.blog-style1 .btn-normal.bg1:hover{
	color: #fff;
}

.fix-banner{
	float: left;
	width: 100%;
	background: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
	padding: 102px 50px 104px;
}
.fix-banner:before{
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	opacity: 0.58;
	z-index: -1;

}
.bottom-line{
	float: left;
	width: 100%;
	padding: 30px 0px;
}
.bottom-line h4{
	float: left;
	width: auto;
	color: #fff;
	margin-bottom: 0px;
	padding: 19px 0px;
}
.options-icons{
	float: right;
	width: auto;
}
.options-icons li{
	float: left;
	width: auto;
	text-align: center;
	margin-right: 40px;
}
.options-icons li:last-child{
	margin: 0px;
}
.options-icons li span{
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	width: 100%;
	font-size: 30px;
}
.options-icons li a{
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	width: 100%;
}
.fix-banner h3{
	color: #fff;
	display: inline-block;
	width: 100%;
	position: relative;
	font-size:40px;
	line-height: normal;
	margin-bottom: 46px;
}
.fix-banner h3:before{
	position: absolute;
	content: '\f10d';
	left: -60px;
	font-size: 50px;
	color: #fff;
	top: 50%;
	margin-top: -45px;
	font-family: fontawesome;
	vertical-align: top;
	line-height: 0px;
}
.fix-banner span{
	display: inline-block;
	color: #fff;
	font-weight: 600;
	margin-bottom: 4px;
}
.fix-banner p{
	color: #fff;
	margin-bottom: 0px;
	text-transform: capitalize;
}


.module-column{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.module-column h5{
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.module-column figure{
	margin-bottom: 0px;
	width: 100%;
	float: left;
}
.module-column .read_data{

}
.module-column .read_data li:before{
	margin-top: -5px;
}
.module-column .read_data li{
	margin-bottom: 7px;
}
.module-column .read_data li p{
	text-transform: capitalize;
}
.contact-formlist{
	float: left;
	width: 100%;
	padding-left:30px;
}
.contact-formlist .bulets li{
	color: #444;
}
.contact-formlist .bulets li span,
.contact-formlist .bulets li a{
	font-weight: 600;
	font-size: 100%;
}
.contact-formlist .bulets li span{
	margin: 0px 5px;
}
.scroll-point{
	
}
.copyrights{
	float: left;
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	position: relative;
}
.copyrights p{
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	margin: 0px;
}
.copyrights p a{
	display: inline-block;
	font-weight: 600;
	margin: 0px 5px;
	font-size: 100%;
}
.skills{
	float: left;
	width: 100%;
}
/*=============================================
          Preloader 
==============================================*/

#preloader {
  position: fixed;
  top:0;
  display:none;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should be a color other than white */
  z-index:999; /* makes sure it stays on top */
}

#status {
  display:none;
  width: 30%;
height: 100%;
position: absolute;
left: 0px;
top: 30%;
background-image: url(images/preloader3.gif);
background-repeat: no-repeat;
background-position: center;
margin: -250px auto 0px;
background-size: contain;
right: 0px;
}

.ajax-loader{
	height: 60vh;
	vertical-align: middle;
	margin-top: 20vh;
}
#loaderDiv{
	height: 100vh;
	text-align: center;
}
.hide_content{
	opacity: 0;
}