/* Lizar Business HTML Template */

/************ TABLE OF CONTENTS ***************

1. Fonts
2. Reset
3. Global
4. Main Header / Two / Three
5. Main Slider / Two / Three
6. About One
7. Services One / Two / Three / Four
8. Project One / Two / Three
9. Testimonial One / Two / Three
10. Partners One
11. News One / Two
12. CTA One
13. Main Footer
14. Clients One / Two / Three
15. Counter One
16. News Three
17. InTouch One
18. Page Title
19. Banner One
20. Work One
21. Pricing One
22. Team One
23. Services Widgets
24. Services Detail
25. Our Projects
26. Projects Detail
27. Projects Widgets
28. Our Blog
29. Blog Widgets
30. Comment Form
31. Comment Box
32. Contact Info
33. Contact Form
34. Map

**********************************************/

/*** 
==================================================
	Root Code Variables
==================================================
***/

/* Theme Color */







:root {

    --thm-font: 'Titillium Web', sans-serif;
    --thm-font-2: 'Manrope', sans-serif;

    --thm-body-font-color: #06071D;
    --thm-body-font-size: 18px;
    --thm-body-font-line-height: 28px;
    --thm-body-font-weight: 400;

    --thm-white: #ffffff;
    --thm-white-rgb: 255, 255, 255;

	--thm-primary: #FD4A36;
    --thm-primary-2: #D8FF42;
    --thm-primary-2-rgb: 216, 255, 66;
    --thm-secondary: #E6AD18;
    --thm-secondary-rgb: 230, 173, 24;

    --thm-black: #06071D;
    --thm-black-rgb: 6, 7, 29;

    --thm-black-bg1: #0a1930;
    --thm-black-bg2: #0a2b60;
    --thm-black-bg3: #16232c;
    --thm-black-bg4: #1A2D35;
    --thm-gray-bg: #f6f6ff;
    --text-color: #5d6c72;

    --thm-border-color: #cecece;
    --thm-border-radius: 8px;
}


.body-white-bg {
    background-color: #ffffff;
}







/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

***/

body {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-font-line-height);
    font-weight: var(--thm-body-font-weight);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

.dark-layout {
    position: relative;
    background-color: var(--thm-body-bg-dark);
}

/* Preloader */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    background-size: 120px;
}

a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: var(--thm-primary);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

section {
    position: relative;
    display: block;
    z-index: 1;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0px;
    background: none;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-weight: 600;
}

textarea {
    overflow: hidden;
}

p {
    margin: 0;
    color: var(--text-color);
    font-size: 17px;
    line-height: 30px;
}


/* Sec Title One */
.sec-title-one {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-top: -14px;
    padding-bottom: 61px;
}

.sec-title-one .sub-title {
    position: absolute;
    top: 11px;
    left: 0;
}

.sec-title-one .sub-title p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translate(0px);
    line-height: 10px;
}

.sec-title-one .sub-title .border-line {
    position: relative;
    display: block;
    width: 1px;
    height: 110px;
    background-color: var(--thm-border-color);
    margin: 20px auto 0;
}

.sec-title-one .big-title {
    position: relative;
    display: block;
}

.sec-title-one .big-title h2 {
    font-size: 56px;
    line-height: 1.2em;
    font-weight: 600;
}

.sec-title-one .big-title p {
    margin: 25px 0 0;
}



.section-title-two {
    position: relative;
    display: block;
    margin-top: -17px;
}

.section-title-two__title {
    margin: 0;
    color: var(--thm-white);
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
    margin-top: 4px;
}



/* Sec Title Three */
.sec-title-three {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-top: -14px;
    padding-bottom: 120px;
}

.sec-title-three .sub-title {
    position: absolute;
    top: 11px;
    left: 0;
}

.sec-title-three .sub-title p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translate(0px);
    line-height: 10px;
    color: var(--thm-primary-2);
}

.sec-title-three .sub-title .border-line {
    position: relative;
    display: block;
    width: 1px;
    height: 60px;
    background-color: rgba(var(--thm-white-rgb), .20);
    margin: 20px auto 0;
}

