﻿

.he100vh img {
    height: 100vh;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    list-style: none;
    font-family: 'Roboto Slab', serif;
}


ul {
    margin: 0 !important;
}

a:focus {
    outline: none;
    color: transparent;
}

html,
body {
     font-family: 'Roboto Slab', serif;
     font-size:15px;
    height: 100%;
    margin: 0;
    padding: 0;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

/*loader*/

.pageloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 50;
    background: url(../images/loader-page-bg.jpg);

}

h1, h2, h3, h4 {
    font-family: 'Roboto Slab', serif;
}
.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 2;
}

.percentage {
    z-index: 100;
    text-align: center;
    color: #000;
    line-height: 30px;
    font-size: 15px;

}

.loader,
.percentage {
    height: 30px;
    max-width: 500px;
    border-radius: 20px;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
}

.loadline-wraper {
    background: rgba(51, 51, 51, 0.9);
}


.menu-active {
    color: #e5b741 !important;
}

/*page  loader*/

.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 2;
}

.percentage {
    z-index: 100;
    text-align: center;
    color: #000;
    line-height: 30px;
    font-size: 15px;

}

.loader,
.percentage {
    height: 30px;
    max-width: 500px;
    border-radius: 20px;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
}



.menu-active {
    color: #e5b741 !important;
}

/*page  loader*/

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}



.loadline {
    height: 1px;
    width: 0px;
    background: #e5b741;
    border-radius: 4px;
}

.footer-gtr .radicalreflex {
    top: 45px;
}

.about-us-footer .radicalreflex {
    color: #fbaf19;
    text-align: left;
    top: 30px;
}

.about-us-footer .radicalreflex a {
    color: #fbaf19;
}

/*map pop up*/

#exampleModalCenter .modal-body {
    padding: 0;
}

#exampleModalCenter .modal-title {
    float: left;
    color: #715110;
    font-size: 16px;
}

#exampleModalCenter .modal-footer {
    display: none;
}

.modal-body iframe {
    height: 100%;
    width: 100%;
}

.modal-content {
    height: 400px;
    margin: 0 auto;
}

.modal-body {
    height: calc(100% - 56px);
}

/*map pop up*/

/*header start*/

