html{
    scroll-behavior: smooth;
    scroll-padding-top: 18rem !important;
    scroll-margin-top: 18rem !important;
    -webkit-scroll-padding-top: 18rem !important;
}
a.back-to-top.modeltheme-is-visible{
    background-image: linear-gradient(to right, #0097ff, #0a09c9) !important;
    opacity: 1 !important;
    right: 1rem !important;
}
.knowledge-accordion .accordion div.link {
    background-image: linear-gradient(90deg, #0200c7,#5b21e7) !important;
}
.knowledge-accordion .accordion li.open div.link {
}
.knowledge-list2 h3.heading a.heading-link{
	display:flex;
}
#menu-sidebar{
	display: grid;
}
#menu-sidebar .sub-menu{
	display: grid;
}
/* .header-title-breadcrumb{
	margin-top: -100px;
} */
.navbar-default .navbar-nav>li>a, #navbar .menu-item > a{
    color: #5c23e4 !important;
	font-size: 1.5rem;
	font-weight: bold;
}
.navbar-default .navbar-nav>li.current-menu-item>a, #navbar .menu-item.current-menu-item > a{
    color: #0200c7 !important;
}
#modeltheme-main-head-sticky-wrapper.is-sticky #modeltheme-main-head{
	background-color: #ffffff;
	box-shadow: 0 1px 6px 0 #a4a4a4;
}
.custom-search-on-page{
    background: white;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}
