:root {
    --main-color-warning: #f15a00;
    --main-color-dark: #2c2c2c;
    --main-color-white: #fff;
    --main-body-width: 1100px;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/fonts/Montserrat-Regular.ttf');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: Montserrat-Medium;
    vertical-align: baseline;
    line-height: 150%;
}

b,
strong {
    font-family: Montserrat-Bold;
}

a {
    text-decoration: none;
}

html {
    background: var(--main-color-dark);
}

body {
    min-width: 320px !important;
    overflow: auto;
    max-width: 1900px;
    margin: auto;
    border: none;
}

.artmp1-body {
    width: 100%;
}

    .artmp1-body .btn-dark {
        background-color: var(--main-color-dark) !important;
        border: none;
    }

    .artmp1-body .bg-dark {
        background: var(--main-color-dark) !important;
    }

    .artmp1-body .bg-warning,
    .artmp1-body .btn-warning {
        background: var(--main-color-warning);
        color: #fff
    }

    .artmp1-body .text-warning {
        color: var(--main-color-warning) !important;
    }

    .artmp1-body .text-dark {
        color: var(--main-color-dark) !important;
    }

    .artmp1-body .btn {
        border: none;
        padding: 10px 35px;
    }

.artmp1-h1,
.artmp1-h2,
.artmp1-h3,
.artmp1-h4,
.artmp1-h5,
.artmp1-h6 {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 700;
    color: var(--main-color-warning);
    font-family: Montserrat-Bold;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.artmp1-page-header {
    width: fit-content;
    margin: auto;
    padding: 25px 10px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: var(--main-color-warning);
    color: var(--main-color-white)
}

.artmp1-h1 {
    font-size: 2.7rem;
}

.artmp1-h2 {
    font-size: 2.4rem;
}

.artmp1-h3 {
    font-size: 2.1rem;
}

.artmp1-h4 {
    font-size: 1.8rem;
}

.artmp1-h5 {
    font-size: 1.4rem;
}

.artmp1-h6 {
    font-size: 1.2rem;
}




/*
    @media only screen and (max-width: 991px) {
    .artmp1-h1 {
        font-size: 2.4rem;
    }

    .artmp1-h2 {
        font-size: 2rem;
    }

    .artmp1-h3 {
        font-size: 1.7rem;
    }

    .artmp1-h4 {
        font-size: 1.3rem;
    }

    .artmp1-h5 {
        font-size: 1.2rem;
    }

    .artmp1-h6 {
        font-size: 1.1rem;
    }
}

    @media only screen and (max-width: 767px) {
    .artmp1-h1 {
        font-size: 2rem;
    }

    .artmp1-h2 {
        font-size: 1.7rem;
    }

    .artmp1-h3 {
        font-size: 1.3rem;
    }

    .artmp1-h4 {
        font-size: 1.1rem;
    }

    .artmp1-h5 {
        font-size: 1.05rem;
    }

    .artmp1-h6 {
        font-size: 1.03rem;
    }
}

*/

.artmp1-text-sm {
    font-size: 0.9rem;
}

/*******************************************************************************************/
.artmp1-navbar {
    max-width: var(--main-body-width);
    margin: auto;
}

    .artmp1-navbar .navbar-brand img {
        width: 133px;
    }

    .navbar-light .navbar-nav .nav-link,
    .artmp1-navbar .nav-item a {
        color: var(--main-color-warning);
        text-transform: uppercase;
        margin-left: 7px;
        margin-right: 7px;
        font-weight: 500;
    }

        .artmp1-navbar .nav-item a.active {
            font-weight: 700;
            color: var(--main-color-warning) !important;
        }

.artmp1-body .bg-warning {
    background-color: var(--main-color-warning) !important;
    color: #fff !important;
}

/*******************************************************************************************/
.artmp1-body section {
    width: 100%;
    margin: auto;
}

/*******************************************************************************************/
.artmp1-banner {
    background-color: var(--main-color-warning);
    width: 100%;
    display: block;
    max-width: 100% !important;
}

    .artmp1-banner .container-fluid {
        max-width: var(--main-body-width);
        margin: auto;
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
        min-height: 500px;
    }

    .artmp1-banner img {
        width:100%;
        height: auto;
    }

.artmp1-banner-mobil-img {
    display: none;
    position: relative !important;
    width: 100%;
    margin-bottom: 13px;
    right: initial !important;
    height: initial !important;
}

.artmp1-banner-header {
    display: block;
}

/*@media only screen and (max-width: 991px) {
    .artmp1-banner-header {
        display: none;
    }
}
*/

.artmp1-banner .banner-body {
    z-index: 1;
    max-width: 540px;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    margin: auto;
    position: relative;
}

    .artmp1-banner .banner-body * {
        color: var(--main-color-white) !important;
        text-align: start;
    }

@media only screen and (max-width: 991px) {
    .artmp1-banner img {
        display: block;
    }

    .artmp1-banner-mobil-img {
        display: block;
    }
}

.artmp1-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.artmp1-card {
    width: 90%;
    padding: 15px;
    margin: auto;
    border-radius: 10px;
    background-color: var(--main-color-warning);
    color: var(--main-color-white);
    min-height: 325px;
    display: flex;
    flex-direction: column;
    border: 5px solid var(--main-color-dark);
}

.artmp1-card-icon {
    display: flex;
    justify-content: center;
    padding: 20px 10px;
    max-height: 120px;
}

    .artmp1-card-icon img {
        height: 70px;
        width: auto !important
    }

.artmp1-card-header {
    text-transform: uppercase;
    color: var(--main-color-white);
}

.artmp1-card-header,
.artmp1-card-description {
    width: 100%;
    display: block;
    text-align: center;
}


.artmp1-rotate-title {
    position: relative;
    height: fit-content;
    margin-top: 50px;
    margin-bottom: 0px;
    min-height: 300px;
    overflow: hidden;
}

    .artmp1-rotate-title > div {
        width: 120%;
        padding: 25px;
        left: -10%;
        position: absolute;
    }

        .artmp1-rotate-title > div span {
            text-align: justify;
            color: var(--main-color-white);
            width: 100%;
            display: block;
            font-stretch: condensed;
            text-align: center;
        }

.artmp1-rotate-title-1 {
    background: var(--main-color-dark);
    transform: rotate(3deg);
    top: 60px;
}

.artmp1-rotate-title-2 {
    background: var(--main-color-warning);
    transform: rotate(-2deg);
    top: 140px;
}

#sgtt-index-section-3 {
    background-repeat: no-repeat;
    background-size: auto 100%;
}
@media only screen and (min-width: 1000px) {
    #sgtt-index-section-3 {
        background-image: url(/img/Shape.png);
    }
}

