/*BASIC*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a:link, a:visited {
    color: rgb(68, 68, 68);
    text-decoration: none;
}


/*body {*/
/*    font-family: 'Gyahegi';*/
/*    font-size: 13px;*/
/*    font-weight: 100 !important;*/
/*    color: #555555;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -webkit-text-size-adjust: 100%;*/
/*    line-height: -webkit-calc(22/13);*/
/*    line-height: -moz-calc(22/13);*/
/*    line-height: calc(22/13);*/
/*}*/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}



.swal-button {
    background: #333;
    border-radius: 0;
}

.swal-button:active {
    background-color: #333;
}

section {
    position: relative;
}

.section-content {
    position: relative;
    margin: 0 auto;
}

.section-content--w1090 {
    max-width: 1090px;
}

.section-content--w1140 {
    max-width: 1140px;
}

.section-content--w1792 {
    max-width: 1792px;
}

.page-content-top-wrap {
    padding: 0 35px;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    line-height: -webkit-calc(22/13);
    line-height: -moz-calc(22/13);
    line-height: calc(20/13);
    margin-bottom: 0;
    font-size: 13px;
}
p {
    font-family: 'Poppins-Light' !important;
    line-height: 22px;
    /* text-transform: capitalize; */
}
b, strong {
    font-weight: 800;
    font-family: 'Lato';
}

a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 14px;
}

a:link,
a:visited {
    text-decoration: none;
    color: #444444;
}

a:hover,
a:active {
    text-decoration: none;
    color: #D3AF60;
}

ul {
    margin-bottom: 0;
}

.ul--inline>li {
    display: inline-block;
}

.ul--no-style>li {
    list-style: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.visible {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    color: #000000;
    margin-bottom: 0;
    font-weight: 100;
    line-height: -webkit-calc(24/18);
    line-height: -moz-calc(24/18);
    line-height: calc(22/18);
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
    font-family: initial;
    
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}


/*Custom Space*/

.m-r-15 {
    margin-right: 15px;
}

.m-r-8 {
    margin-right: 8px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-8 {
    margin-bottom: 8px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-l-15 {
    padding-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-0 {
    margin-bottom: 0;
}

section.p-t-50 {
    padding-top: 50px;
}

.p-t-30 {
    padding-top: 30px;
}


.container {
    max-width: 1200px;

}

.title {
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
}

.title-2 {
    font-size: 26px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 500;
}

.width-align-ft-elem {
    width: 70%;
    text-align: center;
    font-size: 22px;
    line-height: 45px;
}

.proejct-page-heading-align-set {
    display: flex;
    justify-content: center;
}

.under-title-2 {
    display: block;
    height: 12px;
    width: 12px;
    background: #D3AF60;
    position: relative;
    bottom: -19px;
    left: 50%;
    margin-left: -9px;
}

.under-title-2:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    top: 5px;
    left: -111px;
    background: rgba(0, 0, 0, 0.34);
}

.under-title-2:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    top: 5px;
    left: 23px;
    background: rgba(0, 0, 0, 0.34);
}

.title-small {
    font-size: 30px;
}

.title-2--special {
    position: relative;
    text-align: left;
    display: inline-block;
}

.title-2--special:before {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    top: 12px;
    right: -23px;
    background: #D3AF60;
}

.title-2--special:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    background: rgba(0, 0, 0, 0.34);
    top: 17px;
    right: -136px;
}

.title>span {
    color: #D3AF60;
    font-size: 36px;
    font-weight: 700;
}

.title-detail {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 0 20px;
}

.title-detail--px-45 {
    padding: 0 45px;
}

.title-f8 {
    color: #000000;
}

.title-f8>.under-title-2:before,
.title-f8>.under-title-2:after {
    background: rgba(48, 48, 48, 0.341);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d6d6d6;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #d6d6d6;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #d6d6d6;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #d6d6d6;
}

.blog-content.padding-left-right-elt ul li {
    font-family: 'Poppins-Light';
    line-height: 22px;
    margin-bottom: 8px;
    list-style: disc;
    margin-left: 15px;
    font-size: 14px;
}
.blog-content.padding-left-right-elt ul {
    margin-bottom: 24px;
}

.blog-content.padding-left-right-elt p span strong {
    font-weight: bold;
    font-family: 'Lato';
    color: black;
    margin-bottom: -10px;
    margin-top: 20px;
    
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-family: 'Poppins-Light';
}





.my-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.my-slider-slide {
  position: relative;
}






.blog-content.padding-left-right-elt p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 1rem;
    color: black;
}
.blog-content.padding-left-right-elt {
    color: black;
}
.blog-content.padding-left-right-elt p a span {
    color: #d3af60 !important;
}
.blog-content.padding-left-right-elt p a:hover span {
    color: #0e101a !important;
}
/* Background  */

.bg--f8 {
    background: #f8f8f8;
}


/*Owl custom dot*/

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: transparent;
    border: 2px solid #666666;
    -webkit-transition: all 0.3s ease, -webkit-transform 0.3s ease;
    transition: all 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: all 0.3s ease, -o-transform 0.3s ease;
    -moz-transition: all 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
    transition: all 0.3s ease, transform 0.3s ease;
    transition: all 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #D3AF60;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #D3AF60;
    -moz-box-shadow: 0 0 0 2px #D3AF60;
    box-shadow: 0 0 0 2px #D3AF60;
}

#sync2 .owl-dots .owl-dot span {
    border: 2px solid #f1f1f1;
}

#sync2 .owl-dots .owl-dot.active span,
#sync2 .owl-dots .owl-dot:hover span {
    border: 2px solid #000;
}


/* Custom Bullet */

.au-bullet-wrap .tp-bullet {
    width: 11px;
    height: 11px;
    background: transparent;
}

.au-bullet-wrap .tp-bullet .au-bullet {
    border: 2px solid #f1f1f1;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: background-color 0.3s ease, -o-transform 0.3s ease;
    -moz-transition: background-color 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

.au-bullet-wrap .tp-bullet.selected {
    -webkit-box-shadow: 0 0 0 2px #D3AF60;
    -moz-box-shadow: 0 0 0 2px #D3AF60;
    box-shadow: 0 0 0 2px #D3AF60;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
}

.au-bullet-wrap .tp-bullet.selected .au-bullet {
    background-color: #D3AF60;
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    border: none;
}


/*Icon Box*/

.box-head {
    float: left;
}

.box-head--border {
    width: 68px;
    line-height: 64px;
    text-align: center;
}

.box-body {
    margin-left: 60px;
    padding: 0 32px;
}


/* Icon Zoom */

.icon-zoom {
    font-size: 45px;
    font-weight: 600;
}

.icon-zoom--white {
    color: #fff;
}


/*Page Loader*/

#page-loader {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    overflow: hidden;
}

.page-loader__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.page-loader__logo {
    width: 100px; /* Adjust as needed */
    height: auto;
    position: relative;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) !important;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    mask-position: 0 100%;
    -webkit-mask-position: 0 100%;
    mask-size: 100% 200%;
    -webkit-mask-size: 100% 200%;
    animation: reveal 3s infinite linear(0.38 0%, -0.32 49.87%);
}

@keyframes reveal {
    0% {
        mask-position: 0 100%;
        -webkit-mask-position: 0 100%;
    }
    100% {
        mask-position: 0 0%;
        -webkit-mask-position: 0 0%;
    }
}



.blog-content.padding-left-right-elt h1 {
    font-family: 'Bentoga Thin' !important;
    font-size: 30px !important;
}

