/*** General CSS ***/
.btn,
.slider-btn a,
#sp_qc_submit {
    padding: 0;
    border: 0;
    background: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    font-size: 22px;
    text-transform: capitalize;
    color: #0c0c0c;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover,
.slider-btn a:hover {
    border-color: transparent;
    background: none;
}
.login .btn-primary {
    background: #222 !important;
    color: #fff !important;
    padding: 8px;
}

/*** Title ***/
.title {
    position: relative;
    padding-bottom: 42px;
}
.title h2 {
    position: relative;
    padding-bottom: 30px;
}
.title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}
/*** Header Area ***/
/*** Head ***/
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    box-shadow: none;
    border-top: 2px solid transparent;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 30px;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.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;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}

/* 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: #13130d;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/*** Slider ***/
.slider .slider-box  {
  animation: myrotate 5s infinite;
}
@keyframes myrotate {
  0%   {transform: scale(1.05);}
  33%  {transform: scale(1.1);}
  66%  {transform: scale(1.05);}
  100% {transform: scale(1.0);}
}
.title h2:after,
.counter-item:before,
.line-anima:before  {
  animation: mywidth 5s infinite;
}
@keyframes mywidth {
  0%   {width: 100%;}
  25%  {width: 75%;}
  50%  {width: 50%;}
  75%  {width: 25%;}
  100% {width: 0%;}
}
.line-anima,
.counter-item {
    position: relative;
}
.counter-item:before,
.line-anima:before {
    width: 100%;
    height: 2px;
    background: #000;
    content: "";
}

/*** Slider ***/
.slider .title h3 {
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*** About ***/
.about-item .sppb-icon-container {
    height: 63px;
    width: 63px;
    line-height: 63px;
}
.about-item i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-item:hover i {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}
.about .line-anima:hover .btn {
    margin-left: 30px!important;
}

/*** Testimonial ***/
.testimonial-content {
    max-width: 670px;
    margin: 0 auto;
}
.testimonial-content .sppb-addon-text {
    letter-spacing: 3px;
}
.testimonial-right-column {
    min-height: 250px;
}

/*** Contact ****/
.column-right-contact {
    min-height: 300px;
}
.contact-column-right {
    padding: 40px 80px;
}
.contact-item {
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
}
.contact-item p:before {
    margin-right: 4px;
    font-family: 'Font Awesome 5 Free';
}
.contact-item p {
    margin-bottom: 4px;
    display: inherit;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Cormorant';
}
.contact-item .eJOY__extension_root_class {
    display: none!important;
}

/*** Event ***/
.event-img img,
.event-img .sppb-addon-single-image-container {
    width: 100%!important;
}
.event-item-title .sppb-addon-content {
    font-weight: 600;
}
.event-column-left {
    border-right: 2px solid transparent;
    padding-right: 30px;
}
.event-column-right {
    padding-left: 30px;
}
.event-bottom-line {
    margin: 25px 0px;
    border-bottom: 1px solid rgba(2, 1, 1, 0.12);
}

/*** Interest ***/
.interest-item .sppb-img-container {
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.btn-text:after {
    content: "\f30b";
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 5px;
}
.btn-text {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    margin: 15px 0 20px;
}
.interest-item p {
    color: #4c5863;
}

/*** Explore ***/
.explore .title p {
    color: #fff;
}
.explore .btn-text {
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.explore .btn-text:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}

/*** Best ***/
.best-img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; 
}
.best-img:hover {
    transform: scale(1.1);
}

/*** Choose ***/
.choose {
    position: relative;
}
.choose:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background-color: #fff;
}
.choose .title:before,
.choose .title h3 {
    color: #fff;
}
.choose-item {
    padding: 35px 20px 45px 20px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 19px 4px rgba(201,201,201,0.5);
}

/*** Counter ***/
.counter-item .sppb-icon-container {
    margin-top: 18px;
}
.counter-item h1 {
    color: #43403e;
    font-size: 60px;
}
.counter-item h6 {
    color: #43403e;
    font-family: "Roboto", \"Source Sans Pro\", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 5px;
}
.counter-item {
    padding-bottom: 20px;
}
.counter-item:before {
    height: 1px;
    position: absolute;
    bottom: 0;
}

/*** Countdown ***/
.countdown .sppb-section-title .elementor-divider-separator {
    background: #fff;
}
.countdown h2 span {
    font-weight: 300;
}
.countdown .scd-unit-horz {
    color: #fff!important;
}

/*** Client ***/
.client-item .sppb-media .pull-left {
    max-width: 80px;
}
.client-item img {
    border-radius: 50%;
}

/*** Project ***/
.sppb-panel-modern {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    border: 0;
}
.sppb-panel-title {
    font-size: 16px;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    padding: 22px 30px 22px 15px;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}

/*** Counter ***/
.counter-item h1 span {
    font-weight: 500;
    font-size: 86px;
}