.head-wrapper {
    /*width: 310px;*/
    padding: 55px 0px 20px;
    background: #020202 url(../images/nav-bg.png);
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    z-index: 3;

    -webkit-border-image: -webkit-gradient(linear-gradient(to bottom, rgb(226, 163, 32), rgb(68, 43, 12))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(to bottom, rgb(226, 163, 32), rgb(68, 43, 12)) 1 100%;
    -moz-border-image: -moz-linear-gradient(to bottom, rgb(226, 163, 32), rgb(68, 43, 12)) 1 100%;
    -o-border-image: -o-linear-gradient(to bottom, rgb(226, 163, 32), rgb(68, 43, 12)) 1 100%;
    border-image: linear-gradient(to bottom, rgb(226, 163, 32), rgb(68, 43, 12)) 1 100%;
}

.logo {
    overflow: hidden;
}

.nav-logo-wrapper {
    position: relative;
    height: 100%;
}

.head-wrapper .navigation {
    margin-top: 50px;
}

.head-wrapper .navigation ul {
    margin: 0;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.head-wrapper .navigation ul:before {
    content: "";
    width: 170px;
    background: #1a160a;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    display: block;

}

.head-wrapper .navigation ul li a {
    display: inline-block;
    color: var(--font-color);
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    position: relative;
    width: 130px;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
}

.head-wrapper .navigation ul li a:before {
    content: "";
    position: absolute;
    top: -8px;
    height: 1px;
    width: 0;
    background: #e5a928;
    right: 0;
    -webkit-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;

}

.head-wrapper .navigation ul li a:hover:before {
    width: 100%;
    left: 0;
}

.head-wrapper .navigation ul li a:hover {
    color: #fde486;
}

.head-wrapper .social-media {
    text-align: center;
    padding-top: 25px;
}

.head-wrapper .social-media ul {
    overflow: hidden;
}

.head-wrapper .social-media ul li {
    display: inline-block;

}

.head-wrapper .social-media ul li a {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../images/social-icon.png) no-repeat;
    -webkit-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.head-wrapper .social-media a:hover {
    background-position-y: top !important;
}

.head-wrapper .social-media ul li:nth-child(1) a {
    background-position: bottom left;
}

.head-wrapper .social-media ul li:nth-child(2) a {
    margin: 0 8px;
    background-position: bottom center;
}

.head-wrapper .social-media ul li:nth-child(3) a {
    background-position: bottom right;
}

.head-wrapper .header-bottom-content {
    padding: 0 30px;
    margin-top: 10px;

}

.head-wrapper .header-bottom-content img {
    margin-bottom: 25px;
}

.head-wrapper .header-bottom-content p {
    color: #a98846;
    font-size: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}

.head-wrapper .header-bottom-content p:nth-child(3) {
    margin-bottom: 70px;
    position: relative;
}

.head-wrapper .header-bottom-content p:nth-child(3):before {
    content: "";
    width: 170px;
    background: #1a160a;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -35px;
    display: block;
}

.header-bottom-content .map-call-mail {

    margin-bottom: 20px;
}

.header-bottom-content .map-call-mail ul {
    overflow: hidden;
}

.header-bottom-content .map-call-mail ul li {
    display: inline-block;

}

.header-bottom-content .map-call-mail a {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/map-call-mail.png) no-repeat;
    -webkit-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.header-bottom-content .map-call-mail a:hover {
    background-position-y: bottom !important;
}

.header-bottom-content .map-call-mail ul li:nth-child(1) a {
    background-position: top left;
}

.header-bottom-content .map-call-mail ul li:nth-child(2) a {
    margin: 0 30px;
    width: 17px;
    background-position: top center;
}

.header-bottom-content .map-call-mail ul li:nth-child(3) a {
    background-position: top right;
    width: 20px;
}

.bright-logo {
    position: absolute;
    bottom: 135px;
    padding: 0 0px;
}

.bright-logo div {
    padding: 10px 0;

}

.bright-logo div img {
    height: 60px;

}

.bright-logo div:nth-child(odd) {
    border-right: 1px solid #2d292a;
}

.bright-logo div:nth-child(1) {
    border-bottom: 1px solid #2d292a;
}

.bright-logo div:nth-child(2) {
    border-bottom: 1px solid #2d292a;
}

/*header end */

/*right-side-common*/

    .right-side-common {

    float: right;

}

.homepage .home-common-bg {

  
    overflow: hidden;
    position: relative;
    border-right: 2px solid #816228;
}

.homepage a:last-child .home-common-bg {
    border: none;
}

.homepage .home-common-bg .bg-logo {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 15px;
}

.home-common-bg {
    overflow: hidden;
    position: relative;
}

.home-common-bg .bg-logo {
    -webkit-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}



.home-common-bg:hover .bg-logo {
    transform: scale(1.1);
}

.home-common-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;

}


.home-common-bg:hover:before {
    opacity: 1;
}


/*My css portion*/
.welcome-txt
{
 font-size:20px;
 font-weight:200;
 letter-spacing:1px;
  line-height:1.2;
  font-family:Bitter,serif;
}
/*end*/
/*am-pm-page start here*/
.information-panel {
    width: 290px;
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    height: 100vh;
    position: fixed;
    z-index: 2;
    left: 5px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.left0 {
    left: 292px;
}

.am-pm-info {
    background: url(../images/am-pm-img/am-pm-info-bg.png) no-repeat;
    background-position: bottom;
}

.gtr-info {
    background: url(../images/gtr-img/gtr-info-bg.png) no-repeat;
    background-position: bottom;
}

.eternity-info {
    background: url(../images/eternity-img/eternity-info-bg.png) no-repeat;
    background-position: bottom;
}

.ikka-panjab-info {
    background: url(../images/ikka-panjab-img/ikka-panjab-info-bg.png) no-repeat;
    background-position: bottom;
}

.info-panel-slide {
    width: 20px;
    height: 100px;
    background: rgba(37, 20, 8, .7);
    border-right: 1px solid rgba(37, 20, 8, .7);
    border-top: 1px solid rgba(37, 20, 8, .7);
    border-bottom: 1px solid rgba(37, 20, 8, .7);
    position: absolute;
    right: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    padding: 38px 0;
    overflow: hidden;

}

.info-panel-slide:hover {
    border-right: 1px solid #dd9d18;
    border-top: 1px solid #dd9d18;
    border-bottom: 1px solid #dd9d18;
}

.info-panel-content {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.info-panel-slide i {
    font-size: 28px;
    color: #e1a21f;
    -webkit-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}


.info-panel-slide i {
    animation: bounce 5s linear infinite;
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -moz-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

.fa-angle-right.rotateY180:before {
    content: "\f104";
}

.information-panel img {
    margin: auto;
}

.information-panel h4 {
    color: #f6c64b;
    font-size: 18px;
    font-weight: 400;
    margin-top: 90px;
    margin-bottom: 20px;
}

.information-panel p {
    font-size: 10px;
    color: #e7d5b2;
    line-height: 18px;
    margin-bottom: 20px;
}

.btn-common {
    width: 190px;
    height: 35px;
    display: block;
    border: 1px solid #b3903b;
    line-height: 33px;
    border-radius: 20px;
    color: #e7d5b2;
    text-decoration: none;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    margin: 0 auto;
}

.btn-common:hover {
    text-decoration: none;
    border: 1px solid #f6c64b;
    color: #f6c64b;
}

.gtr-owl img,
.am-pm-slider img {
    height: auto;
}

.owl-carousel .owl-dots {
    display: block;
    width: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    `` margin: auto;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
}


.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #ab9f8c;
    border-radius: 50%;
    padding: 0.5px;
    margin: 7px 0px;
    -webkit-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    display: block;

}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #fbaf19;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active {
    transform: scale(1.7);
}

/*custom scroll bar*/

body::-webkit-scrollbar-thumb,
.head-wrapper::-webkit-scrollbar-thumb,
.info-panel-content::-webkit-scrollbar-thumb {
    background: #fbaf19;
}

body::-webkit-scrollbar-track,
.head-wrapper::-webkit-scrollbar-track,
.info-panel-content::-webkit-scrollbar-track {
    background: #ddd;
}

body::-webkit-scrollbar,
.head-wrapper::-webkit-scrollbar,
.info-panel-content::-webkit-scrollbar {
    width: 5px;
}


/*am-pm*/

.am-pm-content-wrappper {
    padding-left: 290px;
}

.cafe_bar .row,
.music-didn-wrapper .row {
    margin: 0;
}

.cafe_bar {
    background: url(../images/am-pm-img/am-pm-cafebar.jpg) no-repeat;
    background-position: right top;
    height: 590px;
}

.cafe_bar-content {
    padding: 80px 0px 0px 80px;
}

.cafe_bar-content h1 {
    margin: 0;
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 400;
    padding-right: 100px;
    color: #020202;
}

.cafe_bar-content p {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    padding-right: 105px;
}

.music-didn-wrapper {
    margin-top: -50px;
}

.music-didn-img {
    padding: 0;
}

.music-didn-content p {
    padding: 0px 80px;
    margin-bottom: 30px;
}

.music-didn-content h2 {
    color: #020202;
    margin-bottom: 30px;

    padding: 0px 80px;
}

.music-didn-content p {
    color: #666;
}

.music-didn-content img {
    margin-left: 15px;
}

.event-logo {
    width: 660px;
    margin-left: 80px;
    padding: 22px 0;
}

.event-logo ul {
    margin: 0;
    overflow: hidden;
}

.hand-event-logo {
    padding-left: 75px;
    background: url(../images/am-pm-img/hand-bg.jpg)
}

.event-logo ul li {
    display: inline-block;
    border: 1px solid #eee;
    padding: 15px;
    margin: 5px;
    border-radius: 10px;
}

.new-slide-item {
    border-right: 1px solid #e6e6e6;
}

.new-slider-content {
    padding: 40px 80px;
    border-right: 1px solid #e6e6e6;
}

.new-slider-content h2 {
    margin: 0;
    margin-bottom: 30px;
    color: #020202;
}

.new-slider-content p {
    margin: 0;
    color: #666;
}

.new-slider-content p + p {
    margin-top: 25px;
}


/*footer*/

.ampm-footer {
    background: url(../images/am-pm-img/footer-bg.png);
    background-size: cover;
    height: 566px;
    padding-left: 370px;
    padding-top: 80px;
}

.ampm-footer-contact-info h5 {
    color: rgb(2, 2, 2);
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
}

.ampm-footer-contact-info p {
    margin: 0px;
}

.ampm-footer-contact-info p a {
    font-size: 14px;
    color: rgb(102, 102, 102);
    text-decoration: none;
}

.ampm-footer-contact-info span.locaton {
    width: 17px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/am-pm-img/call-location.png) no-repeat;
    background-position: -20px 0px;
    background-size: 35px;
    vertical-align: middle;
}

.ampm-footer-contact-info span.call {
    width: 17px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/am-pm-img/call-location.png) no-repeat;
    background-position: 0 0;
    background-size: 35px;
    vertical-align: middle;
}

