@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
/*font-family: 'Montserrat', sans-serif;*/
@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot') format('embedded-opentype'),
         url('../fonts/GothamBold.woff2') format('woff2'),
         url('../fonts/GothamBold.woff') format('woff'),
         url('../fonts/GothamBold.ttf') format('truetype'),
         url('../fonts/GothamBold.svg#GothamBold') format('svg');
}
@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot') format('embedded-opentype'),
         url('../fonts/GothamBook.woff2') format('woff2'),
         url('../fonts/GothamBook.woff') format('woff'),
         url('../fonts/GothamBook.ttf') format('truetype'),
         url('../fonts/GothamBook.svg#GothamBook') format('svg');
}
@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot') format('embedded-opentype'),
         url('../fonts/GothamLight.woff2') format('woff2'),
         url('../fonts/GothamLight.woff') format('woff'),
         url('../fonts/GothamLight.ttf') format('truetype'),
         url('../fonts/GothamLight.svg#GothamLight') format('svg');
}
@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.eot');
    src: url('../fonts/GothamMedium.eot') format('embedded-opentype'),
         url('../fonts/GothamMedium.woff2') format('woff2'),
         url('../fonts/GothamMedium.woff') format('woff'),
         url('../fonts/GothamMedium.ttf') format('truetype'),
         url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
}


body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color: #f6f6f6;
}
#main-slider .slider-caption .mid-content {
    width: 590px;
}
#main-slider .slider-caption .mid-content .caption-title{
	font-size: 49px;
	color: #ffffff;
	font-weight: 700;
	display: none;
}
#main-slider .slider-caption .mid-content .caption-description p{
	font-size: 16px;
	color: #ffffff;
}
#main-slider .slick-dots li button {
	width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #beb9b2;
    border: none;
}
#main-slider .slick-dots li.slick-active button{
	background-color: #ffffff;
    border: none;
}
.parallax-section {
    padding: 35px 0 55px;
    text-align: center;
}
.parallax-section .page-content{
	margin: 0;
}
.parallax-section h2 span:after{
	border-bottom: none;
}
.parallax-section h2{
	margin-bottom: 11px;
}
.parallax-section h2 span{
	font-size: 30px;
	color: #1e4884;
	font-weight: 700;
}
.parallax-section h2 span span.inner{
	font-weight: 300;
}
.section-43 .services-wrapper .services-tile{
	width: 20%;
	display: inline-block;
	margin: 60px 0 0 0;
}
.section-43 .services-wrapper .services-tile .services-thumb{
	min-height: 111px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-43 .services-wrapper .services-tile .services-title{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	font-weight: 600;
}
footer#colophon{
	text-align: center;
	font-size: 14px;
}
footer#colophon .bottom-footer-menu ul.menu{
	margin: 0;
	padding: 0;
}
footer#colophon .bottom-footer-menu ul.menu li{
	list-style: none;
	display: inline-block;
	padding: 0 16px;
}
footer#colophon .bottom-footer-menu ul.menu li a{
	font-weight: 600;
	color: #ffffff;
}
footer#colophon .bottom-footer-menu{
	background-color: #1f4783;
	padding: 22px 0;
}
footer#colophon .bottom-footer{
	background-color: #173b71;
	padding: 9px 0;
}
footer#colophon .bottom-footer .copy-right {
    display: inline-block;
    float: none;
}






