/*header*/

#sp-header { background: none; padding: 0; }

#sp-header.header-sticky { background: #fff !important; padding: 0; }

#sp-header .logo img { height: 70px; }

#sp-header .logo { width: 250px; }

.sp-page-title {
    background-position: center bottom;
    padding: 120px 0 450px;
}

.sp-page-title .sp-page-title-heading {
    font-size: 36px;
    color: #37622e;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
}

/*end of header*/


/*body*/

body { letter-spacing: 0.5px; line-height: 1.6; }


.icon01 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 40%;
}

.aboutus-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
}

/*end of body*/


/*bottom*/

#sp-bottom { color: #37622e; padding: 50px 0 20px; box-shadow:inset 0 6px 10px -3px #e2e2e2; }

#sp-bottom1 img { width: 250px; }

#sp-bottom .sp-module .sp-module-title {
    font-size: 16px;
    margin: 10px 0 15px;
}

#sp-bottom .sp-module ul > li > a {
    line-height: 1.8;
    letter-spacing: 1px;
}


#sp-bottom3 i {
    width: 40px;
    height: 40px;
    background: #6c8e3b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: 0.5s;
}

#sp-bottom3 i:hover, #sp-bottom3 i:focus {
    background: #37622e;
}

#sp-bottom3 a {
    margin-right: 20px;
}


/*end of bottom*/


/*footer*/

#sp-footer .container-inner {
    padding: 0;
}

#sp-footer {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    text-align: center;
}

#sp-footer .sp-copyright {
    display: block;
    color: #37622e;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
}

#sp-footer a, #sp-bottom a {
  color: #6c8e3b;
}

#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
  color: #abbb46;
}

/*end of footer*/


/*offcanvas*/

#offcanvas-toggler {
    height: auto;
    line-height: 80px;
}

#offcanvas-toggler > .fa {
    color: #aaba46;
    transition: 0.5s;
}

#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
    color: #37622e;
}

.offcanvas-menu { background-color: #fff; border-left: 4px solid #aaba46; }

.offcanvas-menu .offcanvas-inner { padding: 50px 10px 0; }

.close-offcanvas { background: transparent; color: #000; }

.close-offcanvas:hover { background: transparent; color: #0872ab; }

.offcanvas-menu .sp-module ul >li >a:before { font-family: FontAwesome; content: "\f105"; margin-right: 10px; }

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span { color: #5d5d5d; padding: 10px 20px; margin: 5px 0; font-weight: 600; font-size: 13px; line-height: 1.6; }

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler { color: #000; }

.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a {
  background-image: linear-gradient(135deg, #ffff92, #ffffbc); color: #37622e;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a { color: #909090; font-weight: 600; font-size: 13px; }

/*end of offcanvas*/

/* whatsapp */

#whatsapp {
    right: 90px !important;
}

/*end of whatsapp*/


/*end of footer*/

/*login*/

body.com-users form input[type="text"], body.com-users form input[type="email"], body.com-users form input[type="number"], body.com-users form input[type="password"] {
    padding: 15px 25px;
    border-color: #efe780;
    border-radius: 4px !important;
}

.form-control {
    border-color: #efe780;
}

.sppb-btn-primary:hover {
    border-color: #efe780;
}

button.sppb-btn.sppb-btn-primary.sppb-btn-block:hover {
    border: #efe780;
}


/*end login*/


/*dropdown*/

a.dropdown-toggle {
    margin: 20px;
}

/*end dropdown*/


/*icon*/

.sppb-icon {
    margin: 20px;
}


.sppb-addon.sppb-addon-feature.blink {
    border-width: 1px;
    background-color: #2b6388;
    border-color: #2b6388;
    border-style: dotted;
    padding-top: 10px;
    border-radius: 10px;
}

.sppb-addon.sppb-addon-feature.blink:hover {
    border-width: 1px;
    background-color: #2b6388;
    border-color: #2b6388;
    border-style: dotted;
    padding-top: 10px;
    border-radius: 10px;
}

.sppb-addon.sppb-addon-feature {
    border-width: 1px;
    background-color: transparent;
    border-color: transparent;
    border-style: dotted;
    padding-top: 10px;
    border-radius: 10px;
}

.sppb-addon.sppb-addon-feature:hover {
    border-width: 1px;
    background-color: #fff;

    padding-top: 10px;
    border-radius: 10px;
}

.dropdown-menu.show {
    display: block;
    padding: 10px;
    margin-top: 20px;
}

#sp-header:before {
    content: "";
    background-image: linear-gradient(90deg, #a8bb47 0%, #a8bb47 100%)!important;
}

/*end icon*/

/*lms*/

.alert-warning {
    color: #856404;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

/*end-lms*/



/* Portfolio Scroll From Top to Bottom */



.image-effect-zoom-in:hover .overlay-background-image {
    transform: unset!important;
    background-position: bottom!important;
}


.overlay-background-image {
  
  background-position: top!important;
  
  transition: 8s !important;
  
}


/* End of Portfolio Scroll From Top to Bottom */


/* Remove Portfolio Gradient Style */
.overlay-background-style {
   
       background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) transparent !important;
}
/* End of Remove Portfolio Gradient Style */

.sp-page-builder .page-content #section-id-1597826058229 {
    padding: 0px 0px 50px 0px !important;
   
}
.sppb-addon-image-overlay-icon {
    position: absolute;
    color: transparent !important;
    background-color: transparent !important;
    width: 20000px !important;
    height: 20000px !important;
    margin-top: -176px !important;
    margin-left: -357px !important;
    border-radius: 0px !important;
}

/*kiple payment*/

label.input-label {min-width: 27%;}

@media (max-width: 767px){
  label.input-label { min-width: 35%; }
}
.kiple-form select, input[type="email"]:not(.form-control), textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
}
.kiple-form input[type="text"]:not(.form-control) {width: 50%;border: 1px solid #cccccc;display: inline-block;}
@media (max-width: 767px){
.kiple-form input[type="text"], .kiple-form input[type="email"]:not(.form-control) {  width: 100% !Important; }
}
.kiple-form input[type="email"]:not(.form-control) {
    border: 1px solid #ccc !important;
  	width: 50%;
}
input.btn.btn-primary.btn-lg-tracking.kiple_pay_button {
    margin-top: 30px;
}
/*end-kiple-payment*/


