
p.keepinggg {
    text-align: center;
    font-size: 16px;
    padding: 0px 150px;
}
.awards {
    height: 62vh;
    background: url(../img/awards-banner.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

.image-left {
        animation: image-left 2.5s ease 0s 1 normal forwards;
    }

    @keyframes image-left {
        0% {
            opacity: 0;
            transform: translateX(-40px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }



 .image-right {
        animation: image-right 2.5s ease 0s 1 normal forwards;
    }

    @keyframes image-right {
        0% {
            opacity: 0;
            transform: translateX(40px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }


.zoom-out{
        animation: zoom-out 2s ease 0s 1 normal forwards;
    }

    @keyframes zoom-out {
        0% {
            opacity: 0;
           -webkit-transform:scale(1.1);
             -moz-transform:scale(1.1);
             -o-transform:scale(1.1);
             transform:scale(1.1);
        }

        100% {
            opacity: 1;
            -webkit-transform:scale(1);
            -moz-transform:scale(1);
            -o-transform:scale(1);
            transform:scale(1);
        }
    }




.down-up{
        animation: down-up 2s ease 0s 1 normal forwards;
    }

    @keyframes down-up {
        0% {
            opacity: 0;
            margin-top: 100px;
        }

        100% {
            opacity: 1;
            margin-top: 0px;
        }
    }



    .up-down{
        animation: up-down 2s ease 0s 1 normal forwards;
    }

    @keyframes  up-down {
        0% {
            opacity: 0;
            top : 80px;
        }

        100% {
            opacity: 1;
            top: 0px;
        }
    }






.heading-1 {
    font-family: "Sarabun", serif;
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 42px;
}



.fnt-s1 {
    font-weight: normal;
    font-style: normal;
}

.fnt-s2 {
    font-weight: normal;
    font-style: italic;
}

.fnt-color-2 {
    color: #111;
}

.fnt-s3 {
   font-family: "Sarabun", serif;
}

.been{
    text-align: center;
    font-size: 35px;
    color: hsl(0deg 0.53% 7.55%);
    margin-bottom: 0px;
}


/* p
{
 padding: 0px 30px;  
} */

/*--------------------------------------------------------------
#GLOBAL
--------------------------------------------------------------*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input {
    -webkit-appearance: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.font-s-1 {
    font-size: 40px;
    color: #bb8459;
   font-family: "Sarabun", serif;
    font-weight: bold;
    line-height: 38px;
}

.font-s-2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
 font-family: "Sarabun", serif;
}

.font-s-3 {
    font-size: 50px;
    color: #111;
    font-family: "Sarabun", serif;
    line-height: 50px;
}

.w100p {
    width: 100%;
}

.section-wrapper {
    clear: both;
}

@media screen and (max-width: 990px) {


    .section-wrapper {
        padding: 0px;
    }
}

.clear {
    clear: both;
}

.s-white {
    background-color: #ffffff;
}

.s-grey {
    background-color: #eef5f8;
}

.s-grey-darker {
    background-color: #f1f0f2;
}

.s-blue {
    background: #001d3e;
    color: #fff;
}

.s-brown {
    background: #0f0c07;
    color: #fff;
}

.s-footer-water {
    padding: 0px !important;
}

.mblock {
    display: block;
}

@media screen and (max-width: 990px) {
    .mblock {
        display: unset;
    }

    .nnja {
        display: none !important;
    }
}

.align-right-to-center {
    text-align: right;
}

.align-left-to-center {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left !important;
}


@media screen and (max-width: 990px) {
    .align-right-to-center {
        text-align: center;
    }

    .align-left-to-center {
        text-align: center;
    }

    .align-center-to-left {
        text-align: left;
    }
}

.sm-ico {
    padding: 0 5px;
}

/*--------------------------------------------------------------
#GLOBAL
--------------------------------------------------------------*/



html,
body {
    overflow-x: hidden;
}

body {
    position: relative color:#333333;
}

body {
   font-family: "Sarabun", serif;
font-weight: 400;
font-style: normal;
    font-size: 13px;
}

h1,
h3,
h4,
h5,
h6 {
    margin: 8px 0;
    padding: 0px;
}

body p {
    font-size: 16px;
    line-height: 30px;
}

h3 {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 30px;
}

h4 {
    padding-top: 10px;
}

h1 {
    font-family: "Cinzel Decorative", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    margin-top: 15px;
    line-height: 45px;
    letter-spacing: 1px;
	text-transform: lowercase;
}

h2 {
    font-weight: 600; letter-spacing: 0px; font-size: 17px;
}

h5 {
    font-size: 20px;
    font-weight: bold;
}

.h1desc {
    font-size: 17px;
}
ul.choose {display:flex; justify-content:center; text-align:center; padding:20px 0px 10px;}
ul.choose li {
	border: 1px #e1d09e solid;
    padding: 10px 5px;
    margin: 5px 12px;
    box-shadow: 0px 2px 10px #ccc;
	width:30%;
	}
ul.choose li h4 {
	font-size: 27px;
    padding: 10px 10px 0px;
    color: #d5b742;
    text-transform: lowercase;
    font-family: "Cinzel Decorative", serif;
    font-weight: bold;
}
ul.choose li p {
	font-size: 16px;
    padding: 10px 10px 0px;
    line-height: 24px;
}
.top_heading {
    font-size: 32px;
    margin-bottom: 10px;
	font-family:"Cinzel Decorative", serif;
	font-weight:600;
	text-transform: lowercase;
}

.cta-footer {
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #393845 !important;
    padding: 6px 30px 4px 30px;
    border: 1px solid #393845;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    display: inline-block;
}

.img1-bg
{
    background-image: url("../img/project/homepage/section1-rightimg.html");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 750px;
}

.section1-text
{
       display: flex;
    /* align-items: center; */
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
  
}

a.active {
    color: #ddba4e !important;
}
.testimonial {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3d5a80;
}
.testimonial-slide {
  padding: 40px 20px;
}
.testimonial_box-top {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}
.testimonial_box-icon {
  padding: 10px 0;
}
.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}
.testimonial_box-text {
  padding: 10px 0;
}
.testimonial_box-text p {
  color: #293241;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0px;
}
.testimonial_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}
.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}
.testimonial_box-name {
  padding-top: 10px;
}
.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #293241;
  margin-bottom: 0;
}
.testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.footer-top {
  position: relative;
  display: block;
  background-color: #efefef;
  padding: 60px 0 0px 0;
  z-index: 1;
}
.footer-top::before {
  content:'';
  position: absolute;
  Background:url(../img/left-design.png) no-repeat;
  width:119px;
  height:117px;
  top:0px;
}
.footer-top::after {
  content:'';
  position: absolute;
  Background:url(../img/right-design.png) no-repeat;
  width:119px;
  height:117px;
  top:0px;
  right:0px;
}
.footer-top .footer-column {
    margin-bottom: 30px;
}
.footer-title {
  font-size: 22px;
  color: #222;
  margin-bottom: 20px;
  font-family: "Cinzel Decorative", serif;
  font-weight:600;
  text-transform:lowercase;
}
.footer-about-text {
  font-size: 15px;
    color: #666;
    margin: 0;
    padding: 0px;
    line-height: 24px;
}
.footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.footer-about-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-about-social-list a + a {
  margin-right: 12px;
}
.footer-about-social-list a:hover {
  background-color: transparent;
  color: #dbab26;
}
.footer-explore-list li + li {
  margin-top: 3px;
}
.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #666;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-explore-list li a:hover {
  padding-left: 15px;
  color: #dcae30);
}
.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #e5b577;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-explore-list li a:hover:before {
  opacity: 1;
}
.footer-contact {
  position: relative;
  display: block;
}
.footer-contact .footer-title {
  margin-bottom: 20px;
}
.footer-contact-text {
  font-size: 15px;
  margin: 0;
  color: #adadad;
  padding-bottom: 20px;
  padding:0px 0px 20px;
}
.footer-contact-info p {
  margin: 0;
}
.footer-contact-phone {
    font-family: 'Gilda Display', serif;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-phone:hover {
  color: #fff;
}
.footer-contact-mail {
  font-size: 15px;
  line-height: 3em;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-mail:hover {
  color: #dcae30;
}
.footer-contact-mail:before {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #aa8453;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-mail:hover:before {
  background-color: #aa8453;
}


/* language */
.footer-language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}
.footer-language i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 15px;
    opacity: 0.6;
    color: #adadad;
}
.footer-language select {
    height: 50px;
    background: #282828;
    color: #adadad;
    border: 1px solid #282828;
    border-radius: 0px;
}
.footer-language select option {
    color: #fff;
}
select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #adadad;
    color: #adadad;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.footer-bottom {
  position: relative;
  display: block;
  background-color: #4e4e4e;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
          box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  padding: 20px 0;
}
.footer-bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}
.footer-bottom-copy-right {
  font-size: 14px;
  color: #adadad;
  margin: 0;
}
.footer-bottom-copy-right a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-bottom-copy-right a:hover {
  color: #c59819;
}