.headerTopRight{
    width: 100%;
    float: left;
}
.headerTopRight ul{
    margin: 0;
    padding: 0;
    float: right;
}
.headerTopRight ul li{
    list-style: none;
    /*width: 48%;*/
    display: inline-block;
    /*margin-right: 40px;*/
    margin-right: 9px;
}
.headerTopRight ul li:last-child{
    margin-right: 0;
}
.headerTopRight ul li .headerTopRightImg{
    width: 40px;
    display: table-cell;
    vertical-align: middle;
}
.headerTopRight ul li .headerTopRightImg img{
    /*border: 1px solid #1e4884;*/
    /*padding: 10px;*/
    border-radius: 4px;
}
.headerTopRight ul li .headerTopRightImgContent{
    width: calc(100% - 40px);
    display: table-cell;
    vertical-align: top;
    height: 54px;
    /*padding-left: 15px;
    font-size: 14px;*/
    padding-left: 9px;
    font-size: 12px;
    text-align: left;
}
.headerTopRight ul li .headerTopRightImgContent .headerTopRightTitle{
    color: #999999;
    font-family: 'GothamBook';
    margin-bottom: 3px;
}
.headerTopRight ul li .headerTopRightImgContent .headerTopRightText{
    color: #1e4884;
    font-family: 'GothamMedium';
}
.headerTopRight ul li .headerTopRightImgContent .headerTopRightText a{
    color: #1e4884;
    font-family: 'GothamMedium';
}
header#masthead.logo-top{
	padding: 0;
	border: none;
}
.mid-content.flexBoxCover {
    width: 100%;
}
.flexBoxCover .flexBoxSubCover{
	
}
#site-logo{
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding: 15px 15px 15px 15px !important;
}
.siteLogoCover{
	max-width: 1400px;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.call-to-actionLeft{
	/*width: 50%;*/
	width: 30%;
	float: left;
}
.call-to-actionLeft a{
	float: left;
}
.call-to-actionRight{
	/*width: 50%;*/
	width: 70%;
	float: left;
	padding-top: 5px;
}
.home .navmainCover{
	box-shadow: none;
}
.navmainCover{
	background-color: #1e4883;
	 -webkit-box-shadow: 0 7px 5px -5px #1c437b;
       -moz-box-shadow: 0 7px 5px -5px #1c437b;
            box-shadow: 0 7px 5px -5px #1c437b;
}
.main-navigation.siteNavigationCover{
	width: 100%;
	display: inline-block;
	margin-top: 0;
	max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    background-color: #1e4883;
    /*box-shadow: 0 10px 5px 1px #1c437b;*/
    /*min-height: 50px;*/
    height: 51px;
}
/*#content.site-content {
	padding-top: 145px !important;
}*/
.siteNavigationCover ul#menu-primary{
	margin: 0;
	padding: 0;
}
.siteNavigationCover ul#menu-primary li a{
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	/*padding: 13px 15px 0 15px;*/
	/*padding: 15px 15px 15px 15px;*/
	padding: 21px 15px 5px 15px;
}
.siteNavigationCover ul#menu-primary li a:hover,.siteNavigationCover ul#menu-primary li a:focus{
	text-decoration: none;
}
.siteNavigationCover ul#menu-primary li.active a{
	color: #f7951d;
}
.siteNavigationCover ul#menu-primary{
	width: 60%;
	float: left;
}
.siteNavigationCover .followus-wrapper{
	width: 40%;
	float: right;
}/*.followTxt*/
.siteNavigationCover .followus-wrapper span.follow-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #617ea8;
    font-weight: 600;
}
.siteNavigationCover .followus-wrapper .social-followus-menu {
    display: table-cell;
    vertical-align: middle;
    padding-left: 18px;
}
.main-navigation.siteNavigationCover .followus-wrapper  ul li {
    display: inline-block;
    padding: 0 7px;
}
.main-navigation.siteNavigationCover .followus-wrapper  ul li a{
	color: #ffffff;
	font-size: 16px;
}
.followus-sub {
    float: right;
    /*padding: 13px 15px 0 0;*/
    /*padding: 15px 15px 11px 0;*/
    padding: 20px 15px 14px 0;
}
div#go-top {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #1f4783;
    border-radius: 5px;
}
.section-45.section-welcome-to-kenera{
	background-color: #ffffff;
}
.section-43.section-our-services{
	background-color: #f6f6f6;
}
.section-47.section-our-partners{
	background-color: #ffffff;
}
.section-49.section-about-us{
	background-color: #f6f6f6;
}
.section-52.section-contact-us{
	background-color: #ffffff;
}
.page-content p:last-child{
	margin-bottom: 0;
}
.partner-img-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.partner-img {
    float: left;
    width: 20%;
    min-height: 101px;
    position: relative;
    margin: 9px 0;
}
.partner-img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
}
.aboutCover{
	display: inline-block;
	width: 100%;
}
.aboutSubCover{
	width: 33%;
	/*display: inline-block;*/
	float: left;
	padding: 0 15px;
	margin-top: 40px;
}
#main-slider.full-screen-yes {
    min-height: inherit;
    /* min-height: 74vh; */
    /*display: inline;*/
}
.aboutSubCover#overCoreValues{
	cursor: pointer;
}
.aboutImg img{
	margin: 0 auto;
}
.aboutImgTitle{
	font-size: 20px;
	color: #1e4884;
	font-weight: 700;
}
.aboutTitleParaCover{
	display: inline-block;
	margin-top: 30px;
	padding: 0 28px;
}
.aboutImgPara{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	margin-top: 7px;
}
.aboutMainCover{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.aboutSubClickContent_cover{
	width: 100%;
	float: left;
	background-color: #ffffff;
	/*padding: 10px 20px 15px 20px;*/
	padding: 10px 14px 15px 14px;
	margin-top: 50px;
	position: relative;
	border-radius: 30px;
}
.aboutSubClickContent_cover .span{
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #fff;
    position: absolute;
    top: -28px;
    right: 180px;
}
.aboutSubClickContentSub_cover{
	width: 100%;
	float: left;
}
.aboutSubClickContentSub_cover ul{
	margin: 0;
	padding: 20px 0;
}
.aboutSubClickContentSub_cover ul li{
	list-style: none;
	display: inline-block;
	width: 24%;
	padding: 0 9px;
	border-right: 1px solid #ccc;
}
.aboutSubClickContentSub_cover ul li:last-child{
	border-right: none;
}
.aboutSubClickTitle{
	font-size: 20px;
	color: #1e4884;
	font-weight: 700;
}
.aboutSubClickSubTitle{
	font-size: 14px;
	color: #333333;
	margin-top: 9px;
}
ul.aboutclickUL{
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 30px;
}
ul.aboutclickUL li{
	width: 33%;
}
.section-45.section-welcome-to-kenera#welcome-to-kenera .mid-content h2{
	margin-top: 0;
}
.section-45.section-welcome-to-kenera#welcome-to-kenera .page-content p{
	padding: 0 180px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}
