/*------------------------------------------------------------------------
# simfy Website - April 4, 2024
# ------------------------------------------------------------------------
# Designed & coded by Digiggo | Yogesh
--------------------------------------------------------------------------

	Certainly! Here's the list with numbering in selectable text format:

1. Base
2. Form Item
3. Button
4. About
5. Author Box
6. Copyright 01
7. CTA 02
8. Form
9. Services
10. Swiper
11. Section Title
12. Khanh Widget About
13. Widget Contact
14. Widget
15. Footer 01
16. Header 01
17. Organization Gallery
18. Reset Row Bootstrap
19. Font
20. Ordered Lists and Unordered Lists
21. Margin Padding
22. Custom Form

--------------------------------------------------------------------------*/




/* 1. base
--------------------------------------------------------------------------------*/

a[disabled], input[disabled], button[disabled], textarea[disabled] {
    cursor: not-allowed !important;
    opacity: .5 !important;
}

a:focus, input:focus, button:focus, textarea:focus {
    outline: none;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.page-wrap {
    overflow: hidden;
}

.md-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 9;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(6.81818vw + 28.18182px);
        padding-bottom: calc(6.81818vw + 28.18182px);
    }
}

@media (min-width: 1200px) {
    .md-section {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.md-text-left, .text-left {
    text-align: left !important;
}

.md-text-center, .text-center {
    text-align: center !important;
}

.md-text-right, .text-right {
    text-align: right !important;
}

.md-text-underline {
    text-decoration: underline !important;
}

.md-round {
    border-radius: 5px !important;
}

.md-pill {
    border-radius: 50% !important;
}

.md-tb {
    display: table;
    width: 100%;
    height: 100%;
}

.md-tb__cell {
    display: table-cell;
    vertical-align: middle;
}

.md-overlay, [data-gradient-bg] > canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.md-overlay {
    background-color: rgba(0, 0, 0, .4);
}

.bg-fixed {
    background-attachment: fixed;
}

.md-bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.full {
    width: 100%;
    height: 100vh;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
.embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* table Responsive */

.table-responsive-01 {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.table-responsive-01 table > thead > tr > th,
.table-responsive-01 table > thead > tr > td,
.table-responsive-01 table > tbody > tr > th,
.table-responsive-01 table > tbody > tr > td,
.table-responsive-01 table > tfoot > tr > th,
.table-responsive-01 table > tfoot > tr > td {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .table-responsive-02 table, .table-responsive-02 thead,
    .table-responsive-02 tbody, .table-responsive-02 th, .table-responsive-02 td,
    .table-responsive-02 tr {
        display: block;
    }

    .table-responsive-02 thead {
        border-top: 1px solid #e8e8e8 !important;
        border-bottom: none !important;
    }

    .table-responsive-02 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-02 tr {
        padding: 15px 0;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }

    .table-responsive-02 td {
        position: relative;
        padding: 15px 10px 15px 30% !important;
    }

    .table-responsive-02 td:before {
        content: attr(data-th);
        position: absolute;
        top: 15px;
        left: 20px;
        width: 25%;
        padding-right: 10px;
    }
}
a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #A4CD39;
}

a:focus {
    text-decoration: none;
}

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

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

.md-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(6.81818vw + 18.18182px);
        padding-bottom: calc(6.81818vw + 18.18182px);
    }
}

@media (min-width: 1200px) {
    .md-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.md-overlay {
    background-color: rgba(0, 0, 0, .7) !important;
}

.md-skin-dark hr {
    border-top-color: #555;
}



/* 2. form-item
--------------------------------------------------------------------------------*/

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]),
textarea, select {
    box-shadow: none;
    outline: none;
    margin: 0;
    border-radius: 0;
    padding: 0 20px;
    line-height: 46px;
    border: 1px solid #ddd;
    color: #444;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
    height: 46px;
    font-family: "Oswald", sans-serif;
    background-color: #f9f9f9;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #888;
    font-weight: 400;
    text-transform: capitalize;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"])::-moz-placeholder,
textarea::-moz-placeholder, select::-moz-placeholder {
    color: #888;
    font-weight: 400;
    text-transform: capitalize;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]):-moz-placeholder,
textarea:-moz-placeholder, select:-moz-placeholder {
    color: #888;
    font-weight: 400;
    text-transform: capitalize;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]):-ms-input-placeholder,
textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #888;
    font-weight: 400;
    text-transform: capitalize;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]):focus,
textarea:focus, select:focus {
    border-color: #A4CD39;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"])[disabled],
textarea[disabled], select[disabled] {
    opacity: .65;
    cursor: not-allowed;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="color"]),
textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type="checkbox"], input[type="radio"] {
    width: auto !important;
}
/* Typography */

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #828282;
}

body.md-skin-dark {
    background-color: #444;
}

.md-skin-dark {
    color: #fff;
}

.md-skin-dark h1, .md-skin-dark h2, .md-skin-dark h3, .md-skin-dark h4,
.md-skin-dark h5, .md-skin-dark h6 {
    color: #fff;
}

a {
    transition: all .3s ease;
}

a, input, textarea, select {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
    color: #444;
    font-family: "Oswald", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h3, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

abbr {
    color: #67dee8;
    border-width: 2px;
}

mark, .mark {
    background-color: #426efc;
    color: #fff;
}


/* 3. button
--------------------------------------------------------------------------------*/

.btn {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    border: none;
    border-radius: 6px;
    transition: all .3s ease !important;
}

.btn:hover {
    color: #f1f1f1;
}

.btn-outline {
    border: 1px solid #fff;
}

.btn-primary {
    background-color: #A4CD39;
}

.btn-primary:hover {
    background-color: #da390f;
}

.btn-danger {
    background-color: #d40000;
}

.btn-danger:hover {
    background-color: #a10000;
}

.btn-warning {
    background-color: #ffbf00;
}

.btn-warning:hover {
    background-color: #c90;
}

.btn-success {
    background-color: #3c763d;
}

.btn-success:hover {
    background-color: #2b542c;
}

.btn-info {
    background-color: #31708f;
}

.btn-info:hover {
    background-color: #245269;
}


/* 4. about
--------------------------------------------------------------------------------*/

.about {
    display: block;
    position: relative;
    margin-right: 30px;
}

.about img {
    display: none;
}

@media (min-width: 993px) {
    .about img {
        display: block;
    }

    .about .about-quote {
        position: relative;
        bottom: 50px;
        right: -30px;
        float: right;
        opacity: 90%;
    }
}

@media (min-width: 993px) and (min-width: 481px) {
    .about .about-quote {
        position: absolute;
        right: -30px;
        bottom: -30px;
        float: none;
    }
}


/* 5. authorbox
--------------------------------------------------------------------------------*/

.authorbox {
    position: relative;
    padding: 30px 8px;
    overflow: hidden;
}

.authorbox__avartar {
    position: relative;
    float: right;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px;
}

.authorbox__avartar img {
    display: none !important;
}

.authorbox__avartar:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #D9F6FF;
    border-radius: 50%;
}

.authorbox__info {
    text-align: right;
}

.authorbox__name {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}