.custom-search-on-page input[type="search"]{
    border: none;
    width: 100%;
    padding: 1rem 9rem 1rem 2rem;
    border: 1px solid #aaa;
    border-radius: 10rem;
}
.custom-search-on-page button{
    /* background-image: linear-gradient(90deg, #0200c7,#5b21e7) !important; */
    background-image: linear-gradient(to right, #0097ff, #0a09c9) !important;
    color: white !important;
    padding: 0.5rem 1.5rem;
    border-radius: 10rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    position: absolute;
    right: 0.5rem;
    outline: none;
    border: none;
}
.is-search-form.is-form-style.is-form-style-3{
	border-radius: 50px;
    overflow: hidden;
    border: none;
    background: white;
	display: flex;
	align-items: center;
}
.is-search-form.is-form-style.is-form-style-3 input[type="search"]{
	padding: 3rem 2.5rem;
	border: none !important;
}
.is-search-form.is-form-style button.is-search-submit{
	border-radius: 50px;
    overflow: hidden;
    /* background-image: linear-gradient(120deg, #5b21e7 15%, #0279f4) !important; */
    background-image: linear-gradient(to right, #0097ff, #0a09c9) !important;
	margin-right: 1rem;
	width: 4rem;
	height: 4rem;
}
.is-search-form.is-form-style .is-search-icon {
	background: none;
	border: none;
}
.is-search-form.is-form-style .is-search-icon svg{
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(340deg) brightness(144%) contrast(105%);
}
.row{
	margin: 0;
}
/* faq */
.sidebar-nav-section{
    position: sticky;
    top: 12rem;
}
.custom-faq-button{
    width: 100%;
    display: block;
    margin-bottom: 0 !important;
    --_color-link: #0200c7;
    --_color-hover: #5b21e7;
}
.custom-faq-button > a{
    text-align: left !important;
    background-color: white !important;
    border: none !important;
    color: var(--_color-link) !important;
    font-weight: bold;
}
.custom-faq-button > a:focus, .custom-faq-button > a:hover, .custom-faq-button > a:visited{
    color: var(--_color-hover) !important;
}
.custom-faq-button:not(:last-child) > a{
    /*border-bottom: 1px solid rgba(0,0,0,0.1) !important;*/
}
/* Accordion */
.vc_tta-container{
    --_color-title: #222;
    --_color-text: #58595B;
    --_font: "Roboto";
    --_line-height-title: 1.2;
    --_line-height-text: 1.6;
    font-family: var(--_font, Arial);
}
.vc_tta-container h3{
    font-family: inherit;
    line-height: var(--_line-height-title, 1.2) !important;
    margin-bottom: 3rem;
}
.vc_tta-panel > div{
    background-color: white !important;
    line-height: var(--_line-height-text, 1.6);
}
.vc_tta-panel-title a{
    color: var(--_color-title, #222) !important;
    line-height: var(--_line-height-title, 1.2) !important;
}
.vc_tta-panel-body p, ol, ul, span{
    color: var(--_color-text, #555);
    font-family: inherit;
    line-height: inherit !important;
}

@media (min-width: 768px){
	#modeltheme-main-head-sticky-wrapper #modeltheme-main-head .container .row{
	display: flex;
	align-items: center;
}
	
}
@media (max-width: 768px){
	.mt-post-date{
		text-align: center;
	}
}

.custom-title-style, h1, h2, h3, h4, h5, h6{
    font-family: "Roboto", Sans-serif;
    font-weight: bold !important;
}

:is(.custom-title-style, h1, h2, h3, h4, h5, h6).custom-title-color{
    -webkit-text-fill-color: unset;
}

:is(body) :is(h1,h2){
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4 !important;
    color: #6EC1E4;
    background: linear-gradient(to right, #0097ff 0%, #0100c7 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

:is(body) :is(h3,h4){
    line-height: 1.3 !important;
}

body h1, .h1{
    font-size: min(5rem, 8vw) !important;
}

body h2, .h2{
    font-size: min(4.5rem, 8vw) !important;
}

body h3, .h3{
    font-size: min(2.5rem, 5vw) !important;
}

body h4, .title-item, .h4{
    font-size: min(1.8rem, 4.5vw) !important;
    color: #000000;
    -webkit-text-fill-color: #000000;
}




.custom-text-style, p, label, ol li, ul li{
    font-family: "Roboto", Sans-serif !important;
    font-size: min(1.5rem, 3.5vw) !important;
    font-weight: 400 !important;
    color: #58595B !important;
}

/* .custom-button{
    background-image: linear-gradient(to right, #0097ff, #0a09c9);
    background-size: 100% 100%;
    color: #ffffff;
} */

.button-more a, .custom-button{
    background-image: linear-gradient(to right, #0097ff, #0a09c9) !important;
    background-size: 100% 100% !important;
    color: #ffffff;
    padding: 1.2rem 2rem !important;
    font-size: min(1.8rem, 3.5vw) !important;
    font-weight: 400;
    height: auto;
    border-radius: 5rem !important;
    min-width: 20rem !important;
    line-height: 1.2 !important;
    border: none !important;
}

.center.button-more{
    margin: 0 auto !important;
    text-align: center;
    display: block;
}

.custom-text-link a{
    font-size: min(1.6rem, 3.5vw) !important;
    font-weight: 400;
    padding: 0;
}

.custom-text-link a i::before{
    display: inline-block;
    font-size: min(1.6rem, 3.5vw) !important;
    margin-bottom: 0.4rem;
}

.text-white, .text-white *{
    color: #ffffff !important;
    -webkit-text-fill-color: unset;
}

/* footer */

footer .footer-top{
    padding: min(5rem, 10vw) 0  min(7rem, 14vw);
}
@media (max-width: 1024px){
    footer{
        padding: 0;
    }
}

@media (max-width: 1024px){
    footer .footer-top img{
        margin-bottom: 4rem;
        max-width: 16rem !important;
    }
    footer .footer-top .widget_nav_menu{
        margin-bottom: 2rem;
    }
}

footer .footer-top  .widget-title{
    color: #0200c7 !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    font-family: 'Roboto';
    margin-bottom: 1rem !important;
}

footer .menu{
    list-style-type: none;
    display: grid;
    gap: 0.5rem;
}

footer .widget_nav_menu li::before{
    content: '';
}

.footer-top .widget_nav_menu li{
    padding: 0 !important;
}

footer .footer-top .menu .menu-item a{
    color: #4C4C4C;
    font-size: 1.5rem;
    font-weight: 400;
}

footer .footer-top .menu .menu-item a:hover{
    color: #0200c7;
}

footer .footer-top .footer-row-1 .row > div:last-child{
    margin: 0 !important;
    font-size: 1.2rem !important;
    text-align: center;
    position: absolute;
    bottom: -6rem;
    width: 100%;
}

footer .footer-top .footer-row-1 .row > div:last-child p{
    font-size: inherit !important;
}

footer .footer-top .footer-row-1 .row > div:last-child a{
    color: #5c23e4 !important;
}
footer .footer-top .footer-row-1 .row > div:last-child a:hover{
    color: #0200c7 !important;
}

.footer .copyright{
    margin: 0 !important;
    font-size: 1.2rem !important;
    text-align: center;
    color: transparent;
}

input::placeholder{
    font-weight: 400 !important;
    color: #58595B;
}

/* page - homepage */

.homepage-form-section .center{
    text-align: center;
    margin: 0 auto;
}


.services-section h4{
    margin-bottom: 1rem;
}

.services-section p{
    font-size: 1.5rem !important;
    line-height: 1.7;
}

.services-section .button-services{
    font-family: "Roboto";
    font-size: 1.5rem !important;
    font-weight: 500;
    color: #0097FF;
    display: block;
    /* border-bottom: 2px solid #0097FF; */
    /* margin-top: 30px; */
    position: relative;
    /* padding-bottom: 5px; */
    /* width: 150px; */
}

.services-section .box-shadow-column .vc_column-inner{
    padding: 0rem 3rem 1rem;
    background-color: #ffffff;
}

.services-section .box-shadow-column .vc_column-inner:hover .button-sections a {
    color: #0a09c9 !important;
}

/* page - contact */
.form-section{
    background-image: linear-gradient(65deg, #0097ff 15%, #0400c7) !important;
    border-radius: 2rem;
}

.form-section form{
    box-shadow: 3px 3px 17px 0px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding: min(4rem, 6vw);
    border-radius: 1rem;
}

.form-section .form-column > div{
    /* background-color: #ffffff; */
    /* padding: min(4rem, 6vw); */
    /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); */
    /* border-radius: 1rem; */
}

.form-section form .wpforms-submit-container{
    text-align: center;
}

.form-section form .wpforms-submit-container .custom-button{
    height: auto;
    font-weight: 400;
}

.contact-page_clients .wpb_heading {
    font-size: inherit !important;
    -webkit-text-fill-color: unset;
}

/* page - features */

.features-listing img{
    max-width: 10rem;
    margin: 2rem 0;
}

.features-listing h4{
    margin: 0;
    margin-bottom: 1rem !important;
}

.features-listing .top-services{
    padding-top: 1.5rem;
}

.features-listing .bottom-services{
    padding-bottom: 1rem;
}

.features-listing .bottom-services p{
    margin-bottom: 1rem !important;
}

.features-listing .custom-text-link a{
    padding: 0;
    background-color: transparent;
    background-image: none;
}

.features-listing a:hover,
.features-listing a:focus{
    color: #0200c7 !important;
}

.article-details .post-title{
    background: none;
    -webkit-text-fill-color: white;
    font-size: 2rem !important;
}

.article-details .post-author{
    display: none;
}

.single-blog-table-content{
    border-left: 4px solid #0097FF;
    padding: 2rem;
    background-color: #EAF8FF;
    border-radius: 1rem;
}

.single-blog-table-content ul, 
.single-blog-table-content ol{
    padding: 0;
    margin: 0 0 0 2rem;
}

.single-blog-table-content ul li,
.single-blog-table-content ol li{
    margin-bottom: 0.2rem;
}

.single-blog-table-content::after{
    content: "";
    background: url(/wp-content/uploads/2025/05/klikngo-element-01.png);
    width: 5rem;
    height: 3rem;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    position: absolute;
    bottom: -2rem;
    right: 2rem;
}

.single-blog-table-content a{
    color: #58595B;
}

.single-blog-table-content a:hover{
    color: #0200c7;
}

.single-blog-table-content h5{
    margin: 0 0 1rem;
    font-size: min(1.5rem, 4vw) !important;
}

.single-blog-content-top p{
    font-size: min(1.5rem, 4vw) !important;
    line-height: 1.6 !important;
}

@media (max-width: 768px){
    .header-title-breadcrumb-overlay{
        padding: 150px 0 140px;
    }
}

.bottom-services{
    border: none;
}

.bottom-services + .custom-text-link{
    border-top: 1px solid rgba(149, 148, 153, 0.3);
    margin-top: auto;
}

.box-shadow-column .vc_column-inner .wpb_wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
}


.services-section .custom-text-link{
    padding-top: 2rem !important;
}

.contact-page_clients .wpb_image_grid_ul {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.contact-page_clients .wpb_image_grid_ul .isotope-item{
    display: block;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

/* .vc_grid-item {
    height: 100%;
}

@media (max-width: 480px){
    .vc_grid-item {
        width: 100%;
    }
} */

:is(.recommend__section-title) h1, h2, h3, h4, h5, h6{
    margin-bottom: 2rem !important;
}

.recommend__wrap .vc_custom_heading > *{
    margin: 1rem 0 1rem;
}

.recommend__wrap  .vc_gitem-zone-a{
    aspect-ratio: 2/3;
}

/* carousel at index page */
.vc_images_carousel .vc_carousel-control{
    opacity: 1 !important;
}

.vc_carousel-control > span{
    background-color: #5c23e4;
    border-radius: 50%;
    font-size: 3rem;
    height: 3rem;
    color: #ffffff;
}

/* resources page post grid */
.vc_grid-item div.vc_gitem-zone{
    background-color: transparent !important;
}

/* .vc_btn3-container{
    display: none;
} */

.vc_grid-filter-item{
    --_color-text: #5c23e4;
    transition: 0.3s ease;
}

.vc_grid-filter-item span{
    font-size: 1.5rem;
    font-weight: bold;
}

.vc_grid-filter-item.vc_active{
    background-color: #0200c7 !important;
}

.vc_grid-filter-item:hover{
    --_color-text: #ffffff;
    background-color: #5c23e4 !important;
}

.vc_grid-filter-item.vc_active span, .vc_grid-filter-item:hover span{
    color: #ffffff !important;
}

.vc_grid-styled-select select{
    padding: 1rem;
    background-color: #0200c7 ;
    color: #ffffff;
    border-radius: 0.6rem;
}

.vc_grid-item-mini{
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
    overflow: hidden;
    border-radius: 11px !important;
    padding: 2rem;
    background-color: #ffffff;
    /* height: 100%; */
}

.vc_gitem-zone .vc_gitem-col{
    border-top: 1px solid rgba(149, 148, 153, 0.3);
    padding: 1rem 0;
}

:is(.resources-post, .recommend__wrap) .vc_btn3-container{
    border-top: 1px solid rgba(149, 148, 153, 0.3);
    margin: 0 !important;
}

:is(.resources-post, .recommend__wrap) .vc_btn3-container a{
    background-color: transparent !important;
    padding: 2rem 0 0;
    color: #0097FF !important;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
}

:is(.resources-post, .recommend__wrap) .vc_btn3-container a::after{
    content: "\2192";
    display: inline-block;
    margin-left: 1rem;
    font-size: 2.5rem;
}

:is(.resources-post, .recommend__wrap) .vc_btn3-container a:focus,
:is(.resources-post, .recommend__wrap) .vc_btn3-container a:hover{
    color: #4868cf !important;
}

.recommend__wrap .vc_gitem-post-data {
    margin-bottom: 2rem !important;
}