
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
    font-size: 16px;
    line-height: 21px;
	color: #000;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 600px){
    #logo-tabs.owl-carousel .owl-nav button.owl-next, #logo-tabs.owl-carousel .owl-nav button.owl-prev, #fpl-team-slider.owl-carousel .owl-nav button.owl-next, #fpl-team-slider.owl-carousel .owl-nav button.owl-prev{
        top: calc(35% - 19px);
    }
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
h1 {
    font-size: 45px;
	line-height: 50px;
	font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
}
h2 {
	font-size: 36px;
    font-weight: 900;
    line-height: 35px;
	margin-bottom: 40px;
}
h2.h2-2{
	font-size: 25px;
    font-weight: 700;
}
h3 {
	font-size: 24px;
	padding: 0px;	
    line-height: 30px;
	font-weight: 700;
}
h3 span{
	font-weight: 400;
}
h4 {
	font-size: 18px;
	font-weight: 700;
	padding: 0px;
	margin: 0;
}
h5 {
	font-size: 17px;
	padding: 0px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 0px;
}
h6 {
	font-size: 21px;
	font-weight: 500;
	padding: 0px;
	margin: 25px 0;
}
p {
	font-size: 16px;
	font-weight: 400;
	padding: 0px;
	margin-bottom: 20px;
}
a{
    color: #000;
}
a, a:hover, a:focus, button, button:focus, button:hover{
    text-decoration: none;
    transition: all .2s ease;
    outline: 0px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 10px;
    padding-right: 10px;
}

.banner {
    background-image: url(../image/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 115px 0 140px;
}
.banner-btm{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    left: 0;
}
.logo-center {
    position: relative;
    z-index: 5;
    max-width: 100%;
}

.banner h1 {
    color: #fff;
    font-weight: 800;
    text-shadow: 2px 4px #0c0c0c4d;
    position: relative;
    display: inline-block;
    margin: 0;
}
.banner h1:after,.banner h1:before{
    content: '';
    width: 60px;
    height: 2px;
    background: #fff;
    left: -85px;
    top: calc(50% - 1px);
    display: inline-block;
    position: absolute;
}
.banner h1:after{
    left: unset;
    right: -85px;
}
header {
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 0;
    padding: 20px 25px;
}
ul.head-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    padding: 30px 5px;
}
ul.head-menu li{
    padding: 0 8px;
    line-height: 36px;
}
ul.head-menu a{
    color: #fff;
    font-family: 'Roboto Slab', serif;
}
a.btn-style-menu{
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    border: 1px solid #fff;
}
a.btn-style-menu:hover{
    background: #fff;
    color: #000;
}
header .col-8{
    text-align: right;
}
#nav-icon3{
    width: 25px;
    height: 30px;
    float: right;
    position: relative;
    margin: 32px auto;
    margin-left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon3 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 6px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 13px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#logo-tabs .owl-dots{
    opacity: 0;
}
a.logo-block {
    padding: 15px 10px;
    border: 1px solid #a5a5a5;
    display: inline-block;
    display: flex;
    align-items: center;
    color: #000000;
    border-radius: 10px;
}

a.logo-block img{
    width: 65px !important;
}
a.logo-block p{
    margin-bottom: 0px;
    margin-left: 10px;
}
a.logo-block.all p{
    text-align: center;
    font-size: 21px;
    width: 100%;
    margin: 0;
    padding: 22px;
    font-weight: 500;
}
a.logo-block.activelogo{
    position: relative;
    border: 1px solid #a5a5a500;
}
a.logo-block.activelogo:after{
    border: 3px solid #03b6e2;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
}
a.logo-block.activelogo p{
    font-weight: 600;
}
.logo-details-box {
    display: flex;
    align-items: center;
    max-width: 560px;
    margin: auto;
    padding: 45px 0 50px;
}
.logo-details-box img{
    max-width: 186px;
}
.logo-details-box h3{
    color: #f89930;
    margin-bottom: 10px;
}
.logo-details-box p{
    margin: 0;
    font-weight: 400;
}
.logo-details-box a{
    font-weight: 700;
    color: #000;
}
.logo-details-block{
    display: none;
}
.logo-details {
    padding-left: 40px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 19px);
    left: -40px;
    z-index: 5;
}
.owl-carousel .owl-nav button.owl-next{
    left: unset;
    right: -40px;
}
.logo-detail-sec{
    padding: 50px 0 60px;
    overflow: hidden;
}
.logo-detail-sec .steps{
   list-style-type: decimal;
    margin-left: 20px;
   font-size: 23px;
   line-height: 2rem;
   font-weight: 500;
}
.logo-detail-sec .steps > li{
    margin-bottom: 5px;
    
}
.logo-resort-img{
    position: relative; 
    margin-bottom: 10px;
}
.logo-resort-img p{
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 30px);
    left: 15px;
}
.logo-resort-holder {
    max-width: 880px;
    margin: auto;
}

