/*
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
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 
******************************************************************/

.height-50vh {
	min-height: 50vh !important;
}

.page-template-portfolio-template #ajax-portfolio-grid .case-item-grid {
	background: transparent !important;
    height: 404px;
    border-radius: 10px;
    border: 0.5px solid #35DBC7;
    padding: 20px 15px;
	position: relative;
}

.page-template-portfolio-template #ajax-portfolio-grid > div:nth-child(2n+1) .case-item-grid {
    border-color: #ACB6E9;
}
.page-template-portfolio-template #ajax-portfolio-grid > div:nth-child(3n+1) .case-item-grid {
    border-color: #FFBC4A;
}
.page-template-portfolio-template #ajax-portfolio-grid .case-item-grid:before {
	content: "";
    background: #AFE6D4;
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: .5;
}
.page-template-portfolio-template #ajax-portfolio-grid > div:nth-child(2n+1) .case-item-grid:before {
	background: #ACB6E9;
}
.page-template-portfolio-template #ajax-portfolio-grid > div:nth-child(3n+1) .case-item-grid:before {
	background: #FFBC4A;
}
.page-template-portfolio-template .case-item-grid .case-item_thumb {
	box-shadow: none;
}
.page-template-portfolio-template .case-item-grid .case-item_thumb img {
	border-radius: 10px;
}
.page-template-portfolio-template .case-item-grid .more-arrow {
	color: #1dbb99 !important;
	fill: #1dbb99 !important;
	padding: 0 30px;
	display: inline-block;
}
.page-template-portfolio-template .case-item-grid .more-arrow .btn-next .utouch-icon {
	fill: #1dbb99;
}
.page-template-portfolio-template .case-item-grid .more-arrow .btn-next use {
	color: #1dbb99 !important;
    fill: #1dbb99 !important;
}
.footer-bg {
	background-image: url('https://software.kriya.com.au/wp-content/uploads/footer-bg.png');
    background-color: #ECF9F6;
    text-align: center;
    padding: 70px 0 !important;
    background-size: cover;
}
.header-content-wrapper .header-login {
	display: flex;
    gap: 20px;
}
.header-content-wrapper .header-login .contact-item:last-child {
    background: url('https://software.kriya.com.au/wp-content/uploads/user.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 100% 2px;
    padding-right: 30px;
}
.header-content-wrapper .header-login .contact-item a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444445;
}
.menu-icon-wrapper svg path {
	stroke: #262b2b;
}

/** Footer **/

footer#site-footer,
footer#site-footer .footer-wrapper,
#site-footer .sub-footer {
	background: #343A45 !important;
}
#site-footer .back-to-top  {
	box-shadow: none;
	position: relative;
}
#site-footer .site-copyright-text {
	color: #fff;
}
#site-footer {
	font-family: 'Ubuntu';
}
#site-footer .sub-footer {
	border-top: 1px solid #848484;
	padding-top: 0;
	max-width: 1200px;
	margin: 0 auto;
}
#site-footer .widget .widget-title {
	font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}
.footer-menu-reg {
    margin-top: 40px;
}
#site-footer .heading-text .size-thumbnail {
	margin-bottom: 50px;
}
#site-footer .heading-text .learn-more {
	display: none;
}
#site-footer #block-2 {
	margin-top: 40px;
}

/** Home Page  **/
body.kc-css-system .kc-css-479686 .btn,
body.kc-css-system .kc-css-885246 .btn,
body.kc-css-system .kc-css-316647 .btn {
	width: auto;
}
body.kc-css-system .kc-css-479686 .btn:before {    
	content: "";
    display: inline-block;
    background-image: url('https://software.kriya.com.au/wp-content/uploads/kriya-sign.png');
    height: 100%;
    width: 200px;
    position: absolute;
    z-index: 9;
    left: 190px;
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: 0 -45px;
    top: 0;
}
body.kc-css-system .kc-css-885246 .btn:before {
	content: "";
    display: inline-block;
    background-image: url('https://software.kriya.com.au/wp-content/uploads/kriya-sign.png');
    height: 100%;
    width: 200px;
    position: absolute;
    z-index: 9;
    left: 160px;
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: 0 -45px;
    top: 0;
}


