/*
Theme Name: Utouch child Theme
Theme URI: https://utouch.crumina.net/
Author: Crumina Team
Author URI: https://crumina.net/
Description: IT startup, business wordpress theme
Version: 1.0.4
Template:utouch
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: utouch
*/

/*****************************************************************
Add Custom styles below 
******************************************************************/
body {
	background: transparent url(img/01-hexagons-header.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}


#site-header {
	background-color: transparent;
	padding-top: 0;
	box-shadow: none;
}
#site-header.headroom--not-top {
	background-color: #fff;
	box-shadow: 40px 0 25px 0 rgba(200, 219, 239, 0.7);
}
.content-wrapper {
	background-color: transparent;
}

.btn {
	font-weight: 600;
}

.btn:hover {
	opacity: .85;
}


.primary-menu-menu > li {
	padding: 55px 30px;
}


.primary-menu-menu > li > a:after {
	content: '';
	display: block;
	transition: all .3s ease;
	width: 2%;
	height: 3px;
	border-radius: 3px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
	background-color: #1493c7;
}
.primary-menu-menu > li.current-menu-item > a:after {
	opacity: 1;
	width: 100%;
}
.primary-menu-menu ul.sub-menu li {
	white-space : nowrap;
}
.header.headroom--not-top .primary-menu-menu > li {
	padding: 20px 30px;
}

.header.headroom--not-top .site-logo img {
	max-width: 60px;
	margin-top: 0;
}

.primary-menu-menu > li > .megamenu {
	background: #fff;
}

@media (max-width: 768px) {
	.primary-menu-responsive .primary-menu-menu {
		background: #fff;
	}
}

.primary-menu-menu > li:before {
	display: none;
}

.crumina-module-list h6 {
	color: #31363f;
}

.custom-text-field {
	padding: 120px 200px;
	overflow: hidden;
}

.kc_row:not(.kc_row_inner) {
	padding: 80px 0;
}

.info-box--standard-hover .info-box-image .utouch-icon {
	width: 50px;
	height: 50px;
}

.info-box--standard-hover .info-box-image {
	margin: 0 auto;
}

.info-box--standard-hover .info-box-title {
	color: #31363f;
	transition: all .3s ease;
}
.info-box--standard-hover:hover .info-box-title {
	color: #1493c7;
}
.info-box--standard-hover:hover .info-box-image {
	overflow: visible;
}
.info-box--standard-hover:hover .info-box-image .utouch-icon {
	transform: scale(1.1);
}
.row-display-none {
	display: none;
}
.clients-item img {
	max-width: 150px;
}

.crumina-clients-module .clients-item {
	cursor: auto;
}

.header .site-logo img {
	max-width: 100px;
	width: 100px;
	margin-top: 10px;
	margin-right: 0;
	transition: all .3s ease;
}

/*------------- #QUETE --------------*/

.testimonial-item-quote-top .quote .utouch-icon {
	fill: #bdd2ec;
}


/*------------- #FOOTER --------------*/

.footer-widgets-wrap {
	display: flex;
	align-items: center;
	
}
.footer-widgets-wrap  > * {
	padding-left: 20px;
	padding-right: 20px;
	width:25%;
}
/*.footer-widgets-wrap  > *:first-child {
	width: 30%;
}
.footer-widgets-wrap  > *:last-child {
	width: 100%;
}
/*
/*------------- #CUSTOM TABLE --------------*/
.crumina-custom-table {
	
}
.crumina-custom-table table {
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 100%;
	border-radius: 20px;
	border: none; }

