/*
	STYLING FOR GAMUDA
	Initiated from alpha.gamuda.com.my / 03 AUG 2018

	1. Please put all the inline/elemental CSS from the widget here, and assign proper class to the elements.
	2. Standardise the elements.
*/
a, a:visited{
	text-decoration:none !important;
	}
	a:not(.btn){
	text-decoration:none !important;
	}
	body{
	overflow-x:hidden !important;
	opacity:0;
	}

   header.head{
     z-index:100000 !important;
   }
   header.head .top-bar{
     z-index:100000 !important;
   }
 div.head__nav__container.active{
   border-top: #e32119 solid 120px;
   z-index:10000 !important;
 }
 .hamburger-box:hover{
   background-color: #e32119 !important;
   color: #e32119 !important;
   text-decoration: none !important;
 }
 .hamburger-box::after{
   background-color: #e32119 !important;
   color: #e32119 !important;
   text-decoration: none !important;
 }

 .head__nav__container{
   display:inline-block;
   overflow-y:scroll;
   color:white;
    font-weight: normal;
    font-style: normal;


	}


 @media only screen and (max-width: 500px) {
   .head__nav {
       margin-top:-130px !important;
   }
	 body{
	overflow-x:hidden !important;
	}

 }


@media only screen and (min-width: 1330px) {
   div.head__nav__container.active {
	   border-top: #e32119 solid 140px !important;
		 }
	.head__nav {
       margin-top:-190px !important;
   }
	 }
 .head__nav__container::-webkit-scrollbar {
     width:5px;
   }
 .head__nav__container::-webkit-scrollbar * {
     background:transparent;
   }
 .head__nav__container::-webkit-scrollbar-thumb {
     background:rgba(255,0,0,0.1) !important;
   }

   .entry-header{
     display: none;
   }


	 /*menuAnimation-addOn*/
.head__nav__container.active ul li:nth-of-type(9) {
    -webkit-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}