.btn-style-arrow {
    color: #000;
    position: relative;
    padding-right: 40px;
    line-height: 26px;
    display: inline-block;
}
.btn-style-arrow:after{
    content: '';
    position: absolute;
    right: 5px;
    background-image: url(../image/arrow-left-round.png);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-size: cover;
    top: calc(50% - 13px);
    transition: all .2s ease;
}
.btn-style-arrow:hover:after{
    right: 0px;
    transition: all .2s ease;
}
.btn-style-orng{
    background: #f89930;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 18px 21px;
    border-radius: 35px;
    
}
.btn-style-orng.blue-btn{
    background: #03b6e2;
}
.btn-style-orng.green-btn{
    background: #afd23f;
}
.btn-style-orng:hover{
    color: #fff;
    opacity: .8;
}
.bg-gray{
    background: #f1f1f1;
}
.orng-clr{
    color: #f89930;
}
.white-clr{
    color: #fff;
}
.green-clr{
    color: #afd23f;
}
.blue-clr{
    color: #03b6e2;
}
.inline-block{
    display: inline-block;
    width: 100%;
}
.border-radius-10{
    border-radius: 10px;
    overflow: hidden;
}
.family-pic-sec{
    padding: 70px 0 60px;
}

.family-pic-box h4{
    margin-top: 10px;
}
.rewards-sec{
    padding: 60px 0 80px;
    background-image: url(../image/colored-bg.png);
    background-size: 100% 100%;
}


.rewards-box {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 60px 20px 60px;
    position: relative;
    min-height: 250px;
    max-width: 306px;
    margin: auto;
}
.rewards-holder img {
    margin-bottom: -50px;
    z-index: 5;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.rewards-box img {
    position: absolute;
    bottom: calc(100% - 50px);
    left: 50%;
    transform: translateX(-50%);
}
.rewards-box a.btn-style-arrow{
    position: absolute;
    bottom: 27px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
}
.home-blog-sec{
    padding: 60px 0 20px;
}
.title-holder h2{
    margin-bottom: 10px;
}
.mb-40{
    margin-bottom: 40px;
}
.blog-title-holder{
    position: relative;
    margin-bottom: 20px;
}
.blog-title-holder h3{
    padding-right: 125px;
}
.blog-title-holder a{
    position: absolute;
    right: 0;
    top: 0px;
}
.blog-box-holder .col-lg-6:nth-child(odd){
    padding-right: 38px;
}
.blog-box-holder .col-lg-6:nth-child(even){
    padding-left: 38px;
}
.blog-block h4{
    margin: 15px 0 20px;
}
.blog-block p.mata-date{
    color: #929292;
    margin: 0;
}
.t-and-c-sec {
    background: #b5d059;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 10px tex;
    text-align: center;
    padding: 15px;
}
.t-and-c-sec:hover{
    color: #000;
}
footer{
    background: #1d1d1d;
    overflow: hidden;
    padding: 20px 0 30px;
}
footer a, footer h4, footer li{
    color: #fff;
}
footer .col-lg-3 ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer .col-lg-3 ul li a{
    opacity: .5;
}
footer .col-lg-3 ul li, footer .col-lg-3 h4{
    margin-bottom: 10px;
}
footer .col-lg-3 h4{
     margin-top: 20px;
}
footer .col-lg-3 ul li a:hover, .col-lg-12.follow-us a:hover, .copyright-box ul li a:hover{
    opacity: 1;
    color: #fff;
}
.copyright-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.copyright-box ul li {
    border-right: 1px solid #fff;
    padding: 10px;
    margin-top: 10px;
}
.copyright-box ul li a, .copyright-box ul li{
    line-height: 0;
    opacity: .5;
}
.copyright-box ul li:first-child{
    padding-left: 0px;
}
.copyright-box ul li:first-child, .copyright-box ul li:last-child{
    border-right: 0px;
}
.col-lg-12.follow-us {
    display: flex;
    align-items: center;
    padding-top: 15px;
    margin-top: 35px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-top: 1px solid #ffffff85;
    border-bottom: 1px solid #ffffff85;
}
.col-lg-12.follow-us a {
    font-size: 20px;
    margin-left: 10px;
    opacity: .5;
}
.home-about-box p{
    max-width: 675px;
    margin: auto;
}
span.about-title {
    display: block;
    color: #03b6e2;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
}
.fpl-team-slide p {
    text-align: left;
    display: block;
    margin-top: 25px;
}
.fpl-team-slide {
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    padding: 25px 15px 15px;
    background: #fff;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15);
}
.owl-carousel .owl-item .fpl-team-slide img {
    width: auto;
    margin: auto;
    min-height: 123px;
}
#fpl-team-slider.owl-carousel .owl-nav.disabled{
    display: block;
}
#fpl-team-slider.owl-carousel .owl-item {
    padding: 10px;
}
.owl-dots {
    text-align: center;
}
button.owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e3e3e3 !important;
    margin: auto;
    z-index: 5;
    position: relative;
    margin: 35px 3px 0;
}
button.owl-dot.active {
    background: #f89930 !important;
}
a.video-slide {
    display: inline-block;
    width: 100%;
    position: relative;
}
.play-btn{
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: auto;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    transition: all .2s ease;
}
.play-btn:after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    left: 55%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 24px solid #fff;
}
a.video-slide:hover .play-btn{
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    transition: all .2s ease;
}
.video-slider.owl-carousel {
    overflow: hidden;
}