.section-45.section-welcome-to-kenera#welcome-to-kenera .page-content p:first-child{
	margin-top: 25px;
}
.section-52.section-contact-us .contact-left-map{
	width: 50%;
	float: left;
	padding-left: 0;
	padding-right: 15px;
}
.section-52.section-contact-us .contact-right-form{
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.section-52.section-contact-us .page-content .contact-right-form form{
	text-align: left;
}
.section-52.section-contact-us .page-content .contact-right-form form h4{
	font-size: 20px;
	color: #c8c8c8;
	font-weight: 700;
}
.section-52.section-contact-us form .contactInputCover{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.section-52.section-contact-us form .contactInputCover:first-child{
	margin-top: 0;
}
.section-52.section-contact-us .contactInputSubCoverLeft{
	width: 50%;
	float: left;
	padding-right: 7px;
    /*padding-left: 15px;
    padding-right: 5px;*/
}
.section-52.section-contact-us .contactInputSubCoverRight{
	width: 50%;
	float: left;
	padding-left: 7px;
    /*padding-left: 15px;
    padding-right: 5px;*/
}
.section-52.section-contact-us .contactInputCover label{
	font-size: 15px;
    color: #333333;
    padding-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.section-52.section-contact-us .contactMessage {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.section-52.section-contact-us .contactMessage textarea{
	resize: none;
	height: 120px;
	border: none;
	background-color: #ededed;
	border-radius: 5px;
}
.section-52.section-contact-us .contactInputCover input{
	background-color: #ededed;
	border-radius: 5px;
	border: none;
}

.section-52.section-contact-us .contact-address-homepage {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 50px;
}
.section-52.section-contact-us span.submitContactButton input {
    max-width: 120px !important;
    float: left;
    text-align: center;
    background-color: #f7951d;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    min-height: 43px;
    border-radius: 4px;
}
.section-52.section-contact-us .contact-address-homepage .contact-bottom-left{
	width: 50%;
	float: left;
	padding-right: 15px;
}
.section-52.section-contact-us .contact-address-homepage .contact-bottom-left .contact-bottom-leftSub{
	width: 100%;
    float: left;
    /*min-height: 240px;
	background-color: #f5f5f5;
	padding: 15px;*/
}
.section-52.section-contact-us .contact-address-homepage .contact-bottom-left .contact-bottom-leftSub .contact-bottomSub-leftC{
	min-height: 220px;
	background-color: #f5f5f5;
	padding: 15px;
	width: 100%;
    float: left;
    margin-top: 9px;
}
.section-52.section-contact-us .contact-address-homepage .contact-bottom-right{
	width: 50%;
	float: left;
	padding-left: 15px;
}
.section-52.section-contact-us .contact-address-homepage .contact-bottom-right .contact-bottom-rightSub{
	width: 100%;
    float: left;
    /*min-height: 240px;
	background-color: #f5f5f5;
	padding: 15px;*/
}
.site-main .navigation.post-navigation{
	display: none;
}
.section-52.section-contact-us .contact-address-homepage .contact-bottom-right .contact-bottom-rightSub .contact-bottomSub-rightC{
	background-color: #f5f5f5;
	padding: 15px;
	width: 100%;
    float: left;
    min-height: 220px;
    margin-top: 9px;
}
.section-52.section-contact-us .contact-address-homepage .cotactBottomTitle{
	font-size: 20px;
	color: #c8c8c8;
	font-weight: 700;
}
.section-52.section-contact-us .contact-address-homepage .contact-bottomSub-left{
	width: 100%;
	float: left;
}
.section-52.section-contact-us .contact-address-homepage .contact-bottomSub-right{
	width: 100%;
	float: left;
}
.contact-bottomSub-left-leftPart {
    width: 50%;
    float: left;
    margin-top: 20px;
}
.contact-bottomSub-left-rightPart {
    width: 50%;
    float: left;
    margin-top: 20px;
}
.contact-bottomSub-left-leftPartImg {
    width: 40px;
    display: table-cell;
    vertical-align: top;
}
.contact-bottomSub-left-leftPartContent {
    width: calc(100% - 45px);
    display: table-cell;
    vertical-align: top;
}
.contact-bottomSub-left-leftPartContent-Title{
	font-size: 18px;
	color: #1f4783;
	font-weight: 700;
}
.contact-bottomSub-left-leftPartContent-Para{
	font-size: 14px;
	color: #333333;
}
.contact-bottomSub-left-leftPartContent-Para{
	color: #333333;
	font-size: 14px;
}

.contact-bottom-rightSub .contact-bottomSub-right:last-child{
	margin-top: 20px;
}
.section-52.section-contact-us .mid-content h2{
	margin-bottom: 30px;
}
.category-uncategorized.articleBlogCover .entry-thumb{
	/*height: 333px;*/
	position: relative;
	background-color: rgb(0, 0, 0, 0.5);
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.category-uncategorized.articleBlogCover .entry-thumb img{
	/*max-height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;*/
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.category-uncategorized.articleBlogCover{
	/*padding: 40px 0 0 25px;*/
	padding: 40px 0 25px 25px;
	border-radius: 10px;
	min-height: 510px;
}
.entry-thumb.blog-info-thumb{
	margin: -40px 0 0 -25px;
}
.category-uncategorized.articleBlogCover .entry-header .entry-title{
	font-size: 30px;
	color: #333333;
	font-weight: 500;
}
.category-uncategorized.articleBlogCover .entry-content p{
	font-size: 15px;
	color: #888888;
	font-weight: 400;
	line-height: 25px;
}
.category-uncategorized .entry-thumb.detailThumbImg img{
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.article-wrap.articleBlogDetailCover{
	border-radius: 10px;
	min-height: 880px;
}
header.entry-header.blog-info-tile {
    margin-top: -120px;
    background-color: #fff;
    z-index: 999;
    position: relative;
    padding: 25px;
    width: calc(100% - 80px);
    float: left;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
header.entry-header img.alignnone.photo{
	position: absolute;
    top: -40px;
    border-radius: 50%;
    left: 20px;
}
footer.entry-footer.blog-info-footer {
    width: 80px;
    float: left;
    text-align: center;
}
.page-top-header{
	width: 100%;
	float: left;
	padding: 55px 0;
	background-color: #1e4884;
	margin-bottom: 25px;
	/*box-shadow: 0 -5px 5px -5px #1c427a;*/
}
.page-top-header h2{
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0;
}
.post_dateSpan{
	padding-left: 7px;
	vertical-align: middle;
}
footer.entry-footer.blog-info-footer span {
	margin-right: 0;
}
.post_date_list {
    margin-top: 35px;
    margin-bottom: 20px;
}
.entry-footer.blog-info-footer .addtoany_shortcode {
    margin: 9px 0;
    text-align: left;
}
img.img-responsive.more-post-detail {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
img.img-responsive.catLinkPlusImg {
    margin-top: -3px;
    padding-right: 5px;
}
.headerEtryContCover{
	width: calc(100% - 80px);
    float: left;
    /*position: relative;*/
}
.blogdetailFooterCover{
	width: 80px;
	float: left;
	margin-top: 40px;
}
.entry-header.detail-post-page .post_date_list{
	margin-top: 0;
	margin-bottom: 0;
}
.postDteAuthorCover .post_date_list{
	display: inline-block;
}
.postDteAuthorCover .post-author{
	display: inline-block;
	padding-left: 30px;
}
.postDteAuthorCover .post-author img{
	padding-right: 5px;
}

.detail-post-content .addtoany_list .addtoany_share_save.addtoany_share{
	display: none;
}
.footerNheaderCover{
	position: relative;
	width: 100%;
	float: left;
}
.detail-post-content .addtoany_content_bottom{
	position: absolute;
	/*top: 66px;*/
	/*top: 85px;*/
	/*top: 135px;*/
	top: 118px;
	left: -3px;
}
.detail-post-content .addtoany_list.a2a_kit_size_32 a {
    font-size: 32px;
    width: 100%;
    display: inline-block;
    margin-top: 7px;
}
.detail-post-content .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{
	/*background-color: #f00 !important;*/
	border-radius: 50%;
	width: 38px;
	height: 38px;
	text-align: center;
}
.detailPostImg{
	position: relative;
}
.detailPostImg img{
	position: absolute;
	top: -35px;
	border-radius: 50%;
}
header.entry-header.detail-post-page {
    margin-top: 35px;
}
header.entry-header.detail-post-page img{
	width: auto;
    float: left;
    margin-top: 3px;
}
header.entry-header.detail-post-page a{
	width: calc(100% - 22px);
	float: left;
}
.detail-post-content .a2a_svg svg{
	width: 28px;
	vertical-align: middle;
    display: table-cell;
    height: 38px;
}
/*--*/
nav.navigation.post-navigation {
    width: 100%;
    float: left;
    margin: 20px 0 4px 0;
}
#comments {
    width: 100%;
    float: left;
}
.article-wrap {
    width: 100%;
    float: left;
}
.category-uncategorized .entry-thumb img{
	width: 100%;
}
.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next{
	float: left;
	text-align: left;
}
/*--*/
.comments-area .comments-title{
	font-size: 18px;
	color: #1e4884;
	margin-bottom: 0;
    background-color: #ffffff;
    padding: 30px 40px 0px 40px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	/*border-bottom: 1px solid #ddd;
    padding-bottom: 11px;*/
}
.comment-body .comment-author.vcard img{
	border-radius: 50%;
	margin-top: -4px;
}
.comment-body .comment-author.vcard {
    width: 50%;
    float: left;
}
.comment-body .comment-metadata {
    width: 50%;
    float: left;
    font-size: 13px;
}
.comment-body .comment-metadata a{
	float: right;
    color: #bababa;
}
ol.comment-list .comment .comment-body{
	background: transparent;
	padding: 25px 0 0 0;
    border-top: 1px solid #e8e8e8;
}
.comment-body .comment-content{
	width: 100%;
	float: left;
	margin-top: 9px;
	font-size: 14px;
	color: #333333;
}
.comment-body .comment-content p{
	line-height: 22px;
}
.comment-body .comment-author.vcard b.fn{
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}


#comments.comments-area {
    background: transparent;
    padding: 0;
    margin-bottom: 40px;
    font-size: 16px;
}
.comments-area ol.comment-list {
	padding: 15px 40px 40px 40px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.comment-text {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.comment-text p{
	line-height: 22px;
	font-size: 14px;
	color: #333333;
}
.widget-area#secondary .widget.widget_search{
	background: transparent;
	padding: 0;
	margin-bottom: 20px;
}
.widget-area#secondary .widget.widget_search .search-form input{
	border: none;
	border-bottom: 1px solid #c9c9c9;
	background-color: transparent;
	padding: 0 20px 0 32px;
	background-image: url(../images/blogSearchIconText.png);
    background-repeat: no-repeat;
    /*background-position-x: 15px;*/
    background-position-y: 8px;
}
#secondary .widget{
	margin-bottom: 20px;
	border-radius: 10px;
}
.widget-area#secondary .widget_newsletterwidget{
	background-color: #1e4884;
	font-size: 15px;
	color: #ffffff;
}
.widget-area#secondary .widget_newsletterwidget h2.widget-title{
	margin-bottom: 0;
}
.widget-area#secondary .widget_newsletterwidget h2.widget-title span{
	font-size: 22px;
	color: #ffffff;
}
.widget-area#secondary .widget_newsletterwidget .tnp-field.tnp-field-email{
	/*margin-top: 20px;*/
}
.widget-area#secondary .widget_newsletterwidget .tnp.tnp-widget{
	margin-top: 20px;
	position: relative;
}
.widget-area#secondary .widget_newsletterwidget .tnp.tnp-widget .tnp-field.tnp-field-button{
	position: absolute;
	width: 85px;
    bottom: 29px;
    right: 0;
}
.widget-area#secondary .widget_newsletterwidget .tnp-field.tnp-field-email
.widget-area#secondary .widget_newsletterwidget .tnp.tnp-widget .tnp-field.tnp-field-button input.tnp-submit{
	background-color: #f8951d;
}
.widget-area#secondary .widget_newsletterwidget .tnp-field.tnp-field-email label{
	display: none;
}
.widget-area#secondary .widget.popular-posts{
	padding: 20px 30px 20px 30px;
}
.widget-area#secondary .widget.popular-posts h2.widget-title{
	border-bottom: none;
	margin-bottom: 10px;
}
.widget-area#secondary .widget.popular-posts h2.widget-title span{
	font-size: 17px;
	color: #1e4884;
	font-weight: 700;
}
.widget-area#secondary .widget.popular-posts .wpp-list li a{
	font-size: 15px;
	color: #333333;
	line-height: 22px;
}
.comment-respond #reply-title.comment-reply-title{
	display: none;
}
.comment-respond #commentform.comment-form{
	border-top: none;
	position: relative;
	width: 100%;
	float: left;
}
.comment-respond #commentform.comment-form p.logged-in-as{
	padding: 15px;
    font-size: 16px;
    color: #333333;
}
.comment-respond #commentform.comment-form p{
	background-color: #ffffff;
	border-radius: 10px;
	width: 100%;
	float: left;
}
.comment-respond #commentform.comment-form p img{
	width: 18px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
