/*
	Universe
	1.  Master Slider
	2.  General
	3.  Header
	4.  Main Demo
	5.  Demo 1
	6.  Demo 2
	7.  Demo Shop
	8.  Blog Style 1
	9.  Blog Style 2
	10. Blog Timeline
	11. Single Post
	12. Typography
	13. Footer
	14. Breadcrumb page title
	15.	About Page
	16. Service Page
	17. Team page
	19. External Style
	20. Shortcode Style
	21. Sidebar Style
*/
html,body,#main,.site_wrapper,.sb-slidebar {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,body {
    width: 100%;
    overflow-x: hidden
}

html {
    height: 100%
}

body {
    min-height: 100%;
    height: auto;
    position: relative;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden
}
.font-sans{
    font-family: 'Playfair Display', sans;
    font-style: italic;
    text-transform: capitalize;
}
.rev_slider_wrapper.fullscreen-container {
    left: 0!important
}
.master-slider-main-widget{
	background: #333;
}
#main,.site_wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #ffffff
}

#main:before,#main:after,.site_wrapper:before,.site_wrapper:after {
    content: ' ';
    display: table
}

#main:before,#main:after,.site_wrapper:before,.site_wrapper:after {
    clear: both
}
.layout-boxed .kc_row.shop_slider .kc-container{
	padding: 0px;
	margin: 0px;
}
.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.auto-width {
    width: auto !important;
}
.nav-search{
    display: inline-block;
    float: left;
    height: 85px;
    line-height: 87px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.nav-search:hover{
	color: #35d3b7;
}
.nav-search+.minicart-li{
	margin-left: 30px;	
}
.compact .nav-search{
	height: 65px;	
	line-height: 67px;	
}
.nav-search form{
    position: absolute;
    background: #fff;
    padding: 14px;
    margin-top: -14px;
    top: 100%;
    right: -50px;
    display: none;
    float: left;
    box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.2);
}
.nav-search form:before{
    height: 50px;
    width: 100px;
    right: 0px;
    top: -50px;
    content: "";
    position: absolute;
}
.nav-search:hover form{
	display: block;
}
.nav-search:hover form input{
    border: 1px solid #ddd;
    float: left;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    color: #8c8c8c;
}
.nav-search:hover form input:hover,
.nav-search:hover form input:focus{
	border-color: #ccc;	
}
.compact .minicart-li>ul{
	padding-top: 0px;	
}
/*=====================================
	General
=======================================*/
div[class*="kc_col-lg-"], div[class*="kc_col-md-"], div[class*="kc_col-sm-"], div[class*="kc_col-of-"], div[class*="kc_col-xs-"] {
    /* padding-right: 0;
		padding-left: 0; */
}

.entry-content h4, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h5, .entry-content h6 {
    margin-bottom: 10px;
    line-height: 140%
}

.kc_row {
    clear: both;
}

.kc_col-sm-1 {
    width: 8.33333%;
}

.kc_col-sm-2 {
    width: 16.6667%;
}

div.kc_col-of-5 {
    width: 20%;
    float: left;
}

.kc_col-sm-3 {
    width: 25%;
}

.kc_col-sm-4 {
    width: 33.3333%;
}

.kc_col-sm-5 {
    width: 41.6667%;
}

.kc_col-sm-6 {
    width: 50%;
}

.kc_col-sm-7 {
    width: 58.3333%;
}

.kc_col-sm-8 {
    width: 66.6667%;
}

.kc_col-sm-9 {
    width: 75%;
}

.kc_col-sm-10 {
    width: 83.3333%;
}

.kc_col-sm-11 {
    width: 91.6667%;
}

.kc_col-sm-12 {
    width: 100%;
}

.container > .kc_column {
    padding: 0 15px;
}

.row {
    margin-top: 0;
}

.no_padding {
    padding: 0 !important;
}

.layout-boxed {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.entry-content .kc_clfw {
    display: none;
}

a.cbp-l-grid-masonry-projects-title {
    font-weight: 300;
}

.entry-content .kc_text_block ul {
    margin: 0;
}

.site_wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
}

.btn-radius {
    border-radius: 25px;
}

.btn-style1 {
    float: left;
    background: #344147;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #666;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 25px;
}

.btn-style1:hover {
    border-color: #282828;
    background-color: #282828;
}

.btn-style1:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 5px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style2 {
    display: inline-block;
    position: relative;
    background: #344147;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 25px;
}

.btn-style2:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 5px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style2:hover {
    background: #0e161a;
}

.btn-style3 {
    float: left;
    background: #344147;
    color: #282828;
    text-transform: uppercase;
    border: 2px solid #666;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 25px;
}

.btn-style3:hover {
    border-color: #282828;
    background-color: #282828;
    color: #fff;
}

.btn-style3:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 5px;
    border: 3px solid transparent;
    border-bottom-color: #282828;
    border-left-color: #282828;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style3:hover:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.btn-white {
    color: #fff;
    border-color: #fff;
}

.btn-white:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.title-style1 {
    float: left;
    width: 100%;
    font-size: 38px;
    padding: 100px 0;
    position: relative;
    font-weight: 500;
    color: #282828;
    text-align: center;
    text-transform: uppercase;
}

.title-style1 p {
    padding-top: 10px;
    text-transform: none;
}

.title-style1:before {
    position: absolute;
    content: "";
    background: url('../images/arow2.png') no-repeat;
    background-size: 39px 19px;
    height: 19px;
    width: 39px;
    left: 50%;
    bottom: 52px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.title-style2 {
    float: left;
    width: 100%;
}

h3.title-style2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    color: #282828;
    text-transform: uppercase;
    position: relative;
}

h3.title-style2:before {
    height: 3px;
    width: 80px;
    bottom: -10px;
    background: #35d3b7;
    content: "";
    left: 0px;
    position: absolute;
}

.content-text {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
}

.content-text p {
    margin-bottom: 28px;
}

.title-style3 {
    float: left;
    width: 100%;
    padding-left: 37px;
}

.title-style3 p {
    float: left;
    width: 100%;
    font-weight: 400;
    margin-bottom: 0;
    color: #999;
    font-family: 'playfair display';
    font-style: italic;
}

.title-style3 h4 {
    float: left;
    width: 100%;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.title-style3 h4:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #ccc;
    top: 8px;
    left: -37px;
}

.overflow {
    overflow: hidden;
}

/*=====================================
	Header
=======================================*/
.container_full_menu {
    width: 97%;
    margin: 0 auto;
}

.navbar .container {
    max-width: 100%;
    width: 100%;
}

.navbar .dropdown-menu {
    top: 99%;
}

.dropdown-menu .kc_row > .kc_col-sm-4 {
    width: 28%;
    border-right: 1px solid #eee;
    margin-right: 7%;
    float: left;
}

.dropdown-menu .kc_row > .kc_col-sm-4:last-child {
    border-right: none;
    margin-right: 0;
}

.dropdown-menu .kc_row > .kc_col-sm-4 img {
    max-width: 100%;
}

#header {
    float: left;
    width: 100%;
}

#header .dropdown-menu>li.current_page_item>a {
    background: #f9f9f9;
}

.list-unstyled li i {
    color: #999;
    margin-right: 4px;
    font-size: 11px;
    transition: all 0.3s ease;
}

/* page loader */
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #35d3b7;
    z-index: 100500;
}

#page-preloader::before, #page-preloader::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    content: '';
}

#page-preloader::before {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-right-color: rgba(0, 0, 0, .2);
    border-left-color: rgba(0, 0, 0, .2);
    -webkit-animation: spin_loader 3s linear infinite;
    animation: spin_loader 3s linear infinite;
}

#page-preloader::after {
    bottom: 50px;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    -webkit-animation: spin_loader_rev 2s linear infinite;
    animation: spin_loader_rev 2s linear infinite;
}

.owl-theme .owl-controls .owl-page {
    margin-top: 0px;
}

@-webkit-keyframes spin_loader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spin_loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin_loader_rev {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
    }
}

@keyframes spin_loader_rev {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-359deg);
    }
}

/*=====================================
	MAIN DEMO
=======================================*/
/* feature_section1 */
.feature_section1 .one-half {
    padding: 0px;
}
.kc-testi-layout-1 .content-position{
	font-size: inherit;	
	font-family: 'Playfair Display', sans;
    font-style: italic;
}
.welcome {
    float: left;
    width: 100%;
    padding: 80px 80px 80px 134px;
}

.welcome blockquote {
    font-family: "Merriweather";
    font-style: italic;
    font-size: 20px;
    color: #000;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 32px;
    text-align: left;
}

.welcome blockquote p {
    margin-bottom: 0;
    font-size: 20px;
    font-family: -webkit-pictograph, 'pictograph';
}

.welcome.style2 .content-text:before {
    background: rbga(255,255,255,0.5);
}

.features {
    float: left;
    width: 100%;
    padding: 105px 100px;
    background: #344147;
}

.features .features-slider .item {
    text-align: center;
    color: #fff;
}

.features .features-slider .item:hover .box-icon {
    border-color: #35d3b7;
}

.features .features-slider .item:hover .box-icon:after, .features .features-slider .item:hover .box-icon:before {
    height: 4px;
    background: #35d3b7;
}

.features .features-slider .item .box-icon {
    color: #fff;
    height: 100px;
    width: 100px;
    display: inline-block;
    float: none;
    position: relative;
    background: rgba(255, 255, 255, 0.17);
    border-top: 0;
    padding-top: 3px;
    border-radius: 100%;
    line-height: 100px;
    transition: all 350ms ease;
}

.features .features-slider .item .box-icon i {
    line-height: 100px;
    font-size: 30px;
    display: block;
    color: #fff;
    transition: all 450ms ease;
}

.features .features-slider .item .box-icon:hover {
    background: #35d3b7;
}

.features .features-slider .item .box-icon:hover i {
    transform: scale(1.3);
}

.features .features-slider .item h4 {
    font-size: 17px;
    color: #fff;
    line-height: 18px;
    font-weight: 500;
    margin: 38px 0 9px;
    text-transform: capitalize;
}

.features .features-slider .item p {
    margin-bottom: 40px;
    color: rgba(235, 238, 245, 0.55);
}

.features .features-slider .owl-controls {
    margin: 0;
    line-height: 6px;
}

.features .features-slider .owl-controls .owl-pagination div {
    margin-top: 0;
}

.features .features-slider .owl-controls .owl-pagination div span {
    background: transparent;
    width: 18px;
    height: 5px;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0 2.5px;
    opacity: 0.5;
}

.features .features-slider .owl-controls .owl-pagination div.active span {
    background: #fff;
}

/* feature_section2 */
.feature_section2 {
    padding: 116px 0
}

.feature_section17 .kc_google_maps iframe {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
}

.special-fact .special-fact-item:nth-of-type(2n) {
    text-align: right;
}

.special-fact .special-fact-item:nth-of-type(2n) .item-content {
    border: 1px solid #ddd;
    border-left: 0;
    margin: 15px 40px 15px 0px;
}

.special-fact .special-fact-item:nth-of-type(2n) .item-content:before, .special-fact .special-fact-item:nth-of-type(2n) .item-content:after {
    left: 0;
    right: auto;
}

.special-fact .special-fact-item:nth-of-type(2n) .item-content i {
    right: 0;
    left: auto;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.special-fact .special-fact-item:nth-of-type(2n) .item-content i:after {
    left: -35px;
    right: auto;
}

.special-fact .special-fact-item:nth-of-type(2n) .item-content .counterup {
    margin: 0 70px 10px 0;
    text-align: right;
    float: right;
}

.special-fact .special-fact-item:nth-of-type(2n) .item-content .kc_text_block {
    padding: 0 70px 0 5px;
    text-align: right;
}

.special-fact .special-fact-item .item-content {
    border: 1px solid #ddd;
    border-right: 0;
    position: relative;
    padding: 30px 0 5px;
    margin: 15px 0px 15px 20px;
    display: inline-block;
    text-align: left;
    width: calc(100% - 50px);
    margin-left: 40px;
}

.special-fact .special-fact-item .item-content:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 19px;
    width: 1px;
    background: #ddd;
}

.special-fact .special-fact-item .item-content:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 19px;
    width: 1px;
    background: #ddd;
}

.special-fact .special-fact-item .item-content:hover, .special-fact .special-fact-item .item-content.active {
    background: #f3f3f3;
    border-color: #eaeaea;
}

.special-fact .special-fact-item .item-content:hover i, .special-fact .special-fact-item .item-content.active i {
    background: #282828;
    color: #fff;
    border-color: #282828;
}

.special-fact .special-fact-item .item-content:hover:before {
    height: 100%;
    background: #f5f5f5;
}

.special-fact .special-fact-item .item-content:hover:after {
    display: none
}

.special-fact .special-fact-item .item-content i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    display: block;
    line-height: 80px;
    text-align: center;
    background: #fafafa;
    color: #999;
    font-size: 25px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.special-fact .special-fact-item .item-content .counterup {
    margin-left: 70px;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: 400;
    color: #282828;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    padding: 0 26px 0 0px;
    line-height: 28px;
}

.special-fact .special-fact-item .item-content .counterup:after {
    position: absolute;
    content: '+';
    right: 0;
    bottom: 0;
    color: #282828;
}

.special-fact .special-fact-item .item-content .kc_text_block {
    padding-left: 70px;
    padding-right: 5px;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.special-fact.style-2 .special-fact-item .item-content {
    border-color: rgba(255, 255, 255, 0.4);
    padding: 28px 0 3px;
}

.special-fact.style-2 .special-fact-item .item-content:before, .special-fact.style-2 .special-fact-item .item-content:after {
    background: rgba(255, 255, 255, 0.4)
}

.special-fact.style-2 .special-fact-item .item-content:hover .counterup, .special-fact.style-2 .special-fact-item .item-content:hover .counterup:before, .special-fact.style-2 .special-fact-item .item-content:hover .counterup:after {
    color: #282828
}

.special-fact.style-2 .special-fact-item .item-content .counterup, .special-fact.style-2 .special-fact-item .item-content .counterup:before, .special-fact.style-2 .special-fact-item .item-content .counterup:after {
    color: #fff
}

.special-fact.style-2 .special-fact-item .item-content p {
    color: #c4cee4
}

.special-fact.style-2 .special-fact-item .item-content:hover i {
    background: #35d3b7
}

.special-fact.style-2 .special-fact-item .item-content:hover span {
    color: #282828
}

.special-fact.style-2 .special-fact-item .item-content:hover p {
    color: #666
}

.special-fact.style-2 .special-fact-item .item-content i {
    border-radius: 0
}

.special-fact-style-3 {
    background: #f5f5f5;
    color: rgba(86,86,86,0.5);
    padding: 80px 0 60px;
    text-align: center;
    text-transform: uppercase;
}

.special-fact-style-3 p {
    color: rgba(86,86,86,0.5);
}

.special-fact-style-3 .counterup {
    color: #282828;
    padding-bottom: 10px;
}

/* feature_section3 */
.feature_section3 .kc_column {
    padding: 0;
}

.feature_section3 .title-style1 {
    padding: 70px 0 100px;
}

.feature_section3 .title-style1:before {
    top: 150px;
}

.feature_section3 .what-we-do .owl-carousel {
    padding: 0 130px 50px 130px;
    margin: 0 auto;
}

.what-we-do {
    background: #344147;
    float: left;
    width: 100%;
}

.what-we-do .title-style1 {
    color: #fff;
}

.what-we-do .title-style1:before {
    background-image: url('../images/arow2-white.png');
}

.what-we-do .kc-tabs-slider-nav {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 16px;
}

.what-we-do .kc-tabs-slider-nav li {
    padding: 0;
    display: inline-block;
    padding: 0 2px;
}

.what-we-do .kc-tabs-slider-nav li.kc-title-active {
    background: transparent;
}

.what-we-do .kc-tabs-slider-nav li.kc-title-active .wrap-icon i, .what-we-do .kc-tabs-slider-nav li.kc-title-active .wrap-icon:before, .what-we-do .kc-tabs-slider-nav li.kc-title-active .wrap-icon:after {
    background: #35d3b7;
}

.what-we-do .icon-thumb .item {
    text-align: center;
}

.what-we-do .kc-tabs-slider-nav li:hover .wrap-icon i, .what-we-do .kc-tabs-slider-nav li:hover .wrap-icon:before, .what-we-do .kc-tabs-slider-nav li:hover .wrap-icon:after {
    background: #35d3b7;
}

.what-we-do .kc-tabs-slider-nav li .wrap-icon {
    height: 80px;
    width: 80px;
    background: transparent;
    position: relative;
    text-align: center;
    padding-top: 4px;
    display: inline-block;
    cursor: pointer;
    display: block;
}

.what-we-do .kc-tabs-slider-nav li .wrap-icon i {
    font-size: 30px;
    color: #fff;
    display: block;
    line-height: 70px;
    border-radius: 2px;
}

.what-we-do .owl-carousel {
    float: left;
    width: 100%;
    padding: 0 144px 95px 144px;
    text-align: center;
}

.what-we-do .owl-carousel h4 {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 40px 0;
    position: relative;
    text-transform: capitalize;
}

.what-we-do .owl-carousel h4:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #35d3b7;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.what-we-do .owl-carousel p {
    float: left;
    width: 100%;
    color: #c4cee4;
    text-align: center;
}

.feature-img {
    float: left;
    width: 100%;
    position: absolute;
}

.kc-team.style-2 {
    text-align: left;
}

.kc-team.style-2 .content-title {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #282828;
}

.kc-team.style-2 .content-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
    color: rgba(86,86,86,0.5);
    font-family: 'Playfair Display', sans;
    font-style: italic;
}

.kc-team.style-2 .content-subtitle:after {
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    background: #ddd;
    content: "";
}

.kc-team.style-2 .content-socials {
    border-top: 1px dotted #eee;
    padding-top: 5px;
}

/* feature_section4 */
.feature_section4 {
    padding: 120px 0 150px;
}

.feature_section4 .work-prcess-img {
    float: left;
    width: 100%;
    height: 333px;
    -webkit-transform: translate(0,-102px);
    -moz-transform: translate(0,-102px);
    -ms-transform: translate(0,-102px);
    -o-transform: translate(0,-102px);
    transform: translate(0,-102px);
}

.working-line {
    margin-top: -50px;
}

.working-line .line {
    height: 200px;
    display: block;
    margin: 0 auto;
    background: url(../images/line.svg) center no-repeat;
    background-size: contain;
    position: relative;
    font-size: 0;
    float: left;
    width: 100%;
}

.working-line .line .working-item.first-item {
    left: 15px;
    top: 67%;
}

.working-line .line .working-item {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    font-size: 14px;
    position: absolute;
    text-align: center;
}

.working-line .line .working-item .item-icon {
    color: #666666;
    font-size: 32px;
    margin-bottom: 10px;
}

.working-line .line .working-item .item-dot {
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    width: 22px;
    height: 22px;
    position: relative;
    margin: 0 auto 20px;
}

.working-line .line .working-item .item-dot:before {
    content: '';
    border-radius: 50%;
    background-color: #35d3b7;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 5px;
    position: absolute;
}

.working-line .line .working-item .item-description .title {
    color: #282828;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.working-line .line .working-item .item-description .text {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 20px;
    text-align: center;
}

.working-line .line .working-item.second-item {
    left: 25%;
    top: 49%;
}

.working-line .line .working-item.second-item .item-description {
    margin-bottom: 26px;
}

.working-line .line .working-item.third-item {
    right: 26%;
    padding-right: 45px;
    top: 7%;
}

.working-line .line .working-item.third-item .item-dot {
    margin-bottom: 50px;
}

.working-line .line .working-item.fourth-item {
    right: 11px;
    top: -28%;
}

.working-line .line .working-item.fourth-item .item-icon {
    padding-left: 40px;
}

.working-line .line .working-item.fourth-item .item-icon i {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    display: inline-block;
}

.working-line .line .working-item.fourth-item .item-description {
    text-align: right;
}

.working-line .line .working-item.fourth-item .item-description .title {
    position: absolute;
    left: -70px;
    top: 40px;
    line-height: 18px;
}

.working-line .line .working-item.fourth-item .item-description .text {
	position: absolute;
    left: 140px;
    top: 80px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

/* feature_section6 */
.feature_section6 > .kc_column {
    padding: 0;
}

.portfolio .portfolio-btn, .portfolio .cbp-l-filters-alignCenter {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0 35px;
    margin-bottom: 0;
}

.portfolio .portfolio-btn button, .portfolio .cbp-l-filters-alignCenter .cbp-filter-item {
    display: inline-block;
    font-size: 13px;
    padding: 2px 2px 5px 2px;
    position: relative;
    text-transform: uppercase;
    color: #282828;
    background: transparent;
    border: 0;
    margin: 0 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.portfolio .portfolio-btn button.current, .portfolio .portfolio-btn button:hover, .portfolio .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active, .portfolio .cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #35d3b7;
}

.portfolio .portfolio-btn button.current:before, .portfolio .portfolio-btn button:hover:before, .portfolio .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active:before, .portfolio .cbp-l-filters-alignCenter .cbp-filter-item:hover:before {
    width: 100%;
    left: 0;
}

.portfolio .portfolio-btn button:before, .portfolio .cbp-l-filters-alignCenter .cbp-filter-item:before {
    background: #35d3b7 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
}

.portfolio .portfolio-content {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 0 0 110px;
    box-sizing: border-box;
}

.portfolio .portfolio-content .portfolio-item, .portfolio .portfolio-content .grid-sizer {
    /*width:25%;*/
}

.portfolio .portfolio-content .owl-item {
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    opacity: 1;
}

.portfolio .portfolio-content .owl-item .cbp-caption {
    position: relative;
}

.portfolio .portfolio-content .owl-item.deactive {
    opacity: 0;
    width: 0px !important;
}

.portfolio .portfolio-content .portfolio-item {
    position: relative;
}

.portfolio .portfolio-content .portfolio-item:hover .overlay, .portfolio .portfolio-content .cbp-item:hover .cbp-caption-activeWrap {
    opacity: 1;
    visibility: visible !important;
}

.portfolio .portfolio-content .portfolio-item figure {
}

.portfolio .portfolio-content .portfolio-item img {
}

.portfolio .portfolio-content .portfolio-item:hover .overlay .overlay-content h3, .portfolio .portfolio-content .portfolio-item:hover .overlay .overlay-content span, .portfolio .portfolio-content .portfolio-item:hover .overlay .overlay-content a, .portfolio .portfolio-content .cbp-item:hover .cbp-caption-activeWrap .cbp-l-caption-body h3, .portfolio .portfolio-content .cbp-item:hover .cbp-caption-activeWrap .cbp-l-caption-body span, .portfolio .portfolio-content .cbp-item:hover .cbp-caption-activeWrap .cbp-l-caption-body a {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}

.portfolio .portfolio-content .portfolio-item .overlay, .portfolio .portfolio-content .cbp-item .cbp-caption-activeWrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    visibility: hidden;
    border: 5px solid rgba(223, 223, 223, 0.25);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio .portfolio-content .portfolio-item .overlay .overlay-content, .portfolio .portfolio-content .cbp-item .cbp-caption-activeWrap .cbp-l-caption-body {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    text-align: center;
}

.portfolio .portfolio-content .portfolio-item .overlay .overlay-content a, .portfolio .portfolio-content .cbp-item .cbp-caption-activeWrap .cbp-l-caption-body a {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: transparent;
    line-height: 1;
    color: #282828;
    font-size: 20px;
    -moz-transition: 0.4s ease 0s;
    -webkit-transition: 0.4s ease 0s;
    -o-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    -webkit-transform: translate(0,-40px);
    -moz-transform: translate(0,-40px);
    -ms-transform: translate(0,-40px);
    -o-transform: translate(0,-40px);
    transform: translate(0,-40px);
}

.portfolio .portfolio-content .cbp-item .cbp-caption-activeWrap .cbp-l-caption-body a i:before {
    content: "\e090";
    font-size: 20px;
    font-weight: 300 !important;
    font-family: 'simple-line-icons';
}

.portfolio .portfolio-content .portfolio-item .overlay .overlay-content a:hover, .portfolio .portfolio-content .cbp-item .cbp-caption-activeWrap .cbp-l-caption-body a:hover {
    color: #35d3b7;
}

.portfolio .portfolio-content .portfolio-item .overlay .overlay-content h3, .portfolio .portfolio-content .cbp-item .cbp-caption-activeWrap .cbp-l-caption-body h3 {
    display: block;
    color: #282828;
    margin: 20px auto 10px;
    -moz-transition: 0.4s ease 0s;
    -webkit-transition: 0.4s ease 0s;
    -o-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    transform: translate(0,40px);
    visibility: hidden;
    opacity: 0;
    line-height: 1.1;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

.portfolio .portfolio-content .portfolio-item .overlay .overlay-content span, .portfolio .portfolio-content .cbp-item .cbp-caption-activeWrap .cbp-l-caption-body span {
    color: #999;
    display: block;
    font-weight: 400;
    -moz-transition: 0.4s ease 0s;
    -webkit-transition: 0.4s ease 0s;
    -o-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    transform: translate(0,40px);
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    visibility: hidden;
    opacity: 0;
}

.works-layout-9.portfolio.style2 {
    float: left;
    width: 100%;
    overflow: hidden;
}

.works-layout-9.portfolio.style2 .portfolio-content {
    margin-bottom: 0px;
}

.portfolio.style2 .portfolio-content .portfolio-item .overlay {
    border-color: #344147;
}

.portfolio.style2 .portfolio-content .portfolio-item .overlay .overlay-content a {
    color: #35d3b7;
}

.portfolio.style2 .portfolio-content .portfolio-item .overlay .overlay-content a:hover {
    color: #344147;
}

.portfolio.style2 .portfolio-content .owl-controls {
    margin: 0;
    line-height: 6px;
    padding: 40px 0 40px;
}

.portfolio.style2 .portfolio-content .owl-controls .owl-pagination div {
    margin-top: 0;
}

.portfolio.style2 .portfolio-content .owl-controls .owl-pagination div span {
    background: #344147;
    width: 25px;
    height: 5px;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0 2.5px;
}

.portfolio.style2 .portfolio-content .owl-controls .owl-pagination div.active span {
    background: #344147;
}

.feature-box-side-right {
    max-width: 500px;
    margin-left: 50px;
    text-align: left;
    padding: 80px 0 120px;
    display: inline-block;
}

.feature-box-side-right h3 {
    position: relative;
    margin-bottom: 80px;
    font-weight: 400;
    color: #282828;
    font-size: 38px;
    text-transform: uppercase;
}

.feature-box-side-right h3:after {
    height: 3px;
    width: 80px;
    bottom: -20px;
    background: #35d3b7;
    content: "";
    left: 0px;
    position: absolute;
}

/* feature_section7 */
.feature_section7 {
    background: url(../images/bg-color1.html);
    padding: 80px 0 84px;
}

.feature_section7 .logo {
    float: left;
    width: 100%;
    padding-right: 14px;
    text-align: center;
}

.feature_section7 .logo h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    padding: 10.5px 17px;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
}

.feature_section7 .logo h4:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    width: 90px;
    height: 1px;
    background: #35d3b7;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.feature_section7 .logo h4:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #35d3b7;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.feature_section7 .logo span {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    float: left;
    width: 100%;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 9px;
}

.feature_section7 .feature_section7 .title {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
}

.feature_section7 .title h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}

.feature_section7 .title p {
    color: #fff;
    font-size: 16px;
}

.feature_section7 .btn-style2 {
    padding: 10px 30px;
    float: right;
    margin-top: 8px;
    background: transparent;
}

.feature_section7 .btn-style2:hover {
    color: #282828;
    border-color: #fff;
    background: #fff;
}

.feature_section7 .btn-style2:hover:after {
    border-left-color: #282828;
    border-bottom-color: #282828;
}

/* feature_section8 */
.feature_section8 {
    padding: 100px 0 94px;
    position: relative;
}

.feature_section8 .feature-img img {
    position: relative;
    top: -140px;
    left: -100px;
    max-width: none;
}

.feature_section8 .item-content {
    float: left;
    width: 100%;
    padding-left: 60px;
    margin-top: 41px;
}

.feature_section8 .item-content:hover i {
    background: #35d3b7;
    border-color: #35d3b7;
    color: #fff;
}

.feature_section8 .item-content i {
    float: left;
    width: 78px;
    height: 78px;
    line-height: 78px;
    border: 1px solid #e1e1e1;
    color: #282828;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
}

.feature_section8 .item-content h4 {
    display: block;
    margin-left: 133px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    line-height: 28px;
    clear: inherit;
}

.feature_section8 .item-content h4:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #cccccc;
    top: 50%;
    left: -37px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.feature_section8 .item-content p {
    display: block;
    margin-left: 133px;
}

.kc-testi-layout-1 .content-image img {
    width: 110px;
}

.kc-testi-layout-1 .content-title {
    font-size: 17px;
    color: #282828;
    font-weight: 500;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 40px;
}