.crumina-custom-table svg.utouch-icon {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto; }
.crumina-custom-table svg.utouch-icon.utouch-icon-correct-symbol-1 {
	fill: #01bb86; }
.crumina-custom-table svg.utouch-icon.utouch-icon-cancel-1 {
	fill: #ff3133;
	width: 10px;
	height: 10px; }

.crumina-custom-table table * {
	transition: all .3s ease; }

.crumina-custom-table table > thead > tr {
	background-color: #1493c7; }

.crumina-custom-table table > tbody > tr:nth-child(odd) {
	background-color: #e9f3fd; }

.crumina-custom-table table > tbody > tr:nth-child(even) {
	background-color: #f1f8ff; }

.crumina-custom-table table > tbody > tr:hover {
	background-color: #fff; }

.crumina-custom-table table > tbody > tr > td {
	text-align: center;
	color: #31363f;
	font-weight: 400; }
.crumina-custom-table table > tbody > tr > td:nth-child(2){
	text-align: center;
	font-weight: 400; }
.crumina-custom-table table > tbody > tr > td:first-child{
	text-align: left;}



.crumina-custom-table tr td b, .crumina-custom-table tr td strong {
   font-weight:600;
}

.crumina-custom-table table > thead > tr > th,
.crumina-custom-table table > tbody > tr > th,
.crumina-custom-table table > tfoot > tr > th,
.crumina-custom-table table > thead > tr > td,
.crumina-custom-table table > tbody > tr > td,
.crumina-custom-table table > tfoot > tr > td {
	padding: 12px 10px 12px 20px;
	vertical-align: middle;
	border-top: none; }

.crumina-custom-table table > thead > tr > th {text-align:center;}

.crumina-custom-table table > tbody > tr > td {
	font-size: 14px;}


.crumina-custom-table table > tbody > tr > td {
	border: none;
	border-right: 1px solid #e0e9f5; }

.crumina-custom-table table > tbody > tr > td:last-child {
	border-right: none; }

.crumina-custom-table table > thead > tr > th:first-child {
	border-left: none; }

.crumina-custom-table thead th { 
	position: sticky; 
	top: 0; 
	background-color: #1493c7;}

.crumina-custom-table table > thead > tr > th {
	vertical-align: middle;
	color: #fff;
	font-weight: 600;
	border-bottom: none;
	border-right: 1px solid #e0e9f5; }

.crumina-custom-table table > thead > tr > th:last-child {
	border-right: none; }

.crumina-custom-table table > tbody > tr:first-child > td {
	border-top: none; }

/*------------- #Smooth Graduate --------------*/
.crumina-smooth-graduate {
	text-align: center; }

.smooth-graduate-content {
	padding: 50px 0 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url("images/first-man.png") 30px 20px, url("images/second-man.png") bottom right;
	background-repeat: no-repeat; }

.smooth-text-block {
	padding: 60px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 20px 0 80px 0 rgba(0, 0, 0, 0.1);
	text-align: left; }
.smooth-text-block + .smooth-text-block {
	margin-top: 60px; }
.smooth-text-block .list {
	margin-left: 0; }
.smooth-text-block ul li {
	font-weight: 400; }
.smooth-text-block ul svg {
	width: 12px;
	height: 12px;
	fill: #ff3133; }
.smooth-text-block ul span {
	display: block;
	overflow: hidden; }
.smooth-text-block ol li {
	font-size: 16px; }
.smooth-text-block ol {
	counter-reset: list1;
	padding-left: 0;
	margin: 0; }
.smooth-text-block ol li {
	list-style: none;
	margin-bottom: 18px;
	font-size: 18px;
	transition: all .3s ease;
	position: relative;
	padding-left: 30px; }
.smooth-text-block ol li a {
	display: inline-block; }
.smooth-text-block ol.list {
	margin-left: 0; }
.smooth-text-block ol li:before {
	position: absolute;
	counter-increment: list1;
	/* Add "1" */
	content: counter(list1, decimal) " ";
	/* Show count */
	color: #1493c7;
	display: inline-block;
	left: 0; }
.smooth-text-block ol ol {
	counter-reset: list2;
	margin: 10px 0;
	padding-left: 0; }
.smooth-text-block ol ol li {
	padding-left: 40px; }
.smooth-text-block ol ol li:before {
	counter-increment: list2;
	content: counter(list1) "." counter(list2) ". "; }
.smooth-text-block ol ul ol {
	counter-reset: list1; }
.smooth-text-block ol ul ol li:before {
	counter-increment: list1;
	/* Add "1" */
	content: counter(list1, decimal) " ";
	/* Show count */ }

.smooth-title {
	font-size: 26px;
	font-weight: 600;
	max-width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px; }

.smooth-sub-title {
	font-size: 20px;
	font-weight: 600;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto; }


/*------------- #FOOTER CUSTOM --------------*/
#site-footer.footer-custom {
	padding-top: 195px;
	background-color: transparent;
	background-image: url("images/footer-custom-bg.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100% 100%;
	box-shadow: none; }
#site-footer.footer-custom .widget-title {
	font-weight: 500;
	font-size: 22px;
}
#site-footer.footer-custom .container {
	position: relative; }
#site-footer.footer-custom .back-to-top {
	background-color: #363a40;
	box-shadow: none;
	transform: translate(0);
	left: auto;
	right: 0;
	top: -195px; }
#site-footer.footer-custom .back-to-top .utouch-icon {
	height: 32px;
	width: 32px;
	transform: scale(0.6);
	fill: #60656e; }
#site-footer.footer-custom .sub-footer {
	background-color: transparent;
	padding: 35px 0 55px;
	margin-top: 60px;
	border-top: 1px solid #36393e;
	color: #60656e; }
#site-footer.footer-custom .sub-footer span {
	color: inherit;
}
#site-footer.footer-custom .sub-footer a {
	color: #1493c7; }
#site-footer.footer-custom .custom-html-widget .site-logo {
	display: inline-block;
	margin-bottom: 0;}
#site-footer.footer-custom .custom-html-widget .site-logo img {
	max-width: 100px; }
#site-footer.footer-custom .items-wrap {
	display: flex;
	align-items: center; }
#site-footer.footer-custom .items-wrap .w-follow {
	margin-left: auto; }
#site-footer.footer-custom .items-wrap .contact-item .utouch-icon {
	fill: #1493c7;
	margin-right: 20px; }
