@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,700,800|Domine:400,700');




html, body {
    width: 100%;
    height: 100%;
}
* {
    outline: none!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none!important;
}
body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    font-family: 'Domine', serif;
}
header, footer, section {
    float: left;
    width: 100%;
    position: relative;
}

header{
    padding: 40px 50px;
    text-align: center;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.08);
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

header .burger_icon{
    float: left;
    padding: 7px 0px;
}

header .logo{
    display: inline-block;
    width: 170px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}

header .logo a{
    display: inline-block;
}

header .logo a img{
    display: inline-block;
    width: 100%;
    height: 40px;
}

header .header_social{
    float: right;
}

header .header_social a{
    display: inline-block;
    padding: 5px;
}

.header_social a svg {
    fill: #000;
    height: 26px;
}

.header_social a svg .a{
    transition: all .5s ease;
}


.header_social a:first-child:hover svg .a{
    fill: #4064ac;
}

.header_social a:last-child:hover svg .a{
    fill: #1d9ceb;
}

.content{
    margin-top: 90px;
    overflow-x: hidden;
}

.banner .container{
    padding: 0!important;
}

.content .container{
    width: 995px;
}

.content .container .content_text{
    width: calc(100% - 300px);
    padding-right: 40px;
}

.content .container .content_text p{
    margin: 0;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 29px;
}

.content .container .content_text .special_txt{
    border-left: 4px solid #ff0068;
    margin-left: 50px;
    padding-left: 30px;
}

.content .container .content_text .special_txt p{
    color: #ff0068;
    font-size: 31px;
    line-height: 45px;
}

.side_pics{
    position: absolute;
    max-width: 340px;
}

.top_left{
    top: 0;
    left: -120px;
}

.mid_right{
    right: -30px;
    top: 50%;
}

.bottom_left{
    bottom: 0;
    left: -109px;
}

footer{
    padding: 40px 0;
    -webkit-box-shadow: 0px -12px 24px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px -12px 24px 0px rgba(0,0,0,0.08);
    box-shadow: 0px -12px 24px 0px rgba(0,0,0,0.08);
}

.copyright{
    float: left;
    padding: 14px 0;
    line-height: 1;
}

.copyright p{
    margin: 0;
}

.foot_logo{
    float: right;
}

.foot_logo a{
    display: inline-block;
}

.banner{
    background-image: url("../images/banner_new.jpg");
    width: 100%;
    height: calc(100% - 114px);
    /*background-position: right -63px;*/
    background-position: right;
    margin-top: 114px;
    background-repeat: no-repeat;
}

.banner .container{
    position: relative;
    height: 100%;
}

.banner .banner_content{
    float: left;
    width: 445px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -140px;
}

.banner .banner_content h3{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    background-color: #ff0062;
    padding: 25px 30px;
    font-size: 54px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    line-height: 63px;
    margin-bottom: 20px;
    font-family: 'Barlow Condensed', sans-serif;

}

.banner .banner_content h3 span{
    font-weight: 300;
}

.banner .banner_content h4{
    color: #000;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Barlow Condensed', sans-serif;
}

.banner .banner_content h4 span{
    font-weight: 700;
    border-bottom: 3px solid;
}

.banner .banner_content h6{
    width: 100%;
    float: left;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
    font-family: 'Barlow Condensed', sans-serif;
}

.banner .banner_content h6 span{
    font-weight: 700;
}

.banner .banner_content a{
    width: 100%;
    float: left;

}

.banner .banner_content a img{
    float: left;
    padding-right: 10px;
}

.banner .banner_content a p{
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    float: left;
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
    line-height: 1;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 2px;
}

.banner .banner_content a p span{
    font-weight: 300;

}