/* feature_section9 */
.info {
    float: left;
    width: 100%;
    position: relative;
}

.info h3 {
    color: #282828;
}

.info p {
    float: left;
    width: 100%;
}

.info .img-bottom-left img {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-40%,35%);
    -moz-transform: translate(-40%,35%);
    -ms-transform: translate(-40%,35%);
    -o-transform: translate(-40%,35%);
    transform: translate(-40%,35%);
}

.info .img-bottom-right img {
    position: absolute;
    right: 33px;
    bottom: 40px;
}

.info.right {
    float: right;
}

.info.right .img-bottom-left img {
    position: absolute;
    right: -116px;
    bottom: 0;
    left: auto;
    -webkit-transform: translate(0,35%);
    -moz-transform: translate(0,35%);
    -ms-transform: translate(0,35%);
    -o-transform: translate(0,35%);
    transform: translate(0,35%);
}

.info.right .img-bottom-right img {
    left: 46px;
    right: auto;
}

.info.right p {
    padding-left: 0;
}

.feature_section9 {
    padding-bottom: 57px;
}

.feature_section9 .kc_progress_bars {
    padding-left: 40px;
}

.feature_section9 .kc_progress_bars.left {
    padding: 0 40px 0 0;
}

.kc_progress_bars.uni_progrcessbar {
    float: left;
    width: 100%;
}

.kc_progress_bars.uni_progrcessbar .progress-item span.label {
    color: #282828;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0;
}

.kc_progress_bars.uni_progrcessbar .progress-item .value {
    position: absolute;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 38px;
    height: 25px;
    line-height: 25px;
    margin: auto;
    top: -15px;
    bottom: 0;
    right: 0;
    color: #35d3b7;
    font-weight: 700;
    background-color: transparent;
    border: 1px solid #ddd;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(50%, -100%);
    -moz-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    -o-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
}

.kc_progress_bars.uni_progrcessbar .progress-item .value:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221, 221, 221, 0);
    border-top-color: #dddddd;
    border-width: 7px;
    margin-left: -7px;
}

.kc_progress_bars.uni_progrcessbar .progress-item .value:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.kc_progress_bars.uni_progrcessbar .progress-item .progress-element-bar .bars .count {
    margin-right: -2px;
    font-weight: 700;
    color: #35d3b7;
    line-height: 23px;
}

/* feature_section11 */
.feature_section11 {
    background: #344147;
    padding: 90px 0 0;
    position: relative;
    margin-bottom: 10px;
}

.feature_section11:before {
    position: absolute;
    content: '';
    background: url('../images/line-in.png') #35d3b7;
    bottom: -10px;
    height: 10px;
    left: 0;
    width: 100%;
}

.our-team-layout-9 .wrap-member-thumb {
    float: left;
    width: 100%;
    text-align: center;
}

.our-team-layout-9 .wrap-member-thumb .member-thumb {
    display: inline-block !important;
    width: 316px;
}

.our-team-layout-9 .member-thumb {
    padding: 0;
}

.our-team-layout-9 .member-thumb .owl-item {
    padding-bottom: 19px;
}

.our-team-layout-9 .member-thumb .owl-item .item img {
    cursor: pointer;
}

.our-team-layout-9 .member-thumb .owl-item.active .item figure img {
    opacity: 0.2;
}

.our-team-layout-9 .member-thumb .owl-item.active:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    left: 50%;
    bottom: 0;
    background: #35d3b7;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.our-team-layout-9 .member-content {
    float: left;
    width: 100%;
}

.our-team-layout-9 .member-content .item {
    float: left;
    width: 80%;
    position: relative;
    margin: 49px 0 0 10%;
}

.our-team-layout-9 .member-content .item .member-main-content {
    float: left;
    width: 58.3333%;
    padding: 0 15px;
}

.our-team-layout-9 .member-content .item .member-main-content .title {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
}

.our-team-layout-9 .member-content .item .member-main-content .title:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: 0;
    left: 0;
    background: #35d3b7;
}

.our-team-layout-9 .member-content .item .member-main-content .title h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.our-team-layout-9 .member-content .item .member-main-content .title p {
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin: 3px 0 10px;
}

.our-team-layout-9 .member-content .item .member-main-content p {
    color: #c4cee4;
    float: left;
    width: 100%;
    margin: 35px 0 42px;
}

.our-team-layout-9 .member-content .item .member-main-content .social {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
}

.our-team-layout-9 .member-content .item .member-main-content .social li {
    float: left;
    margin-right: 7px;
}

.our-team-layout-9 .member-content .item .member-main-content .social li:last-child {
    margin-right: 0;
}

.our-team-layout-9 .member-content .item .member-main-content .social li a {
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #7797d0;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
}

.our-team-layout-9 .member-content .item .member-main-content .social li a:hover {
    background: #35d3b7;
    border-color: #35d3b7;
    color: #fff;
}

.our-team-layout-9 .member-content .item .member-feature-img {
    float: left;
    width: 41.6667%;
    padding: 0 15px;
}

/* feature_section12 */
.feature_section12 {
    padding: 0 0 120px 0;
}
.feature_section12 .kc_tabs{
	margin-bottom: 0px;
}
.feature_section12.style-2 .kc-testimo{
    background: #f8f8f8;
    padding: 30px;
    border-radius: 3px;
}
.feature_section12.style-2 .kc-testimo .content-image {
    padding-right: 30px;
    float: left;
    width: auto;
}
.feature_section12.style-2 .kc-testimo .content-image img{
	width: 110px;
}
.feature_section12.style-2 .kc-testimo .content-position{
	color: #aaa;
	font-size: 14px;
	font-family: 'Playfair Display', sans;
    font-style: italic;
}
.feature_section12.style-2 .kc-testimo .content-title{
	color: #282828;
	font-size: 17px;
	font-weight: 500;
	text-transform: capitalize;
}
.feature_section12.style-2 .kc-testimo .content-desc{
	color: inherit;
}
.feature_section15 {
    padding: 0 0 120px 0;
}

.testimonial-layout-8 .item {
    float: left;
    width: 100%;
    padding: 31px 116px 0 116px;
    text-align: center;
}

.testimonial-layout-8 .item p {
    font-family: 'Merriweather';
    font-size: 20px;
    font-style: italic;
    line-height: 36px;
    color: #282828;
    float: left;
    width: 100%;
}

.testimonial-layout-8 .item .info-people {
    float: left;
    width: 100%;
}

.testimonial-layout-8 .item .info-people figure {
    float: left;
    width: 100%;
    text-align: center;
    margin: 21px 0 9px;
}

.testimonial-layout-8 .item .info-people span {
    font-size: 12px;
    font-weight: 700;
    color: #282828;
}

.testimonial-layout-8 .item .info-people span em {
    font-weight: 400;
    color: #666;
    font-style: normal;
    padding-left: 2px;
}

.testimonial-layout-8 .owl-controls {
    margin: 0;
}

.testimonial-layout-8 .owl-controls .owl-buttons {
    position: absolute;
    bottom: 46px;
    width: 100%;
}

.testimonial-layout-8 .owl-controls .owl-buttons .owl-prev, .testimonial-layout-8 .owl-controls .owl-buttons .owl-next {
    background: transparent;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.testimonial-layout-8 .owl-controls .owl-buttons .owl-prev {
    margin-right: 110px;
}

.testimonial-layout-8 .owl-controls .owl-buttons .owl-next {
    margin-left: 110px;
}

.testimonial-layout-8 .owl-controls .owl-buttons .prev {
    width: 42px;
    height: 34px;
    display: block;
    color: #ccc;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    position: relative;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
}

.testimonial-layout-8 .owl-controls .owl-buttons .prev:after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background: #cccccc;
    position: absolute;
    bottom: 0;
    right: 0;
}

.testimonial-layout-8 .owl-controls .owl-buttons .prev:hover {
    border-color: #35d3b7;
    color: #35d3b7;
}

.testimonial-layout-8 .owl-controls .owl-buttons .prev:hover:after {
    background: #35d3b7;
}

.testimonial-layout-8 .owl-controls .owl-buttons .next {
    width: 42px;
    height: 34px;
    display: block;
    color: #ccc;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    position: relative;
    text-align: right;
    line-height: 30px;
    font-size: 18px;
}

.testimonial-layout-8 .owl-controls .owl-buttons .next:after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background: #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial-layout-8 .owl-controls .owl-buttons .next:hover {
    border-color: #35d3b7;
    color: #35d3b7;
}

.testimonial-layout-8 .owl-controls .owl-buttons .next:hover:after {
    background: #35d3b7;
}

/* feature_section13 */
.feature_section13 .ms-view {
    background: transparent;
}

/* feature_section14 */
.feature_section14 {
    background: url("../images/bg-video.html");
    background-size: cover;
    background-position: center;
    padding: 92px 0 80px;
}

.feature_section14 .container > .kc_column {
    padding: 0;
}

.feature_section14 h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 0 280px;
    text-align: center;
    line-height: 36px;
}

.feature_section14 .desc {
    float: left;
    width: 100%;
    padding: 36px 8.8% 0;
}

.feature_section14 .desc .content-text {
    color: #fff;
    float: left;
    padding: 0 95px 0 75px;
    position: relative;
    width: 742px;
}

.feature_section14 .desc .content-text:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 50px;
}

.feature_section14 .desc .btn-style2:before {
    top: 21px;
}

.feature_section14 .desc .btn-style2 {
    padding-top: 6px;
    background: transparent;
}

.feature_section14 .btn-style2:hover {
    color: #282828;
    border-color: #fff;
    background: #fff;
}

.feature_section14 .btn-style2:hover:before {
    border-top-color: #282828;
}

.bg-video-content.style-2 {
    background: url("../images/bg-video2.html");
    background-size: cover;
    background-position: center;
}

.kc-video-bg .kc_button:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin-left: 10px;
}

/* feature_section15 */
.feature_section15 .kc-col-container {
    text-align: center;
}

.feature_section15 .kc-col-container .btn-style1 {
    display: inline-block;
    float: none;
}

.feature_section15 .kc-col-container .btn-style3 {
    margin-top: 20px;
    display: inline-block;
    float: none;
}

/* feature_section16 */
.feature_section16 {
    padding: 90px 0;
}

.client-logo {
    padding: 0 40px;
}

.client-logo .client-logo-item {
    float: left;
    margin: 30px 0px 0;
    text-align: center;
}

/* feature_section17 */
.feature_section17 > .kc_column {
    padding: 0;
}

.one-half-left {
    float: left;
    width: 44.87%;
}

.one-half-right {
    float: left;
    width: 55.13%;
}

.map {
    width: 100%;
    float: left;
}

.cont-address h4 {
    font-size: 22px;
    color: #fff;
}

.cont-address li {
    list-style: none;
    color: rgba(255,255,255,0.8);
}

.cont-address > li:first-child {
    margin-bottom: 40px;
}

.cont-address li a {
    color: rgba(255,255,255,0.8);
    padding-left: 5px;
}

.cont-address li a:hover {
    color: #fff;
}

.cont-address li ul {
    margin: 0;
    padding-left: 50px;
    position: relative;
}

.cont-address li ul:before {
    left: 0;
    top: 13px;
    width: 30px;
    height: 2px;
    background: rgba(255,255,255,0.8);
    content: '';
    position: absolute;
}
.contact-style1{
    padding: 0 80px 100px;
    float: left;
    width: 100%;
    text-align: center;
}
.contact-style1 .title-style1 p{
    padding: 10px 0 0;
}
.contact-style1 i{
    font-size: 25px;
    height: 80px;
    width: 80px;
    line-height: 70px;
    background: #35d3b7;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    transition: all 250ms ease;
}
.contact-style1 i:hover{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.contact-style1 h4{
    font-size: 17px;
    color: #282828;
    margin: 10px 0;
    font-weight: 500;
    text-transform: capitalize;
}
.contact_feature_section1 iframe{
	float: left;
}
.contact_feature_section2{
    padding: 120px 0;
}
.contact_feature_section2 .kc-multi-icons-wrapper a{
	background: #fff;
    display: inline-block;
    border-radius: 35px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1);
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    text-align: center;
}
.contact_feature_section2 .contact-form .form-group input,
.contact_feature_section2 .contact-form .form-group textarea{
	background: #bbb;
	color: #000;
	border: none;
}
.contact_feature_section2 .contact-form .form-group input::-webkit-input-placeholder,
.contact_feature_section2 .contact-form .form-group textarea::-webkit-input-placeholder{
	color: #888;
}
.contact_feature_section2 .contact-form .btn-submit input[type='submit']{
	background: #333;
}
.contact_feature_section2 .contact-form .btn-submit input[type='submit']:hover{
	background: #000;
}
.contact_feature_section2 .wpcf7-response-output{
	float: left;
    width: 100%;
    margin-left: 0px;
}
.contact_feature_section2 .kc-multi-icons-wrapper a i{
    color: #888;
    font-size: 12px;
}
.contact_feature_section2 .kc-multi-icons-wrapper a:hover{
	background: #ddd;	
}
.contact2_feature_section1{
    padding-bottom: 100px;
}
.contact2_feature_section1 .title-style1 p{
    padding: 10px 20% 0;
}
.map{
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}
.contact-form {
    float: left;
    width: 100%;
}

.contact-form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .form-group input {
    float: left;
    width: 100%;
    padding: 12px 20px;
    color: #282828;
    border: 1px solid #e1e1e1;
    font-family: inherit;
    font-size: inherit;
}
.contact-form .form-group input:hover,
.contact-form .form-group input:focus{
    border-color: #aaa;
}
.contact-form .form-group ::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
.contact-form .form-group :-moz-placeholder {
    color: #999;
    opacity: 1;
}

.contact-form .form-group ::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.contact-form .form-group :-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.contact-form .form-group textarea {
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    color: #282828;
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
}

.contact-form .form-group textarea:hover,
.contact-form .form-group textarea:focus{
    border-color: #aaa;
}

.contact-form .form-group.w2 {
    width: 48%;
    margin-right: 4%;
}

.contact-form .form-group.w2.last{
    margin-right: 0;
}

.contact-form .btn-submit {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-form .btn-submit:hover input[type='submit'] {
    background: #282828;
    color: #fff;
    border-color: #282828;
}

.contact-form .btn-submit:hover:before {
    border-top-color: #fff;
}

.contact-form .btn-submit:before {
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 48px;
    top: 19px;
    transform: rotate(-90deg);
    transition: all 0.3s ease 0s;
    width: 0;
}

.contact-form .btn-submit input[type='submit'] {
    float: left;
    width: auto;
    background: #35d3b7;
    border: 2px solid transparent;
    color: #fff;
    display: block;
    padding: 7px 44px 7px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.contact-info h3{
    color: #282828;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.contact-info h3:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #35d3b7;
    left: 0;
    bottom: 0;
}
.contact-info p{
    margin: 0 0 4px;
}
.social-contact{
    margin-top: 20px;
}
.social-contact a{
    background: transparent;
    color: #999;
    padding: 0;
    margin: 0 10px 0 0;
}
.social-contact a:hover i{
    color: #35d3b7;
}
.social-contact a i{
    color: #999;
    font-size: 16px;
}
/* feature_section18 */
.feature_section18 {
    background: #506fa8;
    padding: 120px 0 120px;
}

.feature_section18 .title-style2 {
    color: #fff;
}

.feature_section18 .content-text:before {
    background: #fff;
}

.feature_section18 .content-text p {
    color: #c4cee4;
}

.feature_section18 .contact-desc figure {
    position: relative;
    float: left;
    width: 100%;
}

.feature_section18 .contact-desc figure img {
    position: absolute;
    top: 47px;
    left: -190px;
}

.feature_section18 .form-contact {
    float: left;
    width: 100%;
}

.feature_section18 .form-contact .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.feature_section18 .form-contact .form-group input {
    border: 1px solid rgba(255,255,255,0.3);
    float: left;
    width: 100%;
    padding: 14px 20px;
    color: #c4cee4;
}

.feature_section18 .form-contact .form-group ::-webkit-input-placeholder {
    color: #c4cee4;
    opacity: 1;
}

.feature_section18 .form-contact .form-group :-moz-placeholder {
    color: #c4cee4;
    opacity: 1;
}

.feature_section18 .form-contact .form-group ::-moz-placeholder {
    color: #c4cee4;
    opacity: 1;
}

.feature_section18 .form-contact .form-group :-ms-input-placeholder {
    color: #c4cee4;
    opacity: 1;
}

.feature_section18 .form-contact .form-group textarea {
    border: 1px solid rgba(255,255,255,0.3);
    float: left;
    width: 100%;
    padding: 14px 20px;
    background: transparent;
    color: #c4cee4;
    font-weight: 300;
}

.feature_section18 .form-contact .form-group.w2 {
    width: 48%;
    margin-right: 4%;
}

.feature_section18 .form-contact .btn-submit {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.feature_section18 .form-contact .btn-submit:hover input[type='submit'] {
    background: transparent;
    color: #282828;
    border-color: #fff;
    background: #fff
}

.feature_section18 .form-contact .btn-submit:hover:before {
    border-top-color: #282828;
}

.feature_section18 .form-contact .btn-submit:before {
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 48px;
    top: 19px;
    transform: rotate(-90deg);
    transition: all 0.3s ease 0s;
    width: 0;
}

.feature_section18 .form-contact .btn-submit input[type='submit'] {
    float: left;
    width: auto;
    background: #35d3b7;
    border: 2px solid transparent;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 7px 44px 7px 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.feature_section19 {
    padding: 150px 0;
    text-align: center;
}

.feature_section19 h1.kc_title {
    color: #fff;
    margin: 0 120px;
	font-family: 'Playfair Display', sans;
    font-style: italic;
}

.feature_section19 .kc_button {
    float: none;
    margin-top: 60px;
}

/*=====================================
DEMO 1
=======================================*/
/* v1_feature_section1 */
.v1_feature_section1 {
    background: transparent;
    padding: 120px 0 94px;
}

.v1_feature_section1 .item {
    float: left;
    width: 100%;
}

.v1_feature_section1 .item:hover .box-icon i, .v1_feature_section1 .item.active .box-icon i {
    background: #344147;
}

.v1_feature_section1 .item:hover .box-icon, .v1_feature_section1 .item.active .box-icon {
    border-color: #344147;
    color: #fff;
}

.v1_feature_section1 .item:hover .box-icon:after, .v1_feature_section1 .item:hover .box-icon:before, .v1_feature_section1 .item.active .box-icon:after, .v1_feature_section1 .item.active .box-icon:before {
    height: 4px;
    background: #344147;
}

.v1_feature_section1 .item .box-icon {
    color: #666;
    height: 80px;
    width: 80px;
    display: block;
    position: relative;
    background: transparent;
    border: 1px solid #eee;
    border-top: 0;
    padding-top: 4px;
    margin-left: 37px;
}

.v1_feature_section1 .item .box-icon:before {
    content: '';
    position: absolute;
    top: 0;
    width: 25px;
    height: 3px;
    background: #eee;
    left: 0;
    height: 1px;
    z-index: 1;
}

.v1_feature_section1 .item .box-icon:after {
    content: '';
    position: absolute;
    top: 0;
    width: 25px;
    height: 3px;
    background: #eee;
    right: 0;
    height: 1px;
    z-index: 1;
}

.v1_feature_section1 .item .box-icon i {
    line-height: 76px;
    font-size: 25px;
    display: block;
    text-align: center;
}

.v1_feature_section1 .item .title-style3 {
    margin: 21px 0 13px;
}

.v1_feature_section1 .item .title-style3 p {
    margin-bottom: 0;
}

.v1_feature_section1 .item .title-style3 h4 {
    letter-spacing: 0.45px;
}

.v1_feature_section1 .item .kc_text_block {
    padding-left: 37px;
}

.v1_feature_section1 .item .kc_text_block p {
    float: left;
    width: 100%;
}

.v1_feature_section1 .item > p {
    padding-left: 37px;
    float: left;
    width: 100%;
}

/* v1_feature_section2 */
.v1_feature_section2 .welcome .content-text:before {
    background: rgba(255,255,255,0.8);
}

.v1_feature_section2 .welcome .btn-style2 {
    margin-left: 76px;
}

.v1_feature_section2 .welcome .btn-style2:before {
    top: 21px;
}

.v1_feature_section2 .welcome .btn-style2:hover {
    background: #fff;
    color: #282828;
}

.v1_feature_section2 .welcome .btn-style2:hover:before {
    border-top-color: #282828;
}

/* v1_feature_section3 */
.v1_feature_section3 > .kc_column {
    padding: 0;
}

/* v1_feature_section4 */
.v1_feature_section4 {
    background: url(../images/bg-color1.html);
    padding: 80px 0 84px;
}

.v1_feature_section4 .logo {
    float: left;
    width: 100%;
    padding-right: 14px;
    text-align: center;
}

.v1_feature_section4 .logo h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    padding: 10.5px 17px;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
}

.v1_feature_section4 .logo h4:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    width: 90px;
    height: 1px;
    background: #35d3b7;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.v1_feature_section4 .logo h4:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #35d3b7;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.v1_feature_section4 .logo span {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    float: left;
    width: 100%;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 9px;
}

.v1_feature_section4 .title {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
}

.v1_feature_section4 .title h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}

.v1_feature_section4 .title p {
    color: #fff;
    font-size: 16px;
}

.v1_feature_section4 .btn-style2 {
    padding: 10px 44px 10px 30px;
    float: right;
    margin-top: 8px;
    background: transparent;
}

.v1_feature_section4 .btn-style2:before {
    top: 22px;
}

.v1_feature_section4 .btn-style2:hover {
    color: #282828;
    border-color: #fff;
    background: #fff;
}

.v1_feature_section4 .btn-style2:hover:before {
    border-top-color: #282828;
}

/* v1_feature_section5*/
.v1_feature_section5 {
    padding-bottom: 65px;
}

.v1_feature_section5 .service-item .title-style3 {
    margin: 22px 0 17px;
}

.service-item {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.service-item i {
    float: left;
    padding-left: 40px;
    color: #999;
    font-size: 32px;
    text-align: left;
}

.service-item .title-style3 {
    padding-left: 40px;
    margin: 27px 0 17px;
}

.service-item .title-style3 h4:before {
    background: #35d3b7;
    left: -40px;
}

.service-item .title-style3 p {
    margin-bottom: 0px;
}

.service-item > p {
    padding-left: 40px;
    float: left;
    width: 100%;
}

.service-item .kc_text_block p {
    padding-left: 40px;
    float: left;
    width: 100%;
}

/* .v1_feature_section6 */
.v1_feature_section6 {
    padding: 106px 0 143px;
}

/* v1_feature_section7 */
.v1_feature_section7 {
    padding: 100px 0 94px;
    position: relative;
}

.v1_feature_section7 .feature-img img {
    position: relative;
    top: -140px;
    left: -100px;
    max-width: none;
}

.v1_feature_section7 .item-content {
    float: left;
    width: 100%;
    padding-left: 60px;
    margin-top: 41px;
}

.v1_feature_section7 .item-content:hover i {
    background: #35d3b7;
    border-color: #35d3b7;
    color: #fff;
}

.v1_feature_section7 .item-content i {
    float: left;
    width: 78px;
    height: 78px;
    line-height: 78px;
    border: 1px solid #e1e1e1;
    color: #282828;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
}

.v1_feature_section7 .item-content h4 {
    display: block;
    margin-left: 133px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    line-height: 28px;
    clear: inherit;
}

.v1_feature_section7 .item-content h4:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #cccccc;
    top: 50%;
    left: -37px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.v1_feature_section7 .item-content p {
    display: block;
    margin-left: 133px;
}

/* v1_feature_section8 */
.v1_feature_section8 {
    padding-bottom: 120px;
}

.universe-our-team {
    float: left;
    width: 100%;
}

.universe-our-team .kc-tabs-slider-nav {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 85px !important;
}

.universe-our-team .kc-tabs-slider-nav li {
    float: none;
    display: inline-block;
    position: relative;
    background: transparent;
    padding: 0;
    margin: 0 10px;
}

.universe-our-team .kc-tabs-slider-nav li img {
    width: 60px;
}

.universe-our-team .kc-tabs-slider-nav li.kc-title-active figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #282828;
    opacity: 0.8;
}

.universe-our-team .kc-tabs-slider-nav li.kc-title-active figure:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    left: 50%;
    bottom: -19px;
    background: #35d3b7;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.universe-our-team .owl-theme {
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.universe-our-team .kc-team-2 {
    float: left;
    width: 80%;
    margin: 0 0 0 10%;
}

.universe-our-team .kc-team-2 .content-image {
    width: 40%;
    max-width: inherit;
    float: left;
    padding: 0 15px 0 0;
}

.universe-our-team .kc-team-2 .box-right {
    width: 60%;
    padding: 0 0 0 3%;
    float: left;
}

.universe-our-team .kc-team-2 .content-title {
    font-size: 17px;
    color: #282828;
    font-weight: 500;
    text-transform: capitalize;
}

.universe-our-team .kc-team-2 .content-subtitle {
    font-weight: 500;
    color: #999;
    padding: 3px 0 10px;
    position: relative;
    font-family: 'Playfair Display', sans;
    font-style: italic;
}

.universe-our-team .kc-team-2 .content-subtitle:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: 0;
    left: 0;
    background: #35d3b7;
}

.universe-our-team .kc-team-2 .content-desc {
    color: #999;
    float: left;
    width: 100%;
    margin: 35px 0 42px;
}

.universe-our-team .kc-team-2 .content-socials a {
    background: #ffffff;
    border-color: #eaeaea;
    border-radius: 100%;
    color: #888;
    font-size: 14px;
}

.universe-our-team .kc-team-2 .content-socials a:hover {
    background: #222;
    border-color: #222;
    color: #ddd;
}

/* v1_feature_section9 */
.v1_feature_section9 {
    padding-bottom: 57px;
}

.v1_feature_section9 .kc_progress_bars {
    padding-left: 40px;
}

.v1_feature_section9 .kc_progress_bars.left {
    padding: 0 40px 0 0;
}

/* v1_feature_section10 */
.v1_feature_section10 {
    position: relative;
    padding: 115px 0 120px;
    margin-bottom: 10px;
}

.v1_feature_section10:before {
    position: absolute;
    content: '';
    background: #344147;
    bottom: -10px;
    height: 10px;
    left: 0;
    width: 100%;
}

.v1_feature_section10 .title-style2 {
    color: #fff;
}

.v1_feature_section10 .content-text:before {
    background: #fff;
}

.v1_feature_section10 .content-text p {
    color: #fff;
}

.v1_feature_section10 .testimonial-layout-8 .item p {
    color: #fff;
}

.v1_feature_section10 .testimonial-layout-8 .item .info-people span {
    color: #fff;
}

.v1_feature_section10 .testimonial-layout-8 .item .info-people span em {
    color: #fff;
}

.v1_feature_section10 .testimonial-layout-8 .owl-controls .owl-buttons .prev, .v1_feature_section10 .testimonial-layout-8 .owl-controls .owl-buttons .next {
    color: rgba(255,255,255,0.8);
    border-color: rgba(255,255,255,0.8);
}

.v1_feature_section10 .testimonial-layout-8 .owl-controls .owl-buttons .prev:after, .v1_feature_section10 .testimonial-layout-8 .owl-controls .owl-buttons .next:after {
    background: rgba(255,255,255,0.8);
}

.v1_feature_section10 .testimonial-layout-8 .owl-controls .owl-buttons .prev:hover {
    color: #fff;
    border-color: #fff;
}

.v1_feature_section10 .testimonial-layout-8 .owl-controls .owl-buttons .prev:hover:after {
    background: #fff;
}

.v1_feature_section10 .testimonial-layout-8 .owl-controls .owl-buttons .next:hover {
    color: #fff;
    border-color: #fff;
}

.v1_feature_section10 .testimonial-layout-8 .owl-controls .owl-buttons .next:hover:after {
    background: #fff;
}

/* v1_feature_section11 */
.v1_feature_section11 .kc_column {
    padding: 0;
}

.v1_feature_section11 .kc-col-container {
    text-align: center;
}

.v1_feature_section11 .kc-col-container .btn-style1 {
    display: inline-block;
    float: none;
}

.v1_feature_section11 .kc-col-container .btn-style3 {
    margin-top: 20px;
    display: inline-block;
    float: none;
}

.v1_feature_section11 .kc-col-container .btn-style3:hover {
    color: #35d3b7;
    border-color: #35d3b7;
}

/* v1_feature_section12 */
.layout-boxed .v1_feature_section12 .container {
    margin: 0;
}

.v1_feature_section12 .ms-view {
    background: transparent;
}

/* v1_feature_section13 */
.v1_feature_section13 {
    padding: 92px 0 80px;
}

.v1_feature_section13 .container > .kc_column {
    padding: 0;
}

.v1_feature_section13 h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 0 280px;
    text-align: center;
    line-height: 36px;
}

.v1_feature_section13 .desc {
    float: left;
    width: 100%;
    padding: 36px 8.8% 0;
}

