@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Teko:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Teko:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    /*font-family: "Raleway", sans-serif;*/
    font-family: "Montserrat", sans-serif;
}
h2{
    /*font-family: "Cormorant Garamond", serif !important;*/
    font-family: "Montserrat", sans-serif;
}
.w-80{
    width: 80%;
}
.top-nav{
    transition: all .3s;
}
.left-logo {
    padding: 0;
    text-align: center;
}
.logo_img {
    width: 250px;
    margin: auto;
    transition: all .3s;
}

.dszfd::after {
    background-color: transparent !important;
}
.df p img {
    width: 15px;
    margin-right: 10px;
}
.df p{
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #e2e2e2;
    font-size: 14px;
    letter-spacing: 0.55px;
}

.top-nav {
    padding: 7px 0;
    background-color: #32343b;
}

.social-ic img{
    width: 16px;
}

.asdasda{
    width: fit-content;
    gap: 10px;
    margin-right: 20%;
}


.ul li{
    list-style-type: none;
    position: relative;
}
.ul li a{
    position: relative;
}
.ul {
    padding-left: 0;
    display: flex;
    width: 100%;
    gap: 46px;
    justify-content: end;
}
.header {
    padding: 10px 0 15px;
}
.inner-nav .row{
        align-items: flex-end;
}
.ul li a::after {
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: contain;
    height: 0.08px;
    width: 0%;
    bottom: 38%;
    left: 0;
    transition: all .3s;
}
.ul li .act::after {
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: contain;
    height: 0.08px;
    width: 100%;
    bottom: 38%;
    left: 0;
    transition: all .3s;
}
.dropitem li a {
    padding: 0 !IMPORTANT;
}
.navnew .ul li a::after {
    background-color: #000;
}
.ul li a:hover::after{
    width: 100%;
}
.ul li a {
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.55px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 41px 0px;
}
.en-bt a {
    padding: 10px 40px;
    background-color: #15396d;
    color: #fff !important;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

.count-text h2 {
    font-size: 161px;
    text-align: center;
    color: #f7e3d8;
}
.count-text p {
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    letter-spacing: .6em;
    width: 100%;
    text-align: center;
}

/* banner start---------------------------------- */
.left-banner{
    padding-left: 17%;
}
.banner{
    overflow: hidden;
}
.left-banner h2 {
    line-height: 62px;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 48px;
}
.secz-img{
    top: 0;
    right: -100%;
    transition: all 1s;
    z-index: 9;
}
.bannerslide222 .swiper-slide-active .secz-img{
    top: 0;
    right: -30%;
}

.bannerslide222 .swiper-slide-active .secz-img2{
    top: 0;
    right: -30%;
}
.sec-img img{
    width: 100% !important;
}
.toggle img{
    width: 43px !important;
    margin-left: auto;
}
.toggle{
    text-align: right;
    padding-right: 20px;
}
.sec-img {
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    text-align: right;
}
.mn-img img {
    width: 80%;
}
.mn-img{
    text-align: right;
}
.ull li{
    list-style-type: none;
    display: flex;
    align-items: center;
    gap:10px;
}
.ull li img{
    width: 20px;
}
.ull li{
    padding: 10PX 0;
}
.ull{
    padding: 0;
    margin: 0;
}

.exp-bt a{
    text-decoration: none;
    color: #fff;
    padding: 10px 22px;
    background-color: #15396d;
    font-size: 15px;
    letter-spacing: 0.55px;
}
.exp-bt{
    margin-top: 30px;
}
.sub-hd span{
    font-size: 15px;
    letter-spacing: 0.55px;
    font-weight: 600;
    color: #15396d;
}
.sub-hd1 span{
    font-size: 15px;
    letter-spacing: 0.55px;
    font-weight: 600;
    color: #000000;
}
.sub-hd{
    position: relative;
    width: fit-content;
}
.sub-hd::after {
    position: absolute;
    content: "";
    background-color: #15396d;
    background-size: contain;
    height: 1px;
    width: 20%;
    top: 50%;
    right: -26%;
    transform: translateY(-50%);
}
.sub-hd1::after {
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: contain;
    height: 1px;
    width: 20%;
    top: 50%;
    right: -26%;
    transform: translateY(-50%);
}
.hd h2 {
    font-size: 43px;
    font-weight: 400;
    line-height: 1.22em;
    letter-spacing: 1px;
}
.hd1 h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.09em;
    letter-spacing: .15em;
}
.hd p{
    font-size: 13px;
    letter-spacing: .6em;
    font-weight: 500;
    margin: 13px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 2.2em;
    color: #e2b96b;
}
.hd1 p{
    font-size: 13px;
    letter-spacing: .6em;
    font-family: Raleway;
    font-weight: 500;
    margin: 13px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 2.2em;
}
.inner-mn-prop{
    width: 100%;
    margin: auto;
}