.down_btn {
    animation: MoveUpDown 1s linear infinite;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
@keyframes MoveUpDown {
0% {
    bottom: 0;
}
50% {
    bottom: 6px;
}
100% {
    bottom: 0;
}
}

.dwn_main{
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.gallery{
    margin: 40px 0;
}

.section_heading{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

.section_heading h2{
    margin: 0;
    display: inline-block;
    font-size: 65px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    color: #ff0068;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section_heading h2 span{
    font-weight: 700;
}

.gallery .image_gallery{
    width: 100%;
    float: left;
    margin-top: 40px;
}

.gallery .image_gallery ul{
 width: 101%;
    padding: 0;
    margin: 0;
    margin: 0 -0.5%;
    float: left;
}

.gallery .image_gallery ul li{
    width: 16.64%;
    margin: 0;
    display: inline-block;
    float: left;
    padding: 0 0.5%;
    padding-bottom: 12px;
}

.gallery .image_gallery ul li a{
    display: inline-block;
    border-radius: 18px;
    overflow: hidden;
}
.gallery .image_gallery ul li:first-child{
    width: 33.3%;
}
.video-p-container{
    width: 536px;
    margin: 0 auto;
}
.vidz{
    width: 101%;
    padding: 0;
    margin: 0;
    float: left;
    margin: 40px -0.5% 0;
    text-align: center;
}

.vidz a{
    width: 50%;
    padding: 0 0.5%;
    position: relative;

}

.vidz a img{
    border-radius: 15px;
}

.vidz a .vid_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
    background-color: rgba(81,81,80,0.7);
    text-align: center;
}

.vidz a .vid_btn img{
    width: 28px;
    height: 56px;
}

.side_bar_menu{
    width: 320px;
    position: absolute;
    top: 0;
    left: -320px;
    height: 100%;
    z-index: 3;
    position: fixed;
    background-color: rgba(255,255,255,0.7);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    overflow: auto;

}

.side_bar_right{
    left: 0;

}

.side_bar_menu ul{
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    height: calc(100% - 58px);
}

.side_bar_menu ul li{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #d9d5cc;
}

.side_bar_menu ul li a{
    width: 100%;
    float: left;
    padding: 15px 44px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
}

.side_bar_menu .cross{
    width: 100%;
    text-align: right;
    padding: 4px 20px;
}

.side_bar_menu .cross a{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 35px;
    color: #9ba7ae;
}

.overlay_close{
    width: 100%;
    height: 100%;
    float: left;
    background-color: transparent;
    z-index: -1;
    position: fixed;
}

.over_empty{
    z-index: 2;
}

.credits {
    padding: 40px 30px;
    text-align: center;
    padding-top: 0;
}

.credits p {
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    text-transform: capitalize;

}

.credits p span {
    font-weight: 600;
}

.credits p:last-child {
    margin: 0;
}

@media screen and (max-width: 1920px) {
    .banner{
        background-size: cover;
    }
}

/*@media screen and (max-width: 1366px) {
    .banner{
        background-size: inherit;
    }
}*/


@media screen and (max-width: 1300px) {
    .content .container {
        width: 850px;
    }

}
/*@media screen and (max-width: 1200px){
    .banner{
        !*background-size: 100%;*!
        background-position: top right;
    }
}*/

@media screen and (max-width: 1150px) {
    .side_pics {
        max-width: 300px;
    }
}

@media screen and (max-width: 1120px) {
    .side_pics{
        display: none;
    }

    .content .container{
        width: 970px;
    }
}

@media screen and (max-width: 1000px) {
    .content .container{
        width: 100%;
    }
    .content .container .content_text {
        width: 100%;
        padding: 0 60px;
    }
}


@media screen and (max-width: 800px) {
    .banner .banner_content {
        width: 353px;
    }

    .banner .banner_content h3 {
        padding: 15px 20px;
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .banner .banner_content h4 {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 780px) {
    .banner .banner_content {
        left: 50%;
        top: auto;
        transform: translate(-50%,0);
        bottom: 100px;
        text-align: center;
    }

    .banner .banner_content h4{
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .gallery .image_gallery ul li:first-child {
        width: 40.3%;
    }
    .gallery .image_gallery ul li {
        width: 19.9%;
    }
}

@media screen and (max-width: 700px) {
        .dwn_main{
            display: none;
        }
}

@media screen and (max-width: 610px) {
    /*.banner .banner_content {
        bottom: auto;
        top: 50%;
    }*/
    .dwn_main {
        bottom: 35px;
    }

    footer{
        text-align: center;
    }

    .foot_logo, .copyright{
        float: none;
    }

    .foot_logo a:first-child img {
        margin-right: 20px !important;

    }

    .banner{
        /*height: inherit;*/
        background-size: cover;
        /*New code*/
        background-position: 61%;
    }
    header{
        padding: 40px 30px !important;
    }
    .content {
        margin-top: 50px;
    }

    .content .container .content_text {
        padding: 0 30px;
    }
    .section_heading h2 {
        font-size: 50px;
        letter-spacing: 2px;
    }

    .section_heading{
        margin: 0;
    }

    .gallery{
        margin-top: 0;
    }

    footer{
        padding: 20px;
    }

    .content .container .content_text .special_txt p {
        font-size: 22px;
        line-height: 33px;
    }
    .content .container .content_text .special_txt {
        border-left: 4px solid #ff0068;
        margin-left: 20px;
        padding-left: 15px;
    }
}


@media screen and (max-width: 580px) {
    .video-p-container{
        width: 100%;
    }
   /* .dwn_main {
        display: none;
    }*/
}

@media screen and (max-width: 500px) {
    /*.banner .banner_content {
        top: 50%;
        transform: translate(-50%,-15%);
    }*/
}

@media screen and (max-width: 480px) {
    .banner .banner_content {
        width: 250px;
    }
    .banner .banner_content h3 {
        padding: 15px 20px;
        font-size: 43px;
        line-height: 45px;
    }

    .banner .banner_content h4 {
        font-size: 22px;
    }
    .gallery .image_gallery ul li:first-child {
        width: 50.3%;
    }
    .gallery .image_gallery ul li {
        width: 24.6%;
        padding-bottom: 8px;
    }
    footer {
        padding: 0px;
    }

    footer .foot_logo a img{
        margin: 0;
    }
    footer .foot_logo a:first-child img{
        margin-right: 10px;
}

    .dwn_main{
        display: block;
    }

    .banner {
        background-position: 65%;
    }

}

@media screen and (max-width: 430px) {
    .header_social{
        display: none;
    }

}



@media screen and (max-width: 360px) {
    /*.banner {
        background-position: -375px top;
        !* background-position: center center; *!
    }*/
    header {
        padding: 40px 20px !important;
    }
}


