@charset "UTF-8";
/*
Theme Name: Payyalla
Theme URI: payyalla.com
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Manage payments seamlessly from any device, on any platforms, Payyalla is the payment gateway solution to help you accept payments seamlessly and securely online.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: 'MuseoSanslight';
	font-weight: 400;
}

@font-face {
	font-family: 'MuseoSanslight';
	src: url(assets/fonts/MuseoSans-300.ttf);
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'MuseoSans';
	src: url(assets/fonts/MuseoSans_500.ttf);
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'MuseoSansBold';
	src: url(assets/fonts/MuseoSans_700.ttf);
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'Museo Sans Rounded 500';
	font-style: normal;
	font-weight: normal;
	src: local('Museo Sans Rounded 500'), url('assets/fonts/MuseoSansRounded500.woff') format('woff');
}

@font-face {
	font-family: 'Museo Sans Rounded 100';
	font-style: normal;
	font-weight: normal;
	src: local('Museo Sans Rounded 100'), url('assets/fonts/MuseoSansRounded100.woff') format('woff');
}

@font-face {
	font-family: 'Museo Sans Rounded 300';
	font-style: normal;
	font-weight: normal;
	src: local('Museo Sans Rounded 300'), url('assets/fonts/MuseoSansRounded300.woff') format('woff');
}

@font-face {
	font-family: 'Museo Sans Rounded 700';
	font-style: normal;
	font-weight: normal;
	src: local('Museo Sans Rounded 700'), url('assets/fonts/MuseoSansRounded700.woff') format('woff');
}

@font-face {
	font-family: 'Museo Sans Rounded 900';
	font-style: normal;
	font-weight: normal;
	src: local('Museo Sans Rounded 900'), url('assets/fonts/MuseoSansRounded900.woff') format('woff');
}

@font-face {
	font-family: 'Museo Sans Rounded 1000';
	font-style: normal;
	font-weight: normal;
	src: local('Museo Sans Rounded 1000'), url('assets/fonts/MuseoSansRounded1000.woff') format('woff');
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: 300;
}

.mainHeading, h1 {
	font-size: 55px;
	color: #ED6C32;
}

.subHeading {
	font-size: 35px;
	color: #ED6C32;
	font-family: 'Museo Sans Rounded 500';
}

p {
	color: #fff;
	font-size: 18px;
	margin: 0px;
	font-family: 'Museo Sans Rounded 500';
	letter-spacing: 0.5px;
}

/* Color Style Css */

.primary {
	color: #3636D5;
}

.primaryDark {
	color: #1B0574;
}

.orange1 {
	color: #ED6C32;
}

.orange2 {
	color: #E98052;
}

.success {
	color: #85CC6E;
}

.warning {
	color: #E34343;
}

.SkyBlue {
	color: #66C6E9;
}

.txtDefault {
	color: #fff;
}

.grayTxt {
	color: #656565;
}

/* Background Style Css */

.bgNavy {
	background-color: #160A6F;
}

.bgSkyBlue {
	background-color: #66C6E9;
}

.bgPrimaryDark {
	background-color: #1B0574;
}

.bgOrange {
	background-color: #ED6C32;
}

.bgblue {
	background-color: #3636D5;
}

/* Buttons Style Css */

a.fillBtn, button, input[type=button], input[type=submit], input[type=reset] {
	border: 2px solid #F97C44;
	border-radius: 10px 10px 10px 0px;
	padding: 15px 40px;
	display: inline-block;
	background-color: transparent;
	text-decoration: none;
	font-family: 'Museo Sans Rounded 500';
	font-size: 16px;
	color: #F97C44;
}

a.fillBtn:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color: #F97C44;
	color: #fff;
}

a.fillBtn, .fillBtn {
	background-color: #F97C44;
	color: #fff;
}

a.fillBtn:hover, .fillBtn:hover {
	background-color: #66C6E9;
	border-color: #66C6E9;
}

.whiteBorderBtn {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.whiteBorderBtn:hover {
	background-color: #fff;
	color: #3636D5;
}

.subscribeBtn {
	border-radius: 20px;
}

ul li a {
	border: none;
	padding: 10px 10px;
	color: #fff;
	border-radius: 0px;
}

ul li a:hover {
	background-color: transparent;
}

/* Form Style Css */

input[type=text], input[type=email], input[type=password], input[type=search], textarea {
	border: 2px solid #F97C44;
	border-radius: 10px 10px 10px 0px;
	padding: 15px 15px;
	outline: none !important;
	color: #F97C44;
	font-size: 15px;
	background: transparent;
}

input[type=text]:focus::placeholder {
	opacity: 0.7;
	color: #F97C44;
}

input[type=email]:focus::placeholder {
	opacity: 0.7;
	color: #F97C44;
}

input[type=password]:focus::placeholder {
	opacity: 0.7;
	color: #F97C44;
}

input[type=search]:focus::placeholder {
	opacity: 0.7;
	color: #F97C44;
}

input[type=text]::placeholder {
	color: #F97C44;
}

input[type=email]::placeholder {
	color: #F97C44;
}

input[type=password]::placeholder {
	color: #F97C44;
}

input[type=search]::placeholder {
	color: #F97C44;
}

.formBg {
	background: #fff !important;
	color: #D5D5D5 !important;
	border-color: #fff !important;
}

.formBg::placeholder {
	color: #D5D5D5 !important;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
}

.skip-link.screen-reader-text {
	display: none;
}

.site-header {
	padding: 30px 0;
	position: fixed;
	width: 100%;
	z-index: 4;
}

.main-header {
	display: inline-block;
	width: 100%;
}

.site-header .site-branding {
	float: left;
}

.site-header .primary-navigation {
	background: #3636D5;
	border-radius: 30px;
	min-width: 250px;
	position: absolute;
	right: 0;
	border-top-right-radius: 0px;
	padding-bottom: 35px;
	top: 0;
}

.site-header .navigationBox {
	float: right;
	position: relative;
	z-index: 9999999;
}

.site-header .navigationBox a.btnMenu {
	font-size: 26px;
	color: #ffffff;
	z-index: 2;
	position: absolute;
	right: 15px;
	top: 7.5px;
}

.btnMenu {}

.site-header .primary-navigation {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.menuOpen .site-header .primary-navigation {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.site-header .primary-navigation ul {
	list-style: none;
	padding: 0;
	margin: 45px 15px 0;
}

.site-header .primary-navigation ul li {
	padding: 12px 20px;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Museo Sans Rounded 300';
}

.site-header .primary-navigation ul li a {
	color: #fff;
	text-decoration: none;
}

.site-header .primary-navigation ul li.current_page_item a, .site-header .primary-navigation ul li a:hover {
	color: #1B0A74;
	font-family: 'Museo Sans Rounded 700';
}

.menuOpen .menuOverlay {
	background: rgb(0, 0, 0, .5);
	height: 100%;
	position: fixed;
	z-index: 999999;
	width: 100%;
	top: 0;
	right: 0;
}

.site-header .headerBtn {
	margin-right: 70px;
	padding: 10px 25px;
}

.vc_row.wpb_row {
	margin-left: 0;
	margin-right: 0;
}

.wpb_content_element.wpb_single_image img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

.vc_row .vc_row, .container {
	max-width: 1140px;
	margin: 0 auto;
}

.homeAbout {}
.homeAbout {}
.homeAbout {}
.homeAbout {}
.homeAbout {}


#bitnami-banner{display:none !important;}

.wpcf7-response-output{
	border:none !important;
	color:#f97c44 !important;
	font-weight: 700 !important;
}