@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('../fonts/SourceSansPro-Light.eot');
    src: url('../fonts/SourceSansPro-Light.woff2') format('woff2'), url('../fonts/SourceSansPro-Light.woff') format('woff'), url('../fonts/SourceSansPro-Light.ttf') format('truetype'), url('../fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg'), url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg'), url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStdMedium';
    src: url('../fonts/AvenirLTStdMedium.eot');
    src: url('../fonts/AvenirLTStdMedium.woff2') format('woff2'), url('../fonts/AvenirLTStdMedium.woff') format('woff'), url('../fonts/AvenirLTStdMedium.ttf') format('truetype'), url('../fonts/AvenirLTStdMedium.svg#AvenirLTStdMedium') format('svg'), url('../fonts/AvenirLTStdMedium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd-Black';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'), url('../fonts/AvenirLTStd-Black.woff') format('woff'), url('../fonts/AvenirLTStd-Black.ttf') format('truetype'), url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg'), url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStdHeavy';
    src: url('../fonts/AvenirLTStdHeavy.eot');
    src: url('../fonts/AvenirLTStdHeavy.eot') format('embedded-opentype'), url('../fonts/AvenirLTStdHeavy.woff2') format('woff2'), url('../fonts/AvenirLTStdHeavy.woff') format('woff'), url('../fonts/AvenirLTStdHeavy.ttf') format('truetype'), url('../fonts/AvenirLTStdHeavy.svg#AvenirLTStdHeavy') format('svg');
}

@font-face {
    font-family: 'Sensations and Qualities';
    src: url('../fonts/Sensations and Qualities.eot');
    src: url('../fonts/Sensations and Qualities.woff2') format('woff2'), url('../fonts/Sensations and Qualities.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SensationsandQualities';
    src: url('../fonts/SensationsandQualities.woff') format('woff'), url('../fonts/SensationsandQualities.ttf') format('truetype'), url('../fonts/SensationsandQualities.svg#SensationsandQualities') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**** COMMAN CSS START ****/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

body {
    font-family: 'AvenirLTStdMedium';
    color: #1c1c1c;
    background: #fff;
    font-size: 14px
}

.leftcontent {
    float: left
}

.rightcontent {
    float: right
}

.pageblock,
.clear {
    clear: both
}

.blockcontainer {
    display: block;
    overflow: hidden
}

.container {
    width: 91.5%;
    margin: 0 auto
}

.center {
    text-align: center
}

.txtright {
    text-align: right;
}

.txtleft {
    text-align: left
}

.bold {
    font-weight: bold
}

.uppercase {
    text-transform: uppercase
}

.ibvt {
    display: inline-block;
    vertical-align: top
}

.ibvm {
    display: inline-block;
    vertical-align: middle
}

.ibvb {
    display: inline-block;
    vertical-align: bottom
}

input,
textarea {
    width: 100%;
    font-size: 16px;
    color: #000;
    background: transparent;
    resize: none
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 18- */

input:focus::-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}

/* oldIE ;) */

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 18- */

textarea:focus::-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* oldIE ;) */

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

input[type="text"].formfeild::-webkit-input-placeholder {
    color: #1c1c1c
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button {
    background: #fff
}

ul li {
    list-style-type: none
}

a {
    text-decoration: none;
    color: #1c1c1c
}

#menu:not(.mm-menu) {
    display: none;
}

.sprite {
    background: url(../images/sprite.png) no-repeat
}

.sensationsfont {
    font-family: 'Sensations and Qualities';
    font-family: 'SensationsandQualities';
}

.italic {
    font-style: italic
}

:focus {
    outline: none;
}

.breadcrumbblk {
    margin: 0 0 40px
}

.breadcrumbblk ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin: 0 10px;
    font-family: 'SourceSansPro-Regular'
}

.breadcrumbblk ul li:after {
    background: url('../images/sprite.png') no-repeat -155px -178px;
    width: 7px;
    height: 12px;
    content: "";
    position: absolute;
    top: 2px;
    right: -15px;
}

.breadcrumbblk ul li:last-child:after {
    display: none
}

/**** COMMAN CSS END ****/

/********* SLICK SLIDER CSS START ***********/

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-arrow {
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 9
}

.slick-arrow .slick-disabled {
    opacity: 0.3
}

.slick-prev::before,
.slick-next::before {
    display: none;
    content: ""
}

.slick-prev {
    background: url(../images/sprite.png) no-repeat -1px -28px;
    width: 14px;
    height: 20px;
    Left: 0;
    outline: none
}

.slick-next {
    background: url(../images/sprite.png) no-repeat -23px -28px;
    width: 14px;
    height: 20px;
    right: 0;
    outline: none
}

/********* SLICK SLIDER CSS END ***********/

.colorboder {
    background: #fff url(../images/borderimg.jpg) repeat left top;
    width: 100%;
    height: 7px
}

.colorboder {
    background: #fff url(../images/borderimg.jpg) repeat left top;
    width: 100%;
    height: 7px
}

/* header */

#headerwrapper {
    background: #fff;
    clear: both;
    position: fixed;
    z-index: 99;
    width: 100%;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
}

#headerwrapper .colorboder {
    margin: 0 0 5px;
}

.logoblk {
    line-height: 0
}

.headerrightblk {
    margin: 18px 0 0 0
}

.cactioniconblk {
    background-position: -34px -2px;
    width: 9px;
    height: 15px;
    margin: 0 10px 0 0
}

.calltoactionblk {
    padding: 6px 25px 0 0
}

.actionblk {
    text-transform: uppercase;
    line-height: 14px;
    position: relative;
    padding: 0 30px 0 0px;
    font-family: 'SourceSansPro-Regular';
}

.actionblk::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #9d9d9d;
    border-radius: 50%;
    right: -2px;
    top: 45%
}

.actionblk:last-child {
    padding: 0 0 0 30px
}

.actionblk:last-child::after {
    display: none
}

.menublk {
    border-left: 1px solid #000;
    padding: 6px 0 8px 25px
}

.menuiconblk {
    background-position: -2px -2px;
    width: 22px;
    height: 17px;
    cursor: pointer
}