.v1_feature_section13 .desc .content-text {
    color: #fff;
    float: left;
    padding: 0 95px 0 75px;
    position: relative;
    width: 79%;
}

.v1_feature_section13 .desc .content-text:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 50px;
}

.v1_feature_section13 .btn-style2 {
    width: 21%;
}

.v1_feature_section13 .btn-style2:before {
    top: 19px;
}

.v1_feature_section13 .btn-style2:hover {
    color: #282828;
    border-color: #fff;
    background: #fff;
}

.v1_feature_section13 .btn-style2:hover:before {
    border-top-color: #282828;
}

/* v1_feature_section14 */
.v1_feature_section14 {
    padding: 90px 0 0;
}

/* v1_feature_section15 */
/* v1_feature_section16 */
.v1_feature_section16 .kc_column, .v1_feature_section17 .kc_column {
    padding: 0;
}

.v1_feature_section16 .newsletter {
    float: left;
    width: 100%;
    padding: 116px 150px 120px;
    text-align: center;
}

.v1_feature_section16 .newsletter .title h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    float: left;
    width: 100%;
}

.v1_feature_section16 .newsletter .title p {
    color: #c4cee4;
    float: left;
    width: 100%;
    margin: 20px 0 51px;
}

.v1_feature_section16 .newsletter .form-sub {
    float: left;
    width: 100%;
}

.v1_feature_section16 .newsletter .form-sub .kc_subscribe {
    float: left;
    width: 100%;
    display: block;
}

.v1_feature_section16 .newsletter .form-sub .btn-submit {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-top: 33px;
}

.v1_feature_section16 .newsletter .form-sub .btn-submit:before {
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 28px;
    top: 19px;
    transform: rotate(-90deg);
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 1;
}

.v1_feature_section16 .newsletter .form-sub .btn-submit:hover input[type='submit'] {
    background: #fff;
    color: #282828;
}

.v1_feature_section16 .newsletter .form-sub .btn-submit:hover:before {
    border-top-color: #282828;
}

.v1_feature_section16 .newsletter .form-sub .btn-submit input[type='submit'] {
    float: left;
    width: auto;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 7px 44px 7px 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.v1_feature_section16 .newsletter .form-sub input[type='text'] {
    border: 1px solid rgba(255,255,255,0.3);
    float: left;
    width: 100%;
    text-align: center;
    color: #c4cee4;
    opacity: 1;
    padding: 14px 20px;
    background: transparent;
}

.v1_feature_section16 .newsletter .form-sub input[type='email']::-webkit-input-placeholder {
    color: #c4cee4;
    opacity: 1;
}

.v1_feature_section16 .newsletter .form-sub input[type='email']:-moz-placeholder {
    color: #c4cee4;
    opacity: 1;
}

.v1_feature_section16 .newsletter .form-sub input[type='email']::-moz-placeholder {
    color: #c4cee4;
    opacity: 1;
}

.v1_feature_section16 .newsletter .form-sub input[type='email']:-ms-input-placeholder {
    color: #c4cee4;
    opacity: 1;
}

/* v1_feature_section18 */
.v1_feature_section18 {
    text-align: center;
}

.v1_feature_section18 .heading-style3 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
    color: #c4cee4;
    padding-left: 38px;
}

.v1_feature_section18 .heading-style3:before {
    background: #ccc;
}

/*=====================================
	DEMO 2
=======================================*/
/* v2_feature */
.v2_feature_section5 .content-text:before {
    background: rgba(255,255,255,0.5);
}

/* v2_feature_section1 */
.v2_feature_section1 {
    padding: 96px 0 76px;
}

.v2_feature_section1 .container .kc_column {
    padding: 0;
}

.v2_feature_section1 .container .kc_column_inner {
    padding: 0 15px;
}

.v2_feature_section1 .box {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.v2_feature_section1 .box-icon i{
    height: 60px;
    width: 60px;
    float: left;
    text-align: center;
    position: relative;
    color: #35d3b7;
    font-size: 35px;
    border-bottom: 2px solid #35d3b7;
    line-height: 60px;
}

.v2_feature_section1 .box h4 {
    font-size: 17px;
    width: 100%;
    float: left;
    font-weight: normal;
    color: #282828;
    text-transform: none;
    margin: 23px 0 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.v2_feature_section1 .box .kc_text_block {
    width: -moz-calc(100% - 85px);
    width: -webkit-calc(100% - 85px);
    width: -o-calc(100% - 85px);
    width: calc(100% - 85px);
    float: left;
    clear: none;
    line-height: 22px;
    text-align: left;
}
.v2_feature_section1 .box .kc_text_block p{
	margin-bottom: 0px;	
}
.v2_feature_section1.style-2 {
    text-align: center;
}

.v2_feature_section1.style-2 .box-icon i{
    margin: 0px auto 20px;
    display: inline-block;
    float: none;
    border: none;
    border: 2px dashed #ddd;
    border-radius: 100%;
    height: 100px;
    line-height: 100px;
    width: 100px;
    color: #858585;
}
.v2_feature_section1.style-2 .box:hover .box-icon i{
	background: #35d3b7;
	border-color: #35d3b7;
	color: #fff;	
}
.v2_feature_section1.style-2 .box h4 {
    font-size: 17px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: capitalize;
}

.v2_feature_section1.style-2 .box h4, .v2_feature_section1.style-2 .box .kc_text_block {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
.v2_feature_section1.style-3 .kc-icon-wrapper{
	float: left;
	width: auto;
}
.v2_feature_section1.style-3 .kc-title-wrap,
.v2_feature_section1.style-3 .kc_text_block{
    width: calc(100% - 100px);
    margin-left: 20px;	
}
.v2_feature_section1.style-3 .box h4 {
	font-weight: 500;
    text-transform: capitalize;
    font-size: 17px;
    width: 100%;
}
.v2_feature_section1.style-3 .kc-icon-wrapper i{
	color: #848382;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    top: 0;
    border: 2px solid #fff;
    transition: all .3s;
    text-align: center;
    background: #f2f3f4;
    border-radius: 100%;
    margin-top: 23px;
    transition: all 350ms ease;
}
.v2_feature_section1.style-3 .box:hover .kc-icon-wrapper i{
	background: #35d3b7;
	color: #fff;
	transform: rotate(-10deg);
}
/* v2_feature_section2 */
.v2_feature_section2 {
    padding: 120px 0;
    background: #f9f9f9;
}

.v2_feature_section2 .content-text {
    margin: 6px 0 13px;
    padding-left: 50px;
}

.v2_feature_section2 .btn-style3 {
    margin: 0 20px 0 50px;
    border-color: #282828;
    color: #282828;
    background: transparent;
}

.v2_feature_section2 .btn-style3 a {
    color: #282828;
    background: transparent;
    font-size: inherit;
}

.v2_feature_section2 .btn-style3:before {
    border-top-color: #282828;
}

.v2_feature_section2 h3.title-style2 {
    margin: 0px 0px 50px 50px;
    padding-right: 30px;
    border-radius: 1px;
}

.v2_feature_section2 .btn-style1 {
	border: none;
    background: #35d3b7;
    padding-top: 14px;
    padding-bottom: 14px;
}

.v2_feature_section2 .btn-style1 a {
    background: transparent;
    font-size: inherit;
}

.v2_feature_section2 .btn-style1:hover {
    border-color: #282828;
    color: #fff;
    background: #282828;
}

.v2_feature_section2 .btn-style1:hover a {
    color: #fff;
}

.v2_feature_section2 .btn-style1:hover:before {
    border-top-color: #fff;
}

.v2_feature_section2 .btn-style3:hover {
    border-color: #282828;
    background-color: #282828;
    color: #fff;
}

.v2_feature_section2 .btn-style3:hover a {
    color: #fff;
}

.v2_feature_section2 .btn-style3:hover:before {
    border-top-color: #fff;
}

/* v2_feature_section3 */
.v2_feature_section3 {
    padding-bottom: 98px;
}

.v2_feature_section3 .title-style1 {
    color: #fff;
}

.v2_feature_section3 .title-style1 p {
    color: rgba(255,255,255,0.65);
}

.v2_feature_section3 .title-style1:before {
    content: "";
    background: url('../images/arow4.png') no-repeat;
    background-size: 39px 19px;
}

.v2_feature_section3 .owl-theme .owl-controls {
    margin-top: 20px !important;
}

.v2_feature_section3 .owl-item {
    padding: 0 15px;
}

.v2_feature_section3 .owl-controls .owl-pagination .owl-page span {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 5px;
}

.v2_feature_section3 .owl-controls .owl-pagination .owl-page.active span, .v2_feature_section3 .owl-controls .owl-pagination .owl-page span:hover {
    background: #282828;
}

.v2_feature_section3 .kc-testi-layout-5 {
    float: left;
    width: 100%;
}

.v2_feature_section3 .kc-testi-layout-5 .content-desc {
    float: left;
    width: 100%;
    background: rgba(255,255,255,0.95);
    color: #999;
    padding: 30px 40px 30px 40px;
    position: relative;
    border-radius: 3px;
    font-size: 15px;
    margin: 0;
    text-align: center;
}

.v2_feature_section3 .kc-testi-layout-5 .content-desc:before {
    content: url('../images/quote.png');
    top: 34px;
    left: 24px;
    position: absolute;
}

.v2_feature_section3 .kc-testi-layout-5 .content-desc:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid rgba(255,255,255,0.95);
}

.v2_feature_section3 .kc-testi-layout-5 .content-image {
    max-width: inherit;
}

.v2_feature_section3 .kc-testi-layout-5 .content-image img {
    border-radius: 100%;
    float: left;
    margin-right: 18px;
    margin: 32px 0px 0 20px;
    border: 3px solid #fff;
    width: 49px;
}

.v2_feature_section3 .kc-testi-layout-5 .box-right {
    color: rgba(255,255,255,0.65);
    overflow: hidden;
    text-align: left;
    padding: 35px 0px 18px;
}

.v2_feature_section3 .kc-testi-layout-5 .box-right .content-title {
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}
.v2_feature_section3 .kc-testi-layout-5 .box-right .content-position {
    font-weight: 500;
    font-size: 15px;
    font-family: 'Playfair Display', sans;
    font-style: italic;
}
.owl-carousel {
    display: none;
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

/* v2_feature_section4 */
.v2_feature_section4 {
    padding-bottom: 65px;
}

.v2_feature_section4 h4 {
    color: #282828;
    margin-bottom: 0;
}

.v2_feature_section4 .service-item {
    margin-bottom: 40px;
}

.v2_feature_section4 .kc_text_block {
    float: left;
    text-align: left;
}

/* v2_feature_section5 */
.v2_feature_section5 .btn-style2 {
    background: transparent;
}

.v2_feature_section5 h3 {
    text-align: left;
}

.v2_feature_section5 .btn-style2:hover {
    background: #fff;
    color: #282828;
}

.v2_feature_section5 .btn-style2:hover a {
    color: #282828;
}

.v2_feature_section5 .btn-style2:hover:before {
    border-top-color: #282828;
}

/* v2_feature_section7 */
.v2_feature_section7 > .kc_column {
    padding: 0;
}
.v2_feature_section7.style-2 .portfolio .portfolio-content{
	margin-bottom: 15px;
}
.v2_feature_section7 .portfolio .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active::before, .v2_feature_section7 .portfolio .cbp-l-filters-alignCenter .cbp-filter-item:hover:before {
    background: #35d3b7;
}

.v2_feature_section7 .portfolio .portfolio-content .cbp-item .cbp-caption-activeWrap .cbp-l-caption-body a:hover {
    color: #35d3b7;
}

/* v2_feature_section8 */
.v2_feature_section8 {
    padding: 80px 0 84px;
}

.v2_feature_section8 .logo {
    float: left;
    width: 100%;
    padding-right: 14px;
    text-align: center;
}

.v2_feature_section8 .logo h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    padding: 10.5px 17px;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}

.v2_feature_section8 .logo h4:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    width: 90px;
    height: 1px;
    background: rgb(52, 65, 71);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.v2_feature_section8 .logo h4:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 20px;
    height: 1px;
    background: rgb(52, 65, 71);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.v2_feature_section8 .logo span {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    float: left;
    width: 100%;
    font-weight: 700;
    letter-spacing: 2px;
}

.v2_feature_section8 .title {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
}

.v2_feature_section8 .title h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
}

.v2_feature_section8 .title p {
    color: rgba(255, 255, 255, 0.8);
}

.v2_feature_section8 .btn-style2 {
    float: right;
    margin-top: 10px;
    font-size: 12px;
}

.v2_feature_section8 .btn-style2 a {
    background: transparent;
    font-size: 12px;
}

.v2_feature_section8 .btn-style2:hover {
    color: #282828;
    border-color: #fff;
    background: #fff;
}

.v2_feature_section8 .btn-style2:hover:after {
    border-left-color: #282828;
    border-bottom-color: #282828;
}

/* v2_feature_section9 */
.v2_feature_section9 {
    padding: 100px 0 94px;
    position: relative;
}

.v2_feature_section9 .feature-img img {
    position: relative;
    top: -140px;
    left: -100px;
    max-width: none;
}

.v2_feature_section9 .item-content {
    float: left;
    width: 100%;
    padding-left: 60px;
    margin-top: 20px;
}

.v2_feature_section9 .item-content:hover i {
    background: #35d3b7;
    border-color: #35d3b7;
    color: #fff;
}

.v2_feature_section9 .item-content i {
    float: left;
    width: 78px;
    height: 78px;
    line-height: 78px;
    border: 1px solid #e1e1e1;
    color: #999;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
}

.v2_feature_section9 .item-content h4 {
    display: block;
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    line-height: 28px;
    clear: inherit;
    color: #282828;
    text-transform: capitalize;
}

.v2_feature_section9 .item-content h4:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #cccccc;
    top: 50%;
    left: -37px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.v2_feature_section9 .item-content p {
    display: block;
    margin-left: 15px;
}

/* v2_feature_section10 */
.v2_feature_section10 {
    padding-bottom: 90px;
}

.v2_feature_section11 .container {
    padding: 0 15px;
}

.v2_feature_section11 .container .kc_column {
    padding: 0;
}

.v2_feature_section11 .container .content-left {
    padding-right: 69px;
}

.kc_progress_bars.uni_progrcessbar .progress-item {
    margin: 14px 0 15px 0;
}

.kc_progress_bars.uni_progrcessbar .progress-item .value {
    background: #344147;
    border-color: #344147;
    color: #fff !important;
}

.kc_progress_bars.uni_progrcessbar .progress-item .value:before {
    border-top-color: #344147
}

.kc_progress_bars.uni_progrcessbar .progress-item .value:after {
    border-top-color: #344147;
}

.v2_feature_section11 .info.right {
    padding: 115px 0 100px 50px;
}

.v2_feature_section11 .info.right .title h4 {
    color: #282828;
}

.v2_feature_section11 .info.right .title p {
    color: #999;
    padding-left: 38px;
    margin-bottom: 29px;
}

.v2_feature_section11 .info.right .btn-style3 {
    background: transparent;
	margin-top: 6px;
}

.v2_feature_section11 .info.right .btn-style3 a {
    background: transparent;
    font-size: inherit;
}

.v2_feature_section11 .info.right .btn-style3:hover {
    background: #666;
    color: #fff;
}

.v2_feature_section11 .info.right .btn-style3:hover a {
    color: #fff;
}

.v2_feature_section11 .info.right .btn-style3:hover:before {
    border-top-color: #fff;
}

/* v2_feature_section12 */
.v2_feature_section12 {
    text-align: center;
}

.v2_feature_section12 .btn-style3 {
    float: none;
    display: inline-block;
}

.v2_feature_section12 .btn-style3 a {
    background: transparent;
    font-size: inherit;
}

.v2_feature_section12 .kc-post-layout-6 .owl-item {
    padding: 0 15px;
}

.v2_feature_section12 .kc-post-layout-6 .owl-controls .owl-page span {
    margin: 5px;
}

.v2_feature_section12 .container .kc_col-sm-12 {
    padding: 0;
}

.uni-post-1 .kc-post-header > a {
    float: left;
    width: 100%;
    text-align: left;
}

.uni-post-1 .kc-list-item-4 .kc-post-header .post-title-alt a {
    text-align: left;
    display: block;
    color: #282828;
    font-size: 17px;
    text-align: left;
    text-transform: initial;
}

.uni-post-1 .kc-list-item-4 .kc-post-header .post-title-alt a:hover {
    color: #35d3b7;
}

.uni-post-1 .kc-list-item-4 .post-content {
    display: none;
}

.uni-post-1 .kc-list-item-4 .post-footer {
    border: 0;
    display: none;
}

.uni-post-1 .meta-title {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-top-color: #f9f9f9;
    padding: 20px 25px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.uni-post-1 .kc-list-item-4 .kc-post-header .post-title-alt {
    order: 1;
    margin: 0 0 10px;
}

.uni-post-1 .kc-list-item-4 .post-meta {
    order: 2;
    margin: 0;
    text-align: left;
}

.uni-post-1 .kc-list-item-4 .post-meta a {
    font-size: 14px;
    font-weight: 500;
    float: left;
    color: #777;
    text-transform: initial;
    font-family: 'Playfair Display', sans;
    font-style: italic;
}

.uni-post-1 .kc-list-item-4 .post-meta a:hover {
    color: #555;
    text-decoration: underline;
}

.v2_feature_section12 .btn-style3:hover {
    background: #666;
    color: #fff;
}

.uni-post-1 .kc-list-item-4 .kc-post-header .post-meta a.date-link:before {
    display: none;
}

.v2_feature_section12 .btn-style3:hover a {
    color: #fff;
}

.v2_feature_section12 .btn-style3:hover:before {
    border-top-color: #fff;
}

/* v2_feature_section13 */
.v2_feature_section13 .title-style1 {
    color: #fff;
}

.v2_feature_section13 .title-style1:before {
    background-image: url('../images/arow4.png');
}

.v2_feature_section13 .title-style1 p {
    color: #999;
}

.uni-pricing-1 {
    background: rgb(238, 238, 238);
}

.uni-pricing-1 .header-pricing .content-title {
    padding: 40px 0 20px;
    display: block;
    font-size: 30px;
    font-weight: 400;
    color: rgb(40, 40, 40);
    text-transform: initial;
}

.uni-pricing-1 .header-pricing .content-title .content-sub-title {
    color: #999;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.75em;
    letter-spacing: 0.05em;
}

.uni-pricing-1 .header-pricing .kc-pricing-price {
    margin-bottom: 50px;
}

.uni-pricing-1 .header-pricing .kc-pricing-price .content-currency, .uni-pricing-1 .header-pricing .kc-pricing-price .content-price {
    font-size: 44px;
    font-weight: 700;
    color: #282828;
    padding: 0;
}

.uni-pricing-1 .header-pricing .kc-pricing-price .content-duration {
    font-weight: 400;
    font-style: normal;
    clear: both;
    width: 100%;
    display: block;
    font-size: 14px;
}

.kc-pricing-layout-2 .content-desc li {
    padding: 0;
    line-height: 40px;
    color: #999;
    border: 1px solid #f8f9f0;
}

.uni-pricing-1 .content-desc li:first-child {
    margin-top: 40px;
    border-top: 0 !important;
}

.uni-pricing-1 .content-desc li:last-child {
    margin-bottom: 40px;
    border-bottom: 0 !important;
}

.uni-pricing-1 .content-desc, .uni-pricing-1 .content-desc li:nth-of-type(2n+1), .uni-pricing-1 .content-button {
    background: #fff;
}

.uni-pricing-1 .content-button a {
    color: #666;
    border: 2px solid #d2d2d2;
    font-weight: 500;
    padding: 10px 30px;
    background: transparent;
    margin: 0 0 48px;
}

.uni-pricing-1 .content-button a:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 5px;
    border: 3px solid transparent;
    border-bottom-color: #666;
    border-left-color: #666;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.uni-pricing-1 .content-button a:hover {
    background: #666;
    color: #fff;
    border-color: #282828;
}

.uni-pricing-1 .content-button a:hover:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.uni-pricing-1:hover, .uni-pricing-1.bestsell {
    background: #35d3b7;
}

.uni-pricing-1:hover .header-pricing .content-title, .uni-pricing-1:hover .header-pricing .content-title .content-sub-title, .uni-pricing-1:hover .header-pricing .kc-pricing-price .content-duration, .uni-pricing-1:hover .header-pricing .kc-pricing-price .content-price, .uni-pricing-1:hover .header-pricing .kc-pricing-price .content-currency, .uni-pricing-1.bestsell .header-pricing .content-title, .uni-pricing-1.bestsell .header-pricing .content-title .content-sub-title, .uni-pricing-1.bestsell .header-pricing .kc-pricing-price .content-duration, .uni-pricing-1.bestsell .header-pricing .kc-pricing-price .content-price, .uni-pricing-1.bestsell .header-pricing .kc-pricing-price .content-currency {
    color: #fff;
}

/* v2_feature_section14 */
.v2_feature_section14 {
    padding: 90px 0 130px;
}

/* v2_feature_newsletters */
.v2_feature_newsletters {
    background: #35d3b7;
    float: left;
    padding: 30px 0 20px;
    width: 100%;
}

.v2_feature_newsletters h2 {
    color: #fff;
    font-weight: 300;
    text-align: right;
}

.v2_feature_newsletters .one_half {
    float: left;
    text-align: left;
    width: 50%;
    margin-right: 0;
}

.v2_feature_newsletters .one_half.last {
    padding: 0 10px 0 27px;
}

.v2_feature_newsletters .one_half i, .v2_feature_newsletters .one_half i {
    color: #fff;
    font-size: 42px;
    float: left;
    padding-right: 20px;
    margin-top: -1px;
}

.v2_feature_newsletters .one_half h5 {
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 7px;
    letter-spacing: normal;
    clear: none;
    color: #fff;
}

.v2_feature_newsletters .one_half b {
    color: #fff;
    font-size: 12px;
    text-align: left;
    line-height: 25px;
    text-transform: none;
    display: block;
    font-weight: normal;
}

.v2_feature_newsletters .enter_email_input {
    float: left;
    padding: 3px 0px 4px 20px;
    height: 46px;
    width: calc(100% - 140px);
    background: #fff;
    border: none !important;
    color: #727272;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 500;
    margin-right: 0px;
}

.v2_feature_newsletters .enter_email_input:focus {
    background: #fbfbe3;
}

.v2_feature_newsletters .btn-submit {
    float: left;
    width: 135px;
    position: relative;
}

.v2_feature_newsletters .btn-submit:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 25px;
    top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.v2_feature_newsletters .input_submit {
    float: left;
    padding: 14px 34px 15px;
    background: #222222;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 0px;
}

.v2_feature_newsletters .input_submit:hover {
    background: #02826c;
}

.v2_feature_newsletters .btn-submit:hover .input_submit {
    color: #282828;
    cursor: pointer;
    background-color: #fff;
}

.v2_feature_newsletters .btn-submit:hover:before {
    border-top-color: #282828;
}

.v2_feature_newsletters.red {
    float: left;
    width: 100%;
    padding: 36px 0px 26px 0px;
    background: #ef4836;
}

.footer_v3 .faddress img {
    width: 50%;
    margin: 0 0 10px 0;
}
/* DEMO 5*/
.v5_feature_section2{
    padding: 120px 0 80px;
}
.v5_feature_section2 .content-text p{
    margin-bottom: 55px;
}
.v5_box_icon{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.v5_box_icon .kc-icon-wrapper{
    width: 42px;
}
.v5_box_icon .kc-icon-wrapper i{
    color: rgb(197,197,197);
    font-size: 25px;

}
.v5_box_icon .kc-title-wrap{
    float: left;
    width: calc(100% - 42px);
}
.v5_box_icon .kc_title{
    font-size: 17px;
    color: #282828;
    margin: 5px 0 12px;
}
.our_process{
    margin-bottom: 20px;
}
.our_process .content-icon i{
    width: 140px;
    height: 140px;
    line-height: 136px;
    border: 2px solid #ccc;
    color: #ccc;
    font-size: 50px;
    border-radius: 50%;
    position: relative;
    background: #fff;
}
.our_process .content-icon i:after{
    content: '';
    width: 200%;
    z-index: -1;
    top: 50%;
    left: 100%;
    position: absolute;
    border-bottom: 2px dashed #dadada;
}
.v5_feature_section3 .kc_column_inner:last-child .our_process .content-icon i:after{
    display: none;
}
.our_process .content-title{
    margin: 30px 0 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.our_process:hover .content-icon i{
    color: #fff;
    background: #3DCCC7;
    border-color: #3DCCC7;
    box-shadow: 0 0 0 6px #ededed;
}
.uni-post-2  .entry-thumb-link{
    float: left;
    width: 100%;
    overflow: hidden;
}
.uni-post-2 img{
    transition: all 0.3s ease 0s;
}
.uni-post-2 .kc-list-item-3 .entry-meta{
    margin-top: 23px;
}
.uni-post-2 .kc-list-item-3 .entry-meta a{
    color: #3DCCC7;
    font-size: 12px;
    text-transform: capitalize;
}
.uni-post-2 .kc-list-item-3 .entry-meta a:hover{
    text-decoration: underline;
}
.uni-post-2 .kc-list-item-3 .entry-meta .entry-date{
    border: 0;
    padding: 0;
}
.uni-post-2 .kc-list-item-3 .post-title-alt{
    margin: 0 0 16px;
    padding: 0;
}
.kc-blog-posts-3 .kc-list-item-3 .post-title-alt:before{
    display: none;
}

.services4_feature_section1 .kc-feature-boxes .content-icon i{
    background: #3dccc7;
    color: #fff;
    border: 2px solid #3dccc7;
}

.services4_feature_section1 .kc-feature-boxes:hover .content-icon i{
    background: #fff;
    color: #3dccc7;
}
.services2_feature_section2 .content-icon i{
    background: #3dccc7;
    border: 2px solid #3dccc7;
    color: #fff;
}
.services2_feature_section2{
    padding-bottom: 90px;
}
.services2_feature_section2  .kc-feature-boxes{
    margin-bottom: 30px;
}
.services2_feature_section2  .kc-feature-boxes:hover .content-icon i{
    background: #fff;
    color: #3dccc7;
}
.services2_feature_section3 .kc-cta-button a{
    background: #3dccc7;
    border: 2px solid #3dccc7;
    color: #fff;
}
.services2_feature_section3 .kc-cta-button a:hover{
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.services5_feature_section1 .kc-feature-boxes:hover .content-icon i{
    color: #3dccc7;
}
.services5_feature_section2 .kc-call-to-action .kc-cta-button a{
    background: #3DCCC7;
}
.uni-pricing-2:hover .header-pricing .kc-pricing-price span{
    color: #3dccc7;
}
.uni-pricing-2 .header-pricing .kc-pricing-price span{
    color: #282828;
}
.uni-pricing-2 .content-button a{
    background: #cecece;
    border: 2px solid #cecece;
}
.uni-pricing-2 .content-button a:hover{
    background: #3dccc7;
    border-color: #3dccc7;
}
.blog-stlye-2 .kc-list-item-3 .entry-meta a{
    color: #3dccc7;
}
/* shop */
.woocommerce .product-buttons-box {
    text-align: center;
}

.single-product .entry-summary h1 {
    font-size: 30px;
}

.master-slider-parent .btn-style2 {
    background: #fff;
    color: #282828;
    padding-bottom: 16px 56px 16px 48px!important;
}

.master-slider-parent .btn-style2:before {
    border-top-color: #282828;
    top: 25px;
    right: 45px;
}

.master-slider-parent .btn-style2:hover {
    background: #454545;
    color: #fff;
    border-color: #454545;
}

.master-slider-parent .btn-style2:hover:before {
    border-top-color: #fff;
}

.kc-team.style-2 .content-socials a {
    background: #fff;
    border: none;
    margin-left: 0px;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 32px;
    color: #aaa;
}

.kc-team.style-2 .content-socials a:hover {
    background: #282828;
    color: #fff;
}
/*=====================================
	DEMO 4
=======================================*/
.v4_feature_section2{
	padding: 120px 0 0;
}
.v4_feature_section3{
    padding: 120px 0;
}
.v4_box2 i{
    font-size: 30px;
    color: #ccc;
}
.v4_box2 .content-title{
    font-size: 17px;
    color: #282828;
    text-transform: capitalize;
    font-weight: 500;
}
.v4_feature_section4{
	padding: 110px 0 180px;
	text-align: center;
}
.v4_feature_section4 .kc_title{
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.v4_feature_section4 p{
	color: rgba(255,255,255,0.8);
	padding: 0 10%;
	margin: 5px 0 35px;
}
.v4_feature_section4 .v4_but1,
.v4_feature_section4 .v4_but2{
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 5px;
}
.v4_feature_section4 .v4_but1 .btn-style3{
	background: #35d3b7;
	color: #fff;
	border-color: #35d3b7;
}
.v4_feature_section4 .v4_but1 .btn-style3:after{
	border-bottom-color: #fff;
    border-left-color: #fff;
}
.v4_feature_section4 .v4_but1 .btn-style3:hover{
	color: #282828;
	background: #fff;
	border-color: #fff;
}
.v4_feature_section4 .v4_but1 .btn-style3:hover:after{
	border-bottom-color: #282828;
    border-left-color: #282828;
}
.v4_feature_section4 .v4_but2 .btn-style3{
	border-color: #fff;
	color: #fff;
}
.v4_feature_section4 .v4_but2 .btn-style3:hover{
	background: #35d3b7;
	color: #fff;
	border-color: #35d3b7;
}
.v4_feature_section4 .v4_but2 .btn-style3:after{
	border-bottom-color: #fff;
    border-left-color: #fff;
}
.v4_feature_section5{
	padding-bottom: 110px;
}
.v4_box{
	margin-top: -65px;
	background: #fff;
	text-align: left;
	padding: 40px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e4e4e4;
}
.v4_box .content-title{
	margin: 25px 0 18px;
	position: relative;
	z-index: 10;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
}
.v4_box .content-desc{
	position: relative;
	z-index: 10;
}
.v4_box .content-icon i{
	position: absolute;
	right: -30px;
	top: -25px;
	color: #eee;
	font-size: 150px;
	z-index: 1;
}
.v4_box:hover .content-icon i{
	color: #35d3b7;
}
.v4_feature_section8{
    padding-bottom: 90px;
}
.v4_feature_section8 .title-style1{
    color: #fff;
}
.v4_feature_section8 .title-style1:before{
    background: url(../images/arow21.png) no-repeat;
    background-size: 39px 19px;
}
.v4_feature_section8 .title-style1 p{
    color: rgba(255,255,255,0.7);
}
.v4_testimo{
    background: rgba(255,255,255,.35);
    padding: 23px 35px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.v4_testimo .content-image{
    width: 20%;
}
.v4_testimo .box-right{
    float: left;
    width: 80%;
}
.v4_testimo .content-desc{
    color: rgba(255,255,255,0.7);
    margin-bottom: 18px;
}
.v4_testimo .content-title{
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}
.v4_testimo .content-position{
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-family: 'playfair display';
    font-style: italic;
}
/*=====================================
	DEMO SHOP
=======================================*/
.shop_feature_section2 .kc-title-wrap,
.shop_feature_section4 .kc-title-wrap,
.shop_feature_section5 .kc-title-wrap {
	text-align: center;
}
.title-shop{
	font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #282828;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}
.title-shop:before{
	top: 50%;
	content: '';
	position: absolute;
	left: 0;
	margin-top: -2px;
	width: 50px;
	transform: translateX(-100%);
	background: #eee;
	height: 4px;
}
.title-shop:after{
	top: 50%;
	content: '';
	position: absolute;
	left: 100%;
	margin-top: -2px;
	width: 50px;
	background: #eee;
	height: 4px;
}
.shop_feature_section1{
	padding: 80px 0;
}
.shop_feature_section2{
	padding-bottom: 40px;	
}
.shop_feature_section2 .products{
	padding: 30px 0 40px;
}
.shop_feature_section2 .products > li{
	list-style: none;
}
.shop_feature_section3{
	padding: 90px 0;
	text-align: center;
}
.shop_feature_section3 .kc_title{
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.shop_feature_section3 p{
	color: rgba(255,255,255,0.8);
	margin: 10px 0 25px;
}
.shop_feature_section3 .btn-style3{
	float: none;
	display: inline-block;
}
.shop_feature_section4{
	padding: 100px 0 40px 0;
}
.shop_feature_section4 .products{
	padding: 30px 0 40px;
}
.shop_feature_section4 .products > li{
	list-style: none;
}
.shop_feature_section5 .uni-post-1{
	padding: 30px 0 40px;
}
.shop_feature_section5 .uni-post-1 .kc-list-item-4 .kc-post-header a:hover img{
	transform: scale(1.2);
}
.shop_feature_section7,
.shop_feature_section6{
	padding: 90px 0 60px;
}
/*=====================================
	Blog Style 1
=======================================*/
#main-pages {
    float: left;
    width: 100%;
    padding: 80px 0 140px 0;
}

#main-pages .content-left {
    padding-right: 0px;
    float: right;
}

.page_title_blog {
    padding: 80px 0;
    float: left;
    width: 100%;
    margin: 0;
    background: #eee url('../images/bcr.jpg') no-repeat top center;
    background-size: cover;
}
.page_title_blog h1{
	color: #282828;	
	font-weight: bold;
}
.page_title_blog .title {
    float: left;
    width: 100%;
    position: relative;
    padding: 26px 0;
    line-height: 1.1;
    text-align: center
}

.page_title_blog .title span {
    float: left;
    width: 100%;
    color: #282828;
    padding-top: 4px;
}

.page_title_blog .title h2 {
    color: #282828;
    font-weight: 400;
    font-size: 38px;
}

.content_right > div, .content_right > article {
    padding: 0 0 0 68px;
}

.content_left > div, .content_left > article {
    float: left;
    width: 100%;
    padding-right: 68px;
}

.main-content .kc_row > .kc_column {
    padding: 0;
}

.main-content .post {
    float: left;
    width: 100%;
    margin-bottom: 65px;
}

.main-content .post .entry-header {
    float: left;
    width: 100%;
}

.main-content .post .entry-content {
    float: left;
    width: 100%;
    position: relative;
}

.main-content .post .entry-content .box-date {
    width: 70px;
    left: 0;
    top: -62px;
    text-align: center;
    background: rgba(50, 50, 50, 0.7);
    position: absolute;
    padding-top: 10px;
}
.main-content .post .entry-content .box-date span {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}

.main-content .post .entry-content .box-date em {
    display: block;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    line-height: 28px;
    font-style: inherit;
}

.main-content .post .entry-content .title {
    float: left;
    width: 100%;
    margin: 48px 0 24px;
}

.main-content .post .entry-content .title h2 {
    margin-bottom: 0;
}

.main-content .post .entry-content .title h2 a {
    display: block;
    color: #282828;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

.main-content .post .entry-content .title h2 a:hover {
    color: #35d3b7;
}

.main-content .post .entry-content .title .post-meta {
    float: left;
    width: 100%;
    margin: 7px 0 0;
}

.main-content .post .entry-content .title .post-meta li {
    float: left;
    margin-right: 20px;
    font-weight: 400;
    color: #999;
    line-height: 26px;
    list-style: none;
    font-size: 14px;
    position: relative;
}

.main-content .post .entry-content .title .post-meta li:after {
    position: absolute;
    right: -12px;
    top: 50%;
    height: 10px;
    width: 1px;
    background: #ccc;
    content: "";
    transform: translateY(-50%);
}

.main-content .post .entry-content .title .post-meta li:last-child {
    margin-right: 0;
}

.main-content .post .entry-content .title .post-meta li:last-child:after {
    display: none;
}

.main-content .post .entry-content .title .post-meta li a {
    font-weight: 400;
    color: #35d3b7;
    text-transform: capitalize;
}

.main-content .post .entry-content .title .post-meta li a:hover {
    text-decoration: underline;
}

.main-content .post .entry-content .title .post-meta li.blog-post-share ul li a {
    color: #666;
}

.blog-post-share {
    position: relative;
}

.blog-post-share:hover ul {
    display: block;
}

.blog-post-share ul {
    margin: 0 !important;
    position: absolute;
    top: 99%;
    left: 0;
    min-width: 240px;
    display: none;
    padding: 0 !important;
    z-index: 100;
    background: #f1f1f1;
}

.blog-post-share ul:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f1f1f1;
    position: absolute;
    left: 12px;
    top: -5px;
}

.blog-post-share ul li {
    float: left;
    margin: 5px !important;
}

.blog-post-share ul li:first-child {
    margin-left: 0;
}

.blog-post-share ul li a {
    display: block;
    padding: 0;
    width: 37px !important;
    height: 37px;
    line-height: 35px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    color: #666;
    margin-bottom: 0 !important;
}

.blog-post-share ul li a:hover {
    color: #fff;
    border-color: #35d3b7;
    background: #35d3b7;
}

.blog-post-share ul li a:hover i {
    color: #fff;
}

.blog-post-share ul li a i {
    line-height: 33px;
    font-size: 14px;
    vertical-align: 0;
}

.main-content .post .entry-content .desc {
    float: left;
    width: 100%;
    position: relative;
}

.main-content .post .entry-content .desc blockquote {
    margin: 43px 0 53px;
}

.main-content .post .entry-content .desc blockquote p {
    padding-left: 0;
}

#sidebar {
    float: left;
    width: 100%;
    position: relative;
}

.left_sidebar #sidebar:before {
    right: -30px;
    left: auto;
}

#sidebar:before {
    position: absolute;
    content: '';
    background: #eee;
    width: 1px;
    height: 100%;
    top: 0;
    left: -30px;
}

#sidebar .widget {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

#sidebar .widget .title-widget {
    float: left;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 27px;
    text-transform: uppercase;
}

#sidebar .widget ul {
    float: left;
    width: 100%;
}

#sidebar .widget ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
}