.req-bt a {
   padding: 14px 50px;
    color: #e2b96b;
    background-color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 500;
    position: relative;
}
.req-bt1 a {
   padding: 14px 50px;
    color: #fff;
    background-color: #d79821;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 500;
    position: relative;
}
.req-bt a::after {
    position: absolute;
    content: "";
    border: 1px solid #e2b96b;
    background-size: contain;
    height: 84%;
    width: 97%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.req-bt1 a::after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    background-size: contain;
    height: 84%;
    width: 97%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.hddr h2 {
    background: none;
    color: #000000;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #000000; */
    /* -webkit-text-fill-color: unset; */
    /* writing-mode: vertical-lr; */
    font-weight: 900;
}
.xx .req-bt a {
   padding: 14px 50px;
    color: #ffffff;
    background-color: #d79821;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 500;
    position: relative;
}
.xx .req-bt a::after {
    position: absolute;
    content: "";
    border: 1px solid #ffffff;
    background-size: contain;
    height: 84%;
    width: 97%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.count {
    background-color: #d2e4ff;
    padding: 1rem;
    width: 924px;
    position: absolute;
    bottom: -13%;
    left: 57%;
}
.cv{
    text-align: center;
}
.cv img {
    width: 40px;
}
.cv h3{
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0;
}
.cv p{
    margin-bottom: 0;
}
.pp h3{
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 0;
    color: #000000;
}
.pp {
    width: 70%;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner-play {
    position: absolute;
    height: 36px;
    width: 36px;
    background-color: #15396d;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.photo-inner img{
    border-radius: 10px;
}
.inner-play img {
    width: 14px;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
}
.play{
    margin-top: 3rem;
    height: 64px;
    width: 64px;
    border: 1px solid #153a6d6c;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}
.play::after {
    position: absolute;
    content: "";
    box-shadow: inset #fffffffc 0px 0px 6px 30px;
    background-size: contain;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: animate 2s infinite ease;
    opacity: 0;
}
@keyframes animate{
    0%{
        transform: translate(-50%, -50%)scale(0.2);
        opacity: 1;
    }

    100%{
        transform: translate(-50%, -50%)scale(1);
        opacity: 0;
    }
}
.play::before {
    position: absolute;
    content: "";
    box-shadow: inset #fffffffc 0px 0px 6px 30px;
    background-size: contain;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: anim 2s infinite ease;
    opacity: 0;
}
@keyframes anim{
    0%{
        transform: translate(-50%, -50%)scale(0.5);
        opacity: 1;
    }

    100%{
        transform: translate(-50%, -50%)scale(1);
        opacity: 0;
    }
}


.li-img img{
    width: 60px;
    margin-bottom: 1rem;
}
.li-txt h3{
    font-size: 25px;
}
.li-txt p{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #888888;
    line-height: 26px;
}

.read-bt a {
    text-decoration: none;
    color: #15396d;
    letter-spacing: 0.55px;
    font-size: 16px;
    font-weight: 500;
}
.read-bt a img{
    width: 20px;
    margin-bottom: 0;
}
.read-bt a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.main-prp {
    background-color: #bf87647d;
    padding: 7rem 0;
    position: relative;
}
.sec-img img{
    border: 9px solid #fff;
}
.main-prp::before {
    position: absolute;
    content: "";
    background-image: url(../images/home-1-background-patern-2.jpg);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.mn-prop-list {
    padding: 2rem;
    background-color: #fff;
    box-shadow: black 0px 0px 25px -13px;
}
.bottom-proper{
    margin-top: 7rem;
}

.co-bu h2{
    font-size: 50px;
    letter-spacing: 0.55px;
    font-weight: 700;
}
.co-bu h2 sup{
    font-size: 30px;
}
.co-bu p{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: gray;
}
.co-bu{
    position: relative;
}
.co-bu::after {
    position: absolute;
    content: "";
    background-color: #15396d;
    background-size: contain;
    height: 4px;
    width: 100%;
    bottom: -17%;
    left: 0;
}
.left-pl .row .col:nth-child(1){
    text-align: left;
    padding-left: 0;
}
.left-pl .row .col:nth-child(2){
    text-align: right;
    padding-right: 0;
}

.left-pl{
    padding: 20px;
}
.left-pl:nth-child(odd) {
    background-color: #15396d1a;
}
.left-pl .row .col h4{
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.55px;
}
.left-pl .row .col:nth-child(2) h4 {
    color: #15396d;
    font-weight: 700;
}

.plan-data {
    border: 1px solid #e3e3e3;
}

.inner-news .tab .nav{
    justify-content: center;
}

.tab-l a {
    text-decoration: none;
    color: #000;
    padding: 13px 24px;
    background-color: #15396d;
    color: #fff;
    position: relative;
    z-index: 1;
    transition:all 1s;
}
.tab-l a::after{
    position: absolute;
    content: "";
    background-color: #000;
    background-size: contain;
    height: 0%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition:all .3s;
}
.tab-l .active::after{
    height: 100%;
}
.tab-l .active{
    background-color: transparent;
}

.gr-li-txt h4{
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.55px;
}
.gr-li-txt1 h4{
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.55px;
}
.gr-li-txt p{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.55px;
    line-height: 26px;
}
.ar-btn{
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}
.ar-btn img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: brightness(0) invert(1);
}

.gro-img{
    position: relative;
    z-index: 1;
}
.gro-img::after {
    position: absolute;
    content: "";
    background-color: #0000007d;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.gr-li-txt {
    bottom: 40%;
    left: 10%;
    width: 75%;
    z-index: 9;
    transition: all .3s;
    opacity: 0;
}
.ground-lis:hover .gr-li-txt{
    bottom: 30%;
    opacity: 1;
}
.gr-li-txt1{
    bottom: 10%;
    left: 10%;
    width: 75%;
    z-index: 9;
    transition: all .3s;
    opacity: 1;
}
.ground-lis:hover .gr-li-txt1{
    bottom: 0%;
    opacity: 0;
}


.site-footer {
    position: relative;
    display: block;
    /*background-color: #000000f7;*/
    z-index: 1;
}
.site-footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/cba.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* z-index: -3; */
    background-repeat: repeat;
    opacity: 0.6;
}
.footer-widget__about-text {
    color: white;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0.55px;
}
.footer-widget__title {
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    color: #f8f8f8;
    font-size: 21px;
    line-height: 1.45em;
    font-weight: 500;
    letter-spacing: .1em;
    margin: 0 0 13px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.footer-widget__title-box{
    position: relative;
    width: fit-content;
}

.footer-widget__Explore-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-widget__Explore-list1 li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-widget__Explore-list li a img{
    width: 15px;
}
.footer-widget__Contact-list li input{
    background-color: transparent;
    border-bottom: 1px solid #474747;
    border-top: none;
    border-left: navajowhite;
    border-right: navajowhite;
    color: #fff;
    margin-bottom: 2rem;
    padding: 5px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px;
    padding: 7px 20px 7px 0;
    font-family: Raleway;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .6em;
    color: #a5a5a5;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
.site-footer__top {
    position: relative;
    display: block;
    /*padding: 65px 0 34px;*/
    padding: 71px 0 57px;
    z-index: 1;
}
.footer-widget__Explore-list li{
    padding: 7px 0;
}
.footer-widget__find-text {
    color: #e1e1e1;
    line-height: 34px;
    margin-top: -2px;
}
.footer-widget__Contact-list li .text p a {
    color: #e1e1e1;
    transition: all 500ms ease;
    text-decoration: none;
}
.footer-widget__Contact-list li .text p {
    font-size: 16px;
    font-weight: 400;
    color: #e1e1e1;
}
.site-footer__bottom-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #e1e1e1;
}
.site-footer__bottom-inner p a{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.foot-logo img {
    width: 200px;
    margin-bottom: 1rem;
    filter: drop-shadow(-4px -6px 2px black);
}

.nav{
    position: relative;
}
/* .navnew{
    animation:move 1s;
}
@keyframes move{
    0%{
        top: -100%;
    }
    100%{
        top: 0;
    }
} */
.navnew .top-nav{
    display: none;
}
/* .navnew .left-logo img{
    width: 130px;
} */
.navnew .right-nav{
    background-color: #fff;
}
.navnew .ul li a {
    color: #000;
}
.navnew .ul {
    padding-top: 0%;
    padding-bottom: 0%;
    margin: 0 !important;
}
.ul{
    margin:0;
}
.navnew .container11 .inner-nav .row{
    align-items: center;
}
.navnew {
    background-color: #fff;
    z-index: 99999999999;
}
.navnew {
    box-shadow: black 0px 0px 17px -11px;
}
.hd-txt {
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    margin: auto;
    text-align: center;
    z-index: 9;
}
.page-header{
    z-index: 1;
}
/* .page-header::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg,#000,transparent);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
} */
.hd-txt h2 {
    font-size: 77px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: .15em;
    text-transform: uppercase;
        background: none;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffffe8;
    -webkit-text-fill-color: unset;
}
.hd-txt p {
     margin: 13px 0 0;
    font-family: Raleway;
    font-size: 13px;
    line-height: 2.23em;
    letter-spacing: .2em;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffc34d;
}
.hd-txt .d-flex a {
    text-decoration: none;
    color: #febe20;
    font-weight: 700;
    letter-spacing: 0.55px;
}
.hd-txt .d-flex{
    color: #fff;
}

.add-img {
    height: 80px;
    width: 80px;
    background-color: #15396d;
    border-radius: 50%;
    position: relative;
}
.add-img img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ad-ls p {
    width: 75%;
}
.page-header-img img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.add p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: initial;
    font-weight: 300;
}
.ad-ls {
    justify-content: space-between;
}
.contact_wrapperRight .form-control {
    height: 45px;
    border: 1px solid lightgray !important;
    box-shadow: none !important;
    outline: none !important;
}

.gl11 {
    position: relative;
    border-radius: 10px 10px 0 0;
}
.gl11 img,.gl-img{
    border-radius: 10px 10px 0 0;
}
.gl11::before {
    position: absolute;
    content: "";
    background-color: #ffffff50;
    background-size: contain;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all .5s;
}
/* .gl11::after {
    position: absolute;
    content: "";
    background-color: #ffffff50;
    background-size: contain;
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    z-index: 9;
    transition: all .5s;
} */
.gl-img {
    box-shadow: black 0px 0px 11px -5px;
}
.gl-img:hover .gl11::before {
    height: 100%;
}
.gl-btn p {
    font-size: 15px;
    color: #ffffff;
}
/* .gl-img:hover .gl-btn {
    bottom: 47%;
} */
.gl-btn {
    padding: 5px 7px;
    /* background-color: #1b4e9b; */
    background: linear-gradient(270deg, #15396d 50%, transparent);
    /* border-radius: 30px; */
    text-align: center;
    width: 40%;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    /* transform: translateX(-50%); */
    z-index: 999;
    transition: all .3s;
}
.dq {
    padding: 10px 10px 10px;
    transition: all .3s;
    background-color: #15396d;
    color: #fff;
    border-radius: 0 0 10px 10px;
}
.mm a {
    text-decoration: none;
}
.modal-fullscreen {
    height: auto;
}
#trainingModal .modal-fullscreen .modal-content, #getaquote .modal-fullscreen .modal-content {
    background: linear-gradient(103deg, #000000b3 0%, #000000b3 50%, #000000b3 100%);
}
.modal-fullscreen .modal-content {
    height: 100vh;
    border: 0;
    border-radius: 0;
}
#trainingModal .hiringIntern_wrapper, #getaquote .hiringIntern_wrapper {
    position: relative;
    margin: 6% 0;
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper {
    padding-left: 30px;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .heading, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .heading {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
    text-align: left;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .heading h2, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .heading h2 {
    font-size: 30px;
    line-height: 30px;
}
.heading h2 {
    font-size: 40px;
    font-family: var(--regular-font);
    font-weight: bold;
    margin-bottom: 0;
    line-height: 50px;
    color: #000000;
    letter-spacing: -1px;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .form-wrap, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .form-wrap {
    position: relative;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper label, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper .form-control, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper .form-control {
    height: 44px;
    border-radius: 0;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper textarea.form-control, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper textarea.form-control {
    height: auto;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper button, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper button {
    border: unset;
    background: #15396d;
    color: #ffffff;
    width: 48%;
    padding: 10px;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: .4px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
#trainingModal .hiringIntern_wrapper .hiringIntern_formWrapper button:hover, #getaquote .hiringIntern_wrapper .hiringIntern_formWrapper button:hover {
    background: #255aa3;
}
#trainingModal .hiringIntern_wrapper .btn-close, #getaquote .hiringIntern_wrapper .btn-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #646464;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.site-footer{
    position: relative;
    z-index: 9;
}
/* .site-footer::after{
    position: absolute;
    content: "";
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -9;
} */

.bannerslide .swiper-slide img{
    transition: all 8s;
}
.bannerslide .swiper-slide-active img{
    transform: scale(1.3);
}
.bannerslide .swiper-slide{
    overflow:hidden;
}
.bannerslide222 {
    width: 100%;
    height: 100%;
  }

  .bannerslide222 .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
  }
  .bannerslide222 .swiper-slide::after {
    position: absolute;
    content: "";
    background-color: #202020a3;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

  .bannerslide222 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }
.bannerslide222 .swiper-horizontal>.swiper-pagination-bullets, .bannerslide222 .swiper-pagination-bullets.swiper-pagination-horizontal, .bannerslide222 .swiper-pagination-custom, .bannerslide222 .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: fit-content;
    writing-mode: tb-rl;
    display: flex;
    gap: 50px;
    height: 100%;
    justify-content: center;
    padding: 0 20px;
}
.bannerslide222 .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
    display: inline-block;
    border-radius: 50%;
    background: #e2b96b !important;
    opacity: 1;
    position: relative;
}

.bannerslide222 .swiper-pagination-bullet-active::after{
    position: absolute;
    content: "";
    border: 1px solid #e2b96b;
    background-size: contain;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid black;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 99999999999999999999999999999999;
  }
  
  .cursor2 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: black;
    opacity: .3;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 99999999999999999999999999999999;
  }
  
  .hover {
    opacity: 0.5;
    background-color: #000;
  }
  
  .cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: .5;
  }
  .texttt h3{
    font-size: 19px;
    letter-spacing: 0.55px;
    padding: 10px;
    margin: 0;

  }
  .sec-img1 {
    top: 69%;
    right: 0%;
    left: initial;
    transform: translateY(-50%);
    text-align: right;
}
.sec-img1 img {
    border-left: 13px solid #e2b96b;
    border-top: none;
    border-right: none;
    border-bottom: none;
    width: 89% !important;
    /* border-radius: 200px; */
}
  .about_page{
    position: relative;
  }
  .about_page::after{
    position: absolute;
    content: "";
    background-image: url(../images/cr.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
    opacity: 0.1;
  }
  .miss img{
    width: 60px;
    opacity: 0.2;
  }
  .miss h2 {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #15396d;
}
.promo-txt h4{
    font-size: 25px;
    letter-spacing: 0.55px;
}
.promo-txt p{
    font-size: 15px;
    letter-spacing: 0.55px;
    font-weight: 400;
    color: #898989;
}
.ulllq {
    width: 250px;
    background-color: #ffffff;
    bottom: -150px;
    left: -52%;
    padding: 0;
    transform: translateY(64%);
    opacity: 0;
    height: 0;
    transition: all .3s;
    overflow: hidden;
}
.post-summary .post-title {
    color: #000;
    font-size: 22px;
    line-height: 1.45em;
    font-weight: 700;
    letter-spacing: .1em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.post-title {
    color: #000;
}
.post-summary .post-excerpt {
    margin: 0 0 15px;
    line-height: 1.65;
    color: #919191;
    font-size: 0.95em;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: #000;
    letter-spacing: 5px;
    font-size: 15px;
}
.hhl {
    text-decoration: none;
}
.ulllq li{
    padding: 10px;
}
.ulllq li a {
    color: #000;
    padding: 10px;
}
.dropdown:hover .ulllq{
    transform: translateY(0%);
    opacity: 1;
    height: auto;
}

.banner-txt p {
    color: #fff;
    text-align: left;
}
.en-bt1{
    width: fit-content;
    margin-top: 2rem;
}

.play-li-img img {
    border-radius: 30px;
    height: 270px;
    object-fit: cover;
}
.book-slot-bt a{
    text-decoration: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    background-color: #15396d;
}
.book-slot-bt{
    bottom: -8%;
    left: 15%;
}

.game-li img{
    width: 25px;
}

.wh h2 {
    font-size: 90px;
    color: rgb(211 211 211 / 44%);
}

.w-40{
    width:40% !important;
}
.w-70{
     width:88% !important;
}
.w-80{
     width:80% !important;
}
.view-image {
    position: fixed;
    inset: 0;
    z-index: 9999999999999999999 !important;
}
.container2{
    width: 85%;
    margin: auto;
}
.glrx-h img {
    width: 100%;
    border-radius: 9px;
}
.game-li img {
    width: 25px;
    filter: contrast(0.1);
}
.game-li p{
    font-size: 15px;
    font-weight: 500;
    color: #313131;
}


/* .list-play {
    box-shadow: black 0px 0px 19px -8px;
    overflow: hidden;
    border-radius: 12px;
    border-radius: 158px 10px 10px 158px;
    background: linear-gradient(90deg, #a6caff, transparent);
} */
.left-gr-im {
    position: relative;
    margin: auto;
    height: 80px;
    width: 80px;
    border: 1px solid #e2b96b;
    border-radius: 50%;
}

.left-gr-im img {
    transition: all .3s;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
transform: translate(-50%,-50%);
}
/* .left-gr-im::after {
    position: absolute;
    content: "";
    border: 3px solid #000000;
    background-color: #0000004f;
    background-size: contain;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    top: 24%;
    left: -24%;
    transform: translateX(-100%)translateY(100%);
    transition: all .3s;
}
.left-gr-im:hover::after{
    transform: translateX(0%)translateY(0%);
} */
.pl-imm {
    position: relative;
    height: 35px;
    width: 35px;
    background-color: #15396d;
    border-radius: 50%;
    /* top: 22%;
    left: 39%;
    z-index: 9;
    transform: scale(0);
    transition: all .3s;
    transition-delay: .3s; */
}
.fea h4{
    font-size: 20px;
    margin: 10px 0 0 0;
}
/* .pl-imm1 {
    top: 18%;
    left: 13%;
}
.pl-imm2 {
    top: 41%;
    left: 57%;
}
.pl-imm3 {
    top: 66%;
    left: 64%;
} */
.pl-imm img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
}
.left-gr-im:hover .pl-imm{
    transform: scale(1);
}

/* .left-gr-im img {
    border-radius: 50%;
    padding: 10px;
} */
.right-gr-img{
    padding: 20px 10px;
}

.pl-fe-li ul li img{
    width: 18px;
    margin-right: 10px;
}
.pl-fe-li ul li {
    list-style-type: none;
    font-size: 15px;
    padding: 7px 0;
    border-bottom: 1px solid #efefef;
    padding: 14px;
    color: #646262;
}
.pl-fe-li ul {
    padding-left: 0;
    padding: 0 12px;
}
.right-sl {
    box-shadow: black 0px 0px 10px -5px;
    border-radius: 10px;
    background-color: #f6f8ff;
    padding: 1rem;
}
.pl-fe-li ul li:last-child{
    border: none;
}

.left-sl{
    height: 60vh;
    border-radius: 23px;
    overflow: hidden;
}
.play-nm {
    padding: 10px 16px;
    /* background-color: #15396d; */
    border-radius: 10px 10px 0 0;
}
.play-nm h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    color: #000;
}
.ab ul li {
    border: none;
    padding: 7px 0;
}
.ab ul li img{
    filter: brightness(0.1);
}






.cn-hd p {
    margin-bottom: 0;
    font-weight: 500;
    color: black;
    padding-left: 12px;
}
.cn {
    padding: 10px 10px 30px 10px;
    /* box-shadow: 0 3px 12px 0 rgb(0 0 0 / 16%); */
    position: sticky;
    top: 0rem;
    border-radius: 4px;
}
.ab p{
    color: gray;
    letter-spacing: 0.55px;
    line-height: 26px;
}

.nn input, .nn select, .nn textarea {
    width: 100%;
    height: 37px;
    margin-bottom: 1rem;
    border-radius: 0;
    border: 1px solid #d3d3d396;
    font-size: 14px;
}

.bbt button {
    text-decoration: none;
    color: white;
    padding: 6px 19px;
    background-color: #15396d;
    display: flex;
    justify-content: center;
    border: none;
    transition: all .3s;
    border: 1px solid #15396d;
}
.mn-cn {
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 16%);
    padding: 0px 17px 27px 17px;
    border-radius: 4px;
    background-color: #f6f8ff;
}

.cn-hd img {
    width: 29px;
}
.cn-hd {
    padding: 1rem 0;
}
.cn-hd {
    display: flex;
    align-items: center;
    gap: 10px;
}
.left-abbr{
    position: relative;
}
.left-abbr::after{
    position: absolute;
    content: "";
    background-color: #0000002c;
    height: 100%;
    width: 1px;
    top: 0;
    right: -5%;
}
.asw{
    padding: 5rem 0 !important;
}
.asw-lst .vb img {
    width: 49px;
}
.vb {
    position: relative;
    margin-bottom: 2rem;
    z-index: 1;
}
.vb::after {
    position: absolute;
    content: "";
    /* border: 1px solid #000; */
    box-shadow: black 0px 0px 10px -5px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: -1;
}
.asw {
    background: linear-gradient(0deg, #d1e4ff61, transparent);
    margin-bottom: 3rem;
}
.asw-lst p {
    font-size: 20px;
    color: #15396d;
    font-weight: 500;
}
.asw-lst span {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #838383;
}
.right-rank1 h2{
    position:relative;
}
.right-rank1 h2::after {
    position: absolute;
    content: "";
    background-color: #febe20;
    background-size: contain;
    height: 22%;
    width: 30%;
    left: 0;
    bottom: 52%;
    z-index: -1;
}
/* .list-play:hover .left-gr-im img{
    transform: scale(1.05);
} */











#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 45px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}

.left-abbr{
    height: 100%;
}
.pl-fe-li ul{
    padding-left: 0;
}
.ab h3 {
    font-size: 27px;
    font-weight: 400;
}
.xxx{
    position: relative;
    height: 100vh;
    width: 100%;
}
.yyy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    box-shadow: black 0px 0px 12px -5px;
    border-radius: 10px;
}
.btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid;
    border-radius: 50%;
}
.hiringIntern_wrapper .row .col-lg-4{
    padding-left: 0;
}
.hiringIntern_wrapper .row .col-lg-8{
padding-right: 0;
}
.hiringIntern_wrapper .row .col-lg-4 img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
.hiringIntern_formWrapper{
    height: 100%;
    padding: 1rem;
}
label {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
    color: gray;
    font-weight: 400;
}
/* .bjk{
    color:#36c6e8;
    text-decoration: none;
    animation: move .5s infinite;
}
@keyframes move{
    0%{
        color:#ff0000;
        text-decoration: none;
    }
    50%{
        color:#ffffff;
    }
    100%{
        color:#ff0000;
        text-decoration: none;
    }
} */


.dates p{
    font-size: 14px;
    font-weight: 500;
    color: #494949 !important;
    margin-bottom: 0;
}
.read p {
    color: #15396d;
    font-weight: 700;
}

.ppl{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.ppl img{
    width: 50px;
}
.pl-hdr h2 {
    font-size: 14px;
    line-height: 1.45em;
    font-weight: 400;
    letter-spacing: .1em;
    color: #ffffff;
}

.left-pro {
    background-color: #e2b96b;
    padding: 19px;
    /* box-shadow: inset black 0px 5px 25px -5px; */
    border-radius: 0;
    border-radius: 5px;
}


.pl-hdr p {
    font-size: 14px;
    letter-spacing: 0.55px;
    color: rgb(255, 255, 255) !important;
    font-weight: 400;
    letter-spacing: 0.55px;
    margin-top: 5px;
}
.choose {
    padding: 3rem 0;
    /* background-color: #0b0606; */
    position: relative;
    z-index: auto;
    background: linear-gradient(270deg, #1c0a09 59%, transparent 0);
}


.hd3 h2 {
    font-size: 54px;
    font-weight: 400;
    line-height: 1.09em;
    letter-spacing: .15em;
}
.hd3 p{
    font-size: 15px;
    letter-spacing: 1px;
    color: gray;
    font-weight: 500;
}
.tes-nm h2{
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    line-height: 1.45em;
    font-weight: 700;
    letter-spacing: .1em;
}
.tes-nm p{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    font-family: Raleway;
    font-weight: 500;
    color: #e2b96b;
    font-weight: 500;
}

.bannerslide {
    width: 100%;
    height: 100%;
  }

 .bannerslide .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* .bannerslide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
    object-position: left;
} */
  .bannerslide .swiper-slide{
    position: relative;
  }  
  /* .bannerslide .swiper-slide::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #00000099 39%, transparent);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
} */
.banner-txt{
    top: 40%;
    left: 10%;
    transform: translateY(-60%);
    z-index: 9999999999;
    opacity: 0;
    transition: all 2s;
}
.banner-txt h2 {
    font-size: 68px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}
.bannerslide .swiper-slide-active .banner-txt{
    top: 60%;
    opacity: 1;
}

.bannerslide .swiper-button-next:after, .bannerslide .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 0;
    color: rgb(156, 156, 156);
    font-size: 20px;
    content: url(../images/right-arrow.png);
}

.bannerslide .swiper-button-next:after {
    color: rgb(156, 156, 156);
    font-size: 20px;
    content: url(../images/right-arrow.png);
    
    transform: rotate(180deg);
    left: 5px;
    position: absolute;
}
.bannerslide .swiper-button-prev:after {
    color: rgb(156, 156, 156);
    font-size: 20px;
    content: url(../images/right-arrow.png);
    transform: rotate(0deg);
    right: 5px;
    position: absolute;
}


.bannerslide .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto;
    right: 6%;
    top: 48%;
}
.bannerslide  .swiper-button-next, .swiper-rtl .swiper-button-next {
    left: auto;
    left: 6%;
    top: 48%;
}
.bannerslide  .swiper-button-prev::before{
    position: absolute;
    content: "";
    border: 1px solid #e2b96b;
    height: 35px;
    width: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.bannerslide .swiper-button-next::before {
    position: absolute;
    content: "";
    border: 1px solid #e2b96b;
    height: 35px;
    width: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.ar{
    position: relative;
    height: 30px;
    width: 30px;
    border: 1px solid #e2b96b;
    border-radius: 50%;
    margin-left: 2rem;
}
.ar::after {
    position: absolute;
    content: "";
    background-image: url(../images/right-arrow.png);
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 50%;
    right: 7px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.Residence {
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 998;
    width: 80%;
    /* text-align: center; */
    margin: auto;
}
.Residence h3 {
    line-height: 36px;
    letter-spacing: 5px;
    font-weight: 400;
    color: #fff;
    font-size: 28px;
    /*text-transform: uppercase;*/
}
.Residence h2 {
    line-height: 67px;
    letter-spacing: 5px;
    /*font-weight: 700;*/
    color: #e2b96b;
    font-size: 60px;
    /*text-transform: uppercase;*/
}
.Residence p{
    z-index: 10;
    font-family: Raleway;
    text-transform: uppercase;
    height: auto;
    color: rgb(215, 146, 107);
    text-decoration: none;
    white-space: normal;
    width: 560px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 31px;
    letter-spacing: 12px;
    font-weight: 500;
    font-size: 15px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    margin: auto;
}
.ser-txt {
    top: 20%;
    right: 0;
    height: 400px;
    padding: 2rem;
    width: 52%;
    background-color: #e2b96b !important;
}
.inner-ser-list:nth-child(even) .row{
    justify-content:end;
}
.ser-txt h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 33px;
    font-weight: 400;
    line-height: 1.22em;
    letter-spacing: .15em;
}
.ser-txt p {
    font-size: 13px;
    letter-spacing: 0.55px;
    font-family: Raleway;
    font-weight: 500;
    margin: 13px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}
.list-unstyled22 li a img{
    filter: brightness(0)invert(1);
}
.list-unstyled22 li a{
    color: #fff;
}


.inner-ser-list:nth-child(even) .ser-txt {
    top: initial;
    bottom: 20%;
    right: initial;
    left: 0;
    height: 400px;
    padding: 2rem;
    width: 52%;
    background-color: #e2b96b !important;
}

.dd {
    top: 49%;
    left: 90%;
    z-index: 9;
}
.dd:nth-child(3){
    top: 50%;
    left: 15%;
    z-index: 9;
}
.dd:nth-child(4){
    top: 20%;
    left: 40%;
    z-index: 9;
}
.dd:nth-child(5){
    top: 30%;
    left: 80%;
    z-index: 9;
}
.dd:nth-child(6){
    top: 80%;
    left: 90%;
    z-index: 9;
}
.dd:nth-child(7){
    top: 10%;
    left: 60%;
    z-index: 9;
}
.dd:nth-child(8) {
    top: 20%;
    left: 6%;
    z-index: 9;
}
.dt img{
    animation: ani 2s infinite;
    width: 30px;
    height: 30px;
}
@keyframes ani{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.3);
    }
    100%{
        transform: scale(1);
    }
}
.dt p{
    font-size: 15px;
    letter-spacing: 5px;
    color: #e2b96b;
    margin: 10px 0 0 0;
}
.dt h2 {
    color: #fff;
    font-size: 21px;
    letter-spacing: 1px;
}


* contact us start */
.new{
  background-image: url(../images/pg.jpg);
}
#page-head {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
  padding: 10px 0;
  height: 320px;
}
#page-head::before {
  position: absolute;
  display: block;
  content: " ";
  background: linear-gradient(262deg, #212529c7 50%, rgb(235 1 1 / 13%) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#page-head .page-head {
  position: absolute;
  top: 75%;
  z-index: 1;
  color: #fff;
  left: 49%;
  transform: translate(-50%, -50%);
}
#page-head .page-head .page-hed-bottom a {
  color: #fff;
  text-decoration: none;
}
.page-head-top h1 {
  font-size: 33px;
  letter-spacing: 0.55px;
  line-height: 31px;
  color: #fff;
  font-weight: 500;
}
.page-hed-bottom{
  text-align: center;
}
.form-control {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px;
    padding: 7px 20px 7px 0;
    font-family: Raleway;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .6em;
    color: #a5a5a5;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;

}