.sec-title-three .big-title {
    position: relative;
    display: block;
}

.sec-title-three .big-title h2 {
    font-size: 56px;
    line-height: 1.1em;
    font-weight: 600;
    color: var(--thm-white);
}

.sec-title-three .big-title p {
    font-size: 18px;
    line-height: 28px;
    color: var(--thm-white);
    margin-top: 20px;
}










.container {
    max-width: 1320px;
    padding: 0 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.home-three-body-bg {
    background-color: #F3FFF5;
}

.home-six-body-bg {
    background-color: #16232C;
}


ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}


::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}




/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: var(--thm-base);
    font-size: 20px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    background: var(--thm-white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: var(--thm-white);
    background: var(--thm-black);
}




/* Btn Style One */
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid var(--thm-primary);
    color: var(--thm-primary);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--thm-font);
    padding: 11px 30px 11px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.thm-btn span {
    font-weight: 900;
    margin-left: 10px;
}

.thm-btn:hover {
    color: var(--thm-white);
}

.thm-btn:before {
    position: absolute;
    content: '';
    top: -110%;
    left: -10%;
    right: -10px;
    background-color: var(--thm-primary);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}

.thm-btn:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.thm-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    color: var(--thm-white);
    background-color: var(--thm-primary);
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    z-index: -1;
}

.thm-btn:hover::after {
    color: var(--thm-white);
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}




/*=============
Btn2 Css
=============*/
.thm-btn-2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: var(--thm-black);
    padding: 13px 32px 11px;
    border-radius: 25px;
    overflow: hidden;
    background-color: var(--thm-primary-2);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    outline: none;
    z-index: 1;
}

.thm-btn-2:hover {
    color: var(--thm-black);
}

.thm-btn-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    background-color: var(--thm-white);
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}

.thm-btn-2:hover::before {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}



/*=============
Btn3 Css
=============*/
.thm-btn-3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: var(--thm-primary-2);
    padding: 13px 35px 11px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid var(--thm-primary-2);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    outline: none;
    z-index: 1;
}

.thm-btn-3:hover {
    color: var(--thm-black);
    border: 1px solid var(--thm-white);
}

.thm-btn-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    background-color: var(--thm-white);
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}

.thm-btn-3:hover::before {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}


/*=============
Btn4 Css
=============*/
.thm-btn-4 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: var(--thm-black);
    padding-left: 37px;
    padding-right: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 24px;
    max-width: 192px;
    width: 100%;
    z-index: 1;
}

.thm-btn-4>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
}

.thm-btn-4-shape {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.thm-btn-4:hover {
    color: var(--thm-secondary);
}


/*== Owl Dot Style One Css ======*/
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 50px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(var(--thm-gray-rgb), 0.5);
    border: 0px solid #d8d8d8;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
    background-color: var(--thm-primary) !important;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    background-color: var(--thm-base);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 900ms ease;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    transform-origin: top center;
}



/*== Owl Nav Style One Css ======*/
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 10;
    display: block !important;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: rgba(var(--thm-base-rgb), 0.2);
    border: 0px solid #a7a7a7;
    border-radius: 50%;
    margin: 0 10px;
    padding: 0;
    z-index: 1;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: var(--thm-base);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(0);
    transform: perspective(400px) rotateX(0deg) scale(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1);
    transform: perspective(400px) rotateX(0deg) scale(1);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 22px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: #ffffff;
}




/* Bootstrap Custom Select */
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0 !important;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--color-two);
    color: #ffffff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #222222;
    background: #f2f2f2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--color-two);
    color: #ffffff;
    cursor: pointer;
}




/* Cursor */
.cursor {
    position: fixed;
    background-color: var(--thm-primary);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor.active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.menu-active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 1;
}

.cursor-follower {
    position: fixed;
    border: 0.5px solid var(--thm-primary);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
}

.cursor-follower.active {
    opacity: 1;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.cursor-follower.menu-active {
    opacity: 1;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 1;
}

/* Cursor End */




.sticky-top {
    top: 90px;
}