.ampm-footer-contact-info .ampm-footer-contact-info-inner {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    height: 80px;
}

.ampm-footer-contact-info .ampm-footer-contact-info-inner:before {
    content: "";
    background: #aaa;
    height: 1px;
    width: 240px;
    position: absolute;
    bottom: 0;

}

.ampm-footer-contact-info .col-lg-12:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.ampm-footer-contact-info .col-lg-12:last-child .ampm-footer-contact-info-inner:before {
    width: 0;
    height: 0;

}

/*gtr page*/

.gtr-bg {
    background: #fef7ed;
}

.gtr-wrapper {
    padding: 80px;
    margin-left: 288px;
    background: url(../images/gtr-img/gtr-full-bg.jpg) no-repeat;

}

.gtr-top-sec h1 {
    font-size: 48px;
    color: #1e1006;
    font-weight: 400;
}

.gtr-top-sec p {
    font-size: 12px;
    color: #7a5f4b;
    font-weight: 400;
}

.gtr-top-right {
    margin-top: 95px;
}

.gtr-top-right h1 {
    font-size: 30px;
    color: #1e1006;
}

.gtr-top-sec2 {}

.gtr-top-sec2 h2 {
    color: #1e1006;
    font-size: 30px;
    margin-top: 660px;
}

.gtr-top-sec2 p {
    color: #7a5f4b;
}