/*******************************************************************************************/
.infcard-container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: var(--main-body-width);
    margin: auto;
    margin-bottom: 150px;
}

.infcard-img-container {
    width: 40%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infcard-container.right .infcard-img-container {
    left: 5%;
}

.infcard-container.left .infcard-img-container {
    right: 5%;
}

.infcard-img {
    width: 100%;
    z-index: 9;
    box-shadow: 0px 0px 5px #000;
}


.infcard-img-body {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.infcard-text-container {
    width: 100%;
    padding: 10px;
    background-color: var(--main-color-warning);
}

.infcard-container.right .infcard-text-container {
    margin-left: 30%;
}

.infcard-container.left .infcard-text-container {
    margin-right: 30%;
}

.infcard-text-parent {
    width: 100%;
    color: var(--main-color-white);
}

.infcard-container.right .infcard-text-parent {
    padding-left: 20%;
    background-image: url(/img/w-Shape.png);
    background-size: auto 150%;
    background-repeat: no-repeat;
    background-position: right top;
}

.infcard-container.left .infcard-text-parent {
    padding-right: 17%;
    background-image: url(/img/w-Shape_y.png);
    background-origin: border-box;
}

.infcard-text {
    padding: 20px;
    min-height: 420px;
    max-width: 400px;
    display: flex;
    align-items: center;
    margin: auto;
}

.infcard-header {
    color: var(--main-color-white)
}

.infcard-text ul {
    list-style: square !important;
}

    .infcard-text ul li {
        padding-bottom: 13px;
    }


@media only screen and (max-width: 992px) {
    .infcard-container {
        display: initial;
    }

    .infcard-img-container {
        position: relative;
        margin: auto;
        padding: 0;
        width: 100%;
        min-width: 270px;
        margin-bottom: -30%;
        left: 0px !important;
        right: 0px !important;
    }

    .infcard-img-body {
        min-height: initial;
        padding-top: 100%;
    }

    .infcard-text {
        min-height: 300px;
    }


    .infcard-container.right .infcard-text-container,
    .infcard-container.left .infcard-text-container {
        width: 100%;
        margin-left: 0px;
        margin: auto;
        margin-bottom: 0;
    }

    .infcard-text-parent {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin: auto;
        min-height: initial;
        width: 100%;
        padding-top: 30%;
    }
}

/*******************************************************************************************/
.artmp1-trip {
    width: 100%;
    background-image: url(/img/travel-bg-01.png);
    background-size: cover;
}

    .artmp1-trip .container-fluid {
        max-width: calc(var(--main-body-width) * 0.8);
        margin: auto;
        width: 90%;
    }

    .artmp1-trip .item-1,
    .artmp1-trip .item-2,
    .artmp1-trip .item-3,
    .artmp1-trip .item-4,
    .artmp1-trip .item-5 {
        position: relative;
        overflow: hidden;
    }

    .artmp1-trip .item-1,
    .artmp1-trip .item-2 {
        width: 100%;
        padding-top: 100%;
    }

    .artmp1-trip .item-3 {
        width: 100%;
        padding-top: 50%;
    }

    .artmp1-trip .item-4 {
        width: 100%;
        padding-top: 100%;
    }

    .artmp1-trip .item-5 {
        width: 100%;
        padding-top: 120%;
    }

    .artmp1-trip img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        max-height: 100%;
    }

    .artmp1-trip .item-5 img {
        min-height: 100%;
    }

@media only screen and (max-width: 992px) {

    .artmp1-trip .item-3 {
        width: 100%;
        padding-top: 50%;
    }

    .artmp1-trip .item-4 {
        width: 100%;
        padding-top: 93%;
    }

    .artmp1-trip .item-5 {
        width: 100%;
        padding-top: 120%;
    }
}

/*******************************************************************************************/
.artmp1-form1 {
    background-color: var(--main-color-dark);
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    padding-top: 2rem
}

    .artmp1-form1 .container-fluid {
        width: 100%;
        max-width: var(--main-body-width);
        margin: auto;
    }

    .artmp1-form1 .artmp1-form1-img {
        overflow: hidden;
        position: relative;
    }

        .artmp1-form1 .artmp1-form1-img img {
            width: 100%;
            position: absolute;
        }

    .artmp1-form1 label,
    .artmp1-form1 span,
    .artmp1-form1 p {
        color: var(--main-color-white);
    }

.artmp1-form1-body {
    max-width: 720px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .artmp1-form1-body .form-label {
        min-height: 47px;
        align-items: flex-end;
        vertical-align: bottom;
        display: flex;
    }

/*******************************************************************************************/
.artmp1-faqs {
    margin: 0px !important;
    padding: 0px !important
}

    .artmp1-faqs * {
        text-shadow: 0px -1px 14px #fff;
    }

.artmp1-faqs-body {
    background-image: url(/img/Layer3.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 480px;
}

    .artmp1-faqs-body div {
        padding: 30px;
    }

@media only screen and (max-width: 1200px) {

    .artmp1-faqs-body {
        background: none;
    }
}

.artmp1-faqs ul {
    list-style: square;
}

    .artmp1-faqs ul li {
        line-height: 30px;
        font-size: 1.1rem;
        font-weight: 500;
    }

.artmp1-faqs-img1,
.artmp1-faqs-img2 {
    position: absolute !important;
    height: 200%;
    overflow: hidden;
    opacity: 0.5;
}

.artmp1-faqs-img1 {
    bottom: 0;
    left: 0;
}

.artmp1-faqs-img2 {
    transform: rotate(178deg);
    position: absolute;
    top: 0;
    right: 0;
}
/*******************************************************************************************/
.artmp1-carousel-1 {
    width: calc(100% - 70px);
    max-width: var(--main-body-width);
    margin: auto;
    position: relative;
}

.artmp1-carousel-1 {
    position: relative;
}

    .artmp1-carousel-1 .owl-nav {
        display: block !important;
    }

    .artmp1-carousel-1 .owl-prev,
    .artmp1-carousel-1 .owl-next {
        position: absolute;
        height: 100px;
        color: inherit;
        background: var(--main-color-dark) !important;
        width: 40px;
        height: 40px;
        border: none;
        z-index: 100;
        display: block !important;
        top: calc(50% - 20px);
        border-radius: 30px;
    }

@media only screen and (min-width: 1200px) {

    .artmp1-carousel-1 .owl-prev,
    .artmp1-carousel-1 .owl-next {
        display: none !important;
    }
}

.artmp1-carousel-1 .owl-prev i,
.artmp1-carousel-1 .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}

.artmp1-carousel-1 .owl-prev {
    left: -30px;
}

.artmp1-carousel-1 .owl-next {
    right: -30px;
}

.artmp1-carousel-1 .owl-dots {
    display: none !important;
}


/*******************************************************************************************/
.artmp1-team {
    max-width: 100% !important;
    background-image: url(/img/img-11.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.artmp1-team-body {
    width: 100%;
    max-width: var(--main-body-width);
    margin: auto;
}

.artmp1-team * {
    color: var(--main-color-white)
}

.artmp1-team .owl-carousel {
    width: 100%;
    max-width: calc(var(--main-body-width) * 0.9);
    margin: auto;
    margin-bottom: 30px;
}

/*******************************************************************************************/
.artmp1-footer {
    padding-bottom: 30px;
    padding-top: 30px;
}

    .artmp1-footer * {
        color: var(--main-color-warning);
        text-align: start;
    }

    .artmp1-footer .container-fluid {
        /*max-width: var(--main-body-width);*/
        max-width: 1300px;
        margin: auto;
    }

    .artmp1-footer ul {
        list-style: none;
        padding: 0;
    }

        .artmp1-footer ul li {
            padding-bottom: 7px;
        }


/*******************************************************************************************/
.artmp1-page-banner {
    max-height: 760px;
    overflow: hidden;
    display: flex;
    align-items: end;
}
/*******************************************************************************************/
.artmp1-earnings-body div {
    padding: 30px;
}

    .artmp1-earnings-body div img {
        width: 96%;
        max-width: 640px;
    }

/*******************************************************************************************/
.artmp1-form2 {
    background-color: var(--main-color-dark);
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

    .artmp1-form2 .container-fluid {
        width: 100%;
        max-width: var(--main-body-width);
        margin: auto;
    }

    .artmp1-form2 label,
    .artmp1-form2 span,
    .artmp1-form2 p {
        color: var(--main-color-white);
    }

.artmp1-form2-body {
    max-width: 720px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .artmp1-form2-body .form-label {
        min-height: 47px;
        align-items: flex-end;
        vertical-align: bottom;
        display: flex;
    }

#artmp1-contact-page-address {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    #artmp1-contact-page-address span {
        margin: 5px;
    }


/*******************************************************************************************/


.artmp1-service * {
    color: var(--main-color-white)
}

.artmp1-service-colors {
    width: 90%;
    display: flex;
    max-width: 540px;
    margin: auto;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
}

    .artmp1-service-colors div {
        width: 25%;
        height: 7px;
        background-color: var(--main-color-dark);
    }

        .artmp1-service-colors div:nth-child(2n+1) {
            background-color: var(--main-color-warning);
        }

.artmp1-service-prop {
    width: 96%;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
}


.artmp1-service-prop-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transform: scale(2.3);
    margin-right: -40px;
    margin-top: 24px;
}



    .artmp1-service-prop-icon > div {
        width: 46px;
        height: 46px;
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 3px solid var(--main-color-white);
    }

        .artmp1-service-prop-icon > div img {
            width: 30px;
        }

.artmp1-service-prop-body {
    width: calc(100% - 25px);
    min-height: 100px;
    padding: 10px 10px 10px 15%;
    border-radius: 0 70px 70px 70px;
}

    .artmp1-service-prop-body .artmp1-text-sm {
        font-size: 0.7rem;
        padding-left: 10px;
    }

.artmp1-service-prop.dark .artmp1-service-prop-icon,
.artmp1-service-prop.dark .artmp1-service-prop-icon > div,
.artmp1-service-prop.dark .artmp1-service-prop-body {
    background-color: var(--main-color-dark);
}

.artmp1-service-prop .artmp1-service-prop-icon,
.artmp1-service-prop .artmp1-service-prop-icon > div,
.artmp1-service-prop .artmp1-service-prop-body {
    background-color: var(--main-color-warning);
}

@media only screen and (max-width: 580px) {
    .artmp1-service-prop {
        padding: 20px;
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

    .artmp1-service-prop-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: initial;
    }

    .artmp1-service-prop-body {
        padding: 20px;
        border-radius: 30px;
        padding-top: 40px;
    }

        .artmp1-service-prop-body * {
            text-align: center !important;
        }
}

/*******************************************************************************************/

.artmp1-about-prop {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.artmp1-about-prop-number {
    width: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
}

    .artmp1-about-prop-number > div {
        position: absolute;
        width: 60%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: var(--main-color-dark);
        transform: skew(-30deg, 0deg);
        z-index: 0
    }

    .artmp1-about-prop-number > span {
        font-size: 4rem;
        color: var(--main-color-warning);
        font-weight: 800;
        position: absolute;
        z-index: 1;
    }

.artmp1-about-prop-body {
    width: calc(100% - 100px);
    padding-left: 7%;
}

@media only screen and (max-width: 580px) {
    .artmp1-about-prop-number {
        width: 60px;
        height: 50px;
    }

    .artmp1-about-prop-body {
        width: calc(100% - 60px);
    }

    .artmp1-about-prop-number > span {
        font-size: 2.5rem;
    }
}

/*******************************************************************************************/
.artmp1-privacy-body ul {
    padding-left: 25px;
}

.artmp1-privacy-body p {
    margin-bottom: 20px;
}

/*******************************************************************************************/
.artmp1-section-1 {
    position: relative;
    padding: 0 !important;
    max-width: 100% !important;
    overflow: hidden;
}

    .artmp1-section-1 * {
        text-align: start;
    }

.artmp1-section-1-body {
    max-width: var(--main-body-width);
    margin: auto;
    min-height: 580px;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.artmp1-footer-social {
    width: 100%;
    display: flex;
    justify-content: start;
}

    .artmp1-footer-social a {
        width: 36px;
        height: 36px;
        background-color: var(--main-color-warning);
        margin-right: 10px;
        border-radius: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .artmp1-footer-social a i {
            color: var(--main-color-white);
            font-size: 1.3rem;
        }

/*******************************************************************************************/
#sgtt-login-form {
    width: 90%;
    max-width: 400px;
    /*    background: rgb(219,92,17);
    background: radial-gradient(circle, rgba(219,92,17,1) 49%, rgba(207,66,25,1) 74%, rgba(195,38,34,1) 100%);*/
    padding: 30px 20px;
    border-radius: 15px;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 100px;
    max-width: 420px !important;
}

    #sgtt-login-form label {
        color: #fff
    }


/*******************************************************************************************/
.sgtt-nblar-lang .dropdown-toggle::after {
    display: none !important;
}

html[lang="ae"] p,
html[lang="ae"] span,
html[lang="ae"] li,
html[lang="ae"] label {
    font-size: 1.33rem;
}

/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