.section-v1-b-margin-p
{
    margin-top: 120px;
}

.section-v1-b-content-margin
{
    margin: 0px 0px 0px 30px;
}

.spanline
{
    border-bottom: 1px solid #00000042;
    height: 10px;
    display: block;
    width: 75%;
}

.spanline-payment
{
    border-bottom: 1px solid #00000042;
    height: 10px;
    display: block;
    width: 45%;
    margin: auto;
}

/*video poster youtube*/




.video {
  position: relative;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  overflow: hidden;
}

.videoWrapper169 {
  padding-top: 56.25%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  overflow: hidden;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 0.8s;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 0.9;
  transition: opacity 0.8s ease, height 0s ease;
  transition-delay: 0s, 0s;
}

.videoPoster:after {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -25px 0 0 -14px;
  border-left: 40px solid rgba(255, 255, 255, 0.75);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transition: all 0.3s ease;
  transform: scale(1.3);
  box-shadow: 0 0 5px 0 transparent;
}

.home-video-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  display: block;
  line-height: 0;
  display: inline-block;
  padding: 20px 10px;
  font-size: 3em;
  font-weight: 700;
  color: white;
  cursor: pointer;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: ease-in-out 0.15s all;
}

.home-video-close.is-hidden {
  display: block;
  transform: translateY(0);
}

#js-pointer-detector {
  display: none;
}

.video-heading
{
    position: absolute;
    top: 33%;
    color: white;
    text-align: center;
    margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
    width: 55%;

}

.video-heading-hide
{
    display: none;

}

@media (pointer: coarse) {
  #js-pointer-detector {
    display: block;
  }

  .js-videoPoster {
    display: block;
  }
}


/*video poster youtube end*/