.blog-content.padding-left-right-elt h2 {
    font-family: 'Bentoga Thin' !important;
    font-size: 26px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-content.padding-left-right-elt h3 {
    font-family: 'Bentoga Thin' !important;
    font-size: 24px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-content.padding-left-right-elt h3 span {
    color:black !important;
}

.blog-content.padding-left-right-elt h4 {
    font-family: 'Bentoga Thin' !important;
    font-size: 20px !important;
}

.blog-content.padding-left-right-elt h5 {
    font-family: 'Bentoga Thin' !important;
    font-size: 18px !important;
}

.blog-content.padding-left-right-elt h6 {
    font-family: 'Bentoga Thin' !important;
    font-size: 16px !important;
}



/*End Page Loader*/


/*Button*/

.au-btn {
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    white-space: nowrap;
}

.au-btn--small {
    line-height: 27px;
    padding: 0 20px;
}

.au-btn--pill {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.au-btn--yellow {
    color: #fff;
    background-color: #D3AF60;
    border: none;
    cursor: pointer;
    font-family: 'Bentoga Thin';
}

.au-btn--yellow:hover {
    color: #fff;
    background-color: #333;
}

.au-btn--border {
    border: 1px solid transparent;
}

.au-btn--border:hover {
    color: #fff;
    background-color: #D3AF60;
    border-color: #D3AF60;
}

.au-btn--gray {
    color: #999999;
    border-color: #999999;
}

.au-btn--white {
    border-color: #fff;
}

.au-btn--gray-1 {
    background: #c8c8c8;
    color: #333;
}

a.au-btn--dark {
    background-color: #333;
    color: #fff;
}

a.au-btn--dark:hover {
    background-color: #D3AF60;
    color: #fff;
}

a.au-btn--white {
    color: #fff;
    font-family: 'Bentoga Thin';
}

.tp-caption.au-btn--pill.au-btn.au-btn--slide {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 40px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tp-caption.au-btn--gray-1.au-btn--slide {
    color: #333 !important;
}

.tp-caption.au-btn--gray-1.au-btn--slide:hover {
    background: #D3AF60;
}

.au-btn--big {
    padding: 0 25px;
}

.au-btn--medium {
    padding: 0 40px;
}

.au-btn--medium.au-btn--pill {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.au-btn--pill.au-btn--slide {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.tp-caption.au-btn--slide:hover {
    color: #fff;
    background-color: #333;
}

.au-btn--big.au-btn--pill {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 0px;
}

#btn-to-top {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #D3AF60;
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    text-align: center;
    z-index: 1000;
}

#btn-to-top:hover {
    background-color: #333;
}

#btn-to-top .fa.fa-chevron-up {
    font-weight: 400;
    color: #fff;
}

#btn-to-top i {
    margin-right: 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.overlay--p-15 {
    padding: 15px;
}

.overlay--invisible {
    opacity: 0;
}

.overlay--dark {
    background: rgba(0, 0, 0, 0.8);
}

.overlay--border {
    height: 100%;
    width: 100%;
    border: 2px dashed #D3AF60;
}

.overlay--yellow {
    background: rgba(235, 205, 30, 0.63);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay--yellow>i {
    color: #fff;
    font-size: 72px;
}

.parallax {
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*Form*/

.form {
    position: relative;
}

.form-header {
    margin: -5px 15px 26px 0;
}

.form__input {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 30px;
    outline: none;
    padding: 0 20px;
    font-size: 13px;
    color: #999999;
    width: 500px;
}

.form__input--show {
    display: block;
}

.form__input--hidden {
    display: none;
}


/* Header Stick */

.header-stick {
    position: fixed;
    top: -83px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    width: 100%;
    left: 0;
    z-index: 88888;
    -webkit-box-shadow: 1px 0px 3px #ccc;
    -moz-box-shadow: 1px 0px 3px #ccc;
    box-shadow: 1px 0px 3px #ccc;
    background-color: rgba(255, 255, 255, 0.96);
}

.header-stick nav>ul>li {
    padding: 20px 20px;
}

.header-stick .logo {
    margin-top: 10px;
}

.header-stick nav .sub-menu {
    top: 59px;
}

.header-stick--show {
    top: 0;
}

.header-stick--dark {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 0px 3px #222;
    -moz-box-shadow: 1px 0px 3px #222;
    box-shadow: 1px 0px 3px #222;
}

.header-stick--dark nav>ul>li>a {
    color: #eeeeee;
    text-transform: uppercase;
}

.header-stick--dark nav>ul>li>a:hover {
    color: #D3AF60;
}

.header-stick nav.menu-desktop {
    margin-right: 0;
}


/*Header 1*/

header h1 {
    margin-top: 10px;
}

.logo {
    text-align: center;
    margin-top: 20px;
}

nav.menu-desktop {
    margin-right: 0px;
}

nav>ul>li {
    padding: 30px 15px;
}

nav>ul>li>a {
    font-size: 14px;
}

.menu-desktop--hidden {
    display: none;
}

.menu-desktop--show {
    display: block;
}

.li-has-sub {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.mega-menu-width {
    width: 100%;
}

.mega-menu-align {
    position: inherit;
}

.mega-menu-align:hover .mega-menu-width {
    max-height: 10000px;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    background-color: #fff;
    padding: 25px 15px 15px 25px;
}

.sub-menu {
    position: absolute;

    left: 0;
    top: 79px;
    z-index: 1000;
    max-height: 0;
    border-top: 3px solid #D3AF60;
    overflow: hidden;
    transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform-origin: 50% 0;
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform-origin: 50% 0;
    transition: 350ms;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
}

.li-has-sub:hover .sub-menu {
    max-height: 10000px;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    background-color: #fff;
}

li {
    list-style: none;
}

.sub-menu>li {
    min-width: 224px;
}

.sub-menu>li>a {
    display: block;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}

.sub-menu>li>a:hover {
    background-color: #D3AF60;
    color: #444444;
}

.mini-cart {
    position: relative;
}

.header-button {
    margin-top: 32px;
}

.header-button>.pull-right {
    margin-left: 20px;
}

.header-button>.pull-right:last-child {
    margin-left: 0;
}

.header-button>div>a>i {
    font-size: 18px;
    font-weight: 600;
}

.mini-cart-counter {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    color: #333333;
    background-color: #D3AF60;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -6px;
    right: -8px;
}

.mini-cart-counter--gray {
    background-color: #e6e6e6;
    top: -7px;
    right: -8px;
}

.cart-dropdown {
    position: absolute;
    z-index: 1000;
    top: 47px;
    right: -3px;
    min-width: 241px;
    border-top: 3px solid #D3AF60;
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
}

.cart-dropdown--hidden {
    display: none;
    height: 0;
}

.cart-dropdown--show {
    height: auto;
    display: block;
}

.cart-list>li {
    padding: 15px 10px 15px 17px;
    border-bottom: 1px solid #f3f3f3;
}

.cart__item>.img-thumb {
    position: relative;
    display: inline-block;
    float: left;
    width: 50px;
    border: 1px solid #e6e6e6;
}

.pro-detail {
    padding: 8px 0 11px 65px;
}

.pro-detail>h6 {
    margin-bottom: 2px;
}

.pro-detail>h6>a {
    font-weight: 400;
    text-transform: capitalize;
    color: #555;
    font-size: 13px;
}

.pro-detail>h6>a:hover {
    color: #D3AF60;
}

.pro-detail>p {
    line-height: 1;
    margin-bottom: 0;
}

.pro-detail>p>em {
    font-size: 11px;
    color: #999;
}

.total-checkout {
    padding: 18px 25px;
}

.total {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.checkout {
    margin-bottom: 5px;
}

.checkout>a.au-btn {
    font-size: 11px;
}

.sum {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}


/*Header 2*/

.header2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}

.header-blog-details {
    background-color: #000;
}

.header2 .form-header>.form__input {
    background: transparent;
}

.header2 nav>ul>li>a {
    color: #eeeeee;
    text-transform: uppercase;
}

.header2 nav>ul>li>a:hover {
    color: #D3AF60;
}

.header2 .header-button>div>a>i {
    color: #eeeeee;
}


/*Menu Canvas*/

.close-menu-canvas i {
    color: #D3AF60;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
}

.canvas-menu-button i {
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.menu-canvas--hidden {
    right: -361px;
}

.menu-canvas--show {
    right: 0;
}

.menu-canvas__inner {
    height: 100%;
    margin-top: 30%;
}

.menu-canvas-slide {
    margin-top: 74px;
}

.menu-canvas__image {
    padding: 10px;
    border: 2px dashed #D3AF60;
}

.menu-canvas__detail {
    color: #c2c2c2;
    padding: 0 45px;
    text-align: center;
    margin-top: 79px;
}

.social {
    text-align: center;
    margin-top: 55px;
}

.social__item {
    display: inline-block;
    line-height: 30px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
    text-align: center;
    width: 22px;
    background: #ffffff00;
    margin-right: 26px;
}

.social .social__item:last-child {
    margin-right: 0;
}

.social__item:hover {
    background: #ffffff00;
}

.social__item:hover>i {
    color: #333333;
}

.social__item>i {
    color: #dedede;
}

#sync2 .owl-dots {
    position: absolute;
    top: 20px;
    left: 126px;
}


/*Menu Mobile*/

header.header-mobile {
    display: none;
}

.menu-mobile__button {
    display: inline-block;
    float: right;
    width: 40px;
    line-height: 30px;
    height: 40px;
    text-align: center;
    border: 1px solid #D3AF60;
    cursor: pointer;
    margin: 20px 0;
    background-color: #D3AF60;
}

.menu-mobile__button:hover {
    background: #D3AF60;
}

.menu-mobile__button:hover i {
    color: #ffffff;
}

.menu-mobile__button i {
    font-size: 18px;
    color: #ffffff;
}

.hidden {
    display: none;
}

.menu-mobile__more {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    color: #444444;
}

nav.menu-mobile {
    position: absolute;
    top: 77px;
    left: 0;
    float: left;
    z-index: 50000;
    background: #fff;
    width: 100%;
    margin-right: 0;
}

nav.menu-mobile>ul {
    border-top: 3px solid #D3AF60;
}

nav.menu-mobile>ul>li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.menu-mobile li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.menu-mobile>ul>li a {
    padding: 0 20px;
    line-height: 40px;
    display: block;
    font-family: 'Bentoga Thin';
}

nav.menu-mobile>ul>li a:hover {
    background-color: #D3AF60;
    color: #444444;
    font-family: 'Bentoga Thin';
}

nav.menu-mobile>ul>li>ul {
    background: rgba(0, 0, 0, 0.03);
}

.click {
    background: #D3AF60;
}

.click>i {
    color: #333;
}

.thank-you-message {
    display: none;
    color: green;
    font-weight: bold;
    margin-top: 20px;
    font-family: 'Bentoga Thin';
  }
  .reset-button {
    display: none;
    margin-top: 10px;
  }


/* Slider Homepage 1 */

.slide-title {
    color: #fff;
    text-transform: inherit;
    text-align: center;
}

.slide-content {
    color: #fff;
    text-transform: inherit;
    text-align: center;
    font-weight: 500 !important;
    white-space: nowrap;
}


/* Slider Homepage 2 */

.slide-content-2 {
    font-family: 'Gyahegi';
    padding: 0 40px;
    text-transform: uppercase;
    text-align: center;
    border: 2px dashed #D3AF60;
    font-weight: 800;
    color: #ffffff;
}

.slide-content-2 span.color {
    font-family: 'Gyahegi';
    text-transform: uppercase;
    font-weight: 800;
    color: #D3AF60;
    font-size: 72px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #D3AF60;
}

.mouse {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    bottom: 47px;
    width: 16px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #fff;
    -webkit-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    z-index: 88887;
}

.mouse__wheel {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 3px;
    width: 2px;
    height: 5px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-animation: mouse-wheel 1.25s infinite linear;
    -moz-animation: mouse-wheel 1.25s infinite linear;
    -o-animation: mouse-wheel 1.25s infinite linear;
    animation: mouse-wheel 1.25s infinite linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

@-webkit-keyframes mouse-wheel {
    0% {
        -webkit-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }

    20% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    60% {
        -webkit-transform: scaleY(.4) translateY(8px);
        transform: scaleY(.4) translateY(8px)
    }

    100% {
        -webkit-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        -moz-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }

    20% {
        -moz-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    60% {
        -moz-transform: scaleY(.4) translateY(8px);
        transform: scaleY(.4) translateY(8px)
    }

    100% {
        -moz-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }
}

@-o-keyframes mouse-wheel {
    0% {
        -o-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }

    20% {
        -o-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    60% {
        -o-transform: scaleY(.4) translateY(8px);
        transform: scaleY(.4) translateY(8px)
    }

    100% {
        -o-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }
}

@keyframes mouse-wheel {
    0% {
        -webkit-transform: scaleY(.4) translateY(0);
        -moz-transform: scaleY(.4) translateY(0);
        -o-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }

    20% {
        -webkit-transform: scaleY(1) translateY(0);
        -moz-transform: scaleY(1) translateY(0);
        -o-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    60% {
        -webkit-transform: scaleY(.4) translateY(8px);
        -moz-transform: scaleY(.4) translateY(8px);
        -o-transform: scaleY(.4) translateY(8px);
        transform: scaleY(.4) translateY(8px)
    }

    100% {
        -webkit-transform: scaleY(.4) translateY(0);
        -moz-transform: scaleY(.4) translateY(0);
        -o-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }
}

.mouse>i {
    position: absolute;
    color: #fff;
    left: 50%;
    margin-left: -3px;
    bottom: -15px;
}


/*Service Home page 1*/

.service-wrap {
    display: table;
    width: 100%;
}

.service__item {
    text-align: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 25%;
    float: left;
    display: table-cell;
    vertical-align: middle;
    min-height: 385px;
    position: relative;
    border: 1px solid #7f7f7f;
    border-right: none;
}

.service__item-inner {
    position: absolute;
    width: 78%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service__intro h3>span {
    color: #D3AF60;
    font-size: 24px;
    font-weight: 600;
}

.service__intro h3 {
    font-weight: 600;
    color: #f9f9f9;
    line-height: 30px;
}

.service__intro p {
    color: #a2a2a2;
    margin-top: 18px;
    margin-bottom: 38px;
}

.service__intro {
    text-align: left;
    padding: 0 60px;
}

.service__item h4 {
    margin-top: 38px;
}

.service__item h4 a {
    font-size: 18px;
    color: #D3AF60;
    font-weight: 600;
}

.service__item h4 a:hover {
    color: #fff;
}

/*Service Home page 2*/

.service-2 {
    background: #f8f8f8;
    padding: 130px 0 93px 0;
}

.service-2-wrap {
    position: relative;
}

.service-2__left {
    float: left;
    width: 44%;
    margin-left: 15px;
}

.service-2__right {
    position: absolute;
    z-index: 10;
    float: left;
    width: 62%;
    top: 75px;
    right: 0;
}

.service-2__img {
    position: relative;
    margin: 0 auto;
    width: 90%;
}

.service-2__img>img {
    width: 100%;
    -webkit-box-shadow: 0px 6px 14.56px 1.44px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 6px 14.56px 1.44px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 6px 14.56px 1.44px rgba(0, 0, 0, 0.22);
}

#our1 {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari */
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 50px;
    left: -57px;
}

#our1:after {
    top: 17px;
    left: -137px;
}

#our1:before {
    top: 12px;
    left: -22px;
}

#our2 {
    left: -72px;
    top: -5px;
}

.service-2__inner-head {
    background: #222222;
    padding: 30px 0;
}

.service-2__inner-head h3 {
    font-weight: 600;
    color: #D3AF60;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 12px;
}

.service-2__inner-head p {
    color: #dcdcdc;
    margin: 0 auto;
    width: 80%;
}

.service-2__inner-body {
    background: #222222;
    padding: 50px 65px;
    width: 83%;
    margin: 0 auto;
    margin-top: 20px;
}

.service-2__inner-body .body__item:last-child {
    margin-bottom: 0;
}

.service-2__inner-body .box-item .box-body {
    padding-right: 0;
}

.body__item {
    margin-bottom: 50px;
}

.body__item>.box-head--border {
    border: 2px solid #D3AF60;
}

.body__item>.box-body {
    margin-left: 68px;
}

.body__item>.box-body>h5 {
    margin-bottom: 12px;
}

.body__item>.box-body>h5>a {
    color: #D3AF60;
    font-size: 18px;
    font-weight: 600;
}

.body__item>.box-body>h5>a:hover {
    color: #fff;
}

.body__item>.box-body>p {
    color: #dcdcdc;
}


/*Recent Project*/

.recent-project {
    padding-top: 95px;
}

.recent-project .title-detail {
    margin-bottom: 70px;
}

.slide-re-pro {
    width: 100%;
    position: relative;
}

.slide-re-pro__item {
    position: relative;
}



.pro-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    top: 0;
    left: 0;
    background: rgba(235, 205, 30, 0.66);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    text-align: center;
    overflow: hidden;
}

.pro-link {
    cursor: pointer;
}

.pro-link:hover>.pro-info {
    opacity: 1;
}

h4.pro-title {
    width: 100%;
    display: block;
    position: absolute;
    top: 40.5%;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

h4.pro-title>a {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.pro-link:hover>.pro-info>.pro-title {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.pro-link:hover>.pro-info>.pro-cat-name {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -o-transform: translateY(45px);
    transform: translateY(45px);
}

a.pro-link:hover {
    color: #666666;
}

.pro-cat-name {
    width: 100%;
    position: absolute;
    top: 41%;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.pro-cat-name>a {
    font-size: 13px;
    font-weight: 600;
}

.pro-cat-name>a:hover {
    color: #666;
}

.pro-cat-name>a:after {
    content: ",";
}

.pro-cat-name>a:last-child:after {
    content: '';
}

.slide-re-pro.owl-theme .owl-nav div {
    width: 50px;
    height: 50px;
    line-height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: #111111;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-re-pro.owl-theme .owl-nav div:hover {
    color: #333333;
    background: #D3AF60;
}

.slide-re-pro.owl-theme .owl-nav .owl-prev {
    left: -30px;
}

.slide-re-pro.owl-theme .owl-nav .owl-next {
    right: -30px;
}


/*Our Team*/

.our-team {
    padding: 90px 0;
    padding-bottom: 60px;
}

.our-team .title-detail {
    margin-bottom: 75px;
}

.our-team__left {
    width: 80%;
    position: relative;
}

.our-team__info {
    text-align: center;
    background: #222;
    border-top: 1px solid #fff;
    padding: 15px 0;
    position: relative;
}

.our-team__info>h5 {
    color: #D3AF60;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.our-team__info>p>em {
    color: #d5d5d5;
}

.our-team__info:after {
    content: '';
    width: 40px;
    height: 260px;
    border-right: 2px dashed #bbbbbb;
    border-bottom: 2px dashed #bbbbbb;
    position: absolute;
    bottom: 35px;
    right: -40px;
}

.social__item--big {
    line-height: 70px;
    height: 70px;
    width: 70px;
    font-size: 20px;
    margin: 0;
    background: #222;
    display: block;
    position: absolute;
}

.social__item--fb {
    top: 0px;
    right: -71px;
}

.social__item--insta {
    top: 71px;
    right: -71px;
}

.social__item--google {
    top: 142px;
    right: -71px;
}

.our-team .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

#owl-client-say,
#owl-our-team,
#owl-re-pro-2,
#owl-testi,
#owl-partner,
#owl-our-team-2,
#owl-testi-1,
#owl-partner-1,
#owl-client-say-2,
#owl-blog,
#owl-partner-2,
#owl-client-say-1 {
    touch-action: none;
}

#owl-our-team.row {
    margin: 0;
}


/*Recent News*/

.recent-news {
    background: #f9f9f9;
    padding: 90px 0;
    padding-bottom: 110px;
}

.recent-news .title-detail {
    margin-bottom: 70px;
}

.see-more.see-more--left {
    text-align: left;
    margin-top: 10px;
}

.recent-news .blog-title>a {
    font-weight: 100;
}


/*Testimonial*/

.row#owl-testi {
    margin: 0;
}



.testi__item {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    margin-top: 30px;
}

.testi__item>blockquote {
    color: #000000;
    line-height: 22px;
    position: relative;
    width: 85%;
    margin: 0 auto;
    font-family: 'Lato';
}

.testi-img {
    width: 84px;
    height: 84px;
    border: 2px solid #D3AF60;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
}

.testi-name {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins-Light';
}

.testi-job em {
    font-size: 11px;
    color: #000000;
}

.big-qoute {
    font-size: 27px;
    color: #D3AF60;
    position: absolute;
    top: -5px;
    left: -42px;
}

.testi .owl-theme .owl-nav div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 60%;
    margin-top: -25px;
    background: #D3AF60;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testi .owl-theme .owl-nav div:hover {
    color: #333333;
    background: #fff;
}

.testi .owl-theme .owl-nav .owl-prev {
    left: 0%;
}

.testi .owl-theme .owl-nav .owl-next {
    right: 0%;
}

.testi .owl-carousel {
    position: static;
}


/*Our Process 1*/

.our-process {
    padding: 95px 0;
    padding-bottom: 140px;
    background-color: #f8f8f8;
}

.our-process__item {
    background: #222;
    padding: 45px 30px;
    position: relative;
    margin-top: 25px;
}

.our-process__item>h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px;
}

.our-process__item>h3>i {
    color: #D3AF60;
    margin-right: 8px;
    font-size: 30px;
    vertical-align: middle;
}

.our-process__item>p {
    color: #ffffff;
}

.our-process__item--l-b:after {
    content: '';
    height: 30px;
    width: 287px;
    border: 2px dashed #bbbbbb;
    border-top: none;
    position: absolute;
    left: 50%;
    bottom: -30px;
    /*display: none;*/
}

.our-process__item--l-t:before {
    content: '';
    height: 30px;
    width: 287px;
    border: 2px dashed #bbbbbb;
    border-bottom: none;
    position: absolute;
    left: 50%;
    top: -30px;
    /*display: none;*/
}


/*latest project 1*/

.latest-project {
    padding-top: 90px;
}

.latest__item {
    border: 2px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

.latest__item--content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.latest__item--inner {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.latest__item img {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.latest__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.latest__item:hover .overlay {
    opacity: 1;
}

.latest__item:hover .latest__item--inner {
    opacity: 1;
}

.latest__item--inner h3 a {
    color: #D3AF60;
    font-size: 24px;

}

.latest__item--inner h3 a:hover {
    color: #fff;
}

.cat-name a em {
    color: #d5d5d5;
    font-size: 11px;
}

.cat-name a:hover em {
    color: #fff;
}

/*Blog*/

.blog {
    padding: 95px 0;
    padding-bottom: 160px;
}

.blog-single {
    margin-bottom: 30px;
    margin-right: 25px;
}

.img-blog {
    margin-bottom: 0px;
}

.img-blog>a {
    position: relative;
    display: block;
    overflow: hidden;
}

.img-blog>a>img {
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.img-blog>a>img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.date {
    height: 47px;
    width: 47px;
    background: #333333;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.date--big {
    width: 80px;
    height: 80px;
    top: 20px;
    right: 20px;
}

.date .date__inner {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    border: 1px solid #999999;
    padding: 7px 0;
    text-align: center;
}

.date .date__inner span {
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.date--big .date__inner {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    border: 1px solid #999999;
    padding: 15px 0;
    text-align: center;
}

.date--big .date__inner span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.blog-title {
    margin-bottom: 3px;
    margin-top: 10px;
    font-weight: 100;
    font-family: 'Bentoga Thin' !important;
    font-size: 18px;
    color: #000000;
}

.blog-title>a {
    font-family: 'Bentoga Thin';
    text-transform: uppercase !important;
    color: #333333;
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.blog-title>a:hover {
    color: #D3AF60;
    font-family: 'Bentoga Thin';
}

.author {
    color: #999999;
    margin-bottom: 5px;
}

.blog-single .blog-content {
    margin-top: 17px;
}

.see-more {
    text-align: center;
    margin-top: 55px;
}

.blog-link__item {
    display: inline-block;
    color: #777777;
    margin-right: 15px;
}

.blog-link .blog-link__item:last-child {
    margin-right: 0;
}

.blog-link__item>a>i {
    color: #777777;
}


/* Client Say */

.client-say {
    padding: 95px 0;
    padding-bottom: 75px;
    background: #f8f8f8;
}

#owl-client-say.row {
    margin: 0;
}

.client-say .title.m-b-100 {
    margin-bottom: 100px;
}

.client-say .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 78px;
}

.client__item {
    display: table;
}

.client-img {
    width: 37%;
    display: table-cell;
}

.extra-class-sub-serbices-client {
    width: 100%;

}

.client-content {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    color: #dcdcdc;
    background: #222;
    padding: 30px 14px;
    padding-left: 25px;
    position: relative;
}

.client-content--white {
    background: #ffffff;
    border: 1px solid #ededed;
}

.client-content--white:before {
    display: none;
}

.client-content.client-content--white blockquote:before {
    color: #999999;
}

.client-content.client-content--white blockquote {
    color: #666666;
}

.client-content.client-content--white .client-name {
    color: #333;
    font-weight: 600;
}

.client-content.client-content--white .client-job>em {
    font-weight: 300;
    font-size: 11px;
    color: #555;
}

.client-content:before {
    content: '';
    height: 20px;
    width: 20px;
    border: 10px solid #333;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    z-index: 100;
    left: -20px;
    top: 45%;
}

.client-content blockquote {
    margin-bottom: 18px;
}

.client-content blockquote:before {
    font-family: 'Source Sans Pro';
    font-size: 60px;
    line-height: 0px;
    content: "“";
    color: #D3AF60;
    display: inline-block;
    font-style: normal;
    vertical-align: -0.4em;
    margin-right: 0px;
}

.client-name {
    color: #D3AF60;
    line-height: 1;
    margin-bottom: 7px;
}

.client-job {
    line-height: 1;
    font-size: 11px;
    color: #a2a2a2;
}

.client-job>em {
    color: #a2a2a2;
}


.partner-2 {
    background-image: none;
    background-color: #D3AF60;
}


/*Footer*/

footer {
    position: relative;
    text-align: justify;
}

.form-footer {
    margin-top: 43px;
}

.form-footer>.form__input {
    line-height: 38px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    max-width: 156px;
}

.au-btn--submit {
    outline: none;
    border: none;
    cursor: pointer;
    line-height: 40px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    padding: 0 22px;
    margin-left: -5px;
}

/* .ul--footer {
    margin-top: 25px;
} */

.ul--footer li {
    display: block;
    padding: 3px 5px;
}

p.qui-link {
    color: white;
    font-size: 14px;
    padding: 5px 5px;
    margin-bottom: 12px;
    font-family: 'Gyahegi' !important;
}
.cont-add-fo {
    display: flex;
    color: white;
    margin-top: 20px;
}

.ul--footer li a {
    color: #FFF0EE;
    font-family: 'lato', sans-serif;
}

.ul--footer li a:hover {
    color: #D3AF60;
}

footer .social {
    margin-top: 10px;
    text-align: left;
}

.social__item--circle {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}


/*Copyright*/

.copyright {
    padding: 15px 0;
    text-align: center;
    background: #111;
    color: #626262;
    font-size: 11px;
}

.copyright span {
    color: #D3AF60;
}


/*Footer 2*/

.footer-2>.overlay.overlay--dark {
    display: none;
}

.footer-2>.parallax.parallax--footer {
    background-color: rgba(14, 14, 14, 0.94);
}

.parallax--footer::before {
    background-color: rgb(0 0 0 / 85%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------- Home Page 3 ---------*/


/*Top Contact*/

.top-contact {
    background: #222222;
    padding: 12px 0;
}

.top-contact--left>span {
    color: #969696;
    font-size: 11px;
}

.top-contact--left>span:first-child {
    margin-right: 40px;
}

.top-contact--right a {
    margin-right: 20px;
}

.top-contact--right a:last-child {
    margin-right: 0;
}

.top-contact--right a i {
    color: #969696;
    font-size: 16px;
}

.top-contact--right a:hover i {
    color: #D3AF60;
}

.header3 {
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.header-wrap {
    background: #fff;
    padding: 0 70px;
}


/*Slide*/

.slide-title-3 {
    font-family: "Gyahegi";
    font-weight: 500;
    line-height: -webkit-calc(60/48);
    line-height: -moz-calc(60/48);
    line-height: calc(60/48);
    min-width: 700px;
}

.slide-title>span {
    color: #D3AF60;
}

.slide-title-3>span {
    font-family: "Gyahegi";
    font-weight: 700;
}


/*Service */

.service-3 {
    padding-bottom: 105px;
    background-color: #f8f8f8;
}

.service-3__item {
    margin-top: -83px;
    -webkit-box-shadow: 3px 5.196px 14.56px 1.44px rgba(0, 0, 0, 0.086);
    -moz-box-shadow: 3px 5.196px 14.56px 1.44px rgba(0, 0, 0, 0.086);
    box-shadow: 3px 5.196px 14.56px 1.44px rgba(0, 0, 0, 0.086);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.bottom-shadow {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.bottom-shadow:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 1px;
    width: 95%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
    background: -moz-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.service-3__item:hover.bottom-shadow:after {
    opacity: .6;
    height: 10px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.service-3__item:hover {
    margin-top: -93px;
}

.service-3-icon {
    width: 102px;
    line-height: 88px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    background-color: #D3AF60;
    position: absolute;
    top: -45px;
    left: 50%;
    z-index: 20;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.service-3-icon__inner {
    border: 2px solid #222222;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.service-3__inner {
    background-color: #222222;
    text-align: center;
    padding: 90px 40px 60px 40px;
    position: relative;
    z-index: 20;
}

.service-3__inner h3 {
    margin-bottom: 20px;
}

.service-3__inner h3 a {
    color: #D3AF60;
    font-size: 24px;
}

.service-3__inner h3 a:hover {
    color: #fff;
}

.service-3__inner p {
    color: #d5d5d5;
    text-align: center;
}


/*Why Choose*/

.why-choose {
    padding: 90px 0;
    padding-bottom: 120px;
}

.title-3 {
    position: relative;
    margin-bottom: 100px;
}

.why-choose .title-3 {
    margin-bottom: 56px;
}

.title-3:after {
    content: "";
    height: 6px;
    width: 133px;
    position: absolute;
    background-color: #D3AF60;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.why-choose__inner .box-head {
    width: 88px;
}

.why-choose__inner .box-head--border {
    border: 3px solid #bbbbbb;
}

.why-choose__inner .box-head--border i {
    color: #333;
    font-size: 36px;
    line-height: 82px;
}

.why-choose__inner .box-body h3 {
    margin-bottom: 7px;
    line-height: 1;
}

.why-choose__inner .box-body p {
    line-height: 20px;
}

.why-choose__inner .box-body--right {
    margin-left: 88px;
    padding-left: 30px;
    padding-right: 0;
}

.why-choose__inner .box-body--left {
    text-align: right;
    margin: 0;
    margin-right: 88px;
    padding-right: 30px;
    padding-left: 0;
}

.why-choose__inner .box-head--right {
    float: right;
}


/*Lastest Project*/

.latest-project-3 {
    background: #f8f8f8;
    padding-bottom: 75px;
}

.latest-project-3 .title-3 {
    margin-bottom: 120px;
}

.see-more.m-t-70 {
    margin-top: 70px;
}

.overlay--border-solid {
    border: 2px solid #D3AF60;
}


/*Statistic*/

.statistic__item {
    margin-top: 30px;
}



.statistic__item>div {
    text-align: center;
}

.number-wrap {
    display: block;
    font-size: 48px;
    color: #D3AF60;
}

.number {
    font-size: 48px;
    color: #D3AF60;
}

.label1 {
    font-size: 24px;
    color: #d5d5d5;
}


/*Blog 3*/

.blog-3 {
    padding-top: 90px;
    padding-bottom: 150px;
}

.blog-3 .blog-title {
    margin-top: 0;
}

.blog-3 .title-3 {
    margin-bottom: 90px;
}

.blog-item-3 {
    margin-top: 0px;
}

.img-blog-3 {
    position: relative;
    overflow: hidden;
}
h2.heading-man-blog-h {
    margin-bottom: 30px;
    font-size: 22px;
}

a.sbold {
    font-weight: 600;
}

.date--blog3 {
    background: #D3AF60;
    text-align: center;
    position: absolute;
    left: -50%;
    margin-left: 15px;
    margin-top: -15px;
    top: 50%;
    width: 100%;
    height: 30px;
    z-index: 10;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.date--blog3 .day {
    color: #f2f2f2;
    font-size: 18px;
}

.date--blog3 .month {
    color: #f2f2f2;
    font-size: 18px;
    text-transform: uppercase;
}

.blog-title--normal a {
    font-weight: 400;
}

.blog-title.m-b-20 {
    margin-bottom: 20px;
}



/*Contact*/

.contact__content {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    display: inline-block;
    margin-right: 30%;
}

.contact__inner .au-btn--big {
    padding: 0 40px;
}




/*--------- End Home Page 3 ---------*/


/*--------- Home Page 4 ---------*/


/*Header*/

.header--bg-dark {
    background-color: rgba(0, 0, 0, 0.6);
}


/*Slider*/

.slide-title-4-h {
    font-family: "Gyahegi";
    color: #D3AF60;
    text-transform: uppercase;
    font-weight: 600;
}

.slide-title-4 {
    font-family: "Gyahegi";
    color: #ffffff;
    text-transform: lowercase;
    text-align: center;
}

#revolution-slider4 .tparrows.gyges {
    background: rgba(0, 0, 0, .741);
    width: 90px;
    height: 90px;
}

#revolution-slider4 .tparrows:before {
    font-family: "Material-Design-Iconic-Font";
    font-size: 36px;
    color: #fff;
    line-height: 90px;
}

#revolution-slider4 .tparrows.tp-leftarrow:before {
    content: '\f2ea';
}

#revolution-slider4 .tparrows.tp-rightarrow:before {
    content: '\f2ee';
}


/*We are*/

.we-are {
    padding: 100px 0;
}

.we-are__right>h2 {
    font-family: "Gyahegi";
}

.we-are__right>h2:first-child {
    font-size: 25px;
    font-weight: 100;
    line-height: 45px;
}

.we-are .see-more.see-more--left {
    margin-top: 33px;
}

h2.title--small {
    margin-bottom: 10px;
    font-weight: 100;
}

.we-are__right {
    padding-left: 0px;
}

.we-are__right>h5 {
    font-weight: 600;
    text-transform: initial;
    margin-bottom: 19px;
    font-size: 16px;
    color: #333;
}

.we-are__left>div {
    text-align: right;
}

.we-are__item {
    /* width: 200px;
    height: 200px;
    display: inline-block; */
    margin-left: 30px;
}

.top {
    margin-bottom: 0px;
}

.top>.item:last-child {
    margin-right: 0;
}

.bottom>.item:last-child {
    margin-right: 0;
}


/*Why Choose 4*/

.why-choose4 {
    padding: 70px 0;
    padding-top: 15px;
    background-color: #f8f8f8;
}

.why-choose4__item {
    text-align: center;
    margin-top: 60px;
}

.why-choose4__item>h4 {
    margin-top: 15px;
}


/*Our Process 2 */

.our-process2 .title-3 {
    margin-bottom: 130px;
}


.parallax--our-process10::before {
    background-color: #000000a1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.overlay--light {
    background-color: rgba(0, 0, 0, 0.5);
}

.title--light {
    color: #fff;
}

.our-process2__item {
    margin: 0 auto;
    height: 270px;
    width: 270px;
    background: #222222;
    border: 2px solid #575757;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 80px 0;
    text-align: center;
    margin-bottom: 50px;
}

.our-process2__item>h4 {
    color: #efefef;
    font-family: "Gyahegi";
    font-weight: 600;
    margin-bottom: 10px;
}

.our-process2__item>h4>span {
    font-weight: 700;
    font-size: 36px;
    color: #D3AF60;
}

.our-process2__item>p {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    color: #dcdcdc;
}
.postion-change-mega .mega-icon-uri:hover {
    font-size: 20px;
    color: #000000;
}

/* Recent Project */

.latest-project.latest-project-4 .title-3 {
    margin-bottom: 120px;
}

.latest__item .overlay i {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.latest__item:hover .overlay i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*Our team 2*/

.our-team2 {
    padding: 90px 0;
    background-color: #f8f8f8;
    padding-bottom: 75px;
}

.our-team2 .title-3 {
    margin-bottom: 115px;
}

.our-team2__img {
    position: relative;
}

.our-team2__detail {
    background-color: #222;
    text-align: center;
    padding: 15px 0;
}

.our-team2__detail>h4 {
    font-weight: 600;
    color: #D3AF60;
}

.our-team2__detail>p>em {
    color: #dcdcdc;
    font-size: 11px;
}

.our-team2__contact {
    width: 100%;
    color: #ffffff;
    position: absolute;
    top: 82%;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.our-team2__contact>a.social__item {
    color: #fff;
    height: 30px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.our-team2__contact>a.social__item:hover {
    color: #333;
    border-color: #333;
}

.our-team2__link {
    cursor: pointer;
}

.our-team2__link:hover .our-team2__info {
    opacity: 1;
}

.our-team2__link:hover .our-team2__contact {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.our-team2 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 70px;
}


/*Testi Partner*/

.testi-partner {
    padding: 85px 0;
    padding-bottom: 70px;
    padding-top: 55px;
}

.testi-partner__left,
.testi-partner__right {
    margin-top: 40px;
}

.testi-partner .testi__item {
    margin-top: 0;
}

.testi-partner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 48px;
}

.title-3--left {
    text-align: left;
}

.title-3--left:after {
    width: 70px;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.title-3--right {
    text-align: right;
}

.title-3--right:after {
    width: 70px;
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.testi__person {
    width: 100px;
    height: 100px;
    float: left;
}

.testi__person>h6 {
    margin-top: 8px;
}

.testi__speech {
    margin-left: 100px;
    padding-left: 20px;
}

.testi-partner .testi-job em {
    color: #555;
}

.testi__speech blockquote {
    position: relative;
    padding: 40px;
    padding-left: 50px;
    font-size: 12px;
    line-height: -webkit-calc(23/12);
    line-height: -moz-calc(23/12);
    line-height: calc(23/12);
    margin-bottom: 0;
    border: 1px solid #f8f8f8;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

.testi__speech blockquote .big-qoute {
    left: 19px;
    top: 33px;
}

.partner-wrap1 {
    position: relative;
}

.partner-wrap1 .owl-stage-outer {
    padding: 41px 24px;
    border: 1px solid #f8f8f8;
}

.partner-wrap1 .partner__item {
    display: inline-block;
}

.partner__item {
    display: block;
    text-align: center;
}

.partner__item>img {
    margin: 0 auto;
}


/*--------- End Home Page 4 ---------*/


/*--------- Home Page 5 ---------*/


/*Header*/

.header4 {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.header4 nav.menu-desktop {
    margin-right: 0;
}

.header4 nav>ul>li {
    padding: 46px 24px;
}

.header4 nav li a {
    color: #eeeeee;
    text-transform: uppercase;
    font-family: "Gyahegi";
    font-weight: 400;
    font-size: 14px;
}

.header4 nav li a:hover {
    color: #D3AF60;
}

.logo--center {
    line-height: 111px;
    padding: 0 30px;
    background: #171717;
    margin-top: 0;
    -webkit-box-shadow: 3px 5.196px 16.74px 1.26px rgba(0, 0, 0, 0.094);
    -moz-box-shadow: 3px 5.196px 16.74px 1.26px rgba(0, 0, 0, 0.094);
    box-shadow: 3px 5.196px 16.74px 1.26px rgba(0, 0, 0, 0.094);
}

.logo--center>a {
    display: block;
}

.header4 .header-button {
    margin-top: 43px;
}

.header4 .header-button .mini-cart i {
    color: #eeeeee;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header4 .header-button .mini-cart>a:hover i {
    color: #D3AF60;
}

.header4 .header-button .mini-cart .cart-dropdown {
    top: 65px;
}

.header4 .header-button .search-button i {
    color: #eeeeee;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header4 .header-button .search-button>a:hover i {
    color: #D3AF60;
}

.header4 .header-button .search-button .form__input {
    width: 300px;
    background: transparent;
}

.header4 nav>ul>li>.sub-menu {
    top: 108px;
}

.header4 nav>ul>li>.sub-menu>li>a {
    color: #333;
    text-transform: capitalize;
}


/* Slider */

.slide-title-5-f {
    font-family: "Gyahegi";
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 400;
}

.slide-title-5 {
    font-family: "Gyahegi";
    color: #D3AF60;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

#revolution-slider5 .persephone.tparrows {
    height: 50px;
    width: 50px;
    background: transparent;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#revolution-slider5 .persephone.tparrows:hover {
    background: #D3AF60;
    border-color: #D3AF60;
}

#revolution-slider5 .persephone.tparrows:before {
    line-height: 50px;
    font-family: "Material-Design-Iconic-Font";
    color: #e3e3e3;
    font-size: 24px;
}

#revolution-slider5 .tparrows.tp-leftarrow:before {
    content: '\f2ea';
}

#revolution-slider5 .tparrows.tp-rightarrow:before {
    content: '\f2ee';
}


/*Service 4*/

.service4 {
    padding: 30px 0;
    padding-top: 50px;
}

.service4__item {
    margin-top: 20px;
}

.service4__img {
    overflow: hidden;
}

.service4__img>img {
    display: block;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

.service4__img:hover>img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.service4__content {
    padding: 25px 20px;
    border: 1px solid #FFFCEE;
    background-color: #FFFCEE;
    border-radius: 5px 5px 10px 10px;
    font-family: 'Bentoga Thin';
}

.service4__content h5 {
    text-align: left;
    margin-bottom: 0px;
}

.service4__content h5 a {
    color: #000000;
    font-size: 20px;
    font-weight: 100;
}

.service4__content h5 a:hover {
    color: #D3AF60;
}

.service4__content p {
    text-align: left;
}


/*Statistic 2*/

.statistic2 {
    background: #f8f8f8;
    padding: 55px 0;
    padding-top: 10px;
}

.statistic2__item {
    margin-top: 50px;
    text-align: center;
}

.statistic2__icon {
    margin-bottom: 25px;
}

.statistic2__info {
    font-size: 18px;
    color: #333;
}

.number1 {
    font-size: 18px;
    color: #333;
    margin-right: -4px;
}


/* Recent Project */

.title--36 {
    font-size: 36px;
}

.m-b-92 {
    margin-bottom: 92px;
}


/* Our Process 3 */

.our-process3 {
    padding: 92px 0;
    position: static;
    padding-bottom: 100px;
}

.our-process3 h2.title {
    margin-bottom: 95px;
}

.our-process3-wrap {
    position: relative;
}

.our-process3__inner {
    position: relative;
}

.our-process3__item {
    outline: none;
}

.our-process3__text {
    border: 1px solid rgb(237, 237, 237);
    padding: 72px 70px;
    padding-top: 45px;
    padding-right: 50px;
    width: 60%;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    z-index: 207;
}

.num {
    font-size: 158px;
    font-weight: 600;
    color: #D3AF60;
    line-height: 1;
}

.head {
    line-height: 1;
    font-weight: 700;
    font-size: 60px;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.p-btn {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.84);
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-btn:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.p-btn:hover {
    background: rgba(235, 205, 30, 0.84);
}

.our-process3__big-img>img {
    width: 100%;
}

.dot-wrap .slick-dots {
    position: absolute;
    top: 0;
    right: 0;
    width: 13.62%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dot-wrap .slick-dots li {
    position: static;
    margin: 0;
    width: 100%;
    height: 25%;
}

.dot-wrap .slick-dots li.slick-active .p-btn {
    background: rgba(235, 205, 30, 0.84);
}

.our-process3__big-img {
    float: right;
    width: 54%;
}

.m-b-125 {
    margin-bottom: 125px;
}

.our-process3__text {
    outline: none;
}

.our-process3__right .p-btn {
    outline: none;
}


/*--------- End Home Page 5 ---------*/


/*--------- Home Page 6 ---------*/


/*Box*/

html.homepage-box {
    background: url(../img/icon/bg-box.png) repeat;
}

body.box {
    max-width: 1200px;
    margin: auto;
    -webkit-box-shadow: 1px 1.732px 14.56px 1.44px rgba(0, 0, 0, 0.063);
    -moz-box-shadow: 1px 1.732px 14.56px 1.44px rgba(0, 0, 0, 0.063);
    box-shadow: 1px 1.732px 14.56px 1.44px rgba(0, 0, 0, 0.063);
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
}


/*Top contact 1*/

.top-contact1-wrap {
    padding: 18px 0;
    border-bottom: 1px solid #ededed;
}

.top-contact1-wrap span {
    font-size: 11px;
    color: #969696;
}

.top-contact1-wrap span>a {
    font-size: 11px;
    color: #969696;
}

.top-contact1-wrap span>a:hover {
    color: #D3AF60;
}


/*Header Stick 6*/

.header-stick6 nav>ul>li a {
    text-transform: uppercase;
    font-size: 13px;
}

.header6.header-stick .logo {
    margin-top: 0;
}


/*Header 6*/

.header6 h1 {
    margin-top: 8px;
}

.header6 .header-button>.pull-right {
    margin-left: 20px;
}

.header6 nav>ul>li a {
    text-transform: uppercase;
    font-size: 13px;
}

.header6 .sub-menu {
    top: 77px;
}

.header6 .header-button {
    margin-top: 28px;
}

.header6 .search-button {
    position: relative;
}

.header6 .search-button .form-header {
    margin-right: 0;
}

.header6 .search-button .form-header button {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: none;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.header6 .search-button .form-header button i {
    font-size: 18px;
    color: #444444;
}

.header6 .search-button .form__input {
    display: block;
    width: 150px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-left: 0;
}

.header6 .search-button .form__input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #D3AF60 !important;
}

.header6 nav.menu-desktop {
    margin-right: 40px;
}


/*Slider*/

.slide-title-6.yellow {
    color: #D3AF60;
}

.slide-title-normal.black {
    color: #333;
}

.slide-title-normal {
    font-family: "Gyahegi";
    font-weight: 400;
    text-transform: uppercase;
}

.slide-title-6 {
    font-family: "Gyahegi";
    font-weight: 600;
    text-transform: uppercase;
}

.slide-title-light {
    font-family: "Gyahegi";
    font-weight: 300;
    text-transform: uppercase;
}

.slide-label {
    color: #fff;
    font-family: "Gyahegi";
    text-transform: uppercase;
    text-align: center;
    background: #ff8383;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.white {
    color: #fff;
}

.slide6 .tp-caption.au-btn--pill.au-btn.au-btn--slide {
    color: #333;
}

.slide-content-1 {
    color: #fff;
}

.au-btn--white.au-btn--slide {
    color: #333;
    background-color: #fff;
}

.au-btn--white.au-btn--slide:hover {
    background-color: #D3AF60;
}


/* Product */

.product-wrap {
    padding: 30px 0;
    padding-top: 0;
    border-bottom: 1px solid #ededed;
}

.product__item {
    margin-top: 30px;
}

.product__item>a {
    position: relative;
    display: block;
    overflow: hidden;
}

.product__item>a>img:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.product__item>a>img {
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.label {
    position: absolute;
    z-index: 10;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 18px;
}

.label--rect {
    display: inline-block;
    font-family: "Gyahegi";
    font-weight: 300;
    padding: 0 25px;
    line-height: 40px;
    color: #fff;
    background-color: #f39cc3;
    top: 15px;
    left: 20px;
}

.au-collect {
    font-family: "Gyahegi";
    font-weight: 300;
    color: #fff;
    top: 15px;
    left: 20px;
}

.sale-off {
    font-family: "Gyahegi";
    font-weight: 300;
    color: #333333;
    top: 15px;
    left: 20px;
}

.sale-off>span {
    font-family: "Gyahegi";
    color: #f1646c;
    font-weight: 400;
    font-size: 18px;
}


/*Our Product*/

.title-6 {
    font-size: 24px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 25px;
}

.our-product {
    padding: 65px 0;
    padding-bottom: 30px;
}

#pro-menu {
    margin: auto;
    margin-bottom: 20px;
}

#pro-menu .nav-pills .nav-link.active {
    background-color: #D3AF60;
}

#pro-menu .nav-pills .nav-link {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 6px 25px;
    text-transform: uppercase;
    text-align: center;
}

.label--small {
    padding: 0 15px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 25px;
    top: 10px;
    left: 10px;
}

.label--small.pink {
    background-color: #f1646c;
}

.label--small.green {
    background-color: #9dd5c0;
}

.pro__item {
    margin-top: 30px;
}

.pro__img {
    position: relative;
}

.pro-info--dark {
    background: rgba(0, 0, 0, 0.42);
}

.pro__detail {
    border: 1px solid #ededed;
    border-top: none;
    padding: 25px 0;
    text-align: center;
}

.pro__detail>h5 {
    margin-bottom: 10px;
}

.pro__detail>h5>a {
    font-size: 16px;
    font-weight: 400;
    color: #555;
}

.pro__detail>h5>a:hover {
    color: #D3AF60;
}

.pro__detail>.pro__price {
    margin-bottom: 6px;
}

.pro-info--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pro__add {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.pro-link:hover .pro__add {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.pro__price .old {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    margin-right: 20px;
}

.pro__price .current {
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.pro__star>i {
    color: #D3AF60;
}


/*Service 5*/

.service5 {
    background-color: #f8f8f8;
    padding: 60px 0;
    padding-top: 20px;
}

.service5__item {
    margin-top: 40px;
    padding: 3px;
}

.service5__inner {
    border: 1px solid #fff;
    padding: 15px 0;
    padding-left: 30px;
    padding-right: 15px;
}

.service5__inner .box-body {
    margin-left: 63px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 0;
    padding-top: 10px;
    padding-left: 40px;
}

.service5__inner .box-body h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
}

.service5__inner .box-body p {
    line-height: 1;
    text-transform: uppercase;
}

.service5__item.pink {
    background-color: #f39cc3;
}

.service5__item.orange {
    background-color: #fac174;
}

.service5__item.green {
    background-color: #9dd5c0;
}


/*Testi && latest*/

.testi-lastest {
    padding: 50px 0;
    padding-top: 10px;
}

.testi-lastest__left,
.testi-lastest__right {
    margin-top: 40px;
}

.testi-lastest .testi-job em {
    color: #666;
}

.title6--left {
    text-align: left;
}

.testi-lastest__left .testi__item {
    margin-top: 0;
}

.testi-lastest__left .title-6 {
    margin-bottom: 40px;
}

.testi-lastest__right .title-6 {
    margin-bottom: 40px;
}

.testi-lastest__right .blog-item .img-blog {
    position: relative;
}

.testi-lastest__right .blog-item .date {
    color: #fff;
    padding: 5px 0;
    left: 10px;
    right: auto;
}

.testi-lastest__right .blog-item .date span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.testi-lastest__right .blog-item .date .day {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px;
}

.date--yellow {
    background-color: #D3AF60;
}

.testi-lastest__right .blog-item .blog-content h4 {
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.testi-lastest__right .blog-item .blog-content h4>a {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.testi-lastest__right .blog-item .blog-content h4>a:hover {
    color: #D3AF60;
}

.testi-lastest__right .blog-item .blog-content p {
    margin-bottom: 15px;
}

.testi-lastest__right .blog-item .blog-content div>a {
    color: #555;
    text-transform: uppercase;
    font-size: 13px;
}

.testi-lastest__right .blog-item .blog-content div>a:hover {
    color: #D3AF60;
}

.testi-lastest .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}


p.content-services-mina a {
    color: #d3af60;
}
p.element-pera-lato-text a {
    color: #d3af60;
}

/*Footer*/

.logo-footer {
    margin-bottom: 35px;
}

.footer-3 {
    background-color: #222;
    padding-top: 70px;
    text-align: left;
}

.footer-3 p {
    color: #dcdcdc;
}

.title-footer {
    font-size: 18px;
    font-weight: 600;
    color: #f1f1f1;
    margin-top: 30px;
}

.social-footer {
    margin-top: 15px;
}

.social-footer a {
    display: inline-block;
    margin-right: 15px;
}

.social-footer a i {
    color: #c7c7c7;
}

.footer-3 .social-footer a i {
    font-size: 18px;
}

.social-footer a:hover i {
    color: #D3AF60;
}

.copyright-2 {
    margin-top: 55px;
    padding: 22px 0;
    text-align: center;
    border-top: 1px solid #5f5f5f;
    color: #a2a2a2;
}

.copyright-2 span {
    color: #D3AF60;
}

.m-b-26 {
    margin-bottom: 26px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.con__item {
    margin-bottom: 20px;
}

.con__item i {
    margin-right: 15px;
}


/*Gallery*/

.gallery__item {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 25%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gallery__item .pro-link:hover .overlay--invisible {
    opacity: 1;
}


/*--------- End Home Page 6 ---------*/


/*--------- Project ---------*/



.navigation h1 {
    color: #fff;
    font-size: 18px;
    float: none;
    padding-right: 0px;
    text-transform: none;
    display: block;
    margin: 5px 0px;
    font-weight: 100;
    text-align: center;
    line-height: 35px;
}

.breadcrumbs {
    float: none;
    margin-top: 3px;
    padding: 0px;
    text-align: center;
}

.breadcrumbs span {
    display: inline-block;
    font-family: 'Bentoga Thin';
    font-size: 18px;
    margin: 0 3px;
    color: #fff;
}

.breadcrumbs li {
    font-size: 18px;
    color: #fff;
    font-family: 'Bentoga Thin';
}

.breadcrumbs li a {
    color: #D3AF60;
    font-size: 16px;
}

.project1 {
    padding: 60px 0;
    padding-top: 10px;
}

.project-sub-services {
    padding: 100px 0;
    padding-top: 50px;
}

.sub-service-why-choose {
    padding: 60px 0;
    padding-top: 10px;
}

.project1 .see-more {
    margin-top: 90px;
}

.project2 {
    padding: 80px 0;
    padding-top: 65px;
}

.project3 #filter-wrap {
    margin-bottom: 65px;
}

#filter li {
    margin: 0 30px;
}

#filter li span {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#filter li span:hover {
    color: #D3AF60;
}

#filter-wrap {
    margin-bottom: 40px;
    text-align: center;
}

.align-set-ft-el {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#isotope-grid .col-md-6 {
    display: block;
    float: left;
}

.project__item {
    margin-top: 30px;
}

.pro-info--darker {
    background: rgba(0, 0, 0, 0.6);
}

.project--hover .project__item .company {
    text-transform: capitalize;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 30px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    margin-bottom: 6px;
}

.project--hover .project__item .company>a {
    color: #D3AF60;
    font-size: 30px;
}

.project--hover .project__item .company>a:hover {
    color: #fff;
}

#filter .active span {
    color: #D3AF60;
}

.project--hover .project__item .cat-name {
    line-height: 1;
    text-align: left;
    position: absolute;
    bottom: -18px;
    left: 30px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.project--hover .project__item .pro-link:hover .company {
    -webkit-transform: translateY(-39px);
    -moz-transform: translateY(-39px);
    -ms-transform: translateY(-39px);
    -o-transform: translateY(-39px);
    transform: translateY(-39px);
}

.project--hover .project__item .pro-link:hover .cat-name {
    -webkit-transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    -o-transform: translateY(-42px);
    transform: translateY(-42px);
}

.project--hover .project__item .cat-name a em {
    color: #d5d5d5;
    font-size: 13px;
}

.project--hover .project__item .cat-name a:hover em {
    color: #fff;
}

.project--zoom .pro__img {
    overflow: hidden;
}

.project--zoom .pro__img a img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.project--zoom .pro__img:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.project--zoom .pro__text {
    text-align: center;
    padding: 25px 0;
    border: 1px solid #ededed;
}

.project--zoom .pro__text .company a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.project--zoom .pro__text .company a:hover {
    color: #222;
}

.project--zoom .pro__text .cat-name a em {
    color: #999;
}

.project--zoom .pro__text .cat-name a:hover em {
    color: #555;
}

/*Project 3*/

.project3 {
    padding: 90px 0;
    padding-top: 65px;
}

.project3 .project__item {
    margin-top: 0;
}

.project3 .project--hover .project__item .cat-name em {
    font-size: 11px;
}

.project3 .col-md-4 {
    float: left;
}


/*Project 4*/

.project4 {
    padding: 90px 0;
    padding-top: 65px;
}

.project4 .col-md-4 {
    float: left;
    padding: 0 30px;
}

.project4 .project__item .pro__text .company {
    margin-bottom: 5px;
}


/*Project 5*/

.project5 {
    padding: 90px 0;
    padding-top: 65px;
}

.project5 .project__item {
    margin-top: 0;
}

.project5 .project__item .pro-info .company a {
    text-transform: uppercase;
    font-size: 18px;
}

.project5 #isotope-grid {
    margin-top: 30px;
}

.project5 .see-more {
    margin-top: 90px;
}


/*Project 6*/

.project6 {
    padding: 90px 0;
    padding-top: 65px;
}

.project6 .project__item .pro-info .company {
    margin-bottom: 0;
}

.project6 .project__item .pro-info .company a {
    font-size: 16px;
    text-transform: uppercase;
}

.project6 .project--hover .project__item .company {
    left: 20px;
}

.project6 .project--hover .project__item .cat-name {
    left: 20px;
}

.project6 .project--hover .project__item .cat-name em {
    font-size: 11px;
}

.project6 .see-more {
    margin-top: 90px;
}


/*--------- End Project ---------*/


/*About Us*/

.parallax--nav-1::before {
    background-color: #00000091;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*404 Page*/

.navigation--bgf8 {
    background-color: #f8f8f8;
    padding: 125px 0;
}

.navigation--bgf8 h2 {
    color: #333;
}

.navigation--bgf8 .breadcrumbs span {
    color: #333;
}

.navigation--bgf8 .breadcrumbs .active {
    color: #333;
}

.page-404 {
    padding-top: 80px;
    padding-bottom: 90px;
    text-align: center;
}

.page-404 .big-info {
    font-size: 18px;
    font-weight: 700;
    color: #999;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.page-404 .big-info>span {
    display: block;
    font-size: 85px;
    font-weight: 700;
    color: #999;
    margin-bottom: 5px;
}

.page-404 .see-more {
    margin-top: 40px;
}


/*Testimonial*/


#owl-client-say-1 .client-wrap .client__item.clearfix:first-child {
    margin-bottom: 30px;
}

.client-say--testi {
    padding-top: 75px;
    padding-bottom: 60px;
}

#owl-client-say-1 .client-wrap .client-content {
    /* padding: 0 40px; */
    padding-left: 40px;
    padding-right: 35px;
}

.client-say--testi .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.client-say--testi .client-name {
    font-size: 16px;
    margin-bottom: 10px;
}


/*Our Process Page*/

.process-page {
    padding: 100px 0;
}

.process-page .pro__img {
    overflow: hidden;
}

.process-page .pro__img img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.process-page .pro__img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.bg-f8 {
    background: #f8f8f8;
}

.process-page .pro__text>h2 {
    margin-bottom: 30px;
}

.process-page .pro__text>p {
    margin-bottom: 15px;
}

.process-page .pro__text>h2>span {
    font-size: 60px;
    font-weight: 700;
    color: #D3AF60;
}

.process-item {
    display: table;
}

.process-item>.process__left {
    display: table-cell;
    width: 50%;
}

.process-item>.process__right {
    display: table-cell;
    width: 50%;
}

.pro__text-wrap {
    padding-left: 70px;
    padding-right: 70px;
    vertical-align: middle;
}

.li-item {
    margin-bottom: 15px;
}

.li-item>i {
    font-size: 18px;
    color: #D3AF60;
    margin-right: 7px;
}

.process-page .pro__text>h2.m-b-20 {
    margin-bottom: 20px;
}

.process-page .pro__text>p>span {
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}

.process-page .pro__text>p.m-b-0 {
    margin-bottom: 0;
}

.pro-bar-wrap .bar__title {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}

.color-e1 {
    background: #D3AF60;
}

.color-333 {
    background: #333;
}

.process-page .pro__text>p.m-b-30 {
    margin-bottom: 30px;
}

.process-page .pro-bar-wrap .pro-bar-container.m-y-15 {
    margin: 15px 0;
}

.process-page .pro-bar-wrap .pro-bar-container {
    height: 10px;
    margin: 0;
    border: none;
    border-color: transparent;
    margin: 8px 0;
}

.process-page .pro-bar-wrap .pro-bar {
    height: 10px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}


/* Portfolio */

.port1 {
    padding: 90px 0 50px 0;
}

.port1-img {
    display: block;
    float: left;
    width: 33.33%;
    padding-right: 30px;
}

.port1__img-wrap {
    margin-top: 30px;
    margin-right: -30px;
}

.port1__img-wrap .port1-img {
    padding-right: 30px;
}

.port1__img-wrap .port1-img a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.port1__img-wrap .port1-img a:hover img {
    opacity: 0.5;
}

.port__text {
    margin-bottom: 25px;
    margin-left: 20px;
}

.port__text>h3 {
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.port__info {
    margin-left: 20px;
    border: 1px solid #cecece;
    padding: 30px 0;
}

.port__info-list>li {
    margin-bottom: 25px;
    text-align: center;
}

.port__info-title {
    min-width: 90px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
}

.port__info-value {
    min-width: 100px;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
}

.port__info-title span:last-child {
    margin-bottom: 0;
}

.port__info-value span:last-child {
    margin-bottom: 0;
}

.port__info-value span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.port-nav-wrap {
    text-align: center;
    background: #f8f8f8;
    padding: 35px 0;
    margin-top: 45px;
}

.port-nav-wrap i {
    font-size: 24px;
    color: #666;
}

.port-nav-wrap .nav-port i {
    font-size: 16px;
}

.port-nav-wrap a.nav-port:hover i {
    color: #D3AF60;
}

.port-nav-wrap a.nav-port {
    display: block;
}

.social--port {
    text-align: center;
    margin-top: 40px;
}

.social--port a {
    margin-right: 20px;
}

.social--port a i {
    color: #666666;
    font-size: 16px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.social--port a:hover i {
    color: #D3AF60;
}

.port2 {
    padding-top: 85px;
    padding-bottom: 50px;
}

.port2 .port__text {
    margin-left: 0;
}

.port2 .port__info {
    margin-left: 0;
}

.port2 .port__img {
    margin-bottom: 50px;
}

.port2 .col-lg-4 {
    padding-right: 35px;
}

.port2 .col-lg-8 {
    padding-left: 35px;
}

.port__img.m-b-0 {
    margin-bottom: 0;
}

.port3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.port3 .port__info {
    margin-left: 0;
    margin-top: 50px;
}

.port3 .port__text {
    margin-bottom: 0;
    margin-top: 50px;
    margin-left: 40px;
}

.port3 .port__text h3 {
    text-transform: capitalize;
}

.port3 .port__img {
    margin-top: 50px;
}


/* End Portfolio */


/*Service List*/


p.border-class-left-services {
    font-weight: 600;
    color: #494949;
    border-left: 4px solid #D3AF60;
    padding-left: 5px;
    margin: 10px 0px;
}

.service-pro-desing {
    position: absolute;
    z-index: 99;
    top: 15%;
    left: -5%;
}

.service-list {
    padding: 100px 0;
    padding-top: 30px;
}

.service-list__item {
    margin-top: 30px;
}

.service-list__text {
    text-align: center;
    padding: 25px 50px;
    border: 1px solid #ededed;
}

.service-list__text>h5>a {
    font-size: 16px;
    font-weight: 700;
}

.service-list__text>h5>a:hover {
    color: #D3AF60;
}

.service-list__text>h5 {
    margin-bottom: 15px;
}

.service-list .contact2 {
    margin-top: 70px;
}



.contact2__item>p {
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact2 .partner-wrap1 {
    padding: 78px 30px;
    background: #f8f8f8;
    border: none;
    margin-top: 40px;
    padding-bottom: 31px;
}

.contact2 .partner-wrap1 .owl-stage-outer {
    padding: 0;
    border: none;
}

#owl-partner-2.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 23px;
}

/* New Design */
.services-point {
    padding-top: 70px;
    padding-bottom: 50px;
}

.box-into-services {
    border: 1px solid #D3AF60;
    border-radius: 10px;
    padding: 6px;
}

.top-content-des {
    display: flex;
    align-items: center;
    padding: 15px 5px 25px 0px;
}

.services-het {
    font-weight: 100;
    font-size: 16px;
    line-height: 35px;
}

.par-services {
    color: #494949;
    font-family: 'lato', system-ui;
    font-weight: 100;
}

.icon-services {
    padding: 10px 10px 30px 25px;
    border-right: 1px solid #D3AF60;
    margin-right: 15px;
    width: 30%;
}
.content-box-services-tb {
    width: 69%;
}

/* img.service-icon-box {
    width: auto;
} */
section.services-block-about.padding-services-page {
    padding-bottom: 70px;
}

.border-bt {
    height: 1px;
    background-color: #D3AF60;
    width: 112px;
    position: absolute;
    bottom: 69%;
    left: 17px;
}

h2.main-heading-ser {
    font-weight: 100;
    font-size: 22px;
    line-height: 45px;
}
h1.main-heading-ser {
    font-weight: 100;
    font-size: 22px;
    line-height: 45px;
}
.tab-heading-top{
    margin-bottom: 30px;
}

p.content-services-mina {
    color: #494949;
    text-align: justify;
    font-style: normal;
    font-weight: 500;
    /* text-transform: capitalize; */
    margin: 10px 0px;
}

p.icon-box-services-ele {
    font-size: 14px;
    color: #000;
    font-family: 'Lato-Semibold' !important;
    margin-top: 15px;
}

.icon-arrow {
    background-color: #d3af60;
    color: white !important;
    font-size: 14px !important;
    border-radius: 100%;
    padding: 7px 7px 5px 10px;
    margin-right: 5px !important;
}

.contact-info-box-services {
    background-color: #d3af60;
    padding: 20px 50px;
    border-radius: 10px;
    color: white;
    display: inline-block;
}

.pe-extra-serve-ele {
    padding: 10px 28px;
}

p.call-to-acction {
    font-weight: 100;
    font-size: 14px;
}

p.font-decress-box {
    font-size: 20px;
    font-weight: 100;
    font-family: 'lato', sans-serif;
    display: flex;
    align-items: center;
}

.icon-phone-call-serv {
    font-size: 30px;
    margin-right: 8px;
}

img.image-postion-box-services {
    position: absolute;
    top: 45%;
    width: 60%;
    right: 0%;
}

.services-block-about {
    padding: 100px 0px;
    padding-bottom: 100px;
}

h4.heading-box-services-element {
    font-size: 20px;
    font-family: 'Bentoga Thin';
    font-weight: 100;
    text-transform: none;
    margin: 0;
    color: #fff;
}

p.paraghrap-class-box-services {
    font-size: 12px;
    font-family: 'Poppins-Light' !important;
    font-weight: 100;
    line-height: 18px;
    text-transform: none;
    margin: 0px;
    color: #fff;
}

.box-paralle-renovation {
    background-position: center;
    background-size: cover;
    padding: 60px 10px 10px 10px;
    background-repeat: no-repeat;
}

.box-height-services {
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.box-infomation-services {
    padding: 50px 0px;
}


.bg-zoom-hover {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 2s ease-in-out;
}

.bg-zoom-hover:hover {
    background-size: 120%;
}


.tab-pane {
    display: none;
    /* Hide all tab contents by default */
}

.tab-pane.active {
    display: block;
    /* Show the active tab content */
}

.nav-tabs .nav-link {
    border-bottom: 2px solid transparent;
    /* Default (no border) */
    transition: border-color 0.3s ease;
    /* Smooth transition */
}

.nav-tabs .nav-link.active {
    border-bottom: 2px solid #007bff;
    /* Add a border to active tab */
}

.active-design-tbs.active {
    background-color: white;
    color: #D3AF60;
    border: none;
    font-size: 19px;
    font-family: 'lato', sans-serif;
    font-weight: 100;
    display: flex;
    align-items: center;
}

.none-active-tabs {
    background-color: white;
    border: none;
    color: #494949;
    font-size: 19px;
    font-family: 'lato', sans-serif;
    font-weight: 100;
    display: flex;
    align-items: center;
}

.none-active-tabs:hover {
    background-color: white;
    border: none;
    color: #D3AF60;
    font-size: 19px;
    font-family: 'lato', sans-serif;
    font-weight: 100;
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.tab-content-element {
    display: flex;
    align-items: center;
}

img.number-icon-box {
    width: 70px;
}

.image-box-layer-element img {
    width: 1850px;
}

.tab-box-services {
    padding: 50px 0px;
}

.border-services-tab {
    height: 1px;
    background-color: #d3af60;
    width: 35px;
    margin-left: 10px;
}

/*End service list*/


/*Service v1*/

.service-content {
    padding: 100px 0;
}

.service-tab {
    margin-top: 50px;
}

.service-tab>ul>li>a {
    display: block;
    padding: 0 10px;
    text-align: center;
    line-height: 70px;
    font-size: 13px;
    background: #f9f9f9;
    color: #333;
    text-transform: capitalize;
}

.service-tab>ul>li>a:hover {
    border-left: 5px solid #D3AF60;
    border-right: 5px solid #D3AF60;
    background: #333333;
    color: #D3AF60;
}

.service-tab>ul>li.active>a {
    border-left: 5px solid #D3AF60;
    border-right: 5px solid #D3AF60;
    background: #333333;
    color: #D3AF60;
}

.service-text {
    margin-top: 60px;
    padding-left: 30px;
}

.service-text h5 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.service-text.m-t-50 {
    margin-top: 50px;
}


/*End Service v1*/


/*Service v2*/

.service-img-wrap {
    margin-right: -30px;
    margin-top: 30px;
}

.service-img {
    display: block;
    float: left;
    width: 25%;
    padding-right: 30px;
}

.parallax-backgroung::before {
    background-color: #0000007d;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-content {
    padding: 70px 0;
    padding-top: 70px;
}

.contact-info {
    padding: 20px 30px;
    background: #ffffff;
    display: flex;
    align-items: center;
}

.contact-info .col-md-3>div {
    text-align: center;
}

.contact-info .col-md-3>div>i {
    color: #666;
    font-size: 18px;
    margin-right: 10px;
}

.form-contact-wrap {
    padding: 35px;
}

.form-contact-wrap h4 {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Gyahegi';
    font-size: 33px;
    font-weight: 200;
}

.form-contact input,
textarea {
    width: 100%;
    font-weight: 100;
    font-family: 'Lato';
    color: #ffffff;
    background-color: #0e0e0e00;
    outline: none;
    padding: 10px;
    border: 1px solid #ffffff;
}

.form-contact input {
    margin-bottom: 15px;
}

.form-contact textarea {
    min-height: 100px;
}

.form-contact-wrap div>button {
    border: none;
    cursor: pointer;
    margin-top: 10px;
}


/*End Contact*/


/*Product*/

.img-head__inner {
    padding-bottom: 50px;
    border-bottom: 1px solid #ededed;
}

.pro-list-wrap {
    padding-bottom: 70px;
}

.pro-sorting {
    padding: 45px 0;
    padding-bottom: 15px;
}

.pro-sorting .sort-left {
    text-transform: uppercase;
    color: #333;
}

.pro-sorting .sort-right #order-by {
    text-transform: uppercase;
    color: #333;
    border: none;
    outline: none;
}

.page-number {
    display: inline-block;
    width: 30px;
    line-height: 28px;
    border: 1px solid #cecece;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
}

.page-number>i {
    font-size: 13px;
}

.page-number.dots {
    line-height: 30px;
}

.page-number.current,
.page-number:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}

.pro-list-wrap .au-pagination {
    margin-top: 70px;
}


/*End Product*/


/*Blog List*/


.blog-list-wrap {
    padding-top: 20px;
    padding-bottom: 70px;
}

.blog-list-wrap .blog-list .blog-item {
    margin-top: 70px;
}

.blog-sidebar {
    /* margin-top: 70px; */
    padding-left: 30px;
}

.blog-sidebar .blog__search .search-form {
    position: relative;
}

.blog-sidebar .blog__search .search-form input {
    color: #999;
    border: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    outline: none;
}

textarea,
input {
    -o-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
}

textarea:focus,
input:focus {
    border-color: #D3AF60 !important;
}

.form-footer .form__input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.blog-sidebar .blog__search button {
    position: absolute;
    top: 1px;
    right: 9px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
    border: none;
    background: transparent;
    color: #888888;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    outline: none;
    cursor: pointer;
}

.title-sidebar {
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}

.title-sidebar:after {
    content: "";
    width: 50px;
    height: 5px;
    background-color: #D3AF60;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.blog__about {
    margin-top: 30px;
}

.blog__recent {
    margin-top: 40px;
}

.blog__recent .blog__recent-item {
    margin-top: 15px;
}

.blog__recent .blog__recent-item .img {
    width: 40%;
}

.blog__recent .blog__recent-item .text {
    margin-left: 40%;
    padding-left: 15px;
}

.blog__recent .blog__recent-item .text>h6>a {
    line-height: 20px;
    font-weight: 600;
}

.blog__recent .blog__recent-item .text>p {
    margin-top: 5px;
}

.blog__recent .blog__recent-item .text>p>em {
    font-size: 11px;
    color: #999;
}

.blog__cate {
    margin-top: 45px;
}

.blog__cate>li>a {
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.blog__cate>li>a:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 18px;
    content: "\f105";
    color: #D3AF60;
    position: absolute;
    left: 0px;
    top: 0px;
}

.blog__cate>li>a:hover {
    color: #D3AF60;
    margin-left: 10px;
}

.blog__cate>li>a>span {
    margin-left: 25px;
}

.blog__cate>li>a>span>em {
    font-size: 11px;
    color: 9px;
}

.blog__tag-wrap {
    margin-top: 40px;
}

.blog__tag>a {
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 6px 20px;
    text-shadow: none;
    font-size: 13px;
    float: left;
    border: 1px solid #cecece;
    color: #555;
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.blog__tag>a:hover {
    background: #D3AF60;
    color: #fff;
    border-color: #D3AF60;
}

.pagination-wrap {
    padding: 30px 0;
    background: #f8f8f8;
}

.pagination-wrap .nav-port>i {
    font-size: 18px;
}

.pagination-wrap .page-number-wrap {
    text-align: center;
}
.blog-item img {
    border-radius: 20px;
}


/*End Blog List*/


/*Blog Grid*/

.blog1 {
    padding-top: 15px;
    padding-bottom: 70px;
}

.padding-left-right-elt {
    margin-left: 0px;
    margin-right: 0px;
}

.blog1 #isotope-grid .blog-item {
    margin-top: 30px;
}

.blog1 .blog-item .img-blog {
    margin-bottom: 0;
}

.blog1 .blog-item .blog-content {
    border: 0px solid #ededed;
    padding: 15px 10px 15px 10px;
}

.blog1 .blog-item .blog-content .blog-meta {
    margin-bottom: 10px;
}

.blog1 .blog-item .blog-content .blog-meta .author,
.cate,
.time {
    color: #999;
    font-size: 11px;
    text-transform: capitalize;
}

.blog1 .blog-item .blog-content .blog-meta .author,
.cate {
    margin-right: 25px;
}

.blog1 .blog-item .blog-content .blog-title>a {
    font-weight: 100;
}


/*End Blog Grid*/


/*Blog Detail*/

.blog-detail {
    padding-top: 0px;
    padding-bottom: 0px;
}

.blog-detail .blog-title {
    font-weight: 100;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: 'Bentoga Thin';
}

.blog-detail .blog-thumb {
    margin-top: 20px;
}

.blog-detail .blog-meta .author {
    color: #999;
    font-size: 11px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-right: 25px;
}

.blog-quote {
    margin: 40px 0 25px 70px;
    border-left: 5px solid #D3AF60;
    padding-left: 25px;
}

.blog-footer {
    padding: 15px 0;
    background: #f8f8f8;
    margin-top: 40px;
    margin-bottom: 55px;
}

.blog-footer .tags span {
    text-transform: uppercase;
    font-size: 11px;
}

.blog-footer .tags a {
    font-size: 11px;
    color: #666;
}

.blog-footer .tags a:hover {
    color: #D3AF60;
}

.blog-footer .share a {
    display: inline-block;
    margin-right: 20px;
    color: #999;
}

.blog-footer .share a:hover {
    color: #D3AF60;
}

.blog-footer .share a i {
    font-size: 14px;
}

.cmt-title {
    text-transform: capitalize;
    font-weight: 600;
}

.cmt-list>li {
    margin: 30px 0;
}

.cmt-list>li.children {
    padding-left: 125px;
}

.cmt-list .cmt-right {
    margin-left: 125px;
    padding: 24px 30px;
    border: 1px solid #cecece;
}

.user-img {
    width: 100px;
}

.cmt-list .cmt-right h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.cmt-list .cmt-right .cmt-date {
    margin-bottom: 13px;
}

.cmt-list .cmt-right .cmt-date em {
    color: #999;
    font-size: 11px;
}

.cmt-list .cmt-right .cmt-reply {
    margin-top: 10px;
}

.cmt-list .cmt-right .cmt-reply a {
    color: #D3AF60;
}

.cmt-leave {
    margin-top: 60px;
}

.cmt-leave>.cmt-title {
    margin-bottom: 25px;
}

.cmt-leave form textarea,
.cmt-leave form input {
    width: 100%;
    color: #999;
    outline: none;
    padding: 15px 20px;
    border: 1px solid #cecece;
}

.cmt-leave form textarea {
    min-height: 200px;
}

.cmt-leave form input {
    margin-top: 15px;
}

.send-cmt {
    margin-top: 40px;
}

.send-cmt>button {
    outline: none;
    border: none;
    cursor: pointer;
}


/*End Blog Detail*/


/*Single Product*/

.breadcrumbs-inner {
    padding: 25px 0;
    border-top: 1px solid #ededed;
}

.breadcrumbs1>li>a {
    color: #D3AF60;
    font-size: 13px;
}

.span-active {
    color: #D3AF60;
}

.single-product {
    padding-bottom: 30px;
}

.single-product-img-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
}

.single-product-img-thumb>li {
    width: 142px;
    height: 142px;
    margin-right: 10px;
}

.single-product-img-thumb>li:last-child {
    margin-right: 0;
}

.single-product-detail>h2 {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.single-product-detail>.pro__price {
    margin-bottom: 10px;
}

.single-product-detail>.pro__price>.current {
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

.single-product-detail .pro__star {
    margin-bottom: 25px;
}

.single-product-detail .pro__star>span {
    display: inline-block;
    color: #999;
    font-size: 13px;
    margin-left: 10px;
}


/*Quantity Input*/

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 80px;
    height: 50px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 25px;
    border: 1px solid #cecece;
    font-size: 15px;
    color: #333;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 50px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-collapse: collapse;
    width: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 10;
    background: #fff;
}

.quantity-button:hover {
    background-color: #D3AF60;
    border-color: #D3AF60;
}

.quantity-button:hover i {
    color: #333;
}

.quantity-button i {
    color: #999;
    font-size: 15px;
    font-weight: 300;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0px;
    height: 50%;
    border-bottom: 1px solid #cecece;
}

.single-product-form {
    margin-top: 30px;
}

.single-product-form form button[type=submit] {
    border: none;
    cursor: pointer;
    margin-left: 20px;
}

.single-product-tab {
    margin-top: 35px;
}

.single-product-tab .nav-tabs .nav-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666;
    font-size: 13px;
    padding: 15px 30px;
}

.single-product-tab .nav-tabs .nav-link:hover {
    color: #D3AF60;
}

.single-product-tab .nav-tabs .nav-link.active {
    border-color: #cecece;
    border-bottom-color: transparent;
    color: #333;
}

#pro-content {
    border: 1px solid #cecece;
    border-top: none;
    padding: 40px 25px;
}

.tcolor-333 {
    color: #333;
}

.sbold {
    font-weight: 600;
}


/*End Single Product*/


/*Cart*/

.cart-wrap {
    padding-top: 20px;
    padding-bottom: 70px;
}

.table-cart.table thead {
    background: #666;
    color: #fff;
    border: none;
}

.table-cart.table thead tr {
    border: none;
}

.table-cart.table thead th {
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-cart.table tr {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.table-cart.table td {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-collapse: collapse;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.img-cart {
    display: inline-block;
    width: 70px;
    height: 70px;
}

.pro-cart>span {
    margin-left: 25px;
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
}

.cart-button>form>input[type=text] {
    padding: 15px 20px;
    font-size: 13px;
    color: #999;
    border: 1px solid #cecece;
}

.cart-button>form>input[type=text]:focus {
    outline: none;
}

.cart-button>form>button {
    margin-left: 25px;
    border: none;
    cursor: pointer;
}

.cart-total {
    margin-top: 45px;
}

.table-cart-total.table-bordered tr td {
    border-color: #cecece;
    padding: 40px;
    font-size: 16px;
}

.table-cart-total.table-bordered tr td.total {
    font-size: 24px;
    color: #333;
    text-align: left;
}

.table-order.table-hover tr td.total {
    font-size: 24px;
    color: #333;
    text-align: left;
}

.table-order.table tr td {
    text-align: left;
}

.table-order.table tr .name {
    padding-left: 70px;
}

.table-cart-total.table-bordered {
    border-color: #cecece;
}


/*End Cart*/


/*Checkout*/

.checkout-wrap {
    padding-bottom: 45px;
}

.suggest {
    padding-top: 2px;
    border-top: 3px solid #D3AF60;
}

.suggest__inner {
    background: #f8f8f8;
    padding: 15px 30px;
}

.suggest__inner>i {
    color: #D3AF60;
    font-size: 24px;
    margin-right: 30px;
    vertical-align: middle;
}

.suggest__inner>span>a {
    color: #D3AF60;
    font-size: 13px;
}

.suggest__inner>span>a:hover {
    text-decoration: underline;
}

.au-input-group {
    margin-top: 15px;
}

.au-input-group>label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.au-input-group>label>span {
    font-size: 15px;
    color: #D3AF60;
}

.au-input-group .au-form-control {
    outline: none;
    border: 1px solid #cecece;
    padding: 0 15px;
    line-height: 48px;
    width: 100%;
    font-size: 13px;
    color: #999;
}

.au-input-group select.au-form-control {
    padding: 13px 15px;
    font-size: 13px;
    color: #999;
}

.au-input-group input[type=checkbox] {
    vertical-align: middle;
}

.au-input-group .checkmark {
    font-size: 15px;
    color: #666;
    margin-left: 6px;
}

.pay-method {
    background: #f8f8f8;
    padding: 40px 70px;
    border-bottom: 1px solid #cecece;
}

.checkmark1 {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin-left: 15px;
}

.pay-method-instruct {
    margin-left: 32px;
    margin-top: 10px;
}

.paypal-instruct {
    margin-top: 15px;
}

.paypal-instruct img {
    vertical-align: middle;
}

.paypal-instruct a {
    margin-left: 5px;
}

.paypal-instruct a:hover {
    text-decoration: underline;
}

.form-sub {
    padding: 30px 70px;
    background: #f8f8f8;
}


/*End Check Out*/






/* Home */
ul.ul--inline.ul--no-style li a {
    font-family: 'Poppins-Light';
}

section.about-mocub {
    padding: 100px 0px;
}

a.btn-head {
    border: 1px solid white;
    color: white;
    padding: 8px 26px;
    font-family: 'Poppins-Light';
}

a.btn-head:hover {
    background-color: #D3AF60;
    border: 1px solid #D3AF60;
    color: white;
    padding: 8px 26px;
    font-family: 'Poppins-Light';
}

a.btn-style {
    background-color: #D3AF60;
    color: white;
    padding: 10px 25px;
    display: inline-block;
    font-family: 'Poppins-Light';
}

a.btn-style:hover {
    background-color: black;
    color: white;
    padding: 10px 25px;
    display: inline-block;
    font-family: 'Poppins-Light';
}

img.logo-width-head {
    width: 100px;
}

.element-boot-inter h1 {
    font-size: 155px;
    position: relative;
    display: inline-flex;
    z-index: 9999;
    left: 0%;
    top: 5px;
    line-height: 155px;
    color: #000;
    font-family: "Gyahegi";
    font-weight: 100;
    letter-spacing: 5px;
}

h2.mb-2.h3-elemtent-fm {
    font-family: "Gyahegi";
    color: #000;
    font-weight: 100;
    font-size: 22px;
    line-height: 45px;
    margin-bottom: 15px !important;
}

.p-test.mt-5 p {
    font-family: "lato";
    color: #000;
    width: 90%;
    float: right;
}

a.element-port-btn {
    color: #AA8E54;
    text-decoration: underline;
    font-family: 'Poppins-Light';
}

p.element-footer-style {
    color: white;
    padding-top: 15px;
    font-family: 'lato', sans-serif;
    display: inline-block;
}

.footer-divider-element {
    background-color: white;
    height: 0.5px;
    margin: 30px 0px 2px 0px;
}

p.parallax-text-ft-element {
    font-size: 24px;
    line-height: 45px;
    color: white;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 100;
    font-family: 'Gyahegi' !important;
}

.box-index-ft {
    align-items: center;
    display: grid;
    position: relative;
    justify-items: center;
}

.ftm-bt-ft-belemt {
    background-color: #302F33;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    right: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

img.width-form-ft-element {
    width: 100%;
    left: 0%;
    position: relative;
    top: 20px;
}

h3.form-text-alight {
    font-size: 30px;
    font-family: 'Bentoga Thin';
    font-weight: 100;
}

p.element-pera-lato-text-ft-el {
    font-size: 14px;
    font-weight: 100;
    color: #494949;
}



.service4__content.extra-class-services {
    background-color: white;
    border: none;
    padding: 0px;
}

h2.heading-services-ft-element {
    font-size: 20px;
    color: black;
    font-weight: 100;
}

.extra-class-number-btn {
    background-color: #ffffff00;
    padding: 10px 0px 6px 0px;
    border: none;
}

.service_image img {
    width: 70px;
}

.heading-counter-ft-process-elemtn.pro-head {
    font-size: 18px;
    font-weight: 100;
    color: black;
    font-family: 'Bentoga Thin' !important;
    line-height: 25px;
}

p.number-sub-btm-last-sec {
    font-size: 18px;
    font-family: 'Lato-Semibold' !important;
    font-weight: 600;
    margin-bottom: -8px;
}

h2.sub-heading-counter- {
    margin: 0;
    padding: 0;
    line-height: 20px;
}

p.heading-counter-ft-process-elemtn {
    line-height: 24px;
    margin-bottom: 4px !important;
    color: white;
    font-family: 'Bentoga Thin' !important;
}

h2.sub-heading-counter- a {
    font-family: 'Bentoga Thin';
    font-size: 15px;
    font-weight: 100;
    margin: 8px 0px 5px 0px;
    color: black;
    display: block;
}

.count-proces-number-ft {
    background-color: #302F33;
    padding: 61px 28px;
    border-radius: 10px;
}

p.heading-counter-ft-process-d.different-box {
    color: white;
    font-size: 30px;
    font-weight: 100;
    line-height: 35px;
    font-family: 'Bentoga Thin' !important;
}

h2.decor-heading-h3 {
    color: white;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 15px;
    font-family: 'Gyahegi';
}
h2.decor-heading-h3 {
    color: white;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 43px;
    margin-bottom: 15px;
    font-family: 'Gyahegi';
}
h2.decor-heading-h3 span.span-color {
    font-size: 26px;
}

p.box-layer-ft-elemt {
    color: #ffffff;
    font-weight: 100;
    /* text-transform: capitalize; */
    margin-top: 10px;
    font-weight: 300;
}
p.sub-service-single {
    font-size: 22px;
    margin: 15px 0px 0px 0px;
    font-family: 'Lato' !important;
    font-weight: 400;
    line-height: 20px;
}

h3.item-box-heading {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 10px;
    text-transform: capitalize;
}

.item-box-number-banner {
    display: inline-flex;
}

.number-box-ft h2 {
    color: #d3af60;
    font-weight: 100;
    margin-right: 15px;
    font-size: 40px;
    line-height: 25px;
}

.item-box-content1 {
    background-color: #D3AF60;
    border-radius: 10px;
    padding: 42px 45px;
    margin: 0;
}

h4.sub-heading-about-element-2 {
    font-weight: 100;
    color: #fff;
    font-size: 24px;
}

h1.about-element-heading-1 {
    font-size: 55px;
    font-weight: 100;
    color: #fff;
}

/* .img-width-set-abou img {
    width: 320px;
} */

.img-width-set-abou img {
    width: 100%;
    border-radius: 6px;
}

.box-into-set-border {
    border: 1px solid #D3AF60;
    padding: 0px;
    margin-left: 46px;
}

.box-into-set-border-2 {
    border: 1px solid #D3AF60;
    padding: 30px 25px 25px 30px;
    position: relative;
    top: -8px;
    right: 8px;
}

h2.vision-box-text {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 5px;
    line-height: 45px;
}

.about-mission {
    font-size: 12px;
    font-family: "lato", serif;
    font-weight: 100;
}

.image-box-content img {
    width: 100%;
    height: 325px;
}

.box-item-about-element {
    display: inline-flex;
    border: 1px solid #D3AF60;
    border-radius: 10px;
    align-items: center;
    margin-left: 10px;
    height: 325px;
}

.h1-heading-box-content {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 5px;
    font-family: 'Bentoga Thin';
}

.content-box-ele {
    padding: 20px 15px 10px 15px !important;
}
.li-item.pd-left {
    padding-right: 15px;
}
.li-item.pd-right {
    padding-left: 15px;
}
.middle-views-lp {
    display: block;
}
.middle-views-lp p.call-to-acction {
    font-weight: 100;
    font-size: 13px;
    color: white;
    margin-bottom: 0px;
}
/* according */
.cart-postion-box {
    display: flex;
    align-items: center;
}

h3.faq-title-box {
    font-size: 20px;
    font-weight: 100;
    color: black;
    margin-bottom: 10px;
    font-family: 'Bentoga Thin';
}

a.btn-project-faq {
    text-decoration: underline;
    color: #000000;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    font-family: 'Bentoga Thin';
}
.ul-point-sytl-blog b {
    font-family: 'Lato';
    font-weight: 600;
}

img.img-faq-project {
    width: 1000px;
}

.content-box-fq {
    width: 50%;
    float: left;
    padding-right: 20px;
}
.faq-img-box {
    width: 50%;
}
p.menu-headding-mobile {
    padding: 10px 20px;
    border-bottom: 2px solid #d3af60;
    font-family: 'Gyahegi' !important;
    font-size: 12px;
}
.accordion {
    margin-top: 40px;

    .card {
        border: none;
        margin-bottom: 20px;
        border-bottom: 2px solid #D3AF60;
        border-radius: 0;
        padding: 15px 10px 20px 10px;
        width: 100%;
        box-shadow: none;

        h2 {
            background: url("../images/front-page/clarity_close-line.png") no-repeat calc(100% - 10px) center;
            background-size: 32px;
            cursor: pointer;
            font-size: 24px;
            font-family: 'Bentoga Thin';
            font-weight: 100;

            &.collapsed {
                background-image: url("../images/front-page/ph_arrow-up-thin.png");
            }
        }

        &-body {
            padding-left: 0;
            padding-right: 0;
        }
    }
}


/* Contact Page */
h2.main-heading-contact {
    font-size: 18px;
    font-weight: 100;
    font-family: 'Bentoga Thin';
}

p.main-sub-contact {
    font-size: 14px;
    color: black;
    font-weight: 100;
    font-family: 'lato', sans-serif;

}

.contact-form-extra-element {
    background-color: #FDF3EB;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.custom-design {
    color: #D3AF60;
    font-size: 25px;
    padding-right: 20px;

}

h4.contact-h4-heading-contact-info {
    font-size: 18px;
    font-weight: 100;
}

.form-input-element input {
    background-color: white;
}
.place-change, textarea, input {
    color: black !important;
}
.place-change-ft, textarea, input{
    color: black !important;
}

.place-change::placeholder {
    color: #494949;
    font-family: 'lato' !important;
}

.place-change-ft::placeholder {
    color: #fff;
    font-family: 'lato' !important;
}
select.design-change{
    font-weight: 100;
    font-family: 'Lato';
    color: #fff !important;
    background-color: #00000000;
    outline: none;
    padding: 12px;
    border: 1px solid #ffffff;
    margin-bottom: 10px;
}
select.design-ft-form {
    width: 100%;
    font-weight: 100;
    font-family: 'Lato';
    color: #fff !important;
    background-color: #00000000;
    outline: none;
    padding: 8px;
    border: 1px solid #ffffff;
    margin-bottom: 15px;
}

select.select-option-ft {
    padding: 10px;
    width: 100%;
    background-color: #ffffff00;
    color: white;
    font-weight: 100;
    font-family: 'Lato';
    margin-bottom: 14px;
    border: 1px solid;
}

.option-ct-ft {
    padding: 10px;
    width: 100%;
    background-color: #ffffff00;
    color: black;
    font-weight: 100;
    font-family: 'Lato';
    margin-bottom: 14px;
    border: 1px solid;
}

.change-bt {
    background-color: white;
}

/* Sub-services */
.sub-service {
    padding: 80px 0px 40px 0px;
}

.box-element-sub-services {
    padding: 5px 10px 25px 50px;
}

.sub-services-parahgrhap {
    padding: 25px 50px 20px 43px;
}
.sub-services-parahgrhap p a {
    color: #d3af60;
}
.sub-services-parahgrhap p a:hover {
    color: black;
}

img.postion-change-sub-services-left {
    position: relative;
    left: -50px;
    border-radius: 80px 0px 80px 0px;
}

img.postion-change-sub-services-right {
    position: relative;
    left: 45px;
    border-radius: 135px 0px 135px 0px;
}

.box-sub-services-color {
    background-color: #D3AF60;
    color: white;
    padding: 20px 15px 20px 15px;
    height: 265px;
    margin-top: 5px;
}

.box-sub-services-black {
    background-color: #302F33;
    color: white;
    padding: 20px 15px 20px 15px;
    height: 250px;
}

img.responsive-image {
    height: 520px;
}

.extra-box-re.mb-2 {
    font-size: 18px;
    font-family: 'Bentoga Thin';
    color: white;
}

.box-image-sub {
    width: 70px;
}
p.text-justify-extra-ct {
    text-align: justify;
    margin-top: 5px !important;
}

h4.sub-services-heading-why {
    text-align: end;
    width: 50%;
    font-weight: 500;
    float: inline-end;
    font-size: 50px;
    line-height: 80px;
}

.service-box-item-element-item {
    background-color: #FFF8EF;
    padding: 25px 15px 20px 25px;
    height: 275px;
}

h4.nits-inner-end-serv {
    font-weight: 100;
    font-size: 32px;
    line-height: 45px;
    font-family: 'Bentoga Thin';
}

.box-extra-services-sub-services {
    background-color: #1A0604;
    padding: 25px 30px 20px 30px;
    height: 275px;
    display: flex;
    align-items: center;
}

a.btn-paralex-sub-serv-white {
    background-color: #D3AF60;
    color: white;
    font-family: 'Poppins-Light';
    padding: 13px 23px;
    margin-right: 10px;
}

a.btn-paralex-sub-serv-color {
    background-color: #fff;
    color: #D3AF60;
    font-family: 'Poppins-Light';
    padding: 13px 23px;
}

/* ENd */

/* Sub Services  */
.icon.display-postion-change {
    display: flex;
    margin: 15px 30px 15px 0px;
    justify-content: space-between;
}

.icon-box-sub-services {
    display: flex;
    width: 50%;
}

img.icon-sub-box-elemt {
    width: 90%;
}

img.icon-sub-box-elemt-2 {
    width: 190px;
}

.icon-box-content-sub-element {
    margin: 0px 10px;
}

b.bold-style-chnage {
    color: white;
    margin-left: 13px;
    transition: transform 0.3s ease;
}

.extran-hoer-image-ft img {
    border-radius: 250px 250px 0px 0px;
    transition: border-radius 0.5s ease-in, border-radius 1.5s ease-out;
}

.extran-hoer-image-ft img:hover {
    border-radius: 0px 0px 0px 0px;
    transition: border-radius 0.3s ease-in, border-radius 1s ease-out;
}

img.over-lap-video-ft-ele {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 60%;
}

.contact-info-head {
    color: white;
    margin-top: -10px;
    text-align: end;
}

a.head-ctm-phone-icon {
    color: white;
    font-weight: 100;
    font-family: 'Lato';
    font-size: 18px;
}

.custom-design-head-icon {
    color: #d3af60;
    font-size: 20px;
}

p.element-pera-lato-text {
    font-size: 14px;
    color: #494949;
    line-height: 26px;
}

p.mar-left-serv {
    margin-left: 35px;
}

p.heading-box-services-element.pb-3.pl-3 {
    color: white;
}

.header-button-margen-stick {
    margin-top: 20px;
}

.box-sub-services-color p.element-pera-lato-text {
    color: white;
    font-size: 12px;
    line-height: 20px;
}

.box-sub-services-black p.element-pera-lato-text {
    color: white;
    font-size: 12px;
    line-height: 20px;
}

/* Mega menu */
.postion-change-mega {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.image-box-mega {
    margin-right: 5px;
    width: 10%;
}

p.mega-menu-url-heading {
    font-size: 15px;
    text-align: left;
    font-family: 'Lato' !important;
}

p.mega-menu-heading {
    margin-bottom: 20px;
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #d3af60;
    text-align: left;
    font-size: 14px;
    font-family: 'Gyahegi' !important;
}
p.parag-mega-link {
    text-align: left;
    font-size: 13px;
}
.contet-mega-ele {
    width: 89%;
}

.mega-icon-uri {
    font-size: 20px;
    color: #d3af60;
}

.postion-change-mega .mega-icon-uri:hover {
    /*font-size: 30px;*/
    color: #000000;
}

.blog-title-section {
    padding: 140px 0px 50px 0px;
}

.h3-elemtent-blog-bt {
    color: #1E1E1E;
    font-family: 'Bentoga Thin';
    font-size: 28px;
    font-style: normal;
    font-weight: 100;
    line-height: 70px;
}

.blog-dt-heading {
    display: flex;
    justify-content: space-between;
}

p.blog-bt-date-p {
    color: #797979;
    text-align: justify;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.2%;
}

img.bg-bt-2 {
    height: auto;
    width: 100%;
}

img.bg-bt-1 {
    height: auto;
    width: auto;
}

.blog1 .blog-item .blog-content .blog-title-bt>a {
    font-weight: 100;
    color: #000;
    font-family: 'Gyahegi';
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: 25px;
}

span.time-bt {
    color: #585858;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.dt-parallel-box span.date-img-box {
    position: absolute;
    z-index: 999;
    margin-top: -70px;
    left: 32px;
    display: block;
    background: #D3AF60;
    padding: 25px 10px;
    line-height: 0;
    font-size: 22px;
    color: white;
    font-family: Lato;
}

p a.bt-details-link {
    color: #D3AF60;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 8px;
    margin-top: 13px;
}

h3.heading-bt-main {
    color: #1E1E1E;
    font-family: 'Gyahegi';
    font-size: 38px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

h4.blog-title-heaing-in a {
    color: #000;
    font-family: 'Bentoga Thin';
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    line-height: 30px;
}

.blog-new-item-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-blog-new-3 {
    margin-right: 20px;
    width: 70%;
    float: left;
}

.blog-content-sty-2 {
    width: 30%;
}

.span-date-box-2 {
    display: block;
    background: #D3AF60;
    padding: 25px 10px;
    line-height: 0;
    font-size: 22px;
    color: white;
    font-family: Lato;
    width: fit-content;
}

.blog-section-1 {
    padding-top: 60px;
    padding-bottom: 0px;
}

.blog-section-2 {
    padding-top: 10px;
    padding-bottom: 50px;
}

.blog-section-last {
    padding-top: 10px;
    padding-bottom: 80px;
}

.contant-text-project p {
    width: 75%;
    text-align: justify;
}

.contant-text-project {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.card-design-custm {
    border: none;
    border-bottom: 1px solid #EDD0BA;
    border-radius: 0 !important;
    margin-bottom: 20px;
    width: 100% !important;
    box-shadow: none !important; 

}

.new-pd-body-box {
    padding: 10px 10px;
}

.custom-contaner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.box-right {
    width: 65%;
}

.box-right img {
    height: 385px;
    width: 100%;
}

.box-parallel-item {
    width: 35%;
}

.item-content-box-leyout {
    border-radius: 10px;
    background: #D3AF60;
    box-shadow: -1px 5px 44px 1px rgba(44, 30, 30, 0.10);
}

.item-content-box-leyout {
    border-radius: 10px;
    background: #D3AF60;
    box-shadow: -1px 5px 44px 1px rgba(44, 30, 30, 0.10);
    padding: 50px 50px 50px 50px;
    margin-left: -20px;
    position: relative;
    left: 130px;
}

h3.title-paralle-box {
    color: #FFF;
    font-family: 'Gyahegi';
    font-size: 26px;
    font-style: normal;
    font-weight: 100;
    line-height: 50px;
    letter-spacing: 1.92px;
}

.btn-box-style {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.btn-box-1 a {
    background-color: white;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    padding: 10px 20px;
}

.btn-box-2 a {
    background-color: #ffffff00;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #fff;
    margin-left: 20px;
    color: white;
}

span.icon-leyar {
    line-height: 0;
    margin-right: 10px;
}

.prallel-box-project {
    padding: 60px 0px;
    padding-bottom: 100px;
}

.padding-proejct {
    padding: 50px 0px;
}

span.span-color {
    background: #D3AF60;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Gyahegi';
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    line-height: 50px;
    text-transform: capitalize;
}

.bt-new {
    font-size: 30px;
}


.tabs {
    width: 100%;
}

.tab-list {
    display: flex;
    margin-bottom: 10px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    background: white;
    border-bottom: 1px solid #D3AF60;
    color: #D3AF60;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    letter-spacing: 0.6px;
}

.tab.active {
    background: #ffffff;
    color: #D3AF60;
    border: 1px solid #D3AF60;
    border-bottom: none;
    border-radius: 0;
}

.tab-content {
    border: 0px solid #f0f0f0;
    padding: 20px;
    border-radius: 5px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.service-ft-box-ley-1 {
    font-size: 36px;
    color: black;
    font-weight: 100;
    line-height: 40px;
}

.width-set-h2-ft {
    font-size: 30px;
    width: 85%;
}

img.image-box-effect-2 {
    width: 100%;
    position: absolute;
    animation: shake 20s ease 0s infinite normal none;
}

img.image-box-effect {
    position: absolute;
    width: 100%;
    left: -30px;
    animation: shake 20s ease 0s infinite normal none;
}
p.about-paralle-box {
    color: #FFF;
    text-align: center;
    font-family: 'Gyahegi' !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 100;
    line-height: 55px;
    letter-spacing: 1.44px;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.tab-list {
    display: flex;
    margin-bottom: 10px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

h2.ctm-new-ftm {
    line-height: 50px;
    font-size: 26px;
}

/* End services */





.custom-tabs-container {
    width: 100%;
    overflow: hidden;
  }
  
  .custom-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    margin-bottom: 20px;
    justify-content: center;
  }
  
  .custom-tabs::-webkit-scrollbar {
    display: none;
  }
  
  .custom-tab {
    padding: 0px 20px;
    cursor: pointer;
    background: #ffffff;
    border: 2px solid #ffffff;
    margin-right: 10px;
    text-align: center;

    color: #D3AF60;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 161.602%;
    letter-spacing: 0.48px;
    border-radius: 0;
  }
  
  .custom-tab:hover {
    background: #fff;
    /* border-bottom: 2px solid #D3AF60; */
  }
  
  .custom-tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
    margin-top: 10px;
  }
  
  .custom-tab.active {
    background: #4caf5000;
    border-bottom: 2px solid #D3AF60;
    color: #D3AF60;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 161.602%;
    letter-spacing: 0.48px;
    border-radius: 0;
}
  
  .custom-tab-content.active {
    display: block;
  }
  .img-blog img {
    margin-bottom: 20px;
    border-radius: 10px;
}
.logo {
    text-align: center;
    width: 10%;
    margin-top: 20px;
}
.header-button.pull-right.clearfix {
    width: 22%;
}
nav.menu-desktop.menu-desktop--show.pull-right{
    width: 58%;
    text-align: center;
}
.item-box-number-banner.mt-4 {
    margin-top: 30px !important;
}
h5.card-title {
    font-size: 12px;
    line-height: 30px;
}
.icon-box-content-sub-element {
    margin: 0px 10px;
    width: 80%;
}
.image-icon-box-postion {
    width: 20%;
    float: left;
}

  
  .holographic-card {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.5s ease;
  }
  
  .holographic-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg, transparent, transparent 30%, rgb(255 255 255 / 30%));
    transform: rotate(-45deg);
    transition: all 1.5s ease;
    opacity: 0;
  }
  .holographic-card:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
  }
  ul.custom-scroll-bar-mega {
    overflow: auto;
    height: 350px;
  
    /* For WebKit Browsers */
  }
  ul.custom-scroll-bar-mega::-webkit-scrollbar {
    width: 5px; /* Width of vertical scrollbar */
  }
  
  ul.custom-scroll-bar-mega::-webkit-scrollbar-button {
    display: none; /* Hides the arrows */
  }
  
  ul.custom-scroll-bar-mega::-webkit-scrollbar-track {
    /* background: #f0f0f0; */
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
  
  ul.custom-scroll-bar-mega::-webkit-scrollbar-thumb {
    background: #d3af60;
    border-radius: 10px;
    /* border: 2px solid #f0f0f0; */
  }
  
  ul.custom-scroll-bar-mega::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
 
  




  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .popup-content {
    background: #FDF3EB;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    position: relative;
}

.js-contact-form {
    margin-top: 10px;
}
  .close-btn {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
  }
  .popup-form {
    border: none;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: white;
}

.popup-form::placeholder {
    color: #000;
    font-family: 'Lato';
}
.popup-form, textarea, input {
    color: black !important;
    font-family: 'Lato';
}
h4.popup-heading {
    font-size: 18px;
    margin-top: 20px;
    line-height: 40px;
    margin-bottom: 15px;
}
.blog-title-section h2 {
    font-size: 18px !important;
    line-height: 35px;
}
.blog-title-section h4 {
    font-size: 15px !important;
    line-height: 40px;
}


.blog-bt-form {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 10px;
    border-radius: 0px;
    background-color: white;
    border: none;
    font-family: 'Lato';
}

.blog-bt-form::placeholder {
    color: #474747;
    font-family: 'Lato';
}
.contact-from-blog-details {
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    width: 100%;
    padding: 30px 15px 40px 15px;
    margin: 0;
    background-color: #FDF3EB;
    border-radius: 10px;
}

.bg-box-parll-dot {
    display: flex;
    align-items: center;
    position: relative;
    left: -100px;
    bottom: 0px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
    padding: 10px 40px 10px 12px;
    animation: shake 20s ease 0s infinite normal none;
}
.elemnet-img-icon-box {
    padding-right: 10px;
}
.img-postion-mid {
    position: absolute;
    left: -60px;
}  
.video-size {
    width: 731px; /* Set the width to match your image */
    height: 550px; /* Set the height to match your image */
    object-fit: cover; /* Ensure the video covers the entire area */
    display: block; /* Optional: Removes extra spacing */
  }
  video.width-form-ft-element {
    width: 100%;
    left: 0%;
    position: relative;
    top: 20px;
}  
img.image-respnosive-footer-copy {
    width: 60px;
    margin-top: -4px;
}

p.footer-copy-right-left {
    width: 100%;
    text-align: left;
}
p.footer-copy-right-right {
    width: 100%;
    text-align: right;
}
a.footer-copy-anker-tag {
    font-size: 14px;
    color: white;
}
p.foter-conteant{
    color: white;
    font-family: 'Lato';
    padding-top: 15px;
    text-align: center;
}

.copyright-li li a {
    color: white;
    font-family: 'Lato';
    padding-top: 11px;
}
.copyright-li li {
    color: white;
    font-family: 'Lato';
    padding: 11px 5px 0px 0px;
}
h4.padding-left-right-elt {
    font-size: 20px;
}
.privacy-policy-page-section {
    padding: 50px 0px 70px 0px;
    color: black;
}
ul.li-ul-box-privacy li {
    font-size: 14px;
    font-family: 'Lato';
    list-style: disc;
    margin-left: 40px;
    line-height: 25px;
    margin-bottom: 10px;
}

ul.deisgn-heading-number-terms li {
    font-size: 14px;
    font-family: 'Lato';
    list-style: none;
    margin-left: 0px;
    line-height: 25px;
    margin-bottom: 15px;
}
ul.li-ul-box-privacy {
    margin-top: 15px;
    margin-bottom: 16px;
    display: block;
}
.inter-box-terms {
    border-bottom: .5px solid #cbcbcb;
    padding-bottom: 20px;
}
thead.heading-th tr th {
    border-bottom-width: 2px;
    color: #222;
    font-size: 15px;
    font-family: 'Lato-Semibold';
    font-weight: 500;
}
p.class-heaadin-para-inner-int {
    font-weight: 700;
    padding: 5px 0px 13px 0px;
}
ul.dot-none-prive-inter li {
    font-size: 14px;
    font-family: 'Lato';
    list-style: none;
    line-height: 22px;
    margin-bottom: 0px;
    color: #666;
}
ul.color-box-new li {
    color: #666;
    line-height: 16px;
}
tbody.table-data tr {
    color: #666;
}
.terms-section h3 {
    /* font-size: 18px; */
    /* font-family: 'Lato-Semibold'; */
    margin-bottom: 10px !important;
    color: #222;
}
.terms-section p {
    color: #666;
}


ul.deisgn-heading-number-terms {
    padding-bottom: 10px;
    border-bottom: .5px solid #cbcbcb;
}
b.li-bold {
    font-weight: 500;
    color: black;
    font-family: system-ui;
}
.btn-box-info-dt p {
    color: #FFF;
    text-align: justify;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}
p.border-new-set-b {
    border-bottom: 1px solid #D3AF60;
    width: fit-content;
}
.icon-box {
    width: 10%;
    float: left;
}

.phone-number {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}
.blog-dt-info {
    color: white;
    font-size: 20px;
}
.content-box-infro {
    width: 90%;
    color: white;
    font-family: 'Lato';
    font-size: 16px;
    margin-top: -7px;
}
h3.heading-contact-info {
    color: white;
    margin-bottom: 20px;
}
h4.contact-form-man-ele {
    color: black;
    font-size: 20px;
    line-height: 45px;
}
.error-message {
    color: red;
    font-weight: bold;
  }
  ul.li-ul-box-terms-das li {
    font-size: 15px;
    font-family: 'Lato';
    list-style: none;
    margin-left: 0px;
    line-height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: .5px solid #cbcbcb;
    padding: 9px 15px;
}
ul.li-ul-box-terms-das.bordr-layout {
    border: .5px solid #cbcbcb;
    border-radius: 5px;
    overflow: hidden;
    border-bottom: none;
}
p.layout-bg-terms-book {
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 5px;
    background-color: hsla(0, 0%, 97%, .5);
    color: #666;
    font-size: 14px;
}
.das-box {
    width: 12px;
    height: 1px;
    background-color: black;
    margin-right: 15px;
}
ul.li-ul-box-privacy-tables li {
    list-style: nu;
    font-size: 14px;
    font-family: 'Lato';
    line-height: 30px;
    margin-left: 15px;
}
table.table.table-bordered td, th {
    font-family: 'Lato';
}
.terms-section h3.padding-privacy {
    text-transform: capitalize;
}
.widht-set {
    width: 20%;
    padding: 14px 13px;
    float: left;
    margin-right: 13px;
}
.widht-set-ph {
    width: 75%;
}
input.widht-set-ph {
    width: 77%;
}
select.design-change option {
    color: black;
}
.mobile-pedding-column-1 {
    padding-right: 5px;
}
.mobile-pedding-column-2 {
    padding-left: 5px;
}
select.design-ft-form option {
    color: black;
}

p.head-bar-email {
    color: white;
    line-height: 10px;
    margin-top: 15px;
}

.zoom-effect-slow img  {
    transition: transform 0.3s ease-in, transform 1s ease-out;
}
.zoom-effect-slow img:hover {
    transform: scale(1) translateY(5px); /* Zoom in effect */
}
ul.ul-point-sytl-blog li {
    font-size: 14px;
    font-family: 'Lato';
    list-style: disc;
    margin-left: 40px;
}
ul.ul-point-sytl-blog {
    margin-top: 15px;
}
.image-box-content img {
    border-radius: 10px;
}
.img-width-set-abou-secrion-2 img {
    border-radius: 8px;
}
.service4__img img {
    border-radius: 8px;
}
img.services-box-imge {
    border-radius: 10px;
}
.heading-faq h2 {
    font-size: 20px;
    text-align: center;
}
.faq-section.service-box {
    padding: 0px 0px 100px 0px;
}
.faq-service-pro {
    margin-top: 40px;
}
.faq-service-pro .faq-btn {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: normal;
}
.faq-service-pro .faq-content {
    font-size: 16px;
}











  
  





 
  .slider-box label {
    flex: 1 1 calc(33.33% - 20px); /* Responsive width: 3 items per row with gap */
    max-width: calc(100% - 0px);
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
  #slider {
    position: relative;
    width: 260px;
    height: 24vw;
    max-height: 650px;
    margin: 80px auto;
    font-family: 'Helvetica Neue', sans-serif;
    perspective: 1500px;
    transform-style: preserve-3d;
    overflow: visible;
    cursor: grab;
}

#slider:active {
    cursor: grabbing;
}

input[type=radio] {
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    opacity: 0.5;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
}

input[type=radio]:checked {
    opacity: 1;
}

#slider label,
#slider label img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
    cursor: pointer;
    transition: transform 400ms ease, opacity 400ms ease;
    display: flex;
}

/* Center Slide */
#s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
    /* box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4); */
    transform: translate3d(0%, 0, 200px) scale(1.1);
    z-index: 5;
    opacity: 1;
}

/* Right Slides */
#s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
    transform: translate3d(118%, 46px, 0px);
    opacity: 1;
}

#s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
    transform: translate3d(223%, 46px, 0px);
    opacity: 1;
}

/* Left Slides */
#s1:checked ~ #slide5,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
    transform: translate3d(-118%, 46px, 00px);
    z-index: 4;
    opacity: 1;
}

#s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
    transform: translate3d(-223%, 46px, 0px);
    z-index: 3;
    opacity: 1;
}
.image-parallel-box-ser {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    width: 100%;
    padding: 25px 10px 25px 15px;
    color: white;
    align-items: end;
    align-content: flex-end;
}
p.slider-service-box-sub {
    color: #FFF;
    font-family: 'Bentoga Thin' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 21px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
#slider label {
    margin-bottom: 0px !important;
}
.heading h1 {
    font-size: 22px;
}
h2.ntm-sm-h {
    font-size: 22px;
}
.heading h2 {
    font-size: 22px;
}
h3.nm-font {
    font-family: 'Gyahegi';
}
/* Reponsive-hidden-mobile and desktop */
.image-responsive-mobile img {
    display: none;
    width: 100%;
    height: auto;
}
.desktop-hidden-why-choose {
    display: none;
}
/* Ene */


/* custome.css file */


.home-width {
    width: 90%;
    display: block;
    float: right;
}
.home-new-leyout {
    display: flex;
    justify-content: flex-end;
}
.home-page-bg-top {
    padding: 250px 0px 350px 0px;
}
h1.slide-text-new {
    color: white;
    font-family: 'Gyahegi';
    line-height: 60px;
    font-size: 25px;
}
h1.slide-text-new span {
    color: white;
    font-family: 'Gyahegi';
    line-height: 60px;
    font-size: 25px;
}
.new-head-icon-dis {
    display: flex;
}
.new-head-align {
    text-align: left;
}
.new-home-head-side-bar img {
    width: 35px;
    margin-right: 5px;
}
.title-box-ho {
    color: #1E1E1E;
    font-family: 'Bentoga Thin';
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 24px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}
.new-home-box-info-servi {
    color: #1E1E1E;
    font-family: 'Gyahegi';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.new-home-exploring {
    color: #1E1E1E;
    font-family: 'Gyahegi';
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
p.new-home-parlle-bg-mid {
    color: #F4E7DD;
    text-align: center;
    font-family: Gyahegi;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 242.1%;
    text-transform: capitalize;
}
.new-home-review {
    color: #1E1E1E;
    font-family: 'Gyahegi';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
h4.new-home-video-form {
    color: #1E1E1E;
    font-family: 'Gyahegi';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    text-transform: capitalize;
    width: 70%;
}
h4.new-home-from-heding {
    color: #1E1E1E;
    font-family: 'Gyahegi';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
.new-home-re-design {
    background-color: #F8F8F8;
}
input.new-from {
    border: 1px solid #8F8F8F;
}
.new-from::placeholder {
    color: #494949;
    font-size: 14px;
    font-family: 'Poppins-Light' !important;
}
select.new-from {
    border: 1px solid #8F8F8F;
    color: #494949 !important;
}
textarea.new-from {
    border: 1px solid #8F8F8F;
    color: #494949;
}
button.form-button {
    background: #D3AF60;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.869px;
    text-transform: capitalize;
    padding: 10px 30px;
}





.timeline-container {
    max-width: 100%;
    margin: auto;
}


.number-process {
    padding: 100px 0px;
}

/* Timeline Line */
.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 25px;
    width: 100%;
    height: 1px;
    background: #000;
    z-index: -1;
}

.step {
    text-align: center;
    position: relative;
    flex: 1;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    margin: auto;
    position: relative;
    z-index: 1;
    left: -55px;
    right: 0;
}

.card {
    background: white;
    box-shadow: 0 2px 0px rgb(89 0 0 / 10%);
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-top: none;
}
.title-box-ho {
    text-align: left;
}
.icon-box-img img {
    width: 45px;
    margin-bottom: 12px;
}
.new-home-tab {
    color: #494949;
}
.new-home-tab.active {
    color: #494949;
    border-bottom: 1px solid #494949;
    font-family: 'Poppins-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 161.602%; /* 29.088px */
    letter-spacing: 0.54px;
    
}
.custom-tab {
    color: #494949;
    font-family: 'Poppins-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 161.602%; /* 29.088px */
    letter-spacing: 0.54px;

}
.new-ftm p {
    color: #d3af60;
    font-weight: 100;
    margin-right: 10px;
    font-size: 18px !important;
    line-height: 15px;
    font-family: 'Bentoga Thin' !important;
}
.count-home-new {
    font-family: 'Bentoga Thin';
}
h2.new-home-hdiw {
    color: #000;
    font-family: 'Gyahegi';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
.number-style {
    color: #000;
    font-family: "Wasted Vindey";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
h4.popup-heading {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 40px;
}

.sticky-button {
    position: fixed;
    right: 10px;
    top: 45%;
    transform: translateY(-50%);
    background-color: #fef7d200;
    color: #494949;
    padding: 13px 13px;
    border: none;
    line-height: 0;
    border-radius: 100px;
    font-size: 12px;
    cursor: pointer;
    z-index: 1000;
}
.para-parallel-ftm p{
    font-size: 13px;
}



.swiper-slide {
    height: auto;
}

.first-column {
    width: 57.4% !important;
    border-bottom: 1px solid #EDD0BA80;
}

.second-column {
    width: 40.5% !important;
    border-bottom: 1px solid #EDD0BA80;
}
a.new-btm.margen {
    margin-bottom: 15px;
    display: block;
}
.swiper-pagination.cutom-point-swifp {
    margin-top: 20px;
    position: relative;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d3af60;
    border: 1px solid #d3af60;
    padding: 5px;
}
span.swiper-pagination-bullet{
    background-color: #e9cc8c;
    border: 1px solid #e9cc8c;
    padding: 5px;   
}
h5.align-c-txt {
    text-align: center;
}
p.none-box-servie{
    font-size: 13px;
    text-align: justify;
    line-height: 23px;

}
p.nit-hont-box {
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
    margin-top: 15px;
}
h3.fot-ch-nm {
    font-size: 18px;
    font-family: 'Gyahegi';
}


.contact-from-blog-details p.popup-heading {
    font-size: 15px !important;
    line-height: 40px;
    font-family: 'Gyahegi' !important;
}


/*Blog Details TOC*/
html {
    scroll-behavior: smooth;
  }

  .toc-wrapper {
    border: 1px solid #ddd;
    padding: 15px;
    max-width: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
  }

  .toc-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }

  .toc-header {
    font-weight: 600;
    font-size: 18px;
  }

  .toc-toggle-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    line-height: 1;
  }

  .toc-content {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease;
    opacity: 1;
  }

  .toc-collapsed {
    max-height: 0;
    opacity: 0;
    padding: 0 !important;
    pointer-events: none;
  }

  .toc-content ul {
    list-style: decimal;
    padding-left: 1.2em;
    margin: 0;
  }

  .toc-content ul ul {
    list-style-type: lower-alpha;
    padding-left: 1.2em;
  }

  .toc-content ul ul ul {
    list-style-type: lower-roman;
  }

  .toc-content a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
  }

  .toc-content a:hover {
    text-decoration: underline;
  }
/*End TOC*/



/* Overlay background */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Popup box */
.popup {
    background: #F8F8F8;
    width: 90%;
    max-width: 950px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-height: 100vh; /* Max height for large popups */
    overflow-y: auto; /* Enables vertical scrolling if needed */
    padding: 15px;
}

/* Left side - Image */
.popup-image {
    flex: 1;
    min-width: 40%;
    /* background: url('../images/front-page/header-image-3.webp') center/cover no-repeat; */
    height: auto;
    background-color: #F8F8F8;
    padding: 10px;
}

/* Right side - Form */
.popup-content {
    flex: 1;
    min-width: 60%;
    padding: 20px;
    box-sizing: border-box;
}
.bg-change-color-new-pop{
    background-color: #F8F8F8;
}

.popup-content h2 {
    margin-bottom: 10px;
    font-size: 22px;
}

.popup-content input,
.popup-content textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.popup-close-btn-new {
    background-color: #ffffff00 !important;
    font-weight: 400;
    color: black !important;
}

.popup-content button {
    width: auto;
    font-family: 'Poppins-Light';
    background: #D3AF60;
    color: rgb(255 255 255);
    border: none;
    padding: 8px 30px;
    border-radius: 5px;
    cursor: pointer;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff5e57;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn i {
    font-size: 16px;
}

/* Show popup */
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}
h2.pop-dth-nm {
    color: #1E1E1E;
    font-family: 'Gyahegi';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
.popup-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Space between fields */
}

.popup-form .half-width {
    width: 48%; /* 50% width with a small gap */
}

.popup-form .full-width {
    width: 100%;
}

.popup-form input, 
.popup-form textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #8F8F8F;
    border-radius: 0px;
    background-color: transparent;
}
form.custom-bg-form {
    background-color: transparent;
    padding: 0;
}

.place-bts::placeholder {
    color: #494949;
    font-family: 'Poppins-Light' !important;
}
select.full-width.place-bts.select-services-new-pop {
    padding: 8px 10px;
    margin-bottom: 10px;
    background-color: #ffffff00;
}

h3.new-ds-end-form {
    font-size: 18px;
    line-height: 35px;
}
select.border-box-none {
    font-family: 'Poppins-Light';
    border: none;
}
.ftm-new-info {
    padding-left: 80px;
}
.ftm-new-info-align {
    padding-right: 80px;
}
.ctm-new-ds {
    padding: 0px 60px 0px 40px;
}

/* Hand Wave/Shake Effect Only */
/* Shake Effect for Attention */
.shake-effect {
    animation: shakeEffect 0.5s ease-in-out 4 alternate;
  }
  
  /* Keyframe for Shake Effect */
  @keyframes shakeEffect {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-5px) rotate(-5deg);
    }
    50% {
      transform: translateX(5px) rotate(5deg);
    }
    75% {
      transform: translateX(-5px) rotate(-5deg);
    }
    100% {
      transform: translateX(0);
    }
  }


  /* Main Slider Container */
  .my-slider-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  /* Individual Slide Styles */
  .my-slider-slide {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* Slide Content Container */
  .my-slide-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, transform 0.8s ease-in-out;
  }

  /* Title Styles */
  .my-slide-title {
    font-size: 28px;
    color: white;
    width: 60%;
    line-height: 50px;
    /* font-weight: bold; */
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    transition: transform 1s ease-out, opacity 0.8s ease-out;
  }

  /* Description Styles */
  .my-slide-description {
    font-size: 16px;
    color: #D3AF60;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1s ease-out, opacity 0.8s ease-out;
  }

  /* Button Styles */
  .my-slide-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #D3AF60;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 30px;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1s ease-out, opacity 0.8s ease-out;
  }

  /* Fix: Show content when slide is active */
  .swiper-slide.my-slider-slide-active .my-slide-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
  }

  .swiper-slide.my-slider-slide-active .my-slide-title,
  .swiper-slide.my-slider-slide-active .my-slide-description,
  .swiper-slide.my-slider-slide-active .my-slide-btn {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.3s;
  }

  /* Fix: Image Zoom Effect */
  .swiper-slide.my-slider-slide-active img {
    transform: scale(1.1);
    transition: transform 8s ease-in-out;
  }

  /* Pagination and Navigation Styling */
  .my-slider-button-next,
  .my-slider-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 50%;
  }

  .my-slider-pagination-bullet {
    background-color: #D3AF60;
    opacity: 0.8;
  }

  .my-slider-pagination-bullet-active {
    background-color: #fff;
  }







/*Responsive*/

@media(min-width: 768px) {
    .slide-title-3 {
        font-size: 40px;
    }

    .slide-title-3>span {
        font-size: 48px;
    }
}
@media (min-width: 769px) and (max-width: 798px) {

    #slider {
        position: relative;
        width: 210px;
        height: 40vw;
        max-height: 546px;
        margin: 170px auto;
        font-family: 'Helvetica Neue', sans-serif;
        perspective: 1500px;
        transform-style: preserve-3d;
        overflow: visible;
        cursor: grab;
    }

    #s1:checked ~ #slide3, #s2:checked ~ #slide4, #s3:checked ~ #slide5, #s4:checked ~ #slide1, #s5:checked ~ #slide2 {
        transform: translate3d(130%, 80px, 0px);
        opacity: 1;
    }
    #s1:checked ~ #slide2, #s2:checked ~ #slide3, #s3:checked ~ #slide4, #s4:checked ~ #slide5, #s5:checked ~ #slide1 {
        transform: translate3d(130%, 80px, 0px);
        opacity: 1;
    }
    #s1:checked ~ #slide4, #s2:checked ~ #slide5, #s3:checked ~ #slide1, #s4:checked ~ #slide2, #s5:checked ~ #slide3 {
        transform: translate3d(130%, 80px, 0px);
        z-index: 3;
        opacity: 1;
    }
    #s1:checked ~ #slide5, #s2:checked ~ #slide1, #s3:checked ~ #slide2, #s4:checked ~ #slide3, #s5:checked ~ #slide4 {
        transform: translate3d(-130%, 80px, 0px);
        z-index: 4;
        opacity: 1;
    }
    .image-parallel-box-ser {
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        width: 100%;
        padding: 25px 10px 25px 15px;
        color: white;
        align-items: end;
        align-content: flex-end;
    }
    #s1:checked ~ #slide1, #s2:checked ~ #slide2, #s3:checked ~ #slide3, #s4:checked ~ #slide4, #s5:checked ~ #slide5 {
        transform: translate3d(0%, 0, 400px) scale(1.1);
        z-index: 5;
        opacity: 1;
    }
    p.slider-service-box-sub {
        color: #FFF;
        font-family: 'Gyahegi' !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 100;
        line-height: 21px;
        letter-spacing: 0;
        text-transform: capitalize;
    }
}
@media (min-width: 769px) and (max-width: 1199px) {
    .image-responsive-mobile img.tablet {
      display: block;
    }
    .logo {
        text-align: center;
        width: 6%;
        margin-top: 20px !important;
    }
    .header-button.pull-right.clearfix {
        width: 22%;
    }
    nav.menu-desktop.menu-desktop--show.pull-right {
        width: 62%;
        text-align: center;
    }   
    .header-button>.pull-right {
        margin-left: 10px;
    }
    .contact-info-head {
        color: white;
        margin-top: -20px;
        text-align: end;
        margin-right: 10px;
    }
    .element-boot-inter h1 {
        font-size: 80px;
        line-height: 95px;
    }
    b.bold-style-chnage {
        color: #000000;
        margin-left: 0px;
    }
    img.image-box-effect-2 {
        width: 22%;
        position: relative;
        float: inline-end;
    }
    .image-floating-mobile-ft {
        display: block !important;
    }
    img.image-box-effect {
        position: relative;
        width: 20%;
        left: 0px;
    }
    p.element-footer-style {
        width: 100%;
    }
    .tables-view-pd-about {
        padding-left: 30px;
    }
    .item-box-content1 {
        padding: 25px 15px;
    }
    h4.sub-heading-about-element-2 {
        font-size: 18px;
    }
    h1.about-element-heading-1 {
        font-size: 35px;
    }
    .width-align-ft-elem {
        width: 80%;
    }
    .box-into-set-border {
        margin-left: 30px;
    }
    .blog-content-sty-2 {
        width: 50%;
    }
    .item-content-box-leyout {
        padding: 20px 20px 33px 23px;
        left: 40px;
    }
    .box-parallel-item {
        width: 50%;
    }
    .box-right {
        width: 70%;
    }
    .box-right img {
        height: 315px;
    }
    .border-bt {
        height: 1px;
        background-color: #D3AF60;
        width: 108px;
        position: absolute;
        bottom: 68%;
        left: 22px;
    }
    .pe-extra-serve-ele {
        padding: 5px 28px;
        margin-top: 20px;
    }
    .services-block-about {
        padding: 50px 0px;
        padding-bottom: 70px;
    }
    .tab-heading-top {
        margin-bottom: 22px;
    }
    .box-paralle-renovation {
        padding: 60px 10px 20px 10px;
        background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%) !important;
    }
    .box-height-services {
        height: 450px;
    }
    .box-2-renovation-mob {
        height: 240px;
    }
    h4.sub-services-heading-why {
        width: 80%;
        font-size: 86px;
        line-height: 80px;
    }
    img.responsive-image {
        height: 495px;
    }
    .box-sub-services-black {
        height: auto;
        padding: 15px 10px 18px 10px;
    }
    .box-sub-services-color {
        height: auto;
        padding: 15px 10px 18px 10px;
    }
    .column-change-table {
        display: block !important;
    }
    .extra-box-re.mb-2 {
        font-size: 18px;
            color: white;
    }
    h2.heading-counter-ft-process-elemtn a {
        line-height: 20px;
    }
    .service_image img {
        width: 50px;
    }
    p.how-do-para {
        color: #494949;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 178%;
        letter-spacing: 0.48px;
        text-transform: capitalize;
    }
    
        

}

@media (min-width: 799px) and (max-width: 898px) {

    #slider {
        position: relative;
        width: 220px;
        height: 40vw;
        max-height: 546px;
        margin: 170px auto;
        font-family: 'Helvetica Neue', sans-serif;
        perspective: 1500px;
        transform-style: preserve-3d;
        overflow: visible;
        cursor: grab;
    }

    #s1:checked ~ #slide3, #s2:checked ~ #slide4, #s3:checked ~ #slide5, #s4:checked ~ #slide1, #s5:checked ~ #slide2 {
        transform: translate3d(130%, 80px, 0px);
        opacity: 1;
    }
    #s1:checked ~ #slide2, #s2:checked ~ #slide3, #s3:checked ~ #slide4, #s4:checked ~ #slide5, #s5:checked ~ #slide1 {
        transform: translate3d(130%, 80px, 0px);
        opacity: 1;
    }
    #s1:checked ~ #slide4, #s2:checked ~ #slide5, #s3:checked ~ #slide1, #s4:checked ~ #slide2, #s5:checked ~ #slide3 {
        transform: translate3d(130%, 80px, 0px);
        z-index: 3;
        opacity: 1;
    }
    #s1:checked ~ #slide5, #s2:checked ~ #slide1, #s3:checked ~ #slide2, #s4:checked ~ #slide3, #s5:checked ~ #slide4 {
        transform: translate3d(-130%, 80px, 0px);
        z-index: 4;
        opacity: 1;
    }
    .image-parallel-box-ser {
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        width: 100%;
        padding: 25px 10px 25px 15px;
        color: white;
        align-items: end;
        align-content: flex-end;
    }
    #s1:checked ~ #slide1, #s2:checked ~ #slide2, #s3:checked ~ #slide3, #s4:checked ~ #slide4, #s5:checked ~ #slide5 {
        transform: translate3d(0%, 0, 400px) scale(1.1);
        z-index: 5;
        opacity: 1;
    }
   p.slider-service-box-sub {
        color: #FFF;
        font-family: 'Bentoga Thin' !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 100;
        line-height: 21px;
        letter-spacing: 0;
        text-transform: capitalize;
    }

    .border-bt {
        height: 1px;
        background-color: #D3AF60;
        width: 80px;
        position: absolute;
        bottom: 67%;
        left: 22px;
    }
}
@media (min-width: 899px) and (max-width: 998px) {

    #slider {
        position: relative;
        width: 158px;
        height: 25vw;
        max-height: 546px;
        margin: 170px auto;
        font-family: 'Helvetica Neue', sans-serif;
        perspective: 1500px;
        transform-style: preserve-3d;
        overflow: visible;
        cursor: grab;
    }

    #s1:checked ~ #slide3, #s2:checked ~ #slide4, #s3:checked ~ #slide5, #s4:checked ~ #slide1, #s5:checked ~ #slide2 {
        transform: translate3d(235%, 55px, 0px);
        opacity: 1;
    }
    #s1:checked ~ #slide2, #s2:checked ~ #slide3, #s3:checked ~ #slide4, #s4:checked ~ #slide5, #s5:checked ~ #slide1 {
        transform: translate3d(130%, 55px, 0px);
        opacity: 1;
    }
    #s1:checked ~ #slide4, #s2:checked ~ #slide5, #s3:checked ~ #slide1, #s4:checked ~ #slide2, #s5:checked ~ #slide3 {
        transform: translate3d(-235%, 55px, 0px);
        z-index: 3;
        opacity: 1;
    }
    #s1:checked ~ #slide5, #s2:checked ~ #slide1, #s3:checked ~ #slide2, #s4:checked ~ #slide3, #s5:checked ~ #slide4 {
        transform: translate3d(-130%, 55px, 0px);
        z-index: 4;
        opacity: 1;
    }
    .image-parallel-box-ser {
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        width: 100%;
        padding: 25px 10px 25px 15px;
        color: white;
        align-items: end;
        align-content: flex-end;
    }
    #s1:checked ~ #slide1, #s2:checked ~ #slide2, #s3:checked ~ #slide3, #s4:checked ~ #slide4, #s5:checked ~ #slide5 {
        transform: translate3d(0%, 0, 400px) scale(1.1);
        z-index: 5;
        opacity: 1;
    }
    p.slider-service-box-sub {
        color: #FFF;
        font-family: 'Bentoga Thin' !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 100;
        line-height: 21px;
        letter-spacing: 0;
        text-transform: capitalize;
    }

    .border-bt {
        height: 1px;
        background-color: #D3AF60;
        width: 87px;
        position: absolute;
        bottom: 67%;
        left: 22px;
    }
}
@media (min-width: 999px) and (max-width: 1098px) {

    #slider {
        position: relative;
        width: 175px;
        height: 25vw;
        max-height: 546px;
        margin: 170px auto;
        font-family: 'Helvetica Neue', sans-serif;
        perspective: 1500px;
        transform-style: preserve-3d;
        overflow: visible;
        cursor: grab;
    }

    #s1:checked ~ #slide3, #s2:checked ~ #slide4, #s3:checked ~ #slide5, #s4:checked ~ #slide1, #s5:checked ~ #slide2 {
        transform: translate3d(235%, 65px, 0px);
        opacity: 1;
    }
    #s1:checked ~ #slide2, #s2:checked ~ #slide3, #s3:checked ~ #slide4, #s4:checked ~ #slide5, #s5:checked ~ #slide1 {
        transform: translate3d(130%, 65px, 0px);
        opacity: 1;
    }
    #s1:checked ~ #slide4, #s2:checked ~ #slide5, #s3:checked ~ #slide1, #s4:checked ~ #slide2, #s5:checked ~ #slide3 {
        transform: translate3d(-235%, 65px, 0px);
        z-index: 3;
        opacity: 1;
    }
    #s1:checked ~ #slide5, #s2:checked ~ #slide1, #s3:checked ~ #slide2, #s4:checked ~ #slide3, #s5:checked ~ #slide4 {
        transform: translate3d(-130%, 65px, 0px);
        z-index: 4;
        opacity: 1;
    }
    .image-parallel-box-ser {
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        width: 100%;
        padding: 25px 10px 25px 15px;
        color: white;
        align-items: end;
        align-content: flex-end;
    }
    #s1:checked ~ #slide1, #s2:checked ~ #slide2, #s3:checked ~ #slide3, #s4:checked ~ #slide4, #s5:checked ~ #slide5 {
        transform: translate3d(0%, 0, 400px) scale(1.1);
        z-index: 5;
        opacity: 1;
    }
    p.slider-service-box-sub {
        color: #FFF;
        font-family: 'Bentoga Thin' !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 100;
        line-height: 21px;
        letter-spacing: 0;
        text-transform: capitalize;
    }
    .border-bt {
        height: 1px;
        background-color: #D3AF60;
        width: 100px;
        position: absolute;
        bottom: 69%;
        left: 22px;
    }
}
@media (min-width: 1099px) and (max-width: 1199px) {

    #slider {
        position: relative;
        width: 190px;
        height: 25vw;
        max-height: 546px;
        margin: 170px auto;
        font-family: 'Helvetica Neue', sans-serif;
        perspective: 1500px;
        transform-style: preserve-3d;
        overflow: visible;
        cursor: grab;
    }
    #s1:checked ~ #slide3, #s2:checked ~ #slide4, #s3:checked ~ #slide5, #s4:checked ~ #slide1, #s5:checked ~ #slide2 {
        transform: translate3d(235%, 70px, 0px);
        opacity: 1;
    }
    #s1:checked ~ #slide2, #s2:checked ~ #slide3, #s3:checked ~ #slide4, #s4:checked ~ #slide5, #s5:checked ~ #slide1 {
        transform: translate3d(130%, 70px, 0px);
        opacity: 1;
    }
    #s1:checked ~ #slide4, #s2:checked ~ #slide5, #s3:checked ~ #slide1, #s4:checked ~ #slide2, #s5:checked ~ #slide3 {
        transform: translate3d(-235%, 70px, 0px);
        z-index: 3;
        opacity: 1;
    }
    #s1:checked ~ #slide5, #s2:checked ~ #slide1, #s3:checked ~ #slide2, #s4:checked ~ #slide3, #s5:checked ~ #slide4 {
        transform: translate3d(-130%, 70px, 0px);
        z-index: 4;
        opacity: 1;
    }
    .image-parallel-box-ser {
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        width: 100%;
        padding: 25px 10px 25px 15px;
        color: white;
        align-items: end;
        align-content: flex-end;
    }
    #s1:checked ~ #slide1, #s2:checked ~ #slide2, #s3:checked ~ #slide3, #s4:checked ~ #slide4, #s5:checked ~ #slide5 {
        transform: translate3d(0%, 0, 400px) scale(1.1);
        z-index: 5;
        opacity: 1;
    }
    p.slider-service-box-sub {
        color: #FFF;
        font-family: 'Bentoga Thin' !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 100;
        line-height: 21px;
        letter-spacing: 0;
        text-transform: capitalize;
    }

}
@media (min-width: 1201px) and (max-width: 1299px) {

    
    #slider {
      position: relative;
      width: 220px;
      height: 24vw;
      max-height: 650px;
      margin: 130px auto;
      font-family: 'Helvetica Neue', sans-serif;
      perspective: 1500px;
      transform-style: preserve-3d;
      overflow: visible;
      cursor: grab;
  }

  .slider-box label {
      flex: 1 1 calc(33.33% - 20px); /* Responsive width: 3 items per row with gap */
      max-width: calc(100% - 0px);
      position: relative;
      display: block;
      border-radius: 5px;
      overflow: hidden;
      transition: transform 0.3s ease;
  }
  
  #slider:active {
      cursor: grabbing;
  }
  
  input[type=radio] {
      position: absolute;
      bottom: -50px;
      left: 50%;
      width: 15px;
      height: 15px;
      margin: 0 10px;
      opacity: 0.5;
      cursor: pointer;
      transform: translateX(-50%);
      z-index: 10;
      display: none;
  }
  
  input[type=radio]:checked {
      opacity: 1;
  }
  
  #slider label,
  #slider label img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      border-radius: 0px;
      cursor: pointer;
      transition: transform 400ms ease, opacity 400ms ease;
      display: flex;
  }
  
  /* Center Slide */
  #s1:checked ~ #slide1,
  #s2:checked ~ #slide2,
  #s3:checked ~ #slide3,
  #s4:checked ~ #slide4,
  #s5:checked ~ #slide5 {
      /* box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4); */
      transform: translate3d(0%, 0, 200px) scale(1.1);
      z-index: 5;
      opacity: 1;
  }
  
  /* Right Slides */
  #s1:checked ~ #slide2,
  #s2:checked ~ #slide3,
  #s3:checked ~ #slide4,
  #s4:checked ~ #slide5,
  #s5:checked ~ #slide1 {
      transform: translate3d(118%, 40px, 0px);
      opacity: 1;
  }
  
  #s1:checked ~ #slide3,
  #s2:checked ~ #slide4,
  #s3:checked ~ #slide5,
  #s4:checked ~ #slide1,
  #s5:checked ~ #slide2 {
      transform: translate3d(223%, 40px, 0px);
      opacity: 1;
  }
  
  /* Left Slides */
  #s1:checked ~ #slide5,
  #s2:checked ~ #slide1,
  #s3:checked ~ #slide2,
  #s4:checked ~ #slide3,
  #s5:checked ~ #slide4 {
      transform: translate3d(-118%, 40px, 00px);
      z-index: 4;
      opacity: 1;
  }
  
  #s1:checked ~ #slide4,
  #s2:checked ~ #slide5,
  #s3:checked ~ #slide1,
  #s4:checked ~ #slide2,
  #s5:checked ~ #slide3 {
      transform: translate3d(-223%, 40px, 0px);
      z-index: 3;
      opacity: 1;
  }
  .image-parallel-box-ser {
      position: relative;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
      width: 100%;
      padding: 25px 10px 25px 15px;
      color: white;
      align-items: end;
      align-content: flex-end;
  }
  p.slider-service-box-sub {
      color: #FFF;
      font-family: 'Bentoga Thin' !important;
      font-size: 16px;
      font-style: normal;
      font-weight: 100;
      line-height: 21px;
      letter-spacing: 0.72px;
      text-transform: capitalize;
  }
  #slider label {
      margin-bottom: 0px !important;
  }
   
}