.select-cls{
  padding: 10px .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  background-clip: padding-box;
}

.form-row .form-group {
  margin-top: 8px;
  margin-bottom: 5px;
}
.form-row .form-group .form-control:focus {
    border: none;
    border-bottom: 1px solid #d5d5d5;
outline: none;
box-shadow: none;

}
.form-row .form-group .select-cls:focus {
  border: 1px solid rgb(215, 146, 107);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
   outline: none; 
   background-color: #f9f7f617;

}
.form-row .form-group label {
  padding-bottom: 8px;
  font-size: 16px;
  color:#000;
}
.apomnt-txt h2{
    text-transform: uppercase;
    color: #000;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.09em;
    letter-spacing: .15em;
}
   .apomnt-txt{
   text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
   }
   .contact-form {
    position: relative;
    border-radius: 15px;
    top: 89%;
    right: 8%;
    transform: translate(-7%, -50%);
    box-shadow: #00000040 0 5px 25px -5px;
    width: 71%;
    z-index: 9;
    background-image: url(../images/noise-background.jpg);
}

  .b-bt a {
    border: 1px solid  rgb(215, 146, 107);
    text-decoration: none;
    color: #fff;
    padding: 10px 24px;
    font-size: 17px;
    letter-spacing: 0.55px;
    font-weight: 500;
    background-color: rgb(215, 146, 107);
    
  }
  .b-bt a:hover {
  background-color: #fff;
  color: #000;
  border:1px solid #000;
  }
  

  .lef-ic img{
    width: 30px;
  }
  .lef-ic{
    position: relative;
    z-index: 1;
  }
  .lef-ic::after {
    position: absolute;
    content: "";
    background-color: #e2b96b;
    box-shadow: #62626240 0px 5px 0px 0px;
    background-size: contain;
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
}
  
