/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
:root {
	--blue : #0E4094;
	--yellow : #febb12;
	--gradient-hero: linear-gradient(160deg, hsl(228 45% 8%) 0%, hsl(228 55% 14%) 40%, hsl(250 40% 18%) 100%);
	--gradient-glass: linear-gradient(135deg, hsla(0 0% 100% / .1), hsla(0 0% 100% / .05));
	--primary-foreground: 0 0% 100%;
	--gradient-primary: linear-gradient(135deg, hsl(228 76% 52%) 0%, hsl(260 70% 58%) 50%, hsl(228 76% 52%) 100%);
	--shadow-lg: 0 12px 40px -8px hsl(228 76% 52% / .1), 0 4px 16px -4px hsl(228 76% 52% / .06);
}

.text-bold {font-weight: 600}

.text-gradient {background: linear-gradient(135deg, #4b6ae7, #30bae8);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    background-clip: text;}

.dot-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(circle at 1px 1px, hsla(0 0% 100% / .06) 1px, transparent 0);
    background-size: 40px 40px;
    pointer-events: none;
}

.btn-gradient{
    background: var(--gradient-primary);
    background-size: 200% 200%;
    color: hsl(var(--primary-foreground));
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all .3s ease;
    box-shadow: 0 4px 16px #284de24d;
}

.btn-gradient:hover {
    background-position: 100% 0;
    box-shadow: 0 8px 30px #284de266;
    transform: translateY(-1px);
	color: #fff
}

p {
	margin-bottom: 5px !important;
}



body:not(.stuck) #mega-menu-primary li:hover {
	background: #ffffff1a!important;
	border-radius: 99px!important;
	color: #ffffffb2!important
}

body:not(.stuck) #mega-menu-primary > li > a {
	color: #ffffffb2!important
}

body:has(.stuck) #mega-menu-primary li a, body.page:not(.home) #mega-menu-primary li a,
body.archive:not(.home) #mega-menu-primary li a, body.single:not(.home) #mega-menu-primary li a{
	color: #000!important
}

body:has(.stuck) #mega-menu-primary li:hover, body.page:not(.home) #mega-menu-primary li:hover,
body.archive:not(.home) #mega-menu-primary li:hover, body.single:not(.home) #mega-menu-primary li:hover{
	background: #f3f3f3!important;
}

.bg-title {background: #284de21a;
    width: max-content;
    margin: 0 auto;
    padding: 3px 15px;
    border-radius: 10px;
    font-size: 16px;
}

.hotline a {
	padding: 10px 20px;
}


.jet-btn-second.white.button.is-outline {
	color: #fff!important
}

.jet-btn-second.white.button.is-outline:hover {
	color: #000!important
}

.col-text-banner .col-inner{
	display: flex;
	align-items: center;
	justify-content: center;
}

.col-text-banner .col-inner .text {
	border-radius: 99px;
	border:1px solid #ffffff1a;
	padding: 3px 10px;
	background: var(--gradient-glass);
}

.col-text-banner .col-inner .text img {
	padding: 0 5px;
}
.section-services .large-3 .col-inner, .section-benefits .large-4 .col-inner {
	border-radius: 10px;
	background: #fff;
	transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-services .icon-box{
	padding: 15px;
}

.section-services .icon  {
	background: #eff1f5;
    border-radius: 10px;
    padding: 8px;
}
.section-services .large-3 .col-inner:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
	cursor: pointer;
}

.section-services .large-3 .col-inner:hover .icon{
	background: #284de2;
}

.section-services .large-3 .col-inner:hover .icon img {
	filter: brightness(10.5)
}

.section-benefits .icon-box {
	padding: 20px 15px;
}
.section-benefits .col-inner .icon {
	padding: 8px;
}


.section-benefits .col-inner:hover .icon  {
	background: #eff1f5;
    border-radius: 10px;
    
}

.section-process .icon-box {
	padding-bottom: 30px;
	
}



.section-process .icon-box:nth-child(1)::before{	content: "01"}
.section-process .icon-box:nth-child(2)::before{	content: "02"; }
.section-process .icon-box:nth-child(3)::before{	content: "03"}
.section-process .icon-box:nth-child(4)::before{	content: "04"}
.section-process .icon-box:nth-child(5)::before{	content: "05"}