@media (min-width: 1300px) and (max-width: 1399px) {
    #slider {
        position: relative;
        width: 238px;
        height: 24vw;
        max-height: 650px;
        margin: 130px auto;
        font-family: 'Helvetica Neue', sans-serif;
        perspective: 1500px;
        transform-style: preserve-3d;
        overflow: visible;
        cursor: grab;
    }
}
@media (min-width: 1401px) and (max-width: 1430px) {
    #slider {
        position: relative;
        width: 255px;
        height: 24vw;
        max-height: 650px;
        margin: 130px auto;
        font-family: 'Helvetica Neue', sans-serif;
        perspective: 1500px;
        transform-style: preserve-3d;
        overflow: visible;
        cursor: grab;
    }

}
@media (min-width: 1480px) and (max-width: 1559px) {

    
    #slider {
      position: relative;
      width: 270px;
      height: 24vw;
      max-height: 650px;
      margin: 130px auto;
      font-family: 'Helvetica Neue', sans-serif;
      perspective: 1500px;
      transform-style: preserve-3d;
      overflow: visible;
      cursor: grab;
  }

  .slider-box label {
      flex: 1 1 calc(33.33% - 20px); /* Responsive width: 3 items per row with gap */
      max-width: calc(100% - 0px);
      position: relative;
      display: block;
      border-radius: 5px;
      overflow: hidden;
      transition: transform 0.3s ease;
  }
  
  #slider:active {
      cursor: grabbing;
  }
  
  input[type=radio] {
      position: absolute;
      bottom: -50px;
      left: 50%;
      width: 15px;
      height: 15px;
      margin: 0 10px;
      opacity: 0.5;
      cursor: pointer;
      transform: translateX(-50%);
      z-index: 10;
      display: none;
  }
  
  input[type=radio]:checked {
      opacity: 1;
  }
  
  #slider label,
  #slider label img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      border-radius: 0px;
      cursor: pointer;
      transition: transform 400ms ease, opacity 400ms ease;
      display: flex;
  }
  
  /* Center Slide */
  #s1:checked ~ #slide1,
  #s2:checked ~ #slide2,
  #s3:checked ~ #slide3,
  #s4:checked ~ #slide4,
  #s5:checked ~ #slide5 {
      /* box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4); */
      transform: translate3d(0%, 0, 200px) scale(1.1);
      z-index: 5;
      opacity: 1;
  }
  
  /* Right Slides */
  #s1:checked ~ #slide2,
  #s2:checked ~ #slide3,
  #s3:checked ~ #slide4,
  #s4:checked ~ #slide5,
  #s5:checked ~ #slide1 {
      transform: translate3d(118%, 48px, 0px);
      opacity: 1;
  }
  
  #s1:checked ~ #slide3,
  #s2:checked ~ #slide4,
  #s3:checked ~ #slide5,
  #s4:checked ~ #slide1,
  #s5:checked ~ #slide2 {
      transform: translate3d(223%, 48px, 0px);
      opacity: 1;
  }
  
  /* Left Slides */
  #s1:checked ~ #slide5,
  #s2:checked ~ #slide1,
  #s3:checked ~ #slide2,
  #s4:checked ~ #slide3,
  #s5:checked ~ #slide4 {
      transform: translate3d(-118%, 48px, 00px);
      z-index: 4;
      opacity: 1;
  }
  
  #s1:checked ~ #slide4,
  #s2:checked ~ #slide5,
  #s3:checked ~ #slide1,
  #s4:checked ~ #slide2,
  #s5:checked ~ #slide3 {
      transform: translate3d(-223%, 48px, 0px);
      z-index: 3;
      opacity: 1;
  }
  .image-parallel-box-ser {
      position: relative;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
      width: 100%;
      padding: 25px 10px 25px 15px;
      color: white;
      align-items: end;
      align-content: flex-end;
  }
  p.slider-service-box-sub {
      color: #FFF;
      font-family: 'Bentoga Thin' !important;
      font-size: 16px;
      font-style: normal;
      font-weight: 100;
      line-height: 21px;
      letter-spacing: 0.72px;
      text-transform: capitalize;
  }
  #slider label {
      margin-bottom: 0px !important;
  }
   
}
@media (min-width: 1680px) and (max-width: 1798px) {

    
    #slider {
      position: relative;
      width: 305px;
      height: 24vw;
      max-height: 650px;
      margin: 130px auto;
      font-family: 'Helvetica Neue', sans-serif;
      perspective: 1500px;
      transform-style: preserve-3d;
      overflow: visible;
      cursor: grab;
  }

  .slider-box label {
      flex: 1 1 calc(33.33% - 20px); /* Responsive width: 3 items per row with gap */
      max-width: calc(100% - 0px);
      position: relative;
      display: block;
      border-radius: 5px;
      overflow: hidden;
      transition: transform 0.3s ease;
  }
  
  #slider:active {
      cursor: grabbing;
  }
  
  input[type=radio] {
      position: absolute;
      bottom: -50px;
      left: 50%;
      width: 15px;
      height: 15px;
      margin: 0 10px;
      opacity: 0.5;
      cursor: pointer;
      transform: translateX(-50%);
      z-index: 10;
      display: none;
  }
  
  input[type=radio]:checked {
      opacity: 1;
  }
  
  #slider label,
  #slider label img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      border-radius: 0px;
      cursor: pointer;
      transition: transform 400ms ease, opacity 400ms ease;
      display: flex;
  }
  
  /* Center Slide */
  #s1:checked ~ #slide1,
  #s2:checked ~ #slide2,
  #s3:checked ~ #slide3,
  #s4:checked ~ #slide4,
  #s5:checked ~ #slide5 {
      /* box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4); */
      transform: translate3d(0%, 0, 200px) scale(1.1);
      z-index: 5;
      opacity: 1;
  }
  
  /* Right Slides */
  #s1:checked ~ #slide2,
  #s2:checked ~ #slide3,
  #s3:checked ~ #slide4,
  #s4:checked ~ #slide5,
  #s5:checked ~ #slide1 {
      transform: translate3d(118%, 60px, 0px);
      opacity: 1;
  }
  
  #s1:checked ~ #slide3,
  #s2:checked ~ #slide4,
  #s3:checked ~ #slide5,
  #s4:checked ~ #slide1,
  #s5:checked ~ #slide2 {
      transform: translate3d(223%, 60px, 0px);
      opacity: 1;
  }
  
  /* Left Slides */
  #s1:checked ~ #slide5,
  #s2:checked ~ #slide1,
  #s3:checked ~ #slide2,
  #s4:checked ~ #slide3,
  #s5:checked ~ #slide4 {
      transform: translate3d(-118%, 60px, 00px);
      z-index: 4;
      opacity: 1;
  }
  
  #s1:checked ~ #slide4,
  #s2:checked ~ #slide5,
  #s3:checked ~ #slide1,
  #s4:checked ~ #slide2,
  #s5:checked ~ #slide3 {
      transform: translate3d(-223%, 60px, 0px);
      z-index: 3;
      opacity: 1;
  }
  .image-parallel-box-ser {
      position: relative;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
      width: 100%;
      padding: 25px 10px 25px 15px;
      color: white;
      align-items: end;
      align-content: flex-end;
  }
  p.slider-service-box-sub {
      color: #FFF;
      font-family: 'Bentoga Thin' !important;
      font-size: 16px;
      font-style: normal;
      font-weight: 100;
      line-height: 21px;
      letter-spacing: 0.72px;
      text-transform: capitalize;
  }
  #slider label {
      margin-bottom: 0px !important;
  }
   
}
@media (min-width: 1799px) and (max-width: 1980px) {

    
      #slider {
        position: relative;
        width: 320px;
        height: 24vw;
        max-height: 650px;
        margin: 130px auto;
        font-family: 'Helvetica Neue', sans-serif;
        perspective: 1500px;
        transform-style: preserve-3d;
        overflow: visible;
        cursor: grab;
    }

    .slider-box label {
        flex: 1 1 calc(33.33% - 20px); /* Responsive width: 3 items per row with gap */
        max-width: calc(100% - 0px);
        position: relative;
        display: block;
        border-radius: 5px;
        overflow: hidden;
        transition: transform 0.3s ease;
    }
    
    #slider:active {
        cursor: grabbing;
    }
    
    input[type=radio] {
        position: absolute;
        bottom: -50px;
        left: 50%;
        width: 15px;
        height: 15px;
        margin: 0 10px;
        opacity: 0.5;
        cursor: pointer;
        transform: translateX(-50%);
        z-index: 10;
        display: none;
    }
    
    input[type=radio]:checked {
        opacity: 1;
    }
    
    #slider label,
    #slider label img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0px;
        cursor: pointer;
        transition: transform 400ms ease, opacity 400ms ease;
        display: flex;
    }
    
    /* Center Slide */
    #s1:checked ~ #slide1,
    #s2:checked ~ #slide2,
    #s3:checked ~ #slide3,
    #s4:checked ~ #slide4,
    #s5:checked ~ #slide5 {
        /* box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4); */
        transform: translate3d(0%, 0, 200px) scale(1.1);
        z-index: 5;
        opacity: 1;
    }
    
    /* Right Slides */
    #s1:checked ~ #slide2,
    #s2:checked ~ #slide3,
    #s3:checked ~ #slide4,
    #s4:checked ~ #slide5,
    #s5:checked ~ #slide1 {
        transform: translate3d(118%, 60px, 0px);
        opacity: 1;
    }
    
    #s1:checked ~ #slide3,
    #s2:checked ~ #slide4,
    #s3:checked ~ #slide5,
    #s4:checked ~ #slide1,
    #s5:checked ~ #slide2 {
        transform: translate3d(223%, 60px, 0px);
        opacity: 1;
    }
    
    /* Left Slides */
    #s1:checked ~ #slide5,
    #s2:checked ~ #slide1,
    #s3:checked ~ #slide2,
    #s4:checked ~ #slide3,
    #s5:checked ~ #slide4 {
        transform: translate3d(-118%, 60px, 00px);
        z-index: 4;
        opacity: 1;
    }
    
    #s1:checked ~ #slide4,
    #s2:checked ~ #slide5,
    #s3:checked ~ #slide1,
    #s4:checked ~ #slide2,
    #s5:checked ~ #slide3 {
        transform: translate3d(-223%, 60px, 0px);
        z-index: 3;
        opacity: 1;
    }
    .image-parallel-box-ser {
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        width: 100%;
        padding: 25px 10px 25px 15px;
        color: white;
        align-items: end;
        align-content: flex-end;
    }
    p.slider-service-box-sub {
        color: #FFF;
        font-family: 'Bentoga Thin' !important;
        font-size: 20px;
        font-style: normal;
        font-weight: 100;
        line-height: 21px;
        letter-spacing: 0.72px;
        text-transform: capitalize;
    }
    #slider label {
        margin-bottom: 0px !important;
    }
    
    
}


