@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: Blockletter;
    src: url(../fonts/Blockletter.otf);
}

@font-face {
    font-family: Decalotype-Bold;
    src: url(../fonts/Decalotype-Bold.ttf);
}

@font-face {
    font-family: Decalotype-Light;
    src: url(../fonts/Decalotype-Light.ttf);
}

@font-face {
    font-family: Decalotype-SemiBold;
    src: url(../fonts/Decalotype-SemiBold.ttf);
}

@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}

header.main_nav {
    background-color: black;
    padding-bottom: 20px;
}

p {
    font-family: 'Lato-Regular';
}

label {
    font-family: 'Lato-Regular'
}

li {
    font-family: 'Lato-Regular'
}

h1 {
    font-family: 'Roboto-Medium';
}

h2 {
    font-family: 'Roboto-Medium';
}

h3 {
    font-family: 'Roboto-Medium';
}

h4 {
    font-family: 'Roboto-Medium';
}

h5 {
    font-family: 'Roboto-Medium';
}

.select_checkbox span {
    font-family: 'Lato-Regular';
}

body {
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/bright-squares.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

p {
    color: #595959;
    font-size: 17px;
}

.pt-3 { padding-top: 15px; }

.main_logo img {
    width: 100%;
    margin: 0 auto;
    padding-top: 26px;
}

ul.navbar-nav {
    float: right;
    padding-top: 15px;
}

ul.navbar-nav li a {
    color: #cfcece;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 28px;
    -webkit-transition-duration: .4s, .3s;
    -moz-transition-duration: .4s, .3s;
    -o-transition-duration: .4s, .3s;
    transition-duration: .4s, .3s;
}

ul.navbar-nav li a:hover {
    color: #23a4a6;
    /*border-top:2px solid #23a4a6;*/
}

.maac_logo {
    position: absolute;
    right: -15px;
    width: 20%;
}

.maac_logo img {
    width: 150px;
    margin-left: 20px;
}

.maac_logo:before {
    content: '';
    background-image: url(../images/border-left.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 49px;
    position: absolute;
    top: 0;
    left: -20px;
}

.maaclogo img {
    position: absolute;
    right: -13px;
    top: -8px;
}

nav.main_menu ul li a i {
    padding-left: 10px;
}

nav.add-info ul li {
    display: inline;
}

.subcatagories {
    background: #fff;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 15px;
    border-top: 3px solid #23a4a6;
}

.subcatagories li {
    border-bottom: 1px solid #474747;
}

.submenu ul li {
    border-bottom: 1px solid #474747 !important;
}

.subcatagories li:last-child {
    border-bottom: 0px solid #ccc;
}

.subcatagories li a {
    color: #000 !important;
    padding-top: 10px !important;
    padding-bottom: 10px;
}

.subcatagories li a:hover {
    border-top: none !important;
    color: #23a4a6 !important;
}

.dropdown:hover .subcatagories {}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11111;
}

header .col-md-8 {
    padding-right: 0px;
}

.navbar-collapse {
    padding-right: 0px;
}

.24fps_global {
    padding-left: 0px;
    margin-top: 25px;
}

.mv_banner {
    /*background-image: url(../images/banner2.jpg);
	height: 680px;
	background-size: cover;
	background-position: center;
	width: 100%;*/
}

div.fadeShow-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #181818;
    overflow: hidden
}

.mv_partners {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

div.fadeShow-container div.image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -webkit-transition: opacity 1.5s ease-in-out;
    opacity: 0
}

div.fadeShow-container div.image.fillHeight {
    background-size: auto 100%
}

div.fadeShow-container div.image.active {
    z-index: 3;
    opacity: 1
}

div.fadeShow-container div.image.inactive {
    z-index: 2;
    opacity: 0
}

div.fadeShow-container div.image img {
    width: 100px;
    display: none
}

.mv_title img {
    position: absolute;
    top: 150px;
    right: 80px;
    width: 200px;
    display: none;
}

.background {
    background: #333;
    position: absolute;
    width: 100%;
    height: 670px;
    top: 0;
    left: 0;
    z-index: -1;
}

.mv_title {}

.mv_title h1 {
    color: #f5ac65;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

.mv_title h5 {
    color: #fff;
}

.homepage_about p {
    font-size: 18px;
}

.homepage_about {
    background-image: url(../images/bg-timeline.png);
    background-position: 69% 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.homepage_about h3 {
    color: #c66f1b;
    padding-top: 15px;
    font-weight: bold;
    font-size: 26px;
    font-family: 'Josefin Sans', sans-serif;
}


/*.black_overlay
{
	background:#000;
	position:absolute;
	top:0px;
	width:100%;
	
}*/

.homepage_about h3 span {
    color: #454545;
}

.main_heading {
    padding: 7px;
    height: 250px;
}

.jury_title {
    background: #272727;
    color: #fff;
}

.jury_title p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 0px;
}

.jury_title_overlay p {
    text-transform: capitalize;
}

.jury_title_overlay h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.jury_title h3 {
    padding-left: 0px;
    margin-top: 6px;
    margin-bottom: 14px;
    font-weight: bold;
}

.mv_jury {
    display: inline-block;
    width: 100%;
}


/*carouseller.js 0.3b https://github.com/shrue348/responsive.carouseller Open source under the MIT License. Copyright © 2015 Aleksander Alekseev All rights reserved.*/

.carouseller:before,
.carouseller:after {
    content: " ";
    display: table;
}

.carouseller:after {
    clear: both;
}

.carouseller [class*="span"] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carouseller [class*="span"]:first-child,
.carouseller [class*="span"]:first-child {
    margin-left: 0 !important;
}

.carouseller>.carousel-wrapper>.carousel-items>.span_by5 {
    width: 1.793789743589745%;
}

.carouseller>.carousel-wrapper>.carousel-items>.span12 {
    width: 10%;
}

.carouseller>.carousel-wrapper>.carousel-items>.span6 {
    width: 4.8837948717948715%;
}

.carouseller>.carousel-wrapper>.carousel-items>.span4 {
    width: 3.1703931623931625%;
}

.carouseller>.carousel-wrapper>.carousel-items>.span3 {}

.carouseller>.carousel-wrapper>.carousel-items>.span2 {
    width: 1.452991452991453%;
}

.carouseller>.carousel-wrapper>.carousel-items>.span1 {
    width: 0.5982905982905983%;
}


/*------Carouseller--------*/

.carouseller {
    position: relative;
}

.carouseller .carousel-items {
    position: relative;
    width: 997.4358974358974%;
}

.carouseller .carousel-block {
    display: inline-block;
    position: relative;
}

.carouseller .carousel-block:nth-child(n+7) {
    display: none;
}

.carouseller .carousel-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 0px
}

