<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
*  CSS TABLE OF CONTENTS
*   
*  1.0 - Hero Section
*  2.0 - Short Promo Section
*  3.0 - Year Section
*  4.0 - Service Section
*  5.0 - Service Details
*  6.0 - About Section
*  7.0 - About Company
*  8.0 - Skill Section
*  9.0 - Project Section
*  10.0 - Project Details
*  11.0 - Project Filter
*  12.0 - Content Section
*  13.0 - Testimonial Section
*  14.0 - Faq Section
*  15.0 - Cta Section
*  16.0 - Blog Section
*  17.0 - Sponsor Section
*  18.0 - Connection Section
*  19.0 - Social Section
*  20.0 - Process Section
*  21.0 - Pricing Section
*  22.0 - Video Section
*  23.0 - Short Contact
*  24.0 - Team Section
*  25.0 - Booking Section
*  26.0 - Contact Section
*  27.0 - Widget Section
*  28.0 - Footer Section
*/

/* Start */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&amp;amp;family=Kanit:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&amp;amp;display=swap');

body {
    background-color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #555;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

/*Common Styles*/
* {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kanit', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #171a1d;
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #171a1d;
}

h2 {
    font-size: 50px;
    line-height: 58px;
    color: #171a1d;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
    color: #171a1d;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
}

a {
    color: #171a1d;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

/*Form Input Color*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #171a1d !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #171a1d !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #171a1d !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #171a1d !important;
}

button {
    border: none;
    background: none;
}

/*Padding Classes*/
.padding {
    padding: 120px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

/* Default Background Color*/
.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #f9f8f4;
}

.bg-grey-2 {
    background-color: #f5f3ef;
}

.bg-dark {
    background-color: #111 !important;
}

/*Boder Classes*/
.bd-top {
    border-top: 1px solid #c1c1c1;
}

.bd-bottom {
    border-bottom: 1px solid #c1c1c1;
}

.bd-left {
    border-left: 1px solid #c1c1c1;
}

.bd-right {
    border-right: 1px solid #c1c1c1;
}

/* Margin Class */
.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

/*Transition Effect*/
a,
a:hover,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*Scrollbar Style*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #ff5100;
}

::selection {
    background-color: #ff5100;
    color: #fff
}

-webkit-::selection {
    background-color: #ff5100;
    color: #fff
}

::-moz-selection {
    background-color: #ff5100;
    color: #fff
}

/* Site Preloader*/
.loaded .site-preloader {
    opacity: 0;
    visibility: hidden;
}

.site-preloader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

.site-preloader .spinner {
    background-color: #ff5100;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*Default Button*/
.btn-group {
    column-gap: 20px;
}

.default-btn {
    display: inline-block;
    background: #ff5100;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    height: 55px;
    line-height: 55px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}

.default-btn::before {
    content: "";
    background-color: #171a1d;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1;
}

.default-btn::after {
    content: "";
    background-color: #171a1d;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1;
}

.default-btn:hover {
    color: #fff;
}

.default-btn:hover:after,
.default-btn:hover:before {
    width: 100%;
}

/* Default Btn 2 */

.default-btn-2 {
    position: relative;
    color: #171a1d;
    font-size: 16px;
    font-weight: 400;
    height: 180px;
    width: 180px;
    line-height: 14px;
    padding: 0 32px;
    border: 1px solid #171a1d;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.default-btn-2:hover {
    color: #fff;
    border: 1px solid #ff5100;
}

.default-btn-2:before {
    content: "";
    background-color: #ff5100;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1;
}

.default-btn-2:after {
    content: "";
    background-color: #ff5100;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1;
}

.default-btn-2:hover:after,
.default-btn-2:hover:before {
    width: 100%;
}

.default-btn-2 {}

.default-btn-2 i {
    margin-left: 10px;
    transform: rotate(-45deg);
}

/* Play Btn */
.play-btn {
    background-color: #fff;
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff5100;
    font-size: 35px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
    box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.play-btn:hover {
    background-color: #ff5100;
    color: #fff;
}

.play-btn .ripple,
.play-btn .ripple:before,
.play-btn .ripple:after {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 2s infinite;
    z-index: -1;
}

.play-btn:before {
    background-color: transparent;
    border: 1px solid #fff;
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}

.play-btn:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

/*Section Heading*/
.section-heading {}

.section-heading h2 {
    text-transform: capitalize;
    font-weight: 500;
}

.section-heading .sub-heading h4 {
    font-family: 'Caveat', sans-serif;
    color: #ff5100;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1;
}

.section-heading .sub-heading h4 span {
    padding-left: 0;
    padding-right: 100px;
    position: relative;
}

.section-heading .sub-heading h4 span:after {
    content: "";
    background-color: #ff5100;
    width: 60px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc((100px - 20px) / 2);
}

.section-heading p {
    margin-top: 30px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .section-heading .sub-heading h4 {
        margin-bottom: 15px;
    }

    .section-heading p {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {

    .section-heading .sub-heading h4 {
        font-size: 20px;
    }
}


/*Page Header*/

.page-header {
    background-image: url(../img/page-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.page-header-info {}

.page-header-info h4 {
    background-color: #fff;
    font-family: "Caveat", sans-serif;
    color: #171a1d;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 30px;
    display: inline-block;
    margin-bottom: 30px;
}

.page-header-info h4 a {
    color: #171a1d;
}

.page-header-info h4 span {
    color: #ff5100;
}

.page-header-info h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.page-header-info p {
    color: #ddd;
    margin: 0;
}

.page-header.gradiant .page-header-info h2 {
    color: #171a1d;
}

.page-header.gradiant .page-header-info p {
    color: #555;
}

.page-header .post-meta {
    margin-top: 20px;
}

@media (max-width: 992px) {
    .page-header-info h2 {
        font-size: 36px;
    }
}

/*Overlay*/
.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Bg half */

.bg-half {
    background-color: #171a1d;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

/*Rattings*/
.ratting {}

.ratting li {
    display: inline-block;
    color: #FF9529;
    font-size: 14px;
    margin: 0 -2px;
}


/*Scrool Up*/
#scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
}

.scroll-to-top {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ff5100;
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
}

#scrollup.show {
    opacity: 1;
}

#scrollup.show .scroll-to-top {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

/*===================================================
    Main Header
====================================================*/
.header {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: block;
    /*position: absolute;*/
    z-index: 99;
}

.header-logo img {
    max-width: 170px;
}

.header-logo .dark {
    display: none;
}

.sticky-header.sticky-fixed-top .header-logo .light {
    display: none;
}

.sticky-header.sticky-fixed-top .header-logo .dark {
    display: block;
}

/* Sticky Header */
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99;
}

.sticky-header .primary-header {
    background-color: #fff;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.admin-bar .sticky-header {
    top: 32px;
}

.admin-bar .header {
    margin-top: 32px;
}

.admin-bar .header-three {
    margin-top: 0;
}

.sticky-header.sticky-fixed-top {
    transition: transform 1s ease;
    will-change: transform;
}

.sticky-header.sticky-fixed-top {
    transform: translateY(0);
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Burger Menu */
.mobile-menu-icon {
    display: none;
}

.burger-menu {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.line-menu {
    background-color: #171a1d;
    border-radius: 2px;
    width: 100%;
    height: 3px;
}

.line-menu.line-half {
    width: 50%;
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

/* Menu Style */
.header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu-wrap ul li {
    display: inline-block;
    position: relative;
}

.header-menu-wrap ul li &gt; a {
    position: relative;
    display: block;
    font-family: "Kanit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #171a1d;
    margin: 0 10px;
    padding: 0 10px;
    height: 100px;
    line-height: 100px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease-in-out;
}

.header-menu-wrap ul li &gt; a:before {
    background-color: transparent;
    content: "";
    border: 1px solid #ff5100;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.header-menu-wrap ul li &gt; a:hover:before {
    visibility: visible;
    opacity: 1;
}

.sticky-fixed-top .header-menu-wrap ul li.active li a:hover,
.header-menu-wrap ul li.active li a:hover {
    color: #fff;
}

.sticky-fixed-top .header-menu-wrap ul li.active a,
.header-menu-wrap ul li.active a {
    color: #ff5100;
}

.sticky-fixed-top .header-menu-wrap ul li.active li a,
.header-menu-wrap ul li.active li a {
    color: #171a1d;
}


.header.dark-text .header-menu-wrap ul li &gt; a {
    color: #171a1d;
}

.header-menu-wrap ul li a:hover {
    color: #ff5100;
}

.header-menu-wrap li ul {
    background-color: #fff;
    display: block;
    width: 220px;
    padding: 0;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    position: absolute;
    left: -35px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}

.header-menu-wrap li:hover &gt; ul {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.header-menu-wrap li li {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    text-align: left;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.header-menu-wrap li li:last-child {
    margin: 0;
    border-bottom: 0;
}

.header-menu-wrap li li &gt; a {
    font-family: "Kanit", sans-serif;
    display: block;
    height: auto;
    line-height: inherit;
    color: #1e1318;
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.header-menu-wrap li li:hover {
    background-color: #ff5100;
}

.header-menu-wrap li li:hover &gt; a {
    color: #fff;
}

.header-menu-wrap li li.active {
    background-color: #ff5100;
}

.sticky-fixed-top .header-menu-wrap li li.active a,
.header-menu-wrap li li.active a {
    color: #fff;
}

.header.dark-text .header-menu-wrap li li:hover &gt; a {
    color: #fff;
}

.header-menu-wrap li li:hover &gt; a {
    transform: translateX(10px);
}

.header-menu-wrap li ul li ul {
    width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
}

.menu-item li a:before {
    display: none;
}

/* Media Query */
@media (min-width: 993px) {
    .header-menu-wrap li ul {
        display: block !important;
    }

    .sticky-fixed-top .header-right .search-icon,
    .sticky-fixed-top .header-menu-wrap ul li &gt; a {
        color: #171a1d;
    }

    .sticky-fixed-top .header-menu-wrap li li:hover &gt; a {
        color: #fff;
    }
}

@media (max-width: 992px) {
    #page.site {
        margin-top: 0 !important;
    }

    .headroom--top .header-menu-wrap,
    .headroom--unpinned .header-menu-wrap {
        display: none !important;
    }

    .dropdown-plus {
        width: 49px;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .dropdown-plus:before,
    .dropdown-plus:after {
        position: absolute;
        content: '';
        top: 30px;
        right: 10px;
        width: 10px;
        height: 2px;
        background-color: #6a7c92;
    }

    .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .dropdown-plus.dropdown-open:after {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .header-menu-wrap {
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
    }

    .header-menu-wrap ul li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        margin: 0;
    }

    .header-menu-wrap ul li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    .header-menu-wrap ul li &gt; a {
        padding: 20px 15px;
        height: inherit;
        line-height: inherit;
    }

    .header-menu-wrap li li:hover &gt; a {
        background-color: transparent;
    }

    .header-menu-wrap ul li ul li ul,
    .header-menu-wrap ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none;
        padding-top: 11px;
    }

    .header-menu-wrap li li {
        padding-left: 11px;
    }

    .header-menu-wrap li li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .header-menu-wrap ul li &gt; a {
        color: #171a1d;
        font-size: 20px;
    }

    .header-menu-wrap li li &gt; a {
        color: #171a1d;
        font-size: 18px;
    }

    .header-menu-wrap li li:hover &gt; a {
        color: #fff;
    }

    .sticky-fixed-top .header-right .search-icon {
        color: #171a1d;
    }

    .sticky-fixed-top .line-menu {
        background-color: #171a1d;
    }

    .line-menu {
        background-color: #171a1d;
    }

    .primary-header-two .header-right a.header-btn {
        margin: 0;
    }

    .header-two .mid-header .header-logo {
        text-align: center;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky-header {
        top: 0;
    }

    .admin-bar .header {
        margin-top: 0;
        padding-top: 46px;
    }
}

@media (max-width: 580px) {
    .header-right a.dl-btn {
        line-height: 40px;
        font-size: 10px;
        padding: 0 25px;
    }

    .primary-header .header-logo {
        max-width: 150px;
    }

    .top-bar .top-left li {
        font-size: 12px;
    }
}

.primary-header-inner .header-right {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.header-right .mobile-menu-icon {
    margin-left: 20px;
}

.header-right .search-icon {
    color: #171a1d;
    cursor: pointer;
    font-size: 20px;
}

.header.dark-text .header-right .search-icon {
    color: #171a1d;
}

.primary-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.primary-header .header-logo {
    max-width: 150px;
}

.viewport-lg .primary-header .header-menu-wrap {
    display: block !important;
}

@media (max-width: 992px) {
    .primary-header-inner {
        height: 80px;
    }

    .header-right .mobile-menu-icon {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .header-right .default-btn {
        display: none;
    }

    .header-logo img {
        max-width: 120px;
    }

    .sticky-header {
        display: none;
    }
}

/* Top Bar */
.top-bar {
    background-color: #07122D;
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.top-bar .top-left li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.top-bar .top-left li:first-child {
    margin-right: 10px;
}

.top-bar .top-left li a {
    color: #fff;
    text-decoration: none;
}

.top-bar .top-social {}

.top-bar .top-social li {
    display: inline-block;
    margin-left: 13px;
}

.top-bar .top-social li:first-child {
    margin-left: 0;
}

.top-bar .top-social li a {
    color: #fff;
    font-size: 12px;
}

.top-bar .top-social li a:hover {
    color: #ddd;
}

@media (max-width: 767px) {
    .top-bar .top-right {
        display: none;
    }

    .top-bar .top-left li,
    .top-bar .top-left li:first-child {
        border: none;
    }

    .top-bar .top-left li {
        padding-left: 0;
        padding-right: 20px;
    }
}

/* Main Header */
.viewport-sm .primary-header {}

.primary-header .header-menu-wrap {}

.header-cart-btn {
    margin-left: 10px;
}

.header-cart-btn a {
    color: #171a1d;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.header-cart-btn a .num {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff5100;
    color: #fff;
    font-size: 11px;
    display: block;
    top: -8px;
    right: -9px;
    line-height: 16px;
    text-align: center;
}

@media screen and (max-width: 782px) {
    .admin-bar .header-three {
        top: 0;
    }
}

@media (max-width: 992px) {
    .header-menu-wrap {
        top: 100%;
    }

    .primary-header .header-logo {
        max-width: 120px;
    }
}

/* Search Box */
#popup-search-box {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

.box-inner-wrap:hover {
    cursor: url(../img/cross.png), auto;
}

#popup-search-box.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#popup-search-box .box-inner-wrap {
    width: 100%;
    height: 100%;
}

#popup-search-box .box-inner-wrap form {
    position: relative;
    margin: 0 auto;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    /* Edge */
    color: #444;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #444;
}

#popup-search-box .box-inner-wrap input::placeholder {
    color: #444;
    font-size: 36px;
}

#popup-search-box .box-inner-wrap input {
    width: 100%;
    padding: 20px 30px;
    padding-right: 80px;
    background: transparent;
    border: none;
    font-size: 32px;
    color: #ddd;
    border: 1px solid #666;
}

#popup-search-box .box-inner-wrap input:focus {
    outline: none;
}

#popup-search-box .box-inner-wrap button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #444;
    font-size: 50px;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

#popup-search-box .box-inner-wrap button:hover {
    color: #ddd;
}

#popup-search-box .box-inner-wrap button:focus {
    outline: none;
}

.popup-tags {
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    #popup-search-box .box-inner-wrap form {
        width: 90%;
    }

    #popup-search-box .box-inner-wrap input,
    #popup-search-box .box-inner-wrap button {}
}

/*Popup Input Color*/
.popup-search input::-webkit-input-placeholder,
.popup-search textarea::-webkit-input-placeholder {
    color: #666 !important;
}

.popup-search input:-moz-placeholder,
.popup-search textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #666 !important;
}

.popup-search input::-moz-placeholder,
.popup-search textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #666 !important;
}

.popup-search input:-ms-input-placeholder,
.popup-search textarea:-ms-input-placeholder {
    color: #666 !important;
}

/* ===== Top Header ===== */
.top-header {
    overflow: hidden;
}

.top-header-wrap {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.top-header-wrap:before {
    content: "";
    background-color: #f5f3ef;
    position: absolute;
    width: 3000px;
    height: 100%;
    z-index: -1;
}

.header-2 .top-mid-content,
.top-left-content {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-left: 20px;
}


.header-2 .top-mid-content p,
.top-left-content p {
    color: #171a1d;
    margin-bottom: 0;
    line-height: 1;
}

.top-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
}

.top-icon svg {
    fill: #ff5100;
}

.top-mid-content h4 {
    margin-bottom: 0;
    line-height: 1;
}

.top-mid-content h4 a {
    color: #171a1d;
    font-size: 17px;
    font-weight: 400;
}

.top-mid-content h4 a:hover {
    color: #ff5100;
}

.top-social {
    display: flex;
    align-items: center;
}

.top-social li {
    position: relative;
}

.top-social li .dot {
    position: absolute;
    background-color: #ff5100;
    height: 5px;
    width: 5px;
    right: -17px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.top-social li:not(:last-of-type) {
    margin-right: 30px;
}

.top-social li a {
    font-size: 17px;
    color: #171a1d;
}

.top-social li a:hover {
    color: #ff5100;
}

@media (max-width: 992px) {
    .top-mid-content {
        display: none;
    }

    .top-social li a,
    .top-left-content p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .top-social {
        display: none;
    }

    .top-left-content {
        width: 100%;
        justify-content: center;
    }
}

/* Header 2 */

.header-2 .top-header-wrap:before {
    background-color: #171a1d;
}

.header-2 .top-right-content h4,
.header-2 .top-right-content h4 a,
.header-2 .top-mid-content p,
.header-2 .top-social li a {
    color: #f5f5f5;
}


.header-2 .top-right-content h4 a:hover,
.header-2 .top-social li a:hover {
    color: #ff5100;
}

.header-2 .top-right-content h4 {
    margin-bottom: 0;
    line-height: 1;
}

.header-2 .top-right-content h4 a {
    color: #f5f5f5;
    margin: 0 10px;
}

.nav-style-2 .header-logo {
    height: 100px;
    display: flex;
    align-items: center;
}

.nav-style-2 .header-logo {
    max-width: 180px;
}

.nav-style-2 .header-menu-wrap ul li &gt; a:before {
    display: none;
}

.nav-style-2 .header-menu-wrap ul li &gt; a i {
    margin-left: 5px;
}

.nav-style-2 .header-right-box {
    height: 100px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.nav-style-2 .header-right-box .header-right-icon svg {
    fill: #ff5100;
    height: 50px;
    width: 50px;
}

.nav-style-2 .header-right-box .header-right-content h4 {
    margin-bottom: 0;
}

.nav-style-2 .header-right-box .header-right-content h4 a {
    color: #171a1d;
}

@media (max-width: 992px) {
    .header-2 .top-right-content {
        display: none;
    }

    .nav-style-2 .header-right-box {
        border-left: none;
    }

    .nav-style-2 .header-logo {
        border-right: none;
    }

    .nav-style-2 .header-right {
        column-gap: 30px;
    }

    .nav-style-2 .header-menu-wrap ul li &gt; a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-2 .top-left-content {
        display: none;
    }

    .header-2 .top-mid-content {
        justify-content: center;
        width: 100%;
    }

    .nav-style-2 .header-right-box {
        display: none;
    }
}

/*===================================================
    Hero Section
====================================================*/
.hero-section {
    background-image: url(../img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
}

.hero-content {
    text-align: center;
}

.hero-content h3 {
    font-family: "Caveat", sans-serif;
    color: #ff5100;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
}

.hero-content h1 {
    font-size: 85px;
    font-weight: 500;
    line-height: 90px;
    margin: 40px 0;
}

.hero-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-btn {
    position: relative;
}

.hero-btn::before {
    content: "";
    background-image: url(../img/video-one-shape-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    width: 86px;
    height: 56px;
    position: absolute;
    top: 30%;
    right: -115px;
    animation: myAnim 8s linear 0s infinite normal forwards;
}


@keyframes myAnim {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateX(-10px);
    }

    20%,
    40%,
    60% {
        transform: translateX(10px);
    }

    80% {
        transform: translateX(8px);
    }

    90% {
        transform: translateX(-8px);
    }
}

@media (max-width: 992px) {
    .hero-content h2 {
        font-size: 55px;
        line-height: 65px;
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 55px;
        line-height: 60px;
    }

    .hero-content h2 {
        font-size: 30px;
        line-height: 42px;
        margin: 20px 0;
    }

    .hero-content h3 {
        font-size: 28px;
    }

    .hero-btn .default-btn-2 {
        line-height: 22px;
    }

    .hero-btn:before {
        width: 65px;
        right: -85px;
    }
}

/*=====================================================
    Short Promo Section
====================================================*/
.short-promo-section {
    background-color: #f9f8f4;
    padding: 0;
    position: relative;
    z-index: 2;
}

.short-promo-wrap {
    background-color: #f9f8f4;
    transform: translateY(-70px);
}

.short-promo-box {
    padding: 50px 50px 0 50px;
}

.short-promo-box p {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .short-promo-box {
        padding: 40px 20px 0 20px;
    }

    .short-promo-wrap {
        transform: translateY(0);
    }
}

@media (max-width: 767px) {

    .short-promo-section {
        padding-top: 30px;
    }

    .promo-2 .short-promo-box {
        padding: 20px;
    }

    .short-promo-box {
        padding: 0;
    }
}

/* ===== Promo 2 ===== */

.promo-2 .short-promo-wrap {
    background-color: #fff;
    transform: translate(0)
}

.promo-2 .short-promo-box {
    background-color: #fff;
    padding: 50px;
}

@media (max-width: 992px) {
    .promo-2 .short-promo-box {
        padding: 20px;
    }

    .promo-2 {
        padding-top: 0;
    }
}

/*=====================================================
    Year Section
====================================================*/
.year-section {
    padding: 80px 0 90px 0;
    overflow: hidden;
}

.year-content h1 {
    font-size: 195px;
    font-weight: 600;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #171a1d;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* Year 2 */

.year-2 {
    padding-top: 0;
    position: relative;
    z-index: 2;
}

.year-section .year-element {
    position: absolute;
    top: -100px;
    left: 0;
}

.year-section .year-element.element-2 {
    left: auto;
    right: -60px;
}

.year-section .year-element img {
    width: 70%;
}

@media (max-width: 992px) {

    .year-section {
        padding: 50px 0;
        padding-top: 30px;
    }

    .year-content h1 {
        font-size: 95px;
    }

    .year-content h3 {
        font-size: 120px;
    }

    .year-section .year-element {
        display: none;
    }
}

@media (max-width: 767px) {
    .year-content h3 {
        font-size: 60px;
    }

    .year-content h1 {
        font-size: 60px;
    }
}

/*=====================================================
    Service Section
====================================================*/
.service-section {
    position: relative;
}

.service-section.service-2 {
    padding-bottom: 85px;
}

.service-section .shape {
    position: absolute;
    top: 100px;
    left: 30px;
}

.service-section .shape.shape-1 {
    top: auto;
    left: auto;
    bottom: 40px;
    right: 15px;
    width: 150px;
}

.service-item {
    background-color: #fff;
    padding: 60px 30px;
    border-radius: 150px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-item:before {
    content: "";
    background-color: #ff5100;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s cubic-bezier(.785, .135, .15, .86);
    z-index: -1;
}

.service-item:after {
    content: "";
    background-color: #ff5100;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1;
}

.service-item:hover:after,
.service-item:hover:before {
    width: 100%;
}

.service-item .service-icon svg {
    width: 50px;
    height: 50px;
    transition: all .3s ease-in-out;
}

.service-item h3 {
    font-size: 23px;
    margin: 30px 0 20px 0;
    line-height: 1;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}

.service-item p {
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.service-btn i {
    background-color: #171a1d;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
}

.service-item:hover .service-icon svg {
    fill: #fff
}

.service-item:hover p,
.service-item:hover h3 a {
    color: #fff;
}

.service-item:hover i {
    background-color: #fff;
    color: #171a1d;
}

.service-bottom-btn {
    background: #fff;
    padding: 5px 30px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    box-shadow: 0px 10px 20px 5px rgb(61 1 4 / 10%);
}

.service-bottom-btn h4 {
    margin-bottom: 0;
}

.service-bottom-btn a {
    color: #ff5100;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .service-section .shape {
        display: none;
    }

    .service-bottom-btn h4 {
        font-size: 12px;
    }

    .service-section.service-2 {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .service-bottom-btn {
        display: none;
    }
}

/* ===== Service 2 ===== */

.service-section-2 {
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.service-section-2 .section-heading {
    margin-right: 50px;
}

.service-section-2 .section-heading h2 {
    color: #fff;
}

.service-btn-wrap .default-btn-2 {
    border: 1px solid #fff;
    padding: 0 36px;
}

.service-btn-wrap .default-btn-2:hover {
    border: 1px solid #ff5100;
}

.service-btn-wrap .default-btn-2 {
    color: #fff;
}

.service-btn-2 {
    position: relative;
    display: inline-block;
}

.service-btn-2::before {
    content: "";
    background-image: url(../img/service-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    width: 86px;
    height: 56px;
    position: absolute;
    top: 30%;
    right: -115px;
    animation: myAnim 8s linear 0s infinite normal forwards;
}

.service-btn-2 .default-btn-2:after,
.service-btn-2 .default-btn-2:before {
    background-color: #ff5100;
}

.service-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-list li:not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #303335;
}

.service-list li h3 a {
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.service-list li h3 a span {
    margin-right: 20px;
}

.service-list li .service-list-btn {
    background-color: #fff;
    color: #171a1d;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
}

.service-list li:hover h3 a {
    color: #ff5100;
}

.service-list li:hover .service-list-btn {
    background-color: #ff5100;
    color: #fff;
}

@media (max-width: 992px) {

    .service-section-2 .section-heading {
        margin-right: 0;
    }

    .service-list li h3 {
        font-size: 24px;
    }
}

/* ===== Service 3 ===== */

.service-section-3 .service-thumb {
    height: 100%;
    padding-right: 20px;
}

.service-section-3 .service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.service-section-3 .piechart {
    position: relative;
    display: inline-block;
    color: #171a1d;
    font-size: 35px;
    text-align: center;
}

.service-section-3 .service-info-box {
    padding-left: 20px;
}

.service-section-3 .piechart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.service-section-3 .section-heading .sub-heading h4 {
    margin-bottom: 20px;
}

.service-section-3 .section-heading p {
    margin-top: 20px;
}

.piechart-wrapper {
    display: flex;
    align-items: center;
    column-gap: 60px;
}

@media (max-width: 992px) {
    .service-section-3 .service-info-box {
        padding-left: 0;
    }

    .service-section-3 .service-thumb {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    .service-section-3 {
        padding-bottom: 30px !important;
    }

    .piechart-wrapper {
        column-gap: 0;
    }
}

/*=====================================================
    Service Details
====================================================*/
.service-details {}

.service-details-info {
    margin-bottom: 40px;
}

.service-details-thumb {
    position: relative;
    margin-bottom: 45px;
}

.service-details-info h3 {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 20px;
}

.service-details-info .desc {
    margin-bottom: 0;
}

.service-details-list {
    margin-bottom: 60px;
}

.service-details-list li {}

.service-details-list li:not(:last-of-type) {
    margin-bottom: 20px;
}

.service-details-list li a {
    background-color: #fff;
    padding: 20px;
    font-size: 20px;
    color: #171a1d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.service-details-list li.active a {
    background-color: #ff5100;
}

.service-details-list li.active a i,
.service-details-list li.active a h3 {
    color: #fff;
}

.service-details-list li a:hover {
    background-color: #ff5100;
    color: #fff;
}

.service-details-list li a h3 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.service-details-list li a:hover h3 {
    color: #fff;
}

.help-box {
    background-color: #fff;
    padding: 30px;
}

.help-box h3 {
    margin-bottom: 15px;
    line-height: 1;
}

.help-box-item {
    background-color: #171a1d;
    padding: 20px;
    margin-top: 20px;
}

.help-box-item h4 {
    font-family: "Caveat", sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}

.help-box-item h3 a {
    color: #fff;
    line-height: 1;
}

.help-box-item h3 a:hover {
    color: #ff5100;
}

/*=====================================================
    About Section
====================================================*/
.about-section {}

.about-item {
    padding: 35px 25px;
    border-left: 1px solid #171a1d;
}

.about-item span {
    color: #171a1d;
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
}

.about-item h3 {
    font-size: 22px;
    margin: 25px 0;
    line-height: 1;
}

.about-item p {
    margin-bottom: 0;
}

/*=====================================================
    About Section 2
====================================================*/

.about-section-2 {
    padding-bottom: 85px;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.about-section-2 .about-bg {
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 630px;
    z-index: -1;
}

.about-section-2 .section-heading h2 {
    margin-bottom: 30px;
}

.about-item-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 30px;
}

.about-item-list {
    display: flex;
    column-gap: 10px;
}

.about-item-list i {
    color: #ff5100;
}

.about-item-content h3 {
    font-size: 20px;
    margin-top: -2px;
    line-height: 1;
}

.about-btn-box {
    position: relative;
}

.about-btn-box:before {
    content: "";
    background-color: #fff;
    width: 2000px;
    height: 100%;
    position: absolute;

}

.about-btn {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0px 20px 20px;
}

.at-box {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.author-group {
    margin-top: -3px;
    margin-left: 60px;
}

.ratings {
    display: flex;
    align-items: center;
}

.ratings li i {
    color: #ff5100;
}

.rating-box h4 {
    margin-bottom: 0;
    line-height: 1;
}

.about-text {
    position: relative;
}

.about-top {
    padding-bottom: 70px;
}

.about-text h2 {
    font-size: 240px;
    font-weight: 600;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #171a1d;
    text-align: center;
    margin-bottom: 0;
    opacity: 0.1;
    text-transform: uppercase;
}

.counter-wrap {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.counter-box h3 {
    font-family: "kanit", sans-serif;
    font-size: 72px;
    color: #ff5100;
    line-height: 1;
    margin-bottom: -5px;
    display: inline-block;
}

.counter-wrap .odometer.odometer-auto-theme {
    font-family: "kanit", sans-serif;
    line-height: 1;
}

.about-section-2 .about-thumb {
    margin-right: 20px;
}

.about-section-2 .about-content-box {
    margin-left: 20px;
}

.counter-box p {
    margin-bottom: 0;
}

.about-section-2.minus-pd {
    padding: 120px 0
}

@media (max-width: 992px) {
    .counter-box h3 {
        font-size: 50px;
    }

    .about-section-2 .section-heading h2 {
        margin-bottom: 10px;
    }

    .about-section-2.minus-pd {
        padding: 50px 0
    }

    .about-section-2 .about-content-box {
        margin-left: 0;
    }

    .about-section-2 .about-thumb {
        margin-right: 0;
    }
}

/* About Slider */

.content-slider {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.content-item {
    position: relative;
}

.content-caption {
    background-color: #ff5100;
    width: 500px;
    display: inline-block;
    padding: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
}

.content-caption h2 {
    color: #fff;
}

.content-caption h3 {
    line-height: 36px;
    color: #fff;
}

.content-caption p {
    color: #fff;
    margin-bottom: 0;
}

.about-content-slider .consultiva-slider-controls {
    background-color: #f5f3ef;
    left: auto;
    right: 0;
}

.content-item .project-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-item .project-icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 22px;
    transform: rotate(-45deg) scale(1);
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1400px) {
    .content-item .project-icon {
        left: 70%;
    }
}

@media (max-width: 1200px) {
    .content-item .project-icon {
        left: 70%;
    }
}

@media (max-width: 992px) {
    .content-item .project-icon {
        left: 90%;
    }
}

/* Slide Pagination */

.about-content-slider .consultiva-swiper-pagination {
    position: absolute;
    top: 50%;
    left: -48.5%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 2;
}

.about-content-slider .consultiva-swiper-pagination .swiper-pagination-bullet {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin: 0 !important;
    border: none;
    transform: translate(0);
}

.about-content-slider .consultiva-swiper-pagination .swiper-pagination-bullet:before {
    background-color: #f5f3ef;
    color: #171a1d;
    width: auto;
    height: 40px;
    border: none;
    border-radius: 0;
    position: inherit;
    transform: translate(0);
    padding: 0 35px;
    margin: 0 -5px;
    line-height: 38px;
}

.about-content-slider .consultiva-swiper-pagination .swiper-pagination-bullet:nth-child(1):before {
    content: "Vision";
}

.about-content-slider .consultiva-swiper-pagination .swiper-pagination-bullet:nth-child(2):before {
    content: "Matter";
}

.about-content-slider .consultiva-swiper-pagination .swiper-pagination-bullet:nth-child(3):before {
    content: "About Us";
}

.about-content-slider .consultiva-swiper-pagination .swiper-pagination-bullet-active::before {
    background-color: #ff5100;
    color: #fff;
    top: 0;
    left: 0;
}

@media (max-width: 992px) {
    .about-top {
        padding-bottom: 50px;
    }

    .about-text h2 {
        font-size: 140px;
    }

    .content-caption {
        padding: 20px;
        left: 50px;
        right: 50px;
    }

    .content-caption h2 {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .content-caption h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .content-caption p {
        font-size: 15px;
    }

    .content-caption p br {
        display: block;
    }

    .content-item .project-icon {
        left: 90%;
    }

    .about-content-slider .consultiva-swiper-pagination .swiper-pagination-bullet:before {
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {

    .about-section-2 {
        padding-bottom: 30px;
    }

    .about-section-2 .section-heading h2 {
        margin-bottom: 10px;
    }

    .about-top {
        padding-bottom: 0 !important;
    }

    .counter-box h3 {
        font-size: 50px;
        margin-bottom: 0;
    }

    .about-text h2 {
        display: none;
    }

    .counter-wrap {
        position: inherit;
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        transform: translate(0);
    }

    .about-item-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 10px;
        margin-bottom: 20px;
    }

    .about-btn {
        flex-direction: column;
        row-gap: 15px;
    }

    .author-group {
        margin-left: 0;
    }

    .about-content-slider .consultiva-swiper-pagination {
        display: none;
    }

    .about-content-slider .consultiva-slider-controls {
        padding: 10px;
    }

    .content-item .project-icon {
        left: 50%;
    }

    .content-item .project-icon i {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .content-thumb {
        height: 360px;
    }

    .content-thumb img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .content-caption {
        padding: 32px 30px;
        left: 13px;
    }

    .content-caption h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .content-caption h3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .content-caption p {
        font-size: 12px;
        line-height: 18px;
    }

    .content-item .project-icon {
        left: auto;
        right: 22px;
        top: 82px;
    }

}

/*=====================================================
    About Company
====================================================*/

.about-company {
    padding-bottom: 120px;
}

.counter-list {
    background-color: #fff;
    padding: 40px 20px 50px 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.counter-list:after,
.counter-list:before {
    content: "";
    background: #ff5100;
    width: 50px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.counter-list:after {
    top: auto;
    bottom: 0;
}

.counter-list li:not(:last-of-type) {
    margin-bottom: 25px;
}

.counter-list .counter-box h3 {
    font-size: 48px;
    margin-bottom: 10px;
}

.counter-list .counter-box .desc {
    color: #171a1d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: block;
}

.about-company .section-heading .sub-heading h4 {
    margin-bottom: 20px;
}

.about-company .section-heading p {
    margin-top: 15px;
}

@media (max-width: 992px) {

    .about-company {
        padding-bottom: 50px;
    }

    .about-company-content {
        margin-top: 30px;
        text-align: center;
    }

    .about-company .about-item-list {
        justify-content: center;
    }

    .counter-list {
        padding: 30px 20px;
    }

    .counter-list li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .counter-list .counter-box h3 {
        margin-bottom: 8px;
    }

}

@media (max-width: 767px) {
    .about-company-content {
        text-align: left;
        margin-top: 0;
    }

    .about-company .about-item-list {
        justify-content: left;
    }
}

/*=====================================================
    About Bottom 2
====================================================*/
.about-bottom-2 {
    background-color: #171a1d;
    padding: 70px 0 85px 0;
    overflow: hidden;
}

.about-bottom-2 .about-text h2 {
    -webkit-text-stroke-color: #666;
}

.about-bottom-2 .counter-box p {
    color: #fff;
}

@media (max-width: 992px) {
    .about-bottom-2 {
        padding: 90px 0 85px 0;
    }
}

@media (max-width: 757px) {
    .about-bottom-2 {
        padding: 50px 0 45px 0;
    }
}

/*=====================================================
    Skill Section
====================================================*/

.skill-section {
    background-color: #171a1d;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.skill-section .video-box {
    background-image: url(../img/skill-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    width: 1100px;
    height: 630px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.skill-section .bg-shape {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.skill-content {
    padding-right: 40px;
}

.skill-content .section-heading h2 {
    color: #fff;
}

.skill-content .section-heading p {
    color: #999;
}

.skills-items li:not(:last-of-type) {
    margin-bottom: 20px;
}

.skills-item .progress-bar-wrap {
    position: relative;
}

.skills-items .skills-item h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    letter-spacing: 0px;
    z-index: 1;
}

.skills-items .skills-item .progress {
    height: 30px;
    box-shadow: none;
    overflow: hidden;
}

.skills-items .skills-item .progress,
.skills-items .skills-item .progress .progress-bar {
    overflow: hidden;
}

.skills-items .skills-item .progress .progress-bar {
    line-height: 5px;
    background-color: #ff5100;
    position: relative;
}

.skills-items .skills-item .progress .progress-bar span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 600;
}

.skill-box {
    position: relative;
    height: 100%;
}

.skill-info {
    background-color: #ff5100;
    display: inline-block;
    padding: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.skill-info h3 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}

.skill-info .default-btn {
    background-color: #fff;
    color: #171a1d;
}

.skill-info .default-btn:hover {
    color: #fff;
}

.skill-video-wrap {
    height: 630px;
    width: 700px;
    position: relative;
    z-index: 1;
}

/*
.skill-video-wrap .skill-bg {
    background-image: url(../img/skill-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    width: 1100px;
    height: 630px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
*/

.video-box a {
    background-color: #fff;
    font-size: 35px;
    line-height: 100px;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff5100;
    text-align: center;
    border-radius: 50%;
}

.video-box a::before {
    background-color: transparent;
    border: 1px solid #fff;
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-box a:hover {
    background-color: #ff5100;
    color: #fff;
}

@media (max-width: 1550px) {
    .skill-section .video-box a {
        left: 30%;
    }
}

@media (max-width: 992px) {
    .skill-video-wrap .skill-bg {
        width: 100%;
    }

    .skill-info {
        padding: 25px;
    }

    .video-box a {
        top: 45%;
    }

    .skill-section .video-box {
        width: 100%;
    }

    .skill-section .video-box a {
        left: 50%;
    }
}

@media (max-width: 767px) {

    .skill-video-wrap {
        width: 100% !important;
    }

    .skill-video-wrap .skill-bg {
        width: 100%;
    }
}

/*=====================================================
    Project Section
====================================================*/
.project-section {
    position: relative;
    padding-bottom: 260px;
    z-index: 1;
}

.project-bg {
    background-image: url(../img/project-shape.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.project-shape {
    position: absolute;
    top: 140px;
    left: 0;
}

.project-item {}

.project-thumb {
    position: relative;
}

.project-thumb img {
    width: 100%;
}

.project-item .project-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project-icon i {
    background-color: #ff5100;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    transform: rotate(-45deg) scale(0);
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.project-icon i:hover {
    background-color: #fff;
    color: #ff5100;
}

.project-thumb:before {
    background-color: rgba(23, 26, 29, 0.5);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.3s linear;
}

.project-item:hover .project-icon i {
    transform: rotate(-45deg) scale(1);
    visibility: visible;
    opacity: 1;
}

.project-box:hover .project-thumb:before,
.project-item:hover .project-thumb:before {
    visibility: visible;
    opacity: 1;
}

.project-content {
    background-color: #fff;
    padding: 25px;
    margin-top: 25px;
}

.project-content h3 {
    line-height: 1;
    margin-bottom: 10px;
}

.project-content h3 a {
    color: #171a1d;
}

.project-content p {
    margin-bottom: 0;
}

@media (max-width: 992px) {

    .project-section {
        padding-bottom: 50px;
    }

    .project-shape {
        display: none;
    }
}

/* ===== Project 2 ===== */

.project-section-2 {
    background-color: #171a1d;
}

.project-bottom .section-heading h2 {
    color: #fff;
}

.project-box .project-thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.project-box .project-thumb:before {
    display: none;
}

.project-box .project-popup {
    width: 100%;
    position: relative;
}

.project-box .project-icon i {
    background-color: #fff;
    color: #171a1d;
}

.project-box .project-icon i:hover {
    background-color: #ff5100;
    color: #fff;
}

.project-info {
    background-color: #171a1d;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: translateY(120px);
    transition: all 0.4s ease-in-out;
    padding: 20px
}

.project-box .project-thumb:hover .project-info {
    transform: translateX(0);
}

.project-info span {
    color: #fff;
    font-weight: 400;
    line-height: 1;
}

.project-info h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
}

.project-info h3 a {
    color: #fff;
}

/*=====================================================
    Project Details
====================================================*/
.project-details {}

.project-details-thumb {
    position: relative;
}

.project-details-thumb img {
    width: 100%;
}

.project-details-text {
    position: absolute;
    bottom: 0;
    left: 0;
}

.project-details-text h3 {
    background-color: #f5f3ef;
    font-size: 36px;
    padding: 30px 40px;
    margin-bottom: 0;
    line-height: 1;
}

.project-details-content {
    padding: 60px 0;
}

.project-details-info h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}

.project-details-list {
    background-color: #fff;
    padding: 30px;
}

.project-details-list li {}

.project-details-list li:not(:last-of-type) {
    margin-bottom: 20px;
}

.project-details-list li h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}


.project-details-list .team-social li i {
    margin-top: 10px;
}

.project-details-list .team-social li:not(:last-of-type) {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .project-details-content {
        padding: 30px 0;
    }
}


@media (max-width: 767px) {
    .project-details-text h3 {
        font-size: 24px;
        padding: 15px 20px;
    }

    .project-details-info h3 {
        font-size: 26px;
    }

    .project-details-thumb {
        height: 200px;
    }

    .project-details-thumb img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/*=====================================================
    Project Filter
====================================================*/
.project-filter-section {}

.filter-thumb {
    position: relative;
    overflow: hidden;
}

.filter-content {
    background-color: #fff;
    padding: 10px 20px;
    position: absolute;
    bottom: -120px;
    left: 30px;
    transition: all 0.5s ease-in-out;
}

.filter-content h3 a {
    color: #171a1d;
}

.filter-thumb:hover .filter-content {
    bottom: 30px;
}

.filter-video-btn {
    position: absolute;
    top: -60px;
    left: 30px;
    transition: all 0.5s ease-in-out;
}

.filter-video-btn a {
    background-color: #fff;
    color: #171a1d;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

.filter-video-btn a i {
    font-size: 20px;
}

.filter-thumb:hover .filter-video-btn {
    top: 30px;
}

.project-filter {
    margin-bottom: 40px;
}

.project-filter li {
    color: #171a1d;
    display: inline-flex;
    margin: 0 20px;
    cursor: pointer;
}

.project-filter li.active {
    color: #ff5100;
}

@media (max-width: 992px) {
    .project-filter li {
        margin: 0 12px;
    }
}

@media (max-width: 767px) {

    .project-filter {
        margin-bottom: 15px;
    }

    .project-filter li {
        margin: 5px 12px;
    }
}

/*=====================================================
    Content Section
====================================================*/

.content-section {
    overflow-x: hidden;
    margin-top: -140px;
}

.content-section .container {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.content-section .bg {
    background-color: #171a1d;
    position: absolute;
    width: 3000px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
}

.content-section .content-shape {
    background-image: url(../img/content-shape.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    width: 185px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    width: 100%;
    padding-left: 80px;
}

.content-box {
    padding-right: 80px;
    border-right: 1px solid #fff;
}

.content-box:nth-child(2) {
    padding-left: 80px;
    border-left: 1px solid #fff;
    border-right: none;
}

.content-box .section-heading h4 {
    margin-bottom: 20px;
}

.content-box .section-heading h2 {
    margin-bottom: 0;
}

.content-box .section-heading h2 a {
    color: #fff;
    font-size: 46px;
    margin-bottom: 0;
}

.content-box .section-heading h2 a:hover {
    color: #ff5100;
}

@media (max-width: 992px) {
    .content-section {
        margin-top: 0;
    }

    .content-section .container {
        padding: 50px 0;
    }

    .content-section .content-shape {
        width: 120px;
    }

    .content-box .section-heading {
        margin-bottom: 0;
    }

    .content-box .section-heading h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .content-box .section-heading h2 {
        line-height: 1;
    }

    .content-box .section-heading h2 a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .content-wrap {
        flex-direction: column;
        row-gap: 20px;
        padding-left: 0;
    }

    .content-box {
        padding-right: 0;
        border-right: none;
        text-align: center;
    }

    .content-box:nth-child(2) {
        padding-left: 0;
        border-left: none;
        border-right: none;
    }

    .content-section .content-shape {
        width: 90px;
    }
}

/*=====================================================
    Tesimonial Section
====================================================*/

.testimonial-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-section .testi-bg {
    background-image: url(../img/testi-bg-shape.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.testi-top-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.testi-top-content .section-heading h2 {
    margin-bottom: 0;
}

.testi-top-content .swiper-arrow {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.testi-top-content .swiper-arrow .swiper-nav i {
    background-color: #171a1d;
    color: #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.testi-top-content .swiper-arrow .swiper-nav i:hover {
    background-color: #ff5100;
}

.testi-item {
    background-color: #fff;
    padding: 40px;
}

.testi-item i {
    font-size: 45px;
    color: #ff5100;
}

.testi-content {}

.testi-content h3 {
    font-size: 30px;
    margin: 20px 0;
}

.testi-author-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-info {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.author-info h3 {
    font-size: 26px;
    color: #171a1d;
    line-height: 1;
    margin-bottom: 0;
}

.author-info span {}

.testi-author-box .ratings li i {
    font-size: 16px;
}

.testimonial-section .swiper-pagination {
    display: none;
}

@media (max-width: 992px) {
    .testimonial-section .section-heading {
        margin-bottom: 0;
    }

    .testimonial-section .section-heading h2 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .testi-top-content {
        margin-bottom: 20px;
    }

    .author-info h3 {
        font-size: 22px;
    }

    .author-info span {
        font-size: 15px;
    }

    .author-info {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }

    .testi-top-content .swiper-arrow {
        display: none;
    }

    .testi-author-box {
        margin-top: 30px;
    }

    .testi-author-box .ratings {
        margin-top: 100px;
    }
}

/* ===== Testi 2 ===== */
.testi-2 .testi-top-content {
    display: block;
}

.testi-2 .testi-item {
    border-radius: 0 30px 0 30px;
}

.testi-2 .swiper-pagination {
    display: block;
    position: inherit;
    margin-top: 60px;
}

.testi-2 .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    margin: 0 5px !important;
}

.testi-2 .swiper-pagination-bullet-active {
    border: 1px solid #ff5100;
}

.testi-2 .swiper-pagination-bullet-active:before {
    display: none;
}

@media (max-width: 992px) {
    .testi-2 .swiper-pagination {
        margin-top: 30px;
    }

    .testi-2 .testi-top-content {
        margin-bottom: 30px;
    }
}

/*=====================================================
    Faq Section
====================================================*/

.faq-section {
    position: relative;
    z-index: 1;
}

.faq-section .faq-shape {
    background-image: url(../img/faq-shape.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.faq-section .accordion-item {
    border: none;
    border-radius: 5px;
}

.faq-section .accordion-item:not(:last-of-type) {
    margin-bottom: 25px;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
}

.faq-section .accordion-header:focus {
    border: none;
}

.faq-section .accordion-item .accordion-button {
    color: #171a1d;
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
}

.faq-section .accordion-item .accordion-button[aria-expanded="true"] {
    color: #171a1d;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-body {
    background-color: #fff;
}

.faq-section .accordion-button:after {
    background-image: none;
    font-family: "Font Awesome 6 Free";
    content: "\f062";
    height: auto;
    width: auto;
}

.faq-section .accordion-body {
    background-color: #f5f3ef;
    border: 20px solid #fff;
    border-top: none;
    border-radius: 5px;
    text-align: left;
}

.faq-info h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 23px 0 10px 0;
    line-height: 1;
}

.faq-info p {
    margin-bottom: 18px;
}

@media (max-width: 992px) {
    .faq-element {
        display: none;
    }
}


@media (max-width: 767px) {

    .faq-section .accordion-button: after {
        padding-left: 20px;
    }

    .faq-section .accordion-button {
        line-height: 30px;
        padding: 10px;
    }

    .faq-section .accordion-item .accordion-button {
        padding: 20px;
    }
}

/* ===== Faq 2 ===== */

.faq-2 .accordion-item .accordion-button {
    background-color: #f5f3ef;
    border-bottom: 1px solid #deddda;
}

.faq-2 .accordion-item {
    border: 1px solid #deddda;
}

.faq-2 .accordion-body {
    background-color: #fff;
    border: 20px solid #f5f3ef;
}

/* ===== Faq 3 ===== */

.faq-3 {
    position: relative;
}

.faq-3 .faq-element {
    position: absolute;
    right: 5%;
    top: 18%;
}

.faq-3 .faq-element img {
    max-width: 100px;
}

/*=====================================================
    Cta Section
====================================================*/

.cta-section {
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.cta-section .cta-shape {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    width: 283px;
    height: 118px;
    position: absolute;
    bottom: 10%;
    left: 30%;
    transform: translateX(-50%);
}

.cta-section .section-heading h4 {
    color: #fff;
}

.cta-section .section-heading h2 {
    color: #fff;
}

.cta-section .section-heading .sub-heading h4 span:after {
    background-color: #fff;
}

.cta-content .default-btn {
    background-color: #fff;
    color: #171717;
}

.cta-content .default-btn:hover {
    color: #fff;
}

.cta-thumb {
    position: relative;
}

@media (max-width: 992px) {
    .cta-section .cta-shape {
        display: none;
    }
}

/*===================================================
    Blog Section
====================================================*/
.blog-section {
    position: relative;
    padding-top: 120px;
    z-index: 1;
}

.blog-section .bg-color {
    background-color: #f9f8f4;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.blog-section .blog-shape {
    position: absolute;
    top: 26%;
    right: 20px;
}

.blog-section .blog-shape img {
    width: 90%;
}

.post-card {
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0px 10px 20px 5px rgb(61 1 4 / 10%);
}

.post-card .post-thumb {
    position: relative;
}

.post-card .post-content {}

.post-card .post-content h3 {
    color: #171a1d;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin: 20px 0 25px;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.post-meta h4 {
    color: #555;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
}

.post-meta h4::before {
    content: "";
    background-color: #171a1d;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.post-meta span {
    color: #171a1d;
    line-height: 1;
}

.post-card .post-content h3:hover {
    text-decoration: underline;
}

.post-card .post-thumb {
    position: relative;
}

.post-card .post-thumb img {
    width: 100%;
}

.post-thumb:before {
    background-color: rgba(23, 26, 29, 0.5);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.4s linear;
}

.post-card .post-thumb .post-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.post-card .post-thumb .post-icon i {
    background-color: #ff5100;
    color: #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transform: rotate(-45deg) scale(0);
    transition: all .5s ease-in-out;
}

.post-card .post-thumb .post-icon i:hover {
    background-color: #fff;
    color: #ff5100;
}

.post-card .post-content h3 a {
    color: #171a1d;
}

.post-card:hover .post-thumb .post-icon i {
    transform: rotate(-45deg) scale(1);
    visibility: visible;
    opacity: 1;
}

.post-card:hover .post-thumb:before {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
}

.post-content-wrap p {
    margin-top: 30px;
    margin-bottom: 0;
}


@media (max-width: 992px) {
    .blog-section {
        padding-top: 50px;
    }

    .blog-section .blog-shape {
        display: none;
    }
}

/*Post Details*/
.post-details {}

.post-details .post-thumb {
    min-height: 350px;
    position: relative;
    margin-bottom: 40px;
}

.post-details .post-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.post-details p {
    line-height: 30px;
    margin-bottom: 30px;
}

blockquote {
    background-color: #ff5100;
    padding: 40px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #171a1d;
    display: block;
    margin: 0;
    margin-bottom: 30px;
}

blockquote img {
    width: 40px;
    height: 40px;
}

blockquote p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 30px 0;
}

blockquote i.fas {
    color: #ff5100;
    display: block;
    margin-bottom: 20px;
}

blockquote span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    display: inline-block;
    position: relative;
}

blockquote span:before {
    content: '';
    background-color: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    right: -80px;
    top: 54%;
    transform: translateY(-50%);
}

.post-details-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin: 40px 0;
}

.post-details .tags li a {
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0;
}

.post-details .post-meta {
    margin-bottom: 20px;
}

.post-details .post-meta li {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.post-details .post-meta li:not(:last-of-type) {
    margin-right: 20px;
}

.post-details .post-meta li i {
    font-size: 13px;
}

.share-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.tag-item {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.share-content h4,
.tag-item h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.share-content {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.share-list {
    background-color: #fff;
    padding: 3px 10px;
}

.share-list li {
    display: inline-flex;
}

.share-list li:not(:last-of-type) {
    margin-right: 10px;
}

.share-list li a {
    font-size: 12px;
}

.share-list li a:hover{
    color: #ff5100;
}

/*Post Navigation*/
.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    align-items: center;
    margin: 40px 0;
}

.post-navigation li {}

.post-navigation li:last-child {
    text-align: right;
}

.post-navigation li a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #171a1d;
    letter-spacing: -0.5px;

}

.post-navigation li a:hover {
    text-decoration: underline;
}

.post-navigation li a:hover &gt; span {
    text-decoration: none;
}

.post-navigation li a span {
    font-family: "Kanit", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #a5a6aa;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.post-navigation li a span i {
    color: #a5a6aa;
    margin-right: 5px;
}

.post-navigation li:last-child a span i {
    margin-left: 5px;
    margin-right: auto;
}

/*Auhtor Box*/
.author-box {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #eee;
    display: grid;
    align-items: center;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 20px;
    line-height: 1;
    margin-bottom: 40px;
}

.social-icon li {
    display: inline-block;
}

.social-icon li a:hover {
    color: #ff5100;
}

.social-icon li:not(:last-of-type) {
    margin-right: 10px;
}


/*Comments*/
.comments-box {
    margin-bottom: 40px;
}

.comment-title {
    font-weight: 600;
    color: #171a1d;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 1;
}

.comments-box .comment-inner {
    background-color: #FFF;
    padding: 40px;
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 20px;
}

.comments-box .comment {
    margin-bottom: 40px;
}

.comments-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments-meta h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}

.comments-meta span {
    color: #ff5100;
}

.comment-thumb {
    width: 130px;
    height: 130px;
}

.comment-thumb img {
    width: 100%;
}

.comment-wrap {
    padding-left: 70px;
}

.comment-area {}

.comment-area p {
    font-size: 17px;
    line-height: 27px;
    margin: 10px 0 20px 0;
}

.comment-area .reply {
    background: #111;
    color: #fff;
    padding: 6px 15px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.comment-area .reply:hover {
    background-color: #ff5100;
}

/*Comment Form*/
.comment-form {
    margin-top: -15px;
}

.comment-form .form-control {
    background-color: #fff;
    height: 50px;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    outline: none;
}

.comment-form .form-control.comment {
    height: 150px;
}

#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}


/*Sidebar Widget*/
.sidebar-widget {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px;

}

.sidebar-widget:not(:first-of-type) {
    margin: 30px 0;
}

/*Search*/
.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form .form-control {
    background-color: #f5f3ef;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
    height: 50px;
    border: 1px solid #eee;
    padding-right: 40px;
}

.sidebar-widget .search-form .search-btn {
    background-color: #ff5100;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    font-size: 15px;
    color: #fff;
}

/*Widget Title*/
.widget-title {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.widget-title h3 {
    color: #171a1d;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0;
    line-height: 1;
}

/*Category List*/
.category-list {}

.category-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.category-list li:not(:last-of-type) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e8e8;
}

.category-list li a {
    color: #171a1d;
    padding-bottom: 2px;
}

.category-list li a:hover {
    color: #ff5100;
    text-decoration: underline;
}

.category-list li span {
    font-size: 14px;
}

.category-list li:hover span {
    color: #ff5100;
}

.category-list li i {
    margin-right: 5px;
}

/*Thumb Posts*/
.thumb-post {}

.thumb-post li {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
}

.thumb-post li:not(:last-of-type) {
    margin-bottom: 30px;
}

.thumb-post li .thumb {
    flex-shrink: 0;
    width: 80px;
    height: 70px;
    margin: 0 15px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}

.thumb-post .thumb-post-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.thumb-post .thumb-post-info h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.thumb-post .thumb-post-info h3 a {
    color: #171a1d;
}

.thumb-post .thumb-post-info h3 a:hover {
    text-decoration: underline;
}

.thumb-post .thumb-post-info .date {
    font-weight: 500;
    font-size: 14px;
    color: #ff5100;
    display: flex;
    align-items: center;
    line-height: 1;
}

.thumb-post .thumb-post-info .date i {
    color: #ff5100;
    margin-right: 5px;
}

/*Tags*/
.tags {}

.tags li {
    display: inline-block;
}

.tags li a {
    background-color: #eee;
    display: inline-block;
    font-family: "Kanit", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    color: #555;
    padding: 3px 15px;
    margin: 0 3px 10px 0;
}

.tags li a:hover {
    background-color: #ff5100;
    color: #fff;
}

/*Pagination*/
.pagination-wrap li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #555;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.pagination-wrap li a:hover,
.pagination-wrap li a.active {
    background-color: #ff5100;
    border: 1px solid #ff5100;
    color: #fff;
}

/*===== Blog 2 =====*/
.blog-section-2 {
    position: relative;
}

.blog-section-2 .blog-shape {
    position: absolute;
    top: 15%;
    left: 8%;
}

.blog-section-2 .blog-shape img {
    width: 80%;
}

.blog-content {
    background-color: #f9f8f4;
    padding: 30px 30px 0 30px;
    margin-right: 40px;
    margin-top: -110px;
    position: relative;
}

.blog-content h3 {
    line-height: 36px;
    margin: 20px 0;
}

.blog-content h3 a {
    color: #171a1d;
}

.blog-content p {
    margin-bottom: 30px;
}

.blog-content .read-more {
    color: #171a1d;
    line-height: 1;
    display: flex;
    align-items: center;
    transition: 0.3s all ease-in-out;
}

.blog-content .read-more i {
    font-size: 16px;
    transform: rotate(-45deg);
    margin-left: 10px;
    margin-bottom: 2px;
}

.blog-content .read-more:hover {
    color: #ff5100;
}



@media (max-width: 992px) {
    .blog-content {
        margin-right: 100px;
    }

    .blog-section-2 .blog-shape {
        display: none;
    }

    .thumb-post {
        display: grid;
    }

    .share-box {
        display: grid;
        row-gap: 15px;
    }

    .comments-box .comment-inner {
        display: inherit;
    }

    .comment-thumb {
        margin-bottom: 40px;
    }

    .comment-wrap {
        padding-left: 0;
    }

    .sidebar-widget .tags {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .blog-content {
        margin-top: 0;
        margin-right: 0;
    }

    .blog-content h3 br {
        display: none;
    }

    br {
        display: none;
    }
}

/*=====================================================
    Sponsor Section
====================================================*/

.sponsor-section {
    padding-bottom: 45px;
    overflow: hidden;
}

.sponsor-carousel-2,
.sponsor-carousel {
    overflow: hidden;
}

.sponsor-section .section-heading h2 {
    font-size: 36px;
}

.sponsor-section .form-box {
    padding: 40px 0;
}

.sponsor-section .about-text h2 {
    font-size: 180px;
}

.message-box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
}

.message-box {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    border-radius: 30px;
}

.message-content {}

.message-content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.message-content h4 {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.message-form {
    position: relative;
    width: 850px;
}

.message-form .form-control {
    background-color: #fff;
    color: #666;
    border: none;
    box-shadow: none;
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
    border-radius: 50px;
}

.message-form .form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.message-form button {
    background-color: #ff5100;
    color: #fff;
    color: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    height: 55px;
    width: 170px;
    line-height: 55px;
    position: absolute;
    right: 7.5px;
    top: 7.5px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.message-form button i {
    font-size: 14px;
    margin-left: 8px;
}

@media (max-width: 992px) {
    .sponsor-section {
        padding-bottom: 0 !important;
    }

    .sponsor-section .section-heading h2 {
        font-size: 28px;
    }

    .sponsor-section .form-box {
        padding: 50px 0;
    }

    .sponsor-section .about-text h2 {
        font-size: 120px;
    }

    .message-box-wrap {
        margin-top: -90px;
    }

    .message-form {
        width: 650px;
    }
}

@media (max-width: 767px) {
    .message-box-wrap {
        margin-top: 0;
    }

    .message-form {
        text-align: center;
        width: auto;
    }

    .message-form button {
        position: inherit;
        margin-top: 15px;

    }
}

/* ===== Sponsor 2 =====*/

.sponsor-2 {
    overflow: hidden;
}

.sponsor-2 {
    padding-bottom: 0;
}

.sponsor-2 .sponsor-wrap {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

.sponsor-2 .sponsor-wrap:before {
    background-color: #ff5100;
    content: "";
    width: 3000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sponsor-2 .sponsor-item img {
    width: 70%;
}

.sponsor-2 .sponsor-item.item-1 img {
    width: 60%;
}


/*===================================================
    Connection Section
====================================================*/

.connect-section {
    padding-top: 0;
    padding-bottom: 70px;
}

.connect-section.connect-2 {
    padding: 120px 0;

}

.cn-thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cn-box .cn-thumb img {}

.cn-box .cn-thumb:before {
    background-color: #ff510095;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%) scale(1);
    transition: all 0.4s linear;
}

.cn-box:hover .cn-thumb:before {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.cn-thumb img {
    width: 100%;
}

.cn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
}

.cn-icon a span {
    background-color: #fff;
    color: #171a1d;
    font-size: 15px;
    padding: 5px 15px 7px 15px;
    border-radius: 50px;
}

.cn-box:hover .cn-icon {
    transform: translate(-50%, -50%)scale(1);
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .connect-section.connect-2 {
        padding: 50px 0;
    }
}

@media (max-width: 576px) {
    .connect-wrap .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}


/*===================================================
    Social Section
====================================================*/

.social-section.social-2 {
    margin-top: 120px;
}

.social-section .col-md-2 {
    padding: 0;
}

.social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.social-icon {
    line-height: 1;
}

.social-icon a {
    color: #4267B2;
}

.social-item h4 {
    line-height: 1;
    margin: 0 0 0 10px;
}

.social-item h4 a {
    color: #737373;
}

.social-icon.icon-1 a {
    color: #00acee;
}

.social-icon.icon-2 a {
    color: #cd486b;
}

.social-icon.icon-3 a {
    color: #0A66C2;
}

.social-icon.icon-4 a {
    color: #c4302b;
}

.social-icon.icon-5 a {
    color: #25D366;
}

@media (max-width: 767px) {
    .social-item {
        border-bottom: 1px solid #737373;
    }

    .social-section.social-2 {
        margin-top: 0;
    }

    .social-item {
        border-right: 1px solid #737373;
        border-left: 1px solid #737373;
    }
}

@media (max-width: 576px) {
    .social-wrap .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}


/*=====================================================
    Process Section
====================================================*/

.process-section {}

.process-section .section-heading {
    margin-bottom: 85px;
}

.process-item {
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    text-align: center;
    position: relative;
    border: 1px dashed transparent;
    transition: 0.3s all ease-in-out;
}

.process-item:hover {
    border: 1px dashed #171a1d;
}

.process-item .process-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-item .process-icon {
    background-color: #ff5100;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s all ease-in-out;
}

.process-item:hover .process-icon {
    background-color: #171a1d;
}

.process-item .process-icon svg {
    fill: #fff;
    height: 50px;
    width: 50px;
}

.process-item .process-content {}

.process-item .process-content h2 {
    font-family: 'caveat', sans-serif;
    line-height: 1;
    margin: 15px 0;
}

.process-item .process-content h3 {
    color: #171a1d;
    line-height: 1;
    margin-bottom: 20px;
}

.process-item .process-content p {
    margin-bottom: 0;
}


@media (max-width: 992px) {

    .process-section .section-heading {
        margin-bottom: 35px;
    }

    .process-section .row .sm-padding {
        padding: 30px;
    }
}

/*===================================================
    Pricing Section
====================================================*/

.pricing-list li:not(:last-of-type) {
    margin-bottom: 40px;
}

.pricing-item {
    background-color: #fff;
    position: relative;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed transparent;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.pricing-item .popular-pack {
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%) rotate(-90deg);
}

.pricing-item .popular-pack span {
    background-color: #ff5100;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.pricing-item:hover {
    border: 1px dashed #171a1d;
}

.pricing-content h2 span {
    font-size: 20px;
}

.price-list {}

.price-list li {
    color: #555;
}

.price-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.price-list li i {
    color: #ff5100;
    margin-right: 10px;
}

.pricing-btn .default-btn-2 {
    background: #ff5100;
    color: #fff;
    border: 1px solid #ff5100;
}

.pricing-btn .default-btn-2:hover {
    border: 1px solid #171a1d;
}

.pricing-btn .default-btn-2::before,
.pricing-btn .default-btn-2::after {
    background-color: #171a1d;
}

@media (max-width: 992px) {
    .pricing-item {
        flex-direction: column;
        row-gap: 20px;
        text-align: left;
        align-items: inherit;
    }

    .pricing-btn {
        height: 150px;
        width: 150px;
    }

    .price-list {
        margin-bottom: 20px;
    }

    .pricing-item {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {}


/*=====================================================
    Video Section
====================================================*/
.video-section {
    position: relative;
    z-index: 1;
}

.video-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.content-img-box {
    position: relative;
}

.video-wrap {
    background-color: #ff5100;
    padding: 100px 40px;
}

.video-wrap .left-content .section-heading {
    margin-bottom: 0;
}

.video-wrap .left-content .section-heading p,
.video-wrap .left-content .section-heading h4 {
    color: #fff;
}

.video-wrap .left-content .section-heading h2 {
    color: #fff;
    font-size: 45px;
}

.video-wrap .right-content .play-btn {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-wrap .right-content .play-btn:hover {
    background-color: #ff5100;
    color: #fff;
}

.video-wrap .right-content a {
    color: #ff5100;
}

.content-info {
    display: flex;
    align-items: center;
    margin-top: 40px;
    column-gap: 20px;
}

.content-info .default-btn {
    background-color: #171a1d;
}

.content-info .default-btn:hover {
    color: #171a1d;
}

.content-info .default-btn:before,
.content-info .default-btn:after {
    background-color: #fff;
}

.content-contact {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.content-contact-icon svg {
    height: 50px;
    width: 50px;
    fill: #fff;
}

.content-contact-info h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1;
}

.content-contact-info h3 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
}

.content-contact-info h3 a {
    color: #fff;
}

@media (max-width: 992px) {
    .video-wrap {
        padding: 50px 30px;
        margin-top: 0;
    }

    .content-info {
        margin-top: 20px;
    }

    .content-img-box img {
        width: 100%;
    }

    .video-wrap .left-content .section-heading h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {

    .video-wrap {
        padding: 30px 20px;
    }

    .video-wrap .left-content .section-heading h2 {
        font-size: 24px;
    }

    .content-info {
        flex-direction: column-reverse;
        row-gap: 20px;
        align-items: flex-start;
    }
}

/* ===== Video Section 2 ===== */

.video-section-2 {
    position: relative;
    background-color: #171a1d;
    z-index: 1;
}

.video-section-2 .bg-half {
    background-color: #f5f3ef;
}

.video-wrap-2 {
    background-image: url(../img/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-info h2 {
    font-size: 82px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.video-info h2 span {
    -webkit-text-fill-color: #fff;
}

.video-wrap-2 .video-box a {
    top: 60%;
}

.video-wrap-2 .video-info h2 {
    font-size: 60px;
    margin-bottom: 120px;
}

@media (max-width:992px) {
    .video-info h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {

    .video-wrap-2 {
        height: 450px;
    }

    .video-info h2 {
        font-size: 42px;
        line-height: 56px;
    }

    .video-wrap-2 .video-info h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

/*=====================================================
    Short Contact
====================================================*/
.short-contact-2,
.short-contact {
    position: relative;
    z-index: 1;
}

.short-contact .bg-half {
    background-color: #f5f3ef;
}

.short-contact-2 .bg-half {
    background-color: #f9f8f4;
}

.short-contact-wrap {
    background-color: #ff5100;
    padding: 60px;
    position: relative;
    z-index: 1;
}

.short-contact-wrap::before {
    content: "";
    background-image: url(../img/short-contact-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.short-contact-content .section-heading .sub-heading h4 {
    color: #fff;
}

.short-contact-content .section-heading h2 {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}

.short-contact-content .default-btn {
    background-color: #171a1d;
}

.short-contact-content .default-btn:hover {
    color: #171a1d;
}

.short-contact-content .default-btn:after,
.short-contact-content .default-btn:before {
    background-color: #fff;
}

.short-contact-box {
    background-color: #171a1d;
    padding: 40px 60px;
}

.short-contact-box span {
    font-family: "caveat", sans-serif;
    color: #fff;
    font-size: 24px;
}

.short-contact-box h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 1;
}

.short-contact-box h3 a {
    color: #fff;
}

.short-contact-box h3 a:hover {
    color: #ff5100;
}

@media (max-width: 992px) {
    .short-contact-content {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .short-contact-wrap {
        padding: 40px 20px;
    }

    .short-contact-content .section-heading {
        margin-bottom: 20px;
    }

    .short-contact-content .section-heading h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0;
    }

    .short-contact-content .section-heading h2 br {
        display: none;
    }

    .short-contact-box h3 {
        font-size: 24px;
    }
}

/*===================================================
    Team Section
====================================================*/
.team-section {}

.team-item {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 10px 20px 5px rgb(61 1 4 / 10%)
}

.team-thumb {
    overflow: hidden;
}

.team-thumb img {
    width: 100%;
    overflow: hidden;
}

.team-content h3 {
    font-size: 26px;
    line-height: 1;
    margin: 30px 0 15px 0;
}

.team-content h3 a {
    color: #1c1c1c;
}

.team-content h4 {
    color: #ff5100;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.team-social {}

.team-social li {
    display: inline-flex;
}

.team-social li a {
    background-color: #171a1d;
    font-size: 14px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    margin: 20px 3px 0 3px;
}

.team-social li a:hover {
    background-color: #ff5100;
}

/*===================================================
    Team Details
====================================================*/
.team-details-section {}

.team-details-thumb {
    padding-right: 20px;
    margin-bottom: 40px;
}

.team-details-thumb img {
    width: 100%;
}

.team-details-content {
    padding-left: 20px;
}

.team-details-content h2 {
    font-weight: 500;
    letter-spacing: 0.2px;
}

.team-details-content p {
    margin-bottom: 30px;
}

.team-details-skills .skills-items {
    margin-bottom: 50px;
}

.team-details-skills h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.team-details-contact li:not(:last-of-type) {
    margin-bottom: 20px;
}

.team-details-contact li i {
    background-color: #e9ecef;
    color: #171a1d;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.team-details-contact li span,
.team-details-contact li a {
    color: #171a1d;
    font-size: 20px;
}

@media (max-width: 992px) {
    .team-details-thumb {
        padding-right: 0;
    }

    .team-details-content {
        padding-left: 0;
    }

}

@media (max-width: 767px) {

    .team-details-contact li span,
    .team-details-contact li a {
        font-size: 17px;
    }
}

/*===================================================
    Booking Section
====================================================*/
.booking-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.booking-section .booking-img {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    position: absolute;
    right: -140px;
    bottom: 0;
}

.booking-section .booking-bg {
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.booking-content .section-heading h2 {
    font-size: 36px;
    line-height: 46px;
}

.booking-list {}

.booking-list li {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.booking-list li:not(:last-of-type) {
    margin-bottom: 40px;
}

.booking-list li i {
    background-color: #fff;
    color: #ff5100;
    font-size: 22px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
}

.booking-list-content h4 {
    font-size: 18px;
    color: #ff5100;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.booking-list-content h3 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
}

.booking-list-content h3 a {
    color: #171a1d;
}

.booking-form .contact-form {
    background-color: #fff;
    padding: 30px;
}

.booking-form .form-heading h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 20px;
}

.booking-form .form-control {
    background-color: #f5f3ef;
    font-size: 14px;
    height: 60px;
    border: none;
    outline: none;
}

.booking-form .form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.booking-form .form-control {
    margin-bottom: 20px;
}

.booking-form .form-control.address {
    height: 150px;
}

@media (min-width: 1400px) {
    .booking-section .booking-img {
        right: 0;
    }
}

@media (max-width: 992px) {
    .booking-section .booking-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .booking-form .form-heading h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

/*===================================================
    Contact Section
====================================================*/
.contact-section {
    padding-bottom: 50px;
}

.contact-content .section-heading p {
    margin-top: 0;
}

.contact-content .section-heading .sub-heading h4 {
    margin-bottom: 20px;
}

.contact-wrap {
    background-color: #fff;
    padding: 60px 40px;
    -webkit-box-shadow: 0px 12px 25px 5px rgb(50 73 179 / 20%);
    box-shadow: 0px 12px 25px 5px rgb(50 73 179 / 20%);
    transform: translateY(-80px);
}

.booking-form-2 .form-control {
    background-color: #f9f3eb;
    border: none;
    outline: none;
    margin-bottom: 20px;
    height: 60px;
}

.booking-form-2 .form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.booking-form-2 .form-control.address {
    height: 170px;
    margin-bottom: 30px;
}

.contact-list li:not(:last-of-type) {
    margin-bottom: 25px;
}

.contact-list-box {
    display: flex;
    align-items: center;
}

.contact-list-box i {
    background-color: #ff5100;
    font-size: 20px;
    color: #fff;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.contact-list-box:hover i {
    background-color: #171a1d;
    color: #fff;
}

.contact-list-content {
    margin-left: 20px;
}

.contact-list-content h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    margin-top: 5px;
}

.contact-list-content h3 a {
    color: #171a1d;
}

.map-wrapper {
    margin-bottom: -7px;
}

@media(max-width: 992px) {
    .contact-section {
        padding-bottom: 0;
    }

    .contact-wrap {
        transform: translateY(-60px);
        margin-bottom: 0;
    }
}

@media(max-width: 767px) {
    .contact-list-content h3 {
        font-size: 18px;
    }

    .contact-wrap {
        padding: 30px 20px;
    }
}

/*===================================================
    Widget Section
====================================================*/

.widget-section {
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.widget-section .section-heading h2 {
    color: #fff;
}

.widget-item {}

.widget-item.item-1 {
    margin-top: -10px;
}

.widget-item.item-2 {
    margin-left: 70px;
}

.widget-item img {
    margin-bottom: 40px;
}

.widget-item p {
    color: #a1a1a2;
}

.widget-item .desc {
    margin-bottom: 30px;
}

.widget-header h3 {
    color: #fff;
    line-height: 1;
    margin-bottom: 50px;
}

.widget-list li {}

.widget-list li:not(:last-of-type) {
    margin-bottom: 20px;
}

.widget-list li a {
    color: #dfdfdf;
    font-size: 16px;
}

.widget-list li a:hover {
    color: #ff5100
}

.widget-content p {
    color: #dfdfdf;
    margin-bottom: 25px;
}

.widget-content a {
    color: #dfdfdf;
    text-decoration: underline;
    display: block;
}

.widget-content a:hover {
    color: #ff5100;
}

.widget-content a.number {
    display: block;
    font-size: 20px;
    color: #dfdfdf;
    margin-top: 30px;
}

.widget-content a.number:hover {
    color: #ff5100;
}

@media (max-width: 992px) {
    .widget-item img {
        max-width: 150px;
        margin-bottom: 21px;
    }

    .widget-header h3 {
        margin-bottom: 30px;
    }

    .widget-item .desc {
        margin-bottom: 20px;
    }

    .widget-item.item-2 {
        margin-left: 0;
    }
}

/* ===== Widget 2 =====*/
.message-box-2 {
    background-color: #0c0d0e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 80px;
}

.message-content {}

.message-content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}

.message-content h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.message-form-2 {
    position: relative;
}

.message-form-2 .form-control {
    background-color: #141616;
    color: #fff;
    border: none;
    box-shadow: none;
    width: 550px;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
}

.message-form-2 .form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.message-form-2 button {
    background-color: #ff5100;
    color: #fff;
    color: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    height: 55px;
    width: 170px;
    line-height: 55px;
    position: absolute;
    right: 7.5px;
    top: 7.5px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.message-form-2 button i {
    margin-left: 8px;
}

/*Form Input Color*/
.pt-subscribe-form input::-webkit-input-placeholder,
.pt-subscribe-form textarea::-webkit-input-placeholder {
    color: #ddd !important;
}

.pt-subscribe-form input:-moz-placeholder,
.pt-subscribe-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd !important;
}

.pt-subscribe-form input::-moz-placeholder,
.pt-subscribe-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd !important;
}

.pt-subscribe-form input:-ms-input-placeholder,
.pt-subscribe-form textarea:-ms-input-placeholder {
    color: #ddd !important;
}

@media (max-width: 992px) {
    .message-box-2 {
        flex-direction: column;
        row-gap: 20px;
        margin-bottom: 40px;
    }

    .message-box-2 .message-content {
        text-align: center;
    }

    .message-box-2 .message-content h3 {
        margin-bottom: 20px;
    }

    .message-box-2 .message-content h4 {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .message-form-2 .form-control {
        width: 100%;
    }

    .message-box-2 .message-content h4 {
        line-height: 24px;
    }

    .message-box-2 .message-content h3 {
        line-height: 32px;
    }

    .message-form-2 {
        width: 100%;
    }

    .message-form-2 button {
        position: inherit;
        width: 100%;
        margin-top: 15px;
        height: 70px;
        line-height: 70px;
    }
}

/*===================================================
    Footer Section
====================================================*/
.footer-section {
    background-color: #0c0d0e;
    padding: 30px 0;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-content h3 {
    color: #dfdfdf;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    line-height: 1;
}

.footer-content h3 span {
    color: #ff5100;
}

.footer-list {}

.footer-list li {
    display: inline-flex;
    line-height: 1;
    position: relative;
}

.footer-list li a {
    color: #dfdfdf;
}

.footer-list li a:hover {
    color: #ff5100;
}

.footer-list li:not(:last-of-type) {
    margin-right: 30px;
}

.footer-list li:not(:last-of-type):after {
    background-color: #dfdfdf;
    content: "";
    height: 15px;
    width: 2px;
    position: absolute;
    top: 55%;
    right: -15px;
    transform: translateY(-50%) rotate(20deg);
}

.footer-list li a {
    line-height: 1;
}

@media (max-width: 992px) {
    .footer-content {
        flex-direction: column;
        row-gap: 20px;
    }

    .footer-content h3,
    .footer-content h3 span,
    .footer-content h3 a {
        font-size: 15px;
    }
}


/*===================================================
    Media Query
====================================================*/

/*max-width 1024px*/
@media (max-width: 1024px) {}

/*max-width 992px*/
@media (max-width: 992px) {
    .padding {
        padding: 50px 0;
    }

    .sm-padding {
        padding: 15px;
    }

    p br {
        display: none;
    }

    span br {
        display: none;
    }

    .default-btn {
        padding: 0 30px;
    }

    .section-heading h2 br {
        display: none;
    }
}

/*max-width 768px*/
@media all and (max-width: 768px) {
    .padding {
        padding: 50px 0;
    }

    .xs-padding {
        padding: 15px;
    }

    p br {
        display: none;
    }

    .section-heading h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

/***  Custom Cursor  ***/
.consult-cursor {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: fixed;
    left: 0;
    top: 0;
    user-select: none;
    pointer-events: none;
    transform: translate(50%, 50%);
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.consult-cursor:before {
    background: #ff5100;
    opacity: 1;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all 0.3s ease;
}

.consult-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
    z-index: -1;
}

.consult-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
}

.consult-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
}

@media (max-width: 992px) {
    .consult-cursor {
        display: none;
    }
}

/*max-width 580px*/
@media all and (max-width: 580px) {
    #scrollup {
        bottom: 20px;
        right: 20px;
    }
}

/*max-width 420px*/
@media all and (max-width: 420px) {}

/*max-width 320px*/
@media (max-width: 320px) {}
</pre></body></html>