.menutextblk {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin: 0 10px 0 0
}

.menumob {
    display: none
}

/* DESKTOP NAVIGATION */

.navsocialblk {
    margin: 0 15px 0 0
}

.navsocialblk .socialicon {
    width: 30px;
    height: 30px
}

/* FOOTER CSS */

#footerblk {
    background: #fff;
    clear: both;
    overflow: hidden;
    padding: 50px 0 0 0;
    color: #000
}

.footpart-one {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 40px
}

.footlinkblk {
    display: inline-block;
    vertical-align: top;
    margin: 0 9.5% 0 0
}

.footlinkblk:last-child {
    margin: 0
}

.footlinkblk li {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 3px
}

.footlinkblk li a {
    color: #000
}

.linksecondblk {
    width: 43%;
    margin: 0
}

.linksecondblk ul li {
    margin: 0 0 12px
}

.footsublink {
    width: 49.5%
}

.footsublink li {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px
}

.footsublink li a {
    color: #746f6f
}

.footpart-two {
    padding: 45px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap
}

.footcontactblk {
    display: inline-block;
    margin: 0 4% 0 0;
    vertical-align: bottom
}

.footcontactblk:last-child {
    margin: 0
}

.footcontttlblk {
    font-size: 14px;
    line-height: 14px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 0 10px;
    font-family: 'SourceSansPro-Regular';
    letter-spacing: 2px;
    text-transform: uppercase
}

.footcontdesblk {
    font-size: 11px;
    line-height: 15px;
    padding: 0;
    letter-spacing: 1px
}

.footcontdesblk a {
    color: #000
}

.footsocialblk .footcontttlblk {
    border-bottom: none;
    margin: 0 10px 0 0;
    padding: 0
}

.footsocialblk .footcontdesblk {
    padding: 0
}

.socialicon {
    width: 34px;
    height: 34px;
    background: #585858;
    text-align: center;
    position: relative;
    border-radius: 50%;
    margin: 0 10px 0 0;
    cursor: pointer;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.soicon {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0
}

.fa {
    background: url('../images/sprite.png') no-repeat -2px -178px;
    width: 9px;
    height: 14px
}

.fawrap {
    background: #3b5998
}

.tw {
    background: url('../images/sprite.png') no-repeat -24px -180px;
    width: 16px;
    height: 11px
}

.twwrap {
    background: #55acee
}

.yt {
    background: url('../images/sprite.png') no-repeat -57px -181px;
    width: 9px;
    height: 12px
}

.ytwrap {
    background: #ff0000
}

.gp {
    background: url('../images/sprite.png') no-repeat -83px -178px;
    width: 21px;
    height: 14px
}

.gpwrap {
    background: #dd4b39
}

.footpart-three {
    padding: 30px 0 15px;
    overflow: hidden
}

.copyrightblk {
    margin: 7px 0 0 0
}

.copyrightblk li {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    position: relative
}

.copyrightblk li::after {
    position: absolute;
    width: 4px;
    height: 1px;
    content: "";
    background: #fff;
    top: 45%;
    right: -4px
}

.copyrightblk li:last-child::after {
    display: none
}

.copyrightblk li a {
    color: #000
}

.ddlogo {
    background: url('../images/sprite.png') no-repeat -5px -209px;
    width: 144px;
    height: 31px
}

.ddtext {
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    color: #747474
}

/********* HOME PAGE CSS *********/

/*banner*/

.bannerwrapper {
    position: relative
}

.homebanner .slick-dots {
    position: absolute;
    left: 60px;
    bottom: 20px
}

.homebanner .slick-dots li {
    display: inline-block;
    margin: 0 10px 0 0
}

.homebanner .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background: #fff;
    padding: 0
}

.homebanner .slick-dots li.slick-active button {
    background: #BED62F
}

.banimgblk img.banresimg {
    display: none
}

.banimgblk {
    width: 100%;
    line-height: 0
}

.banimgblk img {
    width: 100%
}