.carouseller .carousel-button-left,
.carouseller .carousel-button-right {
    position: absolute;
    margin: 0;
    bottom: 25px;
    background: none repeat scroll 0 0 transparent;
    font-size: 25px;
    opacity: 1;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.carouseller .carousel-button-left {
    right: 38px;
    top: -37px;
    outline: 0;
    height: 40px;
}

.carouseller .carousel-button-right {
    right: 5px;
    top: -37px;
    outline: 0;
    height: 40px;
}

.carouseller .carousel-button-left:hover,
.carouseller .carousel-button-right:hover {
    opacity: 0.8;
}

.carousel-block {
    text-align: center;
}


/*vote css start*/

.btn.vote {
    flex: 1;
    background: #404040;
    padding: 20px 30px;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    margin: 5px;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn.vote:hover,
.btn.vote:focus,
.btn.vote.focus {
    color: #fcd96a;
    text-decoration: none;
    box-shadow: 1px 2px 3px;
}

.btn-vote {
    background: #fcd96a;
    color: #404040;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    padding: 4px 18px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    //    width: 9rem;
}

.btn-vote:hover,
.btn-vote:focus,
.btn-vote.focus {
    background: #fcd96a;
    color: #404040;
    opacity: 0.9;
}

.all-cate {
    color: #ababab;
    text-decoration: underline;
}

.all-cate:hover {
    color: #f4ad20;
}

.student-dv {
    border-radius: 8px;
    margin: 15px;
    padding: 0;
    box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.8);
    background: #271d1c;
    display: flex;
}

.studentname {
    text-align: center;
    color: #fcd96a;
    background: #2b1d1c;
    padding: 0;
}

.center {
    text-align: center;
    color: #fff;
    background: #271d1c;
    padding: 0;
}

.student-dv div {
    flex: 1;
}


/*.stu-div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}*/

.stu-div {}

.pl-0 {
    padding-left: 0;
    padding-right: 0;
}


/*vote css end*/


/*------Responsive-----------*/


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
    .carouseller>.carousel-wrapper>.carousel-items>.span_by5,
    .carouseller>.carousel-wrapper>.carousel-items>.span12,
    .carouseller>.carousel-wrapper>.carousel-items>.span6,
    .carouseller>.carousel-wrapper>.carousel-items>.span4,
    .carouseller>.carousel-wrapper>.carousel-items>.span3,
    .carouseller>.carousel-wrapper>.carousel-items>.span2,
    .carouseller>.carousel-wrapper>.carousel-items>.span1 {
        width: 3.1623931623931625%;
        *width: 3.1570740134569924%;
    }
}


/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    .carouseller>.carousel-wrapper>.carousel-items>.span_by5,
    .carouseller>.carousel-wrapper>.carousel-items>.span12,
    .carouseller>.carousel-wrapper>.carousel-items>.span6,
    .carouseller>.carousel-wrapper>.carousel-items>.span4,
    .carouseller>.carousel-wrapper>.carousel-items>.span3,
    .carouseller>.carousel-wrapper>.carousel-items>.span2,
    .carouseller>.carousel-wrapper>.carousel-items>.span1 {
        width: 4.8717948717948715%;
        *width: 4.8664757228587014%;
    }
}


/* Landscape phones and down */

@media (max-width: 480px) {
    .carouseller>.carousel-wrapper>.carousel-items>.span_by5,
    .carouseller>.carousel-wrapper>.carousel-items>.span12,
    .carouseller>.carousel-wrapper>.carousel-items>.span6,
    .carouseller>.carousel-wrapper>.carousel-items>.span4,
    .carouseller>.carousel-wrapper>.carousel-items>.span3,
    .carouseller>.carousel-wrapper>.carousel-items>.span2,
    .carouseller>.carousel-wrapper>.carousel-items>.span1 {
        width: 10%;
        *width: 9.94680851063829%;
    }
}


/* This can be deleted */

.carousel-block {
    width: 253px;
}