.gtr-top-right2 h2 {
    margin-top: 295px;
}

.gtr-footer {
    background: url(../images/gtr-img/gtr-footer-image.jpg);
    background-size: cover;
    padding-left: 370px;
    padding-top: 50px;
}

.gtr-footer-contact-info h5 {
    color: #e7d5b2;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
}

.gtr-footer-contact-info p {
    margin: 0px;
}

.gtr-footer-contact-info p a {
    font-size: 14px;
    color: #c5ad7e;
    text-decoration: none;
}

.gtr-footer-contact-info span.locaton {
    width: 17px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/gtr-img/call-location.png) no-repeat;
    background-position: -20px 0px;
    background-size: 35px;
    vertical-align: middle;
}

.gtr-footer-contact-info span.call {
    width: 17px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/gtr-img/call-location.png) no-repeat;
    background-position: 0 0;
    background-size: 35px;
    vertical-align: middle;
}

.gtr-footer-contact-info .gtr-footer-contact-info-inner {
    position: relative;

    margin-bottom: 20px;
    height: 80px;
}

.gtr-footer-contact-info .gtr-footer-contact-info-inner:before {
    content: "";
    background: #613f2d;
    height: 1px;
    width: 240px;
    position: absolute;
    bottom: 8px;
}

.gtr-footer-contact-info [class^="col"]:last-child .gtr-footer-contact-info-inner {
    padding-bottom: 0;
    margin-bottom: 0;
}