@media(min-width: 1480px) {
    .container {
        max-width: 1640px;
        padding: 0 40px;
    }
    ul.custom-scroll-bar-mega {
        overflow: auto;
        height: 420px;
    }
    .breadcrumbs li a {
        color: #D3AF60;
        font-size: 20px;
    }
    input.widht-set-ph {
        width: 74% !important;
    }
    .widht-set {
        width: 24%;
        padding: 14px 13px !important;
    }
    

   .my-slide-content p {
    font-size: 18px;
    padding: 16px 0px;
    color: white;
}


    nav>ul>li>a {
        font-size: 15px;
    }
    nav>ul>li {
        padding: 30px 28px;
    }
    .header-stick nav>ul>li {
        padding: 20px 29px;
    }
    .video-size {
        width: 731px;
        height: 655px;
        object-fit: cover;
        display: block;
    }
    .form-contact-wrap h4.contact-form-man-ele {
        color: black;
        font-size: 30px;
        line-height: 70px;
    }
    h2.main-heading-contact {
        font-size: 20px;
        font-weight: 100;
        font-family: 'Bentoga Thin';
    }
    ul.ul-point-sytl-blog li {
        font-size: 17px;
        font-family: 'Lato';
        list-style: disc;
        margin-left: 40px;
    }
    h5.size-change-blog-dt {
        font-size: 20px;
    }
    img.service-icon-box {
        width: 80px;
    }

    .terms-section h3 {
        font-size: 24px;
        /* font-family: 'Lato-Semibold'; */
        margin-bottom: 10px !important;
        color: #222;
    }
    table.table.table-bordered td, th {
        font-family: 'Lato';
        font-size: 17px;
    }
    thead.heading-th tr th {
        border-bottom-width: 2px;
        color: #222;
        font-size: 20px;
        font-family: 'Lato-Semibold';
        font-weight: 500;
    }
    ul.dot-none-prive-inter li {
        font-size: 17px;
        font-family: 'Lato';
        list-style: none;
        line-height: 35px;
        margin-bottom: 0px;
        color: #666;
    }
    ul.color-box-new li {
        font-size: 17px;
        font-family: 'Lato';
        list-style: disc;
        line-height: 35px;
        margin-bottom: 0px;
        margin-left: 40px;
        color: #666;
    }
    ul.li-ul-box-terms-das li {
        font-size: 17px;
        font-family: 'Lato';
        list-style: none;
        margin-left: 0px;
        line-height: 25px;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: .5px solid #cbcbcb;
        padding: 15px 15px;
    }
    p.layout-bg-terms-book {
        padding: 24px;
        margin-bottom: 24px;
        border-radius: 5px;
        background-color: hsla(0, 0%, 97%, .5);
        color: #666;
        font-size: 17px;
    }
    ul.li-ul-box-privacy-tables li {
        list-style: nu;
        font-size: 17px;
        font-family: 'Lato';
        line-height: 30px;
        margin-left: 15px;
    }

    
    .tab {
        padding: 10px 20px;
        cursor: pointer;
        background: white;
        border-bottom: 1px solid #D3AF60;
        color: #D3AF60;
        font-family: Lato;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 133%;
        letter-spacing: 0.6px;
    }
    h5.card-title {
        font-size: 16px;
    }
    .item-content-box-leyout {
        border-radius: 10px;
        background: #D3AF60;
        box-shadow: -1px 5px 44px 1px rgba(44, 30, 30, 0.10);
        padding: 60px 75px 60px 50px;
        margin-left: -20px;
        position: relative;
        left: 130px;
    }
    h3.title-paralle-box {
        color: #FFF;
        font-family: 'Gyahegi';
        font-size: 34px;
        font-style: normal;
        font-weight: 100;
        line-height: 60px;
        letter-spacing: 1.92px;
    }
    h4.blog-title-heaing-in a {
        color: #000;
        font-family: 'Bentoga Thin';
        font-size: 30px;
        font-style: normal;
        font-weight: 100;
        line-height: 40px;
        margin-bottom: 20px;
        display: block;
    }
    h2.heading-man-blog-h {
        font-size: 30px;
        margin-bottom: 40px;
    }
    img.image-respnosive-footer-copy {
        width: 80px;
    }

    .copyright-li li {
        color: white;
        font-family: 'Lato';
        padding: 15px 5px 0px 0px;
        font-size: 17px;
    }
    .copyright-li li a {
        color: white;
        font-family: 'Lato';
        padding-top: 11px;
        font-size: 17px;
    }


    .content-box-infro {
        width: 90%;
        color: white;
        font-family: 'Lato';
        font-size: 18px;
    }
    .blog-dt-info {
        color: white;
        font-size: 24px;
    }
    h3.heading-contact-info {
        color: white;
        margin-bottom: 20px;
        font-size: 28px;
    }
    
    .phone-number {
        width: 100%;
        display: flex;
        margin-bottom: 17px;
    }

    .popup-content {
        background: #FDF3EB;
        padding: 20px;
        border-radius: 10px;
        width: 90%;
        max-width: 600px;
        position: relative;
    }
    p.blog-bt-date-p {
        color: #797979;
        text-align: justify;
        font-family: Lato;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 155.2%;
    }
    .h3-elemtent-blog-bt {
        color: #1E1E1E;
        font-size: 34px;
        font-style: normal;
        font-weight: 100;
        line-height: 80px;
        margin-bottom: 0px;
    }
    .blog-title-section h4 {
        font-size: 18px !important;
        line-height: 50px;
    }
    span.time-bt {
        color: #585858;
        font-family: Lato;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 15px;
        display: block;
    }
    .blog1 .blog-item .blog-content .blog-title-bt>a {
        font-weight: 100;
        color: #000;
        font-family: 'Gyahegi';
        font-size: 26px;
        font-style: normal;
        font-weight: 100;
        line-height: 35px;
    }
    input.place-change {
        background-color: white !important;
        color: black;
    }
    h4.padding-left-right-elt {
        font-size: 28px;
    }
    h2.padding-left-right-elt {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
        font-size: 20px !important;
        line-height: 42px;
    }
    .blog-title-section h4 {
        font-size: 20px !important;
        line-height: 50px;
    }
    .dt-parallel-box span.date-img-box {
        position: absolute;
        z-index: 999;
        margin-top: -90px;
        left: 32px;
        display: block;
        background: #D3AF60;
        padding: 34px 20px;
        line-height: 0;
        font-size: 28px;
        color: white;
        font-family: Lato;
    }
    .blog-content-sty-2 {
        width: 40%;
    }
    .img-blog-new-3 {
        margin-right: 20px;
        width: 60%;
        float: left;
    }
    p a.bt-details-link {
        color: #D3AF60;
        font-family: Lato;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-top: 32px;
    }
    .element-boot-inter h1 {
        font-size: 210px;
        position: relative;
        display: inline-flex;
        z-index: 9999;
        left: 0%;
        top: 20px;
        line-height: 215px;
        color: #000;
        font-family: "Gyahegi";
        font-weight: 100;
        letter-spacing: 5px;
    }
    .title-2 {
        font-size: 30px;
        line-height: 60px;
        position: relative;
        margin-bottom: 30px;
        font-weight: 500;
    }
    .testi__item>blockquote {
        color: #494949;
        line-height: 35px;
        position: relative;
        width: 85%;
        margin: 0 auto;
        font-family: 'Poppins-Light';
        font-size: 20px;
    }
    .testi-name {
        color: #000000;
        font-weight: 400;
        font-size: 24px;
    }
    .form-contact input {
        margin-bottom: 24px;
    }
    .form-contact input, textarea {
        width: 100%;
        font-weight: 100;
        font-family: 'Lato';
        /* color: #ffffff; */
        background-color: #0e0e0e00;
        outline: none;
        padding: 12px;
        border: 1px solid #ffffff;
    }
    .form-contact-wrap h4 {
        margin-bottom: 20px;
        color: #fff;
        font-family: 'Gyahegi';
        font-size: 40px;
        font-weight: 200;
    }
    select.select-option-ft {
        padding: 12px;
        width: 100%;
        background-color: #ffffff00;
        color: white;
        font-weight: 100;
        font-family: 'Lato';
        margin-bottom: 20px;
        border: 1px solid;
    }

    p {
        font-size: 18px;
        color: #494949;
        font-style: normal;
        line-height: 30px;
        letter-spacing: 0.48px;
    }
    .parallax--ser-li-0 {
        padding: 170px 0;
    }
    .navigation h1 {
        color: #fff;
        font-size: 26px;
        float: none;
        padding-right: 0px;
        text-transform: none;
        display: block;
        margin: 0px;
        font-weight: 100;
        text-align: center;
        line-height: 70px;
    }

    img {
        vertical-align: middle;
        border-style: none;
        width: 100%;
    }

    img.over-lap-video-ft-ele {
        position: absolute;
        z-index: 9999;
        left: 50%;
        top: 60%;
        width: 9%;
    }

    /* p.element-pera-lato-text {
        font-size: 20px;
        color: black;
    } */


    .heading-counter-ft-process-elemtn.pro-head {
        font-size: 27px;
        font-style: normal;
        font-weight: 100;
        line-height: 32px;
        letter-spacing: 0.72px;
        text-transform: capitalize;
    }

    h2.sub-heading-counter- a {
        font-family: 'Bentoga Thin';
        font-size: 20px;
        font-weight: 100;
        color: black;
        margin: 15px 0px 8px 0px;
        display: block;
        letter-spacing: 1px;
    }

    .service4__content h5 a {
        color: #000000;
        font-size: 28px;
        font-weight: 100;
    }
    .service-ft-box-ley-1 {
        font-size: 47px;
        color: black;
        font-weight: 100;
        line-height: 58px;
    }
    .see-more.see-more--left {
        text-align: left;
        margin-top: 20px;
    }
    .we-are__right>h2:first-child {
        font-size: 33px;
        font-weight: 100;
        line-height: 65px;
    }

    h3.form-text-alight {
        font-size: 33px;
        font-family: 'Bentoga Thin';
        font-weight: 100;
        width: 80%;
    }

    img.logo-width-head {
        width: 130px;
    }

    b.bold-style-chnage {
        color: white;
        margin-left: 15px;
    }

    .image-box-content img {
        width: 100%;
        height: 370px;
    }

    .h1-heading-box-content {
        font-size: 30px;
        font-weight: 100;
        margin-bottom: 7px;
        
    }
    .box-item-about-element {
        display: inline-flex;
        border: 1px solid #D3AF60;
        border-radius: 10px;
        align-items: center;
        margin-left: 10px;
        height: 370px;
    }
    h2.vision-box-text {
        font-size: 24px;
        font-weight: 100;
        margin-bottom: 25px;
    }

    .content-box-ele {
        padding: 20px 25px 20px 25px !important;
    }

    .box-height-services {
        height: 410px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    h4.heading-box-services-element {
        font-size: 24px;
        font-family: 'Bentoga Thin';
        font-weight: 100;
        text-transform: none;
        margin: 0;
        color: #fff;
    }

    p.paraghrap-class-box-services {
        font-size: 16px;
        font-weight: 100;
        line-height: 23px;
        text-transform: none;
        margin: 0px;
        color: #ffffffbd;
    }

    .service-box-item-element-item {
        background-color: #FFF8EF;
        padding: 25px 15px 20px 25px;
        height: 370px;
        border-radius: 10px;
    }

    .service-box-item-element-item p{
        color: #494949;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 23.68px */
        letter-spacing: 0.16px;
        text-transform: capitalize;
    }
    p.heading-counter-ft-process-d.different-box {
        color: #FFF;
        font-size: 38px;
        font-style: normal;
        font-weight: 100;
        line-height: 142%;
        letter-spacing: 0.4px;
        text-transform: capitalize;
    }


    .box-extra-services-sub-services {
        background-color: #1A0604;
        padding: 35px 30px 20px 40px;
        height: 330px;
        display: flex;
        align-items: center;
    }

    img.btn-icon-box-serv {
        width: auto;
    }

    img.postion-change-sub-services-left {
        position: relative;
        left: -18px;
    }

    img.postion-change-sub-services-right {
        position: relative;
        left: 20px;
    }

    a.btn-paralex-sub-serv-white img {
        width: auto;
    }

    a.btn-paralex-sub-serv-color img {
        width: auto;
    }

    p.icon-box-services-ele {
        font-size: 20px;
        color: #000;
        font-weight: 600;
    }
    .box-sub-services-black {
        height: 345px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 20px 30px 20px;
        margin-top: 10px;
    }
    .box-sub-services-color {
        height:345px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 20px 30px 20px;
        margin-top: 10px;
    }
    h4.sub-services-heading-why {
        width: 60%;
        font-size: 70px;
        line-height: 105px;
    }
    h2.mb-2.h3-elemtent-fm {
        font-family: "Gyahegi";
        color: #000;
        font-weight: 100;
        font-size: 32px;
        line-height: 68px;
        margin-bottom: 40px !important;
    }
    .contact-info-box-services {
        background-color: #d3af60;
        border-radius: 10px;
        color: white;
        display: flex;
        /* height: 123px; */
        padding: 17px 41px;
        justify-content: center;
        align-items: center;
    }
    p.font-decress-box {
        display: flex;
        align-items: center;
        font-family: 'Bentoga Thin' !important;
        color: #FFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 100;
        line-height: 50px;
        text-transform: capitalize;
    }
    .box-image-sub {
        width: 130px;
    }
    .service_image img {
        width: 95px;
    }
    .extra-box-re.mb-2 {
        font-family: 'Bentoga Thin';
        font-size: 25px;
        font-style: normal;
        font-weight: 100;
        line-height: 32px;
        letter-spacing: 0.6px;
        text-transform: capitalize;
        margin-top: 10px;
        display: block;
            color: white;
    }
    .box-sub-services-black p.element-pera-lato-text {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0.48px;
    }
    .box-sub-services-color p.element-pera-lato-text {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0.48px;
    }
    img.responsive-image {
        height: 700px;
    }
    h2.heading-services-ft-element {
        color: #000;
        font-family: 'Gyahegi';
        font-size: 32px;
        font-style: normal;
        font-weight: 100;
        line-height: 178%;
        letter-spacing: 1.2px;
        text-transform: capitalize;
    }
    p.how-do-para {
        color: #494949;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 178%;
        letter-spacing: 0.48px;
        text-transform: capitalize;
    }
    h2.decor-heading-h3 {
        color: white;
        font-weight: 100;
        letter-spacing: 2px;
        font-size: 26px;
        line-height: 55px;
    }
    h2.decor-heading-h3 {
        color: white;
        font-weight: 100;
        letter-spacing: 2px;
        font-size: 26px;
        line-height: 65px;
    }
    a.btn-style {
        background-color: #D3AF60;
        color: white;
        padding: 14px 40px;
        display: inline-block;
        font-size: 20px;
        font-family: 'Poppins-Light';
    }
    .service-box-item-element-item img {
        width: 110px;
    }
    p.parallax-text-ft-element {
        font-size: 32px;
        line-height: 60px;
        color: white;
        text-align: center;
        margin-bottom: 50px;
        font-weight: 100;
        font-family: 'Gyahegi' !important;
    }
    a.btn-paralex-sub-serv-white {
        background-color: #D3AF60;
        color: white;
        padding: 20px 50px;
        margin-right: 10px;
        font-size: 18px;
    }
    a.btn-paralex-sub-serv-color {
        background-color: #fff;
        color: #D3AF60;
        padding: 20px 50px;
        font-size: 18px;
    }
    h2.main-heading-ser { 
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 100;
        line-height: 65px;
        letter-spacing: 1.44px;
        text-transform: capitalize;
        margin-bottom: 20px;
    }
    h1.main-heading-ser { 
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 100;
        line-height: 65px;
        letter-spacing: 1.44px;
        text-transform: capitalize;
        margin-bottom: 20px;
    }
    h4.nits-inner-end-serv {
        color: #000;
        font-size: 45px;
        font-style: normal;
        font-weight: 100;
        line-height: 55px;
        letter-spacing: 1.44px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }
    p.content-services-mina {
        color: #494949;
        text-align: justify;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.48px;
        /* text-transform: capitalize; */
        margin: 10px 0px;
    }
    .contact-info-head p.head-bar-email {
        color: white;
        margin-top: -10px;
        text-align: end;
    }
    .blog-title {
        margin-bottom: 3px;
        margin-top: 10px;
        font-weight: 100;
        font-size: 25px;
    }
    a.element-port-btn {
        color: #AA8E54;
        text-decoration: underline;
        font-family: 'Poppins-Light';
        font-size: 20px;
    }
    .number-box-ft h2 {
        color: #d3af60;
        font-weight: 100;
        margin-right: 20px;
        font-size: 60px;
        line-height: 60px;
    }
    h2.decor-heading-h3 span.span-color{
        font-size: 45px;
    }

    p.mega-menu-url-heading {
        font-size: 16px;
        text-align: left;
        font-family: 'Lato' !important;
    }
    p.text-justify-extra-ct {
        text-align: justify;
        line-height: 30px !important;
        font-family: 'Lato' !important;
        padding-right: 10px;
        margin-top: 5px !important;
    }

    p.box-layer-ft-elemt {
        color: #FFF;
        /* font-family: Lato-Light !important; */
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: 29px;
        /* text-transform: capitalize; */
        margin-top: 5px;
    }
    p.element-pera-lato-text-ft-el {
        font-size: 17px;
        font-weight: 100;
        color: #494949;
    }
    .item-box-number-banner.mt-4 {
        margin-top: 40px !important;
    }
    h3.item-box-heading {
        color: #FFF;
        font-size: 26px;
        font-style: normal;
        font-weight: 100;
        line-height: 30px;
        text-transform: capitalize;
        margin-top: 0px;
    }
    .box-element-sub-services {
        padding: 5px 10px 25px 30px;
    }
    
    h2.heading-counter-ft-process-elemtn {
        line-height: 10px;
        margin-bottom: 10px !important;
        margin-top: 10px;
    }

    .ul--footer li a {
        color: #FFF0EE;
        font-family: 'Lato';
        font-size: 18px;
    }
    p.element-footer-style {
        color: white;
        padding-top: 15px;
        padding-bottom: 20px;
        font-family: 'Lato';
        display: inline-block;
    }
    .footer-2 img.logo-width-head {
        width: 130px;
        margin-bottom: 15px;
    }
    p.footer-copy-right-left {
        width: 100%;
        text-align: left;
    }
    p.footer-copy-right-right {
        width: 100%;
        text-align: right;
    }
    a.footer-copy-anker-tag {
        font-size: 17px;
        color: white;
    }

    p.sub-service-single {
        font-size: 30px;
        margin: 24px 0px 20px 0px;
        font-family: 'Lato' !important;
        font-weight: 400;
        line-height: 25px;
    }
    p.number-sub-btm-last-sec {
        font-size: 24px;
        font-family: 'Lato-Semibold' !important;
        font-weight: 600;
        margin-top: 30px;
    }
    p.border-class-left-services {
        font-weight: 600;
        color: #494949;
        border-left: 4px solid #D3AF60;
        padding-left: 12px;
        margin: 16px 0px;
        font-size: 22px;
    }
    .icon.display-postion-change {
        display: flex;
        margin: 50px 18px 30px 0px;
        justify-content: space-between;
        width: 100%;
    }
    .icon-box-sub-services {
        display: flex;
        width: 50%;
    }
    .image-icon-box-postion {
        width: 15%;
        float: left;
    }
    .icon-box-content-sub-element {
        margin: 0px 10px;
        width: 85%;
    }
    img.icon-sub-box-elemt-2 {
        width: auto;
    }
    p.heading-para-similer-sub-ser {
        margin-top: 15px;
    }
    .custom-tab.active {
        background: #4caf5000;
        border-bottom: 2px solid #D3AF60;
        color: #D3AF60;
        font-family: Lato;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 161.602%;
        letter-spacing: 0.48px;
        border-radius: 0;
    }
    .custom-tab {
        padding: 0px 20px;
        cursor: pointer;
        background: #ffffff;
        border: 2px solid #ffffff;
        margin-right: 10px;
        text-align: center;
        color: #D3AF60;
        font-family: Lato;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 161.602%;
        letter-spacing: 0.48px;
        border-radius: 0;
    }
    .img-width-set-abou img {
        width: 100%;
        border-radius: 6px;
    }
    .item-box-content1 {
        background-color: #D3AF60;
        border-radius: 10px;
        padding: 50px 50px;
        margin: 0;
    }
    h1.about-element-heading-1 {
        font-size: 80px;
        font-weight: 100;
        color: #fff;
    }
    h4.sub-heading-about-element-2 {
        font-weight: 100;
        color: #fff;
        font-size: 28px;
    }
    .au-btn--big {
        padding: 10px 30px;
        font-size: 20px;
        font-family: 'Bentoga Thin';
    }
    .faq-abot-us {
        font-size: 32px;
    }
    .accordion {
        & .card {
            h2 {
                background: url(../images/front-page/clarity_close-line.png) no-repeat calc(100% - 10px) center;
                background-size: 32px;
                cursor: pointer;
                font-family: 'Bentoga Thin';
                font-size: 36px;
                font-weight: 100;
            }
        }
    }
    
    h3.faq-title-box {
        font-size: 28px;
        font-weight: 100;
        font-family: 'Bentoga Thin';
        color: black;
        margin-bottom: 15px;
    }
    a.btn-project-faq {
        text-decoration: underline;
        color: #000000;
        font-size: 20px;
        margin-top: 15px;
        display: block;
        font-family: 'Bentoga Thin';
    }
    .content-box-fq {
        width: 50%;
        float: left;
    }
    .faq-img-box {
        width: 50%;
    }
    h2.ctm-new-ftm {
        line-height: 60px;
        font-size: 30px;
    }
    p.about-paralle-box {
        color: #FFF;
        text-align: center;
        font-family: 'Gyahegi' !important;
        font-size: 30px;
        font-style: normal;
        font-weight: 100;
        line-height: 70px;
        letter-spacing: 1.44px;
        text-transform: capitalize;
        margin-bottom: 22px;
    }
    .middle-views-lp p.call-to-acction {
        font-weight: 100;
        font-size: 18px;
        color: white;
        margin-bottom: 10px;
    }
    .middle-views-lp {
        display: block;
        padding: 20px 20px;
    }
    .middle-views-lp p.font-decress-box{
        font-size: 30px;
        font-family: 'Poppins-Light' !important;
    }
    .icon-services {
        padding: 16px 10px 30px 30px;
        border-right: 1px solid #D3AF60;
        margin-right: 18px;
    }
    .border-bt {
        height: 1px;
        background-color: #D3AF60;
        width: 140px;
        position: absolute;
        bottom: 69%;
        left: 27px;
    }
    .content-box-services-tb p.par-services {
        font-size: 16px;
    }
    

    .content-box-services-tb h1.services-het {
        font-weight: 100;
        font-size: 22px;
        line-height: 60px;
    }
    .heading h1 {
        font-size: 30px;
    }
    h2.ntm-sm-h {
        font-size: 30px;
    }
    .heading h2 {
        font-size: 30px;
    }
    .top-content-des {
        display: flex;
        align-items: center;
        padding: 15px 26px 25px 8px;
    }
    .tab-heading-top {
        margin-bottom: 40px;
    }
    .services-block-about {
        padding: 100px 0px;
        padding-bottom: 150px;
    }
    .box-padding-services {
        margin-top: 11px;
    }
    
    
    



    p.element-pera-lato-text {
        font-size: 18px;
        color: #494949;
        line-height: 32px;
    }
    .parallax--footer {
        padding: 60px 0;
        background-position: center center;
    }
    .parallax--ser-li {
        padding: 170px 0;
    }
    .parallax--ser-li-1 {
        padding: 170px 0;
    }
    .parallax--ser-li-2 {
        padding: 170px 0;
    }
    .parallax--ser-li-3 {
        padding: 170px 0;
    }
    .parallax--ser-li-4 {
        padding: 170px 0;
    }
    .parallax--ser-li-5 {
        padding: 170px 0;
    }
    .parallax--ser-li-6 {
        padding: 170px 0;
    }
    .parallax--ser-li-7 {
        padding: 170px 0;
    }
    .parallax--ser-li-8 {
        padding: 170px 0;
    }
    .parallax--ser-li-9 {
        padding: 170px 0;
    }
    .parallax--ser-li-11 {
        padding: 170px 0;
    }
    .parallax--ser-li-10 {
        padding: 170px 0;
    }
    .sub-services-parahgrhap {
        padding: 25px 35px 20px 20px;
        margin-right: 10px;
    }


    #slider {
        position: relative;
        width: 260px;
        height: 20vw;
        max-height: 650px;
        margin: 170px auto;
        font-family: 'Helvetica Neue', sans-serif;
        perspective: 1500px;
        transform-style: preserve-3d;
        overflow: visible;
        cursor: grab;
    }
    
    #slider:active {
        cursor: grabbing;
    }
    
    input[type=radio] {
        position: absolute;
        bottom: -50px;
        left: 50%;
        width: 15px;
        height: 15px;
        margin: 0 10px;
        opacity: 0.5;
        cursor: pointer;
        transform: translateX(-50%);
        z-index: 10;
        display: none;
    }
    
    input[type=radio]:checked {
        opacity: 1;
    }
    
    #slider label,
    #slider label img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0px;
        cursor: pointer;
        transition: transform 400ms ease, opacity 400ms ease;
        display: flex;
    }
    
    /* Center Slide */
    #s1:checked ~ #slide1,
    #s2:checked ~ #slide2,
    #s3:checked ~ #slide3,
    #s4:checked ~ #slide4,
    #s5:checked ~ #slide5 {
        /* box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4); */
        transform: translate3d(0%, 0, 460px) scale(1.1);
        z-index: 5;
        opacity: 1;
    }
    
    /* Right Slides */
    #s1:checked ~ #slide2,
    #s2:checked ~ #slide3,
    #s3:checked ~ #slide4,
    #s4:checked ~ #slide5,
    #s5:checked ~ #slide1 {
        transform: translate3d(140%, 90px, 0px);
        opacity: 1;
    }
    
    #s1:checked ~ #slide3,
    #s2:checked ~ #slide4,
    #s3:checked ~ #slide5,
    #s4:checked ~ #slide1,
    #s5:checked ~ #slide2 {
        transform: translate3d(245%, 90px, 0px);
        opacity: 1;
    }
    
    /* Left Slides */
    #s1:checked ~ #slide5,
    #s2:checked ~ #slide1,
    #s3:checked ~ #slide2,
    #s4:checked ~ #slide3,
    #s5:checked ~ #slide4 {
        transform: translate3d(-135%, 90px, 00px);
        z-index: 4;
        opacity: 1;
    }
    
    #s1:checked ~ #slide4,
    #s2:checked ~ #slide5,
    #s3:checked ~ #slide1,
    #s4:checked ~ #slide2,
    #s5:checked ~ #slide3 {
        transform: translate3d(-240%, 90px, 0px);
        z-index: 3;
        opacity: 1;
    }
    .image-parallel-box-ser {
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        width: 100%;
        padding: 25px 10px 25px 15px;
        color: white;
        align-items: end;
        align-content: flex-end;
    }
    p.slider-service-box-sub {
        color: #FFF;
        font-family: 'Bentoga Thin' !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 100;
        line-height: 21px;
        letter-spacing: 0.72px;
        text-transform: capitalize;
    }
    #slider label {
        margin-bottom: 0px !important;
    }
    

    /* custome.css file css */


     .first-column {
        width: 55% !important;
    }
    .second-column {
        width: 45% !important;
    }
    h4.ctm-new-title-ftm {
        margin-top: 21px;
    }
    h3.new-ds-end-form {
        font-size: 26px;
        line-height: 50px;
    }
    .para-parallel-ftm p {
        font-size: 18px;
    }
    p.nit-hont-box {
        font-size: 18px;
        text-align: justify;
        line-height: 35px;
        margin-top: 10px;
    }
    p.none-box-servie {
        font-size: 18px;
        text-align: justify;
        line-height: 35px;
    }

    .my-slide-title {
        font-size: 28px;
        color: white;
        width: 70%;
        line-height: 50px;
      /* font-weight: bold; */
      margin-bottom: 10px;
      }
      .my-slide-description {
        font-size: 16px;
      }