.carouseller {
    margin-bottom: 20px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.carousel-block img {
    height: 250px;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel-block {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.carousel-block:hover .overlay {
    display: block;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}

.carousel-block:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.overlay {
    bottom: 0;
    background: #FCD96A;
    position: absolute;
    width: 100%;
    height: 90px;
    display: none;
    -webkit-transition-duration: .4s, .3s;
    -moz-transition-duration: .4s, .3s;
    -o-transition-duration: .4s, .3s;
    transition-duration: .4s, .3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
}

.overlay_title {
    padding-left: 10px;
    padding-right: 10px;
}

.overlay h3 {
    color: #3B3B3B;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.overlay p {
    color: #363535;
}

.carousel-button-right i {
    background: #FCD96A;
    color: #717171;
    height: 30px;
    width: 30px;
    padding-top: 3px;
}

.carousel-button-left i {
    background: #FCD96A;
    color: #717171;
    height: 30px;
    width: 30px;
    padding-top: 3px;
}

.partner_title {
    width: 80%;
    margin: 0 auto;
}

.partner_title h5 {
    text-align: center;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

.partner_title h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

.partner_title p {}

.our_partner .col-md-4 img {
    margin: 0 auto;
    width: 150px;
}

.our_partner .col-md-3 img {
    margin: 0 auto;
    width: 60%;
    height: auto;
}

.our_partner .col-md-4 {}

.our_partner .col-md-3 {
    height: 140px;
}

.our_partner {
    padding-top: 50px;
}

.gallery .col-md-4 {
    padding: 0;
}

.gallery .gallery_title {
    background: #272727;
    color: #fff;
    text-align: center;
    padding-top: 55px;
    height: 286px;
}

.gallery .gallery_title h2 {
    font-family: 'Dancing Script', cursive;
}

.line {
    background: #fff;
    height: 1px;
    width: 35px;
    margin: 0 auto;
}

.gallery_title .view_bttn {
    color: #fff;
    border: 1px solid #fff;
    outline: 0;
    text-decoration: none;
    padding: 4px 45px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 25px;
}

.gallery_title .view_bttn:hover {
    background: #fff;
    color: #000;
    border: ;
    -webkit-transition-duration: .4s, .3s;
    -moz-transition-duration: .4s, .3s;
    -o-transition-duration: .4s, .3s;
    transition-duration: .4s, .3s;
}

footer {
    background: #26272D;
    color: #fff;
}

.footer_logo {
    width: 200px;
    padding-top: 10px;
}

.footer_bottom {
    border-top: 1px solid #3f3f3f;
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
}

.about_maac24fps {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer_bottom p {
    color: #8d8d8d;
}

.no_padding_right {
    padding-right: 0px;
}

.no_padding_left {
    padding-left: 0px;
}

.social ul {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 20px;
    float: right;
}

.social ul li {
    display: inline-block;
    border: 1px solid #5a5a5a;
    height: 40px;
    width: 40px;
    margin-left: 20px;
    padding-top: 10px;
    cursor: pointer;
    -webkit-transition-duration: .4s, .3s;
    -moz-transition-duration: .4s, .3s;
    -o-transition-duration: .4s, .3s;
    transition-duration: .4s, .3s;
}

.social ul li:hover {
    background: #fff;
}

.social ul li:hover a {
    color: #000;
}

.about_maac24fps .col-md-5 p {
    padding-top: 36px;
    color: #b0b0b0;
    padding-left: 10px;
}

.social ul li a {
    color: #5a5a5a;
}

.bottom_links ul li {
    margin-right: 45px;
    margin-bottom: 5px;
}

.bottom_links ul {
    padding-bottom: 20px;
    padding-left: 0;
}

.bottom_links ul li a {
    color: #b0b0b0;
    text-decoration: none;
    -webkit-transition-duration: .4s, .3s;
    -moz-transition-duration: .4s, .3s;
    -o-transition-duration: .4s, .3s;
    transition-duration: .4s, .3s;
}

.bottom_links ul li a:hover {
    color: #FCD96A;
    padding-left: 10px;
}

.section1 {
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 15px;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
}

.about_banner {
    background-image: url(../images/inner-bg-img.jpg);
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 10px 0 10px;
    font-family: Decalotype-Bold;
}

.about_border_bottom {
    width: 100px;
    margin: 0 auto;
    background: #A47740;
    height: 3px;
    border-radius: 10px;
    display: none;
}

.about_banner .about_title h2 {
    font-size: 36px;
}

.middle_content {
    padding-top: 15px;
    padding-bottom: 50px;
    background-image: url(../images/img1675.jpg);
    background-size: cover;
    color: #fff;
}

.content p {
    color: #fff;
}

.middle_content .col-md-5 img {
    padding-top: 6px;
    height: 380px;
}

.middle_content .col-md-12 h1 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
    color: #FCD96A;
    line-height: 1.3;
}

.middle_content .col-md-12 p {
    color: #fff;
    text-align: justify;
}

.milestons {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    /*border-bottom: 1px solid #2c2c2c;*/
}

.milestons ul li img {
    width: 15px;
    margin-right: 20px;
    position: absolute;
    left: -25px;
    top: 5px;
}

.milestons ul li {
    font-size: 17px;
    margin-bottom: 12px;
    margin-left: 15px;
    position: relative;
    font-weight: 100;
    color: #dadada !important;
}

.hrlinebottom{
    border-bottom: solid 1px #2c2c2c; width: 100%; border-top: none;
}

.milestons h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.milestons h4 {
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.milestons ul li span {
    font-weight: bold;
}

ul {
    list-style-type: none;
}

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url('..images/sprites.gif') no-repeat center center;
}

.bullet {
    background: #757474;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 18px;
    margin-top: 6px;
    position: relative;
}

.bullet::after {
    content: '';
    position: absolute;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #757474;
    left: 20px;
    top: 4px;
}

.subcatagories li {
    position: relative;
}

.subcatagories li.first-child:hover .sub_menu {
    display: block !important;
}

.subcatagories li.first-child a i {
    padding-left: 20px;
}

.sub_menu {
    position: absolute;
    left: 165px;
    top: -3px;
    width: 175px;
    background: #fff;
    padding: 10px;
    border-top: 3px solid #23a4a6;
    display: none;
    -webkit-transition-duration: .4s, .3s;
    -moz-transition-duration: .4s, .3s;
    -o-transition-duration: .4s, .3s;
    transition-duration: .4s, .3s;
}

.vt_21 {
    padding-left: 4px;
    margin-top: 20px;
}

.vt_21 li img {
    width: 15px !important;
    float: left;
    margin-top: 5px;
}

.vt_21 li p {
    color: #dadada !important;
    font-size: 17px;
    font-weight: 100;
}

.sub_menu ul {
    padding-left: 0;
}

.sub_menu ul li a {
    text-decoration: none;
}

.maac_middle_content {
    position: relative;
}

.maac_middle_content .col-md-5 {
    background: #152229;
    position: absolute;
    right: 90px;
    padding: 5px 40px 30px 40px;
    top: 25px;
}

.maac_middle_content .col-md-5 h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 18px;
}

.maac_middle_content .col-md-5 p {
    color: #fff;
}

.maac_middle_content .col-md-7 {
    padding-left: 0px;
    padding-right: 0px;
}

.maac_middle_content .col-md-7 img {
    height: 442px;
    padding-top: 0px !important;
}

.global_title {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.main_title ul.24fps_global {
    padding-left: 0px !important;
}

.main_title ul.global_rec {
    padding: 60px;
}

.main_title ul li img {
    width: 20px;
    float: left;
}

.main_title ul li p {
    display: flex;
    margin-left: 30px;
}

.main_title ul li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Lato', sans-serif;
}

.main_title ul li:hover {
    color: #333;
    -webkit-transition-duration: .4s, .3s;
    -moz-transition-duration: .4s, .3s;
    -o-transition-duration: .4s, .3s;
    transition-duration: .4s, .3s;
}

.global_content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60%;
}

.global_title h2 {
    font-weight: bold;
}

.top_header {
    height: 35px;
    background: #FCD96A;
}

.top_header p {
    margin: 0;
    padding-top: 5px;
    color: #3f3d3d;
    font-size: 15px;
    height: 35px;
    border-right: 1px solid #989191;
}

i {
    padding-left: 5px;
    padding-right: 5px;
}

.color_overlay {
    color: #FCD96A !important;
}

.color_overlay1 {
    color: #AE8810;
}

.top_social_icon ul li {
    display: inline-block;
    padding-top: 7px;
    border-left: 1px solid #474747;
    text-align: center;
    padding-left: 6px;
    height: 34px;
    padding-right: 6px;
}

.top_social_icon ul li:last-child {
    border-right: 1px solid #474747;
}

.top_social_icon ul li a {
    color: #000;
    text-decoration: none;
    -webkit-transition-duration: .4s, .3s;
    -moz-transition-duration: .4s, .3s;
    -o-transition-duration: .4s, .3s;
    transition-duration: .4s, .3s;
}

.top_social_icon ul li a:hover {
    color: #23a4a6;
}

.subcatagories li::after {
    content: "x";
    display: none;
}

.mv_unic {
    display: inline-block;
    width: 100%;
}

.mv_unic img {
    width: 500px;
    margin: 0 auto;
}

.UnicAssociation {
    background-image: url(../images/img1675.jpg);
    padding-top: 138px;
    width: 100%;
    padding-bottom: 138px;
}

.UnicAssociation .col-md-6 {}

.UnicAssociation .mv_unic_title {
    background: #fff;
    padding: 20px;
    border-left: 5px solid #FCD96A;
}

.jury_member .col-md-4 img {
    margin: 0 auto;
    border-radius: 50%;
}

.jury_member .col-md-4 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.jury_member .col-md-10 {
    background: #e7e7e7;
    border-bottom: 1px solid #23A4A6;
}

.IndustryLeader_title {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
}

.IndustryLeader_title h3 {
    font-weight: bold;
    text-transform: uppercase;
}

.jury_member .col-md-8 h4 {
    font-weight: bold;
    margin-bottom: 30px;
}

.jury_member .col-md-8 h5 {
    font-weight: bold;
    color: #53585c;
}

.jury_member .col-md-8 {
    padding-top: 20px;
}

.IndustryLeader {
    padding-bottom: 40px;
}

.sponsers {
    background-image: url(../images/img1675.jpg);
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    background-position: 100% 100%;
    background-size: cover;
    text-align: center;
}

.sponsers h2 {
    font-size: 36px;
    text-transform: capitalize;
}

.partners_details {
    padding-bottom: 50px;
    background: #fff;
}

.partners_details-title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.partners_details-title h4 {
    margin: 0;
}

.partners_details-title h2 {
    margin-bottom: 25px;
}

.partners_details .col-md-4 h3 {
    background: #FCD96A;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #595959;
}

.partners_details .col-md-4 h3:after {
    content: '';
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FCD96A;
    top: 28px;
    left: 40px;
}


/*.partners_details .col-md-4 .mediapartner {
	color:#D41A23;
}
.partners_details .col-md-4 .supportingpartner {
	color:#8BC340;
}*/

.partners_details .col-md-4 h3 {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.partners_details .col-md-4 img {
    margin: 0 auto;
    width: 50%;
    margin-bottom: 20px;
    display: block !important;
    margin-top: 15px;
    -webkit-transition-duration: .4s, .3s;
    -moz-transition-duration: .4s, .3s;
    -o-transition-duration: .4s, .3s;
    transition-duration: .4s, .3s;
    cursor: pointer;
}

.partners_details .col-md-4 {
    padding-bottom: 20px;
    position: relative;
}

.main_info1 {
    position: relative;
}

.main_info1_overlay {
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    color: #fff;
    text-align: center;
    padding-top: 70px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
}

.partners_details .col-md-4:hover .main_info1_overlay {
    display: block !important;
}

.partners_details .col-md-4:hover img {
    opacity: 1 !important;
}

.main_info {
    -webkit-transition-duration: .4s, .3s;
    -moz-transition-duration: .4s, .3s;
    -o-transition-duration: .4s, .3s;
    transition-duration: .4s, .3s;
    min-height: 170px;
    padding-top: 1px;
    background: #efefef;
    box-shadow: 2px 2px 3px 0px #d2d2d2;
}

.reg_submit_bttn:hover {
    background: #D86F6F;
    transition: all 0.3s ease-in-out 0s;
}

button:hover {
    background: #D86F6F;
    transition: all 0.3s ease-in-out 0s;
}

.technicalpartner_img {
    padding-top: 50px;
}

.Tablet_img {
    width: 35% !important;
    padding-top: 10px;
}

.Associate_img {
    padding-top: 25px;
}

.Service_img {
    padding-top: 40px;
    width: 60% !important;
}

.Service1_img {
    padding-top: 10px;
    width: 60% !important;
    margin-top: 1px !important;
}

.main_info2 h4 {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #534c4c;
    padding-left: 8px;
}

.Screening_img {
    padding-top: 25px;
}

.OnlineMedia_img {
    padding-top: 35px;
}

.filtr-item {
    padding: 1rem;
}

.item-desc {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

.simplefilter li,
.multifilter li,
.sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem 2rem;
}

.simplefilter li {
    background-color: #585858;
}

.simplefilter li.active {
    background-color: #FCD96A;
    color: #000;
}

.multifilter li {
    background-color: #4b9eff;
}

.multifilter li.active {
    background-color: #2265b4;
}

._vt24fps_gallery {
    background: #fff;
    padding-top: 50px;
}

.gallery_banner {
    background-image: url(../images/gallery_bg2.jpg);
    background-size: cover;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
    background-position: center;
}

.gallery_banner h3 {
    color: #fff;
    border-bottom: 1px solid #545454;
    font-size: 50px;
    padding-bottom: 15px;
    width: 51%;
    margin-left: 10%;
}

.gallery_banner h4 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    padding-top: 13px;
    font-size: 24px;
    margin-left: 10%;
}

.subcatagories:after {
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    left: 20px;
    top: 0px;
}

.map {
    border-top: 1px solid #ECECEC;
    position: relative;
}

.contact_us {
    padding-top: 50px;
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
    background: #fff;
}

.contact_us_head {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.overlay_map {
    background: #26272D;
    opacity: 0.6;
    position: absolute;
    top: 0;
    height: 380px;
    width: 100%;
}

.call {
    text-align: center;
}

.call p {
    padding-top: 25px;
    font-size: 22px;
}

.email {
    text-align: right;
}

.email p {
    padding-top: 25px;
    font-size: 22px;
}

.address {
    text-align: left;
}

.address p {
    padding-top: 30px;
}

.contact_us_head img {
    margin: 0 auto;
    width: 3%;
    padding-bottom: 20px;
}

.contact_form .col-md-4 input {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbcbcb;
    color: #000;
    margin-bottom: 10px;
}

.contact_form .col-md-4 input:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.contact_form .col-md-12 textarea:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.contact_form .col-md-12 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbcbcb;
    color: #000;
    margin-bottom: 10px;
}

.contact_form {
    padding-bottom: 50px;
    padding: 60px;
}

.contact_form button {
    background: #AD4747;
    color: #fff;
    padding: 6px 25px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    margin-left: 16px;
}

.mv_contact {
    background-image: url(../images/6835122-blur.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.contact_form form {}

.testi .col-md-12 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.author_img {
    background: #DEDEDE;
    width: 150px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 10px;
    height: 185px;
    -ms-transform: rotate(-5deg);
    /* IE 9 */
    -webkit-transform: rotate(-5deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
    position: relative;
}

.author_img .img2 {
    position: absolute;
    top: -12px;
    left: 60px;
    width: 23px;
}

.testi .col-md-3 img1 {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.testi .col-md-8 h3 {
    text-align: left;
    font-weight: bold;
}

.testi .col-md-8 h4 {
    text-align: left;
    font-size: 14px;
    color: #7F0F48;
}

.testi .col-md-8 p {
    font-style: italic;
}

.col-md-9 p span i {}

.testi {
    display: inline-block;
    width: 100%;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
    box-shadow: -2px 0px 7px 3px #f1c40f;
    border-radius: 30px;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    border-radius: 30px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.testimonial_head h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

.testimonial_head h3 {
    text-align: center;
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 0px;
    padding-bottom: 35px;
    margin-top: 10px;
}

.testimonial_head img {
    margin: 0 auto;
    width: 30px;
}

.col-md-12 iframe {}

.bx-controls-direction {
    display: none;
}

.bx-wrapper:hover .bx-controls-direction {
    display: block;
}

.main_nav {
    display: block;
    z-index: 999;
    /*14/11/19*/
}

.mobile_nav {
    display: none;
    height: 39px;
    background: #000;
    z-index: 111111;
    position: fixed;
    top: 0;
}

.drawer-menu li {
    border-bottom: 1px solid #272727;
}

.drawer-nav {
    position: fixed;
    z-index: 111111;
    top: 0;
    overflow: hidden;
    width: 24.25rem;
    height: 100%;
    background-color: #1b1919;
    transition: all 0.5 ease 0s;
}

.drawer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #222
}

.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 20px;
}

.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #fff;
}

.drawer-menu li:hover {
    background: #fff;
    transition: all 0.5 ease 0s;
}

.drawer-menu li:hover a {
    color: #000 !important;
    transition: all 0.5 ease 0s;
}

.drawer-dropdown-menu li:hover a {
    color: #a74848 !important;
    transition: all 0.5 ease 0s;
}

.drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}

.drawer-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.drawer-open .drawer-overlay {
    display: block
}

.drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
    transition: top .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--top.drawer-open .drawer-nav {
    top: 0
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
    right: 0
}

.drawer--left .drawer-nav {
    left: -24.25rem;
    -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
    transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 24.25rem;
}

.drawer--right .drawer-nav {
    right: -16.25rem;
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem
}

.drawer-hamburger {
    position: fixed;
    z-index: 4;
    top: -10px;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding: 18px .75rem 30px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent
}

.drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #fff;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' '
}

.drawer-hamburger-icon:after {
    top: 10px
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
    background-color: #fff
}

@media (min-width:64em) {
    .drawer--sidebar .drawer-hamburger {
        display: none;
        visibility: hidden
    }
    .drawer--sidebar .drawer-nav {
        display: block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: fixed;
        width: 12.5rem;
        height: 100%
    }
    .drawer--sidebar.drawer--left .drawer-nav {
        left: 0;
        border-right: 1px solid #ddd
    }
    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 12.5rem
    }
    .drawer--sidebar.drawer--right .drawer-nav {
        right: 0;
        border-left: 1px solid #ddd
    }
    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 12.5rem
    }
    .drawer--sidebar .drawer-container {
        max-width: 48rem
    }
}

