@charset "UTF-8";
/***!  /templates/lt_golf/css/custom.css  !***/

/*** General CSS ***/
.btn,
.slider-btn a,
.button.subbutton,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 14px 35px;
    text-transform: uppercase;
    font-size: 17px;
    background: transparent;
    color: #fff !important;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 5px !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: none;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 19%);
}
.btn:hover {
    background-color: #65C502 !important;
    color: #fff !important;
}
.btn.white:hover {
    background-color: transparent;
    color: #000 !important;
}

/*** Header Area ***/
/* Top Header */

/* Header Logo */
#sp-header {
  	box-shadow: none;
    height: inherit;
  	top: 0px;
  	padding: 0;
}
body:not(.home) #sp-header {
    background: #000;
}
#sp-header .logo {
    height: 80px;
}
#sp-header.header-sticky {
    background-color: #0E0C0D;
    position: fixed;
  	border-radius: 0px;
    top: 0;
    box-shadow: 0px 16px 46px -13px rgb(0 0 0 / 77%);
    padding: 0;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 25px;
    text-transform: uppercase;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    line-height: 23px;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/*** Slider ***/
.home .slider {
    margin-top: -100px !important;
}
.sentence:hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    transform-origin: 50% 50% 0px;
    transform-style: preserve-3d;
    transform: matrix(1, 0, 0, 1, 11.7, 5.92);
}

/*** Title ***/
.title h2  {
    font-size: 50px;
    text-transform: uppercase;
}
.title-bg h2 {
    font-size: 80px;
}

/*** Counter ***/
.counter .sppb-col-md-3:first-child .clearfix {
    border-radius: 25px 0px 25px 0px;
}
.counter .sppb-col-md-3:last-child .clearfix {
    border-radius: 0px 25px 0px 25px;
}
.counter .sppb-col-md-3:last-child .counter-item {
    border-right: none;
}
.counter-item {
    padding: 30px 20px;
    margin: 20px 0px;
    border-right: 1px solid #FFFFFF1A;
    box-shadow: 0px 16px 46px -13px rgb(0 0 0 / 77%);
}
.counter-item h1 {
    font-size: 65px;
}
.counter-item h6 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}

