/**
* Theme Name: appway Child
* Description: This is a child theme of appway, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/tonatheme/portfolio">tonatheme</a>
* Template: appway
* Version: 1.2
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

.arabictxt p {
	font-family: "Cairo", sans-serif;
}
.main-header .sticky-header .logo-box img {
    width: 45px;
}
body:not(.home) .main-header .outer-container {
    background: #255cee;
}
body:not(.home) .main-header {
	margin-bottom: 60px;
}
.image-animation {
	-webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}
#contact-block .form-group:not(.message-btn) {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#contact-block .form-group p {
	margin-bottom: 0;
}
#contact-block .form-group i {
	padding-right: 10px;
}
#contact-block .form-group textarea {
	width: 100%;
}
.info-sidebar .sidebar-info-contents .content-box a {
	font-size: 32px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.info-sidebar .sidebar-info-contents .content-inner .content-box .theme-btn-two {
    display: none;
}
.info-sidebar .sidebar-textwidget {
    padding: 20px 20px 45px 20px;
}
.info-sidebar .sidebar-info-contents .content-inner .logo {
	background: transparent!important;
}
.theme-layout .mobile-menu .menu-box {
	background: #4527a4;
}
.theme-layout .mobile-menu .contact-info ul li {
	margin-bottom: 15px;
}
.theme-layout .mobile-menu .contact-info ul li a {
    font-size: 30px;
    font-weight: 500;
}
.theme-layout .mobile-menu .contact-info ul li:hover a {
	color: transparent;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
    background: linear-gradient(90deg, rgb(255, 114, 0) 0%, rgba(113,65,177,1) 0%, rgba(0,222,255,1) 100%);
    -webkit-background-clip: text;
}
.theme-layout .mobile-menu .menu-box .nav-logo img.mCS_img_loaded {
	width: 45px;
}
.theme-layout .mobile-menu .nav-logo {
	padding: 15px 25px;
}
.theme-layout .mobile-menu .close-btn {
	top: 25px;
}
.theme-layout .mr_page {
	box-shadow: none;
    padding: 0;
}


/* ------------
 * RESPONSIVE *
 ------------ */
@media (max-width: 767px) {
	.main-footer .footer-top .mrfooter {
		flex: 0 0 50%;
    	max-width: 50%;
	}
	.theme-layout .main-footer .footer-top {
		padding-bottom: 0;
	}
	.theme-layout .main-header .outer-container .logo-box .logo {
		padding: 15px 0px;
	}
	.theme-layout .main-header .outer-container .logo-box .logo img {
		width: 50px;
	}
	.theme-layout .menu-area .mobile-nav-toggler {
		margin-top: 25px;
	}
	
}
@media (min-width: 768px) {
	.theme-layout .main-footer .footer-top .mrfooter {
		flex: 0 0 25%;
    	max-width: 25%;
	}
	.theme-layout .main-footer .footer-top {
		padding-bottom: 0;
	}
	.theme-layout .main-footer .footer-top .links-widget .list li a {
		font-size: 14px;
	}
	.theme-layout .main-footer .footer-top .contact-widget .list li, .main-footer .footer-top .contact-widget .list li:first-child {
		margin-bottom: 20px;
	}
	.theme-layout .main-footer .footer-top .contact-widget .list li {
		font-size: 14px;
    	line-height: 28px;
	}
	.theme-layout .main-footer .footer-top .about-widget .text {
		font-size: 14px;
		line-height: 28px;
	}
	
	
}
@media (min-width: 1025px) {
	.theme-layout .main-footer .footer-top {
		padding-bottom: 40px;
	}
	.theme-layout .main-footer .footer-top .links-widget .list li a {
		font-size: 16px;
	}
	.theme-layout .main-footer .footer-top .contact-widget .list li {
		font-size: 16px;
    	line-height: 42px;
	}
	.theme-layout .main-footer .footer-top .about-widget .text {
		font-size: 16px;
		line-height: 36px;
	}
	
}
@media (min-width: 1200px) {
	.theme-layout .main-header.home-16 .menu-area .btn-box {
		margin-top: 33px;
    	margin-right: 15px;
	}
	.main-header .menu-area .mobile-nav-toggler {
		display: block;
		margin-top: 38px;
		padding: 10px;
	}
	.theme-layout .main-header .outer-container .logo-box .logo {
		padding: 30px 0px;
	}
	
}