.gtr-footer-contact-info [class^="col"]:nth-last-of-type(2) .gtr-footer-contact-info-inner {
    padding-bottom: 0;
    margin-bottom: 0;
}

.gtr-footer-contact-info [class^="col"]:last-child .gtr-footer-contact-info-inner:before {
    width: 0;
    height: 0;

}

.gtr-footer-contact-info [class^="col"]:nth-last-of-type(2) .gtr-footer-contact-info-inner:before {
    width: 0;
    height: 0;

}

.gtr-footer .radicalreflex {
    color: #e7d5b2;
}

.gtr-footer .radicalreflex a {
    color: #c5ad7e;
}

/*eternity*/

.eternity-content-wrappper {
    padding-left: 290px;
}

.eternity-premium {
    padding: 80px;
    background: url(../images/eternity-img/eternity-premium.jpg) no-repeat top right;
}

.eternity-premium h1 {
    font-size: 48px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    margin-bottom: 40px;
}

.eternity-premium p {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
    padding-right: 100px;
}

.eternity-premium p:last-child {
    margin-bottom: 0;
}

.eternity-terra-firma {
    padding: 60px 80px 45px 80px;

}

.eternity-terra-firma h1 {
    font-size: 48px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
}

.eternity-terra-firma p {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
}


.milky-way-img {
    margin-bottom: 20px;
}

.milky-way-img img {
    border-radius: 10px;
    border: 1px solid #ccc;
    display: block;
    padding: 6px;
}

.eternity-bar-dinning-station {
    padding: 0 80px 50px;
}

.eternity-bar-dinning-station h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;

}

.eternity-bar-dinning-station p {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
}

.eternity-milky-way {
    padding: 0 80px 0;
}

.eternity-milky-way H1 {
    font-size: 48px;
    color: #1e1006;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;

}

.eternity-milky-way p {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
    padding-right: 50px;
}

.eternity-footer {
    background: url(../images/eternity-img/eternity-footer.jpg);
    padding: 138px 80px;
    margin-left: 0;

}

.eternity-footer .eternity-call {
    width: 150px;
}

.eternity-footer .eternity-location {
    margin-left: 0;
}

.eternity-footer .eternity-location span {
    margin-bottom: 20px;
    background: url(../images/eternity-img/etrenity-icon.png);
    background-position: 0px 0;
    width: 25px;
    display: inline-block;
    height: 30px;
    float: left;
    margin-right: 20px;
}

.eternity-footer .eternity-location h6 {
    color: #1e1006;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
}

.eternity-footer .eternity-location p {
    color: #555;
    font-size: 10px;
    margin-bottom: 0px;
}

.eternity-call div,
.eternity-mail div,
.eternity-calender div,
.eternity-location div {
    float: left;
}

.eternity-call span {
    background: url(../images/eternity-img/etrenity-icon.png);
    background-position: -29px 0;
    height: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 25px;
    margin-bottom: 25px;
}

.eternity-mail span {
    background: url(../images/eternity-img/etrenity-icon.png);
    background-position: -66px 0;
    width: 24px;
    height: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 25px;
}

.eternity-mail a {
    display: block;
    color: #1e1006;
    font-size: 14px;
    text-decoration: none;
    -ms-word-break: break-word;
    word-break: break-word;
    padding-right: 31px;
}