.video-slider.owl-carousel .owl-nav button.owl-next, .video-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 42px);
    left: -15px;
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    width: 54px;
    height: 54px;
}
.video-slider.owl-carousel .owl-nav button.owl-next{
    right: -15px;
    left: unset;
}
.video-slider.owl-carousel button.owl-dot {
    margin: 20px 3px 0;
}
.video-slider.owl-carousel .owl-nav button.owl-next img, .video-slider.owl-carousel .owl-nav button.owl-prev img{
    width: 14px;
    height: 24px;
    margin-left: -10px;
}
.video-slider.owl-carousel .owl-nav button.owl-prev img{
    margin-left: 10px;
}
.contest-badge {
    display: inline-flex;
    align-items: center;
    padding: 13px 18px;
    border: 1px dashed #000;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contest-badge h3{
    margin-left: 10px;
}
.choose-team-box {
    display: flex;
    align-items: center;
}

.selected-team{
    border-radius: 10px;
    padding: 10px 35px 10px 15px;
    border: 1px solid #b7b7b7;
    display: inline-flex;
    min-width: 320px;
    cursor: pointer;
    align-items: center;
    background-image: url(../image/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.selected-team p{
    white-space: nowrap;
}
.selected-team img{
    width: 40px;
    margin-right: 15px;
}

.input-file-container {
  position: relative;
} 
.input-file-trigger {
    display: block;
    padding: 14px 20px;
    background: transparent;
    color: #03b6e2;
    transition: all .4s;
    cursor: pointer;
    margin: 0;
    font-weight: 600;
    border-radius: 30px;
    white-space: nowrap;
    border: 2px solid #03b6e2;
}
.input-file {
  position: absolute;
  top: 0; left: 0;
  width: 195px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.input-file:hover + .input-file-trigger,
.input-file:focus + .input-file-trigger,
.input-file-trigger:hover,
.input-file-trigger:focus {
  background: #03b6e2;
  color: #fff;
}

.file-return {
  margin: 0;
    display: none;
}
.input-file-holder {
    display: inline-flex;
    margin: 0 0 0 15px;
    align-items: center;
}
.dp-holder{
    display: inline-block;
    background-size: cover;
    position: relative;
    margin-left: 15px;
}
a.close-dp{
    position: absolute;
    top: -10px;
    right: -10px;
}
.contest-details-sec {
    margin-bottom: 50px;
}
.choose-team-holder {
    margin-top: -10px;
}
.col-lg-5-5{
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
    max-width: 45%;
    padding: 0 15px;
}
.col-lg-6-5{
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    width: 55%;
    max-width: 55%;
    padding: 0 15px;
}
.popup-holder{
    background: rgba(0,0,0,.7);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    z-index: 99;
    overflow: hidden;
}
.popuppbox {
    background: #fff;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    padding: 30px 10px 40px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);  
    max-height: calc(100% - 50px);
    overflow: auto;
}
a.close-popup {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}
#processing-box h4{
    font-size: 21px;
}
.select-team-box.popuppbox {
    max-width: 960px;
}
.select-team-box .item{
    display: inline-block;
    width: 210px;
    margin: 20px 10px 0;
    text-align:left;
}
.select-team-box .item a.logo-block.activelogo:after {
    border: 1px solid #eeaa42;
    border-top: 2px solid #eeaa42;
    border-bottom: 2px solid #eeaa42;
}
#processing-box .popuppbox {
    max-width: 380px;
    padding: 50px 15px 40px;
}

#crop-img-box .popuppbox {
    max-width: 500px;
    padding: 40px 15px 40px;
}
.crop-img-holder {
    display: inline-block;
    max-width: 260px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}