.heart-icon {
	display: inline-block;
    background-image: url('https://software.kriya.com.au/wp-content/uploads/heart.png');
    height: 26px;
    width: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	position: relative;
	top: 3px;
	padding: 0 20px;
}
.dot-01,
.dot-02,
.dot-03 {
    display: inline-block;
    background: #06BFAE;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.dot-02 {
	background: #FFF1A8;
}
.dot-03 {
	background: #FFC1C1;
}
.kriya-title {
    padding-left: 10px;
}
.kriya-title:before {
	content: "";
    display: inline-block;
    background: #06BFAE;
    height: 13px;
    width: 13px;
    position: absolute;
    top: 16px;
    border-radius: 16px;
    left: -10px;
    opacity: 0.7;
}
body.kc-css-system .kc-css-587442 .btn,
body.kc-css-system .kc-css-686548 .btn,
body.kc-css-system .kc-css-910659 .btn {
	width: auto;
}
body.kc-css-system .kc-css-686548 .btn:before,
body.kc-css-system .kc-css-910659 .btn:before {
    content: "";
    background-image: url('https://software.kriya.com.au/wp-content/uploads/kriya-sign.png');
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-demo-req-section .kc_text_block p {
	margin-bottom: 10px;
}
.home-demo-req-section .fw_form_fw_form .wrap-forms {
    position: relative;
}
.home-demo-req-section .fw_form_fw_form .field-text {
    width: auto !important;
}
.home-demo-req-section .fw_form_fw_form input[type="text"] {
	border-radius: 5px;
    padding: 12px;
    max-width: calc( 100% - 180px );
}
.home-demo-req-section .fw_form_fw_form .btn--primary {
	border-radius: 5px;
    padding: 18px 30px;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    top: -92px;
    right: 10px;
	width: auto;
}

.home .footer-bg .fw_form_fw_form {
	max-width: 600px;
    margin: auto;
}
.home .footer-bg .fw_form_fw_form .wrap-forms {
    position: relative;
}
.home .footer-bg .fw_form_fw_form .field-text {
	max-width: unset;
    margin: 0;
    text-align: left;
    width: 100%;
}
.home .footer-bg .fw_form_fw_form input[type="text"]{
	border-radius: 5px;
    padding: 13px;
    max-width: calc( 100% - 200px );
    margin: 0;
}
.home .footer-bg .fw_form_fw_form .submit-wrap .btn--primary {
	border-radius: 5px;
    padding: 18px 30px;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    top: -72px;
    right: 10px;
	background: #25C7B8;
    color: #fff;
}

/* Features */
.home-features-box .info-box--standard-hover {
	text-align: left;
    padding: 20px;
    border-radius: 10px;
    background: #F0FFFC;
    position: relative;
}
.home-features-box .info-box--standard-hover:before {
    content: "";
    background: #AFE6D4;
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.5;
}
.home-features-box .info-box--standard-hover.feature-box-02 {
	background: #F4FBFF;
}
.home-features-box .info-box--standard-hover.feature-box-02:before {
	background: #C8EBFF;
}
.home-features-box .info-box--standard-hover.feature-box-03 {
	background: #FFF6EF;
}
.home-features-box .info-box--standard-hover.feature-box-03:before {
	background: #FFD0C1;
}
.home-features-box .info-box--standard-hover.feature-box-04 {
	background: #EFFFEF;
}
.home-features-box .info-box--standard-hover.feature-box-04:before {
	background: #A1F5C8;
}
.home-features-box .info-box--standard-hover.feature-box-05 {
	background: #FFFAE2;
}
.home-features-box .info-box--standard-hover.feature-box-05:before {
	background: #FFE49F;
}
.home-features-box .info-box--standard-hover.feature-box-06 {
	background: #F7F7FF;
}
.home-features-box .info-box--standard-hover.feature-box-06:before {
	background: #D7D4F5;
}
.quinn-why-kriya .home-features-box .info-box-image {
	margin: 0 15px 0 0;
    display: inline-block;
    width: 100%;
}
.quinn-why-kriya .home-features-box .info-box-image img {
    margin: 0 10px 0 0;
    max-width: 65px;
}


/*Testimonials*/
.home-testimonials .testimonial-item-arrow {
	box-shadow: none;
    padding: 20px;
    border: 1px solid #35DBC7;
    border-radius: 20px;
    position: relative;
}
.home-testimonials .testimonial-item-arrow:nth-child(2n + 1) {
	border-color: #ACB6E9;
}
.home-testimonials .testimonial-item-arrow:nth-child(3n + 1) {
	border-color: #FFBC4A;
}
.home-testimonials .testimonial-item-arrow:before {
	content: "";
    background: #AFE6D4;
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
	opacity: 0.5;
}
.home-testimonials .testimonial-item-arrow:nth-child(2n + 1):before {	
    background: #ACB6E9;
}
.home-testimonials .testimonial-item-arrow:nth-child(3n + 1):before {	
    background: #FFBC4A;
}
.home-testimonials .testimonial-item-arrow .author-info-wrap {
	position: relative;
    margin-bottom: 20px;
}
.home-testimonials .testimonial-item-arrow .testimonial-img-author {
	box-shadow: none;
    padding: 0;
    margin: 0;
}
.home-testimonials .testimonial-item-arrow .author-info {
	margin-left: 9px;
}
.home-testimonials .testimonial-item-arrow .testimonial-text {
	margin-bottom: 0;
}
.home-testimonials .crumina-testimonial-item .rait-stars {
	display: none;
}

@media (min-width: 800px) {
	#site-footer #nav_menu-3,
	#site-footer #utouch_contacts-6,
	#site-footer #block-2 {
		width: 50%;
	}
}

