/*
Theme Name: Kalkulat
Theme URI: http://kalkulat.iglyphic.com
Author: Themelayer
Author URI: http://themelayer.com
Description: Kalkulat - Multipurpose Business WordPress Theme
Version: 2.0
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Tags: left-sidebar, custom-menu, featured-images, post-formats
Text Domain: kalkulat
*/

/*
    ========================================================================
    Table Of Content 
    ------------------------------------------------------------------------

    # -  1.0 - General Style
    # -  2.0 - Sidebar Widget
    # -  3.0 - search page
    # -  4.0 - Alignments
    # -  5.0 - Captions
    # -  6.0 - Spacing
    # -  7.0 - Galleries
    # -  8.0 - Misc Style
    # -  9.0 - Responsive
    # -  10.0 - all section spacing
*/
/** 1.0 - General Style **/
ul,
ol {
  margin-left: 0 !important;
}
ul li,
ol li {
  font-size: 14px;
  line-height: 28px;
  color: #505050;
}

ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin-left: 1.5em !important;
}

dt {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 5px;
}

dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #505050;
  margin-bottom: 20px;
}
address {
	font-family: "Raleway", sans-serif;
}
strong {
  color: #171717;
}
table,
th,
td {
  border: 1px solid #d1d1d1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}
dl dd {
	margin: 0 0 1.75em;
	font-family: "Raleway", sans-serif;
	line-height: 24px;
}
/** 2.0 - Sidebar Widget **/
.sidebar .widget {
	margin-bottom: 80px;
	
}
.sidebar .widget.widget_tag_cloud,
.sidebar .widget.widget_rss,
.sidebar .widget.widget_recent_comments,
.sidebar .widget.widget_meta{
	margin-bottom: 70px;
}
.widget ol,
.widget ul {
	padding-left: 0;
	margin-left: 18px !important;
}
.widget ul li {
	list-style: disc;
    padding-bottom: 10px;
}
.widget ul li {
	transition: all 0.3s ease 0s;
    font-weight: 400;
    color: #5a596a;
}
.widget ul li:last-child {
	padding-bottom: 0 !important;
}
.widget ul li a:hover {
    text-decoration: none;
    outline: none;
    color: #337ab7;
}	
.widget select {
 	width: 100%;
	padding: 8px;
	word-break: break-all;
}
.widget ul li, .widget ol li {
	word-break: break-all;
}
.widget ul li ul.children,
.widget ul li ul.sub-menu {
	margin-top: 10px;
}
.widget ul li a, 
.widget ol li a {
    font-size: 14px;
    color: #5a596a !important;
} 
.widget .rssSummary {
	font-size: 14px;
}
.widget-title {
	font-weight: 500;
    color: #1e1e27;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
    position: relative;
}
.widget-title a {
	font-weight: 500;
    color: #1e1e27;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
    position: relative;
}
.widget_archive ul li {
	font-size: 13px;
}
.widget_archive ul li a {
    margin-right: 2px;
    margin-bottom: 0;
}
.widget_categories ul li {
	font-size: 13px;
}

.widget_categories ul li a {
    font-size: 14px;
    color: #333;
    margin-right: 2px;
    margin-bottom: 0;
}


.calendar_wrap table tr th {
	text-align: center;
}
.calendar_wrap table tr td {
	text-align: center;
}

.textwidget img {
	max-width: 100%;
	height: auto;
}

.textwidget p {
	margin-bottom: 30px;
}
.widget.widget_search .widget-title {
	display: none;
}
.widget.widget_search .search-form {
	position: relative;
}
.widget.widget_search input.search-field {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ebebeb;
	height: auto;
	padding-left: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}
.widget.widget_search .search-form button.btn.btn-default {
	position: absolute;
	right: 0;
	top: 11px;
    font-size: 16px;
	padding: 0;
	border: 0;
}
.widget.widget_search .search-form button.btn.btn-default:hover {
	background: transparent;
}
.widget.widget_search .search-form button.btn.btn-default:focus {
	outline: none;
	box-shadow: none;
}
.blog-style-one .blog-text h4 a {
	word-break: break-all;
}
/** 3.0 - search page **/
h4.search-heading {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
    line-height: 36px;
    color: #1e1e27;
}
.search-page .search-form {
	position: relative;
}
.search-page input[type="search"] {
    height: 45px;
    width: 100%;
    border-radius: 4px;
}
.search-page .btn.btn-default {
	position: absolute;
    top: 0px;
    right: 0;
    background: #1490d7;
    border-color: #1490d7;
    border: 1px solid #1490d7;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    padding: 11px 35px;
}
.search-page .btn.btn-default:focus {
	outline: none;
}
@media all and (max-width: 991px){
	.search-page .search-form {
		margin-bottom: 50px;
	}
}

/** 4.0 - Alignments **/
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 5.0 - Captions 
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.blog-style-one img {
	max-width: 100%;
	height: auto;
}
.blog-style-one iframe {
	width: 100%;
}
.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px !important;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.wpb_content_element {
	margin-bottom: 0 !important;
}



.section-heading-3 h2,
.section-heading-3 p {
	color: #fff !important;
}


/*** 6.0 - Spacing ***/
.border-bottom {
	border-bottom: 1px solid #ebebeb;
}
.border-1px {
	border: 1px solid #ebebeb;
}
.pd-top-60 {
	padding-top: 60px;
}
.pd-top-90 {
	padding-top: 90px;
}
.mg-top-60 {
	margin-top: 60px;
}
.mg-top-70 {
	margin-top: 70px;
}
.mg-top-90 {
	margin-top: 90px;
}
.mg-top-95 {
	margin-top: 95px;
}
.mg-top-100 {
	margin-top: 100px;
}
.mg-bottom-100 {
	margin-bottom: 100px;
}


/**
 * 7.0 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px !important;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*** 8.0 - Misc Style ***/
.footer-widget-about .social-icons {
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.footer-widget-about .social-icons li a:hover {
	color: #ffffff !important;
}
.footer-widget-about .social-icons li a:hover i {
	color: #ffffff !important;
}
.menu-widget-menu-container ul li {
	list-style: none;
	padding-bottom: 6px !important; 
}
.menu-widget-menu-container ul li a {
	position: relative !important;
	font-weight: 600;
}
footer .menu-widget-menu-container ul li a {
	font-weight: 400;
}
.menu-widget-menu-container ul li a:hover {
	color: #1490d7 !important;
}
.menu-widget-menu-container ul li a:hover:before {
	background: #1490d7 !important;
}
.menu-widget-menu-container ul li a:before {
    position: absolute;
    left: -18px;
    top: 5px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    content: '';
    background: #c3c3c3;
}
.widget_kalkulate_recent_post .news-footer {
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.widget_kalkulate_recent_post .news-footer .footer-widget {
	margin-bottom: 20px !important;
}
.latest-news-item .text {
	margin-left: 80px !important;
}
.latest-news-item .image img {
	height: 70px !important;
	width: 70px !important;
}
.why-choose-us-two-section-2 {
	margin-bottom: 60px !important;
}
.section-heading-five span {
    font-size: 20px;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #1e1e27;
}
.section-heading-five p {
    font-size: 18px;
    font-weight: 500;
    color: #5a596a;
    font-family: "Poppins", sans-serif;
}
.height-150 .section-heading{
	margin-top: 97px;
}
.kalkulate-map-location-informatrion .direct-contact {
	list-style: none !important;
}
.contact-section .google-map {
	height: 400px;
	margin: 40px 0;
}
.kal-contact-button:before {
	content: '';
    border: 1px solid #1490d7;
    position: absolute;
    height: 40px;
    width: 130px;
    top: 50%;
    right: 0;
    margin-top: -20px;
    border-radius: 25px;
    cursor: pointer;
}
.kal-contact-button:after {
	content: '';
    background: #1490d7;
    position: absolute;
    height: 40px;
    width: 130px;
    top: 50%;
    right: 0;
    margin-top: -20px;
    border-radius: 25px;
    cursor: pointer;
    visibility: hidden;
    z-index: 1;
}
.kal-contact-button {
	position: relative;
	padding: 0 0 0 20px !important;
	margin-top: 10px;
}
.main-menu-fix .kal-contact-button {
	margin-top: 0;
}
.kal-contact-button:hover:after {
	visibility: visible;
}
.kal-contact-button:hover a {
	color: #fff !important;
	z-index: 2;
}
.kal-contact-button a {
	padding: 30px 33px !important;
}

.bypostauthor {
	color: inherit;
}

.admin-bar .main-menu-fix {
	top: 32px !important;
}
.admin-bar .top-search-input-wrap .close-icon {
    top: 40px;
    right: 20px;
}

.work-item .image img {
	width: 100% !important;
}
.panel-heading a:before {
	top: 3px;
}
.blog-grid-banner {
    background-image: url(./images/banner/about-us.jpg);
    background-size: cover !important;
    background-position: center center !important;
    padding-bottom: 180px;
    padding-top: 160px;
}
.comment-form input, .comment-form textarea {
   margin-bottom: 20px;
}
.white .m-contact-btn a,
.white-bg .m-contact-btn a {
    padding: 12px 35px !important;
    border: 1px solid #1490d7;
    border-radius: 30px !important;
    margin-top: 26px !important;
}
.white .m-contact-btn a:hover,
.white-bg .m-contact-btn a:hover {
	background: #1490d7;
	color: #fff !important;
}
.white.main-menu-fix .m-contact-btn a,
.white-bg.main-menu-fix .m-contact-btn a {
	margin-top: 16px !important;
}
.team-member {
   margin: 0 30px !important;
}
.get-started-area {
    padding-top: 65px;
    padding-bottom: 40px;
}
.kl-contact-border .vc_row-has-fill>.vc_column_container>.vc_column-inner {
 padding-top: 0; 
}
.kl-contact-border {
    border: 1px solid #ebebeb !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.topbar-social-icons a:hover {
	color: #fff !important;
}


/*** 9.0 - Responsive ***/

@media all and (min-width: 1600px) {
	.blog-grid-banner {
	    padding-bottom: 190px;
	    padding-top: 190px;
	}
  .home-3-progress .home1-progress-area {
       margin-top: 140px !important;
  }
  .cases-item .media .media-left {
	    width: 37%;
	}
  
}


@media all and (max-width: 1024px) and (min-width: 992px) {
	.menu-social {
		width: 139px !important;
	}
	.sidebar {
		padding: 50px 17px;
	}
	.home1-feature-section {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-align-items: flex-end;
	    -ms-flex-align: end;
	    align-items: flex-end;
	}
	.home1-feature-section {
	    padding-top: 0 !important;
	}
  .home-3-progress .home1-progress-area .section-heading h2 {
    display: none;
  }
  .home-3-progress .home1-progress-area {
      margin-top: 18px !important;
  }
  .home3-video-section .why-choose-us-two-section {
    margin-top: 110px;
  }
  
}

@media all and (max-width: 1024px) {
	.main-wrap-box-view {
	  margin: 0 15px !important;
	}
	.footer-two, .get-started-area2 {
	  margin: 0 15px !important;
	}
	.home-3-progress .home1-progress-area {
	  padding-left: 20px !important;
	  padding-right: 70px !important;
	}
	.page-template-page-header-five .rev_slider {
	  margin-right: 15px !important;
	  margin-left: 15px !important;
	}
	.menu-style4 .container-fluid {
	  padding-right: 15px;
	  padding-left: 15px;
	}
  .section-heading-five {
      padding-top: 40px !important;
  }
  .team-member-2 .member-social-icons {
      top: 52% !important;
  }
  .cases-item .media .media-body {
      padding: 10px 5px 15px 15px;
  }
  .cases-item .media .media-body .title:after {
    bottom: -8px;
  }
  .cases-item .media .media-body h3 {
      margin-bottom: 20px;
  }
  .cases-item .media .media-body p {
      margin-bottom: 6px;
  }
  .cases-item .media .media-body .title {
    font-size: 20px;
  }
  
}

@media all and (max-width: 991px) {
  .home4-blog-section {
  	padding-bottom: 60px;
  }
  .home3-video-section {
  	margin-bottom: 60px;
  }
  .cases-item .media .media-body {
      padding: 10px 5px 15px 15px;
  }
  .cases-item .media .media-body .title:after {
    bottom: -10px;
  }
  .cases-item .media .media-body h3 {
      margin-bottom: 35px;
  }
  .cases-item .media .media-body p {
      margin-bottom: 15px;
  }
  .cases-item .media .media-body .title {
    font-size: 24px;
  }
  .team-member-2 {
  	margin-bottom: 20px !important;
  }
  .menu-style4 .container-fluid {
	  padding-right: 0px;
	  padding-left: 0px;
	}
  .home-3-progress .home1-progress-area {
	  padding-left: 30px !important;
	  padding-right: 30px !important;
	}
	.why-choose-us-two-section-2 {
		margin-bottom: 0px !important;
	}
	.menu-widget-menu-container ul {
		margin-bottom: 43px !important;
	}
	.height-150 .section-heading{
		margin-top: 0px;
	}
	.kalkulate-map-location-informatrion .direct-contact li {
		font-size: 13px;
	}
	.kalkulate-map-location-informatrion .direct-contact strong {
		width: 75px;
		font-size: 14px;
		margin-right: 10px;
	}
	.m-contact-btn a {
	    border: none !important;
	    margin-top: 0;
	    line-height: 50px;
	}
	.m-contact-btn a:hover {
		background: none;
	}
  .team-member {
     margin: 0 0 30px 0 !important;
  }
  .cases-item {
  	width: 100%;
    margin-bottom: 30px;
  }
  .cases-item .media .media-body p {
      margin-bottom: 45px;
  }
  .cases-item .media .media-left {
      width: 40%;
  }
  .kl-home3-about .home3-about-left {
  	margin-bottom: 60px;
  }
  .home-3-progress .home1-progress-area {
  	padding-bottom: 75px;
  }
  .home2-blog-section .blog-style-three {
      margin-bottom: 40px !important;
  }
	.shop-category-product {
		margin-bottom: 65px !important;
	}
	.home-five-banner-area .offer-banner {
		padding-top: 60px !important;
		padding-bottom: 100px;
	}
}
@media all and (max-width: 767px) {
	.kalkulate-map-location-informatrion .direct-contact li {
		font-size: 14px;
	}
	.kalkulate-map-location-informatrion .direct-contact strong {
		width: 80px;
		font-size: 15px;
		margin-right: 10px;
	}
	.grid-item {
		width: 100%;
	}
  .gallery-grid-two .grid-item {
  	width: 100% !important;
  }
  .section-heading-five {
      padding-top: 65px !important;
  }
  .cases-item .media .media-left {
  	width: 100%;
    float: left;
  }
  .cases-item .media .media-left img {
    width: 100%;
  }
  .cases-item .media .media-body {
  	width: 100%;
    float: left;
  }
  .cases-item .media .media-body p {
      margin-bottom: 20px;
  }
	.home-five-shop-two {
		margin-top: 70px !important;
	}
	.subscribe-area .subscribe-title {
		text-align: center !important;
	}
	.subscribe-area .subscribe-form {
		margin-top: 0 !important;
	}
  
}
@media all and (max-width: 480px) {
	.accordion-toggle:not(.collapsed) .indicator {
		margin-right: 10px;
	}
  
}
@media all and (max-width: 360px){
	.section-heading-five h2 {
      font-size: 30px !important;
    	line-height: 45px;
  }
	.subscribe-area .subscribe-form {
		text-align: center !important;
		    padding-right: 0 !important;
	}
	.subscribe-form .kal-button {
		position: inherit !important;
		margin-bottom: 60px !important;
	}
}




/*********** 10.0 - all section spacing *******/
.home1-intro-section {
    padding: 72px 0;
}
.home1-intro-section .all-header-area {
	margin-bottom: 97px;
}
.home1-feature-section {
	padding-top: 67px;
}
.we-do-item .number {
    line-height: 41px;
}
.home1-work-section-title {
	padding-bottom: 190px;
	position: relative;
}
.home1-work-section-title .all-header-area {
    padding-top: 57px;
}
.home1-work-section {
	margin-top: -150px;
	padding-bottom: 87px;
}
.home1-question-section .all-header-area  {
    padding: 92px 0 72px 0;
}
.home1-accordions,
.home1-progress-area {
	margin-bottom: 81px;
}
.why-choose-us-section .panel-group .panel {
    margin-bottom: 12px;
}
.home1-counter-testimonial .counter-area {
    padding-top: 55px;
}
.home1-counter-testimonial hr {
	margin-top: 9px;
}
.home1-counter-testimonial .testimonial-quote-icon {
	padding-top: 56px;
}
.home1-counter-testimonial .testimonial-area {
	padding-bottom: 87px;
}
.home1-counter-testimonial .single-counter .text {
	color: #fff;
}
.home1-counter-testimonial .testimonial-area,
.home1-counter-testimonial .single-testimonial-quote .author h4,
.home1-counter-testimonial .testimonial-area .testimonial-quote-icon {
	color: #fff !important;
}
.home1-counter-testimonial .owl-theme .owl-controls .owl-page span {
	background: transparent;
	border: 1px solid #fff;
}
.home1-counter-testimonial .owl-theme .owl-controls .owl-page.active span {
	background: #fff;
	border: 1px solid #fff;
}
.home1-service-section .all-header-area  {
    padding: 55px 0 76px 0;
}
.home1-service-section  {
    padding-bottom: 92px;
}
.home1-blog-section .all-header-area {
	padding-bottom: 75px;
}
.home1-blog-section .blog-style-one {
    padding: 35px 35px 23px 35px;
    text-align: center;
    border: 1px solid #ebebeb;
    position: relative;
    margin-bottom: 90px;
    transition: .3s;
}
.home1-blog-section .blog-style-one .blog-text h4 a {
	font-size: 18px;
}
.home2-about-company .progress-section {
	margin-bottom: 142px;
}
.home2-about-company .progress-item {
	padding-top: 0;
}
.home2-team-section .all-header-area {
    padding: 93px 0 63px 0;
}
.home2-team-section .team-member {
	margin-bottom: 30px !important;
}
.home2-team-section {
	padding-bottom: 70px;
}
.home2-testimonial-section .all-header-area {
	padding: 94px 0 71px 0; 
}
.gallery-filter {
    padding-bottom: 71px;
}
.home2-work-section {
	padding: 94px 0 70px 0;
}
.home2-blog-section .all-header-area  {
	padding-top: 94px;
}
.home2-blog-section .blog-style-two .image img {
	width: 100%;
}
.home2-blog-section .blog-style-two {
	margin-bottom: 96px;
}
.team-member .member-social-icons {
  bottom: 28px;
}
/** Intro Section **/
.about-intro-section {
	padding: 88px 0 72px 0;
}
.about-intro-section .kalkulate-single-intro {
	border: 1px solid #ebebeb;
}
.kalkulate-intro .kalkulate-single-intro a.link-arrow {
	position: relative;
  margin-left: -13px;
}
.kalkulate-intro .kalkulate-single-intro a.link-arrow:after {
	display: block;
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    top: -4px;
    right: -13px;
}

.section-heading-five {
	padding-top: 95px;
}
.about1-question-section .all-header-area  {
    padding: 13px 0 72px 0;
}
.grid-item .text {
    padding-top: 25px;
    padding-bottom: 26px;
}
.service-counter-testimonial .counter-area {
    padding-top: 90px;
}
.service-counter-testimonial hr {
	margin-top: 10px;
}
.service-counter-testimonial .testimonial-quote-icon {
    padding-top: 55px;
}
.service-counter-testimonial .testimonial-area {
    padding-bottom: 72px;
}
.most-viewed-project .section-heading {
	margin-bottom: 75px;
}
.testimonial-area.ash-white-bg .counter-area {
    padding-top: 58px;
}
.blog-item.blog-style-one .blog-text h4 {
  margin-bottom: 2px;
}
.blog-item.blog-style-one .post-metta {
    margin-bottom: 16px;
}
.post.blog-item.blog-style-one .post-meta {
    margin-bottom: 22px;
}
.post.blog-item.blog-style-one .blog-text h4 {
    margin-bottom: 11px;
}
.home1-blog-section .blog-style-one .image {
	margin-bottom: 26px;
}
.blog-style-two .post-metta {
  margin-bottom: 15px;
}
.blog-style-two .blog-text h4 {
  margin-bottom: 7px;
}
.blog-style-two .post-metta span {
	margin-right: 8px !important;
}
.blog-style-two .post-metta span i {
	margin-right: 3px !important;
}
.blog-style-two .blog-text {
    padding: 41px 40px 25px 30px;
}
.blog-style-two .blog-text p {
	margin-bottom: 29px;
}

@media all and (min-width: 1025px) {
	.feature-large-img .vc_column-inner  {
		padding-left: 0 !important;
	}
}
@media all and (max-width: 991px) {
	.home1-service-section {
	    padding-bottom: 92px;
	}
	.home2-about-company .about-content {
		margin-bottom: 100px;
	}
	.home2-about-company .progress-section {
	    margin-bottom: 82px;
	}
	.home2-about-company .about-content {
	    margin-bottom: 50px;
	}
	.home2-video-section .why-choose-us-two-section {
	    padding-bottom: 92px;
	}
	.home2-video-section .what-wedo-image-verticle {
	    padding-bottom: 40px;
	}
	.section-heading-five {
	    padding-top: 95px;
	}
	.about-intro-section {
	    padding: 88px 0 71px 0 !important;
	}
	.about1-question-section .all-header-area {
	    padding: 0 0 72px 0;
	}
  .shop-item-two .thumb img {
    width: 100%;
    height: auto;
  }

}
@media all and (max-width: 767px) {
	.blog-grid-banner {
	    padding-bottom: 100px;
	    padding-top: 80px;
	}
	.banner-text h1 {
		font-size: 36px;
	}
  .shop-item-two {
    margin-bottom: 30px;
  }
  .offer-banner h2 {
      font-size: 35px !important;
      line-height: 60px !important;
  }
  .offer-banner .sub-title {
      font-size: 18px !important;
      margin-top: 3px !important;
  }
}
@media all and (max-width: 480px) {
	.section-heading h2 {
	    font-size: 34px;
	}
	.large-pra {
	    font-size: 16px;
	    line-height: 28px;
	}
	.btn-large {
	    min-width: 240px;
	    padding: 13px 8px;
	}
	.kalkulate-map-location-informatrion {
	    padding: 20px 0px;
	}

}
@media all and (max-width: 320px) {
	.banner-text h1 {
		font-size: 32px;
	}
}






/*********** woocommarce style ***********/
.widget_price_filter .widget-title {
    margin-bottom: 31px;
}
.woocommerce .widget_price_filter .ui-slider {
	margin-bottom: 24px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #1490d7;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #1490d7;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #d6d6d6;
}
.woocommerce-mini-cart__buttons .button,
.woocommerce .widget_price_filter .price_slider_wrapper .button {
	background: #1490d7 !important;
	color: #fff !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px !important;
}
.widget_layered_nav ul,
.widget_rating_filter ul {
    margin-left: 0 !important;
}
.woocommerce .star-rating span::before {
	color: #FF4E00;
}
.woocommerce .product_list_widget {
	margin-left: 0 !important;
}
.woocommerce .product_list_widget li {
	margin-bottom: 12px !important;
}
.woocommerce .product_list_widget li a img {
	width: 70px;
}
.woocommerce .product_list_widget li a,
.woocommerce .product_list_widget li a .product-title {
	color: #5a596a !important;
	font-weight: 500 !important;
	margin-bottom: 10px;
	line-height: 20px;
}
.woocommerce .product_list_widget li a:hover,
.woocommerce .product_list_widget li a .product-title:hover {
	color: #1490d7 !important;
}
.woocommerce .product_list_widget li .star-rating {
	margin-bottom: 1px;
	font-size: 12px !important;
}
.woocommerce .product_list_widget li .reviewer {
	font-size: 13px !important;
}
.woocommerce .product_list_widget li .woocommerce-Price-amount {
	font-size: 14px;
	margin-right: 5px;
}
.widget_top_rated_products .widget-title {
    margin-bottom: 22px;
}
.widget_product_search .search-field {
	width: 70%;
	height: 45px;
}
.widget_product_search .search-field:focus {
	outline: 0 !important;
	border: 0;
}
.widget_product_search button {
	background: #1490d7;
	color: #fff;
	height: 45px;
	border: 0;
    padding: 0 12px;
}
.widget_recent_reviews .widget-title,
.widget_recently_viewed_products .widget-title {
	margin-bottom: 18px;
}
.woocommerce-mini-cart__buttons .button {
	margin-right: 10px !important;
}
.widget_product_categories ul li a:hover {
	color: #337ab7 !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item {
	position: relative;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item a.remove_from_cart_button {
    position: absolute;
    right: 0;
    background: #1490d7 !important;
    color: #ffffff !important;
    line-height: 23px !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item a.remove_from_cart_button:hover {
	background: #1490d7 !important;
	color: #ffffff !important;
}
.main-footer {
  padding-top: 100px;
}
.main-footer .widget {
    margin-bottom: 57px;
}
.copyright-area {
    padding-top: 22px;
}
.footer-menu {
    margin-bottom: 18px;
}
.main-footer .widget_product_search .search-field {
	width: 65%;
}
.main-footer .widget_product_search button {
    padding: 0 17px;
}
.main-footer .widget-title {
	text-transform: uppercase;
}
.widget .product_list_widget img {
	float: left !important;
	margin: 0 20px 0 0 !important;
}

.shop-detail .product_title.entry-title {
	line-height: 32px;
	margin-bottom: 19px;
}
.shop-detail .woocommerce-product-rating .star-rating {
	margin-bottom: 13px !important;
}


/*********** woocommarce Cart list ***********/
.product-cart-list {
	position: relative;
}
.product-cart-list .cart-showcase {
	line-height: 93px;
	cursor: pointer;
}
.product-cart-list .cart-showcase i {
	color: #fff;
    font-size: 14px;
    margin: 5px 12px;
    font-size: 16px;
}
.product-cart-list .cart-list-button {
	color: #fff;
}
.product-cart-list .popup-cart-list {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 20px;
    min-width: 260px;
    background: #ffffff;
    z-index: 99999;
  	box-shadow: 0px 12px 45px 0px rgba( 0, 0, 0, .08 );
    visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.product-cart-list:hover .popup-cart-list {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.product-cart-list .popup-cart-list .product_list_widget {
	margin-left: 0 !important;
}
.product-cart-list .popup-cart-list .product_list_widget  li {
	list-style: none;
    border-bottom: 1px solid #e6e6e6;
}
.product-cart-list .popup-cart-list .product_list_widget  li a img {
	height: 50px;
	width: 50px;
	margin-right: 15px !important;
}
.product-cart-list .popup-cart-list .product_list_widget li a {
	display: block;
	color: #5a596a !important;
    font-weight: 500 !important;
    margin-bottom: 7px;
    line-height: 20px;
}
.product-cart-list .popup-cart-list .product_list_widget li a:hover {
	color: #337ab7 !important;
}
.product-cart-list .popup-cart-list .product_list_widget li .amount {
	font-size: 12px;
}
.product-cart-list .popup-cart-list .woocommerce-mini-cart__total {
	font-size: 14px;
	color: #5a596a !important;
    margin-top: 17px;
    margin-bottom: 20px;
}
.product-cart-list .popup-cart-list .product_list_widget li a.remove {
	background: #1490d7 !important;
    color: #ffffff !important;
    line-height: 16px !important;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
}
.product-cart-list .popup-cart-list .product_list_widget li a.remove:hover {
	background: #1490d7 !important;
	color: #ffffff !important;
}
.product-cart-list .popup-cart-list .woocommerce-mini-cart__buttons a.button {
    padding: 3px 10px;
    border-radius: 4px;
    float: left;
    line-height: 26px;
}
.product-cart-list .popup-cart-list .woocommerce-mini-cart__buttons a.checkout  {
	float: right;
	margin-right: 0 !important;
}
.product-cart-list .popup-cart-list .amount {
	float: right;
}
.product-cart-list .popup-cart-list .product_list_widget li {
    padding: 0 0 5px 0 !important;
    margin: 0 0 10px 0 !important;
}
.blog-page-details-content pre,
.blog-page-details-content iframe,
.blog-page-details-content audio,
.blog-page-details-content blockquote,
.blog-page-details-content img {
	max-width: 100%;
	height: auto;
	word-break: break-all;
    word-wrap: break-word;
}
.blog-page-details-content code {
	max-width: 100%;
	height: auto;
}
.blog-page-details-content ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.blog-page-details-content ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.blog-page-details-content ul ul,
.blog-page-details-content ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.blog-page-details-content ol ol, 
.blog-page-details-content ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.blog-page-details-content h1,
.blog-page-details-content h2,
.blog-page-details-content h3,
.blog-page-details-content h4,
.blog-page-details-content h5,
.blog-page-details-content h6 {
	margin-top: 0;
	margin-bottom: 10px;
}



.admin-bar .mobile-background-nav {
    position: fixed;
    top: 45px; 
}

.mobile-background-nav ul ul ul ul ul ul ul.sub-menu {
	margin-left: -15px !important;
}
@media screen and (max-width: 782px) {
	.admin-bar .mobile {
		position: fixed !important;
	}
}

/* Magnific Popup CSS */
.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
    opacity: 1 !important;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.portfolio-thumb {
	position: relative;
}
.portfolio-thumb:after {
	content: '';
	position: absolute;
    background-color: rgba( 20, 144, 215, 0.8);
    visibility: hidden;
    opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 5%;
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
}
.portfolio-thumb:hover:after {
	visibility: visible;
	opacity: 1;
    border-radius: 0;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.portfolio-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
    z-index: 99;
    margin-top: -23px;
}
.portfolio-icon i {
	height: 45px;
	width: 45px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 45px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	cursor: pointer !important;
}
.portfolio-icon2 {
	position: absolute;
	left: 52%;
	top: 50%;
    z-index: 99;
    margin-top: -23px;
}
.portfolio-icon2 i {
	height: 45px;
	width: 45px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 45px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	font-size: 16px;
}
.portfolio-thumb:hover .portfolio-icon2 i {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.portfolio-icon i:hover {
	background: #fff;
    border: 1px solid #fff;
    color: #1490d7;
}
.portfolio-icon2 i:hover {
	background: #fff;
    border: 1px solid #fff;
    color: #1490d7;
}
.portfolio-thumb:hover .portfolio-icon i {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.bg-gray {
	background: #ebf1f7;
}
.bg-gray .topbar-social-icons a:hover {
	color: #1490d7 !important;
}
.gray-color-bg:hover .gray-bg {
	background: #f7f8fa;
	color: #36434c;
}
.gray-color-bg:hover {
	border: 1px solid #f7f8fa;
}
.search-boxx {
	width: auto;
	border: 0;
}
.menu4-wrapper nav {
	padding-right: 100px;
}
.search-boxx {
    min-height: 94px;
}
.main-menu-fix .menu4-wrapper ul.main-menu-list > li > a {
    padding: 40px 5px;
}
.kl-home3-about .vc_column_container>.vc_column-inner{
		padding-left: 0 !important;
    padding-right: 0 !important;
}
.kl-home3-about .vc_column-inner  {
  padding-top: 0 !important;
}
.our-cases-section {
	padding: 90px 0 100px 0;
}
.kl-home3-about {
	margin: 100px 0 100px 0;
}
.home3-about-left {
	padding: 0 20px 0 25px !important;
}
.home3-video-section .image img {
  box-shadow: none; !important;
}
.our-cases-section .all-header-area {
	padding-bottom: 55px;
} 
.kal-button-2 {
 	padding: 8px 36px 6px 36px !important; 
  font-size: 13px;
}
.home-3-progress .home1-progress-area,
.home-3-progress .home1-accordions {
  margin-bottom: 0 !important;
}
.home-3-progress .home1-progress-area {
  margin-top: 56px;
  padding-left: 50px;
  padding-right: 150px;
}
.team-member-2 {
    border: none;
    margin: 0 !important;
}
.team-member-2  img {
	border-radius: 0;
}
.team-member-2 .member-social-icons {
	top: 56%;
}
.team-member-2 .member-social-icons ul li {
    margin: 0 4px;
}
.team-member-2 .member-social-icons ul li a {
    width: 30px;
	height: 30px;
	font-size: 13px !important;
	background: #fff;
}
.team-member-2 .image {
	width: 100%;
}
.team-member-2 .image img {
	width: 100%;
}
.team-member-2 {
	padding: 0;
}
.team-member-2 .image {
	max-width: 100%;
}
.team-member-2 .member-position {
    font-size: 14px;
	font-weight: 300;
}
.home-3-video-section {
	margin: 95px 0 0 0;
}
.cases-item .inner-grid {
	border: 1px solid #f7f8fa;
}
.home4-team-section {
	padding: 95px 0 70px 0;
}
.home4-portfolio-section {
	padding-bottom: 70px;
}
.home4-portfolio-section .all-header-area {
	padding-bottom: 46px;
}
.home-3-progress .home1-accordions .vc_column-inner {
	padding-left: 0;
}
.progress_number {
	position: absolute;
    right: 0;
    top: -34px;
    color: #999999;
    font-size: 16px;
}
.progress-section2 .progress-item {
    padding-bottom: 23px;
}
.progress-section2 .progress-item .progress-heading {
    margin-bottom: 8px;
}
.cases-item .media .media-body .learn-more:active {
  color: #1490d7;
}

.footer-two {
	background: #f7f8fa;
}
.footer-two .copyright-area {
	background: #fff;
}
.main-wrap-box-view {
    margin: 0 70px;
    overflow: hidden;
}
.footer-two .copyright-area {
    border-top: 1px solid #f7f8fa;
}
.page-template-page-header-five .rev_slider {
	margin-right: 70px;
    margin-left: 70px;
}
.footer-two,
.get-started-area2 {
	margin: 0 70px;
}

/*** footer three ***/
.footer-three {
  background: #f7f8fa;
}
.footer-three .widget-title {
  position: relative;
  margin-bottom: 22px;
}
.footer-three .widget-title:after {
  content: '';
  background: #ebebeb;
  height: 2px;
  width: 45px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.footer-three .menu-widget-menu-container ul {
  margin-left: 0 !important;
}
.footer-three .menu-widget-menu-container ul li {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}
.footer-three .menu-widget-menu-container ul li a {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
}
.footer-three .menu-widget-menu-container ul li a:before {
  display: none;
}

.gallery-filter ul li {
  padding: 12px 0;
}
.gallery-filter ul li a {
  padding: 20px 13px;
  position:relative;
}
.gallery-filter ul li a.selected:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: #1490d7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Home 5*/
.fun-fact-section .single-counter .icon {
	font-size: 20px;
}
.fun-fact-section .single-counter .icon {
  align-items: center;
  float: none;
  display: inline-flex;
  color: #1490d7;
}
.fun-fact-section .single-counter .text {
  margin-left: 0;
  margin-top: 28px;
  color: #fff;
}
.fun-fact-section .single-counter .counters {
    font-size: 18px;
    padding-bottom: 5px;
    color: #fff;
}
.fun-fact-section .single-counter span {
    font-size: 14px;
    color: #fff;
}
.offer-banner h2 {
  font-size: 60px;
  color: #5a596a;
  line-height: 60px;
}
.offer-banner .sub-title {
  font-size: 30px;
  color: #5a596a;
  margin-top: 14px;
}
.offer-banner p {
  color: #5a596a;
}


.shop-item-two {
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	margin-bottom: 30px;
}
.shop-item-two .image-popup-vertical-fit img {
  display: none;
}
.shop-item-two .shop-item-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -87px;
  margin-top: -22px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.shop-item-two .shop-item-icon .icons {
  transform: translateX(-10px);
  display: inline-flex;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.shop-item-two .shop-item-icon .tinvwl-shortcode-add-to-cart {
  transform: translateX(-30px);
  display: inline-flex;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.shop-item-two .shop-item-icon .icons-two {
  transform: translateX(-40px);
  display: inline-flex;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.shop-item-two:hover .shop-item-icon .tinvwl-shortcode-add-to-cart,
.shop-item-two:hover .shop-item-icon .icons,
.shop-item-two:hover .shop-item-icon .icons-two {
  transform: translateY(0px);
    display: inline-flex;
}
.shop-item-two .shop-details {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shop-item-two:hover .shop-item-icon {
  visibility: visible;
  opacity: 1;
}
.shop-item-two:hover .shop-details {
  visibility: hidden;
  opacity: 0;
}
.shop-item-two .shop-item-icon a {
  display: inline-block;
  height: 45px !important;
  width: 45px !important;
  line-height: 45px !important;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shop-item-two .shop-item-icon a:hover {
  background: #1490d7;
  color: #fff;
}
.shop-item-two .shop-item-icon .tinvwl-shortcode-add-to-cart a:before {
  position: initial !important;
  top: auto !important;
  left: auto !important;
  margin: 0 auto !important;
  line-height: 46px !important;
}
.shop-item-two .shop-item-icon .tinvwl-shortcode-add-to-cart,
.shop-item-two .shop-item-icon .icons {
  display: inline-block;
}
.shop-item-two .shop-details-area {
  background: #f7f8f9;
  padding: 20px 20px 14px 20px;
  height: 113px;
  text-align: left;
  position: relative;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
.shop-item-two .shop-details-area .item-name {
  font-size: 13px;
  font-weight: 600;
  color: #666666;
}
.shop-item-two .shop-details-area .shop-meta i {
  color: #fcb814;
  padding-right: 7px;
  height: auto;
  width: auto;
  background: transparent;
  margin: 0 !important;
  line-height: 14px !important;
}
.shop-item-two:hover {
  box-shadow: 0px 25px 45px 0px rgba( 0, 0, 0, 0.08);
}
/*shop-product-list*/
.shop-product-list {
  border-bottom: 1px solid #ebebeb;
}
.shop-product-list:last-child {
  border: none;
}
.shop-product-list .media {
  margin: 20px 0;
}
.shop-product-list .media-left {
  width: 40%;
}
.shop-product-list .media-body .title {
  font-size: 13px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 4px;
  display: block;
}
.shop-product-list .media-body .price {
  font-size: 13px;
  font-weight: 600;
  color: #666666;
}
.shop-product-list .media-body .price .amount:last-child {
  display: block;
  margin-top: 4px;
}
.shop-product-list-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 29px;
}

/*shop-product-category*/
.shop-category-product {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.shop-category-product .title {
  font-size: 18px;
  font-weight: 600px;
  box-shadow: 0px 9px 20px 0px rgba( 32, 29, 30, 0.07);
  padding: 11px 0px;
  margin: 0 60px;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  background: #fff;
  color: #1e1e27;
}
.shop-category-product:hover .title {
  background: #1490d7;
  color: #fff;
}
.subscribe-form {
  position: relative;
  padding-right: 140px;
}
.subscribe-form .kal-button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  padding: 11px 15px;
}
.section-heading-six span {
  position: relative;
  color: #1490d7;
  font-weight: 600;
}
.section-heading-six span:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 50px;
  background: #1490d7;
  left: -64px;
  top: 8px;
}
.section-heading-six span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 50px;
  background: #1490d7;
  right: -64px;
  top: 8px;
}
.search-box {
	position: relative;
	border-left: 0;
}
.search-box:before {
	content: '';
	background: #fff;
	height: 50px;
	width: 1px;
	position: absolute;
	left: 0;
}
.footer-three .footer-widget-about {
	margin-right: 35px;
}
.footer-three .widget_nav_menu ul {
	margin-left: 0 !important;
}
.footer-three .widget_nav_menu ul li {
	list-style: none;
	padding-bottom: 3px !important;
}
.footer-three .widget_nav_menu ul li a {
	font-size: 12px;
	font-weight: 500;
}
.payment-footer i {
	font-size: 26px;
}
.footer-three .main-footer {
	border-top: 1px solid #eaeaeb;
}
.subscribe-area .subscribe-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	padding-top: 31px;
}
.subscribe-area .subscribe-form {
	margin-top: 17px;
}
.home-five-shop-two {
	margin-top: 113px;
}
.home-five-banner-area .offer-banner {
	padding-top: 120px;
}
.home-five-product-list {
	padding: 60px 0 80px 0;
}
.kal-border-color-2 .kal-separator {
	border-color: #6ab8e4;
}
#rev_slider_5_1_wrapper .tp-mask-wrap {
	overflow: inherit !important;
}
#rev_slider_5_1_wrapper .banner-arrow {
	position: relative;
}
#rev_slider_5_1_wrapper .banner-arrow:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 38px;
  background: #36434c;
  left: -51px;
  top: 9px;
}
#rev_slider_5_1_wrapper .banner-arrow:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 38px;
  background: #36434c;
  right: -51px;
  top: 9px;
}