/*
Theme Name: ICan
Theme URI: https://devsavant.com/
Description: This is the sample theme created for the Genesis Framework.
Author: none
Author URI: https://devsavant.com/

Version: 3.4.3

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: Ican
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* Header CSS */
.site-header .genesis-nav-menu>li>a {
    color: #445d6f; 
}
.site-header .genesis-nav-menu li {
    padding: 0 !important;    
}
.site-header .genesis-nav-menu a {
	font-size: 14px;
	line-height: 20px;
}
.button {
	font-size: 14px;
	line-height:20px;
	padding: 10px 18px !important;
}

/*  */

/* Homepage CSS */


/*  */

/* Contact Form CSS */
.white-popup-style {
	max-width: 1140px !important;
}
.inner-form-content .gform_wrapper.gravity-theme .gform_footer input {
	min-width: 100% !important;
}

/*  */

/* Demo Form CSS*/
.blue-popup-style .gform-body .ginput_container input {
    background: #fff !important;
    color: #333e49 !important;
}
.blue-popup-style {
	max-width: 1140px !important;
}
html body .modal-style-2 .mfp-close {
	color: #fff !important;
}
.inner-form-content.style-blue-inner .gform_wrapper.gravity-theme .gform_footer input {
	min-width: 100% !important;
}
/*  */

/* Pricing Page  */
.gb-block-pricing-table .gb-block-pricing-table-inside{
	border-radius: 12px !important;
    background: #f2f9fa !important;
	border-color: #2a4351 !important;
}
.gb-block-pricing-table .gb-block-pricing-table-inside .gb-block-button a {
    width: 100% !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    padding: 14px !important;
    background: #2a4351 !important;
    text-decoration: none !important;
}
.gb-block-pricing-table .gb-block-pricing-table-inside .gb-block-button a:hover {
	background: #82cd53 !important;
}
/*  */

/* Our Solutions */
.inner-content-icon:before {
	display: none !important;
}
.icon-box-list .container {
	max-width: 1240px !important;
}
.content-svg-tabs .circle-sp:hover {
    background: #82cd53 !important;
}
.content-svg-tabs .circle-sp:hover h6 {
    color: #82cd53 !important;
}
/*  */

/* About Us */
.hero-page.aboutUsHero .inner-detail-hero h1 {
	max-width: 630px !important;
}
/*  */


/*  */
body {
    position: relative;
}
#pmpro_processing_message.pageLoader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 70%);
    z-index: 99999;
    display: flex;
    align-items: center;
}
.loaderBox {
    margin: auto;
    text-align: center;
}
.loaderBox .loader {
    display: inline-block;
    height: 64px;
    width: 64px;
}
.loaderBox .loader {
    display: block;
    animation: loader--dual-ring 1.2s linear infinite;
    border: 5px solid #fff;
    border-radius: 50%;
    content: " ";
    margin: 1px;
    height: 46px;
    width: 46px;
    border-color: #82CD53 transparent #82CD53 transparent;
    margin: auto;
}
.loaderBox .loader:after {
    border-color: #82CD53 transparent #82CD53 transparent;
}
.loaderBox .loaderText {
    margin-top: 24px;
    font-size: 18px;
    color: #000;
}
@keyframes loader--dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Responisve */
@media only screen and (min-width:1921px ) {
	.hero-page .slider-hero {
		max-width: 1920px;
		margin: 0 auto;
	}
	.hero-page .img-person-col img {
		object-position: bottom left !important;
	}
	.hero-page .img-person-col .content-circle-green {
		left: unset !important;
    	right: 0 !important;
	}
	.hero-page.aboutUsHero .inner-detail-hero {
    	max-width: 548px !important;
	}

}

@media only screen and (max-width:1200px ) {
	.site-header .link-btn-right .button {
		font-size: 14px !important;
		padding: 10px 8px !important;
	}
	.link-btn-right ul li {
		margin: 0 0 0 8px !important;
	}
	.site-header .genesis-nav-menu>li>a {
		font-size: 14px;
	}
  
}
@media only screen and (max-width:991px ) {
	.hero-page .inner-detail-hero .content-hero, .hero-page .inner-detail-hero h1 {
		max-width: 100% !important;
	}
	h1 {
		font-size: 38px !important;
	}
	h2 {
		font-size: 34px !important;
	}
	.cardBox .icon-circle-box {
		padding: 24px !important;
		margin: 0 auto 16px !important;
	}
	.box-list {
		padding: 64px 0 !important;
	}
	.list-detail-bx .row div:nth-last-child(1) {
		margin-bottom: 0 !important;
	}
	.counter-square {
    	padding: 64px 0 !important;
	}
	.icon-menu .icon-line-close {
		background-color: #fff !important;
		padding: 12px !important;
		background-size: 12px !important;
		border-radius: 100px !important;	
	}
	.menu-main-content #navbarNavDropdown ul li a {
		font-size: 30px !important;
	}
	.menu-list-mobile-btn li a {
    	min-width: 100% !important;
    	font-size: 30px !important;
	}
	.menu-list-mobile-btn {
		padding-right: 34px;
	}
	.hero-page.aboutUsHero .inner-detail-hero h1 {
		max-width: 100% !important;
	}
}

@media only screen and (max-width:690px ) {
	.box-list {
		padding: 48px 0 !important;
	}
	.counter-square {
    	padding: 48px 0 !important;
	}
	.hero-page .item-slider {
		padding-top: 98px !important;
	}
	p {
		font-size: 16px !important;
	}
	h1 {
		font-size: 26px !important;
	}
	h2 {
        font-size: 24px !important;
    }
	h3 {
        font-size: 22px !important;
    }
	h4 {
        font-size: 20px !important;
    }
	h5 {
        font-size: 18px !important;
    }
	.hero-page .inner-detail-hero .list-btn a {
		padding: 14px 6px !important;
        width: 49% !important;
        margin: 0 !important;
        font-size: 14px !important;	
	}
	.hero-page .inner-detail-hero .list-btn {
		margin-top: 16px !important;
		justify-content: space-between !important;
	}
	.hero-page .inner-detail-hero h1 {
		margin-bottom: 16px !important;
	}
	.cardBox .card .front>div {
        padding: 30px 20px !important;
    }
	.box-list .main-title h2 {
        margin-bottom: 16px !important;
    }
	.list-counter-data .row div:nth-last-child(1) {
		margin-bottom: 0px !important;
	}
	.cardBox .icon-circle-box {
		padding: 0px !important;
		height: 40px !important;
		width: 40px !important;
	}
	.menu-list-mobile-btn li {
        margin-bottom: 16px !important;
    }
	.menu-main-content #navbarNavDropdown ul li a {
        font-size: 24px !important;
        padding: 8px 24px !important;
    }
	.menu-list-mobile-btn {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
	.list-detail-mission .row>div {
        margin-bottom: 30px !important;
    }
	.our-mission {
        padding: 48px 0px !important;
    }
	.inner-box-mission .icon-row-cicle .icon-circle {
    	margin-right: 8px !important;
	}
	.inner-box-mission .icon-circle {
		height: 48px;
		min-width: 48px;
		padding: 8px;
		width: 48px;
	}
	.inner-box-mission .icon-row-cicle {
		margin-bottom: 8px;
	}
	.our-mission .main-title {
        margin-bottom: 24px;
    }
	.menu-list-mobile-btn li a {
		font-size: 18px !important;
	}
}

/*  */