.bantextblk {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.banttlblk.sensationsfont {
    font-size: 160px;
    line-height: 110px
}

.bantxtblk {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'AvenirLTStdMedium';
    color: #fff
}

.bandownarrow {
    background-position: -52px -5px;
    width: 20px;
    height: 11px;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer
}

.pagettlblk {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #000;
    font-family: 'AvenirLTStd-Black';
    margin: 0 0 30px;
    letter-spacing: 3px
}

.pagesubtxtblk {
    font-size: 24px;
    line-height: 30px;
    color: #504f4f;
    font-family: 'SourceSansPro-Light';
    margin: 0 0 20px
}

.sectionttlblk {
    text-align: center
}

.hostingolwrapper {
    padding: 70px 0 100px;
    text-align: center;
    background: #fff
}

.hostingolwrapper .sectionttlblk {
    margin: 0 0 50px
}

.italictextblk {
    color: #504f4f;
    font-size: 18px;
    line-height: 20px;
    font-style: italic;
    font-family: 'SourceSansPro-Light';
}

.categoriesblk {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.categoriesblk img {
    width: 100%
}

.catleftblk {
    width: 50.3%
}

.catrightblk {
    width: 47.5%
}

.catleftfirstcolblk {
    width: 50%;
    margin: 0 4% 0 0
}

.catleftsecondcolblk {
    width: 45%
}

.imgcaptionblk {
    color: #000;
    font-size: 24px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    line-height: 24px
}

.categorinameblk {
    font-family: 'AvenirLTStdHeavy';
    text-transform: uppercase;
    letter-spacing: 2px
}

.categoridesblk {
    line-height: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 65%;
    padding: 10px 0 0;
    font-family: 'SourceSansPro-Light';
    margin: 15px auto 0
}

.categoriesdecblk {
    overflow: hidden
}

.categorinameblk {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    color: #fff;
    font-size: 19px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    line-height: 19px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-shadow: 3px 3px 3px #000;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.categoriesblk:after {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}

.categoriesblk:hover::after {
    opacity: 1
}

.cattextblk {
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 65%;
    padding: 10px 0 0;
    font-family: 'SourceSansPro-Light';
    margin: -8px auto;
    position: absolute;
    color: #fff;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.7s;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.tobborder {
    position: absolute;
    top: 0;
    width: 7px;
    height: 25px;
    background: #fff;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1
}

.tobborder::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 7px;
    left: 0px;
    top: 0;
    background: #fff
}

.bottomborder {
    position: absolute;
    bottom: 0;
    width: 7px;
    height: 25px;
    background: #fff;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1
}

.bottomborder::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 7px;
    right: 0px;
    bottom: 0;
    background: #fff
}

.categoriesblk {
    margin: 0 0 5%
}

.catleftfirstcolblk .categorinameblk {
    font-size: 19px;
    line-height: 19px
}

.catleftfirstcolblk .categorinameblk {
    bottom: 40px
}

.catleftfirstcolblk .cattextblk {
    font-size: 20px;
    line-height: 24px;
    width: 80%
}

.catleftfirstcolblk .categoriesblk {
    margin: 0 0 9.2%
}

.catleftfirstcolblk .categoriesblk:last-child {
    margin: 0
}

.catleftsecondcolblk .categorinameblk {
    font-size: 19px;
    line-height: 19px
}

.catleftsecondcolblk .categorinameblk {
    bottom: 40px
}

.catleftsecondcolblk .cattextblk {
    font-size: 20px;
    line-height: 24px;
    width: 80%;
}

.catleftsecondcolblk .categoriesblk {
    margin: 0 0 9.5%
}

.catleftsecondcolblk .categoriesblk:last-child {
    margin: 0
}

.categoriesblk:hover .cattextblk {
    opacity: 1;
    bottom: 45px;
    text-shadow: 0px 0px 1px #fff;
}

.categoriesblk:hover .tobborder {
    opacity: 1;
    left: 20px;
    top: 20px
}

.categoriesblk:hover .bottomborder {
    opacity: 1;
    right: 20px;
    bottom: 20px
}

.categoriesblk:hover .categorinameblk {
    opacity: 1;
    bottom: 130px
}

.catleftfirstcolblk .categoriesblk:hover .categorinameblk {
    bottom: 140px
}

.catleftsecondcolblk .categoriesblk:hover .categorinameblk {
    bottom: 160px
}

.buttonblk {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #000;
    color: #000;
    padding: 15px 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    letter-spacing: 2px;
}

.buttonblk:before {
    box-sizing: border-box;
    transform: translateX(100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000
}

.buttonblk:after {
    box-sizing: border-box;
    transform: translateX(-100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000
}

.buttonblk:hover {
    color: #000;
    text-decoration: none;
}

.buttonblk:hover:before {
    transition: .1s transform linear, .1s height linear .1s;
    transform: translateX(0);
    height: 100%;
    border-color: #000
}

.buttonblk:hover:after {
    transition: .1s transform linear .2s, .1s height linear .3s;
    transform: translateX(0);
    height: 100%;
    border-color: #000
}

.categorimobimg {
    display: none
}

.parallaxvideowrapper {
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden
}

.parallaxvideowrapper video {
    width: 100%;
    z-index: -1;
    position: fixed;
    top: 0
}

.parallaxvideowrapper iframe {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: fixed;
    top: 0;
}

.counterwrapper {
    background: #fff;
    padding: 0;
}

.coutmainblk {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 3% 30px 0
}

.coutmainblk:last-child {
    margin-bottom: 0;
}

.counttextblk {
    text-align: left;
    font-size: 16px;
}

.countnumberblk {
    font-size: 32px;
    line-height: 32px;
    font-family: 'AvenirLTStd-Black'
}

#counter {
    text-align: left
}

.coutmainblk:last-child {
    margin: 0
}

.plustxt {
    margin: 0 0 0 -13px
}

.experience .countnumberblk {
    width: 58px
}

.experience .counttextblk {
    width: calc( 100% - 64px)
}

.eventexecuted .countnumberblk {
    width: 95px
}

.eventexecuted .counttextblk {
    width: calc( 100% - 113px)
}

.satisfiedclient .countnumberblk {
    width: 160px
}

.satisfiedclient .counttextblk {
    width: calc( 100% - 170px)
}

.teamblk .countnumberblk {
    width: 77px
}

.teamblk .counttextblk {
    width: calc( 100% - 96px)
}

.boderbottom {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding: 0 0 100px
}

.boderbottom::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    background: #000;
    height: 7px;
    content: "";
    bottom: -4px
}

.eventwelcomtextblk {
    padding: 100px 0 0;
    text-align: center;
    background: #fff;
}

.eventwelcomtextblk .pagesubtxtblk {
    width: 85%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
}

.pagesubtxtblk.eventtextblk {
    margin: 0 auto 20px
}

.eventwelcomtextblk .boderbottom {
    padding: 0 0 100px
}

.eventgifwrapblk {
    background: url(../images/eventtext.gif) no-repeat 0 0;
    background-size: cover
}

.eventttlblk {
    mix-blend-mode: lighten;
    width: 100%;
    background: #fff
}

.eventtxt {
    font-size: 68px;
    line-height: 70px;
    background: #fff;
    color: #000;
    font-family: 'AvenirLTStdHeavy'
}

.eventgifimg img {
    width: 100%;
    height: 220px
}

.eventgallerywrapper {
    background: #fff;
    padding: 80px 0 100px;
    overflow: hidden
}

.eventgallerywrapper .sectionttlblk {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

/********* Event Gallery Tab Start***********/

ul.eventgallerytab {
    margin: 0 0 60px 0;
    padding: 0px;
    list-style: none;
    text-align: center;
}

ul.eventgallerytab li {
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    cursor: pointer;
    margin: 0 20px;
    text-transform: uppercase;
    padding: 0 0 8px 0
}

ul.eventgallerytab li::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 15px;
    right: -22px;
    top: -2px;
    background: #000
}

ul.eventgallerytab li:last-child::after {
    display: none;
}

ul.eventgallerytab li.current {
    border-bottom: 2px solid #000;
}

.tab-content {
    z-index: 9;
    visibility: hidden;
    height: 0;
}

.tab-content.current {
    z-index: 99;
    visibility: visible;
    height: auto
}

/********* Event Gallery Tab End ***********/

.eventblk {
    width: 90%;
    margin: 0 5%;
    position: relative
}

.eventblk img {
    width: 100%
}

.eventdesblk {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    color: #fff;
    text-align: center
}

.eventnameblk {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: 'AvenirLTStdHeavy';
    text-transform: uppercase;
    letter-spacing: 2px;
}

.eventtextblk {
    font-size: 20px;
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 65%;
    padding: 10px 0 0;
    font-family: 'SourceSansPro-Light';
    margin: 0 auto
}

.eventblk:hover .eventdesblk {
    opacity: 1;
    bottom: 40px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
}

.eventblk:hover .tobborder {
    opacity: 1;
    left: 20px;
    top: 20px
}

.eventblk:hover .bottomborder {
    opacity: 1;
    right: 20px;
    bottom: 20px
}

.eventsliderblk .slick-prev,
.eventsliderblk .slick-next {
    top: 48%
}

.eventsliderblk .slick-prev {
    background: url(../images/sprite.png) no-repeat -1px -28px;
    width: 14px;
    height: 20px;
    Left: -20px;
    outline: none
}

.eventsliderblk .slick-next {
    background: url(../images/sprite.png) no-repeat -23px -28px;
    width: 14px;
    height: 20px;
    right: -20px;
    outline: none
}

.testimonialswrapper {
    background: #fff
}

.testimonialswrapper .pagesubtxtblk {
    margin: 0 0 50px
}

.clientbioimgblk {
    line-height: 0;
    margin: 0 auto 20px;
    width: 90%;
    position: relative
}

.clientbioimgblk img {
    width: 100%
}

.palybutton {
    background: url('../images/sprite.png') no-repeat -81px -2px;
    width: 54px;
    height: 54px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.clientbiotxtblk {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-family: 'SourceSansPro-Light'
}

.testimonialswrapper .slick-arrow {
    top: 45%
}

.testimonialswrapper .boderbottom {
    padding: 0 0 100px
}

.testimonialpgwrapblk .boderbottom {
    padding: 0 0 30px
}

.enquirewrapper {
    background: #fff;
    padding: 90px 0 100px
}

.enquirenowdesblk {
    width: 90%;
    margin: 0 auto
}

.input-effect {
    width: 29.7%;
    display: inline-block;
    margin: 30px 5% 10px 0;
    position: relative;
    z-index: 1
}

.input-effect:nth-child(3) {
    margin: 30px 0 10px
}

.input-effect:nth-child(4) {
    margin: 30px 0 10px;
    width: 100%
}

.inputfild {
    border: 0;
    padding: 5px 0;
    border-bottom: 1px solid #c9c9c9;
    background: transparent;
    color: #a6a6a6
}

.inputfild~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: 0.4s
}

.inputfild:focus~.focus-border,
.has-content.inputfild~.focus-border {
    width: 100%;
    transition: 0.4s
}

.inputfild~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 11px;
    color: #a6a6a6;
    transition: 0.3s;
    font-size: 12px;
    line-height: 12px;
    z-index: -1
}