.eternity-calender span {
    width: 30px;
    background: url(../images/eternity-img/etrenity-icon.png);
    background-position: -101px 0;
    height: 33px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 25px;
}

.eternity-call a {
    display: block;
    color: #1e1006;
    font-size: 14px;
    text-decoration: none;
    -ms-word-break: break-all;
    word-break: break-all;
}

.eternity-calender a {
    display: block;
    color: #1e1006;
    font-size: 14px;
    text-decoration: none;
    -ms-word-break: break-word;
    word-break: break-word;
}

/*about us*/

.about-us-wrapper {
    padding-left: 0;
}

.about-us-section1 {
    padding: 80px;
}

.about-us-section1 .about-left-content h1 {
    font-size: 48px;
    margin-bottom: 40px;
    color: #020202;
    font-weight: 400;
    margin-top: 0;
}

.about-us-section1 .about-left-content p {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
}

.about-us-section1 .about-left-content p:last-child {
    margin-bottom: 0;
}

.about-us-section1 .about-right-content .visiion-value-philosphy {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.about-us-section1 .about-right-content .visiion-value-philosphy:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.about-us-section1 .about-right-content .visiion-value-philosphy h2 {
    color: #020202;
    font-weight: 400;
    margin-top: 0;
}

.about-us-section2 .about-right-content .visiion-value-philosphy h2 {
    margin-bottom: 30px;
    margin-top: 150px;
}

.about-us-section1 .about-right-content .visiion-value-philosphy p {
    font-size: 12px;
    color: #666;
    margin-bottom: 0;

}

.about-us-section2 {
    padding: 80px;
    padding-left: 0;
    padding-top: 0;
}

.about-footer {
    background: url(../images/about-us/about-footer.jpg) no-repeat bottom;
    padding: 50px 80px;
    margin-left: 0;

}

.about-footer .about-location {
    margin-left: 0;
}

.about-footer .about-location span {
    margin-bottom: 20px;
    background: url(../images/gtr-img/gtr-contact.png);
    background-position: left bottom;
    width: 25px;
    display: inline-block;
    height: 30px;
    float: left;
    margin-right: 20px;
}

.about-footer .about-location h6 {
    color: #f6c64b;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 14px;
}

.about-footer .about-location p {
    color: #a98846;
    font-size: 10px;
    margin-bottom: 0px;
}

.about-call div,
.about-mail div,
.about-location div {
    float: left;
}

.about-call,
.about-location {
    height: 80px;
    position: relative;
}

.about-call:before,
.about-location:before {
    content: "";
    background: #3e311d;
    height: 1px;
    width: 240px;
    position: absolute;
    bottom: 30px;
}


.about-call span {
    background: url(../images/gtr-img/gtr-contact.png);
    background-position: right bottom;
    height: 30px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 25px;
    margin-bottom: 25px;
}

.about-mail span {
    background: url(../images/about-us/mail.png);
    background-position: -60px 0;
    width: 30px;
    height: 32px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}

.about-mail a {
    display: block;
    color: #f6c64b;
    font-size: 14px;
    text-decoration: none;
    -ms-word-break: break-word;
    word-break: break-word;
    padding-right: 31px;
}

.about-call a {
    display: block;
    color: #f6c64b;
    font-size: 14px;
    text-decoration: none;
    -ms-word-break: break-all;
    word-break: break-all;
}

.about-footer .radicalreflex {
    color: #f6c64b;
}

.about-footer .radicalreflex a {
    color: #a98846;
}

/*contact-us*/

.contact-us-content-wrap {
    padding: 80px;
}

.contact-title h1 {
    font-size: 72px;
    margin-bottom: 50px;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.25;
    color: #3d3b3a;
}

.btn-common:focus {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.submit-form .btn-common {
    margin: 0;
    text-align: center;
    border-color: #cccccc;
    color: #000;
    text-decoration: none;
}

.contact-us-content-wrap .form-control {
    border-radius: 20px;
}

.contact-us-content-wrap textarea.form-control {
    border-radius: 4px;
}

.submit-form .btn-common:hover {
    background: #e0a125;
    color: #fff;
}

.contact-address h1 {
    font-size: 72px;
    margin-bottom: 50px;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.25;
    color: #3d3b3a;
}

.contact-address ul li {
    font-size: 17px;
    padding-bottom: 10px;
    display: block;
}

.contact-address ul li a {
    font-size: 17px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    display: inline-block;
    color: #b3903b;
}

.contact-address ul li a:hover {
    text-decoration: none;
    color: #fbaf19;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contact-address ul li a:hover a {
    color: #000;
}

.contact-address ul li i {
    width: 20px;
    color: #b3903b;
    ;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.contct-form-wrap .form-group label {
    color: #6b6765;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 24px;
    margin-right: 20px;
    float: left;
    width: auto;
    display: inline-block;
}

.contct-form-wrap .form-group {
    overflow: hidden;
}

.contct-form-wrap .form-group .form-control {

    border: none;
    margin-top: 7px;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 24px;
    font-weight: 300;
    padding-left: 0;
    padding-bottom: 18px;
    float: left;
    width: auto;
}

.contct-form-wrap .form-group textarea.form-control {
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 9px;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #eee !important;
    font-size: 24px;
    font-weight: 300;
}



::-moz-placeholder {
    /* Firefox 19+ */
    color: #eee !important;
    font-size: 24px;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #eee !important;
    font-size: 24px;
    font-weight: 300;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #eee !important;
    font-size: 24px;
    font-weight: 300;
}



.contct-form-wrap .form-group .form-control:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #eee !important;


}

.contct-form-wrap .form-group .form-control:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #eee !important;


}

.contct-form-wrap .form-group .form-control:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #eee !important;


}