#site-footer.footer-custom .items-wrap .contact-item + .contact-item {
	margin-left: 35px; }
#site-footer.footer-custom .items-wrap .contact-item a,
#site-footer.footer-custom .items-wrap .contact-item span {
	font-size: 14px;
	color: #a8b2c0; }
#site-footer.footer-custom .items-wrap .contact-item a.info {
	color: #fff;
	font-weight: 600;
	margin-right: 4px; }
#site-footer.footer-custom .w-follow .utouch-icon {
	fill: #60656e; }
#site-footer.footer-custom .w-follow a:hover .utouch-icon {
	fill: #1493c7; }



/*================= Custom Pricing ============*/



.pricing-flex-wrap {
	display: flex;
	font-family: "Poppins", sans-serif;
	justify-content: center;
}

.pricing-flex-wrap .pricing-tables-item-solid {
	margin: 0 1px;
	padding: 60px 20px;
}
.pricing-flex-wrap .pricing-tables-item-solid.not-active.bg-light .bg-layer {
	background-color: #e8e8e8;
	box-shadow: none;
}
.pricing-flex-wrap .pricing-tables-item-solid.not-active.bg-light:hover .bg-layer {
	background-color: #e8e8e8;
	transform: translate3d(0, 0, 0) scale(1);
}

.pricing-flex-wrap .pricing-tables-item-solid.not-active.bg-light:hover .h1.rate:after {
	background-color: #e6f6ff;
}

.pricing-flex-wrap .pricing-tables-item-solid.not-active.bg-light:hover .rate {
	color: #31363f;
}
.pricing-flex-wrap .pricing-tables-item-solid.not-active.bg-light .btn {
	background-color: #96a1b0;
	opacity: 0;
	visibility: hidden;
}
.pricing-flex-wrap .pricing-tables-item-solid .pricing-title {
	color: #31363f;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}
.pricing-flex-wrap .pricing-tables-item-solid.bg-light:hover .bg-layer {
	background-color: #fff;
}
.pricing-flex-wrap .pricing-tables-item-solid .period {
	display: none;
}
.pricing-flex-wrap .pricing-flex-col {
	width: 20%;
}
.pricing-flex-wrap .pricing-tables-item-solid.bg-light .pricing-description {
	color: #4d525b;
}
.pricing-flex-wrap .pricing-tables-item-solid.bg-light .pricing-description p + p {
	color: #96a1b0;
}
.pricing-flex-wrap .pricing-tables-item-solid.bg-light .h1.rate {
	font-size: 30px;
	height: 150px;
	line-height: 165px;
	position: relative;
}
.pricing-flex-wrap .pricing-tables-item-solid .h1.rate:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	background-color: #e6f6ff;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	transition: all .3s ease;
	z-index: -1;
}
.pricing-flex-wrap .pricing-flex-col .prof-plan.not-active .btn {
	background-color: transparent;
	padding: 10px 20px;
	font-size: 12px;
	border: 2px solid #fff;
	color: #1493c7;
	text-transform: unset;
	opacity: 1;
	visibility: visible;
	background-color: #fff;
}
.pricing-flex-wrap .pricing-flex-col .prof-plan .pricing-title,
.pricing-flex-wrap .pricing-flex-col .prof-plan-free .pricing-title {
	opacity: 0;
}
.pricing-flex-wrap .pricing-flex-col .prof-plan.pricing-tables-item-solid .rate span {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	padding-top: 60px;
}
.pricing-flex-wrap .pricing-flex-col .pricing-tables-item-solid .rate {
	color: #31363f;
	
}
.pricing-flex-wrap .pricing-flex-col .prof-plan-free .pricing-tables-item-solid .rate span {
	font-size: 30px;
	align-items:center
}
.pricing-flex-wrap .pricing-flex-col .btn:hover:after {
	box-shadow: none;
}
.pricing-flex-wrap .pricing-tables-item-solid:hover .h1.rate:after {
	background-color: #b8e6ff;
}
.pricing-flex-wrap .pricing-tables-item-solid:hover .rate {
	color: #1493c7;
}
.pricing-tables-item-solid .rate span {
	font-size: 40px;
}