.comment-respond #commentform.comment-form p input{
	font-size: 14px;
	color: #333333;
	padding-left: 15px;
	border: none;
	border-radius: 10px;
	height: 50px;
	background-color: transparent;
	width: calc(100% - 50px);
	float: left;
}
.comment-respond #commentform.comment-form p textarea{
	font-size: 14px;
	color: #333333;
	padding-left: 15px;
	padding-top: 15px;
	resize: none;
	border: none;
	border-radius: 10px;
	height: 100px;
	background-color: transparent;
	width: calc(100% - 50px);
	float: left;
}
.comment-respond #commentform.comment-form .form-submit{
	position: absolute;
	right: 13px;
	bottom: -8px;
	background-color: transparent;
	width: auto;
}
.comment-respond #commentform.comment-form .form-submit input[type="submit"].submit{
	border-radius: 50%;
	background-color: #f8951d;
	width: 40px;
	height: 40px;
	padding: 0 4px;
    font-size: 22px;
    color: #ffffff;
}
#secondary .widget_text.widget.widget_custom_html{
	padding: 0;
}
.search-box {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}
.ProductCover .article-wrap{
	background-color: transparent;
	padding: 0px 40px;
	margin-bottom: 0;
}
.ProductCover .article-wrap .entry-header h1.entry-title{
	display: none;
}
.ProductCover .article-wrap .entry-content .product-info-tile{
	width: 33.33%;
	float: left;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 20px;
}
.ProductCover .article-wrap .entry-content .product-info-content{
	background-color: #ffffff;
	width: 100%;
	float: left;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 10px #e4e4e4;
	height: 100%;
	transition: all 0.2s ease-in-out;
}
.ProductCover .article-wrap .entry-content .product-info-content:hover{
	transform: scale(1.05);
	cursor: pointer;
}
.ProductCover .article-wrap .entry-content .product-info-content img{
	margin: 0 auto;
	display: table;
}
.ProductCover .article-wrap .entry-content .product-info-content h3{
	margin-bottom: 3px;
	line-height: 18px;
	margin-top: 25px;
}
.ProductCover .article-wrap .entry-content .product-info-content h3 a{
	font-size: 20px;
	color: #1f4783;
	font-weight: 600;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
    display: inline-block;
    text-decoration: none;
}
.ProductCover .article-wrap .entry-content .product-info-content p.entry-meta{
	font-size: 14px;
	color: #999999;
	margin-bottom: 11px;
}
.ProductCover .article-wrap .entry-content .product-info-content .description{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}
.ProductCover .article-wrap .entry-content .product-info-content a.button.product_type_simple.ajax_add_to_cart{
	background-color: #f7951d;
	color: #ffffff;
	font-size: 14px;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 5px;
	margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.ProductCover .article-wrap .entry-content .alm-reveal {
    display: flex;
    flex-flow: wrap;
}
.ProductCover .article-wrap .alm-btn-wrap .alm-load-more-btn{
	background-color: #e9e9e9;
	border-radius: 20px;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	padding-left: 40px;
	padding-right: 40px;
}
.ProductCover .article-wrap .entry-footer{
	display: none;
}
.site-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 200px;
	margin: 0 3px;
}
.site-content .search-box #term{
	width: 450px;
	border-radius: 4px;
	padding-left: 43px;
	padding-right: 15px;
	height: 48px;
	margin: 0 3px;
	background-image: url(../images/SearchIcon.png);
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 15px;
}
.bootstrap-select button.dropdown-toggle{
	height: 48px;
}
.bootstrap-select button.dropdown-toggle:active,.bootstrap-select button.dropdown-toggle:hover,.bootstrap-select button.dropdown-toggle:focus{
	border: 1px solid transparent;
	background-color: #ffffff;
	outline: none;
	box-shadow: none;
}
.caret{
	border-top: 4px dashed #1e4883;
}
.bootstrap-select .dropdown-toggle .filter-option.pull-left{
	font-size: 14px;
	color: #1e4884;
	font-weight: 500;
}
.site-content .page-top-header .submit{
	background-color: #f7951d;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 4px;
	letter-spacing: 3px;
	height: 48px;
	margin: 0 3px;
}
.cat-links img{
	width: auto;
	float: left;
	margin-top: 2px !important;
}
.cat-links a{
	width: calc(100% - 22px);
	float: left;
}
.post_date_list img{
	width: auto;
	float: left;
	margin-top: 4px;
}
.entry-footer.blog-info-footer .addtoany_shortcode .addtoany_list a{
	padding-left: 0;
}
.post_date_list a{
	width: calc(100% - 22px);
	float: left;
}
.site-content .bootstrap-select .dropdown-menu.inner li a{
	font-size: 14px;
	color: #333333;
	font-weight: 500;
}
.site-content .bootstrap-select .dropdown-menu.inner li a:focus{
	outline: none;
}
/*.proMainDetail{
	width: 100%;
	float: left;
	background-color: #ffffff;
}*/
.article-wrap.proDetail{
	padding: 20px 40px 40px 40px;
	background-color: #ffffff;
	border-radius: 10px;
}
.article-wrap.proDetail .woocommerce-product-gallery__trigger img.emoji{
	display: none !important;
}

