/*Basic Css*/

:root {
--color:#FFB716;
--dark:#000
}
html {
 overflow-x:hidden   
}
html,body {
    background: #fff
}
button,form,input,select,textarea {
    font-family: inherit;
}

body {
    font-family: 'Plus Jakarta Sans', Sans-Serif;
    line-height: 1.8;
}
h1,h2,h3,h4 {
     text-transform: capitalize;
}
.flex-column {
    display:flex;
    flex-direction:column;
    justify-content: center;
}
.h-100 {
    height:100%
}
container {
    max-width: 1200px;
    padding: 0 10px;
}
.pd {
    padding: 20px 0;
}

article.top-header {
    background: var(--color);
}

article.top-header ul {
    display: flex;
    list-style: none;
}

article.top-header ul li {
    margin: 6px 15px;
    font-size: 14px;
    text-transform: capitalize;
}

figure.logo img {
    width: 220px;
    filter: invert(1);
}

header {
    background: var(--dark);
    color: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 899;
}

header > div >  ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

header > div > ul > li {
    margin-inline-end: 21px;
    font-size: 13px;
    position: relative;
    height: 95px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
}

.hero-single {
    background-size: cover;
    height: calc(100vh - 149px);
    background-position: center;
    position: relative;
    z-index: 1;
}

.container {
    max-width: 1140px;
    margin: auto;
}

h1.hero-title {
    font-size: 46px;
    line-height: 1;
}

.hero-content p {
    margin: 0 0 15px 0;
    font-size: 17px;
    line-height: 1.5;
}

a.theme-btn {
    background: var(--color);
    padding: 15px 30px;
    color: #fff;
    border-radius: 35px;
    font-weight: bold;
    display: inline-flex;
}

.feature-box {
    height: 367px;
    background-size: cover;
    padding: 60px 40px;
    position: relative;
    z-index: 1;
}

.feature-box:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--color);
    z-index: -1;
    content: '';
    opacity: .4;
}

.feature-box a {
    background: var(--color);
    padding: 7px 24px;
    width: fit-content;
    margin: 15px 0 0 0;
    font-weight: bold;
    transition: .35s ease;
    display: inline-block;
}

.feature-box a svg {
    width: 18px;
    transition: .35s ease;
}

.feature-box a:hover {
    background: #000;
    transform: rotate(6deg) scale(1.05);
    color:#fff
}
.feature-box a:hover svg {
    fill:#fff
}

strong.pre {
    font-size: 22px;
}

.feature-box h2 {
    font-size: 30px;
}

.ser-box {
    background-size: cover;
    background-position: center;
    margin: 15px;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 25px;
    height: 450px;
}

.ser-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--dark);
    opacity: .8;
    z-index: -1;
}

.ser-box h2 {
    display: flex;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 20px;
}

.ser-box h2 img {
    width: 60px;
    height: 60px;
    margin-right: 11px;
}

h2.main-title {
    font-size: 35px;
}

.ser-box img {
    width: 15px;
    /*  */
}
.ser-box a img {
    filter: brightness(0);
}

.ser-box a {
    background: var(--color);
    padding: 5px 15px;
    display: block;
    margin: 15px 0;
    width: fit-content;
    color: #000;
    font-weight: bold;
}

article.get {
    position: relative;
    z-index: 1;
}

.image-1 {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: -1;
}

.image-2 {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background-size: cover;
}

.get-box {
    padding: 30px;
}

.image-1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--dark);
    opacity: .5;
}

.image-2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--color);
    opacity: .8;
}

ul.hamt-icon-list-items {
    list-style: none;
    margin: 25px  0 0 0;
}

ul.hamt-icon-list-items {}

span.hamt-icon-list-icon svg {
    width: 26px;
}

.get-box h2 {
    font-size: 33px;
}

.get-box.get-box-2 {
    padding-left: 125px;
}

.get-box.get-box-1 {
    padding-right: 60px;
}

.get-box.get-box-1 h4 {
    color: var(--color);
    font-size: 28px;
}

.get-box.get-box-1 p {
    color: #fff;
    font-size: 15px;
}

.get-box.get-box-1 a {
    display: inline-block;
    padding: 8px 50px;
    background: var(--color);
    margin: 90px 0 0 0;
}

.get-box.get-box-1 h2 {
    color: #fff;
}

li.hamt-icon-list-item {
    margin-bottom: 10px;
    display: flex;
}

