@charset "UTF-8";

@import url("../fonts/roboto/roboto-font.css");
@import url("../fonts/poppins/poppins-font.css");
@import url("../fonts/cairo/cairo-font.css");
@import url("../fonts/fontawesome/css/all.min.css");
@import url("../common/jquery-ui/jquery-ui.min.css");
@import url("../common/bootstrap/bootstrap.min.css");
@import url("../common/animate/animate.css");
@import url("../common/bootstrap-select/bootstrap-select.min.css");
@import url("../common/bootstrap-datepicker/bootstrap-datetimepicker.min.css");
@import url("../common/lightgallery/css/lightgallery.min.css");
@import url("../common/metismenu/metismenu.min.css");
@import url("../common/sweetalert/sweetalert.css");

* {
    outline: 0 !important;
    box-shadow: none !important;
}

html {
    position: relative;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    margin: 0;
    overflow-x: hidden;
    font-size: 104%;
    color: #000000;
    font-weight: 400;
    position: relative;
    min-height: 100%;
}

#main-wrapper {
    opacity: 0;
    transition: all 0.25s ease-in;
}

#main-wrapper.show {
    opacity: 1;
}

a {
    color: #000000;
    transition: all 0.4s ease-in-out;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #b5be34;
}

a.link {
    color: #b5be34;
    border-bottom: 1px solid;
    padding-bottom: 0.25rem;
}

a.link:focus,
a.link:hover {
    color: #000000;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 100%;
}

p {
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
}

.web-only {
    display: block;
}

.mob-only {
    display: none;
}

.lang-en {
    font-family: "Roboto", sans-serif;
}

.lang-ar {
    font-family: "Cairo", sans-serif;
}

@media (max-width: 1024px) and (min-width: 769px) {
    body {
        font-size: 90%;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 90%;
    }

    .web-only {
        display: none;
    }

    .mob-only {
        display: block;
    }
}

.small,
small {
    font-size: 90%;
    font-weight: unset;
}

.text-gray {
    color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

/* .tex-vir-cen {
	position: relative;
	top: 50%;
	margin: 0;
	padding: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
} */

::-moz-selection {
    background: #b5be34;
}

::selection {
    background: #b5be34;
}

::-moz-selection {
    background: #b5be34;
}

hr.hr-cus {
    margin-bottom: 2rem;
}

hr.hr-cus-02 {
    margin-bottom: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.75);
}

/********** Buttons **********/

.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.4s ease-in-out;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #b5be34 !important;
    border-color: #b5be34 !important;
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

.nav-button {
    color: #ffffff !important;
    background-color: #b5be34 !important;
    border-color: #b5be34 !important;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.nav-button:focus,
.nav-button:hover {
    color: #ffffff !important;
    background-color: #a4ac2c !important;
    border-color: #a4ac2c !important;
}

.btn-primary:focus,
.btn-primary:hover {
    color: #ffffff !important;
    background-color: #a4ac2c !important;
    border-color: #a4ac2c !important;
}

.btn-light {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #dae0e5 !important;
}

.btn-light:focus,
.btn-light:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #dae0e5 !important;
}

.btn-warning {
    color: #000000;
    background-color: #feaa3d;
    border-color: #feaa3d;
}

.btn-warning:focus,
.btn-warning:hover {
    color: #000000;
    background-color: #e28308;
    border-color: #e28308;
}

.btn-white {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

.btn-white:focus,
.btn-white:hover {
    color: #ffffff !important;
    background-color: #999f3f !important;
    border-color: #999f3f !important;
}

/********** Form **********/

.form-control {
    display: block;
    width: 100%;
    height: calc(2.65rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fefefe;
    background-clip: padding-box;
    border: 1px solid #dae0e5;
    border-radius: 0.25rem;
    box-shadow: none;
    outline: 0;
    transition: all 0.4s ease-in-out;
}

.form-control:focus,
.form-control:hover {
    box-shadow: none;
    outline: 0;
    background-color: #f7f7f7;
    transition: all 0.4s ease-in-out;
}

.input-group-select {
    max-width: 8rem;
}

.form-group {
    margin-bottom: 2rem;
}

label {
    display: inline-block;
    margin-bottom: 0.75rem;
}

.invalid-feedback {
    padding-left: 0.25rem;
    margin-top: 0;
    width: auto;
    position: absolute;
}

.card-cus .invalid-feedback,
.card-cus-02 .invalid-feedback {
    display: none !important;
}

.is-invalid > .invalid-feedback ~ .invalid-feedback {
    display: none !important;
}

textarea {
    resize: none;
}

.custom-checkbox,
.custom-radio {
    position: relative;
    left: 2rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1644ad;
    outline: 0;
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    border: 1px solid #dae0e5;
    background-color: #2b76b7;
    outline: 0;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #2b76b7;
    border: 1px solid #2b76b7;
    outline: 0;
    transition: all 0.4s ease-in-out;
}

.custom-checkbox .custom-control-label {
    padding-right: 2rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    outline: 0;
    box-shadow: none !important;
    transition: all 0.4s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #dae0e5;
}

.custom-checkbox .custom-control-label::after {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    outline: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: all 0.4s ease-in-out;
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    background-color: #999f3f;
    border: 2px solid #999f3f;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #999f3f;
    outline: 0;
}

.custom-radio .custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    border: 1px solid #dae0e5;
    background-color: #ffffff;
    outline: 0;
    box-shadow: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #999f3f;
    border: 1px solid #999f3f;
    outline: 0;
    transition: all 0.4s ease-in-out;
}

.custom-radio .custom-control-label {
    padding-left: 0.5rem;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    outline: 0;
    box-shadow: none !important;
    transition: all 0.4s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #dae0e5;
}

.custom-radio .custom-control-label::after {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    outline: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: all 0.4s ease-in-out;
}

.cus-textarea {
    height: 4.9rem !important;
}

/********** Header **********/

header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
}

.logo-mage{
    margin-left: 10px;
}
header.scrolling {
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
}

header .navbar-brand img {
    height: 3rem;
    width: auto;
    transition: all 0.4s ease-in-out;
}

header.scrolling .navbar-brand img {
    height: 3rem;
    transition: all 0.4s ease-in-out;
}

header .navbar {
    padding: 0;
}

header .navbar.header-top {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e4e4e4;
    transition: all 0.4s ease-in-out;
}

header.scrolling .navbar.header-top {
    padding: 0.25rem 0;
    transition: all 0.4s ease-in-out;
}

header .navbar.header-menu {
    padding: 0.25rem 0;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
}

header.scrolling .navbar.header-menu {
    padding: 0;
    transition: all 0.4s ease-in-out;
}

header .navbar-expand-lg.header-menu .navbar-nav .nav-item {
    padding-right: 1.5rem;
    color: #000000;
}

header .navbar-expand-lg.header-menu .navbar-nav .nav-link {
    color: #000000;
    padding-right: 0;
    padding-left: 0;
    padding: 1.5rem 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
}