.entry-header.prodDetailHeader .prodDetailHeadImg{
	width: 270px;
	/*float: left;*/
	display: table-cell;
	vertical-align: middle;
}
.entry-header.prodDetailHeader .proDetailImgContentCover{
	width: calc(100% - 275px);
	/*float: left;*/
	display: table-cell;
	/*vertical-align: middle;*/
	vertical-align: top;
	padding-top: 50px;
	padding-left: 50px;
}
.entry-header.prodDetailHeader .proDetailImgContentCover h1.entry-title{
	font-size: 30px;
	color: #1f4783;
	font-weight: 500;
	margin-bottom: 3px;
}
.entry-header.prodDetailHeader .proDetailImgContentCover .product-detail-category{
	font-size: 14px;
	color: #999999;
	margin-bottom: 15px;
}
.entry-header.prodDetailHeader .proDetailImgContentCover .field-name-body.field-type-text-with-summary{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding-top: 13px;
}
.entry-content.prodEntryContentCover{
	column-count: 2;
	width: 100%;
	column-gap: 80px;
	float: left;
}
.entry-content.prodEntryContentCover p strong{
	font-size: 18px;
	color: #1e4884;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 7px;
	display: inline-block;
}
.entry-content.prodEntryContentCover p{
	font-size: 14px;
	color: #333333;
	margin: 0;
}
.entry-content.prodEntryContentCover ul{
	margin: 0;
}
.entry-content.prodEntryContentCover ul li{
	list-style: none;
	margin-bottom: 5px;
}
.entry-content.prodEntryContentCover ul li:last-child{
	margin-bottom: 0;
}
.entry-content.prodEntryContentCover ul li::before{
	content: "";
	width:6px;
	height:6px;
	border-radius:50%;
	background: #1e4884;
	display: inline-block;
	margin-top: -3px;
	margin-right: 11px;
}
.detail-link-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.detail-link-wrapper .detail-specification-link{
	text-decoration: none;
	background-color: #f7951d;
	border-radius: 4px;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px 25px;
	display: inline-block;
}
.widget-area#secondary .widget.widget_mc4wp_form_widget{
	padding: 80px 30px 43px 30px;
	background: url(../images/newsletterTopIcon.png) no-repeat #1e4884;
	background-position-x: 30px;
    background-position-y: 22px;
}
.newsletter_wrapper{
	font-size: 15px;
	color: #ffffff;
}
/*.widget-area#secondary .widget.widget_mc4wp_form_widget */.newsletter_wrapper h2{
	font-size: 22px;
	/*color: #ffffff;*/
}
.newsletter_form{
	position: relative;
}
.newsletter_form input{
	width: 100%;
	height: 45px;
	margin-top: 13px;
	border-radius: 5px;
	padding-left: 15px;
	/*padding-right: 7px;*/
	padding-right: 95px;
	font-size: 15px;
	color: #999999;
}
.newsletter_form input[type='submit']{
	width: auto;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    padding: 0 20px;
    height: 37px;
    position: absolute;
    top: 4px;
    right: 4px;
}
span.post-like-count {
    background-color: #282c30;
    padding: 4px 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 20px;
    font-size: 15px;
    color: #ffffff;
}
.wp_ulike_general_class .wp_ulike_btn{
	border-radius: 50%;
	width: 40px;
    height: 40px;
    padding: 0;
    margin-bottom: 11px;
    float: left;
}
.wp_ulike_is_liked .wp_ulike_btn {
	background-color: #1e4884;
	color: #ffffff;
}
.wp_ulike_general_class .count-box{
	display: none;
}
.entry-footer.blogdetailFooterCover .wpulike.wpulike-default {
    position: absolute;
    /*top: 98px;*/
    top: 78px;
}
.entry-footer.blogdetailFooterCover span.comments-link {
	display: inline-block;
}
/*.entry-footer.blogdetailFooterCover */.wpulike.wpulike-default .wp_ulike_btn:hover{
	opacity: 0.5;
}
#secondary .widget.widget_wp_ulike{
	background: url(../images/blog_detailRightLikeImgBCK.png) no-repeat #ffffff;
	background-position-x: 30px;
    background-position-y: 22px;
}
#secondary .widget.widget_wp_ulike h2 {
	border: none;
}
#secondary .widget.widget_wp_ulike h2 span{
	font-size: 17px;
	color: #1e4884;
	font-weight: 700;
	margin-top: 5px;
}
#secondary ul.wp_ulike_style_love li {
    padding-bottom: 13px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 15px;
}
#secondary ul.wp_ulike_style_love li:first-child{
	padding-top: 0;
}
.widget.widget_wp_ulike {
    padding: 30px 30px 7px 30px !important;
}
#secondary ul.wp_ulike_style_love li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
#secondary ul.wp_ulike_style_love{
	display: inline-block;
}
#secondary ul.wp_ulike_style_love li a{
	font-size: 15px;
	color: #333333;
	width: 80%;
    float: left;
}
.mc4wp-response .mc4wp-alert.mc4wp-error{
	color: #fff;
	margin-top: 9px;
	font-size: 13px;
}
.wpulike-default .wp_ulike_put_image.image-unlike:after {
    filter: invert(1) brightness(100);
}
.articlePatnerCover{
	width: 100%;
	float: left;
	margin-bottom: 30px !important;
}
.entry-thumb.detailThumbKitVendor {
    float: right;
    margin-left: 25px;
    width: 300px;
    /*margin-top: 11px;*/
    margin-top: -3px;
}
.entry-content.detail-post-kitvendor p,.entry-content.detail-post-kitvendor p span {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 500;
    color: #333333;
    text-align: justify;
    word-wrap: break-word;
}
.contactInputSubCoverLeft .wpcf7-not-valid-tip,.contactInputSubCoverRight .wpcf7-not-valid-tip,.contactMessage .wpcf7-not-valid-tip{
	text-align: left !important;
}
.headerEtryContCover .entry-content.detail-post-content p{
	text-align: justify;
}
.mc4wp-alert.mc4wp-success p{
	color: #ccc;
	font-size: 14px;
	margin-top: 5px;
}
.entry-header.blog-info-tile p{
	text-align: justify;
}
.comment-text p{
	word-break: break-all;
}
.entry-content.detail-post-kitvendor p b{
	display: inline-block;
}