.inputfild:focus~label,
.has-content.inputfild~label {
    top: -16px;
    font-size: 12px;
    color: #000;
    transition: 0.3s
}

.inputbuttonblk {
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0
}

/********* INNER PAGE CSS *********/

.paddingtop {
    padding: 79px 0 0 0
}

.innerbannerwrap {
    position: relative;
    margin: 0 0 60px;
}

.bannerimgblk {
    line-height: 0
}

.bannerimgblk img {
    width: 100%
}

.innerbannertxt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    top: 38%;
    font-size: 120px;
    line-height: 90px;
    text-transform: capitalize;
}

.innerpageblk .pagettlblk {
    margin: 0 0 20px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 20px;
    position: relative
}

.pagettlblk sup {
    text-transform: lowercase
}

.innerpageblk .visionmissionblk .pagettlblk::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 3px;
    background: #000;
    content: "";
    right: 0;
    text-align: center;
    margin: auto
}

.pagesubttlblk {
    font-family: 'SourceSansPro-light';
    font-size: 36px;
    line-height: 36px;
    /* color: #504f4f;*/
    color: #FFC20E;
    margin: 0 0 20px
}

p {
    font-size: 18px;
    line-height: 22px;
    color: #434343;
    margin: 0 0 20px;
    font-family: 'SourceSansPro-light'
}

.categorywrapper .sectionttlblk {
    margin: 0 0 50px
}

.categorywrapper p {
    width: 94%;
    margin: 0 auto 20px
}

.categorydesblk .pagettlblk {
    border-bottom: none;
    text-align: center
}

.categorywrapper .boderbottom {
    padding: 0 0 30px
}

.pagesmblk {
    font-size: 18px;
    line-height: 22px;
    font-family: 'SourceSansPro-Light';
    color: #504f4f;
    margin: 0 0 20px
}

.servicebigimgblk {
    width: 100%;
    line-height: 0;
    margin: 40px 0 60px
}

.servicebigimgblk img {
    width: 100%
}

/********* TESTIMONIALS PAGE CSS *********/

.clientbiodesblk {
    text-align: center
}

.clientbiodesblk .clientbioblk {
    width: 31%;
    display: inline-block;
    margin: 0 3% 80px 0;
    vertical-align: top
}

.clientbiodesblk .clientbioblk:nth-child(3n+3) {
    margin: 0 0 80px
}

.clientbiodesblk .clientbioimgblk {
    width: 100%
}

/********* REACH-US PAGE CSS *********/

.reachuswrapblk {
    width: 90%;
    margin: 0 auto 70px
}

.reachblk {
    width: 22.5%;
    text-align: center;
    display: inline-block;
    vertical-align: top
}

.reachblk:first-child {
    width: 30%
}

.reachiconblk {
    margin: 0 auto 20px;
    height: 44px;
    vertical-align: middle
}

.addicon {
    background: url('../images/sprite.png') no-repeat -2px -70px;
    width: 28px
}

.callicon {
    background: url('../images/sprite.png') no-repeat -48px -68px;
    width: 25px
}

.faxicon {
    background: url('../images/sprite.png') no-repeat -91px -67px;
    width: 44px
}