/*================= INFO-BOX ============*/
.crumina-info-box.info-box--standard-hover.feature-box-shadow {
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.05);
	padding: 40px 10px;
	height: 100%;
	transition: all .3s ease;
	text-align: center;
}
.crumina-info-box.info-box--standard-hover.feature-box-shadow:hover {
	background-color: #1493c7;
	box-shadow: 20px 0 80px 0 rgba(20, 147, 199, 0.3);
	color: #fff;
}
.crumina-info-box.info-box--standard-hover.feature-box-shadow:hover .utouch-icon {
	fill: #fff !important;
}
.info-box--standard-hover {
	text-align: center;
}

/*================= download kube floating button ============*/

/*/.floating-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.floating-button:hover {
    background-color: #0F9;
    color: #FFF;
}
*/


/*================= SLIDER ============*/

.kube-custom-slider .kc-tabs-slider-nav {
	text-align: center;
	margin-bottom: 40px !important;
}

.kube-custom-slider .kc-tabs-slider-nav a {
	font-size: 14px;
	color: #31363f;
	font-weight: 700;
	position: relative;
}

.kube-custom-slider .kc-tabs-slider-nav a:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #1493c7;
	border-radius: 5px;
	position: absolute;
	right: 0;
	bottom: -5px;
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	visibility: hidden;
}
.kube-custom-slider .kc-tabs-slider-nav li.kc-title-active {
	background: transparent;
}
.kube-custom-slider .kc-tabs-slider-nav li.kc-title-active a {
	color: #1493c7;
}
.kube-custom-slider .kc-tabs-slider-nav li.kc-title-active a:before {
	opacity: 1;
	visibility: visible;
}
.kube-custom-slider .owl-theme .owl-controls {
	margin-top: -100px;
}
.kube-custom-slider .owl-carousel .owl-buttons {
	display: flex;
	justify-content: space-around;
}
.kube-custom-slider .owl-theme .owl-controls .owl-buttons div {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	background-color:  #1493c7;
	width: 55px;
	height: 55px;
	transition: all .3s ease;
	border-radius: 0;
	position: relative;
	line-height: 1;
}

.kube-custom-slider .owl-theme .owl-controls .owl-buttons div:before {
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: initial;
	font-size: 14px;
	color: #fff;
	transform: translate(-50%, -40%);
}

.kube-custom-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f104";
}
.kube-custom-slider .owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: '\f105';
}

.kube-custom-slider ul.kc-tabs-slider-nav li {
	padding: 8px 30px;
}

/*================= Hexagon animations ============*/

#hexagon-svg:hover{
	transform: scale(1.2);
}

#hexagon-svg{
    transition: all .2s ease-in-out;
}

/* .hexagon_override_padding_margin {
    margin: 0 0 -40px !important;
    padding: 0px !important;	
}

.hexagon_Content {
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 1px 8px 9px -6px #ccc;
	
	background-color : #ffffff !important;
	
}

.hexagon.xsmall img {
	margin : 25px 0px 0px -10% !important;
}

.hexagon_Content:before {
		-webkit-box-shadow: 6px 12px 9px -12px #ccc;
		-moz-box-shadow: 6px 12px 9px -12px #ccc;
		box-shadow: 6px 12px 9px -12px #ccc;
}

.hexagon_Content:after {
		-webkit-box-shadow: -6px 12px 9px -12px #ccc;
		-moz-box-shadow: -6px 12px 9px -12px #ccc;
		box-shadow: -6px 12px 9px -12px #ccc;
}
 */

	
/*================= Responsive Mode ============*/

@media (max-width: 1300px) {
	#site-footer.footer-custom .custom-html-widget {
		text-align: right;
	}
	#site-footer.footer-custom {
		padding-top: 100px;
	}
	#site-footer.footer-custom .back-to-top {
		top: -100px;
	}
}

@media (max-width: 1024px) {
	.custom-text-field {
		padding: 40px 60px;
	}
}