@media screen and (min-width: 800px) {
    .mobile-map {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {


    .desktop-map {
        display: none !important;
    }
.mob-font-p
{
    font-size: 13px !important;
}


.font-s-3 {
    font-size: 37px !important;
    line-height: 20px !important;
}

.payment-mob-padding
{
    padding: 18px !important;
}


    h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .heading-1 {
        font-size: 26px;
        margin-top: 20px;
        line-height: 1.3;
    }

    .location-with {
        width: 100% !important;

    }

    .project-logo {

        width: 30% !important;
    }

    .project-logo-desc {
               
        width: 65% !important;
        top: 38% !important;
    }

    .tiles {
        margin-top: -150px !important;
    }

    .img-mobile-padding {
        padding-top: 40px !important;
    }

    .section-v1-b-content-margin
    {
        margin: 0px;
    }

    .section-v1-b-margin {
    margin: 85px 0px 90px;
    min-height: auto;
    }
    .section-v2-b
    {
        padding: 85px 0px 85px !important;
        margin-top: -195px !important;
    }
    .video-heading
    {
        display: none !important;
    }

    .driving-section-text
    {
        padding: 85px 30px 20px 30px !important;
        margin-bottom: -225px; */
    /* position: absolute; */
    /* margin-left: auto; */
    /* margin-right: auto;*/
    }

    
.mob-padding
{
    padding: 2px 20px;
}

h1 {
    
    font-size: 31px !important;
    line-height: 37px !important;
}
.img1-bg
{
    background-image: url(../img/project/homepage/img1-m.html) !important;
    min-height: 270px !important;
}




.section-v3-b {
   
   
    background-image: none !important;
    padding: 0px 0px 0px !important;

   /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    padding: 120px 0px 140px;*/
}


}


.tiles {
    margin-top: -250px;
}


.location-with {
    width: 50%;
}


h4 {
    color: #6f6f6f;
    font-size: 16px;
}


a {
    color: #333333;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}


.project-logo {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 12%;
}

.project-logo-desc {
       position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  color:#fff;
  text-align:center;
}

.logo {
    position: absolute;
    top: 10px;
    left: 5%;
}


.footer-contact p {margin-bottom:10px;}

.main-form-ctrl {
    float: left;
    width: 100%;
    padding: 30px;
    margin-top: -180px;
    background: rgba(255, 255, 255, 0.8);
}

.main-form {
    border: 0px solid #525252;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 20px 10px;
}

.banner-info {
    padding-bottom: 30px;
}

@media screen and (max-width: 990px) {

    .main-form-ctrl {
        padding: 30px 10px;
        margin-top: -380px;
    }


}





.slider-ctrl {
    position: absolute;
    right: -100%;
    top: 25px;
}

.slider-ctrl {
    width: 50%;
}

.testmonial {
	padding:60px 0px;
	text-align:center;
}
.testmonial h3 {
	color:#fff;
	font-family: "Cinzel Decorative", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    margin-top: 15px;
    line-height: 45px;
    letter-spacing: 1px;
    text-transform: lowercase;
}

@media screen and (max-width: 990px) {
    .slider-ctrl {
        position: unset !important;
        right: unset !important;
        top: unset !important;
    }

    .slider-ctrl {
        width: 100% !important;
    }
}

.to-right {
    float: right;
}

.to-right .slider-ctrl {
    position: absolute;
    left: -100%;
    top: 25px;
}

@media screen and (max-width: 990px) {
    .to-right {
        float: unset;
        padding-left: 15px;
    }
}

.color-or-blue {
    color: #001d3e !important;
}




.location-dubai {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.location-dubai li {
    list-style: none;
    margin-bottom: 15px;
}

.time-desc span {
    display: block;
    width: 100%;
    text-align: center;
}

.time-desc,
.location-desc {
    float: left;
    text-align: left;

}

.time-desc {
    margin-right: 16px;
}


.footer-contact-info p {
    margin: 0;
    padding: 0px !important;
}

.header-m h1 { font-size:45px; line-height:60px;}

/*--------------------------------------------------------------
#Button
--------------------------------------------------------------*/
.sub-cta-ctrl {
    background: url(../img/line-bg.html) repeat-x;
    background-position: center;
    margin-top: 50px;
}

.cta-btn {
    background: #E1E1DC;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #000000 !important;
    padding: 10px 30px 10px 30px;
    line-height: 15px;
    border: 0px;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    display: inline-block;
    border-radius: 8px;
}

.cta-btn-3
{
	      text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 27px 8px 27px;
    border: 1px solid #2B4A5C;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
}
.cta-btn-3:hover {
    background: #141C2B;
    cursor: pointer;
    color: #fff !important;
}


.cta-btn-2 {
       text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 27px 8px 27px;
    border: 1px solid #2B4A5C;
    background: transparent;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
}

.cta-btn-2:hover {
    background: #252e25;
    cursor: pointer;
    color: #fff !important;
}

.heading-101
{
    font-size: 38px;
    line-height: 50px;
}

.heading-101-s
{
    font-size: 25px;
    letter-spacing: 6px;
}

@media screen and (max-width: 990px) {
    .sub-cta-ctrl {
        background: none;
    }

    .cta-btn {
        padding: 10px 20px !important;
        display: block;
        margin: 5px auto;
    }
}

.medium {
    width: 200px;
}



/*
#FORM
*/
.main-form label {
    display: block;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
}

.txt-field {
    border: 0px;
    width: 100%;
    color: #333;
    padding: 5px;
    border-radius: 13px;
    border: 1px solid #9a9a9a;
    padding: 10px 10px;
}



.main-form li {
    display: inline-block;
    width: 19%;
    padding: 0 5px;
}

.main-form-lp2 li {
    width: 19%;
}

.main-form li label {
    font-size: 9px;
    letter-spacing: 1px;
}

.main-form-pop-up li {
    width: 100% !important;
    margin-top: 22px;
    display: block;
}

@media screen and (max-width: 990px) {
    .main-form li {
        display: block;
        width: 100% !important;
        padding: 0 5px;
        margin-bottom: 20px;
    }
}

.main-form ul {
    text-align: left;
}



.main-cta-form li {
    margin-bottom: 10px;
}

.main-cta-form label {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}




/*--------------------------------------------------------------
#SWIPER
--------------------------------------------------------------*/




/*--------------------------------------------------------------
#ICONS
--------------------------------------------------------------*/
.link-icons {
    padding-top: 30px;
}

ul.info-icons {
    list-style: none;
    margin: 0px !important;
    padding: 0 0 20px 0 !important;
    text-align: center;
}

.info-icons li {
    display: inline-block;
    text-align: center;
    padding: 0 15px 10px 15px;
}

.info-icons li:first-child {
    padding-left: 0px;
}

.info-icons a {
    color: #333;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    ul.info-icons {
        text-align: center;
    }

    .info-icons li:first-child {
        padding-left: auto;
    }

    .info-icons li {
        display: inline-block;
        text-align: center;
        padding: 0 6px 10px 6px;
    }
}


.navbar-toggle {
    margin-top: 35px;
    border-radius: 0px;
    border: .5px solid #000 transparent !important;
}

.navbar-header {
    padding-bottom: 13px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: none !important;

}

.navbar-toggle .icon-bar {
    height: 1px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: none !important;
}

.container-nav {
    margin: 0 30px 0 0;
    float: right;
}

.container {
    max-width: 1200px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd00;
}

@media screen and (max-width: 1000px) {
    .navbar-default .navbar-toggle {
        border-color: #ffffff;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-default .navbar-toggle:focus {
        background-color: none !important;
    }
}

@media screen and (max-width: 768px) {
    .container-nav {
        width: 90%;
        margin: auto !important;
        float: unset;
        text-align: center;
    }
}

.navbar-default {
    background: none;
    border: 0px;
}

.navbar-collapse {
    background: #fff;
}

@media (max-width: 9999px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

/*--------------------------------------------------------------
#MODAL
--------------------------------------------------------------*/
.modal-dialog {
    width: 80%;
    margin: auto;
    max-width: 900px;
}

@media screen and (max-width: 990px) {
    .modal-dialog {
        width: 95%;
        margin-top: 10%;
    }
}

.btn-modal-target {
    cursor: pointer;
}


.row {
    padding: 0px;
    margin: auto 0px;
}



/*--------------------------------------------------------------
#PHONE CC PICKER
--------------------------------------------------------------*/
.cc-picker-code-filter,
.cc-picker-code-list {
    z-index: 9999 !important
}

.cc-picker-code {
    color: #333;
}

.cc-picker-overide-for-lp .cc-picker-code-select-enabled {
    position: absolute;
    margin-top: 13px;
    padding-left: 8px;
}

.cc-picker-overide-for-lp input {
    padding-left: 84px;
}

.cc-v2 {
    color: #333;
}

.cc-v2 .cc-picker {
    margin: 12px 0 0 9px;
    padding-right: 12px;
}

.v3form .cc-picker {
    color: #333;
}



.ryi-heading {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 4px;
}



.sticky-header {
    position: fixed;
    z-index: 9999;
    height: 120px;
    width: 95%;
}







.main-cta-ctrl {
    background: #0b233f url(../img/bg-img-epb.html) top right no-repeat;
}

@media screen and (max-width: 1000px) {
    .main-cta-ctrl {
        background: unset;
    }
}



.main-cta-form {
    width: 80%;
    max-width: 400px;
    margin: auto;
    display: block;
    text-align: left;
}

small {
    font-size: 9px;
    line-height: 13px;
    display: block;
}



.hero-img {
    width: 65%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.hero-form {
    width: 35%;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

@media screen and (max-width: 1000px) {

    .hero-img,
    .hero-form {
        width: 100%;
        float: unset;
    }
}


.hero-form h3 {
    font-size: 20px;
   font-family: "Sarabun", serif;
font-weight: 400;
font-style: normal;
}


.bg-block-1 {
    width: 100%;
    bottom: 0px;
    background: url(../img/bg-block-1.html) top center no-repeat;
}

@media screen and (max-width: 1000px) {
    .bg-block-1 {
        background: none;
    }
}


.bg-block-2 {
    background: url(../img/bg-block-2.html) top center no-repeat;
}

@media screen and (max-width: 1000px) {
    .bg-block-2 {
        background: none;
    }
}













.space-50 {
    padding: 50px;
}

.spacer-ctrl-75 {
    height: 75px;
    clear: both;
    width: 100%;
}

.spacer-ctrl-100 {
    height: 100px;
    clear: both;
    width: 100%;
}




.slider-desc {
    width: 455px;
    padding: 10px 20px;
    margin-top: 30px;
    border-left: 15px solid #bb8459;
    text-align: left;
    float: left;
}

@media screen and (max-width: 1000px) {
    .slider-desc {
        width: 100%;
        margin-top: 60px;

    }
}

.btn {
    text-transform: uppercase;
    font-size: 15px;
    color: #a6a6a6;
    letter-spacing: 2px;
    border-radius: 0px;
}




.gallery-ctrl {
    width: 934px;
    margin: auto;
}

.gallery-btn {
    width: 934px;
    margin: auto;
    text-align: right;
    padding: 13px 0;

}

@media screen and (max-width: 1000px) {
    .gallery-ctrl {
        width: 100%;
    }

    .gallery-btn {
        width: 99%;
        text-align: left;
        position: absolute;
        font-size: 12px;
        left: 1px;

    }
}

.gallery-btn-v2-ctrl {
    text-align: center;
}

.gallery-btn-v2-ctrl a {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0px;
    font-size: 13px;
    color: #333;
}

.gallery-btn-v2-ctrl a:hover {
    background: #0E6481;
    color: #fff !important;
}

.active-state-1 {
    background: #0E6481;
    color: #fff !important;
}

.active-state-2 {
    background: #0f0c07;
    color: #fff !important;
}


.mobile-display {
    display: none;
}

.desktop-display {
    display: block;
}

.desktop-hide
{
    display: none;
}


/*my mobile code*/
@media screen and (max-width: 768px) {
.sticky ul {
    margin-right: 0px !important;
}

.section-v1-b {
   
    background-position: left center !important;
    background-image: none!important;
	background-color:#f3f3f3;
    
}

.section3-ap-img
{
    width: 100% !important;
}

.section1img
{
    width: 100% !important;
}

    .desktop-hide
{
    display: block;
}

    .mobile-display {
    display: block !important;
    }

    .desktop-display {
    display: none !important;
    }

    .mobile-hide
    {
        display: none;
    }

    .section-text-mob-padding
    {
        padding: 55px 0px !important;
    }

    .section-community-mob-padding
    {
       padding: 60px 0px 0px !important;
    }

    .section-interior-mobile
    {
       padding: 85px 0px 160px !important;
    }

    .heading-101 {
    font-size: 28px !important;
    }
    .heading-101-s {
    font-size: 20px !important;
    letter-spacing: 5px !important;
    }

    .section-exterior-mobile
    {
        padding: 120px 0px 65px !important;
    }


    .gallery-btn-v2-ctrl a {
        padding: 10px 5px;
        font-size: 12px;
    }
}


/*--------------------------------------------------------------
#RWD
--------------------------------------------------------------*/



.sticky .nav-desktop ul li a {
    color: #222;
    text-decoration: none !important;
    font-size: 14px;
}
.sticky ul {
    margin-right: 80px;
}


.payment-plan-content strong,
.payment-plan-content span {
    display: block;
}

.payment-plan-content span {
    display: block;
    margin-bottom: 60px;
    padding: 20px 21px 0px 21px;
}




.apartment-ctrl {
    padding-top: 30px;
}

.apartment-ctrl h3 span {
    color: #bb8459;
    font-style: italic;
}


/*--------------------------------------------------------------
#NAV Desktop
--------------------------------------------------------------*/
.nav-desktop {
    text-align: right;
    margin: 25px 20px 20px;
}

.nav-desktop ul li {
    list-style: none;
    display: inline-block;
    padding: 20px 15px;
}

.nav-desktop ul li a {
    color: #ffffff;
    text-decoration: none !important;
	font-size:14px;
}

.nav-copper-bg {
    background: #bb8459;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.nav-copper-bg a {
    color: #fff !important;
    cursor: pointer;
}


.nav-font {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12.5px;
}

.nav-font a {
    color: #333;
    text-decoration: none !important;
}


/*--------------------------------------------------------------
#OVERIDE
--------------------------------------------------------------*/
.modal-dialog {
    margin-top: 130px;
}



/*--------------------------------------------------------------
#SCROLL FADE IN
--------------------------------------------------------------*/
.fadein-left {
    opacity: 0;
    margin-left: -300px;
}

.fadein-right {
    opacity: 0;
    margin-right: -300px;
}




/*--------------------------------------------------------------
#MULTI STEP FORM
--------------------------------------------------------------*/
#svg_form_time {
    height: 15px;
    max-width: 80%;
    margin: 20px auto;
    display: block;
}

#svg_form_time circle,
#svg_form_time rect {
    fill: white;
}

.button {
    padding: 8px 25px;
    display: inline-block;
    font-weight: bold;
    color: white;
    cursor: pointer;
    border: 1px solid #BB8459;
    background: #BB8459;
}

.submit_details {
    border: 1px solid #BB8459;
    background: #BB8459;
    text-transform: uppercase;
}

.disabled {
    display: none;
}

section {
    transition: transform 0.2s ease-in-out;
    min-height: 164px;
}

.main-cta-form label {
    margin-bottom: 5px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333333;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #BB8459;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.multi-form-wrapper {
    max-width: 650px;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 10px 60px 10px;
}

.padmar-zero {
    padding: 0px !important;
    margin: 0px !important;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    overflow-y: auto;
    padding: 0px;
}

.list-st {
    list-style: disc !important;
    margin-left: 12px;
}







.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.alink-w {
    color: #fff !important;
    cursor: pointer;
}


.section-v3-b p{
    padding: 0px 160px;
}


.header-m {
    height: 100vh;
    background: url(../img/slide-home1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

/* rittika----------------------------------------------------------------------------------- */
.header-about {
    height: 69vh;
    background: url(../img/aboutusimg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

.header-Partfolia {
    height: 60vh;
    background: url(../img/Capabilities.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}
.header-blog {
    height: 62vh;
    background: url(../img/event.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}
.header-contact {
    height: 60vh;
    background: url(../img/Contactus1.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

.header-director {
    height: 60vh;
    background: url(../img/director-desk-banner.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}
.header-csr {
    height: 60vh;
    background: url(../img/csr-banner.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}
.header-realestate{
    height: 60vh;
    background: url(../img/real\ estate\ banner\ \(1\).jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}
.header-hospitality{
    height: 60vh;
    background: url(../img/seva-banner\ \(1\).jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}
.header-import{
    height: 60vh;
    background: url(../img/trade.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}
.header-manufacturing{
    height: 60vh;
    background: url(../img/manufact.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}
p.keeping {
    text-align: center;
    font-size: 16px;
}

.header-career{
    height: 60vh;
    background: url(../img/careers-banner.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

/* about------------ */

.containert {
    display: flex;
    max-width: 1100px;
    margin: 50px auto;
    background: white;
    padding: 40px;
    align-items: center;
}

.textt-section {
    flex: 1;
    padding-right: 40px;
}

.textt-section h4 {
    color: #e1c35b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: 600;
    text-align: left !important;
    text-transform: lowercase;
    font-family: "Cinzel Decorative", serif;
}
.first{
    width: 100%;
    height: 213px;
    padding: 0px;
}

.textt-section h2 {
    color: #222;
    font-size: 22px;
    /* font-weight: bold; */
    margin-top: 10px;
    text-align: left;
}

.textt-section p {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
	padding:10px 0px;
	margin:0px;
}

.image-sectiont {
    flex: 1;
    display: flex;
    justify-content: center;
}

.image-sectiont img {
   width: 100%;
    border-radius: 10px;
}

ul.csr {padding:0px;}
ul.csr li { font-size:15px; padding:5px 0px;}
ul.csr li span { font-size:17px; font-weight:600; color: #e1c35b;}

/* Why Us Section */
.why-us {
    padding: 60px 0;
    background-color: #e1c25b;
    text-align: left!important;
  }

  .built{
 
        font-size: 16px;
        color: #666;
        margin-bottom: 0
  }

ul.career_cont { padding:10px 20px;}
ul.career_cont li { font-size:16px; color:#444; padding:5px 0px; list-style-type:disc;}
ul.career_cont li span { font-weight:600;}
.mlcont { text-decoration:underline; color:#cfaf42; font-size:17px;}  



  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .section-title div {
    font-size: 24px;
    font-weight: 500;
    color: #555;
  }
  
  .description-title {
    color: #e74c3c; /* Highlight color */
    font-weight: bold;
  }
  
  .card-item {
    background: #fff;
    padding: 12px;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
  }
  
  .card-item:hover {
    transform: translateY(-5px);
  
  }
  
  .card-item span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 10px;
  }
  
  .card-item h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  
  .card-item h4 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease-in-out;
  }
  
  .card-item h4 a:hover {
    color: #d4a24f;
  }
  
  .card-item p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
  }
  p.buily {
    height: 88px;
}
.story_sec {
	position:relative;
}
.story_sec h2 { 
	color: #e1c35b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 32px;
	line-height:45px;
    font-weight: 600;
    text-align: left !important;
    text-transform: lowercase;
    font-family: "Cinzel Decorative", serif;
	}
.story_sec::before {
	position:absolute;
	bottom:30px;
	Content:'';
	width:200px;
	height:203px;
	background:url('../img/logo-transparent.png');
	right:30px;
}
.purchase_sec {
	padding:50px 0px;
}
.section-title-wrapper {margin: 10px 20px 20px;}
.section-title { color:#0f0f0f; margin-bottom:15px; font-size:28px; font-weight: bold;
    font-family:"Cinzel Decorative", serif; text-transform:lowercase !important;}
.section-title-wrapper2 {
    margin: 10px 20px 20px 0px;
}
.section-title-wrapper p { font-size:17px;}
.commitment_sec { background:url(../img/commitment-bg.jpg) top center; padding:10% 0px; width:100%; background-size:cover;}
.commitment_sec h2 { font-size:35px; color:#fff; font-family:"Cinzel Decorative", serif; text-transform:lowercase;}
.commitment_sec ul {padding:10px 20px;}
.commitment_sec ul li { font-size:19px; color:#fff; padding:5px 0px; list-style-type:disc;}
  
.heading {
    font-size: 32px;
    font-weight: bold;
    color: #e4c863;
    text-transform: lowercase;
    font-family: "Cinzel Decorative", serif;
}
.message {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
.name {
    font-size: 20px;
    font-weight: bold;
    color:  #e1c25b;;;
    margin-top: 20px;
    text-transform: lowercase;
    font-family: "Cinzel Decorative", serif;
}
.designation {
    font-size: 16px;
    color: #333;
}

  /* Testimonial Container */
.testimonial-container {
    display: flex;
    align-items: center;
    max-width: 900px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
   
    margin: 20px auto;
}

/* Founder's Message Heading */
.testimonial-image h1 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

/* Image Styling */
.testimonial-image {
    text-align: center;
    margin-right: 20px;
}

.testimonial-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #4ebf9e; /* Green border */
}

/* Content Styling */
.testimonial-content {
    position: relative;
    max-width: 600px;
}

/* Quote Icon */
.quote-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 30px;
    color: #4ebf9e;
}
.clasd{
    border-right: 1px #c1af75 solid;
}
h2.abouty {
    padding-top: 41%;
}
.dropdown-content {
    text-align: left;
}


/* Testimonial Text */
.testimonial-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* Author Details */
.testimonial-author {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
}
.about- h4{
    text-align: left!important;
}
.footer-icon {
    display: flex;
}
img.facth {
    
    width: 40%;
}
.footer-icon.size img {
width: 24px;
height: 24px;
margin-right: 10px;}



.about_sec { padding:41px 0px; text-align:center;}
.about_sec h1 { font-size:32px; margin-bottom: 10px; font-family: "Times New Roman", Times, serif; text-transform: uppercase !important;}
.about_sec p { padding:0px 0px; color:#444;}
.story_sec { background:#fff; padding:70px 0px;}

.md h3 { font-size:19px; line-height:30px; color:#444; font-family: "Cinzel Decorative", serif; text-transform:lowercase; letter-spacing:0px;}
.md span { color: #e1c35b; font-size:26px; display:block; font-weight:600;}


/* hospitality---------------------------- */
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-6 {
    width: 50%;
    padding: 0;
}

.p-0 {
    padding: 0 !important;
}

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Services Section Styles */
.services {
    padding: 80px 0;
    background-color: hsl(0deg 0% 100%);
}

.img {
    max-width: 100%;
    position: relative;
}

.img a img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.bg-cream {
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 8px;
}

.content {
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
}

.cont h4 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    font-family: "Cinzel Decorative", serif;
    text-transform: lowercase;
}

.cont p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

/* Animations */
[data-animate-effect="fadeInLeft"] {
    opacity: 0;
    transform: translateX(-20px);
    animation: fadeInLeft 1s forwards;
}

[data-animate-effect="fadeInRight"] {
    opacity: 0;
    transform: translateX(20px);
    animation: fadeInRight 1s forwards;
}

@keyframes fadeInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    .col-md-6 {
        width: 100%;
    }

    .content {
        max-width: 100%;
        padding: 20px;
    }

    .cont h4 {
        font-size: 22px;
    }

    .cont p {
        font-size: 14px;
    }
}
/* hospitality------------------------- */
.about_datety {
    padding: 60px 0;
    background-color: #f1f2ed;
}

.about_datety .container {
    max-width: 1200px;
    margin: 0 auto;
}

.about_lft img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about_stats {
    padding: 20px;
}

.about_stats h1 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.about_stats p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}
h1.firtyy {
    text-align: left;
    
    font-size: 35px;
    color: hsl(0, 0%, 6%);
    margin-bottom: 0px;}
    .about_sacertyu {
        padding: 60px 0;}


/* @media (max-width: 768px) { */
    /* .about_datety .row {
        flex-direction: column;
        text-align: center;
    }
    
    .about_lft img {
        margin-bottom: 20px;
    }
} */
.about_mealst {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.about_mealst .container {
    max-width: 1200px;
    margin: 0 auto;
}

.about_finesy {
    padding: 20px;
}

.about_finesy h1 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.about_finesy p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.about_right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.about_right img:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
    .about_mealst .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .about_right img {
        margin-bottom: 20px;
    }
}




/* Import & Export--------------------------------- */

.convenience_sec {
    padding: 60px 0;
    background-color: #fff;
}

.main_bdy {
    max-width: 1200px;
    margin: 0 auto;
}

h2 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.certified ul {
    list-style: none;
    padding: 0;
}

.certified li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    /* background-color: #fff; */
    padding: 20px;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease-in-out;
}

.certified li:hover {
    transform: scale(1.05);
}

.certified img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.certified_cont {
    flex-grow: 1;
}

.certified_cont p {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
}

.certified_cont span {
    font-weight: bold;
    color: #333;
}

.certified_cont img.imagesLogoHome {
    max-width: 100px;
    margin-top: 10px;
}

/* AOS Animations */
[data-aos="fade-right"] {
    animation: fadeInRight 1s ease-out;
}

[data-aos="fade-down"] {
    animation: fadeInDown 1s ease-out;
}

/* Responsive Design */
@media (max-width: 768px) {
    .convenience_sec {
        padding: 40px 0;
    }

    h2 {
        font-size: 28px;
        text-align: center;
    }

    .certified li {
        flex-direction: column;
        align-items: flex-start;
    }

    .certified img {
        margin-bottom: 10px;
    }
}

/* manufacturing------------------------- */

/* General Styling */
.advantage_sec {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.section-title-wrapper {
    margin-bottom: 30px;
}

.section-title-wrapper h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase !important;
}

.value ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.value li {
    width: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
}

.value li:hover {
    transform: translateY(-5px);
}

.value_des img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.value_des h3 {
    font-size: 23px;
    color: #d9bc59;
    margin-bottom: 15px;
    font-family: "Cinzel Decorative", serif;
    text-transform: lowercase;
    letter-spacing: 0px;
    font-weight: bold;
}


.value_des p {
    font-size: 16px;
    color: #0d0d0d;
    line-height: 1.5;
}




















/* real estate baner---------------------------------- */



.about_sec {
    padding: 41px 0;
    background-color: #efefef; /* Light gray background */
}

.about_lft img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about_rgt {
    padding: 20px;
}

.about_rgt h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.about_rgt p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.about_rgt a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s ease;
}

.about_rgt a:hover {
    background-color: #0056b3;
}

.btn-menu {
  display: block;
  float: right;
  margin-top: 13px;
  margin-bottom: 2px;
  margin-right: 13px;
  border: 0;
  width: 40px;
  height: 25px;
  background-color: transparent;
  cursor: pointer;
  display: block;
  position: relative;
}

.btn-menu:focus {
  outline: 1px dotted #e0ae19;
}

.show_menu .btn-menu:focus {
  outline: none;
}

.btn-menu .text {
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}

.btn-menu .bar,
.btn-menu .bar:before,
.btn-menu .bar:after {
  display: block;
  position: absolute;
  width: 40px;
  height: 5px;
  background-color: #960000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-menu .bar {
  top: 10px;
  left: 0;
}

.btn-menu .bar:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
}

.btn-menu .bar:after {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
}

.show .btn-menu .bar {
  background-color: transparent;
}

.show .btn-menu .bar:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.show .btn-menu .bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-nav {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #D1CFCF;
  border-top: none;
  border-bottom: none;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.mobile-nav a {
  text-decoration: none;
  color: #808080;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro",
    "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-indent: 10px;
  display: block;
  line-height: 42px;
  border-bottom: 1px solid #FFFFFF;
}

.mobile-nav a:focus,
.mobile-nav a:hover,
.mobile-nav a:active {
  background-color: #E7E7E7;
}

.mobile-nav li:first-child a {
  border-top: 1px solid #960000;
}

.show .mobile-nav {
  height: auto;
}

.mobile-nav .dd + ul {
  height: 0;
  overflow: hidden;
  background-color: #F4F4F4;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.mobile-nav .dd + ul a {
  text-indent: 30px;
}

.mobile-nav .dd + ul a:focus,
.mobile-nav .dd + ul a:hover,
.mobile-nav .dd + ul a:active {
  background-color: #DCDCDC;
}

.mobile-nav .dd:after {
  content: "\25BC";
  margin-left: 5px;
  font-size: 12px;
}


.mobile-nav .dd-show + ul {
  height: auto;
}


.amenities_sec {
    padding: 80px 0;
    background-color: #e7cc79; /* Light gray background */
    text-align: center;
}

.amenities_sec h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
    text-transform: lowercase;
    font-family: "Cinzel Decorative", serif;
}

.amenities_sec ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.amenities_sec li {
    /* background: #e1f1f5; */
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    max-width: 320px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.amenities_sec li:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); */
}

.amenities_sec img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
}

.amenities_heading {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    text-transform: lowercase;
    font-family: "Cinzel Decorative", serif;
}

h1.exper {
    text-align: center;
}
.amenities_txt {
    font-size: 16px;
    color: #111010;
    line-height: 1.5;
}

.about_real {
    padding: 80px 0;
    background-color: #f8f9fa; /* Light gray background for a premium look */
}

.about_real .row {
    display: flex;
    align-items: center;
}

.about_emarat {
    padding-right: 68px;
}

.about_emarat h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.about_emarat p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.about_right img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.about_right img:hover {
    transform: scale(1.05);
}


.base-template__wrapper {
	max-width: 1560px;
}

.base-template__text {
	margin-bottom: 60px;
}

/* manufacturing----------------- */



/**
 * Slider Instance
 */

.swiper {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.booking-slider {
	--color-gray: #b3b3b3;
	--color-gray-dark: #1e222a;
	--color-gray-bright: #d0d4d4;
	--color-gray-light: #bbbcbf;

	/* padding-inline: 98px;
	position: relative; */
}

.booking-slider__slide {
	display: flex;
	align-items: center;
	min-height: 650px;
}

@media screen and (max-width: 991.9px) {
	.booking-slider {
		padding: 0;
		margin-inline: -20px;
	}
}

/**
 * Slider Navigation
 */

.slider-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	z-index: 1;
	pointer-events: none;
}

.slider-nav__item {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	width: 48px;
	pointer-events: auto;
	cursor: pointer;
	transform-origin: center;
	transition: all 0.3s ease-out;
}

.slider-nav__item.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}

.slider-nav__item path {
	stroke: currentColor;
}

@media (hover: hover) and (pointer: fine) {
	.slider-nav__item:not(.disabled):hover {
		transform: scale(1.1);
	}
}

@media (hover: none) {
	.slider-nav__item:not(.disabled):active {
		transform: scale(1.1);
	}
}

@media screen and (max-width: 991.9px) {
	.slider-nav {
		display: none;
	}
}

/**
 * Slider Pagination
 */

.slider-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 40px;
}

.swiper-pagination-lock {
	display: none !important;
}

.slider-pagination__item {
	width: 8px;
	height: 8px;
	border-radius: 99px;
	background: #fff;
	transition: all 0.3s ease-out;
	opacity: 0.2;
}

.slider-pagination__item.active {
	width: 30px;
	opacity: 1;
}

/**
 * Slider Item
 */

.swiper-slide {
	width: auto;
	height: auto;
}
h2.trade {
  text-align: center !important;
    font-size: 32px;
}
p.trade {
    text-align: center!important;
}

@keyframes btn-arrow-move {
	0% {
		translate: 0;
	}

	100% {
		translate: 100% -100%;
	}
}

.booking-slider-item {
	background: var(--color-gray-dark);
	position: relative;
	overflow: hidden;
}

.booking-slider-item__badge {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-weight: 400;
	line-height: calc(24 / 14);
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 1;
}

.booking-slider-item__badge::before {
	content: "";
	flex-shrink: 0;
	display: block;
	aspect-ratio: 1;
	width: 18px;
	background: url("https://bato-web-agency.github.io/bato-shared/img/slider-2/icon-stars.svg")
		center center no-repeat;
	background-size: 100%;
}

.booking-slider-item__image {
	display: block;
	height: 244px;
	transition: height 0.6s ease-out;
	overflow: hidden;
}

.booking-slider-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform-origin: center;
	transition: transform 0.6s ease-out;
}

@media (hover: hover) and (pointer: fine) {
	.booking-slider-item__image:hover img {
		transform: scale(1.05);
	}
}

.booking-slider-item__content {
	padding: 30px;
}

@media screen and (max-width: 574.9px) {
	.booking-slider-item__content {
		padding: 30px 20px;
	}
}

.booking-slider-item__price {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 16px;
}

.booking-slider-item__price small {
	font-weight: 400;
	font-size: 18px;
}

.booking-slider-item__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 16px;
}

.booking-slider-item__title a {
	display: block;
	color: white;
	text-decoration: none;
	transition: opacity 0.3s ease-out;
    font-family: "Cinzel Decorative", serif;
    text-transform: lowercase;
}

@media (hover: hover) and (pointer: fine) {
	.booking-slider-item__title a:hover {
		opacity: 0.75;
	}
}

.booking-slider-item__address {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 14px;
	color: var(--color-gray);
	margin-bottom: 16px;
}

.booking-slider-item__address-icon {
	flex-shrink: 0;
	width: 16px;
}

.booking-slider-item__address-icon img {
	display: block;
	width: 100%;
	height: auto;
}

.booking-slider-item__text {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.35;
	color: var(--color-gray-bright);
}

.booking-slider-item__footer {
	max-height: 150px;
	overflow: hidden;
	transition: max-height 0.6s ease-in;
}

.booking-slider-item__footer-inner {
	padding-top: 0px;
}

.booking-slider-item__amenities {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-block: 20px;
	border: 1px solid #ffffff1a;
	border-left: 0;
	border-right: 0;
	margin-bottom: 24px;
}

.booking-slider-item__amenity {
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	color: var(--color-gray-light);
}

.booking-slider-item__amenity-icon {
	flex-shrink: 0;
	width: 20px;
}

.booking-slider-item__amenity-icon img {
	display: block;
	width: 100%;
	height: auto;
}

.booking-slider-item__amenity-text {
	padding-top: 2px;
    font-size: 16px;
    margin-bottom: -6px;
}


@media screen and (max-width: 574.9px) {
	.booking-slider-item__amenity {
		gap: 6px;
		font-size: 12px;
	}

	.booking-slider-item__amenity-icon {
		width: 16px;
	}

	.booking-slider-item__amenity-text {
		padding-top: 1px;
	}
}

.booking-slider-item__btn {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.booking-slider-item__btn-icon {
	flex-shrink: 0;
	display: block;
	aspect-ratio: 1;
	width: 24px;
	position: relative;
	overflow: hidden;
}

.booking-slider-item__btn-icon::before,
.booking-slider-item__btn-icon::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://bato-web-agency.github.io/bato-shared/img/slider-2/icon-btn-arrow.svg")
		center center no-repeat;
	background-size: 100%;
}

.booking-slider-item__btn-icon::after {
	position: absolute;
	top: 100%;
	right: 100%;
}

.booking-slider__slide:not(.swiper-slide-active) .booking-slider-item__image {
	height: 204px;
}

.booking-slider__slide:not(.swiper-slide-active) .booking-slider-item__footer {
	max-height: 0;
}

/* @media (hover: hover) and (pointer: fine) {
	.booking-slider-item__btn:hover .booking-slider-item__btn-icon::before,
	.booking-slider-item__btn:hover .booking-slider-item__btn-icon::after {
		animation: btn-arrow-move 0.4s ease forwards;
	}
}

@media (hover: none) {
	.booking-slider-item__btn:active .booking-slider-item__btn-icon::before,
	.booking-slider-item__btn:active .booking-slider-item__btn-icon::after {
		animation: btn-arrow-move 0.4s ease forwards;
	}
} */


/* hospitality-----------------------  */


h1 {
    font-size: 32px;
}
h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.features {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.feature-box {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: left;
}
.feature-box ul {
    list-style: none;
    padding: 0;
} 
.feature-box li::before {
    content: "\2714"; 
    color: #FFD700;
    margin-right: 10px;
} 
.p.grou {
    text-align: center !important;
}

/* manufacturing--------------------------- */








/* Responsive Styles */
@media (max-width: 768px) {
    .amenities_sec ul {
        flex-direction: column;
        align-items: center;
    }

    .amenities_sec li {
        max-width: 90%;
    }
}











/* Responsive Design */
@media (max-width: 768px) {
    .testimonial-container {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    .col-md-6 {
        padding: 10px;
    }
    .contact-main {
        
        padding-bottom: 35px!important;
    }
  
      /* .contact-main p {
            justify-content: unset!important;
        } */
    

    .testimonial-image {
        margin-right: 0;
    }

    .testimonial-image img {
        width: 100px;
        height: 100px;
    }

    .testimonial-content {
        margin-top: 15px;
    }

    .quote-icon {
        position: static;
        font-size: 25px;
    }
}



/* blog------------------------------- */




@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.esgdata {
    border: 1px solid;
    padding: 10px;
    height: 200px;
    margin: 9px;
}




.mahead {
    font-size: 35px;
    font-weight: bold;
    color: #e1c765;
    text-transform: uppercase;
    animation: fadeInUp 1sease-in-out;
    text-transform: lowercase;
    font-family: "Cinzel Decorative", serif;
}




/* contact-------------------------------- */

.container-road {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-main {
    flex: 1;
    min-width: 300px;
   padding-bottom: 170px;
   /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.contact-main h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
    text-transform: lowercase;
    font-family: "Cinzel Decorative", serif;
    font-weight: bold;
}

.contact-main p {
    font-size: 18px;
    color: #555;
    margin: 8px 0;
    /* display: flex; */
    align-items: center;
}

.contact-main p img {
    width: 24px;  /* Adjust icon size */
    height: 24px;
    margin-right: 10px;
}

.form-container-toges {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.form-container-toges h3 {
    font-size: 35px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    text-transform: lowercase;
    font-family: "Cinzel Decorative", serif;
    font-weight: bold;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

form input,
form textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s;
}

form input:focus,
form textarea:focus {
    border-color: #ff6600;
}

form textarea {
    resize: none;
    height: 100px;
}

button {
    background: #e1c35c;
    color: #fff;
    font-size: 18px;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

button:hover {
    background: #171717;
}


/* Responsive Design */
 @media (max-width: 768px) {
    .container-road {
        flex-direction: column;
        text-align: center;
    }

    .header-about {
        height: 43vh;}
        .header-Partfolia {
            height: 42vh;} 
            .header-blog {
                height: 42vh;}
                .header-contact {
                    height: 42vh;}
                    .contact-main h2 {
                        text-align: left;}
                        .contact-main p img {
                            width: 40px;
                             height: auto;}
                             .containert {
                                display: block;}
                                
                                .textt-section {
                                
                                    padding-right: 0px;}
                                    .section1-text {
                                        padding: 5px;
                                    }
                                    .bg_vission {
                                     
                                         padding: 0px!important;
                                        }
                                        .img-fluid {padding: 0px 0;}
                                        .containert {margin: 0px auto;}
                                        .contact-main p img {
                                            width: 25px;}
                                            .form-container-toges h3 {
                                                font-size: 21px;}
                                                .mahead {
                                                    font-size: 25px;}
                                                    .containert {
                                                       
                                                        padding: 16px;}
                                                        .heading {
                                                            font-size: 22px;}
                                                            .contact-main h2 {
                                                                font-size: 25px;}
                                                                .textt-section h2 {
                                                                   
                                                                    font-size: 17px;}
                                                                    .why-us {
                                                                        padding: 29px 0}
                                                                        .section-v2 {
                                                                           
                                                                            height: 287px!important;}
                                                                            .section-titlee {
                                                                                padding-right: 45px;
    padding-top: 30px;
                                                                            }
                                                                            .beenr{
                                                                                padding: 0px 10px;
                                                                            }
                                                                            .read {
                                                                                margin: 0px;
                                                                            }
                                                                        }







/* Responsive Design */
/* @media (max-width: 768px) {
    .container-road {
        flex-direction: column;
        text-align: center;
    }
    .header-contact {
        height: 28vh;}
  .header-about {
     height: 38vh;}
     .header-Partfolia {
        height: 38vh;}
        .header-blog {
            height: 38vh;}

    .contact-main p { */
        /* justify-content: center; */
    /* }
    .containert {
        display: block;}
        .textt-section {
            flex: 1;
            padding: z;
        }        
    .img-fluid {
       
        padding: 0px;

    .contact-main p img {
        margin-right: 5px;
    }
} */









































.section-v3-margin
{
    margin: 80px 0px;
}

.mission_sec { padding:80px 0px;}
.bg_mission {
    padding: 30px;
    background: url(../img/mission-bg.jpg);
    border-right: 2px solid #fff;
    background-size: cover;
	min-height:210px;
}
.mission_cont {
    color: #fff !important;
    right: 40px;
    position: absolute;
    width: 83%;
	padding:0px !important;
}
.bg_vission {
    text-align: end;
    padding: 40px;
    position: relative;
    border-left: 2px solid #fff;
    background: url(../img/vission-bg.jpg);
    background-size: cover;
	min-height:210px;
}

.section-titlee {
    color: #fff;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 1px;
    text-transform: lowercase;
	font-family: "Cinzel Decorative", serif;
}
.vision_cont {
    color: #fff !important;
    position: absolute;
    width: 60%;
	padding:0px !important;
}
.mission_cont {
    color: #fff !important;
    width: 60%;
	padding:0px !important;
	text-align:right;
}

.emarat_section {
    width: 80%;
    margin: 0 auto;
    padding-top: 152px;
    /* padding: 100px 0px; */
}
.footer-contact img { width:20px; margin-right:10px;}
.emarat_section h2 { font-size:35px; color:#222; margin-bottom:10px; font-family:"Cinzel Decorative", serif; text-transform: lowercase;}
.emarat_section p { font-size:18px; line-height:28px; padding:10px 0px;}
ul.embox { padding:10px 0px;}
ul.embox li { font-size:18px; color:#333; line-height:26px; padding:5px 0px;}
ul.embox li span { font-size:22px; color:#c5ab40; display:block;}

@media screen and (max-width: 800px) {
    .header-m {
        background: url(../img/slide-home1.jpg) no-repeat left center;
        background-size: cover;
        height: 61vh;
    }

    .section-v2 {
    background-image: url(../img/about-sec-pic.jpg) !important;
    background-attachment: scroll !important;
    
}

.section-v3-b p{
    padding: 40px 10px 20px !important;
}

.section-v8 p {
        padding: 0px 10px 20px !important;
    }



}


@media screen and (max-width: 600px) {
    .logo {
    top: 13px !important;
    left: 24px !important;
}

    .mapsection {
        background: #ffffff url(../img/project/homepage/map-mobile.html) no-repeat center center !important;
        background-repeat: no-repeat !important;
        background-position: left !important;
        background-size: 100% !important;
        min-height: 450px !important;

    }
	h1 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
	ul.choose { display: block;}
	ul.choose li { margin: 24px 12px; width: 90%; padding: 20px 0px;}
	.project-logo-desc {
        width: 90% !important;
    }
	.section-v3-margin {
    margin: 30px 0px;
}
.emarat_section {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0px;
}
.logo img { width:20%;}
.sticky-header { width:100%; background:#fff; height:90px;}
.container-nav { width: 100%;}
.navbar-toggle { margin-top:25px;}
.navbar-default .navbar-toggle {
        border-color: #debc5a;
    }
.navbar-default .navbar-toggle .icon-bar {
        background-color: #dfbf5e;
    }
	
.emarat_section h2 { font-size: 30px; margin-bottom: 0px;}
.section-v3-b p { padding: 20px 0px 0px !important;}
.bg_mission {
    padding: 20px;
    min-height: 210px;
}
.footer-contact-info p {
    margin: 0;
    padding: 0px 0px;
}
.footer-contact-info p {
    margin: 0;
    padding: 0px !important;
}
    .mob-padding {
        padding: 0px;
    }
}

}
	

}

.project-tagline {
    background: #ffffff url(../img/project/homepage/project-background-texture.html) no-repeat center center;
    color: #fff;
    text-align: center;
    padding: 40px 0 60px 0;
    background-size: cover;
    background-attachment: fixed;
}

.mapsection {
    background: #0f0c07 url(../img/project/homepage/map.html) no-repeat;
    background-size: cover;
    min-height: 850px;
    background-position: left top;
}



.col-desktop {
    float: right;
}

.col-desktop-z-padd {
    padding-right: 0px;
    padding-left: 0px;
}

.img-wide {
    margin-top: 50px;
    padding: 0px;
}

.slider-r {
    box-shadow: -13px 24px 49px -4px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: -13px 24px 49px -4px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: -13px 24px 49px -4px rgba(0, 0, 0, 0.51);
    background-color: #fff;
}

.slider-l {
    box-shadow: 18px 24px 49px -4px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 18px 24px 49px -4px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 18px 24px 49px -4px rgba(0, 0, 0, 0.51);
    background-color: #eee;

}

.sticky-nav-active {

    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

.sticky-nav-active .icon-white {
    display: none;
}

.sticky-nav-active .icon-color {
    display: inline-block !important;
}

.sticky-nav-active ul li a {
    color: #ffffff;
}

.logo-scroll {
    /*display: none;*/
}

.sticky-nav-active .logo-scroll {
    display: block;
}

.sticky-nav-active .logo-default {
    display: none;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#epform,
#epform a {
    color: #fff;
}

@media screen and (max-width: 991px) {

    #epform,
    #epform a {
        color: white;
    }
}

.wrapper-ctrl {
    margin-top: -151px;
    margin-bottom: 0px;
    background: rgba(0, 0, 0, .4);
}

.project-desc h3 {
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: lighter;
}


@media screen and (max-width: 991px) {
    .col-desktop {
        float: unset;
    }

    .img-wide {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }

    .wrapper-ctrl {
        background: #525252;
        margin-top: 0px;
        color: white;
    }

}


.video-ctrl {
    height: 100%;
    width: 100%;
    background: #0a1b2b;
}

.video-ctrl .video-ctrl-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    margin-bottom: -20px;
    opacity: .5;
}

.heading-overlay {
    position: absolute;
    margin-top: 5%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 9;
    font-size: 15px;
}

.v2-cta2 {
    border: .5px solid #fff;
    color: #fff;
    background: none;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    font-weight: bold;
    max-width: 300px;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}

.v2-cta3 {
    border: 1px solid #0f0c07;
    color: #0f0c07 !important;
    background: none !important;
}


.v2-cta2:hover {
    background: #0E6481;
    text-decoration: none;
}


/*--------------------------------------------------------------
V2 Form
--------------------------------------------------------------*/
.v2form {
    position: absolute;
    width: 300px;
    right: 5%;
    padding: 30px;

    top: 55%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    border: .5px solid #fff;

    box-shadow: rgba(0, 0, 0, 0.8) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;

}

.v2form h5,
.v2form small,
.v2form a {
    color: #fff;
}

.v2form .cta-btn {
    border: .5px solid #fff;
}

.v2form input,
.v2form select,
.v2form .cta-btn {
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.v2form h5 {
    font-size: 15px;
    text-align: center;
    padding-left: 0px;
}

.footer-contact-tools,
.footer-contact-tools-active {
    display: none;
}

@media screen and (max-width: 1000px) {
    .v2form {
        position: unset;
        width: 100%;
        right: unset;
        padding: 30px;
        bottom: 0px !important;

        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .footer-contact-tools-active {
        text-align: center;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        z-index: 99;
        display: block;
    }
}

/*--------------------------------------------------------------
V2 Form
--------------------------------------------------------------*/





/*--------------------------------------------------------------
V3 Form
--------------------------------------------------------------*/
.v3form {

    width: 85%;
    margin: auto;
    margin-top: 35px;
}

.v3form h5,
.v3form small,
.v3form a {
    color: #fff;
}

.v3form input,
.v3form select,
.v3form .cta-btn {
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.v3form h5 {
    font-size: 15px;
    text-align: center;
    padding-left: 0px;
}

.footer-contact-tools,
.footer-contact-tools-active {
    display: none;
}

@media screen and (max-width: 1000px) {
    .v3form {
        position: unset;
        width: 100%;
        right: unset;
        padding: 30px;
        bottom: 0px !important;
        margin-top: 0px;
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        background: #bbb6b3;

    }

    .v3form form {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    .footer-contact-tools-active {
        text-align: center;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        z-index: 99;
        display: block;
    }
}

/*--------------------------------------------------------------
V3 Form
--------------------------------------------------------------*/


.blur {
    background: url('../img/project/homepage/main-banner.html') no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
    filter: blur(7px);
    position: absolute;
    height: 400px;
    width: 300px;
}

.blurbg {
    background: rgba(131, 151, 148, .4);
    position: absolute;
    height: 400px;
    width: 300px;
}

.widget {
    border: 1px solid #fafafa;
    position: absolute;
    height: 400px;
    width: 300px;
}

.center {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 3%;
    color: #fff;
}

.text {
    position: absolute;
}

@media screen and (max-width: 1000px) {
    .blur {
        display: none;
    }

    .center,
    .text {
        position: unset;
        width: 100%;
        height: auto;
        background: url(../img/project/homepage/main-banner.html) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        border: 0px;
    }
}



.cta-panel {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 50px;
}

.cta-h {
    max-width: 100px;
}

.img-ep-desc img {
    padding: 10px;
    width: 200px;
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    .cta-panel {
        padding: 20px;
        text-align: center;
    }

    .img-ep-desc img {
        width: 165px;
    }


}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.container-wrapper {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.form-ctrl {
    background: rgba(255, 255, 255, 0.8);
    float: left;
    margin: 40px;
    padding: 20px 0;
}

@media screen and (max-width: 550px) {
    .form-ctrl {
        margin: 0px;
    }
}

.info-ico li {
    list-style: none;
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin: 18px 5px;
    text-align: center;
}

.info-ico li strong {
    text-transform: uppercase;
}

.dblock {
    display: block;
}

@media screen and (max-width: 550px) {
    .dblock {
        display: inline;
    }

    .info-ico li {
        width: 128px;
    }

    .paymentplan {
        padding-top: 100px;
    }

   



}

.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

@media screen and (max-width: 1000px) {

    .paralaxit
    {
        background-attachment: scroll !important;
        background-image: url(../img/project/homepage/footer-banner-mob.jpg) !important;
    }

    .project-desc-2 {

        padding: 60px 0px 80px 0px !important;
        width: 80% !important;
    }



}






.ppl {
    border-radius: 30px;
    color: #fff;
    background: #9EA798;
    padding: 3px 10px;
    width: 100px;
    margin: auto;
    margin-top: 5px;
}

.section-v1-a {
    background: #fff;
}

.section-v1-a p {
    color: #111111;
}

.section-v1-b {
    background-image: url("../img/about-banner.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    background-color: white;
	padding-bottom:40px;
}

.section-v3-b
{
    background: #F4F4F4;
}


.project-desc {
    width: 100%;
    max-width: 712px;
    margin: auto;
    text-align: center;
}

.project-desc h1 {
    font-weight: normal;
    text-transform: uppercase;
}


.section-v2-b {
    margin-top: -335px;
    padding: 0px 0px 120px 0px;
}

.section-v3-b {
    background-image: url("../img/project/homepage/section4bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    padding: 20px 0px 10px;
}

.read{
    color: #000;
}
.section-v2
{
    
        background-image: url(../img/about-sec-pic.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 700px;
            display: flex;
            align-items: center;
            justify-content: center;
}

.section-v4
{
    
        background-image: url(../img/anmol-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 700px;
            display: flex;
            align-items: center;
            justify-content: center;
}

.section-v8
{
      background-image: url(../img/project/homepage/section4bg.jpg);
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



.driving-section-text
{
    color: #000000;
    padding: 85px 15px 20px 15px;
    text-align: center;
    margin-bottom: -225px;
    position: absolute;
        margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}



.project-desc-2 {
    width: 50%;
    max-width: 712px;
    margin: auto;
    text-align: center;
    padding: 100px 0px 100px 0px;
}





.slide-A {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;
}

.slide-B {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 0px;
}

.fnt-s4 {
    font-size: 17px;
    line-height: 22px;
    text-align: justify;
    font-family: "Sarabun", serif;
}

.fnt-s5 {
    font-size: 17px;
  font-family: "Sarabun", serif;
font-weight: 400;
font-style: normal;

}

.footer-info p {
    color: #fff;
}



.floating-img {
    width: 420px;
    height: 510px;
    position: absolute;
    right: -10%;
    background: #000 url(../img/project/homepage/wide-intro.html);
    background-position: 50%;
    background-repeat: repeat;
    margin-top: 50px;
    background-size: cover;
}


.floating-img {
    -webkit-animation: slide 40s linear infinite;
}

@-webkit-keyframes slide {
    from {
        background-position: -10px 0;
    }

    to {
        background-position: -800px 0;
    }
}



.caption-f {
    position: absolute;
    width: 100%;
    margin-top: 60px;
    color: #fff;
}

@media screen and (max-width: 990px) {
    .caption-f {
        position: absolute;
        width: 100%;
        margin-top: 60px;
        color: #111;
        padding-top: 50px;
    }
}



.ico-dl {
    float: left;

}

/*
******************************************************************************************
SLIDER
******************************************************************************************
*/
.swiper-slide {
    margin-top: 0px;
}

.swiper-container {}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.gallery-thumbs,
.gallery-thumbs2,
.gallery-thumbs3 {
    box-sizing: border-box;
    padding: 3px 0;
}

.gallery-thumbs .swiper-slide img,
.gallery-thumbs2 .swiper-slide img,
.gallery-thumbs3 .swiper-slide img {
    width: 250px;
}

.slider-btn {
    float: right;
    margin-top: -50px;
    margin-right: 20px;
}



@media screen and (max-width: 990px) {

    .gallery-thumbs,
    .gallery-thumbs2,
    .gallery-thumbs3 {
        display: none;
    }

    .slider-btn {
        float: none;
        margin: auto !important;
        margin-top: -13px !important;
    }

    .floating-img {
        display: none;
    }

    .caption-f {
        position: unset;
        width: 100%;
        margin-top: 0px;
        text-align: center;
        padding: 50px 20px;
    }

    .slide-A {
        width: 95%;
        max-width: 1000px;
        margin: auto;
        margin-top: -32px;
        margin-bottom: 60px;
    }

    .slide-B {
        width: 95%;
        max-width: 1000px;
        margin-top: 0px;
                margin-bottom: 35px;
    }

    .project-desc {
       padding: 50px 30px;
    }

    .moveup {
        margin-top: -100px;
    }

    .payment-plan-content span {
        margin-bottom: 20px;
        padding: 20px 0px 0px 0px !important;
    }

}

/*
******************************************************************************************
SLIDER
******************************************************************************************
*/


.responsive-iframe {
    max-width: 100%;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    height: 30%;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 
contact---------------------------------- */


/* General Styles */
.serv_sec {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.containertr {
    max-width: 1200px;
    margin: 0 auto;
    padding: 41px;
  
}
.growth{
    color: #fefafa;
}

h1 {
    text-align: center;
    font-size: 35px;
    color: hsl(0, 0%, 6%);
    margin-bottom: 30px;
}
.progron{
    text-align: center;
}
.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
}
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #000;
    min-width: 200px;
    box-shadow: 1px 5px 2px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-bottom: 1px solid #fbf9f9;
}
  
  .dropdown-content {
    position: absolute;
    left: 25px;
}
  
  .dropdown-content a {
    color: black !important;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #fbf9f9;
  }
  
  .dropdown-content a:hover {background-color: transparent;border-bottom: 1px solid #fbf9f9;
}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: transparent;}




/* Contact Information */