.head__nav__container.active ul li:nth-of-type(10) {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.head__nav__container.active ul li:nth-of-type(11) {
    -webkit-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.head__nav__container.active ul li:nth-of-type(12) {
    -webkit-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.head__nav__container.active ul li:nth-of-type(13) {
    -webkit-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.head__nav__container.active ul li:nth-of-type(14) {
    -webkit-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.head__nav__container.active ul li:nth-of-type(15) {
    -webkit-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s
}
.head__nav__container.active ul li:nth-of-type(16) {
    -webkit-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.head__nav__container.active ul li:nth-of-type(17) {
    -webkit-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.head__nav__container.active ul li:nth-of-type(18) {
    -webkit-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.hamburger:focus, .hamburger:hover{
 	background: none;
}



/*css for animated_image*/
.page--about .block--visuels .placeholder {
    padding-top: 50%;
}
@media screen and (min-width:992px) {
    .block.block--double {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.block.block--double > .visuel__container + .visuel__container {
    margin-top: 0 !important;
}

.block.block--double > * + * {
    margin-top: 40px;
}

@media screen and (min-width:768px) {
    .block.block--double > * + * {
        margin-top: 80px;
    }
}

@media screen and (min-width:992px) {
    .block.block--double > * + * {
        margin-top: 0;
    }
}


.block.block--double > * {
    min-width: 50%;
}

.block.block--double > .visuel__container + .visuel__container {
    margin-top: 0 !important;
}

.block.block--double > * + * {
    margin-top: 40px;
}

@media screen and (min-width:768px) {
    .block.block--double > * + * {
        margin-top: 80px;
    }
}

@media screen and (min-width:992px) {
    .block.block--double > * + * {
        margin-top: 0;
    }
}



.block.block--double > * {
    min-width: 100%;
}

@media screen and (min-width:992px) {
    .block .block__content {
        padding-right: 80px;
    }
}

.block .block__content .inner {
    max-width: 500px;
}

.block__visuels > * {
    position: relative;
}

    .block__visuels > * + * {
        margin-top: 20px;
    }

    .block__visuels > * + .slider__visuels {
        margin-top: 60px;
    }

.block__visuels.visuels--double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .block__visuels.visuels--double > * {
        width: calc(50% - 10px);
        margin-top: 0 !important;
    }

.visuel__container {
    position: relative;
}

    .visuel__container .visuel {
        position: relative;
        overflow: hidden;
    }

        .visuel__container .visuel > div:not(.placeholder) {
            position: absolute;
            top: -80px;
            bottom: -80px;
            width: 100%;
            z-index: 10;
        }

            .visuel__container .visuel > div:not(.placeholder) > .holder {
                position: relative;
                height: 100%;
                width: 100%;
            }

        .visuel__container .visuel img, .visuel__container .visuel video {
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            -webkit-transition: all .8s cubic-bezier(.7,0,.3,1);
            transition: all .8s cubic-bezier(.7,0,.3,1);
            z-index: 1;
        }

            .visuel__container .visuel img.lazyload, .visuel__container .visuel video.lazyload {
                -webkit-transform: translate(-50%,-50%) scale(1.2);
                transform: translate(-50%,-50%) scale(1.2);
            }

            .visuel__container .visuel img.lazyloaded, .visuel__container .visuel video.lazyloaded {
                opacity: 1;
                -webkit-transform: translate(-50%,-50%) scale(1.02);
                transform: translate(-50%,-50%) scale(1.02);
            }

        .visuel__container .visuel video {
            height: 100%;
            width: auto;
            max-width: none;
        }



.video .placeholder, .visuel .placeholder {
    background: #efefef;
    width:100%;
}

.slider__visuels {
    position: relative;
}

    .slider__visuels .holder {
        overflow: hidden;
        width: 100%;
    }

    .slider__visuels .swiper-container {
        background: #efefef;
    }

    .slider__visuels .swiper-slide {
        position: absolute;
        overflow: hidden;
        width: 100% !important;
        opacity: 1 !important;
    }

        .slider__visuels .swiper-slide div[data-prllx] {
            width: 100%;
            position: absolute;
            left: 0;
            top: -80px;
            bottom: -80px;
        }

        .slider__visuels .swiper-slide .visuel {
            overflow: hidden;
        }

        .slider__visuels .swiper-slide img, .slider__visuels .swiper-slide video {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            height: 100%;
            width: auto;
            max-width: none;
        }

        .slider__visuels .swiper-slide.swiper-slide-active {
            z-index: 1000;
            position: relative;
        }

            .slider__visuels .swiper-slide.swiper-slide-active .visuel {
                -webkit-animation: swiperFormLeft 1.2s cubic-bezier(.215,.61,.355,1);
                animation: swiperFormLeft 1.2s cubic-bezier(.215,.61,.355,1);
            }

                .slider__visuels .swiper-slide.swiper-slide-active .visuel img {
                    -webkit-animation: swiperFormLeftImg 1.2s cubic-bezier(.215,.61,.355,1);
                    animation: swiperFormLeftImg 1.2s cubic-bezier(.215,.61,.355,1);
                }

[data-prllx] {
    will-change: transform;
}

.slider__visuels .swiper-slide div[data-prllx] {
    width: 100%;
    position: absolute;
    left: 0;
    top: -80px;
    bottom: -80px;
}

.visuel__container .visuel > div:not(.placeholder) > .holder {
    position: relative;
    height: 100%;
    width: 100%;
}

.slider__visuels .holder {
    overflow: hidden;
    width: 100%;
}

.video__visuel .video > div:not(.placeholder) > .holder {
    position: relative;
    height: 100%;
    width: 100%;
}

.img-fluid {
    width: 100%;
    height: auto;
    display: block;
}

.visuel__container .visuel img.lazyloaded, .visuel__container .visuel video.lazyloaded {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1.02);
    transform: translate(-50%,-50%) scale(1.02);
}

.loader__container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    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;
    pointer-events: none;
    z-index: 0;
}

body > .loader__container {
    background: #eb4c49;
    position: fixed;
    z-index: 1000;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    overflow: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    body > .loader__container .container {
        position: relative;
        top: 40px;
        padding: 0 40px;
        -webkit-transition: top 1.2s cubic-bezier(.7,0,.3,1);
        transition: top 1.2s cubic-bezier(.7,0,.3,1);
    }

#emanual-form-page .elementor-column-wrap{
    padding: 0;
}

#emanual-form-page .elementor-column-wrap .elementor-shortcode{
    display: none;
}

#emanual-form-page .elementor-column-wrap{
    padding: 0;
}


@media screen and (min-width:768px) {
    body > .loader__container .container {
        padding: 0;
    }
}

@media screen and (min-width:768px) {
    body > .loader__container .container {
        top: 80px;
    }
}

body.showMenu > .loader__container .container {
    top: 40px;
}

@media screen and (min-width:768px) {
    body.showMenu > .loader__container .container {
        top: 80px;
    }
}

@media screen and (min-width:1200px) {
    body.showMenu > .loader__container .container {
        top: 15vh;
    }
}

.loader__container.loading .loader > * {
    -webkit-animation: loaderBounce .8s cubic-bezier(.7,0,.3,1) infinite alternate;
    animation: loaderBounce .8s cubic-bezier(.7,0,.3,1) infinite alternate;
}

.loader__container .loader .dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #fff;
    z-index: 2;
}

    .loader__container .loader .dot.dot--shadow {
        opacity: .3;
        -webkit-animation-delay: 80ms;
        animation-delay: 80ms;
        z-index: 1;
    }

/*css for animated image - end*/

	@media only screen and (max-width: 500px) {

    .vidplay {
        max-width: 71px;
        position:absolute;
    }
    .vidtext{
        padding-left:100px;
    }
   .elementor-358 .elementor-element.elementor-element-9db8474.elementor-widget-heading .elementor-heading-title{

       line-height:1.2em !important;
   }
   .viddd{
       position:absolute;

   }
   .godown1{
       position:absolute;
       bottom:20% !important;
   }
}



@media only screen and (min-width: 1440px){
	.fourthumb{
		min-height: 390px;
		max-width: 1364px;
		/*left:-25% !important;*/
	}}

.btn3{
	top:20%;
	position:absolute;
	margin-left:10%;
}

.btn4{
  margin-left:10%;
	position:absolute;
	bottom:20%;
}

.gotop1{
	position:absolute;
	top:0;
	padding-left:50px;
}

	.pace-progress{
		display:none;
	}

#colophon{
display:none !important;
}

 	.backgroundgradient{
		position:absolute !important;
		z-index:0;
		width:100vw;
		transform:scale(1.5);
	}


	.hiddenMenu{
		z-index: -10;position: fixed;left:0; top: 0;height: 100vh; width: 100vw;
		max-height: 100vh; max-width: 100vw;
	}


#btnanimate{
    position: absolute;
    width: 320px;
    height: 40px;
    margin-left: -30px;
}

.btn20 {
        margin-left: 30px;

    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all .5s;
    opacity: 0.9;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: 0.3px;
    color: #e32119;
    font-family: 'Muli-Bold', Sans-Serif;
    src: url('https://fonts.googleapis.com/css?family=Muli:700');
}

@media only screen and (max-width: 415px){
    .btn20{
        margin-left: 10%;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0.2px;
    color: #e32119;
    font-family: 'Muli-Bold', Sans-Serif;
    src: url('https://fonts.googleapis.com/css?family=Muli:700');
    }

}

.btn20::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    transition: all .5s;
	   animation: animated_line2 .3s;
     color: #e32119;
}

.btn20:hover::after {
    background: #E32119;
	animation: animated_line .8s;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

@keyframes animated_line {
0% {width:0%;}
100% {width:100%;}
}

@keyframes animated_line2 {
0% {width: 100%}
100% {width:0%;}
}

@keyframes animated_arrow{
0% {padding-left:0px;}
50% {padding-left:10px;}
100% {padding-left:0px;}
}

.btn20:hover span {
animation: animated_arrow .5s;
animation-direction: normal;
animation-delay:.6s;
}

.btn20 span {
    transition: .5s;
}

.title_section{
        font-size: 14px;
        font-family: 'Muli-Bold', Sans-Serif;
        src: url('https://fonts.googleapis.com/css?family=Muli:700');
    }

    .detail{
        cursor:pointer;
    }
    .detail:hover{
        color: #e32119;
    }



      .popuptext::-webkit-scrollbar {
          width: 5px;

      }

      .popuptext::-webkit-scrollbar-track {

      }


      .popuptext::-webkit-scrollbar-thumb {
          background: #e32119;
      }

      .popuptext::-webkit-scrollbar-thumb:hover {
          background: #b30000;
      }

    #wrapper {
      height: 495px;
      width: 100%;

      overflow:hidden;
      margin:0 0 0 0;
      background: #41454c;

    }

    #map {
        z-index: 800;
        width:80%;
      position:relative;
    }

    #map img{
      position:absolute;
      top:0;
      left:0;
      border:0 none transparent;
      height: 495px;
      width: 100%;

    }

    .popuptext{

      padding: 50px;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 2300;
      position: absolute;
      width: 400px;
      height: auto;
      max-height: 430px;
      max-width: 400px;
      margin-top: 30px;
      margin-left: 100px;
      display: inline-block;
      color: white;
      font-size: 30px;
      overflow-y: auto;
      cursor: default;
    }

    .popup{
      position: absolute;
      display: inline-block;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 72px;
      height: 94px;
      background-image: url("../../uploads/2018/07/Pin%402x.png");
      background-size: 80%;
      background-repeat: no-repeat;
      left: 67%;
      top: 210px;
    }



  .popupIcon{
      position: absolute;
      display: inline-block;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 72px;
      height: 94px;
      background-image: url("../../uploads/2018/07/Pin%402x.png");
      background-size: 80%;
      background-repeat: no-repeat;

    }

:focus {outline:0; }

/* fix for QTP in project page */
.countryOverView li.detail {
	padding-right: 27px;
}
.qtp {
    padding: 1px 3px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 9px;
    float: right;
    position: absolute;
    right: 34px;
}
/* bod & sm footnote */
.section-footnote {
    font-size: 13px;
    font-family: 'Poppins-Regular';
    margin-top: 30px;
}