@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');
@import 'common-components.css';
/* reset start */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;box-sizing:content-box}input{opacity:1}input::-webkit-input-placeholder{opacity:1!important}input::-moz-placeholder{opacity:1!important}input:-ms-input-placeholder{opacity:1!important}input::-ms-input-placeholder{opacity:1!important}input::placeholder{opacity:1!important}input::-webkit-input-placeholder{opacity:1!important}input::-moz-placeholder{opacity:1!important}input:-ms-input-placeholder{opacity:1!important}textarea{overflow:auto;vertical-align:top;resize:none}a:active,a:hover,a:focus{outline:0;text-decoration:none}figure,form{margin:0}button,input,select,textarea{font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="radio"],input[type="text"],input[type="email"],input[type="password"],input[type="number"],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;-webkit-border-radius:0}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}img{vertical-align:middle;display:inline-block;height:auto;max-width:100%;border:0;-ms-interpolation-mode:bicubic}select{color:#000;outline:none}select:-moz-focusring{color:#fff0;text-shadow:0 0 0 #000}::-moz-selection{background:#74b62f;text-shadow:none;color:#fff}::selection{background:#74b62f;text-shadow:none;color:#fff}a{-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;display:inline-block;text-decoration:none}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box}video::-webkit-media-controls{display:none!important}
/* Reset end */

body{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: #121212;
	font-weight: 400;
}
h1{
	font-size: 54px;
    line-height: 1.2;
    font-family: "diavlo",sans-serif;
	font-weight: 900;
	text-shadow: 3px 3px 3px rgba(109, 65, 152,0.6);
}
h2 {
    font-size: 46px;
    line-height: 1.3;
    font-family: "diavlo",sans-serif;
	font-weight: 900;
}
h3, .h3 {
    font-size: 36px;
    line-height: 1.3;
    font-family: "diavlo",sans-serif;
	font-weight: 900;
}
h4, .h4 {
    font-size: 22px;
    line-height: 1.3;
    font-family: "diavlo",sans-serif;
	font-weight: 900;
}
.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

/* header css start */
.site-wrapper main{
	padding-top: 134px;
}
.site-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.site-header .header-wrapper{
	display: flex;
	position: relative;
	padding-top: 8px;
}
.site-header .header-wrapper::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	background-color: #6e4098;
}
.site-header .header-wrapper::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 9px;
	background: linear-gradient(to right, #FFF 27%, #74b62f);
}
.site-header .header-wrapper .logo-block{
	padding: 0 20px 0 0;
	flex-shrink: 0;
	position: relative;
	margin-top: -12px;
}
.site-header .header-wrapper .logo-block img{
	width: 280px;
	height: auto;
}
.site-header .header-wrapper .navigation-wrapper{
	width: 100%;
	position: relative;
}
.site-header .header-wrapper .navigation-wrapper::before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 100%;
	height: calc(100% - 10px);
	background-image: url('../images/bg-gears-white.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	mix-blend-mode: multiply;

}
.site-header .header-wrapper .navigation-block{
	height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 0 25px;
}
.site-header .header-wrapper .navigation-block nav{
	flex: 1;
	width: 100%;
	padding-right: 15px;
}
.site-header .header-wrapper .navigation-block ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -25px;
}
.site-header .header-wrapper .navigation-block ul li{
	padding: 0 25px 24px;
}
.site-header .header-wrapper .navigation-block ul li a{
	font-size: 16px;
	color: #FFF;
	position: relative;
}
.site-header .header-wrapper .navigation-block ul li a::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #74b62f;
	transition: all 0.5s;
}
.site-header .header-wrapper .navigation-block ul li.current_page_ancestor > a::after,
.site-header .header-wrapper .navigation-block ul li.current-menu-item > a::after,
.site-header .header-wrapper .navigation-block ul li a:hover::after{
	width: 100%;
}
.site-header .header-wrapper .navigation-block .btn-block{
	flex-shrink: 0;
	text-align: center;
	padding-bottom: 24px;
}
.site-header .header-wrapper .navigation-block .btn-block > a{
	display: block;
	margin-bottom: 5px;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
}
.site-primary-btn{
	display: inline-block;
	background-image: linear-gradient(to top, #D2F5A4, #8CC845);
	background-color: #8CC845;
	font-size: 16px;
	padding: 0 20px;
	height: 36px;
	line-height: 32px;
	border: 2px solid #f7e408;
	border-radius: 8px;
	font-weight: 700;
	color: #6d4199;
	transition: all 0.5s;
}
.site-primary-btn.purple-bg {
    color: #fff;
    background: #6d4199;
}

.site-primary-btn.purple-bg:hover {
    background: #f7e408;
    color: #6d4199;
}
.site-primary-btn.has-top-spacing {
	margin-top: 20px;
}
.site-header .header-wrapper .navigation-block ul li.menu-item-has-children{
	position: relative;
}
.site-header .header-wrapper .navigation-block ul li.menu-item-has-children em{
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
}
.site-header .header-wrapper .navigation-block ul li.menu-item-has-children.active em img{
	transform: rotate(180deg);
}
.site-header .header-wrapper .navigation-block ul li.menu-item-has-children em img{
	height: 12px;
	transition: all 0.3s;
}
.site-header .header-wrapper .navigation-block ul li.menu-item-has-children:hover ul{
	opacity: 1;
	visibility: visible;
}

.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul{
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: calc(100% - 10px);
    /* background-color: rgba(109, 65, 153, 0.7); */
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    box-shadow: none;
    border-radius: 4px;
    transition: all 0.3s;
    padding: 0;
	display: block;
	/* background-color: rgba(238,238,228, 1); */
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 3px 3px rgb(0, 0, 0, 0.1);
}
.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li a{
	color: #6d4199;
	padding: 8px 20px;
    width: 100%;
	line-height: 1.3;
}
.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li a::after{
	display: none;
}
.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li.current-menu-item a,
.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li a:hover{
	/* color: #74b62f; */
	background-color: rgba(109,65,153, 0.2);
}
.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li{
	padding: 0;
}
.site-primary-btn:hover{	
	/* background: #8CC845; */
	background: #f7e408;
}
.hamburger{
	display: none;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 22px;
	cursor: pointer;
	position: relative;
	margin-top: -10px;
}
.hamburger span {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
	border-bottom: 2px solid #FFF;
	border-radius: 2px;
}
.hamburger span::before,
.hamburger span::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	border-bottom: 2px solid #FFF;
	transition: all 0.5s;
}
.hamburger span::before{
	top: -7px;
}
.hamburger span::after{
	top: 7px;
}
.open-menu .hamburger span{
	border-color: transparent;
}
.open-menu .hamburger span::before{
	transform: translateY(6px) rotate(45deg);
}
.open-menu .hamburger span::after{
	transform: translateY(-8px) rotate(-45deg);
}
.overlay{
	display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(33 33 33 / 40%);
    z-index: -9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
	cursor: pointer;
}
.open-menu .overlay{
	opacity: 1;
	visibility: visible;
	z-index: 9;
}