.tp-contact-item-area {
    padding-top: 19%;
    margin-bottom: 4rem;
}
  .tp-contact a {
    text-decoration: none;
    font-size: 17px;
    color: #000;
    letter-spacing: 0.55px;
    line-height: 28px;
}
.tp-contact-item-area{
  position: relative;
}
.tp-contact-item-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 52%;
  background-image: url(../images/ctt.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: -1;
  top: 99%;
  left: 56%;
  opacity: 0.04;
}

* carrier start */
.filter{
  padding: 2rem 1rem;
  background-color:  rgb(215, 146, 107);
}
.se {
  border: none;
  outline: none;
  box-shadow: none;
  height: 39px;
  padding: 0 15px;
}
.se-frm input {
  height: 40px;
  padding-left: 15px;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #6f6f6f00;
  background-color: white;
}
.vvvd {
  padding: 10px 22px;
  background-color: #000;
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 0.55px;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
/*------------------------------------*\
  Light Theme Styles
\*------------------------------------*/
.light-theme span {
  cursor:pointer;
}

.light-theme a, .light-theme span {
  float: left;
  color: #666;
  font-size:14px;
  line-height:24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #FCFCFC;
}

.light-theme .current {
  background: #666;
  color: #FFF;
  border-color: #444;
  box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default;
}

.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}