@media (min-width:75em) {
    .drawer--sidebar .drawer-nav {
        width: 16.25rem
    }
    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 16.25rem
    }
    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 16.25rem
    }
    .drawer--sidebar .drawer-container {
        max-width: 60rem
    }
}

.drawer--navbarTopGutter {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

.drawer-navbar {
    z-index: 3;
    top: 0;
    width: 100%
}

.drawer-navbar--fixed {
    position: fixed
}

.drawer-navbar-header {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center
}

.drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none
}

.drawer-navbar .drawer-brand:hover {
    background-color: transparent
}

.drawer-navbar .drawer-nav {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem
}

@media (min-width:64em) {
    .drawer-navbar {
        height: 3.75rem;
        border-bottom: 1px solid #ddd;
        background-color: #fff
    }
    .drawer-navbar .drawer-navbar-header {
        position: relative;
        display: block;
        float: left;
        width: auto;
        padding: 0;
        border: 0
    }
    .drawer-navbar .drawer-menu--right {
        float: right
    }
    .drawer-navbar .drawer-menu li {
        float: left
    }
    .drawer-navbar .drawer-menu-item {
        line-height: 3.75rem;
        padding-top: 0;
        padding-bottom: 0
    }
    .drawer-navbar .drawer-hamburger {
        display: none
    }
    .drawer-navbar .drawer-nav {
        position: relative;
        left: 0;
        overflow: visible;
        width: auto;
        height: 3.75rem;
        padding-top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    .drawer-navbar .drawer-menu {
        padding: 0
    }
    .drawer-navbar .drawer-dropdown-menu {
        position: absolute;
        width: 16.25rem;
        border: 1px solid #ddd
    }
    .drawer-navbar .drawer-dropdown-menu-item {
        padding-left: .75rem
    }
}

.drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff
}

