/*
Theme Name: GeneratePress
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Version: 3.6.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2025 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2025 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/
body{
	font-family:"Open Sans", sans-serif !important;
	color: #000;
	font-size:16px;
	line-height:1.7 !important;
}
/*  header*/
.main-navigation {
    background-color: transparent;
	color:
}
.inside-header {
    padding: 0px 40px;
}
.site-header {
    background-color: #636363;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.top-bar {
    background-color: #2e71ff;
    color: #ffffff;
}
#menu-menu-1 a {
    color: #ffffff !important;
	font-weight:500;
}
.main-title a, .main-title a:hover {
    color: #ffffff;
}
.top-bar-align-right .widget:first-child {
    margin-left:initial;
}
.top-bar a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
/* footer */
.footer-top {
    background: #636363;
    padding: 45px 0;
}
.footer-top h4 {
    color: #fff;
	text-align: left;
}
ul.footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
ul.footer-list li a {
    color: #fff;
    text-decoration: none;
}
ul.footer-list li {
    margin-bottom: 10px;
}
.inside-site-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 40px;
    background: #333;
    color: #fff;
}
.mail-box a {
    color: #fff;
    text-decoration: none;
	text-align:left;
}
.mail-box a:hover {
    color: #fff;
   
}
.mail-box {
    text-align: left;
}
/* home */
.inside-article {
    padding: 0 !important;
}
section.about {
    padding: 30px 0;
}
heading {
    font-size: 26px;
    text-align: center;
}
.section_content{
    padding: 50px 0;
    text-align: center;
}

.heading {
    font-size: 26px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    display: inline-block;
    padding-bottom: 15px;
	margin-bottom:20px;
	    color: #2e71ff;
	    font-weight: 600;
}
.sub-heading{
color: #2e71ff;
	font-size: 26px;
	    font-weight: 600;
}
.sub-tittle{
	font-size: 26px;
	    color: #2e71ff;
	    font-weight: 600;
}
.heading::before,{
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: #2e71ff !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.heading::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background:#2e71ff !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
div#page {
    padding: 0;
    overflow: hidden;
}
.check {
    margin: 0;
}
.check li {
    margin: 0 0 13px 0;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 2.2em;
    font-size: 16px;
}
.check {
    list-style: none;
    margin: 0em 0 0 2em;
    padding: 10px 0 0 0;
    font-size: 16px;
    counter-reset: myCounter;
    margin-left: 0;
}
.check  li::before {
    content: counter(my-awesome-counter);
    color: #2e71ff;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    --size: 27px;
    left: 0;
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #f5f5f5;
    text-align: center;
    box-shadow: 0 0 1px 0 #999;
}
section.cont_bg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 30px;
    background: #f3f3f3;
}
.right-contnt {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
}
section.cont_bg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 50px 0;
    background: #f3f3f3;
    margin-top: 26px;
    margin-bottom: 50px;
}
.left_cnt {
    text-align: left;
    margin-top: 32px;
    border: 3px solid #f3f3f3;
    padding: 20px;
    min-height: 374px;
    height: auto;
}
.rigt_cnt{
	    text-align: left;
    margin-top: 32px;
    border: 3px solid #f3f3f3;
    padding: 20px;
     min-height: 240px;
	 height: auto;
}
.btm-cont {
    margin-top: 30px;
}
h5.btm-head {
    margin-top: 15px;
    margin-bottom: 10px;
}
div#accordionExample {
    width: 80%;
    margin: 28px 0 50px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:hover {
    color: #333;
    background-color: transparent;
}

img.aligncenter.size-full.wp-image-220 {
    margin: 40px auto;
}

.separate-containers .site-main {
    margin: 0 !important;
}

.disclaimer {
    border-top: 2px solid #2e71ff;
    padding-top: 17px;
}
.sub-headings {
    font-size: 20px;
    padding: 10px 0;
    font-weight: 600;
}
article#post-108 {
    margin: 50px 0;
}
ul.wsp-pages-list {
    list-style: none;
    margin: 0em 0 0 2em;
    padding: 10px 0 0 0;
    font-size: 16px;
    counter-reset: myCounter;
    margin-left: 0;
}
ul.wsp-pages-list li {
    margin: 0 0 13px 0;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 2.2em;
    font-size: 16px;
}
ul.wsp-pages-list li::before {
    content: counter(my-awesome-counter);
    color: #2e71ff;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    --size: 27px;
    left: 0;
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #f5f5f5;
    text-align: center;
    box-shadow: 0 0 1px 0 #999;
}
ul.wsp-pages-list a{
    color: #333;
    text-decoration: none;
    font-weight: 500;
	 margin-left: 10px;
}
}
body .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #636363;
    box-shadow: none;
}
body .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.policy h1, .policy h2, .policy h3 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
}
.main-navigation .menu-toggle{
    color: #ffffff;
}
.Contact-form {
    width: 50%;
    margin: 50px auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 30px;
    background: #f3f3f3;
	
}
.Contact-form  h1.sub-tittle {
    margin-bottom: 24px;
}
.Contact-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    padding: 7px;
    border-radius: 5px;
	font-size: 15px;
}
.Contact-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
 	width: 100%;
	height:120px;
    margin-bottom: 10px;
    background: #fff;
    padding: 7px;
    border-radius: 5px;
	font-size: 15px;	
}
.Contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #2e71ff;
    padding: 5px 21px;
    border-radius: 3px;
    font-weight: 600;
}
.Contact-form iframe{
-webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;	
}
span.wpcf7-spinner {
    display: none;
}
.wpcf7-response-output {
    display: none;
}
.iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 10px;
}
.phone-input {
    padding-left: 54px !important;
}
.iti__selected-flag {
    background: #cccccc26;
}
.contact-box {
    max-width: 800px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px 30px;
    margin: 50px auto;
}
@media only screen and (max-width:870px){
	.main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
}
}