@media only screen and (max-width: 1200px) {
	#site-footer .sub-footer {
		max-width: 1100px;
	}
}

@media only screen and (max-width: 992px) {
	#site-footer .sub-footer {
		max-width: 930px;
	}
}

@media only screen and (max-width: 940px) {
	.home-demo-req-section {
		padding-top: 120px !important;
	}
	.header--menu-rounded .primary-menu-menu>li {
		padding: 20px 0 !important;
	}
}
@media (max-width: 799px) {
	.home h2.heading-title {
		text-align: unset;
	}
	.home .footer-bg .fw_form_fw_form input[type="text"] {
		max-width: 100%;
	}
	.home .footer-bg .fw_form_fw_form .submit-wrap .btn--primary {
		position: relative;
		top: 0;
		right: 0;
	}
	.home-demo-req-section {
		padding-top: 80px !important;
	}
}

@media (max-width: 768px) {	
	header.header.header-has-topbar .header-content-wrapper {
		padding: 30px 0 !important;
	}
	.header-content-wrapper .header-login {
		position: absolute;
		right: 130px;
		top: 50px;
	}
	#site-footer .sub-footer {
		max-width: 680px;
	}
}

@media (max-width: 575px) {
	header.header.header-has-topbar .header-content-wrapper {
		padding: 55px 0 30px !important;
	}
	.header-content-wrapper .header-login {
		width: 100%;
		right: 0;
		top: 15px;
		text-align: center;
		justify-content: end;
	}
}

@media (max-width: 460px) {
	.home-demo-req-section .fw_form_fw_form input[type="text"] {
		max-width: 100%;
	}
	.home-demo-req-section .fw_form_fw_form .btn--primary {
		position: relative;
		top: -20px;
		left: 0;
	}
	body.kc-css-system .kc-css-686548 .btn:before,
	body.kc-css-system .kc-css-910659 .btn:before {
		display: none;
	}
}