header .navbar-expand-lg.header-menu .navbar-nav .nav-link:hover,
header .navbar-expand-lg.header-menu .navbar-nav .nav-link.active {
    color: #b5be34;
}

header .navbar-expand-lg .navbar-nav .nav-link::before {
    position: relative;
    width: 0;
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    left: -1rem;
    right: auto;
    opacity: 0;
    visibility: hidden;
    border: none;
    transition: all 0.4s ease-in-out;
}

/* header .navbar-expand-lg .navbar-nav .nav-link:hover::before {
    opacity: 1;
    color: #b5be34;
    left: -0.5rem;
    visibility: visible;
    transition: all 0.4s ease-in-out;
} */

/* header .navbar-expand-lg .navbar-nav .nav-link.active::before,
header .navbar-expand-lg .navbar-nav .nav-item.show .nav-link::before {
    opacity: 1;
    color: #b5be34;
    left: -0.5rem;
    visibility: visible;
    transition: all 0.4s ease-in-out;
} */

header .navbar-expand-lg .navbar-nav .nav-item.show .nav-link {
    color: #b5be34;
}

/* header .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle::after {
    content: "+";
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
    border: none;
} */

header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 3rem;
}

header .header-right {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
}

header .header-right .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

header .header-right .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

header .header-right .navbar-nav .nav-link i {
    font-size: 1.25rem;
}

header .dropdown-item {
    color: #000000;
    padding: 0.75rem 1.25rem;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    font-family: "Poppins", sans-serif;
    transition: all 0.4s ease-in-out;
}

header .dropdown-item {
    border-bottom: none;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    color: #b5be34;
    text-decoration: none;
    background-color: #ffffff !important;
    padding-left: 1.75rem;
    transition: all 0.4s ease-in-out;
}

header .dropdown-item::before {
    position: relative;
    width: 0;
    left: -0.5rem;
    right: auto;
    opacity: 0;
    border: none;
}

header .dropdown-item:hover::before {
    opacity: 1;
    color: #b5be34;
    transition: all 0.4s ease-in-out;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

header .dropdown-toggle::after {
    display: none;
}

header.header-inner .navbar-brand img {
    height: 3rem;
    width: auto;
    transition: all 0.4s ease-in-out;
}

header.header-inner.scrolling .navbar-brand img {
    height: 2.5rem;
    transition: all 0.4s ease-in-out;
}

header .dropdown-menu.dropdown-menu-cus {
    min-width: 20rem;
    max-height: 17rem;
    overflow-y: auto;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000000;
    background-color: #ffffff;
}


@media (max-width: 1024px) and (min-width: 768px) {
    header .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 1rem;
    }

    header .navbar-expand-lg.header-menu .navbar-nav .nav-item {
        padding-right: 1rem;
        color: #000000;
    }
}

@media (min-width: 1024px) {
    .header-menu .nav-item.dropdown .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        display: block;
        margin: 0;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.35s, opacity 0.35s, visibility 0.35s;
        -ms-transition: -ms-transform 0.35s, opacity 0.35s, visibility 0.35s;
        -moz-transition: -moz-transform 0.35s, opacity 0.35s, visibility 0.35s;
        -webkit-transition: -webkit-transform 0.35s, opacity 0.35s,
            visibility 0.35s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }

    .header-menu .nav-item:hover.dropdown .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
}

@media (max-width: 768px) {
    header .navbar-brand {
        right: 0.5rem;
    }

    header .navbar-brand img {
        height: 2.5rem;
        width: auto;
        margin-left: 1rem;
        transition: all 0.4s ease-in-out;
    }

    header.scrolling .navbar-brand img {
        height: 2.25rem;
        transition: all 0.4s ease-in-out;
    }


    header .navbar-toggler {
      margin-left: 1rem;
    }

    /* header.scrolling .navbar-toggler {
        right: 1.5rem;
        top: 3rem;
        transition: all 0.4s ease-in-out;
    } */

    header .navbar.header-top {
        padding: 0.5rem 0;
        transition: all 0.4s ease-in-out;
    }

    header.scrolling .navbar.header-top {
        padding: 0.25rem 0;
        transition: all 0.4s ease-in-out;
    }

    header .header-right .navbar-nav .nav-link {
        color: #ffffff;
    }

    header .header-right .navbar-nav .nav-link i {
        font-size: 1.15rem;
        color: #ffffff;
    }

    header .navbar.header-menu {
        padding: 0.75rem 0;
        padding-right: 0;
    }

    header.scrolling .navbar.header-menu {
        padding: 0.5rem 0;
        transition: all 0.4s ease-in-out;
    }

    header .header-right {
        position: relative;
        right: 1rem;
        transition: all 0.4s ease-in-out;
    }

    header.scrolling .header-right {
        position: relative;
        right: 1rem;
        transition: all 0.4s ease-in-out;
    }

    header .header-right .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
    }


    /* header.scrolling .offcanvas-collapse {
        top: 5.125rem;
        transition: all 0.4s ease-in-out;
    } */

    /* header .offcanvas-collapse.show {
        right: 0;
        height: 100% !important;
        transition: all 0.4s ease-in-out;
    } */
/*
    .admin header .offcanvas-collapse.show {
        right: -100%;
    } */

    header .navbar-expand-lg .offcanvas-collapse .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin-right: 0;
    }

    header .navbar-expand-lg .offcanvas-collapse .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        text-transform: uppercase;
    }

    header .dropdown-menu.dropdown-menu-cus {
        min-width: 14rem;
        width: 94vw;
        overflow-y: auto;
        right: -7rem;
    }

    /* .admin header .navbar-toggler {
        left: 3.5rem;
        top: 1.25rem;
    }

    .admin header.scrolling .navbar-toggler {
        top: 1rem;
    } */


    .admin header .header-right {
        top: 1rem;
    }

    .admin header.scrolling .header-right {
        top: 0.5rem;
    }

    .header-menu .nav-item.dropdown .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        border: none;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.35s, opacity 0.35s, visibility 0.35s;
        -ms-transition: -ms-transform 0.35s, opacity 0.35s, visibility 0.35s;
        -moz-transition: -moz-transform 0.35s, opacity 0.35s, visibility 0.35s;
        -webkit-transition: -webkit-transform 0.35s, opacity 0.35s,
            visibility 0.35s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }

    .header-menu .nav-item:hover.dropdown .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }

    header .dropdown-item {
        border-bottom: none;
    }

    header .dropdown-item::before {
        position: relative;
        width: 0;
        content: "-";
        left: -0.5rem;
        right: auto;
        opacity: 1;
        border: none;
    }
}

header .header-social-links {
    display: none;
}