#sidebar .widget ul li:first-child {
    padding-top: 0;
}

#sidebar .widget ul li a {
    float: left;
    font-weight: 400;
    color: #282828;
}

#sidebar .widget ul li a:hover {
    color: #35d3b7;
}

#sidebar .widget input[type="text"] {
    border: 1px solid #ddd;
    padding: 10px 20px;
    float: left;
    width: 100%;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

#sidebar .widget.widget_search form {
    float: left;
    width: 100%;
    position: relative;
}

#sidebar .widget.widget_search form button {
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 0;
}

#sidebar .widget.widget_search form button:before {
    content: "\e090";
    position: absolute;
    font-family: "simple-line-icons";
    font-size: 20px;
    color: #35d3b7;
    right: 20px;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

#sidebar .widget.widget_categories ul {
    float: left;
    width: 100%;
}

#sidebar .widget.widget_categories ul li {
    float: left;
    width: 100%;
    font-weight: 400;
    color: #35d3b7;
    text-align: right;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

#sidebar .widget.widget_categories ul li:first-child {
    padding-top: 0;
}

#sidebar .widget.widget_categories ul li a {
    float: left;
    font-weight: 500;
    color: #282828;
}

#sidebar .widget.widget_categories ul li a:hover {
    color: #35d3b7;
}

#sidebar .widget.widget_recent_posts {
    margin-bottom: 82px;
}

#sidebar .widget.widget_recent_posts ul {
    float: left;
    width: 100%;
}

#sidebar .widget.widget_recent_posts ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 32px 0 15px;
}

#sidebar .widget.widget_recent_posts ul li:first-child {
    padding-top: 16px;
}

#sidebar .widget.widget_recent_posts ul li figure {
    float: left;
    margin-right: 23px;
}

#sidebar .widget.widget_recent_posts ul li .title {
    overflow: hidden;
}

#sidebar .widget.widget_recent_posts ul li .title h4 a {
    font-size: 13px;
}

#sidebar .widget.widget_recent_posts ul li .title h4 a:hover {
    color: #35d3b7;
}

#sidebar .widget.widget_recent_posts ul li .title .post-meta {
    margin-top: 8px;
    border: none;
}

#sidebar .widget.widget_recent_posts ul li .title .post-meta li {
    border: 0;
    padding: 0;
    width: auto;
    margin-right: 18px;
}

#sidebar .widget.widget_recent_posts ul li .title .post-meta li a {
    color: #35d3b7;
    font-weight: 500;
    font-size: 12px;
    float: left;
    font-family: 'Playfair Display', sans;
    font-style: italic;
}

#sidebar .widget.widget_recent_posts ul li .title .post-meta li i {
    color: #aaa;
    float: left;
    line-height: 20px;
    padding-right: 8px;
}

#sidebar .widget.widget_newsletter {
    background: #35d3b7;
    padding: 43px 26px 45px;
}

#sidebar .widget.widget_newsletter .title-widget {
    color: #fff;
    padding-left: 34px;
    margin-bottom: 19px;
}

#sidebar .widget.widget_newsletter .title-widget:before {
    background: #fff;
    left: 4px;
}

#sidebar .widget.widget_newsletter p {
    float: left;
    width: 100%;
    color: #fff;
    padding: 0 6px;
    line-height: 22px;
    margin-bottom: 27px;
}

#sidebar .widget.widget_newsletter input[type="text"] {
    background: #fff;
    float: left;
    width: 100%;
    color: 666;
    font-style: italic;
    text-align: center;
    border: none;
    margin-bottom: 12px;
    padding: 14.5px 25px;
}

#sidebar .widget.widget_newsletter .bnt-sub {
    float: left;
    width: 100%;
    position: relative;
}

#sidebar .widget.widget_newsletter .bnt-sub:before {
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 50%;
    top: 18px;
    width: 0;
    -webkit-transform: translate(43px,0) rotate(-90deg);
    -moz-transform: translate(43px,0) rotate(-90deg);
    -ms-transform: translate(43px,0) rotate(-90deg);
    -o-transform: translate(43px,0) rotate(-90deg);
    transform: translate(43px,0) rotate(-90deg);
}

#sidebar .widget.widget_newsletter .bnt-sub input {
    float: left;
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    padding: 10px 40px 10px 30px;
    text-transform: uppercase;
    font-size: 12px;
}

#sidebar .widget.widget_newsletter .bnt-sub:hover:before {
    border-top-color: #344147;
}

#sidebar .widget.widget_newsletter .bnt-sub:hover input {
    border-color: #344147;
    color: #344147;
}

#sidebar .widget.widget_about_me .desc p {
    margin-bottom: 0;
}

#sidebar .widget.widget_tag_cloud a, #sidebar .widget.widget_product_tag_cloud a {
    padding: 5px 12px;
    float: left;
    margin: 0 10px 10px 0px;
    font-size: 10px !important;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    background: #344147;
    border: 1px solid #344147;
    color: #fff;
}

#sidebar .widget.widget_tag_cloud a:hover, #sidebar .widget.widget_product_tag_cloud a:hover {
    border: 1px solid #ddd;
    background: transparent;
    color: #666;
}

#sidebar .widget.widget:last-child {
    margin-bottom: 8px;
}

.pagination {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    padding-left: 98px;
}

.pagination ul {
    float: left;
}

.pagination ul li {
    float: left;
    margin: 0 10px 0 0;
}

.pagination ul li span, .pagination ul li a {
    display: block;
    width: 42px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e4e4e4;
    position: relative;
    border-radius: 2px;
    cursor: pointer;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #737373;
}

.pagination ul li span:hover, .pagination ul li a:hover, .pagination ul li .page-numbers.current {
    background: #35d3b7;
    color: #fff;
    border-color: #35d3b7;
}

.pagination ul li span:hover:before, .pagination ul li a:hover:before, .pagination ul li .page-numbers.current:before {
    display: none;
}

/*=====================================
	Blog Style 2
=======================================*/
.main-content.masonry-layout {
    padding: 0;
}

.masonry-layout .grid-item, .masonry-layout .grid-sizer {
    width: 33.333333333333%;
    float: left;
    padding: 0 15px;
}

.cbp-l-grid-masonry-posts .cbp-item {
    margin: 0 0 72px;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content {
    padding: 0;
}

.cbp-l-grid-masonry-posts .cbp-item .cbp-l-grid-masonry-projects-desc {
    font-family: inherit;
    text-align: left;
    overflow: inherit;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .title {
    margin: 17px 0 12px;
    padding: 0;
    float: left;
    width: 100%;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .title h2 {
    float: left;
    width: 100%;
    line-height: 26px;
    margin: 12px 0 0 0;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .title .post-meta {
    margin: 0;
    list-style: none;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .title .post-meta.top {
    float: left;
    width: 100%;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .title .post-meta li {
    float: left;
    line-height: 26px;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
    font-family: 'Playfair Display', sans;
    font-style: italic;
    width: auto;
    color: #999;
}

.cbp-l-grid-masonry-posts .cbp-item img {
    border-radius: 3px;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .title .post-meta li a {
    color: #35d3b7;
    font-family: 'Playfair Display', sans;
    font-style: italic;
}
.cbp-l-grid-masonry-posts .cbp-item .entry-content .title .post-meta li a:hover {
	text-decoration: underline;	
}
.cbp-l-grid-masonry-posts .cbp-item .entry-content .title h2 a {
    font-size: 17px;
    color: #282828;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 500;
    line-height: 26px;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .title h2 a:hover {
    color: #35d3b7;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .desc:before {
    display: none;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom {
    float: right;
    margin: 0;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li {
    float: left;
    margin-right: 22px;
    font-weight: 500;
    color: #999;
    font-style: italic;
    list-style: none;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Playfair Display', sans;
    font-style: italic;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li a {
    color: #35d3b7;
    font-family: 'Playfair Display', sans;
    font-style: italic;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li:last-child {
    margin-right: 0;
    color: #35d3b7;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li.blog-post-share {
    position: relative;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li.blog-post-share:hover ul {
    display: block;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li.blog-post-share ul {
    margin: 0;
    position: absolute;
    top: -47px;
    right: 0;
    left: auto;
    min-width: 240px;
    display: none;
    padding: 0;
    z-index: 100;
    background: #f1f1f1;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li.blog-post-share ul:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 6px solid #f1f1f1;
    position: absolute;
    right: 12px;
    bottom: -12px;
    top: auto;
    left: auto;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li.blog-post-share ul li {
    float: left;
    margin: 5px !important;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li.blog-post-share ul li:first-child {
    margin-left: 0;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li.blog-post-share ul li a {
    display: block;
    padding: 0;
    width: 37px;
    height: 37px;
    line-height: 35px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    color: #666;
    margin-bottom: 0;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li.blog-post-share ul li a:hover {
    color: #fff;
    border-color: #35d3b7;
    background: #35d3b7;
}

.cbp-l-grid-masonry-posts .cbp-item .entry-content .post-meta.bottom li.blog-post-share ul li a i {
    line-height: 33px;
    font-size: 14px;
    vertical-align: 0;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
    line-height: 44px !important;
    border: 2px solid #282828 !important;
    color: #282828 !important;
    font-family: inherit !important;
    font-weight: 600 !important;
    position: relative;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:after {
    content: '';
    width: 0;
    height: 0;
    border: 3px solid transparent;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    border-left-color: #35d3b7;
    border-bottom-color: #35d3b7;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover {
    border-color: #35d3b7 !important;
    color: #35d3b7 !important;
    background: #fff;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:before {
    display: none;
}

.btn-readmore {
    float: left;
    width: 100%;
    text-align: center;
}

.btn-readmore a {
    display: inline-block;
    float: none;
}

.btn-readmore a:hover {
    border-color: #35d3b7;
    color: #35d3b7;
}


/*=====================================
	Blog Time Line
=======================================*/
.blog-timeline{
    padding-top: 90px;
}
.blog-timeline .cd-timeline-block .cd-timeline-img {
    margin-top: 0;
}

.blog-timeline .cd-timeline-block .cd-timeline-content {
    background: #F3F3F3;
}

.blog-timeline .cd-timeline-block .cd-timeline-content .desc p {
    margin: 0px;
}

.blog-timeline .cd-timeline-block .cd-timeline-content > a {
    border-radius: 0;
    text-transform: uppercase;
}

.blog-timeline .cd-timeline-block .cd-timeline-content > a:after {
    content: '';
    width: 0;
    height: 0;
    border: 3px solid transparent;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.blog-timeline .cd-timeline-block .cd-timeline-content .title h2 a {
    color: #282828;
    font-weight: 500;
    line-height: 32px;
    text-transform: inherit;
}
.blog-timeline .cd-timeline-block .cd-timeline-content a:hover {
	text-decoration: underline;	
}
.blog-timeline .cd-timeline-block .cd-timeline-content .post-meta {
    padding: 5px 0 10px;
    float: left;
    width: 100%;
}

.blog-timeline .cd-timeline-block .cd-timeline-content .post-meta li.blog-post-share ul {
    background: #fff;
}

.blog-timeline .cd-timeline-block .cd-timeline-content .post-meta li.blog-post-share ul:after {
    border-bottom-color: #fff;
}

.blog-timeline .cd-timeline-block .cd-timeline-content .post-meta li.blog-post-share ul li a {
    color: #666;
}

.blog-timeline .cd-timeline-block .cd-timeline-content .post-meta li.blog-post-share ul li a:hover i {
    color: #fff;
}

.blog-timeline .cd-timeline-block .cd-timeline-content .post-meta li {
    float: left;
    margin-right: 14px;
    font-style: italic;
    font-weight: 500;
    color: #999;
    font-family: 'Playfair Display', sans;
    font-size: 14px;
}

.blog-timeline .cd-timeline-block .cd-timeline-content .post-meta li a {
    color: #35d3b7;
    font-style: italic;
}

.blog-timeline .btn-style3 {
    background: #fff;
}

.blog-timeline .btn-style3:hover:after{
	border-bottom-color: #35d3b7;
    border-left-color: #35d3b7;
}

.blog-timeline .cd-timeline-content .cd-date strong:after {
    left: -16px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(47, 146, 238, 0);
    border-right-color: #35d3b7;
    border-width: 8px;
    margin-top: -8px;
}

.blog-timeline .cd-timeline-content .cd-date b:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(47, 146, 238, 0);
    border-left-color: #35d3b7;
    border-width: 8px;
    margin-top: -8px;
}

.cd-timeline-block .cd-timeline-img {
    margin-top: 0;
}

.cd-timeline-block .cd-timeline-content {
    background: #fff;
}

.cd-timeline-block .cd-timeline-content > a {
    border-radius: 0;
    text-transform: uppercase;
}

.cd-timeline-block .cd-timeline-content > a:after {
    content: '';
    width: 0;
    height: 0;
    border: 3px solid transparent;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.cd-timeline-block .cd-timeline-content .title h2 a {
    color: #282828;
    font-weight: bold;
    text-transform: uppercase;
}

.cd-timeline-block .cd-timeline-content .post-meta {
    padding: 5px 0 10px;
    float: left;
    width: 100%;
}

.cd-timeline-block .cd-timeline-content .post-meta li.blog-post-share ul {
    background: #fff;
}

.cd-timeline-block .cd-timeline-content .post-meta li.blog-post-share ul:after {
    border-bottom-color: #fff;
}

.cd-timeline-block .cd-timeline-content .post-meta li.blog-post-share ul li a {
    color: #666;
}

.cd-timeline-block .cd-timeline-content .post-meta li.blog-post-share ul li a:hover i {
    color: #fff;
}

.cd-timeline-block .cd-timeline-content .post-meta li {
    float: left;
    margin-right: 22px;
    font-style: italic;
    font-weight: 300;
    list-style: none;
}

.cd-timeline-block .cd-timeline-content .post-meta li a {
    color: #35d3b7;
}

/*=====================================
	Post
=======================================*/
.single-post .post {
    margin-bottom: 50px;
}

.single-post .post .title h2 {
    font-size: 24px;
    color: #282828;
}

.single-post .post .post-meta {
    list-style: armenian;
    margin: 7px 0 0;
    padding: 0;
    border: none;
}

.single-post .post .post-meta li {
    list-style: none;
    line-height: 26px;
}

.single-post .post .post-meta li a {
}

.single-post .post .post-meta .single-post-share {
    position: relative;
}

.single-post .post .post-meta .single-post-share:hover ul {
    display: block;
}

.single-post .post .post-meta .single-post-share ul {
    margin: 0;
    position: absolute;
    top: 99%;
    left: 0;
    min-width: 240px;
    display: none;
    padding: 0;
    z-index: 100;
    background: #f1f1f1;
}

.single-post .post .post-meta .single-post-share ul:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f1f1f1;
    position: absolute;
    left: 12px;
    top: -5px;
}

.single-post .post .post-meta .single-post-share ul li {
    float: left;
    margin: 5px !important;
}

.single-post .post .post-meta .single-post-share ul li:first-child {
    margin-left: 0;
}

.single-post .post .post-meta .single-post-share ul li a {
    display: block;
    padding: 0;
    width: 37px;
    height: 37px;
    line-height: 35px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    color: #666;
    margin-bottom: 0;
}

.single-post .post .post-meta .single-post-share ul li a i {
    color: #666;
}

.single-post .post .post-meta .single-post-share ul li a:hover {
    color: #fff;
    border-color: #35d3b7;
    background: #35d3b7;
}

.single-post .post .post-meta .single-post-share ul li a:hover i {
    color: #fff;
}

.single-post .post .post-meta .single-post-share ul li a i {
    line-height: 33px;
    font-size: 14px;
    vertical-align: 0;
}

.small-posts-pages .post {
    width: 48%;
    margin-right: 4%;
}

.small-posts-pages .post:nth-of-type(2n) {
    margin-right: 0;
    clear: none;
}

.post .post-tag {
    float: left;
    width: 100%;
    margin-top: 36px;
}

.post .post-tag h4 {
    float: left;
    color: #344147;
    font-weight: 800;
    font-size: 16px;
    padding-left: 31px;
    position: relative;
    line-height: 24px;
    margin: 0 19px 0 0;
}

.post .post-tag h4:before {
    content: '';
    position: absolute;
    background: #ccc;
    width: 20px;
    height: 2px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.post .post-tag a {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    position: relative;
    width: auto;
    margin: 0 14px 0 0;
    line-height: 24px;
}

.post .post-tag a:before {
    background: #35d3b7;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
}

.post .post-tag a:hover {
    color: #35d3b7;
}

.post .post-tag a:hover:before {
    width: 100%;
}

.post .entry-content .desc h4 {
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

#nav-single > span > a {
    padding: 10px 18px;
    text-transform: uppercase;
    color: #666;
    font-weight: 500;
}

#nav-single > span > a:hover {
    color: #282828;
}

#nav-single .nav-previous a {
    padding-left: 0;
}

#nav-single .nav-next a {
    padding-right: 0;
}

.about-author {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 52px 40px 56px;
    margin-bottom: 30px;
}

.about-author .author-name {
    float: left;
    width: 100%;
    position: relative;
    font-weight: 700;
    color: #282828;
    font-size: 16px;
    padding-left: 38px;
    margin-bottom: 27px;
}

.about-author .author-name:before {
    content: '';
    position: absolute;
    background: #ccc;
    width: 20px;
    height: 2px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.about-author figure {
    float: left;
    margin-right: 30px;
}

.about-author .author-content {
    display: block;
}

.about-author .author-content p {
    margin-bottom: 25px;
}

.about-author .social {
    float: right;
}

.about-author .social li {
    float: left;
    margin-right: 22px;
}

.about-author .social li a {
    display: block;
    color: #8a8a8a;
    font-size: 16px;
}

.about-author .social li a:hover {
    color: #35d3b7;
}

#related_posts h5 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
    color: #282828;
    font-weight: 500;
}

#related_posts .recent_posts_list a {
    margin-bottom: 13px;
}

#related_posts .recent_posts_list a.relate-link {
    margin-bottom: 0;
    color: #282828;
    font-weight: 500;
    text-transform: initial;
}

#related_posts .recent_posts_list a.relate-link:hover {
    color: #35d3b7;
}

#related_posts .recent_posts_list li i {
    font-size: 14px;
    font-style: italic;
    color: #888;
    font-family: 'Playfair Display', sans;
    font-weight: 500;
}

#comments {
    float: left;
    width: 100%;
}

.commentlist {
    float: left;
    width: 100%;
    margin-bottom: 50px !important;
    padding: 0;
}

#comments .title-comment {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    padding: 0;
    color: #282828;
}

.comment-respond {
    float: left;
    width: 100%;
}

#comments .comment-block {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 50px 0 15px;
}

#comments .comment-block .avtar-author {
    float: left;
    margin-right: 15px;
}

#comments .comment-block .avtar-author img {
    border-radius: 50%;
}

#comments .comment-block .comment-content {
    overflow: hidden;
    padding-left: 35px;
}

#comments .comment-block .comment-content .comment-header {
    float: left;
    width: 100%;
    position: relative;
    margin: 11px 0 13px;
}

#comments .comment-block .comment-content .comment-header h4 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #282828;
    text-transform: capitalize;
    position: relative;
}

#comments .comment-block .comment-content .comment-header h4:before {
    position: absolute;
    content: '';
    background: #ccc;
    width: 20px;
    height: 2px;
    left: -35px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

#comments .comment-block .comment-content .comment-header em {
    float: left;
    width: 100%;
	font-family: 'Playfair Display', sans;
    font-weight: 500;
}

#cancel-comment-reply-link {
    float: right;
    position: relative;
    background: #344147;
    color: #282828;
    padding: 6px 20px;
    text-transform: uppercase;
    border: 2px solid #666;
    background: transparent;
    font-size: 12px;
}

#cancel-comment-reply-link:after {
	content: '';
	display: inline-block;
	margin-left: 4px;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-top: 6px solid #35d3b7;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#cancel-comment-reply-link:hover {
    color: #35d3b7;
    border-color: #35d3b7;
}

#comments .comment-block .comment-content .comment-header .comment-link {
    position: absolute;
    top: -8px;
    right: 0;
}

#comments .comment-block .comment-content .comment-header .comment-link a {
    margin-left: 5px;
    float: left;
    position: relative;
    background: #344147;
    color: #282828;
    padding: 4px 20px;
    text-transform: uppercase;
    border: 2px solid #666;
    background: transparent;
    font-size: 12px;
}