.authorbox__work {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.authorbox__style-02 .authorbox__avartar {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.authorbox__style-02 .authorbox__info {
    text-align: left;
}

.md-skin-dark .authorbox__work {
    color: #fff;
}


/* 6. copyright_01
--------------------------------------------------------------------------------*/

.copyright-01 {
    position: relative;
    padding: 20px 0;
    background-color: #111;
    text-align: center;
    overflow: hidden;
}

.copyright-01__copy {
    line-height: 2.5em;
    margin-bottom: 0;
}

.copyright-01__style-02 .widget-right {
    margin-bottom: 20px;
}

@media (min-width: 1201px) {
    .copyright-01__style-02 {
        text-align: left;
    }

    .copyright-01__style-02 .copyright-01__copy {
        float: left;
    }

    .copyright-01__style-02 .widget-right {
        float: right;
        margin-bottom: 0;
    }
}


/* 7. cta_02
--------------------------------------------------------------------------------*/

.cta-02 {
    background-color: #A4CD39;
    padding: 20px 0;
}

.cta-02__title {
    font-family: "Poppins", serif;
    font-size: 16px;
    color: #fff;
    font-style:normal;
    font-weight: normal;
    margin-top: 7px;
    margin-bottom: 0;
}

@media (min-width: 320px) {
    .cta-02__title {
        font-size: calc(.45455vw + 14.54545px);
    }
}

@media (min-width: 1200px) {
    .cta-02__title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .cta-02__title {
        margin-top: 0;
        margin-bottom: 15px;
    }
}




/* 14. services
--------------------------------------------------------------------------------*/

.services {
    margin-bottom: 40px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.services__title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 7px;
}

.services__title:hover {
    color: #A4CD39;
}

.services__img {
    margin-bottom: 15px;
}

.services__desc {
    margin-bottom: 20px;
}




/* 18. sec_title
--------------------------------------------------------------------------------*/

.sec-title {
    margin-bottom: 30px;
}

.sec-title__title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.sec-title__title span {
    color: #A4CD39;
}

.sec-title__divider {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #A4CD39;
}

.sec-title__lg-title .sec-title__title {
    font-size: 20px;
}

.md-skin-dark .sec-title__title {
    color: #fff;
}

.md-text-center .sec-title__divider {
    margin-left: auto;
    margin-right: auto;
}

.md-text-right .sec-title__divider {
    margin-left: auto;
    margin-right: 0;
}




/* 20. widget_contact
--------------------------------------------------------------------------------*/

.widget-contact__item {
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #666;
    transition: all .4s ease;
    font-size: medium;
}

.widget-contact__title {
    text-transform: capitalize;
    color: #f54100;
}

.widget-contact__text {
    display: block;
}





/* 34. footer_01
--------------------------------------------------------------------------------*/

.footer-01 p, .footer-01 a {
    color: #888;
}

.footer-01 .social-icon {
    background-color: rgba(255, 255, 255, .5);
    color: #222;
}


/* 35. header-01
--------------------------------------------------------------------------------*/

.header {
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.header.search-active .searchbar {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.header.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 999;
}

.header__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 0;
}

.header-menu__toggle {
    background-color: #111;
}

.header-menu__toggle .menu-toggle__icon,
.header-menu__toggle .menu-toggle__icon:before,
.header-menu__toggle .menu-toggle__icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 20px;
    font-size: 0;
    background-color: #fff;
    margin: auto;
    transition: all .4s ease;
}

.header-menu__toggle .menu-toggle__icon:before {
    top: -12px;
}

.header-menu__toggle .menu-toggle__icon:after {
    bottom: -12px;
}

.page-wrap.active .header {
    left: -300px;
}

.simfy-nav {
    z-index: 999;
}

.simfy-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.simfy-nav li {
    position: relative;
    z-index: 9;
}

.simfy-nav li a {
    display: block;
    position: relative;
    text-decoration: none;
}

@media (min-width: 1201px) {
    .simfy-nav {
        text-align: center;
    }

    .simfy-nav li:hover > a {
        color: #A4CD39;
    }

    .simfy-nav .simfy-menu .sub-menu {
        opacity: 0;
        visibility: hidden;
    }

    .simfy-nav .simfy-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .simfy-nav .simfy-menu a {
        padding: 20px 30px;
    }

    .simfy-nav .simfy-menu .sub-menu {
        text-align: left;
        padding: 0 2px;
    }

    .simfy-nav .simfy-menu .sub-menu li {
        background-color: #111;
    }

    .simfy-nav .simfy-menu .sub-menu li:first-child {
        padding-top: 18px;
    }

    .simfy-nav .simfy-menu .sub-menu li:last-child {
        padding-bottom: 18px;
    }

    .simfy-nav .simfy-menu .sub-menu a {
        color: #D9F6FF;
        padding: 2px 25px;
    }

    .simfy-nav .simfy-menu .sub-menu a:after {
        right: 15px;
    }

    .simfy-nav .simfy-menu > li {
        display: inline-block;
    }

    .simfy-nav .simfy-menu a {
        font-size: 12px;
        color: #828282;
        transition: all 300ms ease;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        padding: 12px 15px;
    }

    .simfy-nav .simfy-menu .sub-menu {
        display: block !important;
    }

    .simfy-nav .simfy-menu .sub-menu .current-menu-parent > a,
    .simfy-nav .simfy-menu .sub-menu .current-menu-item > a {
        color: #A4CD39;
    }

    .simfy-nav .simfy-menu .current-menu-parent > a,
    .simfy-nav .simfy-menu .current-menu-item > a {
        color: #A4CD39;
    }

    .simfy-nav .simfy-menu .sub-menu {
        width: 200px;
        position: absolute;
        top: 100%;
        z-index: -1;
        left: 0;
        transition: all 300ms ease;
    }

    .simfy-nav .simfy-menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    .simfy-nav .simfy-menu .sub-menu li > a {
        font-size: 14px;
        transition: all 300ms ease;
    }

    .simfy-nav .simfy-menu .sub-menu li:hover > a {
        color: #4aa8ff;
    }

    .simfy-nav .simfy-toggle-menu {
        display: none;
    }
}

@media (max-width: 1200px) {
    .simfy-nav .simfy-menu {
        position: fixed;
        top: 0;
        will-change: transform;
    }

    .simfy-nav .simfy-menu a {
        font-size: 14px;
    }

    .simfy-nav .simfy-menu a:after {
        right: 0;
        width: 50px;
        text-align: center;
    }

    .simfy-nav .simfy-menu .sub-menu {
        display: none;
    }

    .simfy-nav .simfy-menu {
        background-color: #111;
    }

    .simfy-nav .simfy-menu a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        color: #D9F6FF;
    }

    .simfy-nav .simfy-menu a:after {
        border-left: 1px solid rgba(255, 255, 255, .1);
    }

    .simfy-nav .simfy-menu {
        left: 0;
        width: 280px;
        background-color: #111;
        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0);
    }

    .simfy-nav .active.simfy-menu {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .simfy-nav .simfy-menu {
        z-index: 99999;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: left;
        width: 300px;
        transition: all 300ms ease;
    }

    .simfy-nav .simfy-menu li {
        position: relative;
    }

    .simfy-nav .simfy-menu a {
        padding: 12px 15px;
        font-size: 16px;
        text-transform: capitalize;
        color: #828282;
    }

    .simfy-nav .simfy-menu a:hover {
        color: #fff;
    }

    .simfy-nav .simfy-menu .active > a {
        color: #fff;
    }

    .simfy-nav .simfy-menu .current-menu-parent > a,
    .simfy-nav .simfy-menu .current-menu-item > a {
        color: #fff;
    }

    .simfy-nav .simfy-menu .sub-menu a {
        padding: 12px 15px;
    }

    .simfy-nav .simfy-menu .sub-menu .menu-item-has-children > a:hover {
        color: #4aa8ff;
    }

    .simfy-nav .simfy-menu .sub-menu .menu-item-has-children.active > a {
        color: #4aa8ff;
    }

    .simfy-nav .simfy-toggle-menu {
        display: block;
    }
}