.dark-theme span {
  cursor:pointer;
}

.dark-theme a, .dark-theme span {
  float: left;
  color: #CCC;
  font-size:14px;
  line-height:24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: #555; /* Old browsers */
  background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
  background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover, .dark-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #444;
}

.dark-theme .current {
  background: #222;
  color: #FFF;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}

.dark-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
/* inner can */
.inner-can-l {
  box-shadow: black 0px 0px 9px -5px;
  border-radius: 7px;
  height: 100%;
  background: linear-gradient(135deg, rgb(215, 146, 107) 8%, transparent 0);
}
.inner-can-dt1::after{
border-right: none;
}
.ffvsa{
margin-bottom: 1.5rem;
border-bottom: 1px solid lightgray;
}
.can-main-hd {
  text-align: center;
  margin-bottom: 1.5rem;
}
.arrow img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: -65%;
  transform: translate(-0%,-50%);
  transition: all .3s;
}
.nn span{
color: #000;
}
.nn{
  text-decoration: none;
}
.arrow {
  height: 20px;
  width: 20px;
  border: 1px solid black;
  border-radius: 50%;
  margin-left: 15px;
  position: relative;
}
.nn:hover img{
  left: -25%;
}
.nn:hover .arrow{
  border: 1px solid #d7926b;
}
.nn:hover span{
  color: #d7926b;
}
.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  background: transparent;
  display: flex;
}
.inner-can-dt p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  color: gray;
}
.inner-can-dt span {
  font-size: 14px;
}
.filter {
    padding: 2rem 1rem;
    background-color: #d7926b;
}