header .header-social-links a {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #000000;
    display: block;
    float: left;
    font-size: 0.9rem;
    width: 26px;
    height: 26px;
    line-height: 24px;
    margin-right: 0.5rem;
    position: relative;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

header .header-social-links a:focus,
header .header-social-links a:hover {
    border: 1px solid #b5be34;
    background-color: #b5be34;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}

/********** Footer **********/

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #202020;
    display: inline-block;
    transition: all 0s ease-in-out;
    background-image: url(../images/misc/bg-footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .footer-link {
    padding-top: 4rem;
}

footer .footer-link h2 {
    color: #ffffff !important;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    position: relative;
    text-transform: uppercase;
}

footer .footer-link p {
    color: #ffffff;
    margin-top: 0.625rem;
    font-weight: 300;
}

footer .footer-link ul li a {
    color: rgba(255, 255, 255, 0.75);
    line-height: 2rem;
    transition: all 0.4s ease-in-out;
}

footer .footer-link ul li a:focus,
footer .footer-link ul li a:hover,
footer .footer-link ul li a.active {
    color: rgba(255, 255, 255, 1);
    transition: all 0.4s ease-in-out;
}

footer .footer-link form ul li a {
    color: #000000 !important;
    line-height: 2rem;
    transition: all 0.4s ease-in-out;
}

footer .footer-link form ul li a:focus,
footer form .footer-link ul li a:hover {
    color: #000000 !important;
    transition: all 0.4s ease-in-out;
}

footer .footer-link form ul li a.active {
    color: #ffffff !important;
    transition: all 0.4s ease-in-out;
}

footer .footer-link .footer-contact ul li span {
    font-size: 1.15rem;
    position: absolute;
    color: rgba(255, 255, 255, 0.75);
    line-height: 2.25rem;
    transition: all 0.4s ease-in-out;
}

footer .footer-link .footer-contact ul li a {
    display: block;
    margin-left: 2.5rem;
}

footer .footer-link .img-footer {
    max-width: 200px;
}

footer .footer-social-links {
    position: relative;
    margin-top: 1rem;
}

footer .footer-social-links a {
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    float: left;
    font-size: 0.9rem;
    width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 0.75rem;
    position: relative;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.social-icon{
    line-height: 30px;
}

footer .footer-social-links a:focus,
footer .footer-social-links a:hover {
    border: 1px solid rgba(181, 190, 52, 1);
    background-color: rgba(181, 190, 52, 1);
    color: #202020;
    transition: all 0.4s ease-in-out;
}

footer .copyright {
    text-align: center;
    color: #ffffff;
    padding: 1.5rem 0;
    font-size: 0.95rem;
    font-weight: 300;
}

footer .form-control {
    display: block;
    width: 100%;
    height: calc(2.5rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.25rem;
    box-shadow: none;
    outline: 0;
    transition: all 0.4s ease-in-out;
}

footer .form-control:focus,
footer .form-control:hover {
    box-shadow: none;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.75);
    transition: all 0.4s ease-in-out;
}

footer .btn-light {
    color: #000000 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: rgba(255, 255, 255, 0) !important;
}

footer .btn-light:focus,
footer .btn-light:hover {
    color: #000000 !important;
    background-color: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

footer .invalid-feedback {
    color: rgba(255, 255, 255, 0.5) !important;
}

footer label {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-family: "Poppins", sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
}

footer .dropdown-item.active,
footer .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #b5be34;
}

@media (max-width: 1024px) and (min-width: 769px) {
    footer .footer-link .footer-contact ul li span {
        font-size: 1rem;
    }

    footer .footer-social-links a {
        border: 1px solid #bcbcbc;
        border-radius: 50%;
        color: #c9c9c9;
        display: block;
        float: right;
        font-size: 0.85rem;
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin-left: 0.5rem;
        position: relative;
        text-align: center;
        transition: all 0.4s ease-in-out;
    }
}

@media (max-width: 768px) {
    footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #202020;
        transition: all 0s ease-in-out;
        z-index: 0;
    }

    footer .footer-link h2 {
        line-height: 3rem;
        font-size: 1.75rem;
    }
}

.ar-num {
    direction: ltr;
}


.anchor-style{
    border: 1px solid #b5be34;
    padding: 8px;
    border-radius: 5px;
    color: #b5be34;

}

.anchor-style:hover{
    background-color: #b5be34;
    color: white;

}
/********** Content Body **********/

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    padding-right: 20px;
    bottom: 3.5rem;
    border-radius: 0.25rem;
}

.carousel-caption h1 {
    font-size: 120%;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 0.5rem;
}

.carousel-caption p {
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    margin-top: 0.5rem;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.25, 1.25);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.25, 1.25);
    }
}

.carousel-item img {
    -webkit-animation: zoom 50s;
    animation: zoom 50s;
}

.page-title {
    padding: 3rem 0;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 3rem;
}

.page-title.page-title-cus {
    padding: 0 0 2rem 0;
    margin-bottom: 2rem;
}

.page-title h1 {
    font-size: 300%;
    font-weight: 600;
    color: #000000;
}
.page-title-slider h1 {
    font-size: 300%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000000;
}

.page-title h1 .top-title {
    color: #b5be34;
    margin-bottom: 0.5rem;
    display: block;
    text-transform: none;
    font-size: 40%;
    font-weight: 400;
}

.page-title h1 .thin-title {
    font-weight: 400;
}

@media (max-width: 768px) {
    .page-title {
        padding: 1rem 0;
        margin-bottom: 1rem;
    }
}

main {
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 1;
}

main h3 {
    line-height: 3rem;
    margin-bottom: 0.5rem;
    color: #000000;
}

main p {
    line-height: 2rem;
    font-size: 120%;
}

main p a {
    color: #2b76b7;
}

main p a:focus,
main p a:hover {
    color: #000000;
}

.modal p {
    line-height: 2.5rem;
    font-size: 110%;
    text-align: justify;
}

.modal p a {
    color: #2b76b7;
}

.modal p a:focus,
main p a:hover {
    color: #000000;
}

a.links {
    color: #2b76b7;
    border-bottom: 1px solid #2b76b7;
}

a.links:focus,
a.links:hover {
    color: #000000;
    border-bottom: 1px solid #000000;
}