.drawer-dropdown-menu>li {
    width: 100%;
    list-style: none
}

.drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222
}

.drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}

.drawer-dropdown.open>.drawer-dropdown-menu {
    display: block
}

.drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 10px;
    margin-top: 12px;
}

.drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.drawer-container {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:64em) {
    .drawer-container {
        max-width: 60rem
    }
}

@media (min-width:75em) {
    .drawer-container {
        max-width: 70rem
    }
}

.drawer-menu li a {
    text-decoration: none !important;
    font-size: 18px;
}

nav.main_menu {
    padding-top: 22px;
}

nav.main_menu ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}

nav.main_menu ul.pull-right {
    padding-top: 35px;
}

nav.main_menu ul li {
    display: inline-block;
    position: relative;
}

nav.main_menu ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 15px 14px;
    transition: 0.4s linear;
    text-decoration: none;
    text-transform: capitalize;
    font-family: Decalotype-SemiBold;
    /*letter-spacing:1px;*/
}

nav.main_menu ul li.blink_me,
nav.main_menu ul li a.blink_me {
    animation: blinker 1s linear infinite;
    color: #fcd96a;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

nav.main_menu ul li:hover {
    background: #ad4747;
    transition: all 0.5s ease 0s;
}

.index_nav {
    padding-top: 42px !important;
}

nav.main_menu ul li ul {
    border-bottom: 0px solid #ad4747;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 11111;
}

nav.main_menu ul li ul li {
    border-top: 1px solid #444;
    display: block;
}

nav.main_menu ul li ul li:first-child {
    border-top: none;
}

nav.main_menu ul li ul li a {
    background: #373737;
    display: block;
    padding: 10px 14px;
}

.last_submenu {}

.secondary_nav ul li a {}

.secondary_nav ul li a:hover {
    color: #fff !important;
}

.secondary_nav ul li ul a {
    color: #fff !important;
}

.secondary_nav {
    padding-top: 15px !important;
}

.secondary_nav ul li a {
    padding: 11px 5px !important;
}

.submenu_24fps {
    position: relative;
}

.maac_logo_img img {
    padding-top: 44px;
    width: 200px;
    margin: 0 auto;
}

.submenu_24fps ul {
    display: none;
    position: absolute;
    right: -170px;
    top: 0;
    width: 170px !important;
    text-align: center;
}

li.submenu_24fps:hover ul {
    display: block !important;
}

nav.main_menu ul li ul li a:hover {
    background: #0c0c0c;
}

nav.main_menu .fa.fa-angle-down {
    margin-left: 6px;
}

.global_banner {
    background-image: url(../images/img1675.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 10px 0 10px;
    position: relative;
    font-family: Decalotype-Bold;
}

.global {
    position: absolute;
    width: 140px;
    left: 45px;
    bottom: -60px;
    text-transform: uppercase;
}

.slider-container {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.slider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slide-bg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slide-bg img {
    width: 100%;
    height: auto;
    display: block;
}

.slide-content {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    color: white;
    padding: 5% 0 0 15%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.slide-content h2 {
    font-size: 52px;
    margin: 0 0 10px;
    -webkit-transition: all 0.2s ease;
}

.slide-content p {
    font-size: 20px;
    margin: 0 0 30px;
    -webkit-transition: all 0.2s ease;
}

.slide-content a {
    color: #333;
    padding: 10px;
    line-height: 1;
    background: white;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
}

.slider-controls {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide-nav {}

.slide-nav .prev,
.slide-nav .next {
    position: absolute;
    top: 50%;
    z-index: 10;
    color: white;
}

.slide-nav .prev {
    left: 20px;
}

.slide-nav .next {
    right: 20px;
}

.slide-list {
    position: absolute;
    bottom: 10%;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.slide-list li {
    margin: 0 10px;
    display: inline-block;
}

.slide-list li a {
    opacity: 0.7;
    width: 15px;
    height: 15px;
    display: block;
    background: white;
    border-radius: 20px;
    text-indent: -9999px;
}

.slide-list li.active a {
    opacity: 1;
}

.slide-list li a:hover {
    opacity: 1;
}

@media only screen and (max-width: 640px) {
    .slide-content {
        padding: 20px 0 0;
        text-align: center;
    }
    .slide-content h2 {
        font-size: 32px;
    }
    .slide-content p {
        font-size: 16px;
        margin: 0 0 10px;
    }
}

.24fps_gallery {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mv_title video {
    width: 75%;
    border-radius: 133px;
    object-fit: cover;
}

.award_title {
    padding-top: 10px;
    padding-bottom: 10px;
    background: whitesmoke;
}

.award_title h2 {}

.main-wrapper {
    background-image: url(../images/img1675.jpg);
}

.award_title img.icon {
    margin: 0 auto;
    width: 45px;
    margin-bottom: 10px;
    display: none;
}

.av_listing ul {
    list-style-type: none;
    padding-left: 20px;
}

.av_listing ul li {
    font-size: 19px;
    border-bottom: 1px solid #eaeaea;
    padding-top: 10px;
    padding-bottom: 10px;
}

.av_listing h3 {
    font-size: 23px;
    font-weight: bold;
}

.av_listing h4 {
    font-size: 16px;
}

.av_listing {
    background: #fff;
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 10px;
    padding: 28px;
}

.no_border {
    border-bottom: none !important;
}

.av_open {
    padding-top: 10px;
    padding-bottom: 10px;
}

._gn321 {
    background: #fff;
}

.info_listing ul {
    padding-left: 40px;
    list-style-type: disc;
}

.info_listing ul li {
    font-size: 17px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.details_head {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: whitesmoke;
}

.title {
    font-weight: bold;
}

.info_listing {
    width: 100%;
}

.submission_details {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.submission_details span {
    font-weight: bold;
}

.title img {
    float: left;
    width: 28px;
}

.phase1 {
    padding-top: 10px;
}

.phase1 address {
    font-size: 15px;
    color: #6E6868;
}

._vtinfo {
    background: #fff;
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 10px;
    padding: 50px;
}

.registration_form_title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: whitesmoke;
}

.form {
    background: #fff;
}

.registration_form {}

.reg-form {
    background: #fff;
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 10px;
    padding: 50px;
}

.reg-form label {
    width: 35%;
    float: left;
}

.reg-form input[type="text"] {
    width: 65%;
    border: 1px solid #a8a8a8;
    height: 29px;
    border-radius: 4px;
    padding-left: 20px;
}

.reg-form input[type="email"] {
    width: 65%;
    border: 1px solid #a8a8a8;
    height: 29px;
    border-radius: 4px;
    padding-left: 20px;
}

.reg-form input[type="number"] {
    width: 65%;
    border: 1px solid #a8a8a8;
    height: 29px;
    border-radius: 4px;
    padding-left: 20px;
}

.number_code {
    height: 29px;
    background: antiquewhite;
    padding: 4px 2px;
    float: left;
    border: 1px solid #a8a8a8;
    border-radius: 4px 0px 0px 4px !important;
    font-weight: bold;
}

.phone_num {
    border-radius: 0px 4px 4px 0px !important;
    width: 61% !important;
}

.reg-form input[type="password"] {
    width: 65%;
    border: 1px solid #a8a8a8;
    height: 29px;
    border-radius: 4px;
    padding-left: 20px;
}

.reg-form textarea {
    width: 65%;
    border: 1px solid #a8a8a8;
    height: 29px;
    border-radius: 4px;
    padding-left: 20px;
}

.select_checkbox span {
    margin-left: 15px;
    font-size: 15px;
}

.international {
    padding-top: 12px;
    padding-bottom: 35px;
}

.bg_title {
    background: #2D2F38;
    color: #fff;
    padding: 6px 20px;
}

.note {
    background: #E9E7E7;
    padding: 10px;
}

.reg-form form {
    border: 1px solid #e3e3e3;
    padding: 15px;
}

.span_bold {
    font-weight: bold;
}

.authorization {
    padding-bottom: 20px;
}

.terms&condition {
    padding-bottom: 20px;
}

.reg_submit_bttn {
    background: #AD4747;
    color: #fff;
    border: none;
    padding: 7px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.middle_content_section1 {
    width: 100%;
    display: inline-block;
    padding: 0 0;
}

.middle_content_section2 {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2c2c2c;
    /*text-align: justify;*/
}

.maac_cources {
    background: #fff;
    padding-bottom: 50px;
}

.maac_cources h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
}

.maac_cources img {
    margin: 0 auto;
}

.partners_details-title h3 {
    margin-bottom: 6px;
    line-height: 1.4;
}

.partners_details-title p {}

.unic_banner {
    background: #fff;
    text-align: center;
}

.unic_banner h3 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.unic_banner img {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.owl-controls {
    position: absolute;
    top: 0;
    right: 0;
}

.owl-prev {
    background: #F0CF4A;
    color: #424242;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 45px;
    top: -33px;
    padding-left: 9px;
    padding-top: 5px;
    font-weight: bold;
}

.owl-next {
    background: #F0CF4A;
    color: #424242;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: -33px;
    padding-left: 9px;
    padding-top: 5px;
    font-weight: bold;
}

.jury_title_overlay {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    padding-top: 70px;
    opacity: 0.9;
    display: none;
    cursor: pointer;
}

.partners_details-title h3 b {
    font-size: 22px;
}

.jury_title_overlay p {
    color: #8f8f8f;
}

.owl-item:hover .jury_title_overlay {
    display: block;
}

.posrel {
    position: relative;
}

.trophy_img {
    float: left;
    width: 80px;
}

.trophy_img2 {
    float: left;
    width: 80px;
}

.trophy_img3 {
    float: left;
    width: 80px;
}

.subcatagories1 li a {
    text-align: left;
}

.center_co {
    width: 470px;
    margin: 0 auto;
}

.center_co h2 {
    padding-top: 40px;
    padding-left: 20px;
    float: left;
    font-size: 27px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides {}

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

a {
    color: #fff;
    text-decoration: none;
}

#download {
    background: #333;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 60px auto;
    max-width: 500px;
    padding: 20px;
}

#download:hover {
    background: rgba(255, 255, 255, .15);
}

.footer {
    font-size: 11px;
}


/* Callback example */

.events {
    list-style: none;
}

.callbacks_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager img {
    float: left;
}

#slider3-pager .rslides_here a {
    background: transparent;
    box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
    padding: 0;
}

@media screen and (max-width: 600px) {
    h1 {
        font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .callbacks_nav {
        top: 47%;
    }
}

#slider1 {
    max-width: 100% !important;
    max-height: 670px;
}

.login_main_wrapper {
    background-image: url(../images/img1675.jpg);
    background-size: cover;
    background-position: center;
}

.login_form {
    width: 35%;
    margin: 161px auto;
    background: #fff;
    position: relative;
    padding-bottom: 20px;
}

.login_form label img.username {
    position: absolute;
    left: -7px;
    top: 54px;
}

.login_form label img.password {
    position: absolute;
    left: -7px;
}

.login_form label {
    width: 20%;
    float: left;
}

.login_form input {
    width: 79%;
    float: left;
    border: 1px solid gray;
    background: #606060;
    height: 29px;
    padding-left: 40px;
    color: #fff;
}

.login_form-form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.login_head {
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
}

.sign_in_btn {
    background: #AD4747;
    border: none;
    color: #fff;
    padding: 6px;
    text-align: center;
    width: 90px;
    margin-left: 5px;
}

.forget_pas a {
    color: #333;
    margin-left: 20px;
    text-decoration: none;
}

.forget_pas a:hover {
    color: #000;
}

.logo_24 img {
    width: 90%;
}

.maac_logo_footer img {
    padding-top: 15px;
}

.inner_page {
    position: relative;
}

.inner_trophy {
    position: absolute;
    width: 120px;
    top: 150px;
}

.jury_member_pic img {
    width: 160px;
    box-shadow: 0px 0px 0px 6px #363636;
    margin: 0 auto;
}

.Maac_trophy img {
    width: 120px;
    margin: 0 auto;
}

.jury_member_pic {}

.Maac_trophy {
    padding-top: 40px;
}

.juryDetails .col-md-9 .title_head h3 {
    font-weight: bold;
    color: #FCD96A;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 15px;
}

.juryDetails .col-md-9 .title_head p {
    color: #c9c9c9;
}

.evaluation_guideline {
    margin-top: 60px;
}

.evaluation_guideline h4 {
    font-weight: bold;
}

.evaluation_guideline p {
    color: #c9c9c9;
}

.dashboard_bttn a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #B6353A;
    padding: 11px 40px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    box-shadow: 0px 3px 1px 0px #212020;
}

.head h3 {
    text-align: center;
    font-weight: bold;
    color: #FCD96A;
    margin-bottom: 50px;
}

.dashboardTable .main_table table {
    width: 100%;
    border: 1px solid #fff;
    margin-top: 50px;
}

.dashboardTable .main_table table tr td img {
    width: 150px;
}

.dashboardTable .main_table table thead tr th {
    text-align: center;
    border: 1px solid #fff;
    background: #25303b;
    color: #fff;
    padding: 9px;
    font-size: 12px;
}

.dashboardTable .main_table table tbody tr td {
    text-align: center;
    border: 1px solid #fff;
    color: #000;
    padding: 9px;
}

.dashboardTable .main_table table tbody tr.eva td {
    background: #16a085;
}

.dashboardTable .main_table table tbody tr.Noteva td {
    background: #d7aa77;
}

tr.logo td {}

.tr1 th {
    text-align: left !important;
    text-transform: uppercase;
}

.tr1 th h4 {
    color: #fff;
    font-weight: bold;
}

.tr1 th p {
    color: #d7d7d7;
    font-size: 12px;
    line-height: 0.6;
}

.remarks td {
    padding: 10px 40px 60px 20px !important;
    background: #fff;
    color: #000;
    text-align: left !important;
    font-weight: bold;
}

.dashboardTable h4 {
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.strat_bttn {
    /*	position: absolute;
bottom: 41px;
right: 26px;*/
    margin-top: 140px;
}

.strat_bttn a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #16A085;
    padding: 10px;
    display: inline-block;
    width: 160px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
}

.ssc_content {
    position: relative;
}

.sidebar_trophy img {
    width: 100px;
    /*padding-top:50px;*/
}

.categories_head h4 {
    font-weight: bold;
    font-size: 20px;
    color: #c5c5c5;
}

.submit_evaluation_head h3 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
    font-size: 18px;
}

.ind_video {
    padding-left: 0px;
}

.overlay {
    background: #000;
    opacity: 0.8;
    position: absolute;
    width: 90%;
    display: none;
    text-align: center;
    padding-top: 60px;
    min-height: 155px;
    top: 0px;
}

.evaluat_overlay_major {
    background: #000;
    opacity: 0.8;
    position: absolute;
    width: 90%;
    display: none;
    text-align: center;
    padding-top: 60px;
    min-height: 149px;
    top: 40px;
}

.overlay a {
    color: #fff;
}

.categories_listing .col-md-3 {
    position: relative;
    cursor: pointer;
}

.categories_listing .col-md-3:hover .overlay {
    display: block;
}

._maacMovie {
    position: relative;
}

._maacMovie:hover .overlay {
    display: block !important;
    width: 100%;
}

.categories_listing .majaor_clip {
    position: relative;
    cursor: pointer;
}

.categories_listing .majaor_clip:hover .overlay {
    display: block;
}

.marking_table table {
    border: 1px solid grey;
    width: 100%;
}

.marking_table table td {
    border: 1px solid grey;
    padding: 5px;
}

.marking_table form .message textarea {
    background: none;
    margin-top: 20px;
    padding: 6px;
    color: #fff;
    width: 100%;
    height: 170px;
}

.marking_table form .submit_bttn a {
    color: #fff;
    font-weight: bold;
    background: #16A085;
    padding: 10px;
    display: inline-block;
    width: 165px;
    text-align: center;
    margin-top: 12px;
    text-decoration: none;
}

.marking_table form .submit_bttn .submit_btn {
    color: #fff;
    font-weight: bold;
    background: #16A085;
    padding: 10px;
    display: inline-block;
    width: 165px;
    text-align: center;
    margin-top: 12px;
    text-decoration: none;
    border: none;
}

.score table td select {
    color: #000;
    width: 100%;
}

.categories_head h3 {
    font-weight: bold;
    color: #FCD96A;
}

.back_btn a {
    border: 1px solid;
    border-radius: 10%;
    padding: 4px;
    margin: 33px;
    position: relative;
    top: 10px;
    color: #fff;
}

.ssc {
    position: absolute;
    font-size: 12px;
    top: 171px;
    right: 52px;
    z-index: 11111;
    color: #fff;
}

.ssc a {
    color: #fff;
    text-decoration: none;
}

.mv_banner {
    position: relative;
}

#myBlinkingDiv {
    position: absolute;
    top: 140px;
    right: 17px;
    z-index: 11111;
    color: rgb(255, 255, 255);
    font-weight: bold;
    /*border:1px solid red;*/
    padding: 20px 30px;
    width: 226px;
}

#myBlinkingDiv img {
    height: 40px;
    width: 100%;
}

#myBlinkingDiv a {
    color: #fff;
    text-decoration: none !important;
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}


/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    width: 30px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #000;
    /* -webkit-border-radius: 100px;
    border-radius: 100px;*/
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 0%;
}

.control-round .carousel-control.right {
    right: 0%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text>p {
        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        /*display: none;*/
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line>.carousel-indicators {
        display: none;
    }
}

.col-md-12.designpagination {
    padding: 15px 5px;
}

.designpagination input[type="submit"],
.verify {
    background: #AD4747;
    border-radius: 4px;
    margin-right: 5px;
    margin-left: 5px;
    width: 60px;
}

.designpagination span {
    width: 60px;
    height: 32px;
    display: inline-block;
    text-align: center;
    background: #deb0b0;
    color: #fff;
    line-height: 32px;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
}