.simfy-nav {
    display: inline-block;
    vertical-align: middle;
}

.simfy-nav li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #A4CD39;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.simfy-nav li.current:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.simfy-nav li.current a {
    color: #A4CD39;
}

.simfy-menu.active ~ .navbar-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.simfy-menu.active ~ .navbar-toggle span:nth-child(2) {
    opacity: 0;
    left: -40px;
}

.simfy-menu.active ~ .navbar-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

@media (min-width: 1201px) {
    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 1199px) {
    .simfy-nav .simfy-menu {
        left: auto;
        right: 0;
        -webkit-transform: translate(100%, 0);
                transform: translate(100%, 0);
    }
}

.navbar-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    background-color: #111;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}


/* 36. header_01
--------------------------------------------------------------------------------*/

.hero .swiper-button-custom {
    display: none;
}

.hero .swiper-button-custom > div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background-color: #a3cd399d;
}

.hero .swiper-button-custom > div:hover {
    background-color: #A4CD39;
    color: #fff;
}

.hero .swiper-button-custom .swiper-button-prev-custom {
    left: 10px;
}

.hero .swiper-button-custom .swiper-button-next-custom {
    right: 10px;
}

.hero .swiper-pagination-custom {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 9;
}

.hero .swiper-pagination-bullet {
    opacity: .6;
}

.hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.hero__wrapper {
    padding: 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero__title {
    font-size: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .hero__title {
        font-size: calc(2.27273vw + 32.72727px);
    }
}

@media (min-width: 1200px) {
    .hero__title {
        font-size: 60px;
    }
}

.hero__desc {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .hero__desc {
        font-size: calc(1.02273vw + 12.72727px);
    }
}

@media (min-width: 1200px) {
    .hero__desc {
        font-size: 25px;
    }
}

@media (min-width: 993px) {
    .hero__wrapper {
        height: 600px;
        padding: 0;
    }

    .hero__inner {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .hero .swiper-button-custom {
        display: block;
    }

    .hero .swiper-pagination-custom {
        display: none;
    }
}


/* 37. org_gallery
--------------------------------------------------------------------------------*/






/* 38. Reset Row Boostrap
--------------------------------------------------------------------------------*/

.row-grap {
    margin: 0;
}

.row-grap > [class*="col-"] {
    padding: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}



/* 39. Font
--------------------------------------------------------------------------------*/

.font-family {
    font-family: "Open Sans", sans-serif;
}

.font-secondary {
    font-family: "Oswald", sans-serif;
}

.font-tertiary {
    font-family: "Playfair Display", serif;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}



/* 40. ol ul
--------------------------------------------------------------------------------*/

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



/* 41. Margin Padding
--------------------------------------------------------------------------------*/

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pd-0 {
    padding: 0;
}

.ohidden {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




/* 43. Custom Swiper
--------------------------------------------------------------------------------*/

.swiper-button-custom > div {
    display: inline-block;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all .4s ease;
    z-index: 9;
}

.swiper-button-custom > div:hover {
    background-color: white;
    color: #444;
}

.swiper-button-custom > div.swiper-button-prev-custom {
    left: 0;
}

.swiper-button-custom > div.swiper-button-next-custom {
    right: 0;
}

.swiper-pagination-custom {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination-custom .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
    background-color: #A4CD39;
}

.swiper-fix-padding {
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.swiper-fix-padding .swiper {
    position: static;
}

@media (min-width: 993px) {
    .swiper-fix-padding {
        padding: 20px 40px;
    }
}



/* 11. quote_02
--------------------------------------------------------------------------------*/

.quote-02 {
    max-width: 300px;
    background-color: #000000;
    border: 5px solid #fff;
    padding: 20px;
    margin: 0;
    box-shadow: 0 0 5px rgba(68, 68, 68, .6);
}

.quote-02 * {
    color: #fff;
}

.quote-02__text {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.quote-02__text:before {
    content: '\F10D';
    font-family: 'FontAwesome';
    font-size: 25px;
    display: block;
}


/* 12. quote
--------------------------------------------------------------------------------*/

.quote {
    position: relative;
    font-family: "Playfair Display", serif;
    font-style: italic;
    line-height: 2.2em;
    color: #444;
    background-color: #f9f9f9;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding: 15px 25px;
    margin: 0;
}

.quote:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 30px;
    width: 0;
    height: 0;
    border-top: 15px solid #f9f9f9;
    border-right: 12px solid transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.quote__style-02 {
    border-left: 2px solid #A4CD39;
    background-color: transparent;
    padding: 0 10px;
}

.quote__style-02 p {
    color: #000;
}

.quote__style-02:after {
    display: none;
}

.quote__style-03:after {
    right: auto;
    left: 30px;
    border-left: 12px solid transparent;
    border-right: 0;
}



/* 46. Custom Form
--------------------------------------------------------------------------------*/

.form-item {
    margin-bottom: 30px;
}



/* 47. Page wrap
--------------------------------------------------------------------------------*/

.page-wrap {
    position: relative;
    left: 0;
    transition: all .3s ease;
}

.page-wrap.active {
    left: -300px;
}



/* 48. Custom
--------------------------------------------------------------------------------*/

.pt-300 {
    padding-top: 300px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.bg-1 {
    background-image: url("../img/slider/1.jpg");
}

.bg-2 {
    background-image: url("../img/bg/faq.html");
}

.bg-portfolio {
    background-image: url("../img/bg/portfolio.html");
}

.bg-color-white {
    background-color: #fff;
}


/* Why choose us */

.point {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.point-content {
    margin-left: 60px; /* Adjust the spacing between the icon and the text */
}

.point img {
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-30%);
}

.point-heading {
    color: #585858;
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 10px;
}

.point p {
    font-size: 14px;
    color: #777;
    text-align: justify;
}


/* Client logos */

.client-logo-slider {
    overflow: hidden;
    width: auto;
  }
  
  .slider-inner {
    display: flex;
    animation: slider 20s linear infinite;
    width: 400%;
  }
  
  .client-logos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 400% /* Sum of all logo widths */
  }
  
  .client-logos li {
    width: 20%; /* Number of logos per row */
    margin-right: 10px; /* Gap between logos */
  }
  
  @keyframes slider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-70%);
    }
  }