#main-slider .slick-arrow{
	margin-top: -25px;
}
#main-slider .slick-next.slick-arrow{
	background: url(../images/kitsliderArrowRightTrans.png) no-repeat right top;
	width: 60px;
	height: 60px;
}
#main-slider .slick-next.slick-arrow:hover{
	background: url(../images/kitsliderArrowRightWhite.png) no-repeat right top;
}

#main-slider .slick-prev.slick-arrow{
	background: url(../images/kitsliderArrowLeftTrans.png) no-repeat right top;
	width: 60px;
	height: 60px;
}
#main-slider .slick-prev.slick-arrow:hover{
	background: url(../images/kitsliderArrowLeftWhite.png) no-repeat right top;
}

.home #content{
	/*padding-top: 143px !important;*/
	padding-top: 138px !important;
}
/*body.parallax-on #masthead{
	position: static !important;
}*/
.widget_search form label{
	width: 100%;
}
.textwidget.custom-html-widget a img{
	width: 100%;
}
#content > .mid-content{
	min-height: 375px;
}
#main-slider.full-screen-yes .slick-slide .caption-description .readmore-content{
    display: none;
}
ol.comment-list li.comment .reply{
	display: none;
}
.map-iframe-outer{
	position: relative;
    border-radius: 26px;
    overflow: hidden;
}
.map-iframe-outer iframe{
	width: 100%;
}
.comment-body .commentmetadata{
	font-style: inherit;
}
.comment-body .commentmetadata a{
	color: #bababa;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}
.comment-body .commentmetadata a img{
	margin-top: -2px;
	padding-right: 5px;
}

.noRecordText{
	font-size: 16px;
	color: #f7951d;
	font-weight: 600;
	text-align: center;
}
.alm-load-more-btn.more.done{
	display: none;
}
.search.search-results .site-main header.page-header{
	margin: 9px 0 20px;
	padding: 15px 40px;
	border-radius: 8px;
}
.search.search-results .site-main header.page-header h1{
	margin: 0;
	font-size: 13px;
    color: #f8951d;
}
.search.search-results .site-main header.page-header h1 span{
	color: #333333;
    font-weight: 700;
}
#main-slider.full-screen-yes .slick-slide {
	background-size: 100% !important;
    height: 666px !important;
}
@media (min-width:1680px) and (max-width:1919px){
	#main-slider.full-screen-yes .slick-slide {
		height: 585px !important;
	}
}
@media (min-width:1600px) and (max-width:1679px){
	#main-slider.full-screen-yes .slick-slide {
		height: 556px !important;
	}
}
@media (min-width:1440px) and (max-width:1599px){
	#main-slider.full-screen-yes .slick-slide {
		height: 500px !important;
	}
}
@media (min-width:1400px) and (max-width:1439px){
	#main-slider.full-screen-yes .slick-slide {
		height: 485px !important;
	}
}
@media (min-width:1366px) and (max-width:1399px){
	#main-slider.full-screen-yes .slick-slide {
		height: 474px !important;
	}
}
@media (min-width:1200px) and (max-width:1365px){
	#main-slider.full-screen-yes .slick-slide {
		height: 444px !important;
	}
}
@media (min-width:1024px) and (max-width:1199px){
	#main-slider.full-screen-yes .slick-slide {
		height: 360px !important;
	}
}
.content-services-details .entry-thumb{
	margin: 0px;
}