/* footer css start */
.site-footer{
	position: relative;
}
.site-footer::before{
	position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 100%;
    height: 95px;
    background-image: url(../images/footer-curve-shape.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
	z-index: 2;
}
.site-footer::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 8px;
	background-color: #EEEEE4;
	z-index: 0;
}
.site-footer .footer-top{
	background-color: #6d4199;
	padding-bottom: 40px;
}
.site-footer .footer-wrapper{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.site-footer .footer-wrapper .footer-col:first-child{
	flex: 0 0 40%;
	max-width: 40%;
	padding-right: 45px;
	text-align: center;
	margin-top: -12px;
}
.site-footer .footer-wrapper .footer-col:last-child{
	flex: 0 0 60%;
	max-width: 60%;
	padding-top: 40px;
}
.site-footer .footer-wrapper .logo-block{
	margin-bottom: 70px;
}
.site-footer .footer-wrapper .social-links-block{
	margin-bottom: 50px;
}
.site-footer .footer-wrapper .social-links-block ul{
	display: flex;
	align-items: center;
	margin: 0 -10px;
}
.site-footer .footer-wrapper .social-links-block ul li{
	padding: 0 10px;
}
.site-footer .footer-wrapper .social-links-block ul li img{
	height: 25px;
	width: auto;
}
.site-footer .footer-wrapper .logo-block img{
	width: 217px;
	height: auto;
}
.site-footer .footer-wrapper .link-wrapper{
	display: block;
}
.site-footer .footer-wrapper .link-wrapper a{
	color: #fff;
	font-family: "diavlo",sans-serif;
	font-size: 22px;
	font-weight: 700;
}
.site-footer .footer-wrapper .footer-nav-block{
	display: flex;
	flex-wrap: wrap;
}
.site-footer .footer-wrapper .footer-nav-block ul{
	flex: 0 0 50%;
	max-width: 50%;
}
.site-footer .footer-wrapper .footer-nav-block ul ul { max-width: 100%;}
.site-footer .footer-wrapper .footer-nav-block ul:not(:last-child){
	padding-right: 30px;
}
.site-footer .footer-wrapper .footer-nav-block li{
	line-height: 1.25;
}
.site-footer .footer-wrapper .footer-nav-block li:not(:last-child){
	margin-bottom: 8px;
}
.site-footer .footer-wrapper .footer-nav-block li a{
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}
.site-footer .footer-wrapper .footer-nav-block li a:hover,
.site-footer .footer-wrapper a:hover{
	color: #f7e408;
}
.site-footer .footer-bottom{
	background-color: #121212;
	padding: 25px 0;
}
.site-footer .footer-bottom-outer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.site-footer .footer-bottom-outer ul {
	display: flex;
	align-items: center;
	margin: 0 -8px;
}
.site-footer .footer-bottom-outer ul li{
	padding: 0 8px;
}
.site-footer .footer-bottom-outer .right-inner p,
.site-footer .footer-bottom-outer ul li,
.site-footer .footer-bottom-outer ul li a{
	color: #FFF;
	font-size: 12px;
}
.site-footer .footer-bottom-outer .right-inner p{
	padding-right: 10px;
}
.site-footer .footer-bottom-outer .right-inner{
	display: flex;
	align-items: center;
}
.custom-modal-wrapper{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
	display: none;
	height: 100%;
	overflow: auto;
	transition: opacity 0.15s linear;
}
.custom-modal-wrapper .modal-overlay{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}
.custom-modal-wrapper .modal-content-outer{
	position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    right: 0;
    overflow: auto;
    height: 100%;
}
.custom-modal-wrapper .modal-content-outer .modal-content-inner{
	min-height: calc(100% - (1.75rem * 2));
    margin: 1.75rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.custom-modal-wrapper .modal-content-outer .modal-wrapper{		
	background-color: #F1EEE5;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
	width: 100%;
	border-radius: 20px;
	padding: 50px;
	box-shadow: 2px 2px 13px rgba(0,0,0,0.45);
	/* max-height: calc(100% - 50px);
    overflow-y: auto; */
}
.custom-modal-wrapper .modal-content-outer .modal-header{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
    border-bottom: 2px solid #6d4199;
    margin-bottom: 20px;
}
.custom-modal-wrapper .modal-content-outer .modal-header h2{
	color: #6d4199;
    font-size: 54px;
}
.custom-modal-wrapper .modal-content-outer .modal-header em img{
	height: 70px;
	width: auto;
}
.custom-modal-wrapper .modal-content-outer .modal-content-wrapper{
	text-align: center;
}
.custom-modal-wrapper .modal-content-outer .modal-content-wrapper p{
	font-size: 20px;
	margin-bottom: 20px;
}
.custom-modal-wrapper .modal-content-outer .image-wrapper{
	position: relative;    
	text-align: center;
}
.custom-modal-wrapper .modal-content-outer .image-wrapper img{
	margin: 0 auto;
}
.custom-modal-wrapper .modal-content-outer .close-btn{	
	max-width: 1000px;
	width: 90%;
	text-align: right;
	position: relative;
	z-index: 101;
}
.custom-modal-wrapper .modal-content-outer .modal-close-btn img{
	height: 40px;
	width: auto;
}
.custom-modal-wrapper .modal-content-outer .image-wrapper .btn-wrapper {
	position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.custom-modal-wrapper .modal-content-outer .btn-wrapper a{
	min-width: 240px;
	font-size: 18px;
}
.custom-modal-wrapper .modal-content-outer .modal-content-wrapper h3{
	font-weight: 600;
	font-family: "Roboto", sans-serif;
}
.overflow-hidden{
	overflow: hidden;
}

.single-post-section { padding: 60px 0; background: #EEEEE4; } 
.single-post-section h2 { font-size: 36px; color: #6d4199; margin-bottom: 10px; } 
.single-post-section h2:not(:first-child) {
	margin-top: 20px;
	font-size: 32px;
}
.single-post-section h2:first-child { text-align: center;}
.single-post-section .post-feature-image,
.single-post-section .wp-block-image {
	text-align: center;
	margin: 20px 0 35px;
	position: relative;
	padding-bottom: 40%;
	border-radius: 4px;
}
.single-post-section .post-feature-image img,.single-post-section .wp-block-image img { border-radius: 8px;position: absolute;left: 0;top: 0;height: 100%;width: 100%;object-fit: cover;}
.single-post-section .sub-title-text { font-size: 20px; color: #74b62f; line-height: 1.3; } 
.single-post-section h3 { font-size: 26px; color: #6d4199; margin: 20px 0 5px; } 
.single-post-section p:last-child { margin-bottom: 0; } 
.single-post-section a { color: #8CC845;}
.single-post-section a:hover { text-decoration: underline;}
.single-post-section p { margin-bottom: 10px; } 
.single-post-section p + p { margin-top: 10px; } 
.single-post-section ul li { position: relative; padding-left: 14px; line-height: 1.5; } 
.single-post-section ul li + li,
.single-post-section ol li + li {margin-top: 4px; } 
.single-post-section ol li { list-style-type: decimal; line-height: 1.5; } 
.single-post-section ol { padding-left: 18px; } 
.single-post-section ul > ul,
.single-post-section ul > ol,
.single-post-section ol > ol,
.single-post-section ol > ul{ margin-top: 10px; padding-left: 25px; } 
.single-post-section ul li::before { height: 5px; width: 5px; position: absolute; content: ''; left: 0; background-color: #121212; top: 9px; border-radius: 50%; } 
.single-post-section ul + p,
.single-post-section ol + p { margin-top: 10px; } 
.single-post-section .post-categories h2{text-align: left;}
.single-post-section .post-categories ul li a{color: #121212;}
.single-post-section .prev-next-posts{display: flex;justify-content: space-between;margin-top: 30px;}
.single-post-section .prev-next-posts li{padding-left: 0;}
.single-post-section .prev-next-posts li+li{margin-top: 0;}
.single-post-section .prev-next-posts li::before{display: none;}
.single-post-section .prev-next-posts li a{display: inline-block;background-image: linear-gradient(to top, #D2F5A4, #8CC845);background-color: #8CC845;font-size: 16px;padding: 0 20px;height: 36px;line-height: 32px;border: 2px solid #f7e408;border-radius: 8px;font-weight: 700;color: #6d4199;transition: all 0.5s;text-decoration: none !important;}
.single-post-section .prev-next-posts li a:hover{background: #f7e408;}


/* page not found */
.page-not-found { padding: 100px 0;background: #EEEEE4;display: flex;align-items: center;}
.page-not-found .page-not-found-inner { max-width: 560px;margin: 0 auto;text-align: center;position: relative;}
.page-not-found .page-not-found-inner .robot-icon { position: absolute;left: 100%;top: -70px;width: 270px;}
.page-not-found .page-not-found-inner h1 { color: #6d4199;margin-bottom: 10px;}
.page-not-found .page-not-found-inner h1 br { display: block;}
.page-not-found .page-not-found-inner h2 { margin-bottom: 15px;}
.page-not-found .page-not-found-inner p { margin-bottom: 10px;font-weight: 500;}
.page-links-wrapper ul { display: flex;justify-content: center;flex-wrap: wrap;margin-bottom: -10px;}
.page-links-wrapper li:not(:last-child) { margin-right: 10px;margin-bottom: 10px;}

.thankyou-page-wrapper { padding: 120px 0;background: #EEEEE4;text-align: center;}
.thankyou-page-wrapper p { max-width: 330px;margin: 0 auto 20px;}
.thankyou-page-wrapper h1 { color: #6d4199;text-shadow: none;margin-bottom: 10px;}
.thankyou-page-wrapper h2 { font-size: 24px;font-weight: 700;margin-bottom: 8px;}
.site-search-wrapper .site-search-top { padding: 70px 0 50px;background: #EEEEE4;}
.site-search-wrapper .site-search-top h1 { text-shadow: none;text-align: center;margin-bottom: 13px;color: #6d4199;}
.site-search-wrapper .form-group { max-width: 650px;margin: 0 auto;position: relative;}
.site-search-wrapper .form-group label { font-size: 14px;color: #fff;font-weight: 400;display: block;margin-bottom: 8px;}
.site-search-wrapper .form-group input { width: 100%;height: 50px;line-height: 50px;font-size: 16px;border-radius: 10px;outline: 0;padding: 0 55px 0 15px;font-family: "Roboto", sans-serif;border: 1px solid #ddd;transition: all 0.5s;}
.site-search-wrapper .form-group input:focus { border-color: #6d4199;}
.site-search-wrapper .form-group input::-webkit-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}
.site-search-wrapper .form-group input::-moz-placeholder { 
  color: #808080 !important;
  opacity: 1 !important;
}
.site-search-wrapper .form-group input:-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1 !important;
}
.site-search-wrapper .form-group input:-moz-placeholder { 
  color: #808080 !important;
  opacity: 1 !important;
}
.site-search-wrapper .form-group .btn-wrapper { position: absolute;right: 15px;top: 50%;transform: translateY(-50%);}
.site-search-wrapper .form-group .btn-wrapper .btn { padding: 0;border: 0;background: transparent;}
.site-search-wrapper .search-results { position: relative;text-align: center;}
.site-search-wrapper .site-search-result-block { padding: 0 0 60px;background: #EEEEE4;}
.site-search-wrapper .search-results p  a { color: #6d4199;}
.site-search-wrapper .search-results p  a:hover { text-decoration: underline;}
.site-search-wrapper .search-results .search-list-outer { display: flex;margin: 0 -10px -20px;flex-wrap: wrap;}
.site-search-wrapper .search-results .search-list-outer li { max-width: 33.33%;padding: 0 10px;margin-bottom: 20px;flex: 0 0 33.33%;}
.site-search-wrapper .search-results .search-list-outer li a { color: #121212;height: 100%;background: #fff;padding: 15px;text-align: left;display: flex;justify-content: space-between;flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.site-search-wrapper .search-results .no-found { font-weight: 400;font-size: 16px;}
.site-search-wrapper .search-results .search-list-outer li a:hover .text-btn{text-decoration: underline; }
.site-search-wrapper .search-results .search-list-outer li h4 { font-size: 16px;font-family: "Roboto", sans-serif;line-height: 1.4;margin-bottom: 10px;font-weight: 700;}
.site-search-wrapper .search-results .title-wrapper { margin-bottom:15px;}
.site-search-wrapper .search-results .not-found-wrapper .title-wrapper { margin-bottom:10px;}
.site-search-wrapper .search-results .title-wrapper h3 {font-size: 32px;font-weight: 700;}
.site-search-wrapper .search-results .search-list-outer li .text-btn {
    margin-top: 12px;
    display: block;
    color: #8CC845;
    line-height: 1;
}


/* pagination */
.pagination-wrapper ul { display: flex;align-items: center;margin-top: 30px;justify-content: center;}
.pagination-wrapper ul li+li {margin-left: 4px;}
.pagination-wrapper ul li .page-numbers { min-width: 30px;min-height: 30px;line-height: 30px;font-size: 14px;border-radius: 4px;display: inline-flex;align-items: center;justify-content: center;color: #121212;}
.pagination-wrapper ul li .page-numbers img { width: 7px;}
.pagination-wrapper ul li .page-numbers.current {background: #74b62f; color: #fff;transition: all 0.5s;}
.pagination-wrapper ul li { line-height: 1;}
.pagination-wrapper ul li .page-numbers:not(.current):hover { background: rgba(116, 182, 47,0.1);color: #74b62f;} 

/* form css  */
.contact-us-section .form-wrapper .gform_confirmation_wrapper{
    color: #fff;
}
.contact-us-section .form-wrapper .gform_confirmation_wrapper br{
    display: none;
}
.contact-us-section .form-wrapper .gform_confirmation_wrapper span{
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}
.contact-us-section .form-wrapper .gform_confirmation_wrapper ul{
    margin-bottom: 15px;
}
.contact-us-section .form-wrapper .gform_confirmation_wrapper a{
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #fff;
}
.contact-us-section .form-wrapper .gform_confirmation_wrapper a:hover{
    text-decoration: none;
}
/* cms-content changes start */
.cms-page-section  .efk-table-wrapper{
	margin: 20px 0;
}
.cms-page-section  .efk-table-wrapper .cookie-table{
	width: 100%;
	border: 1px solid #ddd;
	height: 100%;
	display: block;
	padding: 20px;
}
.cms-page-section  .efk-table-wrapper .cookie-table + .cookie-table{
	margin-top: 20px;
}
.cms-page-section  .efk-table-wrapper .cookie-table th{
	text-align: right !important;
	min-width: 80px;
}
.cms-page-section  .efk-table-wrapper .cookie-table td{
	padding-left: 6px;
	word-break: break-word;
}
.cms-page-section  .efk-table-wrapper .cookie-table br{
	display: none;
}
.cms-page-section .cms-page-content h2:not(:first-child){
	margin-top: 30px;
}
.cms-page-section .cms-page-content p{
	line-height: 1.5;
}
.cms-page-section .cms-page-content p + p{
	margin-top: 15px;
}
.cms-page-section .cms-page-content h3{
    margin: 25px 0 8px;
}
.cms-page-section .cms-page-content ul{
	margin: 15px 0 15px 30px;
}
.cms-page-section .cms-page-content .privacy-table th{
	text-align: left;
}
.cms-page-section .cms-page-content .privacy-table td,
.cms-page-section .cms-page-content .privacy-table th
{
	border: 1px solid #000;
	padding: 5px
}
/* cms-content changes end */
@media(min-width: 1024px){
	.site-header .header-wrapper .navigation-block ul li.menu-item-has-children:hover em img{
		transform: rotate(180deg);
	}
}
@media(max-width:1439px){
	/* footer css start */
	.site-footer .footer-wrapper{
		padding-left: 90px;
	}
}
@media(max-width:1366px){
	/* header css start */
	.site-header .header-wrapper .navigation-block ul{
		margin: 0 -12px;
	}
	.site-header .header-wrapper .navigation-block ul li{
		padding: 0 12px 24px;
	}
	.site-header .header-wrapper .navigation-block nav{
		padding-right: 30px;
	}
	.site-primary-btn{
		padding: 0 15px;
	}
	/* footer css start */
	.site-footer .footer-wrapper {
        padding-left: 130px;
    }
	.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li a,
	.site-header .header-wrapper .navigation-block ul li a{
		font-size: 14px;
	}
	.single-post-section .prev-next-posts li a{padding: 0 15px;}
}
@media(max-width:1199px){
	.container{
		padding: 0 25px;
	}
	body{
		line-height: 1.5;
	}
	h1{
		font-size: 50px;
	}
	h2{
		font-size: 40px;
	}
	h3, .h3{
		font-size: 32px;
	}
	h4, .h4 {
		font-size: 20px;
	}
	/* header css start */
	.site-header .header-wrapper .logo-block img{
		width: 255px;
	}
	.site-header .header-wrapper .navigation-block ul{
		margin: 0 -9px;
	}
	.site-header .header-wrapper .navigation-block ul li{
		padding: 0 9px 24px;
	}
	.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li a,
	.site-header .header-wrapper .navigation-block ul li a{
		font-size: 12px;
	}	
	.site-header .header-wrapper .site-primary-btn{
		padding: 0 15px;
		font-size: 14px;
	}
	.site-header .header-wrapper .navigation-block .btn-block > a{
		font-size: 16px;
		margin-bottom: 3px;		
	}
	.site-footer .footer-wrapper .link-wrapper a{
		font-size: 20px;
	}
	/*  */
	.site-footer .footer-wrapper .logo-block img{
		width: 185px;
	}
	.site-footer .footer-wrapper .social-links-block ul li img{
		height: 20px;
	}
	.site-footer .footer-wrapper .social-links-block{
		margin-bottom: 40px;
	}
	.site-footer .footer-wrapper {
        padding-left: 150px;
    }
	.custom-modal-wrapper .modal-content-outer .modal-wrapper{
		max-width: 90%;
	}
	.custom-modal-wrapper .modal-content-outer .modal-wrapper{
		padding: 40px;
	}
	.custom-modal-wrapper .modal-content-outer .modal-header h2{
		font-size: 40px;
	}
	.custom-modal-wrapper .modal-content-outer .modal-header em img{
		height: 60px;
	}
	.custom-modal-wrapper .modal-content-outer .modal-content-wrapper p{
		font-size: 18px;
	}
	.single-post-section { padding: 50px 0; } 
	.single-post-section h2 { font-size: 30px; } 
	.single-post-section h2:not(:first-child) { 
		font-size: 26px;
	}
	.single-post-section h3 { font-size: 24px; } 
	.page-not-found { padding: 60px 0;}
	.thankyou-page-wrapper { padding: 50px 0;}
	.page-not-found .page-not-found-inner .robot-icon {
		left: calc(100% - 60px);
		top: -50px;
	}
	.site-search-wrapper.contact-us-section { margin-bottom: 20px;}
	.thankyou-page-wrapper h2 { font-size: 20px;}
	.site-search-wrapper .site-search-result-block { padding: 0 0 50px;}
	.site-search-wrapper .site-search-top { padding: 50px 0;}
	.site-search-wrapper .search-results .title-wrapper h3 { font-size: 28px;}
}
@media(max-width:1024px){
	/* header css start */
	.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li a,
	.site-header .header-wrapper .navigation-block ul li a{
		font-size: 14px;
	}	
	.hamburger{
		display: flex;
	}
	.site-header .header-wrapper .navigation-block {
		padding: 0 0 21px;
        position: fixed;
		z-index: 999;
        top: 88px;
        right: 0;
        width: 280px;
        height: calc(100% - 90px);
        display: block;
        background-color: #6e4098;
        overflow: hidden;
        overflow-y: auto;
        transition: all 0.5s;
        transform: translateX(100%);
		box-shadow: none;
	}
	.open-menu .site-header .header-wrapper .navigation-block{
		transform: translateX(0);
		box-shadow: -21px 6px 36px -27px rgba(0,0,0,0.45);
	}
	body.open-menu{
		overflow: hidden;
	}
	.site-header .header-wrapper .navigation-wrapper {
		width: 100%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0 25px;
	}
	.site-header .header-wrapper .navigation-block nav{
		padding: 0;
	}
	.menu-header-menu-container{
		width: 100%;
	}
	.site-header .header-wrapper .navigation-block ul {
		margin: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
	.site-header .header-wrapper .navigation-block .btn-block {
		text-align: left;
        margin-top: 8px;
        padding: 0 15px;
    }
	.site-header .header-wrapper .navigation-block ul li {
		padding: 8px 15px;
        width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
    }
	.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li a{
		padding:15px 15px 0;
	}
	.site-header .header-wrapper .navigation-block ul li a::after{
		display: none;
	}
	.site-header .header-wrapper .navigation-block .btn-block > a {
		font-size: 14px;
        margin-bottom: 20px;
    }
	.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li a{
		color: #fff;
	}
	.site-header .header-wrapper .navigation-block ul li.current_page_ancestor a,
	.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li.current-menu-item a,
	.site-header .header-wrapper .navigation-block ul li.current_page_item a,
	.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul li a:hover,
	.site-header .header-wrapper .navigation-block .btn-block > a:hover,
	.site-header .header-wrapper .navigation-block ul li a:hover{
		color: #74b62f;
	}
	.site-header .header-wrapper .navigation-block ul li.menu-item-has-children ul{
		position: relative;
		opacity: 1;
		visibility: visible;
		left: 0;
		transform: none;
		background-color: transparent;
		border-radius: 0;
		padding: 0;
		top: 0;
        min-width: 100%;
        transition: none;
		display: none;
		box-shadow: none;
	}
	.site-header .header-wrapper .navigation-block ul li.menu-item-has-children em{
		display: inline-flex;
	}
	/* footer */
	.site-footer .footer-bottom .bottom-right-wrapper,
	.site-footer .footer-bottom .bottom-left-part{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.site-footer .footer-bottom .bottom-left-part{
		margin-bottom: 20px;
	}
	.site-footer .footer-bottom-outer .right-inner,
	.site-footer .footer-bottom-outer ul{
		justify-content: center;
	}
	.site-footer .footer-bottom-outer ul{
		margin: 0 -8px -10px;
		flex-wrap: wrap;
	}
	.site-footer .footer-bottom-outer ul li{
		padding: 0 8px 10px;
	}
}
@media(max-width:991px){ 
	/* footer css start */
	.site-footer .footer-wrapper{
		padding-left: 170px;
	}
	.site-footer::after{
		display: none;
	}
	.site-footer .footer-wrapper .footer-col:first-child{
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		text-align: left;
        margin-top: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.site-footer .footer-wrapper .logo-block{
		margin-bottom: 0;
		margin-top: -12px;
		position: relative;
	}
	.site-footer .footer-wrapper .footer-col:last-child {
		flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        margin-top: -61px;
	}
	.site-footer .footer-wrapper .social-links-block ul{
		justify-content: center;
	}
	.site-footer .footer-wrapper .logo-block img {
        width: 170px;
    }
	.site-footer .footer-wrapper .social-links-block ul{
		margin: 0 0 0 45px;
	}
	.site-footer .footer-wrapper .social-links-block ul li{
		padding: 0 7px;
	}
	.site-footer .footer-wrapper .link-wrapper{
		position: relative;
	}
	.site-footer .footer-wrapper .link-wrapper a{
		font-size: 18px;
	}
	.custom-modal-wrapper .modal-content-outer .image-wrapper .btn-wrapper{
		top: 55px;
	}
	.custom-modal-wrapper .modal-content-outer .btn-wrapper a{
		min-width: 200px;
	}
	.site-search-wrapper .search-results .search-list-outer li { flex: 0 0 50%;max-width: 50%;}
	.page-not-found .page-not-found-inner .robot-icon { width: 140px;}
}
@media(max-width:767px){ 
	h1{
		font-size: 46px;
	}
	h2{
		font-size: 32px;
	}
	h3, .h3{
		font-size: 28px;
	}
	h4, .h4 {
		font-size: 18px;
	}
	/* header css */
	.site-header .header-wrapper .logo-block img {
		width: 240px;
	}
	.site-header .header-wrapper .navigation-block {
        top: 83px;
        height: calc(100% - 85px);
    }
	/* footer css start */
	.site-footer .footer-wrapper .footer-col:last-child{
		margin-top: 0;
	}
	.site-footer .footer-wrapper .social-links-block ul {
        margin: 0;
        justify-content: flex-start;
    }
	.site-footer .footer-wrapper .social-links-block{
		margin-bottom: 30px;
	}
	.site-footer .footer-wrapper{
		padding-left: 0;
	}
	.site-footer::before{
		display: none;
	}
	.site-footer .footer-bottom-outer .right-inner,
	.site-footer .footer-bottom-outer ul{
		justify-content: flex-start;
	}
	.custom-modal-wrapper .modal-content-outer .modal-wrapper{
		padding: 30px;
	}
	.custom-modal-wrapper .modal-content-outer .modal-header h2{
		font-size: 32px;
	}
	.custom-modal-wrapper .modal-content-outer .modal-header em img{
		height: 50px;
	}
	.custom-modal-wrapper .modal-content-outer .modal-content-wrapper p{
		font-size: 16px;
	}
	.custom-modal-wrapper .modal-content-outer .modal-close-btn img{
		height: 30px;
	}
	.custom-modal-wrapper .modal-content-outer .close-btn{
		top: -40px;
	}
	.site-primary-btn.has-top-spacing {
		margin-top: 15px;
	}
	.single-post-section { padding: 40px 0; } 
	.single-post-section .sub-title-text { font-size: 18px; } 
	.single-post-section h2 { font-size: 28px; }
	.single-post-section h2:not(:first-child) { 
		font-size: 24px;
	} 
	.single-post-section h3 { font-size: 22px; }
	.single-post-section .wp-block-image { 
		margin: 15px 0 20px;
		padding-bottom: 56.25%;
		max-width: 100%;
	}
	.page-not-found { padding: 40px 0;}
	.thankyou-page-wrapper { padding: 40px 0;}
	.page-not-found .page-not-found-inner .robot-icon { position: static;margin: 0 auto 10px;}
	.thankyou-page-wrapper h2 { font-size: 18px;}
	.site-search-wrapper .site-search-result-block { padding: 0 0 40px;}
	.site-search-wrapper .search-results .no-found { font-size: 16px;}
	.site-search-wrapper .form-group input { height: 40px;line-height: 40px;}
	.site-search-wrapper .form-group .btn-wrapper { width: 18px;}
	.site-search-wrapper .site-search-top { padding: 40px 0;}
	.site-search-wrapper .search-results .title-wrapper h3 { font-size: 24px;}
	.cms-page-section .efk-table-wrapper .cookie-table{
		padding: 15px;
	}
}
@media(max-width: 676px){
	.custom-modal-wrapper .modal-content-outer .image-wrapper .btn-wrapper {
        top: 42px;
    }
	.custom-modal-wrapper .modal-content-outer .btn-wrapper a {
        min-width: 170px;
    }
}
@media(max-width:576px){
	.site-header .header-wrapper .logo-block img {
		width: 215px;
    }
	.site-footer .footer-wrapper .footer-nav-block ul:not(:last-child) {
		padding-right: 15px;
	}
	.site-header .header-wrapper .navigation-block {
        top: 73px;
        height: calc(100% - 74px);
    }
	.site-header .header-wrapper .logo-block{
		z-index: 1000;
	}
	.site-header .header-wrapper .navigation-block ul{
		padding-top: 15px;
	}
	.site-header .header-wrapper::after{
		background: linear-gradient(to right, #FFF 60%, #74b62f);
	}
	br{
		display:none;
	}
	.custom-modal-wrapper .modal-content-outer .btn-wrapper a {
        min-width: inherit;
        font-size: 16px;
    }
	.custom-modal-wrapper .modal-content-outer .modal-wrapper{
        padding: 20px;
    }
	.site-search-wrapper .search-results .search-list-outer li { max-width: 100%;flex: 0 0 100%;}
}
@media(max-width: 426px){
	.custom-modal-wrapper .modal-content-outer .image-wrapper .btn-wrapper {
        top: 32px;
		width: 100%;
    }	
}
@media(max-width:375px){
	.site-footer .footer-wrapper .footer-nav-block ul:not(:last-child) {
		padding-right: 0;
		margin-bottom: 8px;
	}
	.site-footer .footer-wrapper .footer-nav-block ul{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.site-footer .footer-wrapper .footer-col:first-child{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 8px;
	}
	.site-footer .footer-bottom-outer .right-inner{
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 10px;
	}
}