.pop {
    height: 100vh;
    width: 100%;
    background-color: #00000079;
    top: 0;
    left: 0;
    backdrop-filter: blur(6px);
    z-index: 99999999999;
    transform: translateY(100%);
    opacity: 0;
    transition: all .5s;
}
.popnew{
    transform: translateY(0%);
    opacity: 1;
}
.contact-form11{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.close {
    top: 3%;
    right: 1%;
    cursor: pointer;
}
/* /* carrier end * */


.right-abt .hd h6 {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.55px;
    color: #858585;
    text-align: justify;
}
/*.right-abt{*/
/*    width:80% !important;*/
/*}*/

.hrx h6 {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #ffffff;
    text-align: justify;
    font-weight: 400;
}
.dropitem {
    bottom: -123px;
    left: -17%;
    width: 230px;
    background-color: white;
    box-shadow: black 0px 0px 25px -5px;
    transform: translateY(100%);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
    z-index: 99999;
}
.dropitem li {
    padding: 10px;
}
.dropdown a img {
    width: 12px;
    margin-left: 7px;
    margin-top: -5px;
}
.dropdown:hover .dropitem {
    height: auto;
    opacity: 1;
    transform: translateY(0);
}
.dropitem li a{
    color:#000 !important;
}
.land{
    padding:2.5rem 0 0;
}
.left-land h2 {
    font-size: 37px;
    font-weight: 500;
    letter-spacing: 1px;
    border-left: 5px solid #d79821;
    padding-left: 15px;
}
.left-land p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #313131;
}
/*.left-land{*/
/*    padding:4rem;*/
/*}*/
.seee-immm21{
    position: sticky;
    top: 6rem;
}
.left-land ul{
    padding-left:0;
}
.left-land ul h4 {
    font-size: 21px;
    letter-spacing: 1px;
    color: #000;
}
.left-land ul li {
    list-style-type: none;
    padding: 5px 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #313131;
}
.left-land ul li img{
    width:20px;
    margin-right:5px;
}
.apomnt-txt11 h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.09em;
    letter-spacing: .15em;
}
.contact-form1122{
    top: 84%;
    right: 0;
    transform: translate(0%, -105%);
    padding:1rem 0 0 0;
}
.left-land h4{
    font-size: 22px;
    letter-spacing: 1px;
    color: #000;
}
.inner-abt{
    padding: 2rem 0 4rem;
}