#comments .comment-block .comment-content .comment-header .comment-link a:after {
    content: '';
    width: 0;
    display: inline-block;
    height: 0;
    border-right: 6px solid transparent;
    border-top: 6px solid #35d3b7;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-left: 4px;
}

#comments .comment-block .comment-content .comment-header .comment-link a:hover {
    color: #35d3b7;
    border-color: #35d3b7;
}

#comments .comment-block .comment-content p {
    float: left;
    width: 100%;
}

#comments ul.children {
    float: left;
    width: 100%;
    padding-left: 50px;
    border-bottom: 1px solid #eee;
    margin: 0 !important;
}

#comments ul.children .comment-block {
    border: 0;
}

.comment-form {
    float: left;
    width: 100%;
}

#comments .comment-reply-title {
    float: left;
    width: 100%;
    font-size: 24px !important;
    font-weight: 500;
    margin-bottom: 30px;
    color: #282828;
}

#comments .logged-in-as {
    margin-bottom: 20px !important;
}

#comments .logged-in-as a {
    color: #35d3b7;
}

#comments .comment-form {
    float: left;
    width: 100%;
}

#comments .comment-form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#comments .comment-form .form-group input, #comments .comment-form .form-group textarea {
    padding: 14px 30px;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    background: transparent;
    border-radius: 0;
    height: auto;
}

#comments .comment-form .form-group input::-webkit-input-placeholder {
    color: #282828;
    opacity: 1;
}

#comments .comment-form .form-group input:-moz-placeholder {
    color: #282828;
    opacity: 1;
}

#comments .comment-form .form-group input::-moz-placeholder {
    color: #282828;
    opacity: 1;
}

#comments .comment-form .form-group input:-ms-input-placeholder {
    color: #282828;
    opacity: 1;
}

#comments .comment-form .form-group.w2 {
    width: 48.5%;
    margin-right: 3%;
}

#comments .comment-form .form-group.w2.last {
    margin-right: 0;
}

#comments .comment-form .form-submit {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: auto !important;
}

#comments .comment-form .form-submit:hover input[type='submit'] {
    background: transparent;
    color: #35d3b7;
    border-color: #35d3b7;
}

#comments .comment-form .form-submit:hover:before {
    border-top-color: #35d3b7;
}

#comments .comment-form .form-submit:before {
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: 28px;
    top: 19px;
    transform: rotate(-90deg);
    transition: all 0.3s ease 0s;
    width: 0;
}

#comments .comment-form .form-submit input[type='submit'] {
    float: left;
    width: auto;
    background: #35d3b7;
    border: 2px solid transparent;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 7px 44px 7px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0;
}

/* Category serch author ... */
.main-pages .row {
    margin-top: 0;
}

.main-content > .post {
    border-bottom: 1px solid #eee;
    padding-bottom: 45px !important;
}
.main-content > .post.sticky{
    border: 1px solid #f39e73;
    box-shadow: none;
    background: rgba(255, 0, 0, 0.03);
}
.main-content > .post:last-child {
    margin-bottom: 20px;
}

.author-posts-pages .page-title {
    font-size: 27px;
    margin-bottom: 20px;
}

.author-posts-pages .page-title a {
    color: #35d3b7;
}

.author-posts-pages .about-author {
    margin-bottom: 60px;
}

.search-posts-pages .main-content form input[type="text"] {
    border: 1px solid #ddd;
    padding: 14px 25px;
    float: left;
    width: 100%;
    font-style: italic;
    color: #666;
    height: auto;
}

.search-posts-pages .main-content form {
    float: left;
    width: 250px;
    position: relative;
}

.search-posts-pages .main-content form button {
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 0;
}

.search-posts-pages .main-content form button:before {
    content: '\e6a4';
    position: absolute;
    font-family: "Stroke-Gap-Icons";
    font-size: 20px;
    color: #35d3b7;
    right: 20px;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

/*=====================================
	404
=======================================*/
.error-404 {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    text-align: center;
}

.error-404 .content {
    float: left;
    width: 100%;
    background: #344147;
    text-align: center;
    padding: 94px 0 102px;
    position: relative;
}

.error-404 .content .title-style1 {
    padding: 37px 0 53px;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}

.error-404 .content .title-style1:before {
    content: url("../images/arow3.png");
    bottom: 0;
}

.error-404 .content .img-top-right {
    position: absolute;
    top: 58px;
    right: 17px;
}

.error-404 .content .img-bot-right {
    position: absolute;
    right: 56px;
    bottom: -60px;
}

.error-404 .content .img-lef-center {
    position: absolute;
    top: 50%;
    left: -35px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.error-404 .desc {
    float: left;
    width: 100%;
    padding: 119px 0 45px;
}
.error-404 .desc h1{
	font-size: 120px;
	font-weight: 500;		
}
.error-404 .desc span {
    float: left;
    width: 100%;
    font-size: 18px;
}

.error-404 .desc span em {
    font-weight: 400;
    font-style: normal;
    color: #35d3b7;
    padding-left: 3px;
}

.error-404 .btn-style3 {
    float: none;
    display: inline-block;
}

.error-404 .btn-style3:hover {
    color: #35d3b7;
    border-color: #35d3b7;
}

/*=====================================
	Our Team Single
=======================================*/
#main-pages .kc-teams .entry-content {
    float: left;
    width: 100%;
    position: relative;
}

#main-pages .kc-teams .entry-content .box-date {
    position: absolute;
    width: 70px;
    height: 86px;
    background: #344147;
    left: 0;
    top: -15px;
    text-align: center;
    padding-top: 18px;
}

#main-pages .kc-teams .entry-content .box-date:before {
    position: absolute;
    content: '';
    background: #344147;
    left: 0;
    top: -4px;
    width: 15px;
    height: 6px;
}

#main-pages .kc-teams .entry-content .box-date:after {
    position: absolute;
    content: '';
    background: #344147;
    right: 0;
    top: -4px;
    width: 15px;
    height: 6px;
}

#main-pages .kc-teams .entry-content .box-date span {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}

#main-pages .kc-teams .entry-content .box-date em {
    display: block;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    line-height: 28px;
}

#main-pages .kc-teams .entry-content .title {
    float: left;
    width: 100%;
    margin: 48px 0 24px;
    padding-left: 98px;
}

#main-pages .kc-teams .entry-content .title h2 {
    margin-bottom: 0;
}

#main-pages .kc-teams .entry-content .title h2 a {
    display: block;
    font-weight: 700;
    color: #282828;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 26px;
}

#main-pages .kc-teams .entry-content .title h2 a:hover {
    color: #35d3b7;
}

#main-pages .kc-teams .entry-content .title .post-meta {
    float: left;
    width: 100%;
    margin: 7px 0 0;
}

#main-pages .kc-teams .entry-content .title .post-meta li {
    float: left;
    margin-right: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 26px;
    list-style: none;
    font-size: 14px;
}

#main-pages .kc-teams .entry-content .title .post-meta li:last-child {
    margin-right: 0;
}

#main-pages .kc-teams .entry-content .title .post-meta li a {
    font-weight: 300;
    font-style: italic;
    color: #35d3b7;
}

#main-pages .kc-teams .entry-content .desc {
    float: left;
    width: 100%;
    position: relative;
}

#main-pages .kc-teams .entry-content .desc:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: #ccc;
    left: 0;
    top: 11px;
}

#main-pages .kc-teams .entry-content .desc p {
    float: left;
    width: 100%;
    padding-left: 98px;
    margin-bottom: 20px;
}

#main-pages .kc-teams .post-meta {
    list-style: armenian;
    margin: 7px 0 0;
    padding: 0;
    border: none;
}

#main-pages .kc-teams .post-meta li {
    list-style: none;
    line-height: 26px;
}

#main-pages .kc-teams .post-meta li a {
}

#main-pages .kc-teams .post-meta .single-post-share {
    position: relative;
}

#main-pages .kc-teams .post-meta .single-post-share:hover ul {
    display: block;
}

#main-pages .kc-teams .post-meta .single-post-share ul {
    margin: 0;
    position: absolute;
    top: 99%;
    left: 0;
    min-width: 240px;
    display: none;
    padding: 0;
    z-index: 100;
    background: #f1f1f1;
}

#main-pages .kc-teams .post-meta .single-post-share ul:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f1f1f1;
    position: absolute;
    left: 12px;
    top: -5px;
}

#main-pages .kc-teams .post-meta .single-post-share ul li {
    float: left;
    margin: 5px !important;
}

#main-pages .kc-teams .post-meta .single-post-share ul li:first-child {
    margin-left: 0;
}

#main-pages .kc-teams .post-meta .single-post-share ul li a {
    display: block;
    padding: 0;
    width: 37px;
    height: 37px;
    line-height: 35px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    color: #666;
    margin-bottom: 0;
}

#main-pages .kc-teams .post-meta .single-post-share ul li a i {
    color: #666;
}

#main-pages .kc-teams .post-meta .single-post-share ul li a:hover {
    color: #fff;
    border-color: #35d3b7;
    background: #35d3b7;
}

#main-pages .kc-teams .post-meta .single-post-share ul li a:hover i {
    color: #fff;
}

#main-pages .kc-teams .post-meta .single-post-share ul li a i {
    line-height: 33px;
    font-size: 14px;
    vertical-align: 0;
}

.sharepost h4 {
    margin-bottom: 10px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

/*=====================================
	Our Work Single
=======================================*/
.work-single {
    float: left;
    width: 100%;
}

.work-single #portfolio-large-preview {
    float: left;
    width: 100%;
    position: relative;
}

.work-single #portfolio-large-preview .sk-search {
    position: absolute;
    right: 37px;
    bottom: 30px;
    height: 60px;
    width: 60px;
    background: #35d3b7;
    color: #fff;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid transparent;
}

.work-single #portfolio-large-preview .sk-search:hover {
    color: #35d3b7;
    border-color: #35d3b7;
    background: transparent;
}

.work-single .work-content {
    float: left;
    width: 100%;
    margin-bottom: 120px;
}

.work-single .work-content .work-content-left {
    float: left;
    width: 100%;
    padding-left: 38px;
}

.work-single .work-content .work-content-left .title {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    margin: 62px 0 28px;
    color: #282828;
}

.work-single .work-content .work-content-left .title:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #ccc;
    left: -38px;
    top: 12px;
}

.work-single .work-content .work-content-left p {
    margin-bottom: 28px;
}

.work-single .work-content .work-content-left .btn-style3 {
    margin-top: 5px;
    padding: 7px 26px;
}

.work-single .work-content .work-content-left .btn-style3:hover {
    /* color: #35d3b7 */
}

.work-single .work-content .work-content-right {
    float: left;
    width: 100%;
    padding-left: 38px;
}

.work-single .work-content .work-content-right .title {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    margin: 62px 0 28px;
    color: #282828;
}

.work-single .work-content .work-content-right .title:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #ccc;
    left: -38px;
    top: 12px;
}

.work-single .work-content .work-content-right ul {
    float: left;
    width: 100%;
}

.work-single .work-content .work-content-right ul li {
    float: left;
    width: 100%;
    padding: 10px 31px;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #eee;
}

.work-single .work-content .work-content-right ul li:before {
    position: absolute;
    left: 3px;
    top: 12px;
    font-family: "Stroke-Gap-Icons";
    font-size: 14px;
    color: #666;
}

.work-single .work-content .work-content-right ul li:first-child {
    padding-top: 0;
}

.work-single .work-content .work-content-right ul li:first-child:before {
    top: 3px;
    content: "\e69c";
}

.work-single .work-content .work-content-right ul li:nth-of-type(2):before {
    content: "\e6c7";
}

.work-single .work-content .work-content-right ul li:nth-of-type(3):before {
    content: "\e6b9";
}

.work-single .work-content .work-content-right ul li:nth-of-type(4):before {
    content: "\e655";
}

.work-single .work-content .work-content-right ul li:nth-of-type(5):before {
    content: "\e662";
}

.work-single .work-content .work-content-right ul li h4 {
    float: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

.work-single .work-content .work-content-right ul li .social {
    float: right;
    width: auto;
}

.work-single .work-content .work-content-right ul li .social li {
    float: left;
    width: auto;
    padding: 0 9px;
    border: 0;
}

.work-single .work-content .work-content-right ul li .social li:last-child {
    padding-right: 0;
}

.work-single .work-content .work-content-right ul li .social li:before {
    display: none;
}

.work-single .work-content .work-content-right ul li .social li a {
    color: #7e848e;
}

.work-single .work-content .work-content-right ul li .social li a:hover {
    color: #35d3b7;
}

.related-project {
    float: left;
    width: 100%;
    padding-bottom: 70px;
    background: #344147;
}

.related-project h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    padding: 64px 0 45px;
    text-align: center;
}

.related-project .related-project-item {
    float: left;
    width: 25%;
    position: relative;
}

.related-project .related-project-item:hover .overlay {
    opacity: 1;
    visibility: visible !important;
}

.related-project .related-project-item:hover .overlay .overlay-content h3, .related-project .related-project-item:hover .overlay .overlay-content span, .related-project .related-project-item:hover .overlay .overlay-content a {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}

.related-project .related-project-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    visibility: hidden;
    border: 5px solid rgba(223, 223, 223, 0.25);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.related-project .related-project-item .overlay .overlay-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center;
}

.related-project .related-project-item .overlay .overlay-content a {
    display: inline-block;
    color: #282828;
    font-size: 20px;
    -moz-transition: 0.4s ease 0s;
    -webkit-transition: 0.4s ease 0s;
    -o-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    -webkit-transform: translate(0,-40px);
    -moz-transform: translate(0,-40px);
    -ms-transform: translate(0,-40px);
    -o-transform: translate(0,-40px);
    transform: translate(0,-40px);
}

.related-project .related-project-item .overlay .overlay-content h3 {
    display: block;
    color: #282828;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 700;
    -moz-transition: 0.4s ease 0s;
    -webkit-transition: 0.4s ease 0s;
    -o-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    transform: translate(0,40px);
    visibility: hidden;
    opacity: 0;
    padding: 0;
}

.related-project .related-project-item .overlay .overlay-content span {
    color: #282828;
    display: block;
    font-weight: 300;
    font-style: italic;
    -moz-transition: 0.4s ease 0s;
    -webkit-transition: 0.4s ease 0s;
    -o-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    transform: translate(0,40px);
    -moz-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
    visibility: hidden;
    opacity: 0;
}

.work-single.style-2 {
    padding-bottom: 120px;
}

.work-single.style-2 .work-content {
    margin-bottom: 0;
}

.work-single.style-2 figure .icon {
    right: 30px;
    bottom: 30px;
}

.work-single.style-2 .work-content .work-content-left {
    margin-bottom: 5px;
}

.work-single.style-2 .work-content .work-content-left .title {
    margin-top: 0;
}

.work-single.style-2 .work-content .work-content-right ul li {
    padding-right: 0;
}


.subcs-form {
    float: left;
    width: 100%;
}

.subcs-form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.subcs-form .form-group input, .subcs-form .form-group textarea {
    padding: 14px 30px;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    background: transparent;
    font-style: italic;
}

.subcs-form .form-group input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

.subcs-form .form-group input:-moz-placeholder {
    color: #666;
    opacity: 1;
}

.subcs-form .form-group input::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.subcs-form .form-group input:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

.subcs-form .btn-style3 {
    cursor: pointer;
    padding: 0;
}

.subcs-form .btn-style3:hover input[type="submit"] {
    color: #35d3b7;
}

.subcs-form .btn-style3:hover {
    border-color: #35d3b7;
}

.subcs-form .btn-style3:before {
    top: 18px;
    right: 28px;
}

.subcs-form .btn-style3 input[type="submit"] {
    padding: 7px 44px 7px 30px;
    background: transparent;
    color: #282828;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
}

.main-page {
    float: left;
    width: 100%;
}

/*=====================================
	Footer
=======================================*/
#footer {
    float: left;
    width: 100%;
    position: relative;
}

#footer a {
}

#footer .container .one_fourth {
    margin-right: 0 !important;
}

#footer .menu-footer {
    float: left;
    padding: 67px 0 66px;
}

#footer .menu-footer li {
    float: left;
    margin-right: 27px;
}

#footer .menu-footer li a {
    display: block;
    padding: 2px;
    position: relative;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

#footer .menu-footer li:last-child {
    margin-right: 0;
}

#footer .menu-footer li:hover a, #footer .menu-footer li.active a {
    color: #35d3b7;
}

#footer .social {
    background: #f5f5f5;
    float: right;
    padding: 52px 40px 54px;
    width: 460px;
}

#footer .social h4 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding-left: 38px;
    color: #282828;
    position: relative;
    margin-bottom: 29px;
}

#footer .social h4:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #cccccc;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

#footer .social ul, #footer .social .kc-multi-icons-wrapper {
    float: left;
    width: 100%;
    padding-left: 38px;
}

#footer .social ul li, #footer .social .kc-multi-icons-wrapper a {
    float: left;
    margin: 0 22px 0 0;
}

#footer .social ul li a, #footer .social .kc-multi-icons-wrapper a {
    color: #8a8a8a;
    display: block;
    font-size: 14px;
    padding: 0px;
    background: transparent;
}

#footer .social .kc-multi-icons-wrapper a i {
    color: #8a8a8a;
    font-size: 14px;
}

#footer .social ul li a:hover, #footer .social .kc-multi-icons-wrapper a:hover, #footer .social .kc-multi-icons-wrapper a:hover i {
    color: #35d3b7;
}

#footer .btn-scroll-up {
    float: right;
    height: 50px;
    width: 50px;
    background: #35d3b7;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#footer .btn-scroll-up:hover {
    opacity: 0.8;
}

#footer .btn-scroll-up:before {
    content: url("../images/arow-footer.html");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-52%);
    -moz-transform: translate(-50%,-52%);
    -ms-transform: translate(-50%,-52%);
    -o-transform: translate(-50%,-52%);
    transform: translate(-50%,-52%);
}

.footer {
    float: left;
    width: 100%;
    color: #bbb;
    padding: 90px 0px 0px 0px;
    background: #212121 url(../images/footer-bg.jpg) no-repeat center bottom;
    padding-bottom: 15px;
}

.footer.footer-shortcode {
    padding-bottom: 70px;
}

/* .footer .one_fourth{
	padding: 0 15px;
} */
.footer h4, .footer h2 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.twitter_feeds {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.twitter_feeds li {
    padding: 0px;
    margin: 0px;
    float: left;
}

.twitter_feeds li.bhline {
    padding-bottom: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #454545;
}

.twitter_feeds li.bhline {
    border-bottom-color: #ddd;
}

.footer .twitter_feeds li a {
    color: #bbb;
}

.footer_v3 .twitter_feeds li a {
    color: #bbb;
    transition: all 0.3s ease;
}

.twitter_feeds li a:hover {
    color: #fff;
}

.footer_v3 .twitter_feeds li a:hover {
    color: #282828;
}

.twitter_feeds li i, .twitter_feeds li i {
    padding: 0px;
    margin: 0px 5px 0px 0px;
}

.twitter_feeds li em {
    float: left;
    font-size: 10px;
    font-style: normal;
    color: #727272;
    clear: both;
    width: 100%;
}

.twitter_feeds li em a {
    color: #727272;
    transition: all 0.3s ease;
}

.twitter_feeds li em a:hover {
    color: #727272;
    text-decoration: underline;
}

/* Address */
ul.faddress {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.faddress li {
    padding: 2px 0px;
    margin: 0px;
}

.faddress li a {
    color: #bbb;
    transition: all 0.3s ease;
}

.faddress li a:hover {
    color: #fff;
}

/* flickr */
#flickr_badge_wrapper {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

#flickr_badge_wrapper a:nth-of-type(3n) img {
    margin-right: 0;
}

#flickr_badge_wrapper img {
    width: 70px;
    height: 70px;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 0px solid #999 !important;
}

#flickr_www {
    display: block;
    padding: 0 10px 0 10px !important;
}

#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
    text-decoration: none !important;
    background: inherit !important;
    color: #3993ff;
}

#flickr_badge_wrapper {
    margin-top: 25px;
}

#flickr_badge_source {
    padding: 0 !important;
}

/* quick links */
.qlinks {
    float: left;
    width: 100%;
}

.qlinks ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.qlinks li {
    padding: 3px 0px;
    margin: 0px;
}

.qlinks li a {
    color: #bbb;
    transition: all 0.3s ease;
}

.qlinks li a:hover {
    color: #fff;
}

.qlinks li a i, .qlinks li a i {
    margin-right: 3px;
}

.fbposts {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.fbposts img {
    float: left;
    margin-right: 18px;
    transition: all 0.3s ease;
    width: 65px;
    height: 45px;
}

.fbposts a {
    float: left;
    color: #bbb;
    margin-bottom: 34px;
    transition: all 0.3s ease;
}

.fbposts a:hover {
    color: #fff;
}

.fbposts a:hover img {
    opacity: 0.7;
}

#sidebar .fbposts a:hover {
    color: #282828;
}

.ftags, .tagcloud {
    float: left;
    width: 100%;
}

.ftags a, .tagcloud a {
    float: left;
    color: #eee;
    padding: 5px 10px;
    margin: 0px 5px 10px 5px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.4);
}

.ftags a:hover, .tagcloud a:hover {
    color: #282828;
    background: rgba(255, 255, 255, 0.9);
}

.fform {
    float: left;
    width: 100%;
}

/* copyrights */
#footer .copyright_info .social {
    padding: 0;
    float: left;
    width: auto;
    background: transparent;
}

.copyright_info {
    float: left;
    padding: 30px 0px 25px 0px;
    margin: 0 0px 0px 0px;
    width: 100%;
    color: #6d6d6d;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background: #111;
}

.copyright_info.white {
    background: #ffffff;
    color: #999;
}

.copyright_info a {
    margin-top: 10px;
    color: #6d6d6d;
    text-align: right;
    transition: all 0.3s ease;
}

.copyright_info a:hover {
    color: #999;
}

.copyright_info_v2 {
    float: left;
    padding: 30px 0px 30px 0px;
    width: 100%;
    color: #999;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    background: #ffffff;
}

.footer_style2.copyright_info {
    padding: 30px 0px 30px 0px;
    font-size: 13px;
}

.footer_style2.copyright_info p {
    color: #999;
}

.footer_style2.copyright_info p, .footer_style2.copyright_info a {
    font-size: 13px;
}

.footer_style2.copyright_info a {
    color: #727272;
}

.footer_style2.copyright_info a:hover {
    color: #454545;
}

.footer_style6.copyright_info {
    background-color: #1f1f1f;
    padding: 35px 0px 25px 0px;
}

.footer_style6.copyright_info p, .footer_style6.copyright_info a {
    color: #585858;
    font-size: 13px;
}

.footer_style6.copyright_info a:hover {
    color: #e3e3e3;
}

.footer_style6.copyright_info .footer_social_links a i, .footer_style6.copyright_info .footer_social_links a i {
    background: #303030;
    color: #6f6f71;
    font-size: 12px;
    width: 24px;
    height: 24px;
}

.footer_style6.copyright_info .footer_social_links a i:hover, .footer_style6.copyright_info .footer_social_links a i:hover {
    color: #fff;
    background-color: #727272;
}

/* footer social links */
.copyright_info_v2 .footer_social_links {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 5px;
}

.copyright_info_v2 .footer_social_links a i {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100%;
    line-height: 24px;
    vertical-align: middle;
    background-color: #cccccc;
    color: #fff;
    transition: all 0.3s ease;
}

.copyright_info_v2 .footer_social_links a i:hover {
    color: #fff;
    background-color: #727272;
}

/* footer social links */
div.footer_social_links {
    float: right;
    padding: 0px;
    text-align: right;
    margin: -5px 0px 0px 0px;
}

.footer_v4 div.footer_social_links {
    text-align: center;
    margin-bottom: 30px;
}

.footer_social_links a {
    display: inline-block;
    padding: 0px;
    margin: 0px 0px 0px 6px;
    background: transparent;
    cursor: pointer;
}

.footer_social_links a i {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100%;
    line-height: 24px;
    font-size: 13px;
    vertical-align: middle;
    background-color: #212121;
    color: #727272;
    transition: all 0.3s ease;
}

.footer_social_links a i:hover {
    color: #fff;
    background-color: #454545;
}

.copyright_info.white .footer_social_links a i {
    background-color: #cccccc;
    color: #282828;
}

.copyright_info.white .footer_social_links a i:hover {
    color: #fff;
    background-color: #727272;
}

/* google map */
.google_map1 {
    float: left;
    width: 100%;
    height: 280px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer_v1 {
    background: #282828 url(../images/footer-bg1.jpg) no-repeat center top;
    background-size: cover;
}

.footer_v1+div.copyright_info {
    background: #000;
}

.footer_v1+div.copyright_info p {
    color: #585858;
}

.footer_v1 .widgettitle {
    letter-spacing: 1px;
    margin-bottom: 18px;
}

/* Footer 3 */
.footer_v3 h1,.footer_v3 h2,.footer_v3 h3,.footer_v3 h4,.footer_v3 h5 {
}

.footer_v3 {
    background: #f5f5f5;
    color: #666;
    font-size: 13px;
    padding: 90px 0px 70px 0px;
}

.footer_v3 a {
    color: #282828;
}

.footer_v3 h2, .footer_v3 h3, .footer_v3 h4 {
    text-transform: uppercase;
    letter-spacing: 0;
    color: #282828;
}

.footer_v3 h4 {
    margin-top: 3px;
}

.footer_v3+div.copyright_info {
    background: #eee;
}

.footer_v3+div.copyright_info p, .footer_v3+div.copyright_info a {
    color: #585858;
    font-size: 13px;
}

.footer_v3+div.copyright_info a:hover {
    text-decoration: underline;
}

.footer_v3+div.copyright_info .footer_social_links a i, .footer_v3+div.copyright_info .footer_social_links a i {
    color: #6f6f71;
    background: #303030;
}

.footer_v3+div.copyright_info .footer_social_links a i:hover, .footer_v3+div.copyright_info .footer_social_links a i:hover {
    color: #fff;
    background-color: #727272;
}

.footer_v3+div.copyright_info .footer_social_links a i, .footer_v3+div.copyright_info .footer_social_links a i {
    background: #ccc;
    color: #666;
}

.footer_v3 .qlinks li a {
    color: #666 !important;
}

.footer_v3 .qlinks li a:hover {
    color: #000 !important;
}

.footer_v3 .qlinks li {
    color: #666;
}

.footer_v3 .faddress li {
    color: #666;
    margin-bottom: 2px;
}

.footer_v3 .faddress li a:hover {
    color: #282828;
}

/* footer footer_4 */
#footer .footer_v4 .social {
    background: transparent;
    padding: 0;
    width: auto;
    float: left;
}

.footer_v4 {
    float: left;
    width: 100%;
    padding: 50px 0px 50px 0px;
    background: #01c0a0;
    text-align: center;
    color: #999;
}

.footer_v4 a {
    color: #999;
    transition: all 0.3s ease;
}

.footer_v4 a:hover {
    color: #393939;
}

.footer_v4 .fmlinks {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.footer_v4 .fmlinks a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 4px;
    text-align: center;
}

.footer_v4 ul.footer_social_links {
    float: none;
    padding: 0px;
    margin: 0px 0px 34px 0px;
    display: inline-block;
}

.footer_v4 .fmlinks a:hover {
    color: #282828;
}

.footer_v4 .footer_social_links a i {
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    margin: 30px 4px 0 2px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    font-size: 20px;
}

.footer_v4 .footer_social_links a i:hover {
    color: #282828;
    background-color: #fff;
}

.footer_v4 .footer_con {
    font-size: 13px;
    color: #e8e8e8;
}

.footer_v4 .kc_subscribe {
    display: inline-block;
    margin-bottom: 25px;
}

.footer_v4 .kc_subscribe .enter_email_input {
    height: 50px;
    width: 400px;
    border: 1px solid #eee;
    color: #fff;
    font-size: 15px;
    padding: 6px 20px;
    background: none;
    border-radius: 0px;
    float: none;
    text-align: center;
    font-weight: normal;
}

.footer_v4 .kc_subscribe input[name="subscribe"] {
    display: none;
}

.footer_v4 .kc_text_block {
    text-align: center;
}

.footer_v4 .hs_subscribe {
    margin-bottom: 35px;
}

.footer_v4 .hs_subscribe .enter_email_input {
    height: 55px;
    width: 400px;
    border: 1px solid #65c2f5;
    color: #fff;
    font-size: 13px;
    padding: 6px 4px 6px 20px;
    background: none;
    border-radius: 3px;
}