.contct-form-wrap .form-group .form-control:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #eee !important;


}
.error-message {
    color: red;
    margin-top: 5px;
    clear: both;
}

footer {
    position: relative;
    overflow: hidden;
}

.radicalreflex {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    right: 10px;
    color: #666;
    text-align: center;
}

.radicalreflex a {
    color: #555;
}

.radicalreflex a:hover {
    text-decoration: underline;
}

.press-section .col-lg-3 div {
border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 20px;
    
}
span.text {
  
    padding: 11px !important;
    color: #e2a320;
    font-size: 27px;
    text-align: center;
    vertical-align: middle;
}
.one {
    height: 50vh;
    position:relative;
}
@media (max-width:991px)
{
.one {
    height: auto;
    position: relative;
}

}
a {
    color: #ffac00 !Important;
    text-decoration: none;
}
.bright-logo div:last-child {
    border-top: 1px solid #2d292a !Important;
}
.bright-logo div:nth-child(5) {
    border-top: 1px solid #2d292a !Important;
}
.no-padding {
    padding: 0px;
}
.inp {
    background: #fff;
}
    .inp>img {
        width: 100%;
     
    }
    .inp h2 {
        font-size: 48px;
        margin-bottom: 40px;
        color: #020202;
        font-weight: 400;
    }
    .about-us-section1 {
    padding: 80px;
}
    .mb {
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 22px;
}
    .inp li {
    margin-bottom: 16px;
    list-style: none;
    padding-left: 6px;
    border-left: 2px solid #000;
}
.home-common-bg {
        background: #4169e1;
    height: 17vh;
  border-bottom: 1px solid #e2a3203b;
}


@media (max-width:1500px)
{
    .home-common-bg {
   
    height: 16vh;
    border-bottom: 1px solid #e2a3203b;
}
                 }
.land {
    background: url(../images/khonmoh-bg.png);
    background-attachment: fixed;
    background-size: cover;
}
@media (max-width:550px) {
    .kt {
        margin-top: 10px;
    }
    span.text {
    background: #00000082;
    padding: 11px !important;
    color: #e2a320;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
}
}