/*** About ***/
.about .sppb-row {
    position: relative;
}
.about .sppb-row:before {
    content: '';
    position: absolute;
    left: 2%;
    top: 4%;
    height: 92%;
    width: 96%;
    z-index: 2;
    border: 1px solid;
    border-radius: 20px;
}
.about .sppb-col-md-6:last-child {
    position: relative;
    z-index: 3;
}
.about-img {
    position: relative;
}
.about-img img {
    margin: 20px 0;
}
.about-img:before {
    position: absolute;
    content: '';
    left: 2%;
    top: 0;
    height: 100%;
    width: 96%;
    border: 1px solid;
    z-index: 2;
    border-radius: 25px;
}
.about .sppb-row img {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.about .sppb-row:hover img {
    transform: scale(0.9);
}

/*** Programs ***/
.programs-item img {
    border-radius: 20px;
    border: 2px solid transparent;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

/*** Skill ***/
.lt-skill.lt-bg-top:before {
    border-top-color: #0A0A0B;
}
.skills h3{
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p{
    font-size: 16px;
    margin-bottom: 6px
}
.skills .progress{
    width: 100%;
    height: 6px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: inherit;
}
.skills .progress .progress-bar{
    width: 0;
    height: 100%;
    border-radius: 10px;
}
.skills .progress .progress-bar span{
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after{
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}
.blue .progress-bar ,.blue span ,.blue span:after{
    background-color: #3498db
}
.red .progress-bar ,.red span ,.red span:after{
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after{
    background-color: #2ecc71
}
.carrot .progress-bar ,.carrot span ,.carrot span:after{
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after{
    background-color: #f1c40f
}


/*** Choose ***/
.choose-img img {
    border: 2px solid;
}

.borderKT {
    animation: xoayvong 10s linear 0s infinite;
    -webkit-animation: xoayvong 10s linear 0s infinite;
    -moz-animation: xoayvong 10s linear 0s infinite;
    -o-animation: xoayvong 10s linear 0s infinite; 
}
/* Chrome, Safari, Opera */ 
@keyframes xoayvong {
  from{
          -webkit-transform:rotate(0deg);
          -moz-transform:rotate(0deg);
          -o-transform:rotate(0deg);
      }
    to{
          -webkit-transform:rotate(360deg);
          -moz-transform:rotate(360deg);
          -o-transform:rotate(360deg);
  }
}

/*** Team ***/
.team-item {
    background: #0E0C0D;
    border-radius: 0px 0px 20px 20px;
    border-bottom: 2px solid transparent;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-img-container:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0e0c0d 0%, #99f113 100%);
    border-radius: 20px 20px 0px 0px;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.team-item:hover .sppb-img-container:before {
    opacity: 0.2;
}
.team-item .sppb-img-container img {
    border-radius: 20px 20px 0px 0px;
}

/*** Packages ***/
.packages-item  {
    padding: 40px 25px;
    border-radius: 20px;
    background-color: #000000;
    border: 1px solid transparent;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.packages-item h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 28px;
}
.packages-item h2:before {
    content: '';
    position: absolute;
    left: 0;
    width: 70px;
    bottom: 0;
    height: 3px;
}
.packages-item ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.packages-item ul li em {
    padding-right: 10px;
}
.packages-item ul li strong {
    display: none;
}
h3.packages-size {
    font-size: 55px;
    margin: 20px 0;
}
span.packages-session {
    font-size: 20px;
    color: #FFFFFFA1;
}
.packages-item.center .title-small {
    color: #000 !important;
}
.packages-item.center h2:before {
    background-color: #000 !important;
}
.packages-item.center h2,
.packages-item.center ul li em {
    color: #fff !important;
}
.packages-item.center .btn {
    background-color: #000 !important;
}

/*** Testimonial ***/
.testimonials .sppb-col-md-4 {
    margin-bottom: 50px;
}
.testimonials .sppb-col-md-4 .sppb-column {
    border-radius: 15px;
    padding: 10px 10px 30px 10px;
    border-bottom: 2px solid transparent;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.testimonials-icon i {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    border-radius: 5px !important;
}
.testimonials-img img {
    border: 2px solid;
}
.testimonials-img .sppb-addon-title,
.testimonials-img .sppb-addon-text {
  	color: #fff!important;
}

/*** Contact Home ***/
.contact-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contact-list li {
    margin-bottom: 10px;
}
.contact-list em {
    padding-right: 10px;
}
.contact-list strong {
    display: none;
}
.contact-home .sppb-row {
    position: relative;
}
.contact-home .sppb-row:before {
    content: '';
    position: absolute;
    left: 2%;
    top: 4%;
    height: 92%;
    width: 97%;
    z-index: 2;
    border: 1px solid;
    border-radius: 20px;
}
.contact-icon strong {
    display: none;
}
.contact-icon a {
    font-size: 20px;
    padding-left: 10px;
}


/* Bottom Area */
#sp-bottom2 img {
  	margin: 0 auto;
}
.footer-right {
  	text-align: right;
}
/* Footer Copyright */


/*** Responsive Layout ***/
/* Tablet Landscape Layout */


/* Tablet Portrait Layout */


/* Mobile Standard Layout */


/* Mobile Small Resolution */


/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
.title h3, 
.title-small, 
.counter-item h1, 
.programs-item h3, 
.packages-item ul li em, 
.contact-icon a, 
.contact-list em, 
.team-item h3, .skills .cont p, .team-item h3 {
    color: var(--text-color);
}
.btn, 
.packages-item h2:before, 
.packages-item.center, 
.contact-form > .sppb-column-addons, 
.testimonials-icon i, .skills .progress-bar, .skills span, .skills pan:after {
    background: var(--background-color);
}
.programs-item:hover img, 
.choose-img img, .divider, 
.packages-item:hover, 
.contact-home .sppb-row:before, 
.about-img:before, 
.team-item:hover, 
.testimonials .sppb-col-md-4 .sppb-column:hover, 
.testimonials-img img, .about .sppb-row:before {
    border-color: var(--text-color);
}