.imgg img{
  width:100%;
  height: 100%;
  object-fit: cover;
 }
 .imgg{
  position: relative;
  height: 100%;
  /* z-index: -1; */
  transition: all .3s;
 }
.treee {
    position: absolute;
    top: 72%;
    left: 7%;
    z-index: 999999998;
}
.imgg::after {
  position: absolute;
  content: "";
  background-color: #00000073;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
}
.imgg:hover::after{
  opacity: 0.6;
  /* background-color: #b6b2b273; */
}
.treee p {
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 19px;
    font-weight: 700;
}
.treee h2 {
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 23px;
    font-weight: 400;
}

.bnnn{
  position: relative;
  background-color: #1c0a09 ;
  height: 100%;
}
.bhbhbh {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.55px;
    /* text-align: justify; */
    width: 75%;
}
.hddr span {
    font-size: 19px;
    letter-spacing: 0.55px;
    color: #e2b96b;
    font-weight: 400;
    margin-bottom: 1rem;
}
.abt21 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 0rem;
}
.abt21::after {
    position: absolute;
    content: "";
    background-image: url(../images/image-17-scaled.jpg);
    background-size: contain;
    height: 1300px;
    width: 1300px;
    top: 8%;
    right: -5%;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotate(6deg);
    opacity: 0.2;
}
.choose {
    position: relative;
    overflow: hidden;
}
.choose::before {
    position: absolute;
    content: "";
    background-image: url(../images/image-17-scaled.jpg);
    background-size: contain;
    height: 1300px;
    width: 1300px;
    top: -90%;
    left: -19%;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotate(153deg);
    opacity: 0.2;
}
/*.choose::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color:gray;*/
/*    background-size: contain;*/
/*    height: 1300px;*/
/*    width: 1300px;*/
/*    top: -90%;*/
/*    left: -19%;*/
/*    z-index: -1;*/
/*    background-repeat: no-repeat;*/
/*    transform: rotate(153deg);*/
/*    opacity: 0.2;*/
/*    clip-path: polygon(0 0, 55% 0, 81% 72%, 0% 100%);*/
/*}*/
.top-footer span{
    color: #e2b96b;
    font-weight: 500;
    letter-spacing: 0.55px;
    font-size: 28px;
}