.section-process .icon-box:nth-child(1)::before,.section-process .icon-box:nth-child(2)::before,
.section-process .icon-box:nth-child(3)::before,.section-process .icon-box:nth-child(4)::before,
.section-process .icon-box:nth-child(5)::before {
	border-radius: 10px;
	background: var(--gradient-primary);
    background-size: 200% 200%;
    color: hsl(var(--primary-foreground));
    border: none;
    font-weight: 600;
    transition: all .3s ease;
    box-shadow: 0 4px 16px #284de24d;
	height: fit-content;
	padding: 15px 20px;
    margin-right: 30px;
    margin-top: 10px;
}

.tab-home li {
	padding: 0 10px;
	border: 1px solid #284de266;
	 border-radius: 10px;
    font-weight: 600;

}

.tab-home li span {
	color: #000;
	text-transform: math-auto;
}

.tab-home li.active a, .tab-home li.active span,  .tab-home li:hover span, .tab-home li:focus span{
	color: #fff;
	
}


.tab-home li.active, .tab-home li:hover, .tab-home li:focus {
    background: var(--gradient-primary);
    border-radius: 10px;
    font-weight: 600;
}

.pricing-table-wrapper .pricing-table-header .title {
	background: #fff;
	font-size: 20px;
}
.pricing-table-wrapper .pricing-table-header .title, .pricing-table-wrapper .pricing-table-header .price {
	font-weight: 600;
}

.pricing-table-wrapper .pricing-table-items ,.pricing-table-wrapper .pricing-table-header .price{
	
	padding:0 10%
}

.pricing-table-wrapper .description  {
	color: #939393;padding:0 10%;
	font-size: 15px; font-weight: 600;
}

.pricing-table-wrapper .pricing-table .items>div {
	border:0;
	font-size: 14px;
	padding:2% 0;
}

.price-featured.featured-table {
	border: 0;
	color: #fff;
	padding: 10% 0
}

.price-featured .price {
	color: #fff
}

.price-featured.featured-table .title{
	background : transparent
}

.price-featured.featured-table  .title {
	border-bottom: 0
}

.form-lh .col {
	padding-bottom: 0;
}
.form-lh label {
	color: #fff;
}

.form-lh input[type=text], .form-lh input[type=tel], .form-lh textarea, .form-lh select, .form-lh input[type=submit] {
	height: 45px;
	border-radius: 10px;
} 

.copyright-footer {
	color: #fff;
}

.row-contact .col-inner {
	padding: 30px 0 0 0
}
.row-contact {
	border-radius: 10px;
	border: 1px solid #2f3960;
	background : #232941
}

.archive .is-divider {display: none;}


#secondary .is-divider {
	display: none;
}

#secondary .secondary {
	background: var(--gradient-primary);
}

#secondary .widget-title  {
	background: var(--gradient-primary);
	display: block;
	    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
}

#secondary ul {
	border: 1px solid #ccc;
	padding: 0 10px;
}

#secondary .recent-blog-posts a {
	font-size: 14px;
	color: #000;
	margin-bottom: 0;
}
#secondary .badge {
	height: 50px;
    width: 70px;
}

#secondary form input[type=search] {
	height: 35px;
}

#secondary  form button.ux-search-submit {
	padding: 0;
	min-width:3em!important;
	border-radius:0;
	border: 0
}

#footer a {
	font-size: 14px; 
}

#footer a i{
	margin-right: 5px;
    width: 25px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 10px;
}

.jet-single-post {

    border-radius: 10px;
    padding: 50px 20px;
	margin-bottom: 10px;
}

.jet-single-post li {
	margin-left: 15px;
}

.jet-breadcums {background: #f0f0f0; font-size: 14px}
.jet-breadcums .col {padding-bottom: 0; height:45px ; line-height: 45px;overflow: hidden}

#footer, .section-banner, .featured-table {
	background: var(--gradient-hero);
}

#footer a, #footer p {
	color: rgb(195, 195, 195)
}

.absolute-footer {
	background: transparent
}

ul.mega-sub-menu  li a {color: #000!important}