.footer_v4 .hs_subscribe input[type="button"],.footer_v4 .hs_subscribe input[type="submit"] {
    padding: 6px 4px 6px 20px;
    border-radius: 3px;
    border: 1px solid #65c2f5;
    height: 56px;
    display: none;
}

/*FOOTER V5 STYLES*/
.footer_v5 {
    float: left;
    width: 100%;
    padding: 64px 0px 0px 0px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    background: #282828 url(../images/world-map-full.png) no-repeat center 75px;
}

.footer_v5 .ftlogo {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 37px;
}

.footer_v5 h4 {
    color: #fff;
    font-size: 14px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

/* Address */
.footer_v5 ul.faddress {
    float: left;
    width: 100%;
    color: #999999;
    font-size: 14px;
    color: #fff;
    background-color: #3d3d3d;
    opacity: 0.8;
    padding: 30px 10px 40px 35px;
}

.footer_v5 .faddress li {
    margin: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.footer_v5 .faddress li a {
    color: #999;
    transition: all 0.3s ease;
}

.footer_v5 .faddress li a:hover {
    color: #fff;
}

/* quick links */
.footer_v5 .qlinks {
    float: left;
    width: 100%;
}

.footer_v5 .qlinks ul {
    float: left;
    width: 100%;
    padding: 0px;
    color: #fff;
    font-size: 13px;
}

.footer_v5 .qlinks li {
    padding: 4px 0px;
    margin: 0px;
}

.footer_v5 .qlinks li a {
    color: #fff;
    transition: all 0.3s ease;
    font-size: 13px;
}

.footer_v5 .qlinks li a:hover {
    color: #999;
}

.footer_v5 .qlinks li a i {
    margin-right: 3px;
}

.footer_v5 .qlinks.two li a i {
    color: #5b5c60;
    font-size: 5px;
    margin-right: 8px;
}

.footer_v5 .column1 {
    float: left;
    width: 33%;
    padding-right: 40px;
}

.footer_v5 .column1.last {
    padding-right: 0px;
    border-right: none;
    padding-left: 40px;
}

.footer_v5 .column2 {
    float: left;
    width: 19.33333%;
    padding-right: 0px;
    padding-left: 40px;
}

.footer_v5 .column2 .last {
    float: left;
    padding-right: 0px;
    padding-left: 40px;
    margin-right: 0;
}

..footer_v5 .column2.last {
    margin-right: 0;
}

.footer_v5 .column2 ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.v5_divider_line2 {
    float: left;
    width: 100%;
    height: 1px;
    background: #3d3d3d;
    margin-top: 60px;
    margin-bottom: 40px;
}

/* copyrights */
.footer_v5 .copyright-info {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    color: #999;
    font-size: 12px;
}

.footer_v5 .copyright-info:before {
    content: " ";
    float: left;
    width: 100%;
    height: 1px;
    background: #3d3d3d;
    margin-top: 64px;
    margin-bottom: 40px;
}

.footer_v5 .kc_text_block {
    text-align: inherit;
}

.footer_v5 .center.kc_text_block {
    text-align: center;
}

.footer_v5 .copyright-info p {
    color: #999;
    font-size: 12px;
}

.footer_v5 .copyright-info a {
    color: #727272;
}

.footer_v5 .copyright-info a:hover {
    color: #ffffff;
}

.footer.v7_footer_style {
    float: left;
    width: 100%;
    padding: 90px 0px 64px 0px;
    background: #282828;
    color: #fff;
    font-size: 13px;
    text-align: left;
}

.footer.v7_footer_style h4, .footer.v7_footer_style h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 25px;
}

/* Address */
.v7_footer_style ul.faddress {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.v7_footer_style .faddress li {
    padding: 2px 0px;
    margin: 0px;
}

.v7_footer_style .faddress li a {
    color: #999;
    transition: all 0.3s ease;
}

.v7_footer_style .faddress li a:hover {
    color: #fff;
}

/* quick links */
.v7_footer_style .qlinks {
    float: left;
    width: 100%;
}

.v7_footer_style .qlinks ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}

.v7_footer_style .qlinks li {
    padding: 4px 0px;
    margin: 0px;
}

.v7_footer_style .qlinks li a {
    color: #fff;
    transition: all 0.3s ease;
}

.v7_footer_style .qlinks li a:hover {
    color: #999;
}

.v7_footer_style .qlinks li a i {
    margin-right: 3px;
}

.v7_footer_style .qlinks.two li a i {
    color: #5b5c60;
    font-size: 5px;
    margin-right: 8px;
}

/* twitter feeds */
.v7_footer_style .twitter_feeds_three {
    float: left;
    padding: 0px;
    margin: 9px 0px 0px 0px;
}

.v7_footer_style .twitter_feeds_three li {
    padding: 0px;
    margin: 0px;
    float: left;
}

.v7_footer_style .twitter_feeds_three li.bhline {
    padding-bottom: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3d3d3d;
}

.v7_footer_style .twitter_feeds_three li a {
    color: #fff;
    transition: all 0.3s ease;
}

.v7_footer_style .twitter_feeds_three li a:hover {
    color: #999;
}

.v7_footer_style .twitter_feeds_three li i {
    padding: 0px;
    margin: 0px 5px 0px 0px;
}

.v7_footer_style .twitter_feeds_three li em {
    float: left;
    font-size: 10px;
    font-style: normal;
    color: #727272;
}

.v7_footer_style .twitter_feeds_three li em a {
    color: #727272;
    transition: all 0.3s ease;
}

.v7_footer_style .twitter_feeds_three li em a:hover {
    color: #727272;
    text-decoration: underline;
}

.v7_footer_style .twitter_feeds_three li.bhline.two {
    border-bottom: 1px solid #e3e3e3;
}

/* flickr */
.v7_footer_style #flickr_badge_wrapper {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.v7_footer_style #flickr_badge_wrapper img {
    width: 70px;
    height: 70px;
    margin-right: 7px;
    border: 0px solid #999 !important;
}

.v7_footer_style #flickr_www {
    display: block;
    padding: 0 10px 0 10px !important;
}

.v7_footer_style #flickr_badge_uber_wrapper a:hover, .v7_footer_style #flickr_badge_uber_wrapper a:link, .v7_footer_style #flickr_badge_uber_wrapper a:active, .v7_footer_style #flickr_badge_uber_wrapper a:visited {
    text-decoration: none !important;
    background: inherit !important;
    color: #3993ff;
}

.v7_footer_style #flickr_badge_wrapper {
    margin-top: 25px;
}

.v7_footer_style #flickr_badge_source {
    padding: 0 !important;
}

/* copyrights */
.v7_copyright_info {
    float: left;
    padding: 30px 0px 25px 0px;
    width: 100%;
    color: #585858;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    background: #1f1f1f;
}

.v7_copyright_info .one_half p {
    font-size: 13px;
    color: #585858;
}

.v7_copyright_info a {
    margin-top: 10px;
    font-size: 12px;
    color: #585858;
    text-align: right;
    transition: all 0.3s ease;
}

.v7_copyright_info a:hover {
    color: #e3e3e3;
}

/* footer social links */
.v7_copyright_info ul.footer_social_links {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.v7_copyright_info .footer_social_links {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 5px;
}

.v7_copyright_info .footer_social_links a i {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100%;
    line-height: 24px;
    vertical-align: middle;
    background-color: #303030;
    color: #6f6f71;
    transition: all 0.3s ease;
}

.v7_copyright_info .footer_social_links a i:hover {
    color: #fff;
    background-color: #727272;
}

#footer .v8_footer_style .social h4 {
    margin-bottom: 20px;
}

.v8_footer_style {
    padding-bottom: 30px;
}

.v8_footer_style .kc_box_wrap > div {
    clear: none;
}

/* scroll up */
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 9001;
}

.play-button i {
    margin: 15px 0 0 20px;
}

.copyright_info.ci_style7 {
    padding: 35px 0px;
    background-color: #3c3c3c;
    color: #999999;
}

.copyright_info.ci_style7 a {
    color: #727272;
    text-decoration: none;
    font-size: 14px;
}

.copyright_info.ci_style7 a:hover {
    color: #ffffff;
}

.footer .tagcloud > a {
    float: left;
    color: #eee;
    padding: 5px 10px;
    margin: 0px 5px 10px 5px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
    font-size: 14px!important;
}

/*=====================================
	Breadcrumb page title
=======================================*/
.site-content{
    float: left;
    width: 100%;
}
#content{
    float: left;
    width: 100%;
}
.woocommerce-checkout #content{
    padding: 80px 0;
}
.woocommerce-cart #content{
    padding: 80px 0 60px;
}
.page_title {
    float: left;
    width: 100%;
    text-align: left;
    padding: 100px 0;
    background: #282828 url(../images/page-title-bg1.jpg) no-repeat center top;
    background-attachment: fixed;
}

.page_title .title {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px;
}

.page_title .title h1 {
    font-size: 58px;
    color: #fff;
    line-height: 60px;
    float: left;
    width: 100%;
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.page_title p{
    float: left;
    width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 300;
}

.page_title2 {
    float: left;
    width: 100%;
    padding: 70px 0;
    border-top: 1px solid rgba(0,0,0,.05);
    background: #f6f6f6;
}

.page_title2 h1 {
    float: left;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #282828;
    text-transform: uppercase;
    line-height: 50px;
}

.page_title2 .pagenation {
    float: right;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    display: flex;
    color: #e3e3e3;
    margin: 17px 0px 0px 0px;
}

.page_title2 .pagenation i{
    margin: 0 4px 0 2px;
}

.page_title2 .pagenation span,
.page_title2 .pagenation a{
    color: #888;
    line-height: 20px;
    margin: 0;
}
.page_title2 .pagenation a:hover{
    color: #3DCCC7;
}

.page_title2 .pagenation span {
    margin-right: 5px;
    margin-left: 5px;
}

.page_title3{
    padding: 90px 0;
}
.page_title3 .title h1{
    position: relative;
    padding: 0;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 50px;
    color: #282828;
    line-height: 60px;
    padding: 0 0 18px;
}
.page_title3 .title h1:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    margin-left: -30px;
    height: 3px;
    background: #3DCCC7;
}
.page_title3 p{
    float: left;
    width: 100%;
    margin: 0;
}

.page_title3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0;
    background: #282828 url(../images/page-title-bg3.jpg) no-repeat center top;
}

.page_title3 .title {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px;
}

.page_title4 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 80px 0;
    background: #f5f5f5;
}

.page_title4 .title {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px;
}

.page_title4 .title h1{
    padding: 0;
    background: none;
    border: 0;
    color: #282828;
    font-weight: 500;
    font-size: 50px;
    line-height: 55px;
}
.page_title4 .pagenation{
    text-align: left;
    position: relative;
    float: left;
    width: auto;
    padding: 0 0 12px;
    margin: 0 0 15px;
}
.page_title4 .pagenation:before{
    left: 0;
    width: 40px;
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #3DCCC7;
}
.page_title4 .pagenation:after{
    content: '';
    position: absolute;
    background: #999;
    height: 2px;
    width: calc(100% - 60px);
    bottom: 0;
    right: 0;
}
.page_title4 .pagenation a,
.page_title4 .pagenation span{
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
}
.page_title4 .pagenation span{
    color: #999;
}
.page_title4 .pagenation a:hover{
    color: #3DCCC7;
}
.page_title5{
    float: left;
    width: 100%;
    padding: 80px 0 90px;
    position: relative;
    text-align: center;
    background: #282828 url(../images/page_bg4.jpg);
    background-attachment: fixed;
}
.page_title5 h1{
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    line-height: 55px;
}
.page_title5 .pagenation{
    position: absolute;
    padding: 10px 0 10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.page_title5 .pagenation a,
.page_title5 .pagenation span,
.page_title5 .pagenation i{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
}
.page_title5 .pagenation i{
    font-size: 10px;
}
.page_title5 .pagenation span,
.page_title5 .pagenation a:hover{
    color: #3DCCC7;
}

/* Title Style 4 */
.title-style4 {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 22px;
    margin-bottom: 0;
    font-size: 14px;
}

.title-style4 span {
    font-size: 27px;
    font-weight: 600;
    color: #282828;
    margin: 0;
    position: relative;
    line-height: 100%;
    text-transform: uppercase;
}

.title-style4 span:before {
    position: absolute;
    left: -125px;
    top: 12px;
    content: "";
    background: url(../images/left-sep.png) no-repeat;
    width: 112px;
    height: 11px;
}

.title-style4 span:after {
    position: absolute;
    right: -125px;
    top: 12px;
    content: "";
    background: url(../images/right-sep.png) no-repeat;
    width: 112px;
    height: 11px;
}

/*=====================================
	About Page
=======================================*/
.about_feature_section1 .container > .kc_column {
    padding: 0;
}

.about_feature_section1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0px 100px 0px;
}

.about_feature_section1 .one_third {
    text-align: left;
}

.about_feature_section1 .rimg p {
    width: 100%;
    background: #282828;
    text-align: center;
    margin-top: -36px;
    opacity: 0.9;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 35px;
    letter-spacing: 0.5px;
}

/* about_feature_section4 */
.about_feature_section4 {
    float: left;
    width: 100% text-align: center;
    padding: 90px 0px 100px 0px;
}

.about_feature_section1 {
    padding: 130px 0;
}

.about_feature_section1 .about-1 {
    color: #282828;
    text-transform: uppercase;
    font-weight: 500;
}

.about_feature_section2 {
    padding: 130px 0;
    background: #f5f5f5;
}

.about_feature_section2 .title-style2 {
    text-align: left;
}

.about2_feature_section1 {
    padding: 130px 0 110px;
}

.about2_feature_section1 h4 {
    color: #282828;
}

.about2_feature_section2 {
    background: #f5f5f5;
    padding: 130px 0 130px;
}

.about2_feature_section2 h4 {
    color: #282828;
    margin: 0 0 30px;
}

.about2_feature_section2 .kc_text_block {
    padding-right: 35px;
}

.about2_feature_section2 .process-count .progress-item .value {
    background: #344147;
    border-color: #344147;
    color: #fff !important;
}

.about2_feature_section2 .process-count .progress-item .value:before, .about2_feature_section2 .process-count .progress-item .value:after {
    border-top-color: #344147;
}

.about2_feature_section2 .process-count .progress-item {
    margin-bottom: 20px !important;
}

.about2_feature_section3 {
    padding-bottom: 120px;
}

.our-team-2 .content-image img {
    width: 100px;
    border-radius: 50%;
}

.our-team-2 .content-title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    margin: 22px 0 0;
}

.our-team-2 .content-subtitle {
    margin: 0 0 18px;
}

.our-team-2 .content-socials a {
    margin: 0 5px;
    background: #fff;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 100%;
    color: #888;
    font-size: 12px;
}

.our-team-2 .content-socials a:hover {
    background: #35d3b7;
    border-color: #35d3b7;
    color: #fff;
}

.uni_calltoaction {
    background: transparent;
    padding: 70px 0 50px;
}

.uni_calltoaction .kc-cta-desc h2 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff;
}

.uni_calltoaction .kc-cta-text {
    color: rgba(255,255,255,0.8);
}

.uni_calltoaction .kc-cta-button a {
    background: #fff;
    color: #35d3b7;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 40px;
    border: 2px solid transparent;
    border-width: 1px;
    position: relative;
}

.uni_calltoaction .kc-cta-button a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.box-info .btn-style1:hover {
    background: #35d3b7;
    color: #fff;
    border-color: #35d3b7;
}

.box-info .btn-style1:hover:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.about3_feature_section2 .box-info h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #282828;
}

.about3_feature_section2 .box-icon {
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.about3_feature_section2 .box-icon .kc-icon-wrapper {
    width: auto;
}

.about3_feature_section2 .box-icon .kc-icon-wrapper i {
    margin: 0 10px 0 0;
    color: #35d3b7;
}

.about3_feature_section2 .box-icon .kc-title-wrap {
    float: none;
    overflow: hidden;
    width: auto;
}

.about3_feature_section1 .about3_owl_sliders .box:hover .box-details,.about3_feature_section1 .about3_owl_sliders .box.active .box-details {
    height: 222px;
    background: #35d3b7;
}

.about3_feature_section1 .about3_owl_sliders .box-details {
    width: calc(100% - 20px);
    border-bottom-color: #35d3b7;
}

.about3_feature_section1 .about3_owl_sliders .box-details p {
    margin-bottom: 20px;
}

.about3_feature_section5 {
    padding: 120px 0;
}

.uni_counter_1 i {
    color: #fff;
}

.about4_feature_section1 {
    padding: 130px 0;
}

.about4_feature_section1 .btn-style2 {
    border: 1px solid #344147;
}

.about4_feature_section1 .btn-style2:hover {
    background: #fff;
    color: #344147;
}

.about4_feature_section1 .btn-style2:hover:after {
    border-bottom-color: #344147;
    border-left-color: #344147;
}

.about4_feature_section2 {
    padding: 130px 0;
}

.about4_feature_section3 {
    padding: 130px 0;
}

.about5_feature_section1 {
    padding: 130px 0;
}

.about5_feature_section1 .content-title {
    font-size: 16px;
}

.about5_feature_section1 .content-icon i {
    color: #35d3b7;
}

.about5_feature_section1 .content-button a {
    border: 1px solid #282828;
    color: #282828;
    padding: 8px 20px;
    background: transparent;
    font-weight: 500;
}

.about5_feature_section1 .content-button a:hover {
    background: #35d3b7;
    border-color: #35d3b7;
    color: #fff;
}

.about5_feature_section1 .content-button a:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 5px;
    border: 3px solid transparent;
    border-bottom-color: #282828;
    border-left-color: #282828;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.about5_feature_section1 .content-button a:hover:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.icon-box-2 {
    background: #f5f5f5;
}

.about5_feature_section5 .special-fact .special-fact-item .item-content {
    background: #fff;
}

.about5_feature_section5 .special-fact .special-fact-item .item-content i {
    background: #ddd;
    border: 0;
}

.about5_feature_section5 .special-fact .special-fact-item .item-content:hover i {
    background: #35d3b7;
}

/*=====================================
Service Page
=======================================*/
.container > .kc_col-sm-12 {
    padding: 0;
}

/********** Service Page ***********/
.services1_feature_section1 {
    min-height: inherit !important;
}

.services1_feature_section1 i {
    width: 80px;
    height: 80px;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    background: #35d3b7;
    color: #fff;
    border-radius: 50%;
}

.services1_feature_section1 .box-info {
    text-align: center;
    float: left;
    width: 100%;
    padding: 90px 10% 70px;
}

.services1_feature_section1 .box-info h2 {
    font-size: 25px;
    font-weight: 300;
    margin: 22px 0 20px;
    float: left;
    width: 100%;
    color: #282828;
    text-transform: capitalize;
}

.services1_feature_section1 .btn-style1 {
    float: none;
    color: #282828;
}

.services1_feature_section1 .btn-style1:after {
    border-bottom-color: #282828;
    border-left-color: #282828;
}

.services1_feature_section1 .box-info .btn-style1:hover {
    background: #35d3b7;
    color: #fff;
    border-color: #35d3b7;
}

.services1_feature_section1 .box-info .btn-style1:hover:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.services1_feature_section4 .title-style1:before{
    background: url(../images/arow21.png) no-repeat;
    background-size: 39px 19px;
}

.services1_feature_section4 .title-style1 p{
	color: rgba(255, 255, 255, 0.7);
}

.services1_feature_section4 .service-item h4 {
    color: #fff;
}

.services1_feature_section4 .service-item .title-style3 h4:before {
    background: #fff;
}

.services1_feature_section4 .service-item .title-style3 p, .services1_feature_section4 .service-item .kc_text_block p {
    color: rgba(255,255,255,0.5);
    font-weight: 300;
}

.services1_feature_section4 .service-item i {
    color: #35d3b7;
}

.services1_feature_section4 .title-style1 {
    color: #fff;
}

.services1_feature_section5 {
    padding: 120px 0 100px;
}

.services3_feature_section1 {
    padding: 120px 0 90px;
}

.services3_feature_section2 {
    padding: 120px 0;
}

.services3_feature_section2 .owl-theme .owl-controls .owl-page span {
    background: #fff;
    margin: 0 5px;
}

.services3_feature_section2 .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
}

.services3_feature_section4 {
    padding: 90px 0;
}

.services4_feature_section1 {
    padding: 120px 0 100px;
}

.services4_feature_section2 {
    padding: 120px 0;
}

.services5_feature_section3 {
    padding-bottom: 120px;
}

/* Shortcode */
body .shortcode_button1 .kc_button {
    height: auto;
}

/*=====================================
Feature Page
=======================================*/
.blog_postcontent .kc_tabs .kc_tabs_nav > li a {
    color: #666;
}

.blog_postcontent .title-style5 .kc_title {
    font-size: 21px;
    margin-bottom: 10px;
}

.blog_postcontent .fati4.two {
    margin-bottom: 60px;
}

.blog .container {
    margin: 0 auto;
}

.blog .post .entry-content h1, .blog .post .entry-content h2, .blog .post .entry-content h3, .blog .post .entry-content h4, .blog .post .entry-content h5, .blog .post .entry-content h6 {
    line-height: 30px;
}

.blog .post-meta {
    border: none;
}

.blog .post .post-meta {
    padding: 0;
    margin: 0;
}

.blog .post .post-meta, .blog .post ul.post-meta li {
    list-style: none;
    font-size: 14px;
}

#footer .widget.widget_recent_posts {
    margin-bottom: 82px;
}

#footer .widget.widget_recent_posts ul {
    float: left;
    width: 100%;
}

#footer .widget.widget_recent_posts ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #454545;
    padding: 15px 0;
}

#footer .widget.widget_recent_posts ul li:first-child {
    padding-top: 16px;
}

#footer .widget.widget_recent_posts ul li figure {
    float: left;
    margin-right: 23px;
}

#footer .widget.widget_recent_posts ul li .title {
    overflow: hidden;
}

#footer .widget.widget_recent_posts ul li .title h4 {
    line-height: 20px;
}

#footer .widget.widget_recent_posts ul li .title h4 a {
    color: #ccc;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: .2px;
    text-transform: initial;
}

#footer .widget.widget_recent_posts ul li .title h4 a:hover {
    color: #35d3b7;
}

#footer .widget.widget_recent_posts ul li .title .post-meta {
    margin-top: 8px;
    border: 0;
}

#footer .widget.widget_recent_posts ul li .title .post-meta li {
    border: 0;
    padding: 0;
    width: auto;
    margin-right: 18px;
}

#footer .widget.widget_recent_posts ul li .title .post-meta li:last-child {
    margin-right: 0;
}

#footer .widget.widget_recent_posts ul li .title .post-meta li a {
    color: #35d3b7;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    float: left;
}

#footer .widget.widget_recent_posts ul li .title .post-meta li i {
    color: #aaa;
    float: left;
    padding-right: 8px;
}
#footer .widget.widget_recent_posts ul li .title .post-meta li a{
	font-family: 'Playfair Display', sans;
    font-style: italic;
}
/*=====================================
	External Style
=======================================*/
.blog_post {
    float: left;
    width: 100%
}

.blog_post h3 {
    text-align: left;
    color: #282828;
    line-height: 30px;
    display: block;
    padding-bottom: 10px
}

.blog_post h3 a {
    color: #2ecc71;
    text-decoration: none;
    margin-top: 3px;
    text-transform: none;
    font-weight: 400;
    font-size: 30px
}

.blog_post h3 a:hover {
    color: #383634
}

ul.post_meta_links {
    float: left;
    margin: -5px 0 0 0;
    padding: 0 0 0 0
}

.post_meta_links li {
    float: left;
    margin: 0;
    padding: 0 0 0 4px;
    list-style-type: none;
    color: #999
}

.post_meta_links li a {
    color: #999;
    padding: 0 8px 0 0;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase
}

.post_meta_links li a:hover {
    color: #727272;
    text-decoration: none
}

.post_meta_links li i {
    color: #bbb;
    font-size: 12px;
    font-style: normal
}

.blog_postcontent {
    float: left;
    width: 100%
}

.blog_postcontent .image_frame {
    float: left;
    width: 100%;
    margin-bottom: 27px
}

.blog_postcontent .image_frame.mone {
    float: left;
    width: 100%;
    height: 280px;
    overflow: hidden
}

.blog_postcontent .image_frame.mtwo {
    float: left;
    width: 100%;
    height: 180px;
    overflow: hidden
}

.blog_postcontent .image_frame.mthree {
    float: left;
    width: 100%;
    height: 480px;
    overflow: hidden
}

.blog_postcontent .image_frame.mone img,.blog_postcontent .image_frame.mtwo img,.blog_postcontent .image_frame.mthree img {
    float: left;
    width: auto;
    margin-left: -45%;
    margin-top: -10%
}

.blog_postcontent .video_frame.mtwo iframe {
    float: left;
    width: 100%;
    height: 280px;
    overflow: hidden
}

.blog_postcontent .image_frame.small {
    float: left;
    width: 43%;
    border: 7px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1)
}

.blog_postcontent .image_frame.small:hover {
    border: 7px solid #f9f9f9
}

.blog_postcontent .image_frame img {
    float: left;
    width: 100%
}

.blog_postcontent .video_frame.small iframe {
    height: 250px
}

.blog_postcontent .video_frame iframe {
    float: left;
    width: 100%;
    height: 520px;
    margin-bottom: 27px
}

.post_info_content_small {
    padding: 0;
    margin: 0 0 0 4%;
    width: 50%;
    float: left
}

ul.post_meta_links_small {
    float: left;
    margin: -15px 0 12px 80px;
    padding: 0 0 0 0;
    width: 80%
}

.post_meta_links_small li a {
    color: #a1a1a1;
    padding: 0 5px 0 0;
    text-decoration: none;
    font-size: 11px
}

.post_meta_links_small li a:hover {
    color: #727272;
    padding: 0 5px 0 0;
    text-decoration: none;
    font-size: 11px
}

.blog_post a.date {
    color: #454545;
    font-size: 16px;
    font-weight: normal
}

.blog_post a.date:hover {
    color: #2ecc71
}

.post_readmore:link,.post_readmore:visited {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore.html) no-repeat left top
}

.post_readmore:hover {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore_hover.html) no-repeat left top
}

.sharepost {
    float: left;
    width: 80%;
    margin-bottom: 40px
}

.sharepost ul {
    margin: 0;
    padding: 0
}

.sharepost li {
    margin: 0 7px 5px 0;
    padding: 2px 5px;
    float: left;
    border-radius: 2px;
    list-style-type: none;
    background-color: #2ecc71;
    transition: all 0.3s ease
}

.sharepost li i {
    color: #fff
}

.sharepost li:hover {
    background-color: #383634
}

.about_author {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee
}

.about_author img {
    float: left;
    margin-right: 20px
}

.about_author a {
    font-weight: normal;
    font-weight: 600;
    color: #282828
}

.about_author a:hover {
    color: #2ecc71
}

.pagination.center {
    text-align: center
}

.pagination.center b {
    float: inherit
}

.pagination {
    clear: both;
    padding: 0 0 10px;
    margin-bottom: 0
}

.pagination b {
    margin: 0 5px 2px 0;
    padding: 0 10px;
    font-weight: normal;
    color: #999
}

.pagination a.navlinks {
    font-size: 12px;
    color: #454545;
    background-color: #eee;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 3px
}

.pagination a.navlinks:hover {
    color: #fff;
    background-color: #454545
}

.pagination a.current {
    color: #fff;
    background-color: #454545
}
}

.comment_wrap.chaild {
    border-bottom: 1px solid #eee;
    margin: 10px 20px 10px 50px;
    overflow: hidden
}

.gravatar {
    float: left
}

.comment_content {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    min-height: 80px
}

.comment_content .comment_meta {
    position: relative
}

.comment_content .comment_meta .comment_author {
    display: inline;
    font-size: 14px;
    font-style: normal
}

.comment_content .comment_meta .comment_author i {
    display: inline;
    font-size: 11px;
    font-style: italic
}

.comment_content .comment_text {
    clear: both;
    padding-top: 0;
    overflow: hidden
}

.comment_content .comment_text a {
    color: #d3d3d3;
    margin-top: 5px;
    float: left
}

.comment_content .comment_text a:hover {
    color: #727272;
    margin-top: 5px;
    float: left
}

#comments_section li ul li {
    margin-left: 30px
}

.comment_form {
    float: left;
    width: 100%;
    margin-top: 30px
}

.comment_form label {
    float: left;
    width: 90px;
    height: 15px;
    padding: 7px 10px;
    margin-bottom: 40px;
    font-weight: normal
}

.comment_input_bg {
    float: left;
    width: 75%;
    height: 40px;
    padding: 7px 10px 0 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9
}

.comment_textarea_bg {
    float: left;
    width: 90%;
    height: 235px;
    padding: 7px 10px 0 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9
}