.overlayim {
    width: 300px;
    height: 300px;
    left: 50%;
    bottom: -15%;
    transform: translateX(-50%);
    z-index: 9;
}
.ctxs{
        box-shadow: black 0px 0px 7px 0px;
}

.top-footer h4{
        font-size: 19px;
    line-height: 28px;
    margin-top: 1rem;
}
.elementor-image-box-button a {
    color: #d79821;
    font-weight: 400;
    letter-spacing: 0.55px;
    /* padding-bottom: 23px; */
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.elementor-image-box-title {
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.55px;
    font-size: 24px;
}
.left-what h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.22em;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 1rem !important;
    text-transform: uppercase;
}
.left-what span{
        font-size: 20px;
    letter-spacing: 0.55px;
    color: #9b9b9b;
    font-weight: 400;
    margin-bottom: 1rem;
}
.right-what p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #000000;
    text-align: justify;
    font-weight: 300;
}
.wp-image-251 {
    width: 70px;
    height: 50px;
    object-fit: contain;
}
.elementor-image-box-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.55px;
    text-align: left;
    padding: 0 10px 0 0;
}
.elementor-image-box-content {
    text-align: left;
    padding-left: 10px;
}

.req-bt22 a {
    padding: 13px 20px;
    color: #fff;
    background-color: #d79821;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
}

.xx h6{
            font-size: 17px;
        line-height: 27px;
        letter-spacing: 0.55px;
        color: #858585;
        text-align: justify;
}
.ch {
    display: flex;
    /* align-items: center; */
    gap: 9px;
    font-size: 15px;
    /* letter-spacing: 0.55px; */
}
.ch img{
    width:20px;
}
.ret li{
     display: flex;
    gap: 9px;
    align-items:flex-start;
}
.ret li img{
        object-fit: contain;
}



.contact-form1122 {
    top: initial;
    right: 0;
    transform: initial;
    padding: 1rem 0 0 0;
}


.righ-ddimg{
    position:relative;
}
.page-header-imgdf{
    position:relative;
    z-index:1;
}
.righ-ddimg::after {
    position: absolute;
    content: "";
    border: 1px solid #e2b96b;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: -5%;
    left: -9%;
    z-index: -1;
    border-radius: 10px;
}
.land {
    padding-top: 0rem;
}
.page-header-imgdf::after {
    position: absolute;
    content: "";
    background-color: #000000c2;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
}

.what-list{
    position:relative;
}
.what-list::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, transparent, #d5d5d5fc, transparent);
    background-size: contain;
    height: 100%;
    width: 1px;
    top: 0;
    right: -5%;
}
.what-data .row .col-lg-3:last-child .what-list::after{
    background:none;
}
.elementor-image-framed{
    text-align:left;
}

.page-header222{
    position:relative;
    z-index:1;
}
.page-header222::after {
    position: absolute;
    content: "";
    background-color: #0000007d;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.left-land{
    padding:4rem;
}
.seee-immm img {
    height: 572px;
    object-fit: cover;
}

.page-header-img{
    position:relative;
    z-index:1;
}
.page-header-img::after {
    position: absolute;
    content: "";
    background-color: #000000ab;
    background-size: contain;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* z-index: -1; */
}

#mob_err{
  display: none;
}
#email_err{
  display: none;
}

.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#success{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display:none;
}
.quick_sucInner{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
  font-family:auto !important;
}
.quick_sucInner h3{
    
  font-family:auto !important;
}


/* 14-09-2024 chintu start*/
.inner-ser-list:nth-child(even){
    margin-top:13rem;
}
.inner-ser-list:nth-child(odd) {
    margin-top: 5rem;
}
.inner-ser-list:nth-child(1) {
    margin-top: 2rem;
}
.inner-ser-list:last-child {
    margin-bottom: 11rem;
}
.inner-ser-list:nth-child(even) .row {
    justify-content: end;
    flex-direction: row-reverse;
}
/* 14-09-2024 chintu end*/