/*** Our ***/
.our {
    position: relative;
}
.our-item {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 5px 5px 5px 5px;
    padding: 80px 30px 80px 30px;
    background-color: #FFFFFF;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out; 
}
.our-item:hover {
    -ms-transform: translate(0, 20px) scale(0.96);
     transform: translate(0, 20px) scale(0.96);
}
.our-item .sppb-img-container {
    overflow: hidden;
}
.our-item img {
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.our-item img:hover {
    transform: scale(1.1);
}
.our-item h5 {
    margin-bottom: 10px;
}
.our-item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}
.our-item a {
    fill: #000f2b;
    color: #000f2b;
    display: inline-block;
}
.our-item a:before {
    margin-right: 4px;
}

/*** About Us ***/
.about-us-left h2 {
    color: #ffffff;
    font-size: 51px;
    font-weight: 900;
    line-height: 1.2em;
}

/*** Portfolio ***/
.portfolio .lt-title h2 {
    color: #010101;
}
.portfolio .lt-title h6 {
    color: #e00231
}
#portfolio .sp-simpleportfolio-tags,
#portfolio .sp-simpleportfolio-title {
    display: none!important;
}
.sp-simpleportfolio-btns {
    margin-bottom: 20px;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    position: relative;
}
.sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .75!important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-view {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom:hover {
    font-size: 0;
    border: 0;
    position: absolute;
    top: -50px;
    right: 10px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    left: 0;
    right: 0;
    margin: 38% auto;
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 5px;
    padding: 12px 12px 12px 12px;
    width: 44px;
    height: 44px;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns .btn-zoom {
    top: 20px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-zoom:before {
    content: "\f0c1";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
    background: none;
    border: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
    display: inline-block;
    position: absolute;
    left: -50px;
    bottom: 70px;
    transform: rotate(-90deg)!important;
    -webkit-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
    left: 5%;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
    position: absolute;
    bottom: 20px;
    display: inherit!important;
    opacity: 0;
    right: -100%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-title {
    right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
    background: #b0a37e;
    opacity: 0.6;
}
.lt-portfolio .lt-btn {
    display: unset;
}

/*** Testimonial ***/
.testimonial-column {
    padding: 30px 40px 30px 40px;
    background-color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%)!important;
}
.testimonial-column:hover {
    box-shadow: 0px 15px 50px 0px rgb(0 0 0 / 5%)!important;
}
.testimonial-item {
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(93,114,128,0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 0;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
}
.testimonial-item.center {
    margin-top: 70px;
}
.testimonial-item i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonial-item:hover i {
    transform: scale(1.1);
}
.testimonial-item h5 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.testimonial-item h6 {
    color: #54595f;
    font-size: 13px;
    font-weight: 400;
}


/* Bottom Area */
#sp-bottom-center {
    text-align: center;
}
#sp-bottom-center h3 {
    margin: 0 0 20px;
    font-size: 4em!important;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Responsive Layout ***/
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
/* Tablet Landscape Layout */
@media (min-width: 980px) and (max-width: 1199px) {
	.sp-megamenu-parent > li > span, .sp-megamenu-parent > li > a {
    	padding: 0 15px;
	}  
}

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

.slider-btn a,
.title:after,
.slider-title h4:after,
.service-item h3:after,
.counter-item:after,
.bottom-team,
#sp_qc_submit,
#sp_qc_submit:hover,
.slider-text:before,
.title p:before,
.about-item-content a,
.skills span, 
#sp_qc_submit,
.feature-item:after,
#sp-bottom .menu li a:before,
.bottom-social ul li a,
.line-title .sppb-section-title:before,
.about-us .sppb-title-heading:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
.slider-btn a:before,
#sp_qc_submit:before,
.title h4::after {
   background: var(--background-color)!important;
}
.title h2,
.title h6,
.slider-color,
.about-item h4,
.about-item i,
.bottom-team .btn,
.service-item h4,
.contact-item h3,
.choose-item h5,
.our-item h3,
.btn-text,
.testimonial-item i,
.testimonial-item h5,
.blog h3,
.about-title h3,
#sp_qc_submit,
.about-item.color i,
.btn-no-bg,
.testimonial-content i,
.about-item-content h3,
.counter-item h4,
.about-item a:hover,
.video-item figure a:hover:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
div.k2ItemsBlock ul li a {
    color: var(--text-color);
}
.slider-color h5,
.about-item.color h4,
.our-item h5,
.feature-title h3,
sp-bottom .menu li a:hover,
.team-item h4,
.counter-item i,
#sp-quickcontact-form #sp_qc_submit:hover,
.feature-item .sppb-icon-container i {
    color: var(--text-color)!important;
}
#sp-header,
.slider-btn a,
#sp_qc_submit,
.choose-item,
.service-item:hover,
.event-column-left,
.interest-item .sppb-img-container,
#sp-quickcontact-form #sp_qc_submit:hover,
.about-item.color .sppb-icon-container,
#sp_qc_submit,
.plan-item {
   border-color:var(--text-color)!important;
}
.btn-large, .button.btn-large,
.team-item .sppb-img-container:after {
    background: var(--background-color)!important;
}
.video-item figure a:after:hover {
    border: 1px solid var(--text-color);
}