.comment_checkbox {
    float: left;
    display: block;
    width: 90%;
    margin-top: 10px
}

.comment_submit {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 9px 13px;
    font-weight: 600;
    border-radius: 4px;
    color: #282828;
    text-transform: uppercase
}

.comment_submit:hover {
    background-color: #f9f9f9;
    cursor: pointer
}

.comment_wrap.chaild {
    border-bottom: 1px solid #eee;
    margin: 10px 20px 10px 50px;
    overflow: hidden
}

.gravatar {
    float: left
}

.comment_content {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    min-height: 80px
}

.comment_content .comment_meta {
    position: relative
}

.comment_content .comment_meta .comment_author {
    display: inline;
    font-size: 14px;
    font-style: normal
}

.comment_content .comment_meta .comment_author i {
    display: inline;
    font-size: 11px;
    font-style: italic
}

.comment_content .comment_text {
    clear: both;
    padding-top: 0;
    overflow: hidden
}

.comment_content .comment_text a {
    color: #d3d3d3;
    margin-top: 5px;
    float: left
}

.comment_content .comment_text a:hover {
    color: #727272;
    margin-top: 5px;
    float: left
}

#comments_section li ul li {
    margin-left: 30px
}

.blog_post {
    float: left;
    width: 100%
}

.blog_post h3.entry-title {
    float: left;
    text-align: left;
    color: #282828;
    width: 85%;
    line-height: 30px;
    clear: none;
    margin-bottom: 15px
}

.blog_post h3 a,.blog-single-post .blog_post h3 {
    color: #2ecc71
}

.blog_post h3.entry-title a {
    text-decoration: none;
    float: left;
    text-transform: none;
    font-weight: 700;
    font-size: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    line-height: 35px
}

.blog_post h3.entry-title a:hover {
    color: #383634
}

.blog_post .blog-large-style h3 a,.blog-single-post .blog_post h3 {
    text-decoration: none;
    margin-top: 3px;
    text-transform: none;
    font-weight: 400;
    font-size: 30px
}

.post_info_content {
    padding: 0;
    margin: 10px 0 0 10%;
    width: 90%;
    float: left
}

ul.post_meta_links {
    float: left;
    margin: -10px 0 0 -6px;
    padding: 0 0 0 0;
    width: 80%
}

ul.post_meta_links>li:last-child a {
    padding: 0
}

.post_meta_links li {
    float: left;
    margin: 0;
    padding: 0 0 0 4px;
    list-style-type: none;
    color: #999;
    max-width: 100%
}

#content .artciles-between {
    padding-top: 50px;
    margin-bottom: 60px
}

.single #content .artciles-between {
    padding-top: 50px;
    margin-bottom: 50px
}

.post p {
    margin-bottom: 15px
}

.post p:last-child,body.wpb-js-composer #content p {
    margin-bottom: 0
}

.post_meta_links li a {
    color: #999;
    padding: 0 18px 0 0;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase
}

.post_meta_links li a.date {
    color: #454545;
    font-size: 16px;
    font-weight: normal
}

.post_meta_links li i {
    color: #bbb;
    font-size: 12px;
    font-style: normal
}

.post_meta_links li.tag-links a {
    padding-right: 0
}

.post_meta_links li.post_categoty a {
    padding-right: 5px
}

.post_meta_links li.post_categoty a:last-child {
    padding-right: 18px
}

.post_meta_links li a:hover {
    color: #727272;
    text-decoration: none
}

.blog-2-columns div[class^="imgframe"] a {
    display: inline-block;
    overflow: hidden;
    float: left;
    max-width: 100%
}

.widget_contents-component {
    margin-bottom: 80px;
    display: inline-block!important;
    width: 100%
}

.blog_postcontent {
    float: left;
    width: 100%;
    min-height: 50px
}

.blog_postcontent .image_frame {
    float: left;
    max-width: 100%;
    margin-bottom: 25px
}

.blog_postcontent .image_frame img {
    float: left;
    max-width: 100%;
    border: 1px solid #fff
}

.blog_postcontent .video_frame iframe {
    float: left;
    width: 100%;
    height: 400px
}

.content_halfsite .video_frame iframe {
    max-height: 180px;
    margin-bottom: 10px
}

body * .list54 li,body * .list54 ul {
    list-style: none
}

body * .list54 li h5 {
    margin: 0
}

.blog_post h3.entry-title {
    width: 100%;
    clear: both;
    margin-top: 0
}

#content>div[class^="col-md-"]:last-child {
    padding-right: 0;
    float: right
}

#content.blog-2-columns .col-md-12 {
    padding-left: 0;
    padding-right: 0
}

.post_info_content_small {
    padding: 0;
    margin: 0 0 0 4%;
    width: 50%;
    float: left
}

ul.post_meta_links_small {
    float: left;
    margin: -15px 0 12px 80px;
    padding: 0 0 0 0;
    width: 80%
}

.post_meta_links_small li a {
    color: #a1a1a1;
    padding: 0 5px 0 0;
    text-decoration: none;
    font-size: 11px
}

.post_meta_links_small li a:hover {
    color: #727272;
    padding: 0 5px 0 0;
    text-decoration: none;
    font-size: 11px
}

.post_readmore:link,.post_readmore:visited {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore.html) no-repeat left top
}

.post_readmore:hover {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore_hover.html) no-repeat left top
}

.sharepost {
    width: 100%;
    margin-bottom: 30px
}

.sharepost ul {
    margin: 0;
    padding: 0
}

.sharepost li {
    margin: 0 7px 5px 0;
    padding: 2px 5px;
    float: left;
    border-radius: 2px;
    list-style-type: none;
    background-color: #2ecc71
}

.sharepost li i {
    color: #fff
}

.sharepost li:hover {
    background-color: #383634
}

.sharepost h4 {
    text-transform: uppercase
}

.dropdown-menu>li.current_page_item>a {
    color: #282828;
    text-decoration: none;
    background-color: #474E64
}

body .flexslider .wpb_single_image .vc_single_image-wrapper {
    display: block
}

#nav-single {
    text-align: right;
    z-index: 1;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block
}

#nav-single a {
    font-weight: normal
}

#nav-single .nav-previous {
    text-align: left
}

.about_author {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee
}

.about_author img {
    float: left;
    margin-right: 20px
}

.about_author a {
    font-weight: normal;
    font-weight: 600;
    color: #282828
}

.about_author a:hover {
    color: #2ecc71
}

#related_posts .post-listing .related-item:first-child {
    padding-left: 0
}

#related_posts .post-listing .related-item:last-child {
    padding-right: 0
}

.widget_contents-component [class*="su-"] img {
    border: none
}

.king-sidebar ul.arrows_list1 i {
    margin-right: 5px
}

body .king-sidebar ul li {
    list-style: none
}

.king-sidebar {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.king-sidebar ul.arrows_list1 {
    padding: 0;
    margin: 0;
    float: left;
    margin-top: -10px
}

.king-sidebar ul.arrows_list1 i {
    margin-right: 4px
}

.sidebar_title {
    float: left;
    width: 100%
}

.king-sidebar ul.arrows_list1 {
    padding: 0;
    margin: 0;
    float: left;
    margin-top: -10px;
    width: 100%;
    clear: both
}

.king-sidebar ul.arrows_list1 ul.arrows_list1 {
    margin-top: 0;
    margin-left: 15px
}

.king-sidebar ul.arrows_list1 i {
    margin-right: 4px
}

.clientsays_widget h4 {
    margin-bottom: 18px;
    float: left;
    font-weight: 300;
    width: 100%
}

.entry-content h4 {
    float: none
}

.king-sidebar h4 i,.clientsays_widget h4 i {
    font-weight: 500;
    font-style: normal
}
.blog-stlye-2 {
}

.blog-stlye-2 .kc-list-item-3 {
    background: rgb(251, 250, 248);
    transition: all ease 250ms;
}

.blog-stlye-2 .kc-list-item-3:hover {
    background: #2f2928;
}

.blog-stlye-2 .kc-list-item-3 .post-title-alt {
    padding: 10px 30px;
    text-transform: inherit;
    color: #282828;
    text-align: left;
    margin: 0px;
}
.blog-stlye-2 .kc-list-item-3:hover .entry-excerpt{
}
.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a {
    text-transform: none;
    font-size: 17px;
    color: #282828;
    font-weight: 500;
}
.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a:hover {
	text-decoration: underline;
}
.blog-stlye-2 .kc-list-item-3:hover a{
	color: #eee !important;	
}

.blog-stlye-2 .kc-list-item-3 .post-title-alt:before {
    display: none;
}

.blog-stlye-2 .kc-list-item-3 .entry-excerpt {
    padding: 0 30px;
    text-align: left;
}

.blog-stlye-2 .kc-list-item-3 .entry-meta {
    margin-top: 25px;
    text-align: left;
    padding: 0 30px;
}
.blog-stlye-2 .kc-list-item-3 .entry-meta a{
	font-family: 'Playfair Display', sans;
    font-style: italic;	
}
.blog-stlye-2 .kc-list-item-3 .entry-meta a {
    text-transform: capitalize;
    font-size: 14px;
    color: #42BCE2;
}

.blog-stlye-2 .kc-list-item-3 .entry-meta a:hover {
    text-decoration: underline;
}

.blog-stlye-2 .kc-list-item-3 .entry-thumb-wrapper {
    background: #000;
    overflow: hidden;
}
.kc-blog-posts-3 .kc-list-item-3 .entry-thumb-link:hover img{
	transform: scale(1.2);
}
.blog-stlye-2 .kc-list-item-3 .entry-thumb-wrapper img {
    transition: all 250ms ease;
}
.blog-stlye-2 .kc-list-item-3:hover .entry-excerpt{
	color: rgb(140, 140, 140);
}
.blog-stlye-2 .kc-list-item-3:hover .entry-excerpt p,
.blog-stlye-2 .kc-list-item-3:hover .entry-meta a{
	color: #c7b299;
}

.widget_rss li {
    display: inline-block;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px
}

h3.widget-title {
    margin-bottom: 30px;
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    clear: both;
    width: 100%;
    text-transform: uppercase
}

h3.widget-title i {
    font-weight: 500;
    font-style: normal
}

.king-sidebar h3.widget-title span {
    font-weight: 500;
    color: #181818
}

#sliderContent h3.widget-title {
    margin-bottom: 15px
}

.right-column .widget,.king-sidebar .widget {
    margin-bottom: 40px;
    width: 100%;
    clear: both;
    float: right
}

.king-sidebar select {
    max-width: 90%
}

#searchform #s,.widget_product_search .search-field {
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 6px 10px 5px;
    float: left;
    height: 36px;
    width: 70%
}

#searchform #searchsubmit,.widget_product_search input[type="submit"] {
    padding: 9px 10px;
    width: 30%;
    margin-left: -1px;
    cursor: pointer;
    background: #2ecc71
}

#searchform #searchsubmit:hover,.widget_product_search input[type="submit"]:hover {
    background: #282828;
    color: #fff
}

#searchform {
    max-width: 350px
}

.post.no-results.not-found #searchform #searchsubmit {
    height: 36px;
    padding-top: 6px
}

#comment_submit {
    float: left;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-weight: 600
}

#comment_submit:hover {
    background-color: #eee
}

#calendar_wrap {
    clear: both
}

.clogo_small,.clogo_small li {
    list-style: none!important;
    margin: 0
}

.right-column .widget:first-child {
    margin-top: 0
}

#wp-calendar {
    border-spacing: 1px;
    width: 100%
}

#wp-calendar th {
    text-align: center;
    line-height: 30px;
    background: #2ecc71;
    color: #fff
}

#wp-calendar td {
    text-align: center;
    line-height: 28px;
    background: #f9f9f9;
    border-right: 1px solid #F0F0F0;
    padding: 5px
}

#footer-group h3.widget-title {
    margin-bottom: 20px
}

body * .wpb_content_element {
    margin-bottom: 0
}

ul.list1,body ul.list1 li {
    list-style: none
}

ul.recent_posts_list {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left
}

.recent_posts_list li {
    padding: 0 0 13px 0;
    margin: 0 0 16px 0;
    list-style-type: none;
    border-bottom: none;
    float: left;
    width: 100%
}

.recent_posts_list li a {
    text-decoration: none;
    line-height: 17px;
    display: block;
    color: #999
}

.recent_posts_list li a:hover {
    color: #2ecc71
}

.recent_posts_list li img {
    max-width: 100%;
    border: 1px solid #eee;
}

.recent_posts_list li span {
    float: left;
    margin-right: 15px
}

.recent_posts_list li span img {
    float: left;
    margin-right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    border: 1px solid #eee
}

.recent_posts_list li span img:hover {
    float: left;
    margin-right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8
}

.recent_posts_list li i {
    padding: 1px 0 0 0;
    margin: 0;
    display: block;
    font-size: 10px;
    font-style: normal;
    color: #c9c9c9
}

.recent_posts_list li.last {
    padding: 0 0 7px 0;
    margin: 0 0 0 0;
    border-bottom: 0 solid #f5f6f6
}

.pagination {
    clear: both;
    margin-bottom: 0;
    text-align: center
}

.pagination b {
    margin: 0;
    padding: 0 10px;
    font-weight: normal;
    color: #999
}

#sidebar ul.arrows_list1 li {
    padding: 5px 0
}

.adsbanner-list li {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 5%
}

#tabs {
    padding: 0 0 0 0;
    float: left;
    clear: both;
    width: 100%;
    background-color: #eee
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 43px;
    width: 100%;
}

.tab_container .recent_posts_list li {
    border-bottom: 1px solid #eee
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 43px;
    width: 80px;
    line-height: 43px;
    border-left: none;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #fff
}

ul.tabs li a {
    text-decoration: none;
    color: #282828;
    display: block;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    background: #eee;
    text-align: center;
    text-transform: uppercase
}

ul.tabs li a:hover {
    background: #454545;
    color: #fff
}

ul.tabs li.last {
    border-right: 0 solid #fff
}

ul.tabs li.active,html ul.tabs li.active a,html ul.tabs li.active a:hover {
    background: #2ecc71;
    color: #fff
}

.tab_container {
    overflow: hidden;
    clear: both;
    float: left;
    background: #fafafa;
    padding: 20px 20px 20px 20px;
    width: 100%;
    display: none
}

.tab_content {
    padding: 10px 0;
    font-size: 12px;
    background: #fff
}

.gray_border {
    width: 100%;
    height: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DCDCDC
}

ul.tags {
    padding: 0 0 10px 0;
    margin: 0;
    float: left
}

.tags li {
    float: left;
    padding: 0;
    margin: 0 5px 5px 0;
    list-style-type: none;
    line-height: 25px
}

.tags li a,.tagcloud a {
    float: left;
    padding: 3px 10px;
    background-color: #EEEEEE;
    border-radius: 2px;
    color: #909090;
    font-size: 12px
}

.tagcloud a {
    margin: 0 5px 5px 0
}

.widget .tags li a:hover,.tagcloud a:hover {
    background-color: #3dccc7;
    color: #fff
}

#comments {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    margin-top: 0px;
}

#comments h3#reply-title {
    display: inline-block;
    width: 100%
}

article,aside,details,figcaption,figure,footer,header,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

select {
    max-width: 100%
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
    clear: both
}

.wpb_row h1,.wpb_row h2,.wpb_row h3,.wpb_row h4,.wpb_row h5,.wpb_row h6 {
    clear: inherit
}

.post li h1,.post li h2,.post li h3,.post li h4,.post li h5,.post li h6 {
    clear: none;
    line-height: initial
}

body .flips1 p {
    margin-bottom: 0
}

body .flips1 h4 {
    margin-bottom: 10px
}

address {
    font-style: italic;
    margin: 0 0 24px
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,kbd,pre,samp {
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

blockquote,q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px
}

blockquote p {
    font-style: italic
}

blockquote blockquote {
    margin-right: 0
}

blockquote cite,blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase
}

blockquote em,blockquote i {
    font-style: normal;
    font-weight: 300
}

blockquote strong,blockquote b {
    font-weight: 400
}

small {
    font-size: smaller
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl {
    margin: 0 20px
}

dt {
    font-weight: bold
}

dd {
    margin: 0 0 20px
}

#gallery-1 .gallery-item {
    margin: 0
}

.entry-content ol {
    list-style-type: decimal
}

.entry-content ol ul {
    list-style-type: circle
}

.entry-content ol ul ul {
    list-style-type: square
}

.entry-content ul ul {
    list-style-type: square
}

menu,.entry-content ol,.entry-content ul {
    padding: 0;
    margin: 0 0 10px 25px
}

.entry-content .post_meta_links {
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both
}

.entry-content ul {
    list-style-type: disc
}

ul.post_meta_links,ul.post_meta_links li,.entry-content [class^="parallax_"] li,.entry-content [class^="features"] li {
    list-style: none
}

nav ul,nav ol,. {
    list-style: none;
    list-style-image: none
}

li > ul,li > ol {
    margin: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,input,select,textarea {
    margin: 0;
    vertical-align: baseline
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],input[disabled] {
    cursor: default
}

input[type="checkbox"],input[type="radio"] {
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    width: 270px
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.post input[type="text"],.post input[type="email"],.post input[type="password"],.woocommerce-product-search input[type="submit"] {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    height: 35px;
    padding: 5px 10px 5px 10px;
    color: #999;
    font-size: 13px
}

.post input[type="submit"] {
    padding: 0 15px;
    cursor: pointer;
    height: 35px;
    background: #555;
    color: #fff;
    border: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%
}

caption,th,td {
    font-weight: normal;
    text-align: left
}

caption {
    font-size: 16px;
    margin: 20px 0
}

#calendar_wrap caption {
    margin: 0 0 10px 0;
    font-size: 13px
}

th {
    font-weight: bold;
    text-transform: uppercase
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0
}

del {
    color: #282828
}

ins {
    background: #fff9c0;
    text-decoration: none;
    color: #282828;
    padding: 0 5px
}

hr {
    background: url(images/dotted-line.html) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px
}

.entry-content img.alignleft,.entry-content .wp-caption.alignleft {
    margin-right: 18px
}

.entry-content img.alignright,.entry-content .wp-caption.alignright {
    margin-left: 18px
}

.entry-content .page-link {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.entry-content .page-link a {
    font-size: 12px;
    color: #454545;
    background-color: #eee;
    margin-right: 4px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 3px
}

.entry-content .page-link a:hover {
    color: #fff;
    background-color: #454545
}

.entry-content .post_meta_links li.post_categoty a {
    display: inline-block
}

.cd-container {
    width: 98%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center
}

.cd-container::after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (min-width: 1170px) {
}

#cd-timeline {
    position: relative;
    padding: 0 0;
    margin-top: 2em;
    margin-bottom: 2em
}

#cd-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f3f3f3;
    z-index: -1;
}

.cd-nomore {
    position: relative;
    background-color: #eee;
    padding: 5px 10px;
    color: #aaa;
    font-size: 12px;
    display: inline-block;
    margin-bottom: -10px
}

#cd-timeline .btn {
    display: inline-block
}

@media only screen and (min-width: 1000px) {
    #cd-timeline {
        margin-top:3em;
        margin-bottom: 3em
    }

    #cd-timeline:before {
        left: 50%;
        margin-left: -2px
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
    text-align: left;
    *zoom:1}

.cd-timeline-block:before,.cd-timeline-block:after {
    content: " ";
    display: table
}

.cd-timeline-block:after {
    clear: both
}

.cd-timeline-block:first-child {
    margin-top: 0
}

.cd-timeline-block:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin:4em 0
    }

    .cd-timeline-block:first-child {
        margin-top: 0
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #f3f3f3,inset 0 2px 0 rgba(0,0,0,0.05),0 3px 0 4px rgba(0,0,0,0.05)
}

.cd-timeline-img img {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 100%;
    max-height: 100%
}

.cd-timeline-img.cd-picture {
    background: #e3e3e3
}

.cd-timeline-img.cd-movie {
    background: #e3e3e3
}

.cd-timeline-img.cd-location {
    background: #e3e3e3
}

@media only screen and (min-width: 1000px) {
    .cd-timeline-img {
        width:60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5)
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -o-transform: scale(0.5)
    }

    60% {
        opacity: 1;
        -o-transform: scale(1.2)
    }

    100% {
        -o-transform: scale(1)
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        transform: scale(0.5)
    }

    60% {
        opacity: 1;
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #f3f3f3;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #e3e3e3;
    *zoom:1}

.cd-timeline-content:before,.cd-timeline-content:after {
    content: " ";
    display: table
}

.cd-timeline-content:after {
    clear: both
}

.cd-timeline-content h2 {
    color: #35d3b7;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: initial
}

.cd-timeline-content p,.cd-timeline-content .cd-read-more,.cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem
}

.cd-timeline-content .cd-read-more,.cd-timeline-content .cd-date {
    display: inline-block
}

.cd-timeline-content p.text {
    margin: 5px 0;
    line-height: 23px;
    font-size: 14px
}

.cd-timeline-content .cd-read-more {
	float: right;
    padding: .88em 1.8em;
    background: #999;
    color: white;
    border-radius: 0.25em;
    transition: all 0.3s ease;
    font-weight: 600;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #35d3b7;
    text-decoration: none !important;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0
}

.cd-timeline-content .cd-date strong {
    background-color: #35d3b7;
    color: #fff;
    padding: 5px 12px
}

.cd-timeline-content .cd-date strong {
    position: relative;
    background: #35d3b7
}

.cd-timeline-content .cd-date strong:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(47,146,238,0);
    border-left-color: #35d3b7;
    border-width: 8px;
    margin-top: -8px
}

.cd-timeline-content .cd-date b {
    background-color: #35d3b7;
    color: #fff;
    padding: 5px 12px
}

.cd-timeline-content .cd-date b {
    position: relative;
    background: #35d3b7
}

.cd-timeline-content .cd-date b:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(47,146,238,0);
    border-right-color: #35d3b7;
    border-width: 8px;
    margin-top: -8px
}

.cd-timeline-content:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white
}

@media only screen and (min-width: 320px) {
    .cd-timeline-content h2 {
        font-size:20px;
        font-size: 1.25rem
    }

    .cd-timeline-content .cd-read-more,.cd-timeline-content .cd-date {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1000px) {
    .cd-timeline-content {
        margin-left:0;
        padding: 1.6em;
        width: 45%
    }

    .cd-timeline-content:before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white
    }

    .cd-timeline-content .cd-read-more {
        float: left
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s
    }
}

@media only screen and (min-width: 1000px) {
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation:cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -o-transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        transform: translateX(20px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -o-transform: translateX(100px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(-20px)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        transform: translateX(-20px)
    }

    100% {
        transform: translateX(0)
    }
}

#content #comments {
    margin-top: 60px
}

#comments #commentform > p {
    float: left;
    width: 100%;
    margin-bottom: 0
}

#comments #commentform input,#comments #commentform textarea {
    float: left;
    width: 100%
}

#comments #commentform input[type="submit"] {
    width: auto
}

.admin-bar .opstycky1 {
    top: 32px
}

.post .entry-content ul li {
    list-style: disc
}

.post .entry-content ul li ul li {
    list-style: square
}

.post .entry-content .post_meta_links li {
    list-style: none
}

.post .entry-content .wp-caption.aligncenter {
    margin: 0 auto
}

.widget label {
    float: left;
    width: 100%
}

.widget select {
    float: left;
    width: 100%;
    border-radius: 0;
    padding: 6px 10px 5px;
    border: 1px solid #ccc
}

.widget.widget_search #searchform #searchsubmit {
    padding: 6.5px 10px;
    border: 0;
    color: #fff
}

.comment_text ul {
    list-style-type: disc;
    margin: 0 0 10px 25px
}

.comment_text ul li {
    list-style-type: disc
}

.comment_text ul ul li {
    list-style-type: square
}

.comment_text ol {
    list-style-type: decimal;
    margin: 0 0 10px 25px
}

.comment_text ol li {
    list-style-type: decimal
}

.comment_text ol ol li {
    list-style-type: decimal
}

.comment .edit-link .comment-edit-link {
    color: #d3d3d3;
    font-size: 14px!important
}

.comment .edit-link .comment-edit-link:hover {
    color: #727272
}

.logged-in.admin-bar header.header {
    margin-top: 32px
}

.gallery .gallery-item {
    margin: 0
}

.widget.widget_recent_comments ul li {
}

.widget.widget_recent_comments ul li .comment-author-link {
    display: inline;
    float: none;
    margin-right: 5px
}

.widget.widget_recent_comments ul li .comment-author-link a {
    float: none!important;
    display: inline
}

.widget.widget_recent_comments ul li > a {
    display: inline;
    float: none!important;
    margin-left: 5px
}

.widget.widget_rss .rsswidget {
    margin-right: 5px
}

.widget select option {
    width: 100%
}

.widget.widget_tabbed .tabs li {
    padding: 0!important;
    width: auto!important
}

.widget.widget_tabbed .tab_container li {
    width: auto!important;
    border-bottom: 0!important;
    padding: 0!important
}

.widget.widget_tabbed .tabs li a {
    display: block;
    padding: 0 10px;
    color: #fff!important
}

.widget_nav_menu ul.sub-menu {
    padding-left: 15px
}

.widget_nav_menu ul.sub-menu li:first-child {
    padding-top: 9px!important;
    margin-top: 9px;
    border-top: 1px solid #eee
}

.widget_nav_menu ul.sub-menu li:last-child {
    border-bottom: 0!important;
    padding-bottom: 0!important
}

.wp-caption.aligncenter {
    margin: 0 auto
}

/*=================================
	Shortcode Style
==================================*/
.kc-pricings-layout-5 .pricing-table-5 li.title h3 {
    font-size: 26px;
}

.kc-pricings-layout-4 .pacdetails li,.kc-pricings-layout-1 .pricing-tables .cont-list li,.kc-pricings-layout-1 .pricing-tables.highlight .cont-list li {
    padding: 0;
    text-align: center;
}

.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.85);
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.overlay .modal {
    cursor: auto;
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 50%;
    max-height: 75px;
    padding: 0;
    background-color: #282828;
    -webkit-box-shadow: 0 0 0 4px rgba(117,117,117,1);
    -moz-box-shadow: 0 0 0 4px rgba(117,117,117,1);
    box-shadow: 0 0 0 4px rgba(117,117,117,1)
}

.overlay.shown {
    opacity: 1
}

.overlay .sitesearch_input {
    float: left;
    width: 80%;
    height: 75px;
    padding: 0 30px;
    background: #282828;
    border: none;
    font-size: 18px;
    color: #fff
}

.overlay .sitesearch_but {
    float: left;
    color: #fff;
    width: 20%;
    height: 75px;
    background: #2ecc71;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 0
}

.overlay .sitesearch_but:hover {
    background: #999
}

@media only screen and (max-width: 999px) {
    .overlay .modal {
        max-width:85%;
        max-height: 75px
    }
}

.uni_latest_posts p {
    font-size: 16px;
    padding: 25px 0 50px 0
}

.uni_latest_posts .box01 {
    background-color: #f3f3f3;
    padding-bottom: 25px;
    text-align: left;
    transition: all 0.3s ease
}

.uni_latest_posts h4 {
    padding: 18px 0 0 40px;
    text-align: left;
    font-weight: 300
}

.uni_latest_posts b {
    font-size: 13px;
    text-align: left;
    padding: 20px 0 0 40px;
    font-weight: normal
}

.uni_latest_posts .box02 {
    background-color: #2ecc71;
    padding: 0 40px 0 40px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
    height: 332px;
    display: table
}

.uni_latest_posts .box02 div {
    display: table-cell;
    vertical-align: middle
}

.uni_latest_posts .box02 div em {
    color: #fff
}

.uni_latest_posts h3 {
    text-align: center;
    font-weight: 300;
    font-size: 27px;
    line-height: 30px;
    text-transform: none;
    color: #fff;
    margin-bottom: 25px
}

.uni_latest_posts em {
    font-size: 13px;
    font-weight: normal;
    font-style: normal
}

.uni_latest_posts .box03 {
    float: left;
    width: 100%;
    background: #3cbcd2;
    transition: all 0.3s ease
}

.uni_latest_posts .box03 img {
    opacity: 0.1;
    float: left;
    width: 100%
}

.uni_latest_posts .box03 .content {
    text-align: left;
    position: absolute;
    top: 120px
}

.uni_latest_posts h1 {
    font-size: 30px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 15px;
    padding-left: 40px;
    text-transform: none
}

.uni_latest_posts .box01:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(46,204,113,1);
    -moz-box-shadow: 0 0 0 10px rgba(46,204,113,1);
    box-shadow: 0 0 0 10px rgba(46,204,113,1)
}

.uni_latest_posts .box02:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(39,39,39,1);
    -moz-box-shadow: 0 0 0 10px rgba(39,39,39,1);
    box-shadow: 0 0 0 10px rgba(39,39,39,1)
}

.uni_latest_posts .box03:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(39,39,39,1);
    -moz-box-shadow: 0 0 0 10px rgba(39,39,39,1);
    box-shadow: 0 0 0 10px rgba(39,39,39,1)
}