span.hamt-icon-list-icon {
    margin-right: 13px;
}

.offer-box {
    height: 495px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 25px;
    background-size: cover;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.42);
    transition: .35s ease;
}

.offer-box:hover {
    transform: scale(1.05);
}

.offer-box a {
    padding: 4px 30px;
    background: var(--color);
    width: fit-content;
    border-radius: 5px;
    margin: 15px 0 0 0;
}

.con-box {
    padding: 45px;
    background: #222222;
    max-width: 491px;
    color: #fff;
    margin: -90px 0 0 0;
    position: relative;
}

article.contact.pd {
    margin: 80px 0 0 0;
    background-size: cover;
    background-position: 79% 48%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.con-box input,.con-box textarea {
    width: 100%;
    background: #fff;
    padding: 12px;
    border-radius: 27px;
    font-size: 16px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: fit-content;
    border-radius: 5px;
    padding: 18px 36px;
    color: #fff;
    background: #000;
    font-size: 22px;
    margin: 15px 0 0 0;
}

.con-box h2 {
    font-size: 36px;
}

footer {
    background: var(--dark);
    color: #fff;
}

.footer-box {
    padding: 0 35px;
}

.footer-box ul {
    list-style: none;
    margin: 15px 0 0 0;
}

p.rigths {
    margin: 32px 0 0;
}

.site-breadcrumb {
    height: 300px;
    color: var(--color);
    font-size: 27px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.info-box a {
    display: inline-block;
    margin: 15px 0;
    background: var(--color);
    padding: 6px 37px;
    font-weight: bold;
    transition: .35s ease;
}

.info-box h2 {
    font-size: 32px;
}

figure.info-image img {
    /* max-height: 400px; */
    width: 100%;
    border-radius: 10px;
    margin: 25px 0;
}

figure.info-image {
    margin-left: 10px;
}

.info-box video {
    width: 100%;
    margin: 25px 0 0 0;
    max-height: 450px;
    object-fit: cover;
}

.sub-menu {
    position: absolute;
    list-style: none;
    width: 202px;
    top: 100%;
    left: -30px;
    background: #fff;
    box-shadow: 0px 10px 20px #ffae00;
    color: #000;
    visibility: hidden;
    opacity: 0;
    transition: .35s ease;
}

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

.sub-menu li {
    padding: 5px 10px;
    border-bottom: 1px solid #919191;
}

.sub-menu li:last-child {
    border-bottom: 0;
}

header .menu-item-has-children:after {
    content: '\f078';
    font-family: 'font awesome 5 pro';
    margin-inline-start: 4px;
    font-size: 9px;
}

article.contact:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #0000003b;
    /* z-index: -1; */
}
.wp-singular article.contact:before  {

    background: #000000d1;
  
}
.bk {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center right;
    top: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}

article.contact.pd .container {
    max-width: 1260px;
}

.footer ul.sub-menu {
    display: none;
}

.owl-prev,.owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 20px);
    background: var(--color);
    cursor:pointer
}
.owl-prev {
    right:0
}
.bars {
    font-size: 31px;
    display: none;
}
@media(max-width:1139px) {
    *{
        
    }
    .close {
        padding:15px;
        text-align: right;
        font-size: 22px;
    }
    .bars {
        display:block
    }
    .owl-nav {
        display:none
    }
    .container {
        padding:0 15px
    }
    article.top-header {
        display:none
    }
    header .menu-menu-1-container {
        position: fixed;
        width: 90vw;
        height: 100%;
        top: 0;
        right: 0;
        background: #000;
        z-index: 999;
        transition: .35s ease;
        transform: translateX(100%);
    }
    header .menu-menu-1-container.open {
        transform:translate(0);
    }
    header .menu-menu-1-container > ul {
        flex-direction:column
    }
    header .menu-menu-1-container > ul li {
        height:auto;
        margin: 0;
        justify-content: space-between;
        flex-wrap: wrap;
        border-top: 2px solid
    }
    header .menu-menu-1-container > ul li a {
        padding: 15px;
        display: block;
    }
    header .menu-item-has-children:after {
        position:absolute;
        right: 20px;
        top: 30px;
    }
    .sub-menu {
        visibility: visible;
        opacity: 1;
        box-shadow: 0 0;
        position: static;
        background: #000;
        color: #fff;
        display: none;
        margin-left: 30px;
        width: calc(100% - 30px);
    }
       .sub-menu li {
           padding:0;
           border:0
       }
}

