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

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


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


/* ....................................................................................................  */
/* CSS Reset Starts*/

body {
    font-family: 'Futura PT Book';
    font-size: 14px;
    height:100%;   
}

button {
    border: none;
}
button:focus, button:active  {
    outline: none;
}

a{text-decoration: none}
a:hover{text-decoration: none}

ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

a {
    padding: 0px;
    margin: 0px;
    text-decoration: none !important;
    outline: none !important;

}

a:hover {
    text-decoration: none !important;
}

.responsive_center {
    margin: 0 auto;
}

.full_width {
    width: 100%;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    line-height:normal;
}

p {
    line-height: 20px;
    text-align: justify;
    color: #3b3b3b;
}

.nomargin {
    margin: 0 !important;
}

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px !important;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

.v_space {
    margin-top: 30px;
    width: 100%;
}
img {
    width: 100%;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

footer,header,section{float: left;width: 100%;}

/* ....................................................................................................  */
/* CSS Reset Ends*/



/* ....................................................................................................  */
/* Top Banner & Header  Starts*/

.body-overflow{
    overflow: hidden
}

.fixed-loader-cont{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    background-image:  url(../images/loader-background.jpg) ;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}

.loader-cont-inner{
    position: absolute;
    padding: 30px;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

.loader-logo{
    width: 200px;
    margin-left: 71px;
    margin-top: 20px;
}

.loader-text{
    z-index: 10001;
    left: 0;
    top: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 50px;
    width: 70%;
}


.loader-text p{
    color: #757575;
    font-size: 64px;
    font-family: 'Futura PT Book';
    line-height: 70px;        
    position: relative;
    padding-left: 70px;
    text-align: left;
}

.loader-text p span{color: #333}

.loader-text span{
    font-family: 'Futura PT';
    font-size: 64px;
    display: block
}

.loader-text p i{
    position: absolute;
    left: 10px;
    top: 0;
    font-family: arial;
    font-size: 64px;
    display: block;
    color: #fff;
    background: url('../images/sprite-icon.png') no-repeat -199px -99px;
    width: 53px;
    height: 42px;

}

.fixed-loader-cont span.loader-span{
    position: absolute;
    z-index: 40;
    background-color: #c5c5c5;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;

}

.fixed-loader-cont span.loader-span:nth-child(1){
    width: 0;
    height: 1px;
    left: 0;
    top: 40px;
    animation-name: widthanim; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.fixed-loader-cont span.loader-span:nth-child(2){
    width: 1px;
    height:0;
    left: 40px;
    bottom: 0;
    animation-name: heightanim; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.fixed-loader-cont span.loader-span:nth-child(3){
    width:0;
    height: 1px;
    left: 0;
    bottom: 40px;
    animation-name: widthanim; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.fixed-loader-cont span.loader-span:nth-child(4){
    width: 1px;
    height: 0;
    left: 40px;
    top: 0;
    animation-name: heightanim; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*.fixed-loader-cont:hover span.loader-span:nth-child(1){
    width: 200px;
}

.fixed-loader-cont:hover span.loader-span:nth-child(2){
    height: 200px;
}

.fixed-loader-cont:hover span.loader-span:nth-child(3){
    width:200px;
}

.fixed-loader-cont:hover span.loader-span:nth-child(4){
    height:200px;
}*/



@keyframes heightanim {
    0%, 20% {
        height:0%

    }
    50% {
        height:20%
    }
}

@keyframes widthanim {
    0%, 20% {
        width:0%

    }
    50% {
        width:20%
    }
}

.spinner {
    margin: 30px auto 0;
    width: 70px;
    text-align: center;
    margin: 13px auto 0 65px;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #2983F3;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.fixed-banner{
    position: fixed !important
}

.top-banner{
    width: 100%;
    float: left;    
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    overflow: hidden;
    position: relative;    
    z-index: 10
}

.banner-image{
    position: absolute; 
    z-index: 10;  
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/top-banner.png) no-repeat bottom right;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.banner-image img{
    width: 100%;
    max-width: 100%;
    height: auto
}

.banner-text{
    position: absolute;
    width: 70%;
    left: 15px;
    z-index: 9;
    bottom: 165px;
}

.top-banner .container{position: relative;overflow: hidden}

.banner-text h1{
    font-family: 'Futura PT';
    font-size: 84px;
    line-height: 68px;
}

.banner-text h2{
    font-family: 'Futura PT Book';
    font-size: 35px;
    line-height: 40px;
    color: #000
}


.banner-text h1 span{float: left;position: relative}

.banner-text h1 span:first-child{
    color: #fff;
    padding-right: 15px
}

.banner-text h1 span:last-child{
    color: #000;
    padding-left: 3px;
    padding-right: 3px;

}

.banner-text h1 span:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: ''
}
.banner-text h1 span:first-child:after{
    background-color: #000
}

.banner-text h1 span:last-child:after{
    border: 2px solid #000
}

.logo{
    margin-left: 22px;
}

.social-media-icons{    margin-right: 160px;margin-top: 18px;}

.social-media-icons a{
    float: left;   
    margin-left: 10px;
    background-image:url(../images/sprite-icon.png);
    background-repeat: no-repeat

}

.imdb-top{background-position: -23px -19px;width: 43px;height: 19px}
.facebook-top{background-position: -76px -19px;width: 11px;height: 19px}
.twitter-top{background-position:-98px -18px;width: 19px;height: 19px}
.instagram-top{background-position:-128px -19px;width: 19px;height: 19px}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}


header{
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 11;
    padding-top: 50px;
    padding-bottom: 35px;
}
.hide-header{
    display: none
}

.inner-page header{
    padding-top: 50px;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 35px;
}


.main-menu{
    position: absolute;
    z-index: 15;
    right: 100%;
    width:0;
    height: 80px;
    top: 0;    
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;    

}

.body-menu{
    margin-right: 250px;
}

.main-menu-inner{
    float: left;
    position: relative;
    margin-left: 71px;
    background-color: rgba(236, 236, 236, 0.97);
    width: 428px;
    padding-left: 13px;
}

.main-menu-inner:after{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 25px;
    border-color: transparent transparent rgba(236, 236, 236, 0.97) transparent;
    content: '';
    left: -25px;
}

.menu-width{
    width: 499px;
}

.main-menu ul li{
    float: left;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    padding: 10px 0px;
}
.main-menu ul li a{
    color: #333;
    font-size: 22px;
    line-height: 60px;
    padding: 0px 20px;
    float: left;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.main-menu ul li a:hover{
    color: #333
}

.menu-outer-cont{
    width: 146px;
    height: 146px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 120;
}
.menu-outer-cont:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 195px 195px 0;
    border-color: transparent #e8e8e8 transparent transparent;
    content: '';
    position: fixed;
    z-index: 12
}
.menu{
    width: 70px;
    height: 70px;
    background-color: #4699ff;
    position: absolute;
    z-index: 13;
    left: 38px;
    top: 38px;
    cursor: pointer;
}

.menu-inner{
    width: 70px;
    height: 70px;
    position: relative;
}


.menu-inner:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 70px;
    border-color: transparent transparent #4699ff transparent;
    content: '';
    position: absolute;
    z-index: 12;
    top: -10px;
}

.menu-inner:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 70px 0 0;
    border-color: #4699ff transparent transparent transparent;
    content: '';
    position: absolute;
    z-index: 12;
    bottom: -10px;
}



.menu-inner span{
    background-color: #fff;
    height: 3px;
    width: 40px;
    position: absolute;
    left: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-inner span:nth-child(1){
    top: 20px;
}
.menu-inner span:nth-child(2){
    top: 33px;
    width: 25px;
}
.menu-inner span:nth-child(3){
    top: 47px;
}

.menu-inner:hover span:nth-child(1){
    top: 15px;
}
.menu-inner:hover span:nth-child(2){
    width: 40px;
}
.menu-inner:hover span:nth-child(3){
    top: 52px;
}


.menu-inner.close-menu span:nth-child(1){
    top: 33px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}
.menu-inner.close-menu span:nth-child(2){
    top: 33px;
    width:0px;
    left:0px;
}
.menu-inner.close-menu span:nth-child(3){
    top: 34px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}


.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2983f3;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


/* ....................................................................................................  */
/* Top Banner & Header Ends */



/* ....................................................................................................  */
/* About Us Section Starts */
.about-us{
    float: left;
    width: 100%;
    padding: 70px 0 0 0;
    background-color: #2983F3;
    background-image: url(../images/curve-bg.png);
    position: relative;
    z-index: 100;    
}

.show-res{
    display: none
}

.inner-about{
    padding: 70px 0px;
    float: left;
    border-top: 1px solid #eaeaea;
    background-image: url(../images/about-page-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
}
.testimonials p{
    position: relative;
    padding-left: 35px;
    border-left: 3px solid #ddd;
}
.testimonials p i{
    position: absolute;
    left: 5px;
    top: 0;
    font-family: arial;
    font-size: 64px;
    display: block;
    color: #fff;
    background: url(../images/sprite-icon.png) no-repeat -211px -205px;
    width: 53px;
    height: 42px;
}
.testimonials p span{
    display: block;
    font-style: italic;
    background-color: #fff
}



.inner-about .heading span{
    color: #616161
}
.inner-about .heading{text-align:left; margin-bottom: 35px;}


.about-img-cont{
    width: 100%;    
    background-color: #333;
    float: left;
    border: 1px solid #ececec;
}

.testimonial-signature i{
    display: block;
    font-style: normal
}

.about-text-cont span{
    background-color: #e4e4e4;
}

.about-text-cont p{
    font-size: 17px;
    color: #333;
    width: 100%;
    float: left;
    line-height: 34px;
    margin-bottom: 20px;
    font-family: 'OpenSans';
}

.testimonials h3 span{
    color: #616161
}
.testimonials h3{
    margin-top: 26px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.testimonials h3 span{
    background-color: #fff
}


.testimonial-signature{
    line-height: 25px !important;
    color: #969696  !important;
    border-left: none !important
}
.testimonial-signature span:last-child{
    font-size: 14px;
}

.about-margin{
    margin-top: 1500px;
}

.about-image h2{
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 25px;
    text-align: center;
    width: 100%;
}

.about-image:after{
    position: absolute;
    left: -25px;
    top: 30px;
    bottom: 0;
    width: 40px;
    height: 40px;
    z-index: -1;
    content: '';
    background-color: #dfecfc
}

.home-about-content{
    background-color: #2983F3;
    width: 100%;
    float: left;
    min-height: 300px;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    border-bottom:  5px solid #fff;
    margin-top:20%;
    text-align: center;
    position: relative
}
.about-text{
    margin-top: 30px;

    float: left;
    width: 100%;
    padding: 10px 30px;
    text-align: left;
    margin-bottom: 30px;
}

.about-text ul{
    position: relative;
    padding: 10px 0px;
}

.about-text ul li{
    font-size: 29px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 10px;    
}

.about-text ul li:last-child{margin-bottom: 0px;}

.about-text ul:before{
    position: absolute;
    left: 0px;
    top: 0;
    width: 75px;
    height: 3px;
    z-index: 1;
    content: '';
    background-color: #fff
}

.about-text ul:after{
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 75px;
    height: 3px;
    z-index:1;
    content: '';
    background-color: #fff
}

.about-us .about-left{padding-right: 0px}
.about-us .about-right{padding-left: 0px}

.button{
    font-size: 29px;
    font-family: 'Futura PT';
    color: #fff;
    padding: 5px 20px;
    border: 4px solid #fff;
    width: 100%;
    float: left;
    margin-top: 50px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background-color: #2983f3;
    text-align: center;
}

.button:visit,.button:focus,.button:active{
    color: inherit
}

.about-us .button:hover{
    background-color: #fff
}
.video-icon{
    position: absolute;
    z-index: 12;
    right: -70px;
    width: 65px;
    height: 65px;
    top: 20px;

}

.video-icon a{
    display: block;
    width: 65px;
    height: 65px;
    background: url(../images/sprite-icon.png) no-repeat -15px -69px #fff;
}

.imdb-icon{
    position: absolute;
    z-index: 12;
    right: -70px;
    width: 65px;
    height: 65px;
    top: 105px;

}

.imdb-icon a{
    display: block;
    width: 65px;
    height: 65px;
    background: url(../images/sprite-icon.png) no-repeat -15px -121px #fff;
}

.pdf-icon{
    position: absolute;
    z-index: 12;
    right: -70px;
    width: 65px;
    height: 65px;
    top: 190px;

}

.pdf-icon a{
    display: block;
    width: 65px;
    height: 65px;
    background: url(../images/sprite-icon.png) no-repeat -12px -185px #fff;
}

/* ....................................................................................................  */
/* About Us Section Ends */




/* ....................................................................................................  */
/* Gallery Section Starts */
.gallery{
    width: 100%;
    float: left;
    padding: 70px 0px;
    background-color: #fff;
    position: relative;
    z-index: 100;
    background-image:  url(../images/gallery-bg.jpg) ;
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment:  fixed

}

.gallery p{
    color: #bdbdbd;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

.inner-gallery{
    background-color: #f3f3f3;
    background-image: none
}


.gallery .heading{   
    text-align: right
}


.inner-page .gallery .hvr-float-shadow2{
    border: 10px solid #fff;
    color: #858585
}
.inner-page .gallery .heading{
    text-align: center
}

.gallery .heading span{
    color: #BEBEBE;
}


.gallery .button{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    border-color: #D2D0D1;
    background-color: transparent;
    color: #000;

}
.gallery .button:hover{
    background-color: #2374da;
    color: #fff;
    border-color:  #2374da;
}

.gallery-image-cont{
    /*    position: relative;   
        border: 10px solid #fff;*/
}

.image-overlay{
    position: absolute;
    z-index: 35;
    width: 86%;
    height: 90%;
    left: 7%;
    top: 5%;  
}

.gallery-image-cont span{
    position: absolute;
    z-index: 40;
    background-color: #c5defd;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.gallery-image-cont span:nth-child(1){
    width: 0;
    height: 5px;

    left: 0;
    top: 0
}

.gallery-image-cont span:nth-child(2){
    width: 5px;
    height: 0;
    right: 0;
    top: 0
}

.gallery-image-cont span:nth-child(3){
    width:0;
    height: 5px;
    right: 0;
    bottom: 0
}

.gallery-image-cont span:nth-child(4){
    width: 5px;
    height: 0;
    left: 0;
    top: 0
}

.gallery-image-cont:hover span:nth-child(1){
    width: 100%;
}

.gallery-image-cont:hover span:nth-child(2){
    height: 100%;
}

.gallery-image-cont:hover span:nth-child(3){
    width: 100%;
}

.gallery-image-cont:hover span:nth-child(4){
    height: 100%;
}


.hvr-float-shadow2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    margin-bottom: 30px;
    width: 100%;
}

.hvr-float-shadow2:last-child{
  /*  margin-bottom: 0px */
}

.hvr-float-shadow2:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow2:hover, .hvr-float-shadow:focus, .hvr-float-shadow2:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}
.hvr-float-shadow2:hover:before, .hvr-float-shadow2:focus:before, .hvr-float-shadow2:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/* ....................................................................................................  */
/* Gallery Section Ends */



/* ....................................................................................................  */
/* Footer Section Starts */
.footer{
    width: 100%;
    float: left;
    padding: 70px 0px 0 0;
    background-color: #2983F3;
    background-image: url(../images/curve-bg.png);
    position: relative;
    z-index: 11;
    overflow: hidden
}

.inner-page .footer{
    padding: 0
}

.inner-page .footer-bottom{
    margin-top: 0px;
    background-color: #2983F3;
    color: #fff
}

.inner-page .footer-bottom p,.inner-page .footer-bottom a{
    color: #fff
}


.footer-fixed{
    position: fixed
}

.footer-cont{
    position: relative;
}

.inner-page .footer-cont{
    display: none
}

.footer-left-img, .footer-right-img{
    position: absolute;
    z-index: 100;
}

.footer-left-img{
    left: -295px;
    top: 0
}

.footer-right-img{
    bottom: 0;
    right: -152px;
}

.zindex11{
    z-index: 11
}

.footer-bottom{
    background-color: #fff;
        color: #717171;
    font-size: 13px;
    padding: 15px 0;
    margin-top: 70px;
     font-family: 'OpenSans';
}

.heading{
    text-align: center;
    line-height: 44px;
    margin-bottom: 35px
}
.heading span{
    font-size: 65px;
    color: #fff;

}
.heading span:first-child{
    font-family: 'Futura PT Book';
}

.about-left .heading span:last-child{
        color: #6d6d6d;
}

.heading span:last-child{
    font-family: 'Futura PT';
}


.sub-heading{
    line-height: 30px;
    margin-bottom: 35px
}
.sub-heading span{
    font-size: 30px;
    color: #fff;

}
.sub-heading span:first-child{
    font-family: 'Futura PT Book';
}

.sub-heading span:last-child{
    font-family: 'Futura PT';
}

.contact-image-left{display: none}

.contact-address{
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Futura PT Book';
    color: #fff;
    position: relative;
}

.contact-address ul{
    position: relative;
    z-index: 10;
}

.contact-address:after{
    position: absolute;
    left: 16px;
    bottom: 0;
    width: 2px;
    height: 100%;
    z-index:1;
    content: '';
    background-color: #fff
}

.contact-address ul li span{display: block}
.contact-address ul li{    
    position: relative;
    padding-left: 50px;
    margin-bottom: 33px;
}

.contact-address ul li i{
    position: absolute;
    left: 0;
    z-index: 12;
    display: block;
    background-image: url(../images/sprite-icon.png);
    background-repeat: no-repeat;
}

.location{
    width: 33px;
    height: 43px;
    background-position: -114px -84px;
    top: 7px;
}


.email{
    width: 35px;
    height: 27px;
    background-position: -112px -182px;
    top: 3px;
}

.number{
    width: 33px;
    height: 33px;
    background-position: -113px -235px;
    top: 1px;
}



.contact-address ul li:last-child{margin-bottom: 0px}

.footer-social-icon-cont{
    width: 100%;
    float: left;
    text-align: center;
        margin-top: 62px;
    padding-left: 50px;
    position: relative
}

.footer-social-icon-cont:after{
    position: absolute;
    left: 0px;
    top: 23px;
    width: 100%;
    height: 2px;
    z-index:1;
    content: '';
    background-color: #fff
}

.footer-social-icon-cont a{
    display: block;
    background-image: url(../images/sprite-icon.png);
    background-repeat: no-repeat;
    float: left;
    position: relative;
    z-index: 10;
    margin-right: 15px;
}

.footer-social-icon-cont a:last-child{
    margin-right: 0
}

.footer-social-icon-cont .imdb-btm{
    width: 94px;
    height: 48px;
    background-position: -24px -324px;
}

.footer-social-icon-cont .facebook-btm{
    width: 21px;
    height: 38px;
    background-position:-130px -329px; 
    margin-top: 5px;
}

.footer-social-icon-cont .twitter-btm{
    width: 44px;
    height: 37px;
    background-position:-171px -330px; 
    margin-top: 5px;
}

.footer-social-icon-cont .instagram-btm{
    width: 40px;
    height: 40px;
    background-position:-227px -328px; 
    margin-top: 5px;
}


.form-group input[type='text'],.form-group textarea,.form-group input[type='number']{
    width: 100%;
    float: left;
    height: 35px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    z-index: 1;
    position: relative;
    line-height: 35px;
    outline: none;
    font-family: 'OpenSans';
}
.form-group textarea{
    line-height: 34px !important;
}

.form-group{
    margin-top: 10px;
    position: relative;
    float: left;
    width: 100%;
}
.form-group:first-child{
    margin-top: 0
}

.form-group i{
    position: absolute;
    top: 7px;
    color: #fff;
    font-family: 'Futura PT Book';
    font-size: 22px;
    left: 0;
    z-index: 0
}
.focused i{
    top: -10px;
    font-size: 16px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    color: #fff;
    line-height: 18px;
}

.form-group input[type='text']:focus .placeholder{
    top: 0
}

.form-container{
    width: 100%;
    float: left;
    border-left: 2px solid #fff;
    padding-left: 30px;
}

.form-container .button{
    margin-top: 10px;
    width: auto
}
.form-container .button:hover{
    color: #2374da;
    background-color: #fff
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: all;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.contact .sub-heading span {
    font-size: 30px;
    color: #313131;
}
.contact .contact-address {
    color: #333;
}
.contact .contact-address:after {
    background-color: #d6d5d3;
    display: none;
}
.new-top {
    margin-top: 75px;
}
.contact  .footer-social-icon-cont:after {
    background-color: #d6d5d3;
    display: none;
}
.contact .form-container {
    border-left: 2px solid #d6d5d3;
}
.contact .form-group input[type='text'], .form-group textarea, .form-group input[type='number'] {
    width: 100%;
    float: left;
    height: 35px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d6d5d3;
    z-index: 1;
    position: relative;
    line-height: 35px;
    outline: none;
    color: #333333;
    font-family: 'OpenSans';
}

#home_contact_form .form-group textarea{
    color: #fff
}

.contact .contact-address ul {
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}

.contact-address .sub-heading{
    float: left;
    margin-top: 40px;
    width: 100%
}

.contact .footer-social-icon-cont {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: -7px;
    padding-left: 0;
    position: relative;
}
.contact .button {
    background-color: transparent;
}
.contact .form-group i {
    color: #333333;
}
.contact .button {
    border-color: #D2D0D1;
    color: #333333;
}
.contact  .button:hover {
    background-color: #2374da;
    color: #fff;
    border-color: #2374da;
}
.contact .location {
    background-position: -297px -84px;
}
.contact .email {
    background-position: -296px -184px;
}
.contact .number {
    background-position: -296px -235px;
}
.contact .footer-social-icon-cont .imdb-btm {
    background-position: -28px -411px;
    width: 85px;
}
.contact  .footer-social-icon-cont .facebook-btm {
    width: 24px;
    height: 38px;
    background-position: -125px -417px;
    margin-top: 5px;
}
.contact .footer-social-icon-cont .twitter-btm {
    background-position: -164px -418px;
    width: 48px;
}
.contact .footer-social-icon-cont .instagram-btm {
    background-position: -221px -416px;
}
.contact-me {
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
}
#home_contact_form input{
    color: #fff;
}

.val-error .error-msg {
    display: block;
}
.error-msg {
   position: absolute;
    right: 0px;
    top: 7px;
    background-color: #ff8181;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    display: none;
    font-family: 'OpenSans';
    border: 1px solid #f96666;

}

#circleG{
   width: 45px;
    margin: 37px 0 0 21px;
    float: left;
    display: none
}

.circleG{
    background-color:rgb(255,255,255);
    float:left;
    height:10px;
    margin-left:5px;
    width:10px;
    animation-name:bounce_circleG;
    -o-animation-name:bounce_circleG;
    -ms-animation-name:bounce_circleG;
    -webkit-animation-name:bounce_circleG;
    -moz-animation-name:bounce_circleG;
    animation-duration:2.24s;
    -o-animation-duration:2.24s;
    -ms-animation-duration:2.24s;
    -webkit-animation-duration:2.24s;
    -moz-animation-duration:2.24s;
    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;
    border-radius:6px;
    -o-border-radius:6px;
    -ms-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}

#circleG_1{
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}

#circleG_2{
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#circleG_3{
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

.result-message,.result-message2 {
       background-color: #3DDC9A;
    color: #fff;
    text-align: left;
    padding: 10px 10px;
    margin-top: 30px;
    display: none;
    width: 100%;
    float: left;
    font-size: 20px;}
.result-message2{margin-top: 0}

/* Error Box */
.error-box {
    padding: 0px 0px 60px;
    text-align: center;
}
.error-box h3{color: #333;font-size: 258px;}
.error-box p{text-align: center;font-size: 18px}
/* Error Box ends */



@keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-o-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-ms-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-webkit-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-moz-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}
.input-cont {
    position: relative;
}
/* ....................................................................................................  */
/* Footer Section Ends */



/* ....................................................................................................  */
/* Magnific Popup Starts */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }


/* ....................................................................................................  */
/* Magnific Popup Ends */










