.emailicon {
    background: url('../images/sprite.png') no-repeat -152px -66px;
    width: 41px
}

.reachttlblk {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 0 10px;
    font-family: 'AvenirLTStd-Black';
    letter-spacing: 2px
}

.reachtxtblk {
    font-size: 20px;
    line-height: 24px;
    color: #5f5e5e;
    font-family: 'SourceSansPro-Light'
}

.reachwrapper .pagesubtxtblk {
    margin: 0 0 80px
}

.mapblk {
    position: relative;
    line-height: 0;
}

.mapoverlay {
    width: 100%;
    min-height: 550px;
    position: absolute;
    top: 0
}

.mapblk iframe {
    width: 100%;
    height: 550px;
    border: none
}

/********* ABOUT-US PAGE CSS *********/

.aboutuswrapper .pagesubtxtblk {
    font-size: 22px;
    line-height: 28px;
}

.aboutuswrapper .pagesubtxtblk+.pagesubtxtblk {
    margin: 0 0 35px
}

.aboutuswrapper .pagesmblk {
    border-top: 1px solid #ccc;
    padding: 30px 0 0 0;
    margin: 0 0 60px
}

.aboutuswrapper #counter {
    margin: 0 0 90px
}

.abtfullwidthblk {
    width: 100%;
    background: #000;
    height: 388px
}

.abtpagesecondttl {
    text-align: center;
    margin: 70px 0 0 0
}

.abtpagesecondttl .pagettlblk {
    padding: 0 0 45px;
    margin: 0 0 60px;
    position: relative
}

.abtpagesecondttl .pagettlblk:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    background: #000;
    height: 7px;
    content: "";
    bottom: -4px
}

.plannersinfoblk {
    overflow: hidden;
    clear: both;
    margin: 0 0 140px
}

.plannervideoblk {
    width: 35%;
    margin: 0 4% 0 0;
    position: relative
}

.plannervideoblk img {
    width: 100%
}