.new-from::placeholder {
    color: #494949;
    font-size: 16px;
    font-family: 'Poppins-Light' !important;
}
h4.new-home-from-heding {
    color: #1E1E1E;
    font-family: 'Gyahegi';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
.new-home-exploring {
    color: #1E1E1E;
    font-family: 'Gyahegi' !important;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
}


h4.new-home-video-form {
    color: #1E1E1E;
    font-family: 'Gyahegi';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    text-transform: capitalize;
}
h2.width-align-ft-elem {
    color: #1E1E1E;
    font-family: 'Gyahegi';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    margin-bottom: 50px;
}
h1.main-heading-ser {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 100;
    line-height: 30px;
    letter-spacing: 1.44px;
    text-transform: capitalize;
}
span.span-color {
    background: #D3AF60;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Gyahegi';
    font-size: 28px;
    font-style: normal;
    font-weight: 100;
    line-height: 50px;
    text-transform: capitalize;
}
.contact-info-head {
    color: white;
    margin-top: 10px;
}
a.btn-style:hover {
    background-color: black;
    color: white;
    padding: 14px 40px;
    display: inline-block;
    font-family: 'Poppins-Light';
}
.new-ftm p {
    color: #d3af60;
    font-weight: 100;
    margin-right: 15px;
    font-size: 18px !important;
    line-height: 25px;
    font-family: 'Bentoga Thin';
}
.timeline::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 45px;
    width: 100%;
    height: 1px;
    background: #000;
    z-index: -1;
}
.circle {
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    margin: auto;
    position: relative;
    z-index: 1;
    left: -70px;
    right: 0;
}
.card {
    background: white;
    box-shadow: 0 2px 0px rgb(89 0 0 / 10%);
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-top: none;
}
.title-box-ho {
    color: #1E1E1E;
    font-family: 'Bentoga Thin';
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    line-height: 30px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}
.icon-box-img img {
    width: 60px;
    margin-bottom: 12px;
}
.new-home-box-info-servi {
    color: #1E1E1E;
    font-family: 'Gyahegi';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

}
