/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



/* HEADER CSS */



.whb-main-header li a {
    font-size: 12px !important;
    font-weight: 400 !important;
    transition: all 0.5s ease;
}

.whb-main-header .wd-header-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.whb-main-header li a:hover {
    color: #fff !important;
    background: #9865CA;
    padding: 10px;
    border-radius: 50px;
}
.Header-info a {
    color: #fff;
    margin-left: 5px;
    transition: 0.4s ease;
    font-size: 13px;
}

.Header-info {
    display: ruby !important;
}

.Header-info a:hover {
    color: #9865ca;
}
.head-call {
    border-left: 1px solid #4D4D4D;
    border-right: 1px solid #4D4D4D;
    padding: 15px;
}
.whb-flex-row.whb-top-bar-inner {
    border-right: 1px solid #4d4d4d;
    padding-right: 10px;
}


/* BANNER CSS */


.wd-content-layout {
    padding: 0 !important;
}
.Headerbtn {
    background: #3D99FF;
    color: #fff;
    transition: 0.4s ease;
    border: 3px solid #fff;
}
.ColorTitle .info-box-subtitle {
    font-size: 20px;
    color: #000 !important;
    text-transform: capitalize;
}

.ColorTitle .title {
    font-size: 40px;
    padding: 10px 0;
    font-weight: 400;
}

.ColorTitle .title strong {
    color: #9865CA;
    font-weight: 300;
}

.BannerContent .info-box-inner {
    font-size: 16px;
    color: #000;
    width: 40%;
}
.CustomBtn {
    width: 180px;
    background: #9865ca;
    color: #fff;
    border: 3px solid;
    transition: 0.4s ease;
    border: 3px solid transparent;
}
.bannertext {
    font-size: 16px;
    color: #000;
    position: relative;
    top: -80px;
    left: 20px;
}
.site-logo:before {
    content: '';
    position: absolute;
    background: url(images/header-curved.png);
    bottom: -25px;
    left: -35px;
    width: 190px;
    height: 28px;
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
}

.site-logo {
    position: relative !important;
}
.wd-nav-pagin-wrap.wd-slider-pagin {
    bottom: 13%;
    left: 18%;
}

.wd-nav-pagin-wrap.wd-slider-pagin span {
    background: none;
    padding: 5px;
    border: none !important;
}

.wd-nav-pagin-wrap.wd-slider-pagin .wd-nav-pagin-item {
    border: 1px solid #000;
    padding: 3px;
    border-radius: 50px;
}

.wd-nav-pagin-wrap.wd-slider-pagin .wd-active span {
    background: #317cff !important;
}


/* ACTIVITY ROW CSS */