.cropme-slider input {
    width: auto !important;
    border: 0px;
}
.fb-share, .tweet-share{
    display: inline-block;
    background: #536ea5;
    padding: 17px 20px;
    border-radius: 40px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    min-width: 230px;
}
.fb-share img, .tweet-share img{
    margin-right: 10px;
}
.tweet-share{
    background: #56bde8;
}
#success-box .popuppbox{
    max-width: 880px;
    padding: 50px 35px 10px;
    overflow: visible;
}
#success-box h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.success-img-box {
    border: 10px solid #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    border-radius: 10px;
    max-width: 410px;

}
img.sucees-flag {
    position: absolute;
    left: -35px;
    top: -148px;
}
.success-img-box img{
    border-radius: 10px;
}
#floatingCirclesG{
	position:relative;
	width:118px;
	height:118px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
    height: 15px;
    width: 15px;
	border-radius:11px;
		-o-border-radius:11px;
		-ms-border-radius:11px;
		-webkit-border-radius:11px;
		-moz-border-radius:11px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:48px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:14px;
	top:14px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:48px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:14px;
	top:14px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:48px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:14px;
	bottom:14px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:48px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:14px;
	bottom:14px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}
button, button:focus, input, input:focus{
    outline: 0px;
}
button, button:focus, input[type="submit"], input[type="submit"]:focus{
        border: 0px;
}
input{
    font-style: italic;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
}
.booked-holiday-box{
    display: flex;
    max-width: 85%;
    width:100%;
    justify-content: center;
    margin-top: 50px;
}
.booked-holiday-box input[type="text"]{
    margin-right: 15px;
    max-width: 230px;
}
.booked-holiday-box .left{
    margin-bottom: 20px;
}
.booked-holiday-box .right label{
    color:#c5c6c7;
    font-weight: 500;
}
@media(max-width:1024px){
    .booked-holiday-box{max-width: 100%;}
    
    .box-shaprater{
        margin: 0 15px !important;
    }
}
.booked-holiday-box textarea{
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    padding: 15px 20px;
    height: auto;
    width:100%;
}
@media(max-width:767px){
    .booked-holiday-box textarea{
        width: 100%;
    }
}
.box-shaprater{
    margin: 0 50px;
    border: 1px dashed #acacac;
    height: 50%;
}
.holiday-book-now a{
    min-width: 200px;
}
.form-field{
    position: relative;
    margin-bottom: 25px;
}
.form-field label{font-size: 14px;
    line-height: 21px;
    color: #505050;
    font-weight: 600;
    position: absolute;
    background: #fff;
    top: -10px;
    left: 10px;
    padding: 0 5px;
}
.booking-boxholder {
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    padding: 45px 40px;
    border-radius: 10px;
}
input.btn-style-orng {
    max-width: 150px;
    margin: auto;
    font-style: normal;
}
div#menu-sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #fff;
    transition: all .2s ease;
    padding: 50px 15px;
    z-index: 99;
}
#menu-sidebar.active{
    transition: all .2s ease;
    left: 0;
}
#menu-sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
#menu-sidebar ul li a{
    padding: 3px 0;
    display: inline-block;
}
#menu-sidebar ul.mobile-footer-menu{
    display: none;
}
#menu-sidebar ul.mobile-footer-menu a.btn-style-menu {
    border: 1px solid #000;
    padding: 10px 20px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
#menu-sidebar ul.mobile-footer-menu a.btn-style-menu:hover{
    background: #000;
    color: #fff;
}
div#loader {
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    text-align: center;
}
#wall-of-fame-holder .wall-of-fame{
    display: none;
}
#loadMore  {
    position: relative;
}
#loadMore img {
    width: 30px;
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.error {
    color: red;
    background-color: #acf;
 }