@media (max-width: 990px) {
	#site-footer.footer-custom .items-wrap {
		flex-direction: column;
		align-items: flex-start; }
	#site-footer.footer-custom .items-wrap .w-follow {
		margin-left: 0; }
	#site-footer.footer-custom .items-wrap .contact-item + .contact-item {
		margin-left: 0; }
	.smooth-graduate-content {
		background-size: 300px; }
	.footer-widgets-wrap {
		flex-direction: column;
	}
	.footer-widgets-wrap  > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer-widgets-wrap  > *:first-child {
		width: 100%;
	}
	#site-footer.footer-custom .custom-html-widget {
		text-align: center;
	}
	#site-footer.footer-custom {
		padding-top: 100px;
		text-align: center; }
	#site-footer.footer-custom .items-wrap {
		align-items: center;    }
	#site-footer.footer-custom .items-wrap > * + * {
		margin-top: 7px;
	}
	#site-footer.footer-custom .custom-html-widget {
		text-align: center;
		margin-bottom: 30px;
	}
	#site-footer.footer-custom .sub-footer {
		padding: 15px 0 25px;
		margin-top: 20px;
	}
}

@media (max-width: 940px) {
	.header .primary-menu + .btn {
		margin-bottom: 20px;
	}
	.header .header-content-wrapper {
		flex-direction: row;
	}
	.header .site-logo {
		margin-top: 0;
	}
	
	.primary-menu-menu>li {
		padding: 20px 10px !important;
	}
}

@media (max-width: 880px) {
	.pricing-flex-wrap {
		flex-wrap: wrap;
	}
	.pricing-flex-wrap .pricing-flex-col {
		width: 50%;
		margin-bottom: 15px;
	}
}
@media (max-width: 800px) {
	.kc_row:not(.kc_row_inner) {
		padding: 40px 0;
	}
}

@media (max-width: 799px) {
	.crumina-custom-table table > thead > tr > th,
	.crumina-custom-table table > tbody > tr > th,
	.crumina-custom-table table > tfoot > tr > th,
	.crumina-custom-table table > thead > tr > td,
	.crumina-custom-table table > tbody > tr > td,
	.crumina-custom-table table > tfoot > tr > td {
		padding: 15px; }
	.crumina-custom-table table {
		border-radius: 10px; }
	.crumina-custom-table svg.utouch-icon {
		width: 10px;
		height: 10px; }
	.crumina-custom-table svg.utouch-icon.utouch-icon-cancel-1 {
		width: 10px;
		height: 10px; }

	body.kc-css-system .custom-info-boxes .kc-elm + .kc-elm {
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.primary-menu-menu > li > a::after {
		display: none;
	}
	.header .primary-menu + .btn {
		margin-bottom: 0;
		margin-left: 20px;
	}
	#site-header {
		padding: 10px 0;
	}
	.header .site-logo img {
		max-width: 60px;
	}

	.header {
		padding: 30px 0;
	}
	.smooth-title,
	.smooth-sub-title {
		max-width: 100%;
		font-size: 18px; }
	.smooth-text-block {
		padding: 30px; }
	.smooth-text-block ol li {
		font-size: 14px; }
	.smooth-graduate-content {
		background-size: 200px; }
	.kube-custom-slider .owl-carousel .owl-buttons {
		justify-content: space-between;
	}
	#site-footer.footer-custom .widget-title {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	#site-footer.footer-custom {
		background-color: #2c2f34 !important;
	}
	.footer-widgets-wrap  > * {
		width : 100%;
	}
	#site-footer.footer-custom .back-to-top {
		top: -130px;
		right: 50%;
		transform: translate(50%, 0);
	}
	.crumina-custom-table table > thead > tr > th,
	.crumina-custom-table table > tbody > tr > th,
	.crumina-custom-table table > tfoot > tr > th,
	.crumina-custom-table table > thead > tr > td,
	.crumina-custom-table table > tbody > tr > td,
	.crumina-custom-table table > tfoot > tr > td {
		padding: 5px; }
	.crumina-custom-table table {
		font-size: 9px; }
	.pricing-flex-wrap .pricing-flex-col {
		width: 100%;
	}

	.smooth-title,
	.smooth-sub-title {
		font-size: 16px; }
	.kube-custom-slider .owl-theme .owl-controls {
		margin-top: 0;
	}
	.custom-text-field {
		padding: 15px 30px;
	}
	#site-footer.footer-custom .items-wrap .contact-item a,
	#site-footer.footer-custom .items-wrap .contact-item span {
		font-size: 12px;
	}
}
@media (max-width: 400px) {
	.primary-menu-responsive.primary-menu {
		display: inline-block;
	}

	.header .primary-menu + .btn {
		float: right;
		margin-left: 0;
	}
	
	body h2 {font-size: 22px;}
	body h1 {line-height:1.3em;}
}

@media (max-width: 360px) {
	.kc_row:not(.kc_row_inner) {
		padding: 20px 0;
	}
}


/*
 *  Additional Customization 14-11-2023
 */