.palybuttonred {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.plannerstextblk {
    width: 61%
}

.directorblk .plannervideoblk {
    margin: 0 0 0 3%
}

.directorblk .plannerstextblk {
    text-align: right
}

.plannersinfoblk.directorblk {
    margin: 0 0 70px
}

.plannerttl {
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px
}

.plannername {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0 0 2px;
    font-family: 'AvenirLTStdHeavy';
    letter-spacing: 2px
}

.plannerdesignation {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #6b6b6b;
    letter-spacing: 1px
}

.plannerinfo p {
    font-size: 20px;
    line-height: 24px;
    color: #414141;
    margin: 0 0 20px;
    font-family: 'SourceSansPro-Light'
}

.visionmissionblk {
    background: #f5f5f5;
    padding: 90px 0;
    text-align: center
}

.vimiblk {
    width: 35%;
    vertical-align: top;
    margin: 0 5%;
    text-align: center
}

.vimiicon {
    background: url('../images/sprite.png') no-repeat 0 -125px;
    width: 61px;
    height: 32px
}

.vimiiconwrapblk {
    width: 86px;
    height: 86px;
    background: #ccc;
    border-radius: 50%;
    text-align: center;
    vertical-align: center;
    margin: 0 auto 20px;
    position: relative
}

.visionicon {
    background: #bfd62e
}

.missionicon {
    background: #6ed0f7
}

.vimiicon {
    background: url('../images/sprite.png') no-repeat 0 -125px;
    width: 61px;
    height: 34px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.vimiinfoblk {
    font-size: 18px;
    line-height: 24px;
    font-family: 'SourceSansPro-light';
    margin: 0 0 20px;
    color: #000
}

.vimiinfoitalic {
    font-size: 24px;
    line-height: 26px;
    font-family: 'SourceSansPro-light';
    font-style: italic
}

/********* BIRTHDAY PAGE CSS *********/

/* Services include */

.serviceswrap {
    text-align: center
}

.servicesblk {
    width: 31%;
    margin: 0 3% 50px 0;
    display: inline-block;
    vertical-align: top
}

.servicesblk:nth-child(3n+3) {
    margin: 0 0 50px 0
}

.servicesimgblk {
    line-height: 0;
    position: relative
}

.servicesimgblk img {
    width: 100%
}

.serdestextblk {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-family: 'SourceSansPro-Light'
}

/*.servicesblk:hover .serdestextblk { opacity: 1; bottom: 40px}
.servicesblk:hover .tobborder{ opacity: 1; left: 20px; top:20px}
.servicesblk:hover .bottomborder{ opacity: 1; right: 20px; bottom:20px}*/

.servicesttlblk {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 20px 0;
    letter-spacing: 1px
}

.serdestextblk {
    width: 90%;
    margin: 0 auto;
}

/********* FRANCHISE PAGE CSS *********/

.franchisewrapper .pagesubtxtblk {
    font-size: 30px;
    line-height: 38px;
}

.calluswrapblk {
    display: inline-block;
    text-align: center;
    border: 1px solid #bfd62e;
    padding: 15px 20px;
    margin: 0 auto;
    outline: 1px solid #f3f7d8;
    outline-offset: 6px;
}

.calltextblk {
    font-family: 'AvenirLTStd-Black';
    font-size: 18px;
    line-height: 36px
}

.callnumberblk {
    font-size: 36px;
    line-height: 36px;
    font-family: 'SourceSansPro-Regular';
    margin: -7px 0 0 0
}

.callmob {
    display: none
}

.calliconblk {
    background: url('../images/sprite.png') no-repeat -48px -68px;
    width: 25px;
    height: 42px;
    margin: 0 10px
}

.franchisewrapper .sectiondescblk {
    text-align: center;
    margin: 50px 0
}

/********* RETURN-GIFTS PAGE CSS *********/

/********* VIDEOS PHOTOS PAGE CSS *********/

.videos-photoswrapper .pagesmblk {
    width: 90%;
    margin: 0 auto
}

.videos-photoswrapper .sectionttlblk {
    margin: 0 0 80px
}

.tabwrapper {
    text-align: center;
    position: relative;
    z-index: 1
}

.tabwrapper:after {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    top: 20px;
    z-index: -1
}

.tabnamewrapblk {
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    background: #fff
}

.tabname {
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    width: 175px;
    text-align: center;
    font-family: 'AvenirLTStd-Black';
    margin: 0 5px
}

.tabname.activetab {
    color: #fff;
    background: #000
}

.tabdetailsblk {
    display: none;
    padding: 80px 0 0 0
}

.tabdetailsblk.activetab {
    display: block
}

.tabvideoblk {
    position: relative;
    background: #000;
    width: 31%;
    display: inline-block;
    margin: 0 3% 35px 0;
    vertical-align: top;
    line-height: 0;
}

.tabvideoblk:nth-child(3n+3) {
    margin: 0 0 35px
}

.tabphotoblk {
    position: relative;
    background: #000;
    width: 31%;
    display: inline-block;
    margin: 0 3% 35px 0;
    height: 330px;
}

.gallery-wrapper .tabphotoblk {
    height: auto;
}

.tabphotoblk:nth-child(3n+3) {
    margin: 0 0 35px
}

/********* service innerpages *********/

.servicepgwrapper .pagesmblk {
    margin: 0 auto 30px;
    width: 90%
}

.listwrappwer {
    margin: 0 0 70px
}

.bullet {
    /*width: 90%;*/
    margin: 0 auto
}

.bullet li {
    color: #434343;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 10px;
    font-family: 'SourceSansPro-light';
    position: relative;
    padding: 0 0 0 20px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.amusementslist .bullet li {
    width: 218px
}

.funconterlist .bullet li {
    width: 260px
}

.bullet li::after {
    background: #bfd62e;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 6px
}

.funcontersblk {
    width: 49%
}

.themeslist .bullet li {
    display: block;
    width: 100%
}

.corporatewrapper .pagesmblk {
    margin: 0 auto 70px;
    width: 90%
}

.Entertainmentsection {
    padding: 0 0 10px;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 50px
}

/******* INFO DETAILS PAGE *******/

.infopagewrapper {
    padding: 110px 0 0
}

.infopgfooter .enquirewrapper {
    display: none
}

.thankyoupg {
    margin: 10% 0
}

.thankyoupg .pagettlblk {
    border-bottom: none;
    padding: 0
}

/********* Sitemap Css *********/

.sitemaplinkblk ul.navmainlink li a {
    color: #000
}

.sitemaplinkoneblk {
    width: 25%
}

.sitemaplinksecondblk {
    width: 74%
}

.sitemappgwrapper .sectionttlblk {
    margin: 0 0 50px
}

.smlinkblk {
    width: 33%;
    display: inline-block;
    margin: 0 0 50px;
    vertical-align: top
}

.smsubmainlinkblk {
    font-size: 16px;
    margin: 0 0 20px 20px;
}

.smsublinkblk li {
    margin: 0 0 10px 50px;
    font-size: 14px;
    font-family: 'SourceSansPro-Regular';
}

/********* Entrypage Css *********/

.entrypagewrapper {
    width: 100vw;
    height: 100vh;
    display: table
}

.entrypageblk {
    width: 300px;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center
}

.enterbutton {
    font-family: 'AvenirLTStd-Black';
    font-size: 24px;
    line-height: 24px
}

.bannermob {
    display: none
}

.biglogo {
    margin: 0 0 30px
}

.entertext {
    font-size: 50px;
    color: #d3262c;
    margin: 0 0 30px;
    display: none
}

/******** stickyform *********/

.stickyform {
    position: fixed;
    right: -280px;
    top: 30%;
    z-index: 10;
    display: block;
    transition: 0.5s all ease;
    cursor: pointer;
}

.slideoutfrm {
    background: #fff;
    height: auto;
    width: 280px;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
}

.slideactive {
    right: 0
}

.overly {
    background: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}

.overly.show {
    display: block
}

.slideoutfrm .input-effect {
    width: 100%;
    margin: 20px 0 10px;
}

.slideoutfrm .buttonblk {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 12px
}

.serinnerpgnlk {
    padding: 110px 0 0 0
}

.servicebigimgblk {
    position: relative;
    margin: 0 0 60px
}

.serinnerpgnlk .breadcrumbblk {
    margin: 0 0 20px
}

/**** SLIDER WITH POPUP CSS ****/

.pplppopupwrapblk {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: none;
    z-index: 9999
}

.pplpopmainblk {
    background: #fff;
    border: 5px solid #b1b1b1;
    box-shadow: 0 0 7px #000;
    margin: 5% auto 0;
    padding: 25px;
    width: 80%;
    position: relative
}

.pplclose {
    background: #fff;
    border: 4px solid #b1b1b1;
    border-radius: 50%;
    line-height: 0;
    position: absolute;
    right: -23px;
    top: -23px;
}

.pplreadmore {
    line-height: 14px;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px
}

.nbs-flexisel-item img {
    width: auto;
    cursor: pointer;
    position: relative
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 14px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    opacity: 0.5;
    top: 90px !important
}

.nbs-flexisel-nav-left {
    left: -20px;
    background: url(../images/sprite.png) no-repeat -1px -28px
}

.nbs-flexisel-nav-right {
    right: -20px;
    background: url(../images/sprite.png) no-repeat -23px -28px
}

.texttestimonialwrap {
    padding: 100px 0 0
}

.texttestimonialwrap .container {
    padding: 0 0 100px
}

.texttestimonialwrap .nbs-flexisel-container {
    clear: both;
    width: 96%;
    margin: 0 auto
}

.texttestimonialwrap .pagettlblk {
    border-bottom: none
}

.texttestimonialwrap .sectiondescblk {
    overflow: hidden
}

.peopleblksec {
    width: 90%;
    margin: 0 auto
}

.peoplesecpic {
    background: #000;
    width: 100%;
    height: 200px;
    margin: 0 auto 20px;
    position: relative;
}

.texttestimonialwrap .clientbiotxtblk {
    margin: 0 0 10px
}

.scrollToTop {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    z-index: 9;
    background: url('../images/sprite.png') no-repeat -210px -57px
}

.updown {
    animation: MoveUpDown 3s linear infinite;
    position: fixed;
    right: 20px;
    bottom: 0;
}

@keyframes MoveUpDown {
    0% {
        bottom: 50px
    }
    50% {
        bottom: 60px
    }
    100% {
        bottom: 50px
    }
}

.innerbannertxt br {
    display: none
}

.kidsthemeparties .innerbannertxt {
    color: #e30907
}

.corporateevents .innerbannertxt {
    color: #17a5f6
}

.preweddings .innerbannertxt {
    color: #d61a8d
}

.babyshowers .innerbannertxt {
    color: #fd5b03
}

.milestoneevents .innerbannertxt {
    color: #32d15f
}

.schoolevents .innerbannertxt {
    color: #faae03
}

/*about us*/

.aboutbannertext {
    color: #a45656;
}

img.banner-logo {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

img.footerlogo {
    width: 123px;
}

.insta {
    background-position: -267px -173px;
    width: 15px;
    height: 14px;
}

.serinnerpgnlk .innerbannertxt {
    color: #e30907;
}

.livelist {
    text-align: left;
}

.livelist .funcontersblk {
    width: 51%;
}

.read-more {
    height: 0;
    overflow: hidden;
    transition: all 0.8s;
}

.read-more.read-more-open {
    height: auto;
}

.rm-btn {
    margin: 10px;
}

.return-gift-tab {
    margin-top: 40px;
}

.pagesubtxtblk-2 {
    font-size: 16px;
    line-height: 18px;
    color: #858282;
    padding-bottom: 10px;
}

.funconterlist-2 .pagesubtxtblk {
    color: #17a5f6;
}

.half-funlist {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.clientswrap {
    padding: 0 0 100px 0;
}

.clientswrap-inner {
    width: 90%;
    margin: 0 auto;
}

.clientswrap .nbs-flexisel-container::after {
    content: "";
    clear: both;
    display: block;
}

.clientswrap .nbs-flexisel-nav-left,
.clientswrap .nbs-flexisel-nav-right {
    top: 37px !important;
}

.clientswrap .nbs-flexisel-nav-left {
    left: -5%;
}

.clientswrap .nbs-flexisel-nav-right {
    right: -5%;
}

.clientswrap .client-img img {
    width: 100%;
    max-width: 229px;
}

.clientswrap .client-img {
    padding: 0 10px;
}

.slideout {
    position: absolute;
    left: -37px;
    top: 0;
}

.clientblk img {
    width: 100%;
}

.clientblk-main li {
    display: inline-block;
    margin: 0 1% 20px 0;
    text-align: left;
}

.clientblk-main {
    text-align: left;
    padding: 20px 0 0;
}

.clentswrap {
    padding: 40px 0;
}

.viewmore {
    text-align: center;
    padding: 40px 0 0 0;
}

.amusementslist .bullet li:last-child::after {
    background: none;
}

.amusementslist .bullet li:last-child {
    font-weight: 700;
    font-style: italic;
    font-size: 21px;
    color: #6ECFF6;
}

.activitieslist.amusementslist .bullet li {
    width: 33%;
}

.activitieslist {
    text-align: left;
}

.video-img img {
    width: 100%;
}

.tabvideoblk a {
    display: block;
}

.schooleventnew .servicesimgblk img {
    display: none
}

.servicesimgblk {
    width: 390px;
    height: 331px;
}

.schooleventnew .serdestextblk {
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    margin: auto;
    height: 60px;
    width: 100%;
    opacity: 1;
    font-family: 'AvenirLTStd-Black'
}

.schooleventnew .servicesblk:hover .serdestextblk {
    bottom: 0
}

.schooleventnew .servicesblk:nth-child(1) {
    background: #bfd62e
}

.schooleventnew .servicesblk:nth-child(2) {
    background: #b35e49
}

.schooleventnew .servicesblk:nth-child(3) {
    background: #6ed0f7
}

.schooleventnew .servicesblk:nth-child(4) {
    background: #ffc20d
}

.schooleventnew .servicesblk:nth-child(5) {
    background: #d2232a
}

.schooleventnew .servicesblk:nth-child(6) {
    background: #551b0c
}

.homebannertxtblk {
    color: #fff;
    position: absolute;
    bottom: 14%;
    right: 7.3%;
    background-color: rgba(255, 156, 0, 0.9);
    text-align: center;
    padding: 35px 0 40px;
    width: 415px;
    height: 185px
}

.homebantxt {
    font-family: 'SourceSansPro-Light';
    font-size: 40px;
    line-height: 40px;
    text-transform: capitalize
}

.homebantxt span {
    font-family: 'SourceSansPro-Regular';
    font-size: 65px;
    line-height: 65px;
    display: block
}

.homebanner .banimgblk {
    position: relative
}

.plantxtblk {
    background: #00baff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-family: 'SourceSansPro-Regular';
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    position: absolute;
    bottom: -15px;
    left: 30%;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4)
}

.secban .homebannertxtblk {
    background-color: rgba(142, 2, 2, 0.9);
    height: 130px;
}

.secban .homebantxt span {
    font-size: 24px;
    line-height: 26px;
    text-transform: none;
    font-family: 'SourceSansPro-Light';
    margin: 10px 0 0
}

.thirdban .homebannertxtblk {
    background-color: rgba(23, 27, 33, 0.9);
}

.thirdban .homebantxt {
    text-transform: none;
    line-height: 48px;
    height: 120px;
}

.photo-gallery {
    display: block;
    line-height: 0;
}

.photo-gallery img {
    width: 100%;
}

.catleftfirstcolblk a,
.catleftsecondcolblk a {
    margin: 0 0 9.2%;
    display: block;
}

.catleftfirstcolblk a:last-child,
.catleftsecondcolblk a:last-child {
    margin: 0;
    display: block;
}

.overviewleftblk {
    width: 50%;
    border-right: 1px solid #ccc;
    padding: 0 25px 0 0;
}

.overviewrightblk {
    width: 50%;
    padding-left: 30px;
}

.overviewwrapper {
    background: #fff;
    padding: 70px 0 50px;
}

.listblk li {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    color: #504f4f;
    font-family: 'SourceSansPro-Light';
}

.listblk li:before {
    position: absolute;
    top: 10px;
    left: 0;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: ""
}

.overviewwrapper .boderbottom {
    padding: 0 0 60px;
}

.coutmainblk:first-child {
    margin-left: 0;
}

.serviceswrap .servicesimgblk {
    width: 100%;
    height: auto;
}

.aboutuswrapper .satisfiedclient .countnumberblk {
    width: 100px;
}

/* ----------------------- POPUP PAGE CSS START ----------------------- */

#loader-data {
    display: block;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: -20px;
    width: 100%;
    z-index: 99999;
    text-align: center;
    background: #e1e1e1;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e1e1e1 0%, #ffffff 36%, #ffffff 54%, #ffffff 54%, #ffffff 62%, #ffffff 65%, #ffffff 65%, #ffffff 66%, #ffffff 66%, #ffffff 67%, #ffffff 67%, #ffffff 67%, #ffffff 75%, #dedede 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e1e1e1 0%, #ffffff 36%, #ffffff 54%, #ffffff 54%, #ffffff 62%, #ffffff 65%, #ffffff 65%, #ffffff 66%, #ffffff 66%, #ffffff 67%, #ffffff 67%, #ffffff 67%, #ffffff 75%, #dedede 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e1e1e1 0%, #ffffff 36%, #ffffff 54%, #ffffff 54%, #ffffff 62%, #ffffff 65%, #ffffff 65%, #ffffff 66%, #ffffff 66%, #ffffff 67%, #ffffff 67%, #ffffff 67%, #ffffff 75%, #dedede 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#dedede', GradientType=1);
    /* IE6-9 */
}

.overflow-hidden {
    overflow: hidden
}

.onclickshowpg {
    cursor: pointer;
    font-size: 22px;
    margin: 20px auto;
    line-height: 1;
    font-family: 'AvenirLTStd-Black';
    color: #551b0c;
    text-transform: uppercase
}

.homepopcontainer {
    width: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 350px;
}

.popupopen {
    line-height: 0;
    width: 100%
}

.homepopcontainer .popupopen img {
    width: 100%
}

.enterwebsite-txt {
    font-size: 20px;
    letter-spacing: 2px;
    color: #58210c;
    text-transform: uppercase;
    cursor: pointer;
    margin: 50px 0 0;
    font-family: 'AvenirLTStd-Black';
}

.enterwebsite-txt a {
    color: #58210c;
}

/* ----------------------- POPUP PAGE CSS END ----------------------- */

.testimonialpgwrapblk .pagettlblk {
    border-bottom: none;
}

.aboutus-sect #counter {
    text-align: center;
}

.sitemaplinkoneblk .navmainlink li,
.uppermainlink li {
    font-size: 18px;
    margin-bottom: 10px;
}

.pos-relative {
    position: relative;
    z-index: 1
}

.tabdetailsblk .slider-for .tabphotoblk,
.tabdetailsblk .slider-for .tabphotoblk img {
    width: 100%;
    height: 500px
}

.slider-nav .tabphotoblk {
    width: auto;
    margin: 0 3% 0 0;
}

.slider-nav .tabphotoblk img {
    width: 100%
}

.videos-slider-2 .tabvideoblk {
    width: 100%
}

.videos-slider-2 .video-img {
    width: 100%
}

.slider-for .tabphotoblk {
    width: 100%
}

.videos-slider-2 iframe {
    width: 100%;
    height: 500px
}

.slider-nav-thumbnails .video-img {
    width: 80%;
    margin: 0 auto;
    position: relative
}

.slider-nav-thumbnails .video-img img {
    width: 100%
}

.slider.slider-nav.slick-initialized.slick-slider {
    height: 100px
}

.slider-for,
.slider-nav {
    padding: 0 20px
}

/*--------new slider -------- */

.captionOrange,
.captionBlack {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.captionOrange {
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}

.captionBlack {
    font-size: 16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange,
A.captionOrange:active,
A.captionOrange:visited {
    color: #ffffff;
    text-decoration: none;
}

a.captionOrange:hover {
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}

.bricon {
    background: url(../img/browser-icons.png);
}

.jssort03 {
    position: absolute;
    width: 1026px;
    height: 60px;
}

.jssort03 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 60px;
    cursor: pointer
}

.jssort03 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort03 .w,
.jssort03 .pav:hover .w {
    position: absolute;
    width: 78px;
    height: 58px;
    border: white 1px solid;
    box-sizing: content-box;
}

.jssort03 .pdn .w,
.jssort03 .pav .w {
    border-style: solid;
}

.jssort03 .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 60px;
}

.jssort03 .p:hover .c,
.jssort03 .pav .c {
    filter: alpha(opacity=0);
    opacity: 0;
}

.jssort03 .p:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

* html .jssort03 .w {
    width/**/
    : 60px;
    height/**/
    : 60px;
}

.jssora02l,
.jssora02r {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../img/a02.png) no-repeat;
    overflow: hidden;
}

.jssora02l {
    background-position: -3px -33px;
}

.jssora02r {
    background-position: -63px -33px;
}

.jssora02l:hover {
    background-position: -123px -33px;
}

.jssora02r:hover {
    background-position: -183px -33px;
}

.jssora02l.jssora02ldn {
    background-position: -3px -33px;
}

.jssora02r.jssora02rdn {
    background-position: -63px -33px;
}

.slidercss {
    position: relative;
    top: 16px;
    left: 0px;
    width: 1026px;
    height: 554px;
    overflow: hidden;
    margin: 0 auto
}

.slidethumb {
    left: 0px;
    bottom: 5px;
}

.teleicon {
    background-position: -279px -75px;
    width: 44px;
    height: 34px;
}

.tab-butten {
    text-align: center;
    margin: 20px auto 0;
}

#topadd {
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 100px;
    width: 100%;
}

.sectrelative {
    position: relative;
}

.clientswrap-inner .slick-slider {
    position: static;
}

.clientswrap-inner {
    position: relative;
}

.clientswrap-inner .slick-prev {
    left: -3%
}

.clientswrap-inner .slick-next {
    right: -3%
}

p a {
    color: #434343;
}

.compnamtttl {
    font-family: 'AvenirLTStd-Black'
}