/*==============================
	Sidebar Style
================================*/
.sb-slidebar {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    z-index: 0;
    display: none;
    background-color: #364150
}

.sb-slidebar,.sb-slidebar * {
    -webkit-transform: translateZ( 0 )
}

.sb-left {
    left: 0
}

.sb-right {
    right: 0
}

html.sb-static .sb-slidebar,.sb-slidebar.sb-static {
    position: absolute
}

.sb-slidebar.sb-active {
    display: block
}

.sb-style-overlay {
    z-index: 9999
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch
}

.sb-slidebar {
    width: 30%
}

.sb-width-thin {
    width: 15%
}

.sb-width-wide {
    width: 45%
}

@media (max-width: 480px) {
    .sb-slidebar {
        width:70%
    }

    .sb-width-thin {
        width: 55%
    }

    .sb-width-wide {
        width: 85%
    }
}

@media (min-width: 481px) {
    .sb-slidebar {
        width:55%
    }

    .sb-width-thin {
        width: 40%
    }

    .sb-width-wide {
        width: 70%
    }
}

@media (min-width: 768px) {
    .sb-slidebar {
        width:50%
    }

    .sb-width-thin {
        width: 25%
    }

    .sb-width-wide {
        width: 55%
    }
}

@media (min-width: 992px) {
    .sb-slidebar {
        width:30%
    }

    .sb-width-thin {
        width: 15%
    }

    .sb-width-wide {
        width: 45%
    }
}

@media (min-width: 1200px) {
    .sb-slidebar {
        width:20%
    }

    .sb-width-thin {
        width: 5%
    }

    .sb-width-wide {
        width: 35%
    }
}

.sb-slide,#main.site_wrapper,.sb-slidebar {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform,left,right;
    -webkit-backface-visibility: hidden
}

.sb-slide,.sb-slidebar {
    -webkit-transform: translate( 0 );
    -moz-transform: translate( 0 );
    -o-transform: translate( 0 );
    transform: translate( 0 )
}

.sb-hide {
    display: none
}

.sb-slidebar ul.nav {
    margin: 0;
    padding: 0
}

.sb-slidebar ul.nav > li > a {
    display: block;
    padding: 15px;
    background-color: #2C3542;
    border-bottom: 1px solid #3d4957;
    color: #fff
}

.sb-slidebar ul.nav > li.current-menu-item > a {
    background: #35d3b7;
    color: #fff
}

.sb-slidebar .nav>li>.dropdown-menu li a {
    color: #fff
}

.sb-slidebar .col-xs-1,.sb-slidebar .col-sm-1,.sb-slidebar .col-md-1,.sb-slidebar .col-lg-1,.sb-slidebar .col-xs-2,.sb-slidebar .col-sm-2,.sb-slidebar .col-md-2,.sb-slidebar .col-lg-2,.sb-slidebar .col-xs-3,.sb-slidebar .col-sm-3,.sb-slidebar .col-md-3,.sb-slidebar .col-lg-3,.sb-slidebar .col-xs-4,.sb-slidebar .col-sm-4,.sb-slidebar .col-md-4,.sb-slidebar .col-lg-4,.sb-slidebar .col-xs-5,.sb-slidebar .col-sm-5,.sb-slidebar .col-md-5,.sb-slidebar .col-lg-5,.sb-slidebar .col-xs-6,.sb-slidebar .col-sm-6,.sb-slidebar .col-md-6,.sb-slidebar .col-lg-6,.sb-slidebar .col-xs-7,.sb-slidebar .col-sm-7,.sb-slidebar .col-md-7,.sb-slidebar .col-lg-7,.sb-slidebar .col-xs-8,.sb-slidebar .col-sm-8,.sb-slidebar .col-md-8,.sb-slidebar .col-lg-8,.sb-slidebar .col-xs-9,.sb-slidebar .col-sm-9,.sb-slidebar .col-md-9,.sb-slidebar .col-lg-9,.sb-slidebar .col-xs-10,.sb-slidebar .col-sm-10,.sb-slidebar .col-md-10,.sb-slidebar .col-lg-10,.sb-slidebar .col-xs-11,.sb-slidebar .col-sm-11,.sb-slidebar .col-md-11,.sb-slidebar .col-lg-11,.sb-slidebar .col-xs-12,.sb-slidebar .col-sm-12,.sb-slidebar .col-md-12,.sb-slidebar .col-lg-12 {
    padding: 0;
    margin: 0
}

.sb-slidebar.sb-left .nav .yamm-fw .yamm-content {
    margin-left: 0!important
}

.sb-slidebar ul.nav > li > ul.dropdown-menu li > a,.sb-slidebar ul.nav > li > ul.dropdown-menu li li a {
    display: block;
    padding: 10px 15px 10px 30px;
    border-top: 1px solid #3d4957
}

.sb-slidebar ul.nav > li > ul.dropdown-menu li:hover > a,.sb-slidebar ul.nav > li > ul.dropdown-menu li li:hover a {
    background: #2C3542;
    color: #b4bcc8
}

.sb-slidebar .list-unstyled li:first-child {
    border: none;
    margin-bottom: 0
}

.sb-slidebar .list-unstyled li p {
    color: #2ECC71;
    padding: 10px 15px 10px 30px!important;
    display: block;
    line-height: 24px;
    margin: 0
}

.sb-slidebar .dropdown-menu>li>a {
    padding: 11px 20px 11px 30px!important
}

body .sb-slidebar ul.nav > li.buynowbut {
    padding: 0!important;
    width: 100%
}

body .sb-slidebar ul.nav > li.buynowbut a {
    border: none;
    border-bottom: 1px solid #3d4957;
    border-radius: 0;
    padding: 15px
}

body .sb-slidebar .list-unstyled > li {
    padding: 0
}

.sb-slidebar .tpbut.minicart-li {
    float: left;
    padding: 15px
}

.sb-slidebar li.nav-search>a i {
    float: left;
    margin-top: 6px!important;
    margin-right: 10px
}

.sb-slidebar .minicart-li a i {
    margin-right: 20px
}

.sb-slidebar .list-unstyled li.dart {
    padding: 15px;
    width: calc(100% - 30px);
    color: #FFF
}

.sb-slidebar .container {
    width: 100%
}

.sb-slidebar .dropdown-menu .container > .kc_col-sm-4 {
    border: none
}

.sb-slidebar .row {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0
}

.sb-slidebar .nav_has_cart ul.nav>li>a {
    padding: 15px
}

.sb-slidebar .tpbut.minicart-li a {
    color: #ffffff
}

.sb-slidebar nav.nav_has_cart {
    width: 100%
}

.sb-slidebar .dropdown-menu .container > .kc_col-sm-4 {
    width: 100%
}

.sb-slidebar nav .menu-main-menu-container {
    width: 100%
}

.sb-slidebar nav .nav-button {
    margin-left: 15px
}

.sb-slidebar #menu-onepage + ul {
    margin: 10px 15px
}

.sb-slidebar #menu-onepage + ul li {
    float: left;
    margin-right: 15px
}

.sb-slidebar #menu-onepage + ul li a:hover {
    color: #FFFFFF
}

@media only screen and (max-width: 999px) {
    .sb-toggle-right {
        right:20px;
        left: auto!important
    }

    .sb-slidebar .dropdown-menu .kc_row > .kc_col-sm-4 {
        width: 100%;
        margin-right: 0;
        border-right: none;
        padding: 0
    }
}

/*=====================================
	Master Slider
=======================================*/
.master-slider {
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0,0,0)
}

.master-slider a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.master-slider,.master-slider * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.master-slider.before-init {
}

.master-slider.ms-fullheight {
    height: 100%
}

.ms-layout-partialview .ms-view {
    overflow: visible;
    background-color: transparent
}

.ms-layout-partialview .ms-container {
    overflow: hidden
}

.master-slider img,.ms-slide-bgvideocont video {
    max-width: none
}

.ms-ie img {
    border: none
}

.ms-ie8 * {
    opacity: inherit;
    filter: inherit
}

.ms-ie7 {
    zoom:1}

.ms-moz .ms-slide-bgcont>img {
    transform: translateX(0px)
}

.ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0
}

.master-slider .ms-slide-bgcont img {
    max-width: initial
}

.ms-slide-auto-height {
    display: table
}

.ms-no-swipe,.ms-def-cursor {
    cursor: auto!important
}

.ms-grab-cursor {
    cursor: url(images/grab.png),move
}

.ms-grabbing-cursor {
    cursor: url(images/grabbing.png),move
}

.ms-ie .ms-grab-cursor {
    cursor: move
}

.ms-ie .ms-grabbing-cursor {
    cursor: move
}

.ms-view {
    margin: 0 auto;
    overflow: hidden;
    background: black;
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px
}

.ms-view .ms-slide-container {
    position: relative
}

.ms-slide {
    position: absolute;
    height: 100%;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px)
}

.ms-wk .ms-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.ms-slide.selected {
}

.ms-slide .ms-slide-bgcont,.ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background-color: #000;
}
.ms-slide .ms-slide-bgcont img{
	opacity: 0.65;	
}
.ms-slide .ms-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 110
}

.ms-ie .ms-slide-link {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRÃ¢â‚¬Å’Ã¢â‚¬â€¹AA7") 0 0 repeat
}

.ms-slide .ms-slide-bgvideocont {
    z-index: 105;
    height: 100%
}

.ms-wk .ms-slide .ms-slide-bgvideocont,.ms-wk .ms-slide-bgvideocont>video {
    -webkit-transform: translateZ(0.3px);
    transform: translateZ(0.3px)
}

.ms-slide .ms-slide-bgvideo {
    position: absolute;
    top: 0
}

.ms-inner-controls-cont,.ms-container {
    position: relative;
    margin: 0 auto
}

.ms-slide .ms-slide-bgcont img,.ms-container,.ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ms-slide .ms-layer {
    position: absolute
}

.ms-slide .ms-slide-layers {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 109;
    top: 0
}

.ms-slide .ms-slide-video {
    position: absolute;
    top: 0;
    z-index: 111;
    background: black;
    padding: 0;
    margin: 0;
    border: none
}

.ms-parallax-layer {
    width: 100%;
    position: absolute;
    top: 0
}

.ms-scroll-parallax-cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.ms-wk .ms-scroll-parallax-cont {
    -webkit-transform: translateZ(0.4px);
    transform: translateZ(0.4px)
}

.ms-action-layer {
    cursor: pointer
}

.ms-btn-container {
    position: absolute
}

.ms-btn {
    text-decoration: none;
    display: inline-block;
    color: black;
    position: relative;
    padding: 8px 15px;
    cursor: pointer;
    white-space: nowrap
}

.ms-default-btn {
    background: #0074A2;
    border-radius: 5px;
    color: #FFF
}

.ms-default-btn:hover {
    background-color: #0098D5
}

.ms-default-btn:active {
    top: 1px
}

.ms-btn-s {
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0
}

.ms-btn-m {
    padding: 12px 40px
}

.ms-btn-n {
    padding: 8px 25px;
    font-size: 95%
}

.ms-btn-l {
    padding: 17px 50px;
    font-size: 120%
}

.ms-btn-box {
}

.ms-btn-round {
    border-radius: 5px
}

.ms-btn-circle {
    border-radius: 100px
}

.ms-btn-outline-box {
}

.ms-btn-outline-round {
    border-radius: 5px
}

.ms-btn-outline-circle {
    border-radius: 100px
}

.ms-layer.video-box {
    background: black
}

.ms-layer.video-box iframe {
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 111
}

.ms-slide .ms-slide-vpbtn,.ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 112
}

.ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 113
}

.ms-slide-vcbtn-mobile {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: black;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 113
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(images/video-close-btn.html) no-repeat 0 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px
}

.ms-wk .ms-slide .ms-slide-vcbtn,.ms-wk .ms-slide .ms-slide-layers,.ms-wk .ms-slide .ms-slide-vpbtn,.ms-wk .ms-slide .ms-slide-video,.ms-wk .ms-slide-link {
    -webkit-transform: translateZ(0.44px);
    transform: translateZ(0.44px)
}

.ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left
}

.ms-thumb-list {
    overflow: hidden;
    position: absolute
}

.ms-thumb-list.ms-dir-h {
    width: 100%
}

.ms-thumb-list.ms-dir-v {
    height: 100%;
    top: 0
}

.ms-thumbs-cont {
    position: relative
}

.ms-thumb-frame img {
    width: 100%;
    height: auto
}

.ms-thumb-frame {
    cursor: pointer;
    float: left;
    overflow: hidden;
    opacity: 0.5;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms
}

.ms-thumb-frame-selected {
    opacity: 1
}

.ms-tabs .ms-thumb-frame {
    background: rgba(0,0,0,0.5);
    text-shadow: none;
    color: #fff;
    border: solid 1px rgba(255,255,255,0.2);
    border-width: 0 1px 1px 0;
    overflow: visible;
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: 13px
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
    margin-left: 12px
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
    margin-left: 0
}

.ms-tabs.ms-dir-h.ms-align-top {
    z-index: 140
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
    margin-top: -12px
}

.ms-tabs .ms-thumb {
    padding: 0 0;
    text-align: center
}

.ms-tabs .ms-thumb-frame-selected,.ms-tabs .ms-thumb-frame:hover {
    opacity: 1;
    background: #35d3b7
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    top: 0;
    left: 50%;
    margin-left: -12px;
    border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol,.ms-tabs .ms-thumb-frame:hover .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #35d3b7
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
    bottom: 0;
    top: auto;
    border-bottom: 0;
    border-top: solid 12px #ef4836
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    bottom: -12px;
    border-top-color: #EDEDED
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: #EDEDED
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    right: -12px;
    border-left-color: #EDEDED
}

.ms-bullet {
    cursor: pointer;
    float: left
}

.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px
}

.ms-bullets.ms-dir-v {
    position: absolute;
    top: 50%
}

.ms-bullets.ms-dir-v .ms-bullet {
    float: none
}

.ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%
}

.ms-sbar {
    position: absolute
}

.ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px
}

.ms-sbar.ms-dir-v {
    top: 10px;
    bottom: 10px;
    right: 5px
}

.ms-sbar .ms-bar {
    height: 4px;
    background: #282828;
    border-radius: 4px
}

.ms-sbar.ms-dir-v .ms-bar {
    width: 4px
}

.ms-sbar .ms-bar {
    position: relative;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms
}

.ms-timerbar {
    width: 100%;
    bottom: 0;
    position: absolute
}

.ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer
}

.ms-ctimer-bullet {
}

.ms-time-bar {
    -webkit-transition: width 120ms linear;
    -moz-transition: width 120ms linear;
    -ms-transition: width 120ms linear;
    -o-transition: width 120ms linear;
    transition: width 120ms linear
}

.ms-ie7 .ms-tooltip-arrow {
    height: 0
}

.ms-slide-info {
    position: absolute
}

.ms-slide-info.ms-dir-v {
    top: 0
}

.ms-slide-info.ms-dir-h {
    width: 100%
}

@keyframes point-anim {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        opacity: 1
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes point-anim {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

.ms-android .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none
}

.ms-skin-default .ms-slide .ms-slide-vpbtn,.ms-skin-default .ms-video-btn {
    width: 102px;
    height: 102px;
    background: url(images/video-icon.png) no-repeat left top!important;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    background: url(images/light-skin-1.png) no-repeat -24px -28px;
    top: 18px;
    right: 30px
}

.ms-skin-default .ms-nav-next,.ms-skin-default .ms-nav-prev {
    width: 30px;
    background: url(images/light-skin-1.png);
    background-position: -89px -26px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -20px;
    position: absolute;
    z-index: 110
}

.ms-skin-default .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -89px -103px
}

.ms-skin-default .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(images/light-skin-1.png) no-repeat;
    margin: 4px;
    background-position: -34px -117px
}

.ms-skin-default .ms-bullet-selected {
    background-position: -34px -84px
}

.ms-skin-default .ms-time-bar {
    height: 3px;
    background: #FFFFFF;
    border-top: solid 1px rgba(0,0,0,0.41)
}

.ms-skin-default .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240,240,240,0.88);
    bottom: -10px
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240,240,240,0.88);
    top: -10px
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240,240,240,0.88);
    left: -10px
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240,240,240,0.88);
    right: -10px
}

.ms-skin-default .ms-tooltip-point {
    cursor: pointer
}

.ms-skin-default .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #BBB;
    background: white;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: black;
    background: rgba(0,0,0,0.36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite
}

.ms-skin-default .ms-tooltip {
    max-width: 200px
}

.ms-skin-default .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240,240,240,0.88);
    text-shadow: 0 1px 0 white;
    margin-left: -1px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and ( min--moz-device-pixel-ratio:2),only screen and ( -o-min-device-pixel-ratio:2/1),only screen and ( min-device-pixel-ratio:2),only screen and ( min-resolution:192dpi),only screen and ( min-resolution:2dppx) {
    .ms-skin-default .ms-slide .ms-slide-vpbtn,.ms-skin-default .ms-video-btn,.ms-skin-default .ms-slide .ms-slide-vcbtn,.ms-skin-default .ms-nav-next,.ms-skin-default .ms-nav-prev,.ms-skin-default .ms-bullet {
        background-image:url(images/light-skin-1-retina.png);
        background-size: 152px 225px
    }
}

.ms-tabs-template {
    max-width: 100%;
    margin: 0 auto;
    background: #000
}

.ms-tabs-vertical-template {
    max-width: 1170px
}

.ms-tabs-template .ms-thumb-frame h6 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 30px 0 0 0;
    ; line-height: 23px;
    letter-spacing: 1px
}

.ms-tabs-template .ms-thumb-frame h6 i {
    color: #fff;
    font-size: 27px;
    margin-right: 10px
}

.ms-layer.video-title {
    color: white;
    font-weight: 600;
    font-size: 42px;
    margin: 0;
    letter-spacing: 0
}

.ms-layer.video-title.video-top-title {
    font-size: 16px;
    color: gray
}

.ms-layer.video-title.video-sub-title {
    font-size: 22px;
    font-weight: 300
}

.ms-layer.v1-video strong {
    line-height: 35px;
    font-weight: 900
}

@media only screen and (max-width: 767px) {
    .ms-layer.img-arrow {
        margin-top:7.5px!important
    }

    .demo-slide-v2 {
        margin-top: 77px
    }
}

.ms-layer.v1_text1 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: normal;
    font-family: 'Playfair Display', sans;
    font-style: italic;
}

.ms-layer.v1_text2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: normal
}
.ms-layer.v1_text3 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: normal
}

.ms-layer.v1_sbut1 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #35d3b7;
    padding: 15px 34px;
    border-radius: 0;
    transition: all 0.3s ease;
    text-align: center
}

.demo-slide-v1 .ms-slide-container .ms-slide:first-child .ms-layer.v1_sbut1 {
    padding-right: 29px
}

.ms-layer.v1_sbut1:hover {
    color: #fff;
    background: #282828
}

.ms-layer.main_text1 {
    color: #fff;
    font-size: 72px;
    text-transform: none;
    font-weight: normal;
    line-height: 75px;
    letter-spacing: 0.5px;
}

.ms-layer.main_text2 {
    color: #fff;
    font-size: 27px;
    font-weight: normal;
    text-transform: none;
    line-height: 35px;
    letter-spacing: 0.5px;
}

.ms-layer.main_sbut1 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    background: #2ecc71;
    padding: 20px 75px 20px 40px;
    border-radius: 35px;
    transition: all 0.3s ease;
    line-height: 23px;
    text-align: center
}

.ms-layer.main_sbut1:hover {
    color: #fff;
    background: #3cbcd2
}
.ms-slide .ms-layer.alignleft{
	text-align: left;
}
.universe-slider-btn {
    color: #fff;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-transform: uppercase;
    padding: 13px 34px 12px 24px;
    font-weight: 600;
    border-radius: 2px;
    position: relative;
    vertical-align: bottom;
    white-space: 0.3px;
}

.universe-slider-btn:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
}
.universe-slider-btn:hover {
    background: #eee;
    border-color: #eee;
    color: #383838;
}
.universe-slider-btn.btn-color{
	background: #35d3b7;
	border-color: #35d3b7;	
}
.universe-slider-btn.btn-color:hover{
	color: 	#35d3b7;
	background: #fff;
	border-color: #fff;
}

.master-slider-main-widget .ms-mask-frame .main_text1 {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0px !important;
    position: relative;
    width: 540px
}

.master-slider-main-widget .ms-mask-frame .main_text1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 10px;
}

.master-slider-main-widget .ms-mask-frame .main_text1:after {
    width: 234px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
}

.master-slider-main-widget .ms-mask-frame .main_text1 span {
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-transform: uppercase
}

.master-slider-main-widget .ms-mask-frame .main_text1 span:last-child {
    font-size: 54px;
    line-height: 60px;
    font-weight: 700
}

.master-slider-main-widget .ms-mask-frame .main_text2 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    float: left;
    width: 100%;
    padding: 41px 0 28px!important;
    font-family: 'Playfair Display', sans;
    font-style: italic;
}

.master-slider-main-widget .ms-mask-frame .btn-style1 {
    border-radius: 0;
    color: #fff;
    padding: 0 53px 0 35px!important;
    line-height: 50px;
    font-size: 12px!important;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: auto!important
}

.master-slider-main-widget .ms-mask-frame .btn-style1:before {
    right: 35px;
    top: 18px
}

.master-slider-main-widget .ms-mask-frame .btn-style1:hover {
    background: #fff;
    border-color: #fff;
    color: #282828
}

.master-slider-main-widget .ms-mask-frame .btn-style1:hover:before {
    border-top-color: #282828
}

.master-slider-main-widget .ms-slide .v1_sbut1:after {
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    border-left-color: #fff;
    border-bottom-color: #fff
}

.master-slider-main-widget .ms-slide .v2_but2 {
    border: 2px solid #282828;
    color: #282828;
    border-radius: 0;
    padding: 9px 25px!important;
    text-transform: uppercase;
    letter-spacing: 1px
}

.master-slider-main-widget .ms-slide .v2_but2:after {
    content: '';
    width: 0;
    height: 0;
    border: 3px solid transparent;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    border-left-color: #282828;
    border-bottom-color: #282828
}

.master-slider-main-widget .ms-slide .v2_but2:hover {
    background: #fff;
    border-color: #fff
}

.master-slider-main-widget .ms-slide .v2_but {
    border: 2px solid rgba(0,0,0,0.2);
    color: #fff;
    border-radius: 0;
    padding: 8px 22px!important;
    text-transform: uppercase;
    background: #35d3b7;
    letter-spacing: 1px
}

.master-slider-main-widget .ms-slide .v2_but:after {
    content: '';
    width: 0;
    height: 0;
    border: 3px solid transparent;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    border-left-color: #fff;
    border-bottom-color: #fff
}

.master-slider-main-widget .ms-slide .v2_but:hover {
    background: transparent;
    border-color: #35d3b7;
    color: #35d3b7
}

.master-slider-main-widget .ms-slide .v2_but:hover:after {
    border-left-color: #35d3b7;
    border-bottom-color: #35d3b7
}

.master-slider-main-widget .ms-slide .shop_text2 {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    line-height: 28px;
}

.master-slider-main-widget .ms-slide .shop_text{
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	margin: 0 0 20px !important;
	color: #fff;
}
.master-slider-main-widget .ms-slide .btn-style3{
	background: transparent;
	border-radius: 100px;
	padding: 12px 33px !important;
}
.shop_slider .ms-slide .ms-slide-bgcont img{
	opacity: 0.8;
}
.master-slider-main-widget .ms-slide .btn-style3:hover{
	background: #35d3b7;
	color: #fff;
	border-color: #35d3b7;
}
.master-slider-main-widget .ms-slide .shop_but {
    border: 2px solid transparent;
    color: #282828;
    border-radius: 0;
    padding: 15px 28px!important;
    text-transform: uppercase;
    background: #fff;
    width: auto!important
}

.master-slider-main-widget .ms-slide .shop_but:after {
    content: '';
    width: 0;
    height: 0;
    border: 3px solid transparent;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    border-left-color: #282828;
    border-bottom-color: #282828
}

.master-slider-main-widget .ms-slide .shop_but:hover {
    background: #EBA687;
    border-color: #EBA687;
    color: #EBA687;
    color: #fff
}

.master-slider-main-widget .ms-slide .shop_but:hover:after {
    border-left-color: #fff;
    border-bottom-color: #fff
}

.ms-layer.text3 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 55px;
}

.master-slider.ms-skin-default .ms-slide .ms-slide-vpbtn {
    background: transparent !important;
    width: 66px;
    height: 64px;
    margin: -70px 0 0 -33px;
}

.master-slider.ms-skin-default .ms-slide .ms-slide-vpbtn:before {
    content: '\e614';
    font-family: 'Stroke-Gap-Icons';
    color: #fff;
    line-height: 62px;
    font-size: 62px;
    left: 1px;
    top: 0;
    position: absolute;
}

.feature_section3 .owl-tabs-style-1 .owl-theme .owl-item {
    padding: 0px;
}

.feature_section1 .welcome-left {
    background: #f3f3f3;
}

.feature_section1 .welcome-right {
    background: #344147;
}

.feature_section14 .desc .content-text p {
    color: #fff;
}

.special-fact.style-2 .special-fact-item .item-content:hover i {
    border-color: #35d3b7;
}

.v1_feature_section13 .desc .content-text p {
    color: #fff;
}

.feature-box-3 .kc-feature-boxes.kc-fb-layout-1{
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	background: #fff;
	padding-bottom: 50px;
}
.feature-box-3 .kc-feature-boxes.kc-fb-layout-1 .content-icon i{
	width: 100%;
	text-align: center;
	height: 250px;	
	line-height: 200px;
	font-size: 80px;
}
.feature-box-3 .kc-feature-boxes.kc-fb-layout-1 .content-title{
    margin-top: -70px;
    color: #fff;
    margin-bottom: 80px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}
.feature-box-3 .kc-feature-boxes.kc-fb-layout-1 .content-desc{
	padding: 0 30px;
	color: inherit;
}
.feature-box-3 .kc-feature-boxes.kc-fb-layout-1 .content-button a{
    display: inline-block;
    position: relative;
    background: transparent;
    color: #282828;
    text-transform: uppercase;
    border: 2px solid #ddd;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 25px;
}
.feature-box-3 .kc-feature-boxes.kc-fb-layout-1 .content-button a:hover{
    color: #fff;
    border-color: #000;
    background: #282828;
}
.uni-section-53{
	padding-bottom: 50px;
}
.uni-section-53 .kc-feature-boxes .content-icon i{
    color: #cccccc;
    font-size: 40px;
    min-width: 50px;
    padding-left: 0px;
}
.uni-section-53 .kc-feature-boxes .content-title{ 
    font-size: 16px;
    text-transform: capitalize;
    color: #282828;
    font-weight: 500;
    margin-bottom: 10px;
}
.uni-section-53 .kc-feature-boxes .content-desc{
	color: inherit;
}
.uni-section-58{
	padding-bottom: 120px;	
}
.uni-section-58 .kc-feature-boxes{
    background: #f8f8f8;
    padding: 30px;
    border-radius: 5px;
    border: 3px solid #f3f3f3;
    box-sizing: border-box;	
}
.uni-section-58 .kc-feature-boxes .content-icon i{
	color: #cccccc;
}	
.uni-section-58 .kc-feature-boxes:hover{
	border-color: #35d3b7;	
}
.uni-section-58 .kc-feature-boxes:hover .content-icon i{
	color: #35d3b7;	
}
.uni-section-58 .kc-feature-boxes .content-title{
	font-size: 17px;
	font-weight: 500;
	color: #282828;
	text-transform: capitalize;
	margin: 25px auto 15px;
}
.uni-section-58 .kc-feature-boxes .content-desc{
	color: inherit;
}
.uni-section-58 .kc-feature-boxes .content-button a{
    display: inline-block;
    position: relative;
    background: transparent;
    color: #888;
    text-transform: uppercase;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 30px;
}
.uni-section-58 .kc-feature-boxes .content-button a:hover{
    color: #fff;
    border-color: #000;
    background: #282828;
}
.v1_feature_section3 .cbp-l-caption-title{
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    color: rgba(255,255,255,.9);	
}
.v1_feature_section3 .cbp-l-caption-desc{
	font-family: inherit;
    font-size: 14px;
    margin-top: 10px;
    color: rgba(255,255,255,.5);
}
.feature_section3.style-2 p{
	color: rgba(255, 255, 255, .5);	
}
.feature_section3.style-2 .kc_title.title-style2{
	color: #fff;
}
.feature_section3.style-2 .btn-white{
	border: 1px solid rgba(255,255,255,.3);
}
.feature_section3.style-2 .btn-style3:hover{
	border: 1px solid #35d3b7;
	background: #35d3b7;
}
.feature_section3.style-2 .welcome{
	padding-top: 100px;
	padding-bottom: 100px;
}