.ActivityRow:before {
    content: '';
    position: absolute;
    background: url(images/cloud.png);
    top: -90px;
    left: 0;
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.ActivityBox .title {
    font-weight: 300;
    font-size: 16px;
    padding: 5px 0;
}

.EventBox .box-icon-simple {
    background: #303031;
    width: 140px;
    padding: 35px;
    border-radius: 90px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.CurriBox .box-icon-simple {
    background: #C5C5C5;
    width: 140px;
    padding: 35px;
    border-radius: 90px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.ArtBox .box-icon-simple {
    background: #9161C2;
    width: 140px;
    padding: 35px;
    border-radius: 90px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.newsBox .box-icon-simple {
    background:#3B92F4;
    width: 140px;
    padding: 35px;
    border-radius: 90px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.EventBox .box-icon-simple img {
}


/* ABOUT ROW CSS */


.ColorTitle .info-box-inner strong {
    color: #000;
}
.EnrollHead .title {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.EnrollHead .info-box-inner {
    color: #ffffffc7;
    font-size: 16px;
}

.Custombtn.EnrollBtn {
    width: 200px;
    padding: 20px;
    font-size: 18px;
}
.Aboutimg:before {
    content: '';
    position: absolute;
    background: #5E009C;
    top: 0px;
    left: 150px;
    width: 70%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    border-radius: 30px;
    transform: rotate(76deg);
}

.Aboutimg .vc_single_image-wrapper {
    position: relative;
}
.Aboutimg {
    position: relative;
}



/* EVENT ROW CSS */


.Circledsg{
    position: relative;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purcircle:before {
    content: '';
    position: absolute;
    background: url(images/camps.png);
    top: 0;
    left: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 265px;
    height: 270px;
    z-index: 1;
}
.Circledsg p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    padding: 50px;
}
.greycircle:before {
    content: '';
    position: absolute;
    background: url(images/classes.png);
    top: 0;
    left: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 265px;
    height: 270px;
    z-index: 1;
}
.blackcircle:before {
    content: '';
    position: absolute;
    background: url(images/training.png);
    top: 0;
    left: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 265px;
    height: 270px;
    z-index: 1;
}
.bluecircle:before {
    content: '';
    position: absolute;
    background: url(images/contact.png);
    top: 0;
    left: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 265px;
    height: 270px;
    z-index: 1;
}
.Circledsg strong {
    font-weight: 400;
    font-size: 30px;
}

.vc_col-sm-3:nth-child(even) .Circledsg {
    margin-top: 100px;
}
.SerBoxRow {
    padding: 40px 40px 0 40px;
    background: #FFFFFF;
    border-radius: 40px;
}

.ServiceBoxes .title {
    font-weight: 400;
    font-size: 16px;
    color: #787474;
}

.ServiceBoxes {
    margin-bottom: 50px;
}


/* EVENTS ROW CSS */


.EventsHead .title {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}
 .ser-body .title {
    font-size: 20px;
    color: #fff;
    padding: 0 50px;
    font-weight: 100;
}

.event-time {
    display: flex;
    gap: 20px;
    color: #fff;
    justify-content: center;
    margin: 25px 0;
}
.EventRowpos {
    /* border: 2px solid #9865ca; */
    border-radius: 20px;
    /* padding: 30px; */
    background: #3d98ff54;
}
.para {
    color: #ffffffb8;
}
.month {
    color: #fff;
    text-align: end;
    font-weight: 500;
}
.ser-body {
    margin: 20px 10px;
    text-align: center;
}
.years {
    background: #3d98ff;
    padding: 10px;
    width: 120px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
}

.timing {
    background: transparent;
    padding: 10px;
    width: 120px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #fff;
} 
.EventRowpos .col-md-4 {
    border: 1px solid #fff;
    padding: 30px;
}

.EventRowpos .col-md-4:first-child{
	  border-top-left-radius: 20px !important;
}
.EventRowpos .col-md-4:nth-child(3){
	  border-top-right-radius: 20px !important;
}
.EventRowpos .col-md-4:last-child {
    border-bottom-right-radius: 20px !important; 
}
.EventRowpos .col-md-4:nth-child(4) {
    border-bottom-left-radius: 20px !important; 
}


/* BLOG ROW CSS */


.blg-excerp {
    color: #000;
    padding: 0px 0 20px;
}
.blogdate {
    position: relative;
    font-size: 18px;
    width: 50px;
    text-align: center;
    z-index: 2;
    color: #fff;
    font-weight: 500;
    height: 70px;
    bottom: 30px;
    left: 20px;
}
.row .col-lg-4:nth-child(3n+1) .main-post .blogdate::before {
    content: '';
    position: absolute;
    background: url(images/blue.png);
    top: -7px;
    left: -4px;
    width: 60px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.row .col-lg-4:nth-child(3n+2) .main-post .blogdate::before {
    content: '';
    position: absolute;
    background: url(images/green.png);
    top: -7px;
    left: -4px;
    width: 60px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.row .col-lg-4:nth-child(3n+3) .main-post .blogdate::before {
    content: '';
    position: absolute;
    background: url(images/orange.png);
    top: -7px;
    left: -4px;
    width: 60px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.blogtime {
    background: #0072bc;
    color: #fff;
    border: 2px solid #fff;
    width: 120px;
    text-align: center;
    padding: 5px 0;
    border-radius: 10px;
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 20px;
    font-weight: 500;
}

.main-post {
    position: relative;
}
.excerpt strong {
    color: #000;
}



/* TESTIMONIAL ROW CSS */



.EventsHead .info-box-subtitle {
    color: #fff !important;
    font-size: 20px;
    padding-bottom: 10px;
}
.testimain {
}

.footer-testimoni {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.footer-testimoni img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
    object-position: center;
}

h3.testi-title {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.short-desc {
    color: #fff;
}

.namealign {
    text-align: center;
    margin-right: 20px;
}

.testipara {
    color: #fff;
    text-align: center;
    width: 70%;
    margin: auto;
    padding: 10px 0 30px;
}

button.slick-prev.pull-left.slick-arrow {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    background: #fff;
    position: absolute;
    left: -3%;
    top: 15%;
}
button.slick-next.pull-right.slick-arrow{
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 15px;
    right: -3px;
}
.testiImage {
    position: relative;
}

.testiImage:before {
    position: absolute;
    content: '';
    background: url(images/testi-back.png);
    width: 100px;
    height: 110px;
    top: -11px;
    right: -10px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}



/* CONTACT ROW CSS */



.ContactSec {position: relative !important;top: -75px;z-index: 1;}

.MainForm input {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 30px !important;
    color: #000;
	background:#fff;
}
.MainForm textarea{
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 30px !important;
    color: #000;
	background:#fff;
}
.ColorTitle.CusSize .title {
    font-size: 30px;
}
.EnrollCol .vc_column-inner {
    background: #fff;
    padding: 40px !important;
    border-radius: 30px;
    box-shadow: 0px 0px 12px 2px #d3d0d0;
    margin-left: 20px;
}
.ContactSec .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin: 0;
}
.StuCount {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.StuCount .Student {
    background: #9865ca;
    color: #fff;
    padding: 30px 70px;
    border-radius: 15px;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}
.StuCount .events {
    background: #000;
    color: #fff;
    padding: 30px 80px;
    border-radius: 15px;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}
.gform-footer  input {
    background: #9865ca;
    color: #fff;
    width: 170px;
    padding: 20px !important;
    border-radius: 50px;
    border: 3px solid transparent;
}
.FormRow {
    padding: 50px 0px;
}

.FormRow:before {
    content: '';
    position: absolute;
    background: url(images/adventure-dsg.png);
    top: 30px;
    right: 0;
    width: 580px;
    height: 390px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.Headerbtn:hover {
    border: 3px solid #9865ca;
    background: transparent;
}

.gform-footer input:hover {
    border: 3px solid #000;
    background: transparent;
}


/* FOOTER ROW CSS */


.FooterHead {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

#menu-footer-class li a {
    font-size: 14px;
    color: #fff;
    transition: 0.5s ease;
}

#menu-footer-menu li a {
    font-size: 14px;
    color: #fff;
	transition:0.5s ease;
}

footer .menu li {
    position: relative;
}

footer .menu li:before {
    content: '';
    position: absolute;
    background: url(images/arrow.png);
    top: 5px;
    left: -20px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
}
.Footerabt {
    color: #fff;
}
.Footerabt {
    color: #fff;
    padding-right: 110px;
}

.FooterDetail .info-box-inner {
    color: #fff;
    font-size: 14px;
}

.FooterDetail .info-box-inner a {
    color: #fff;
    font-size: 14px;
    transition: 0.4s ease;
}
ul#menu-footer-class {
    padding-left: 20px;
}

ul#menu-footer-menu {
    padding-left: 20px;
}
.CopyightRow  .wpb_text_column {
    margin: 0;
}

.CopyightRow p {
    text-align: center;
    padding: 0px 0 !important;
}
.FooterMain .vc_col-sm-2 {
    position: relative;
}

.FooterMain .vc_col-sm-2:before {
    content: '';
    position: absolute;
    border-left: 1px solid #3c3c3c;
    width: 1px;
    left: -30px;
    top: 80px;
    height: 200px;
}
.FooterMain .DetailcOL:before {
    content: '';
    position: absolute;
    border-left: 1px solid #3c3c3c;
    width: 1px;
    left: 0px;
    top: 80px;
    height: 200px;
}
.FooterMain .DetailcOL{
	position:relative;
}
.DetailcOL .vc_column-inner {
    padding-left: 50px;
}
#menu-footer-class li a:hover {
    color: #9865ca;
    letter-spacing: 1px;
}
#menu-footer-menu li a:hover{
     color: #9865ca;
    letter-spacing: 1px;
}
.FooterDetail .info-box-inner a:hover {
    color: #9865ca;
}
.CustomBtn:hover {
    background: transparent;
    border: 3px solid #000;
}

.donate-now .gchoice label ,  .donate-now .gform_button,  .donate-now .gform-theme-button {
	border: 1px solid red;
	color: #ffffff;
	background-color:#f3b42c;
	border-radius: 10px 10px 10px 10px;
	padding: 20px;
	transition: 0.2s ease-in-out;
	width: 100%;
	margin-bottom: 10px !important;
	text-align: center;
	cursor: pointer;
	display: block !important;
	margin: 0;
	max-width: 100% !important;
}

.donate-now .ginput_container.ginput_container_radio .gfield_radio .gchoice {
	width: 30%;
}

.donate-now .gchoice input {
	display: none !important;
}

.donate-now .gchoice label:hover,  .donate-now .gform_button:hover,  .donate-now .gform-theme-button:hover {
	color: #fff;
	background-color: #e33c34;
}

#footerSlide img {
	height: 300px;
	object-fit: cover;
}

.donate-now .ginput_container .gfield_radio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gform_page_footer .gform_next_button {
    width: 100%;
    margin: 0 !important;
}

.gform_page_footer {
    display: flex;
    justify-content: space-between;
}

.gform_page_footer .gform_previous_button, .gform_page_footer .gform_button {
    width: 49%;
}

.gallery_sec .wd-carousel-inner .wd-carousel-wrap .wd-gallery-item img , .gallery_sec .wd-carousel-inner .wd-carousel-wrap .wd-gallery-item a {
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: 100% 50%;
}

.cashapp_qr  img {
    height: 450px;
    object-fit: contain;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-family: 'Poppins' !important;
}