.home-art-bg {
    position: relative;
    padding: 8rem 0 5rem 0;
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: #ffffff;
    margin: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sign-page-bg {
    position: relative;
    padding: 5rem 0;
    margin-bottom: 0;
    border-radius: 0 !important;
    margin: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(34, 67, 115, 0.25);
}

.card-header {
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    background-color: #999f3f;
    border: 1px solid #999f3f;
}

.card-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.card-p {
    line-height: 1.5rem;
}

/********** Light Gallery **********/

.lightgallery .img-gallery {
    margin: 0;
    width: 25%;
    float: right;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border: 1px solid #ffffff;
}

.lightgallery .img-gallery-w {
    padding: 0;
    padding-top: 70%;
    border-radius: 0 !important;
    background-color: rgba(255, 255, 255, 1);
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s ease-in-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.lightgallery .img-gallery-w:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

@media (max-width: 768px) {
    .lightgallery .img-gallery {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .lightgallery .img-gallery {
        width: 100%;
    }

    .filter-button {
        width: 100%;
        display: block;
        margin-bottom: 2px;
    }
}

.articles-img {
    padding: 0;
    padding-top: 100%;
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: #ffffff;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.map-img {
    padding: 0;
    width: 100%;
    padding-top: 380px;
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: #ffffff;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.articles .col-text {
    padding: 3rem 2rem;
}

@media (max-width: 768px) {
    .articles .col-text {
        padding: 2rem 1rem;
    }
}

.bg-section-01 {
    background-image: url("../images/misc/bg-section-01.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: inherit;
}

.bg-section-02 {
    background-color: #fcfcfc;
}

.bg-section-03 {
    background: #ffffff;
    background-image: linear-gradient(#ffffff, #f5f5f5);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.bg-section-04 {
    background-image: url("../images/misc/bg-section-03.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.bg-section-05 {
    background-image: url("../images/misc/our-people-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-section-06 {
    background-color: #f5f5f5;
}

.bg-section-07 {
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url("../images/misc/bg-section-07.png");
}

.bg-section-08 {
    background: #f5f5f5;
    background-image: url("../images/misc/bg-section-01.png");
    background-image: url("../images/misc/bg-section-01.png"),
        linear-gradient(#e4e4e4, #f5f5f5);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-section-09 {
    background-color: #e4e4e4;
}

.team-classic {
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .team-classic {
        margin-bottom: 1.5rem;
    }
}

.team-classic img {
    width: 100%;
}

.team-classic-caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    padding: 15px 10px;
    right: 0;
    bottom: 20px;
    left: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: rgba(181, 190, 52, 0.85);
}

.team-classic-caption > * {
    pointer-events: auto;
}

.team-classic-name {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    will-change: transform;
}

.team-classic-name a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.team-classic-status {
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
}

.team-classic-list-social .icon {
    font-size: 16px;
    line-height: 1;
}

.team-classic-list-social a,
.team-classic-list-social a:focus,
.team-classic-list-social a:active {
    color: #111111;
}

.team-classic-list-social a:hover {
    color: rgba(0, 0, 0, 0.5);
}

* + .team-classic-list-social {
    margin-top: 6px;
}

@media (min-width: 992px) {
    .team-classic-caption {
        padding: 15px;
    }

    .team-classic-name {
        letter-spacing: 0.2em;
    }
}

@media (min-width: 992px) {
    .desktop .team-classic-caption {
        padding-top: 40px;
        top: 0;
        bottom: 0;
        background: transparent;
    }

    .desktop .team-classic-name {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .desktop .team-classic-status {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    .desktop .team-classic-list-social .icon {
        font-size: 18px;
    }

    .desktop .team-classic-list-social li {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all 0.3s ease;
    }

    .desktop .team-classic:hover {
        box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.15);
    }

    .desktop .team-classic:hover .team-classic-caption {
        background: rgba(181, 190, 52, 0.85);
    }

    .desktop .team-classic:hover .team-classic-list-social li,
    .desktop .team-classic:hover .team-classic-status,
    .desktop .team-classic:hover .team-classic-name {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    .desktop .team-classic:hover .team-classic-list-social li:nth-child(1) {
        transition-delay: 50ms;
    }

    .desktop .team-classic:hover .team-classic-list-social li:nth-child(2) {
        transition-delay: 100ms;
    }

    .desktop .team-classic:hover .team-classic-list-social li:nth-child(3) {
        transition-delay: 150ms;
    }

    .desktop .team-classic:hover .team-classic-list-social li:nth-child(4) {
        transition-delay: 200ms;
    }

    .desktop .team-classic:hover .team-classic-list-social li:nth-child(5) {
        transition-delay: 250ms;
    }

    .desktop .team-classic:hover .team-classic-list-social li:nth-child(6) {
        transition-delay: 300ms;
    }
    .desktop .team-classic:hover .team-classic-list-social li:nth-child(7) {
        transition-delay: 350ms;
    }

    .desktop .team-classic:hover .team-classic-list-social li:nth-child(8) {
        transition-delay: 400ms;
    }

    .desktop .team-classic:hover .team-classic-list-social li:nth-child(9) {
        transition-delay: 450ms;
    }

    .desktop .team-classic:hover .team-classic-list-social li:nth-child(10) {
        transition-delay: 500ms;
    }

    .desktop * + .team-classic-status {
        margin-top: 8px;
    }

    .desktop * + .team-classic-list-social {
        margin-top: 35px;
    }
}

#modal-01 {
    opacity: 0;
}

#modal-02 {
    opacity: 0;
}

#modal-03 {
    opacity: 0;
}

.model-bg {
    position: fixed;
    width: 1200px;
    height: 80%;
    top: 50%;
    left: 50%;
    background-color: #b5be34;
    padding: 3rem;
    border-radius: 1rem;
    webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../images/misc/bg-section-03.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.model-bg-02 {
    position: fixed;
    width: 1200px;
    height: 80%;
    top: 50%;
    left: 50%;
    background-color: #b5be34;
    padding: 3rem;
    border-radius: 1rem;
    webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../images/misc/bg-section-07.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.model-bg-03 {
    position: fixed;
    width: 1200px;
    height: 80%;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 1rem;
    webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../images/misc/bg-section-03.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .model-bg {
        width: 90%;
        height: 90%;
    }

    .model-bg-02 {
        width: 90%;
        height: 90%;
    }

    .model-bg-03 {
        width: 90%;
        height: 90%;
    }
}

.close-modal-01,
.close-modal-02,
.close-modal-03 {
    position: fixed;
    right: 2rem;
    top: 2rem;
}

.close-modal-01 i,
.close-modal-02 i,
.close-modal-03 i {
    font-size: 2.5rem;
    font-weight: 300;
    color: #ffffff;
    text-align: right;
    cursor: pointer;
    display: block;
}

.close-modal-01.close-modal-03 i {
    color: #b5be34 !important;
}

.modal-content-01,
.modal-content-02,
.modal-content-03 {
    width: calc(100% - 6rem);
    height: calc(100% - 9rem);
    position: absolute;
    top: 6rem;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 2rem;
}

.modal-content-01 .articles-img,
.modal-content-02 .articles-img,
.modal-content-03 .articles-img {
    border-radius: 1rem !important;
}

.project-classic {
    position: relative;
    text-align: center;
    transition: all 0.4s ease;
    background-color: #ffffff;
    margin-bottom: 1.5rem;
}

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

.project-classic-caption {
    padding: 5px;
    background: #b5be34;
    transition: all 0.4s ease;
    pointer-events: none;
}

@media (max-width: 768px) {
    .project-classic-caption {
        min-height: 87px;
    }
}

.project-classic-caption > * {
    pointer-events: auto;
}

.project-classic-title {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.4s ease;
    will-change: transform;
}

.project-classic-title a:hover {
    color: rgba(17, 17, 17, 0.5);
}

.project-classic-tag {
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
}

.project-classic-tag a:hover {
    color: rgba(17, 17, 17, 0.5);
}

@media (min-width: 992px) {
    .project-classic-title {
        letter-spacing: 0.2em;
    }
}

@media (min-width: 992px) {
    .desktop .project-classic-caption {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 95px 15px 15px;
        background: transparent;
    }
    .desktop .project-classic-title {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        color: #333333;
    }
    .desktop .project-classic-tag {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    .desktop .project-classic:hover {
        box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.15);
    }
    .desktop .project-classic:hover .project-classic-caption {
        background: rgba(181, 190, 52, 0.85);
    }
    .desktop .project-classic:hover .project-classic-tag,
    .desktop .project-classic:hover .project-classic-title {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    .desktop * + .project-classic-tag {
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .desktop .project-classic-title.mb-4 {
        margin-bottom: 0.5rem !important;
    }
}

.box-comment-text {
    font-size: 90%;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.93;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 0.075em;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.25s ease-in-out;
    z-index: 1;
}

.button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.25s ease;
    -webkit-transform: translateY(100%) translateY(-1px);
    transform: translateY(100%) translateY(-1px);
    z-index: -1;
}

.button:hover::before {
    -webkit-transform: none;
    transform: none;
    border-color: transparent;
}

.button-block {
    display: block;
    width: 100%;
}

.button-default,
.button-default:focus {
    color: #000000;
    border-color: transparent;
    background-color: transparent;
}

/* .button-default::before,
.button-default:focus::before {
    background-color: #b5be34;
} */

.button-default:hover,
.button-default:active,
.button-default.active {
    color: #b5be34;
    border-color: transparent;
}

.button-default.button-ujarak::before {
    background: #b5be34;
}

.price {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.price span {
    font-size: 1.25rem;
    font-weight: 400;
    margin-left: 0.5rem;
}

.card-point p.points {
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
    font-size: 1rem;
    display: flex;
}

.card-point p.points::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    font-weight: 900;
    margin-left: -1rem;
    color: #b5be34;
    position: relative;
    top: 0;
    left: -1rem;
}

.card-point p.points.times::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    font-weight: 900;
    margin-left: -1rem;
    color: #d90000;
    position: relative;
    top: 0;
    left: -1rem;
    padding-right: 0.25rem;
}

.card-point p.points:last-child {
    margin-bottom: 0;
}

.card-point-02 p.points {
    margin-bottom: 1rem;
    margin-left: 1.5rem;
}

.card-point-02 p.points::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: -1rem;
    color: #b5be34;
    position: relative;
    top: 0;
    left: -1rem;
}

.card-point-02 p.points:last-child {
    margin-bottom: 0;
}

.card-img {
    text-align: center;
}

.card-img img {
    margin: 0.5rem auto 1rem auto;
}

.card-img-02 img {
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 80%;
    margin: 1rem auto;
}

/* owl start from here */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font: 400 40px/80px;
    font-family: "Font Awesome 5 Pro";
    cursor: pointer;
    z-index: 1;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
    content: "\f144";
    font-family: "Font Awesome 5 Pro";
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
    display: none !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.25rem;
    font-family: "Font Awesome 5 Pro";
    color: #6B7280;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.owl-prev:hover,
.owl-next:hover {
    color: #b5be34;
}

@media (min-width: 992px) {
    .owl-prev,
    .owl-next {
        font-size: 26px;
        line-height: 50px;
    }
}

.owl-prev {
    left: 10px;
}

.owl-prev::before {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
}

.owl-next {
    right: 10px;
}

.owl-next::before {
    content: "\f105";
}

/*
 * Owl Pagination
 */
.owl-dots {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;

}

.owl-dots.disabled {
    display: block !important;
}

.owl-dot {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #b7b7b6;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    transition: 0.2s;
}

.owl-dot:only-child {
    display: inline-block;
}

.owl-dot:hover,
.owl-dot:focus {
    background-color: #b5be34;
}

.owl-dot.active {
    background-color: #b5be34;
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
    border-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot:hover,
.owl-carousel.owl-carousel-light-dots .owl-dot:focus {
    background-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot.active {
    background-color: #ffffff;
}

.owl-style-1 .owl-stage-outer {
    box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.25);
}

.owl-style-1 img {
    width: 100%;
}

@media (min-width: 768px) {
    .owl-style-1 .owl-nav {
        position: absolute;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }
    .owl-style-1 .owl-nav > * + * {
        margin-left: 35px;
    }
    .owl-style-1 .owl-prev,
    .owl-style-1 .owl-next {
        position: static;
        display: inline-block;
        vertical-align: middle;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }
}

@media (min-width: 1500px) {
    .owl-style-1 {
        width: 100%;
        margin-right: -73px;
    }
}

.owl-carousel-02 .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel-02 .owl-animated-in {
    z-index: 0;
}

.owl-carousel-02 .owl-animated-out {
    z-index: 1;
}

.owl-carousel-02 .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-carousel-02 {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel-02 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel-02 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel-02 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel-02 .owl-controls .owl-nav .owl-prev,
.owl-carousel-02 .owl-controls .owl-nav .owl-next,
.owl-carousel-02 .owl-controls .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel-02.owl-loaded {
    display: block;
}

.owl-carousel-02.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel-02.owl-hidden {
    opacity: 0;
}

.owl-carousel-02 .owl-refresh .owl-item {
    display: none;
}

.owl-carousel-02 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel-02 .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel-02.owl-rtl {
    direction: rtl;
}

.owl-carousel-02.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel-02 {
    display: block;
}

.owl-carousel-02 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel-02 .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000000;
}

.owl-carousel-02 .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 1.25rem;
    font-family: "Font Awesome 5 Pro";
    cursor: pointer;
    z-index: 1;
    transition: scale 100ms ease;
}

.owl-carousel-02 .owl-video-play-icon:before {
    content: "\f144";
    font-family: "Font Awesome 5 Pro";
}

.owl-carousel-02 .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel-02 .owl-video-playing .owl-video-tn,
.owl-carousel-02 .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel-02 .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel-02 .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-carousel-02.owl-carousel-light-dots .owl-dot {
    border-color: #ffffff;
}

.owl-carousel-02.owl-carousel-light-dots .owl-dot:hover,
.owl-carousel-02.owl-carousel-light-dots .owl-dot:focus {
    background-color: #ffffff;
}

.owl-carousel-02.owl-carousel-light-dots .owl-dot.active {
    background-color: #ffffff;
}

/* .owl-style-2 .owl-stage-outer {
    box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.25);
} */
.article-box {
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 6px !important;
}

.owl-style-2 .col-md-4 {
    display: table-cell;
}

.owl-style-2 .owl-nav {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -31.5px;
    width: 300px;
}

.owl-style-2 .owl-nav > * + * {
    margin-left: 15rem;
}

.owl-style-2 .owl-prev,
.owl-style-2 .owl-next {
    position: static;
    display: inline-block;
    vertical-align: middle;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

@media (min-width: 1500px) {
    .owl-style-2 {
        width: 100%;
        margin-right: -73px;
    }
}

@media (max-width: 768px) {
    .owl-style-2 .owl-prev,
    .owl-style-2 .owl-next {
        font-size: 2rem;
    }
}

.owl-style-2 .owl-nav.disabled {
    display: block !important;
}
/* owl ends here */
#accordion .media h4 {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 0.5rem;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

#accordion .media p {
    padding: 0.5rem;
}

#accordion .collapse {
    border-bottom: 1px solid #b5be34;
    float: left;
}

#accordion .media .btn {
    margin: 0;
    margin-bottom: 1rem;
}

#accordion .media img {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

#accordion .media h4:after {
    content: "";
    position: relative;
    top: 0;
    right: 0.5rem;
    display: inline-block;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #b5be34;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
}

#accordion .media h4[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#accordion .media h4[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.home-01 .nav-tabs {
    border-bottom: none !important;
}

.home-01 .nav-tabs .nav-link {
    border: 1px solid #e4e4e4;
    border-radius: 0.25rem;
    font-size: 1.25rem;
    color: #000000;
    background-color: #ffffff;
    border-color: #e4e4e4;
    padding: 0.5rem 4rem;
}



.home-01 .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.home-01 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #b5be34;
    border-color: #b5be34;
}

.home-01 h1 {
    font-size: 400%;
    font-weight: 600;
    color: #000000;
    font-family: "Poppins", sans-serif;
    /* margin-top: 6rem; */
}

.home-01 h1 .top-title {
    color: #b5be34;
    margin-bottom: 0.5rem;
    display: block;
    text-transform: none;
    font-size: 40%;
    font-weight: 400;
}

.home-01 h1 .thin-title {
    font-weight: 400;
}

.home-01 .mt--2 {
    margin-top: -1.5rem;
}

.home-01 .project-classic {
    border: 5px solid #fff;
}

.home-01 img.home-slide {
    max-height: 580px;
}

.home-01 .nav-tabs-cus {
    position: absolute;
    top: 4rem;
    z-index: 5;
}

@media (max-width: 768px) {
    .home-01 .nav-tabs-cus {
        top: 2rem;
    }

    .home-01 h1 {
        margin-top: 4rem;
    }

    .home-01 .mt--2 {
        margin-top: 2rem;
    }

    .home-01 img.home-slide {
        margin-top: -2rem;
    }
}

@media (max-width: 480px) {
    .home-01 h1 {
        font-size: 300%;
    }

    .home-01 .nav-tabs .nav-link {
        padding: 0.5rem 1.5rem;
    }
}

.bordered-classic {
    overflow: hidden;
}

.bordered-classic > div {
    position: relative;
}

.bordered-classic > div::before,
.bordered-classic > div::after {
    position: absolute;
    content: "";
    border-style: solid;
    border-color: rgba(17, 17, 17, 0.05);
}

.bordered-classic > div::before {
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 0;
    border-width: 1px 0 0;
}

.bordered-classic > div::after {
    top: 0;
    right: -1px;
    width: 0;
    height: 100%;
    border-width: 0 1px 0 0;
}

.clients-classic {
    display: block;
    text-align: center;
    padding: 15px;
}

.clients-classic img {
    opacity: 0.5;
    transition: all 0.3s ease;
}

@media (min-width: 576px) {
    .clients-classic {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .clients-classic {
        padding: 20px 0;
    }
}

@media (min-width: 1200px) {
    .clients-classic {
        padding: 28px 0;
    }
}

@media (min-width: 992px) {
    .clients-classic:hover img {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .clients-classic img {
        opacity: 1;
    }
}

.counter-number {
    font-family: "Poppins", sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    color: #202020;
}

.counter-number-plus {
    font-size: 4rem;
    color: #b5be34;
    position: relative;
    top: -2.5rem;
    margin-left: 0.5rem;
    font-weight: 700;
}

.py-5.py-55 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

@media (max-width: 768px) {
    .py-5.py-55 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}
.tesemonial-sub-title{
    margin-top: 30px;
}

.quote-icon{
    color: #c3d937;
    font-size: 94px;
    font-weight: bold;
    top: 6%;
    left: 15%;
    transform: translate(-50%, -50%);
    opacity: 0.5;

}
@media (max-width: 768px) { /* Adjust the max-width value as needed */
    .quote-icon {
        display: none;
    }
}

.card.card-testi {
    background-color: #F5F5F5;
    border-radius: 40px;
    /* padding-top: 60px; */
    padding-bottom: 20px;
    border-color: white;
}
.quote-container{
    position: absolute;
    right: 0;

}



/* quo */
.quote-circle {
    background-color: #c3d937; /* Match the lime green color */
    color: white;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    border: 5px solid white;
  }

.small-02 {
    font-size: 100%;
    font-weight: unset;
    line-height: 1.5rem;
}

body.compare {
    padding: 3rem;
}

body.compare main {
    background-color: #b5be34;
    border-radius: 1rem;
}

body.compare .bg-section-06 {
    background-color: #b5be34;
    border-radius: 1rem;
}

.comp-home {
    font-size: xx-large;
    color: #ffffff;
    position: absolute;
    right: 2rem;
    top: 2rem;
}

.comp-home:focus,
.comp-home:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    body.compare {
        padding: 1rem;
    }

    body.compare .page-title {
        padding-top: 4rem;
    }

    .comp-home {
        right: 1rem;
        top: 1rem;
    }
}

.location-block__marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    display: inline-block;
    z-index: 1;
    background: url(../images/misc/map-marker.svg) no-repeat 50%;
    -webkit-animation: pulseMapMarker cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s
        infinite;
    animation: pulseMapMarker cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s infinite;
}

@keyframes pulseMapMarker {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.addr-map {
    color: #ffffff;
    font-size: 1.25rem;
    position: relative;
    bottom: 2rem;
}

/*
.modal-content-01::-webkit-scrollbar {
	width: 2px;
}

.modal-content-01::-webkit-scrollbar-track {
	background-color: #999f3f;
}

.modal-content-01::-webkit-scrollbar-thumb {
	background-color: #999f3f;
	border-radius: 0;
	border: 1px solid #fff;
}

.modal-content-02::-webkit-scrollbar {
	width: 2px;
}

.modal-content-02::-webkit-scrollbar-track {
	background-color: #999f3f;
}

.modal-content-02::-webkit-scrollbar-thumb {
	background-color: #999f3f;
	border-radius: 0;
	border: 1px solid #fff;
}

.modal-content-03::-webkit-scrollbar {
	width: 2px;
}

.modal-content-03::-webkit-scrollbar-track {
	background-color: #999f3f;
}

.modal-content-03::-webkit-scrollbar-thumb {
	background-color: #999f3f;
	border-radius: 0;
	border: 1px solid #fff;
}
*/

.contact-text {
    position: absolute;
    top: -17rem;
    left: 10rem;
    left: 55px;
    font-size: 4.5rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.contact-text span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.bg-lig {
    background-color: #f5f5f5;
}

.max-hi-cus {
    min-height: 10rem;
}

.pra-cus {
    border: 1px solid #b5be34;
    border-left: 3px solid #b5be34;
    border-radius: 2rem;
    padding: 1rem;
}

.pra-cus p {
    font-size: 110%;
}

.logo-inner {
    height: 5rem;
    width: auto;
}

.btn-cus-wh {
    min-width: 33%;
    display: inline-block;
}

.project-classic h6 {
    min-height: 2.5rem;
}

@media (max-width: 768px) {
    .contact-text {
        top: -21rem;
        left: 1rem;
        text-align: center;
        font-size: 4rem;
    }

    .max-hi-cus {
        min-height: 20rem;
    }

    .btn-cus-wh {
        min-width: 2rem;
        display: block;
    }
}

/********** Visa or Mastercard **********/

.cards-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.visacard {
    background-image: url(../images/misc/visa.png);
}

.mastercard {
    background-image: url(../images/misc/master.png);
}

.cards-selector input:active + .cards-cus {
    opacity: 0.9;
}

.cards-selector input:checked + .cards-cus {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.cards-cus {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    width: 6.25rem;
    height: 3.875rem;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
    filter: brightness(1.8) grayscale(1) opacity(0.7);
}

.cards-cus:hover {
    -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    filter: brightness(1.2) grayscale(0.5) opacity(0.9);
    border: none;
    background-color: transparent;
}

#compare-company-03 .bootstrap-select > select.bs-select-hidden,
#compare-company-03 select.bs-select-hidden,
#compare-company-03 select.selectpicker {
    display: block !important;
}

.testi-cus p {
    font-family: "Times New Roman", sans-serif;
    font-size: x-large;
    padding: 0 0.5rem;
}

.testi-cus p::after,
.testi-cus p::before {
    content: '"';
    font-size: 2rem;
    padding: 0.5rem;
}
.img-work .img-work-cus {
    margin-top: -210px;
}

.testi-cus .vl {
    border-left: 2px solid #b5be34;
    height: calc(100% + 140px);
    margin-top: -140px;
    position: absolute;
    transform: rotate(15deg);
    z-index: 1;
}

.testi-cus .vl-02 {
    width: 100%;
    height: 100%;
    background: transparent;
    margin-top: -130px;
    z-index: -2;
    position: absolute;
    border-radius: 0 0 0 0;
    border: 0.25rem solid #b5be34;
    border-bottom: none;
}

.testi-cus .vl-03 {
    width: 100%;
    height: 100%;
    background: transparent;
    margin-top: -150px;
    z-index: -2;
    position: absolute;
    top: 150px;
    border-radius: 0 0 9rem 0;
    border: 0.25rem solid #b5be34;
    border-top: none;
}

.quotation-marks {
    position: absolute;
    left: 0.75rem;
    top: 0;
    width: 9rem;
    height: auto;
}

.testi-title {
    padding-top: 5rem;
}

@media (max-width: 480px) {
    .img-work .img-work-cus {
        margin-top: 0;
    }

    .img-work .order-2 {
        -ms-flex-order: 3;
        order: 3;
    }

    .img-work .order-3 {
        -ms-flex-order: 2;
        order: 2;
    }

    .testi-title {
        padding-top: 0;
    }

    .testi-cus .vl {
        display: none;
    }

    .testi-cus .vl-02 {
        width: auto;
        height: auto;
        background: transparent;
        margin-top: -130px;
        z-index: -2;
        position: absolute;
        border-radius: 1rem 1rem 0 0;
        border: none;
    }

    .testi-cus .vl-03 {
        width: auto;
        height: auto;
        background: transparent;
        margin-top: -150px;
        z-index: -2;
        position: absolute;
        border-radius: 1rem 1rem 0 0;
        border: none;
    }

    .quotation-marks {
        display: none;
    }
}

@media (max-width: 480px) {
    .bootstrap-select .dropdown-menu li a {
        white-space: pre-wrap;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }

    .bootstrap-select .dropdown-menu {
        max-width: 100%;
    }
}

table.ran-ta-cus tr {
    background-color: rgba(255, 255, 255, 0.5);
}

table.ran-ta-cus tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.75);
}

.bor-rd-01 {
    border-radius: 0 !important;
}

.price-prg {
    font-size: 1rem;
    font-weight: 400;
    min-height: 32px;
}

.text-der {
    color: #b5be34;
    position: relative;
    top: 0.5rem;
}

.testi-cus .img-work p::after,
.testi-cus .img-work p::before {
    display: none;
}
.testi-cus .img-work p {
    padding: 0 0.5rem 0 2.5rem;
}

@media (max-width: 480px) {
    .testi-cus .img-work p {
        padding: 0 0.5rem;
    }
}


placeholder.input-year, .form-control.input-year:-ms-input-placeholder, .form-control.input-year::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.form-control.input-year:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
.form-control.input-year::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

/* Remove arrows from number inputs...
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.small-size-dropdown {
    font-size: 15px !important;
    color: black !important;
}



/* testominal slider  */
:root {
    --white: white;
    --black: black;
  }

  .slider-container-testmnial .w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slider-container-testmnial .w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .slider-container-testmnial .w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  @media screen and (max-width: 991px) {
    .slider-container-testmnial .w-layout-blockcontainer {
      max-width: 728px;
    }
  }

  @media screen and (max-width: 767px) {
    .slider-container-testmnial .w-layout-blockcontainer {
      max-width: none;
    }
  }

  .slider-container-testmnial .titles {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .slider-container-testmnial .header {
    color: #111928;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    margin: 0px;
  }

  .slider-container-testmnial .paragraph {
    color: #6b7280;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    margin: 8px 0px;
  }

  .slider-container-testmnial .paragraph.small {
    font-size: 14px;
  }

  .slider-container-testmnial .paragraph.medium {
    line-height: 26px;
  }

  .slider-container-testmnial .paragraph.left {
    text-align: left;
  }

  .slider-container-testmnial .card.left .author-data .paragraph small,
  .slider-container-testmnial .card.right .author-data .paragraph small {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
  }

  .slider-container-testmnial{
    width: 100%;
  }
  .slider-container-testmnial .author {
    color: #b5be34;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .slider-container-testmnial .author-data {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
  }

  .slider-container-testmnial .quotes {
    opacity: .5;
    position: absolute;
    left: 22%;
  }

  .slider-container-testmnial .slider {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .slider-container-testmnial .dot {
    border: 1px solid #6b728080;
    border-radius: 999px;
    width: 14px;
    height: 14px;
    cursor: pointer;
  }

  .slider-container-testmnial .dot.active {
    background-color: #b5be34;
    border-color: #0000;
  }

  .slider-container-testmnial .dots {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .slider-container-testmnial .quotes-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .slider-container-testmnial .person {
    background-color: #cdd3c5;
    border-radius: 16px;
    justify-content: center;
    align-items: flex-end;
    width: 300px;
    height: 440px;
  }

  .slider-container-testmnial .person.small {
    background-color: #a0a2a5;
    width: 100px;
  }

  .slider-container-testmnial .person-image {
    object-fit: cover;
    height: 100%;
  }

  .slider-container-testmnial .person-image.fog {
    opacity: .5;
  }

  .slider-container-testmnial .full-width {
    text-align: right;
    width: 100%;
  }

  .slider-container-testmnial .persons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .slider-container-testmnial .container {
    max-width: 1014px;
  }

  .slider-container-testmnial .section {
    background-image: url('../images/bg-section-01.png');
    background-position: 0 0;
    background-size: cover;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .slider-container-testmnial .card.active {
    opacity: 1;
    transform: scale(1) translateX(0);
    z-index: 3;
    min-height: 50%;
  }

  .slider-container-testmnial .card.left {
    opacity: 0.5;
    transform: scale(0.9) translateX(-30%);
    z-index: 2;
    box-shadow: 0 0px 0px rgba(127, 127, 127, 0);
    overflow: hidden;
    max-height: 50%;
    border: none;
  }

  .slider-container-testmnial .card.right {
    opacity: 0.5;
    transform: scale(0.9) translateX(30%);
    z-index: 2;
    box-shadow: 0 0px 0px rgba(127, 127, 127, 0);
    overflow: hidden;
    max-height: 50%;
    border: none;
  }

  .slider-container-testmnial .card {
    user-select: none;
    z-index: 1;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 16px;
    justify-content: flex-start;
    align-items: center;
    padding: 32px;
    position: absolute;
    width: 70%;
    top: 0;
    box-shadow: 0 3px 16px #7f7f7f1a;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    transform: translateX(0) scale(0.8);
  }

  .slider-container-testmnial .cards {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 70vh;
    position: relative;
    margin: 24px 0px 32px;
  }

  .slider-container-testmnial .right-arrow, left-arrow {
    cursor: pointer;
  }

  @media screen and (max-width: 767px) {
    .slider-container-testmnial .card {
      width: 90%;
      padding: 20px
    }

    .slider-container-testmnial .card.left, .card.right {
      opacity: 0;
    }

    .slider-container-testmnial .paragraph.medium {
      font-size: 12px;
    }
  }

  @media screen and (max-width: 479px) {
    .slider-container-testmnial .header {
      font-size: 26px;
    }

    .slider-container-testmnial .quotes {
      width: 38px;
      left: 7%;
    }
  }


/* slider our People */
/* slider our People */

.my-slider .my-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.my-slider .my-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.my-slider .my-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.my-slider .my-titles {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.my-slider .my-header {
    color: #111928;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 36px;
    margin: 0px;
}

.my-slider .my-paragraph {
    color: #6b7280;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    margin: 8px 0px;
}

.my-slider .my-paragraph.my-small {
    font-size: 14px;
}

.my-slider .my-paragraph.my-medium {
    line-height: 26px;
}

.my-slider .my-paragraph.my-left {
    text-align: left;
    margin-bottom: 16px;
}

.my-slider .my-author {
    color: #b5be34;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.my-slider .my-author-data {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
}

.my-slider .my-quotes {
    opacity: .5;
    position: absolute;
    left: 22%;
}

.my-slider .my-slider-class {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.my-slider .my-dot {
    border: 1px solid #6b728080;
    border-radius: 999px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .my-slider .my-dot {
        display: none;
    }
}

.my-slider .my-dot.active {
    background-color: #b5be34;
    border-color: #0000;
}

.my-slider .my-dots {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.my-slider .my-quotes-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    margin: 0px 20px;
}

.quets-block{
    text-align: right;
}
.my-slider .my-person.active {
    width: 300px;
    height: 450px;
    background-color: #cdd3c5;
    z-index: 3;
    transform: scale(1);
    opacity: 1;
}

.my-slider .my-person.hidden {
    display: none;
}

.my-slider .my-person {
    background-color: #cdd3c5;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    position: relative;
    width: 110px;
    height: 450px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.my-slider .my-person.small {
    background-color: #a0a2a5;
    opacity: 1;
    z-index: 2;
    width: 100px;
}

.my-slider .my-person-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.my-slider .my-person-image.my-fog {
    opacity: .4;
}

.my-slider .my-person.active .my-person-image {
    opacity: 1;
    transform: scale(1.1);
}

.my-slider .my-person.small .my-person-image {
    opacity: 0.5;
}

.my-slider .my-full-width {
    text-align: right;
    width: 100%;
}

.my-slider .my-persons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.my-slider .my-container-class {
    max-width: 1200px;
    min-height: 500px;
    margin-bottom: 20px;
}

.my-slider .my-section {
    background-image: url('../images/bg-section-01.png');
    background-position: 0 0;
    background-size: cover;
    padding-top: 48px;
    padding-bottom: 48px;
}

.my-slider .my-right-arrow,
.my-left-arrow {
    cursor: pointer;
}

.my-slider .my-content {
    gap: 24px;
}

/* Adjustments for screens 1199px and smaller */
@media screen and (max-width: 1199px) {
    .my-slider .my-quotes-block {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .my-slider .my-container-class {
        min-height: 300px;
    }
    .my-slider .my-persons {
        flex-direction: row;
    }
}

/* Adjustments for screens smaller than 991px */
@media screen and (max-width: 991px) {
    .my-slider .my-content.my-gap24 {
        max-width: 100%;
        align-items: center;
    }
    .my-slider .my-paragraph.my-medium {
        font-size: 14px;
    }
    .my-slider .my-quotes {
        left: 8%;
    }
    .my-slider .my-quotes-block {
        flex-flow: column;
        padding-left: 24px;
        padding-right: 24px;
        align-items: center;
    }
    .my-slider .my-persons {
        flex-direction: column;
        align-items: center;
    }
    .my-slider .my-person,
    .my-slider .my-person.active {
        width: 80%;
        height: auto;
        margin-bottom: 16px;
    }
    .my-slider .my-person-image {
        width: 100%;
        height: auto;
    }
    .my-slider .my-author-data {
        text-align: center;
    }
    .my-slider .my-paragraph.my-left,
    .my-slider .my-author-data .my-author {
        text-align: center;
    }
}

/* Adjustments for screens smaller than 479px */
@media screen and (max-width: 479px) {
    .my-slider .my-header {
        font-size: 26px;
    }
    .my-slider .my-quotes {
        width: 38px;
        top: 9%;
        left: 7%;
    }
    .my-slider .my-person,
    .my-slider .my-person.active {
        width: 100%;
    }
}
