 /*body{
      margin: auto;
      overflow: hidden;
    }*/
    .col-md-12.col-sm-12.col-xs-12.full_layer {
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
    width: 100% !important;
    padding: 0;
}
    .background_forest{
    width:100%;
    height: 657px;
    background-image: url(https://www.hirextra.com/hirextra-new-land/Background-01.png);
    background-size: cover;background-position: center;
    position: relative;
    overflow-x: hidden;
    background-position: unset;
    z-index: -999999;
}
.ground_layer{
    height: 657px;
    width: 100%;
    display: block;
    background-image: url(https://www.hirextra.com/hirextra-new-land/ground12.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.tree_new{
    height: 100vh;
    width: 100%;
    background-image: url(https://www.hirextra.com/hirextra-new-land/trees.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
}
.woodplank{
    width: 400px;
    left: 40.5%;
    bottom: 13%;
    position: absolute;
    z-index: 1;
}
.woodplank img{
    width: 100%;
}
.ant{
   width: 40px;
    left: 0;
    bottom: 12%;
    position: absolute;
    z-index: 1;
}
.ant img{
  width: 100%;
}
.antmving{
    animation: antmoving linear 15s forwards;
}
.antmving img{
    width: 100%;
}
@keyframes antmoving  {
        0%{  left:0;bottom: 12%;}
        100% { left:52%;bottom: 16%;}
    }
.ant1{
    width: 40px;
    left: 0;
    bottom: 10%;
    position: absolute;
    z-index: 1;
    animation: antmoving1 linear 15s forwards;
}
.ant1 img{
    width: 100%;
}
@keyframes antmoving1  {
        0%{  left:0;bottom: 10%;}
        100% { left:55%;bottom: 16%;}
    }
.ant2{
    width: 40px;
    left: 0;
    bottom: 10%;
    position: absolute;
    z-index: 1;
    animation: antmoving2 linear 15s forwards;
}
.ant2 img{
    width: 100%;
}
@keyframes antmoving2  {
        0%{  left:0;bottom: 10%;}
        100% { left:53.5%;bottom: 16%;}
    }
.ant3{
    width: 40px;
    left: 0;
    bottom: 10%;
    position: absolute;
    z-index: 1;
    animation: antmoving3 linear 15s forwards;
}
.ant3 img{
    width: 100%;
}
@keyframes antmoving3  {
        0%{  left:0;bottom: 10%;}
        100% { left:50.5%;bottom: 16%;}
    }
.ant4{
    width: 40px;
    left: 0;
    bottom: 20%;
    position: absolute;
    z-index: 1;
    animation: antmoving4 linear 15s forwards;
}
.ant4 img{
    width: 100%;
}
@keyframes antmoving4  {
        0%{  left:0;bottom: 20%;}
        100% { left: 46%;bottom: 19%;}
    }
.ant5{
    width: 40px;
    left: 0;
    bottom: 20%;
    position: absolute;
    z-index: 1;
    animation: antmoving5 linear 15s forwards;
}
.ant5 img{
    width: 100%;
}
@keyframes antmoving5  {
        0%{  left:0;bottom: 20%;}
        100% { left: 48%;bottom: 17%;}
    }
.ant7{
    width: 40px;
    left: 0;
    bottom: 12%;
    position: absolute;
    z-index: 1;
    animation: antmoving7 linear 15s forwards;
}
.ant7 img{
    width: 100%;
}
@keyframes antmoving7 {
        0%{  left:0;bottom: 12%;}
        100% { left:52%;bottom: 16%;}
    }
.takingwood1{
    -webkit-transition-duration: 40s;
    transform:translate(1900px, 0px);
}
.takingwood2{
    -webkit-transition-duration: 40s;
    transform:translate(1870px, 0px);
}
.takingwood{
    -webkit-transition-duration: 40s;
    transform:translate(1840px, 0px);
}
.takingwood3{
    -webkit-transition-duration: 40s;
    transform:translate(1810px, 0px);
}
.takingwood4{
    -webkit-transition-duration: 40s;
    transform:translate(1800px, 0px);
}
.takingwood5{
    -webkit-transition-duration: 40s;
    transform:translate(1790px, 0px);
}


.showingantcoming{
    display: none;
}
.reflectimage{
    -webkit-transform:rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition-duration: 3s;
 -moz-transition-duration: 3s;
 -o-transition-duration: 3s;
  transition-duration: 3s;
}
.reflectimageback{
    -webkit-transform:rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 3s;
 -moz-transition-duration: 3s;
 -o-transition-duration: 3s;
  transition-duration: 3s;
}
.lifingwood{
    animation: woodlifting 1s linear infinite;
}
@keyframes woodlifting {
    100%{
        transform: translateY(-1px);
    }
    50%{
        transform: translateY(2px);
    }
    0%{
        transform: translateY(-1px);
    }
}
.lifingwood_after{
    animation: woodlifting1 1s linear forwards;
}
@keyframes woodlifting1 {
    100%{
        transform: translateY(-8px);
    }
    0%{
        transform: translateY(-1px);
    }
}
.lifingwood_movingant{
     -webkit-transition-duration: 40s;
    transform:translate(1810px, 0px);
}
@keyframes woodliftingmoving {
        0%{  left:39%;bottom: 83px;}
        100% { left:100%;bottom: 83px;}
}
.reflectimageforhelp{
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      -webkit-transition-duration: 3s;
     -moz-transition-duration: 3s;
     -o-transition-duration: 3s;
      transition-duration: 3s;
    }
.reflectimageforhelpback{
     -webkit-transform:rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition-duration: 3s;
 -moz-transition-duration: 3s;
 -o-transition-duration: 3s;
  transition-duration: 3s;
}  
.h3_a {
    position: relative;
    font-size: 81px;
    margin-top: 139px;
    z-index: 9999999999 !important;
    color: #ffffffd4;
    text-align: center;
    font-family: 'Anton', sans-serif;
}
/*courosel*/
.carousel {
    position: relative;
    height: auto;
}
.carousel-caption {
    position: absolute;
    top: 76px !important;
}
h3.font-30.text-white {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 63px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #404040;
    line-height: 76px;
}
.carousel-control{
    top: 78px;
    bottom: 54px;
}
.carousel-control.right{background-image:none;}
.carousel-control.left{background-image:none;}
 span.glyphicon.glyphicon-chevron-right {
    padding-top: 13px;
    height: 51px;
    border-radius: 50%;
    background: #000;
    width: 51px;
    font-size: 22px;
}
span.glyphicon.glyphicon-chevron-left {
    padding-top: 13px;
    height: 51px;
    border-radius: 50%;
    background: #000;
    width: 51px;
    font-size: 22px;
}
h3.font-30.text-white {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 77px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #fff;
    line-height: 99px;
}
.carousel-control.left{background-image: none;}
.carousel-control.right{background-image: none;}
.right_nav {
    right: 0px;
    position: fixed;
    height: 757px;
    background: #58ab28;
    top: 0px;
    width: 330px;
    z-index: 99999;
}
.carousel {
    position: unset;
}
.carousel-indicators{bottom: 122px;}
.carousel-caption {
    right: 20%;
    visibility: visible !important;
    left: 20%;
    padding-bottom: 30px;
    top: 131px;
}
.carousel-inner {
    position: absolute;
    z-index: 9999999 !important;
    width: 100%;
    overflow: visible;
}
span.fa.fa-remove:hover{color: #fff;}
.col-md-12.full_sti {
    margin-top: 15px;
}
h4.hd_a {
    color: #fff;
}
.text_in li{list-style: none;}
.text_in li a{text-decoration: none; color: #fff; font-size: 19px; line-height: 36px;}
.text_in li :hover a{
-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.under_list li{float: left; width: 20%; margin-bottom: 15px; list-style: none;}
.flages_ani {
    padding: 10px;
    height: 77px;
    background: #ffffff2e;
    text-align: center;
}
.fa_whi {
    font-size: 14px;
    margin-right: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px){
    .close {
    top: 25px;
    right: 25px;
}
h3.font-30.text-white {
    line-height: 24px;
    font-size: 17px !important;
}
a.btn.btn-primary.ab_pri{margin-top: 0px;}
}
.pl-0|{
    padding-left: 0px;
}
.p1-3{
    padding-right: 0px;
}
.p1-2{
  padding-left: 0px;
}

/*popup*/
.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    padding: 0;
    width: 150px;
    margin: 0
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    padding: 0;
    width: 150px;
    margin: 0
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400
}

.control input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ee0b7d
}

.control--radio .control__indicator {
    border-radius: 50%
}

.control input:focus~.control__indicator,.control:hover input~.control__indicator {
    background: #58ab28
}

.control input:checked~.control__indicator {
    background: #ee0b7d
}

.control input:checked~.control__indicator,.control:hover input:not([disabled]):checked~.control__indicator {
    background: #58ab28
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none
}

.control input:checked~.control__indicator:after {
    display: block
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b
}