@media(max-width:767px) {
    *{
        
    }
    body {
        overflow-x:hidden
    }
    figure.info-image {
        margin:50px 0
    }
    .offers .flex-1 {
        min-width:100%
    }
    .offer-box {
        height:300px
    }
    h2.main-title {
        font-size:22px
    }
    .get-box.get-box-1,.get-box.get-box-2 {
        padding:0
    }
    .get-box.get-box-2 {
        padding-top:100px
    }
    .feature-box {
        margin-bottom:20px;
        height:auto
    }
    .ser-box {
        height:auto;
        margin: 15px 0 0 0;
    }
    .image-1 {
        width: 100%;
        height: 50%;
        top: 0;
    }
    .image-2 {
        width: 100%;
        top: 50%;
        height: 50%;
    }
}

.info-box ul {
    text-align: start;
}

.site-breadcrumb:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000000a3;
    z-index: -1;
}

.page-id-45 .info-box ul {
    border: 3px solid;
    padding: 15px 15px 15px 30px;
}


.page-id-99  .flex-start:last-child .info-box h2{
    white-space: nowrap;
    margin-top: -100px;
    margin-bottom: 83px;
    text-align: center;
    width: 200%;
}

.info-box {
    margin-right: 20px;
}

.page-id-73 figure.info-image img {
    box-shadow: 0px -1px 30px 6px #FFB716;
}

.map-container iframe {
    height: 475px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(360deg);
}
.contact-info {
            flex: 1;
            padding-right: 20px;
        }
        .contact-info h2 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #333;
        }
        .contact-info h3 {
            font-size: 18px;
            margin: 10px 0 5px;
            color: #555;
        }
        .contact-info p {
            margin: 0 0 10px;
            color: #666;
            line-height: 1.5;
        }
        .contact-info a {
            color: #0073aa;
            text-decoration: none;
        }
        .contact-info a:hover {
            text-decoration: underline;
        }
        .map-container {
            /* flex: 1; */
        }
        .map-container iframe {
            width: 100%;
            border: 0;
        }

.wp-singular .con-box {
    margin: auto;
    background: no-repeat;
    padding: 0;
}

.wp-singular .con-box input,.wp-singular .con-box textarea {
    background: #dadada33;
    border: 2px solid #ffffff24;
}

.wp-singular input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 2px solid yellow;
    border-radius: 30px;
}
.page-id-99  .flex-start:nth-child(2) {
   
    position: relative;
    z-index: 1;
}
.page-id-99  .flex-start:nth-child(2):before {
    content:'';
    width: 100vw;
    height: 110%;
    top: -5%;
    position: absolute;
    border: 2px solid #000;
    transform: translateX(calc((1140px - 100vw)/2));
    left: 0%;
}
.page-id-99  .flex-start:nth-child(2) .info-box >div 
 {
     display:flex;
     justify-content: space-between;
}

.page-id-99 .flex-start:last-child figure.info-image img {
    border-radius: 0;
    margin: 170px 0 0 0;
    border: 4px solid #000 !important;
}

.page-id-401 .flex-start:nth-child(5) {
    flex-direction: column;
}

.page-id-401 .flex-start:nth-child(5) >div {
    min-width: 100%;
    text-align: center;
}

.page-id-429  .info-box ul li ,
.page-id-431 .flex-start:last-child .info-box ul li,
.page-id-421 .flex-start:last-child .info-box ul li,
.page-id-421 .flex-start:nth-child(7) .info-box ul li{
    border-bottom: 2px solid var(--color);
    padding: 5px;
    list-style: none;
    font-weight: bold;
}

.page-id-429 .info-box ul li:before,
.page-id-431 .flex-start:last-child .info-box ul li:before ,
.page-id-421 .flex-start:last-child .info-box ul li:before,
.page-id-421 .flex-start:nth-child(7) .info-box ul li:before{
    content: '\f054';
    font-family: 'Font Awesome 5 pro';
    margin-right:5px
}

.info-box .flex-between.align-center div {
    flex: 1;
    text-align: left;
    color: #888;
}

.info-box a:hover {
    background: #000;
    transform: rotate(6deg) scale(1.05);
    color: #fff;
}

header .menu-menu-1-container {
    flex: 1;
}

.page-id-401 .flex-start.align-center.pd {
    padding: 0;
    margin: -50px 0;
}
.page-id-99 .flex-start.align-center.pd {
    padding: 0;
    margin: -50px 0;
}