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

body{
    font-family: 'AvenirNextCyr-Regular', 'Roboto', sans-serif;
    background-color:#f5f5f5; 
    color:rgb(97, 87, 87);
    font-size: 14px;
}
.spacer-top{
    margin-top: 50px;
}
p{
    font-size: 1em;
}
.hr{padding: 20px 0;border-top: 1px solid #8484842e;margin-top: 20px;}
.copyright{padding: 20px 0;border-top: 1px solid #8484842e;margin-top: 20px;}
.swiper-pagination span {
  text-align: center;
  padding-top: 2px;
}
.no-padding{
    padding-right: 0 !important;
    padding-left: 0 !important;    
}
.overflow-hidden{
    overflow: hidden;
}
.normal-para{
    color:#000;
    font-size: 1em;
}
.sub-heading-title{
    color:#000;
    font-size: 1.5em;
    text-align: center;
    display: block;
    font-weight: bolder;
}
.dash-line{
    border:1px dashed #000;
    padding: 0;
    margin: 0;
}
.heading-designation{
    color:#000;   
    font-weight: bold;
}
.heading-bottom{
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3px;
    width: 50px;
    border-bottom: 3px solid #b2b3b3;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -62px;
}
.heading-bottom-abtus{
    left: 25px;
    transform: translateX(-50%);
    margin-top: 3px;
    width: 50px;
    border-bottom: 3px solid #b2b3b3;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -10px;
}
.strong-heading{
    font-weight: bolder;
    font-size: 2.1em;
    text-transform: uppercase;
    color: #cf1d2b;    
    margin:80px 0 50px;
    text-align: center;
}
.reverse-strong-heading{
    color: #b2b3b3;        
}
.reverse-heading-bottom{
    border-bottom: 3px solid #cf1d2b;
}
.fa-star{
    color: #b2b3b3;  
}
.navbar-brand img{
    width: 250px !important;
}
.footer-logo img{
    width: 250px !important;
}
a.nav-link {
    text-transform: uppercase;
}
#fixed-black-bg.sticky-nav{
    width: 100%;
    max-width: 100%;
	display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 99998;   
    height: 60px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,transparent));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,transparent 100%);
}

div#n2-ss-1 .nextend-arrow img{
	background: #8484842e !important;
}
.swiper-button-next, .swiper-button-prev {
    background-color: #8484842e;
    height: 60px;
    width: 50px;
}
.power-img{
	width : 537px;
	height:auto;
	top: 41px;
    position: relative;
}
#menu-main-menu{
    background-color: #8484842e;
    padding: 17px 20px 17px 0px;
    border-radius: 5px;
}
/*-------------------------------
 Small Helper style 
 -------------------------------*/
.horizontal-link {
    border: 0.6px solid #b2b3b3;
    margin: 0 0 20px 0;
}
/*-------------------------------
 Small Helper style 

.sticky{
    position: fixed !important;
    top:0 !important;
}
.sticky .navbar-brand img {
    width: 56px !important;
}
nav.navbar.sticky {    
    z-index: 9999999 !important; 
} -------------------------------*/
/*-------------------------------
 Top link Social Media 
 -------------------------------*/
 .top-nav {
    margin: auto;
    position: absolute;
     top: 30px; left: 0; bottom: 0; right: 0;
}
 .social-link-list {
     list-style-type: none;
     padding: 6px 0;
     margin: 0;
     color:#fff;
 }
 ul.social-link-list li {
    display: inline-block;
    padding-right: 15px;
}
.top-search-form .form-control, .top-search-form .btn{
    padding: 5px;
}
.top-search-form .btn{
    background: #fff;
}
.top-search-form .form-control{
    background: transparent;
    color:#fff;
}


/*-------------------------------
 Home Banner
 -------------------------------*/
#home-banner {
}
#home-banner img{
    /* width: 100%; */
}
.middle-text-section {
    z-index: 1;
    font-size: 40px;
    position: absolute;
    padding: 10px 80px;
    top: 300px;
    left: 20%;
    background: #ff000047;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
}
.special-text{
    color: #b2b3b3;
    font-size: 70px;
}
.special-text2{
    font-size: 70px;
}

.contentStart{
    margin-top:550px;
    background: #fff;
    color: #000;
}
.center-element{
    transform: translateY(-50%) translateX(-50%) scale(1.002);
    top: 50% !important;
    left: 50% !important;
}


/*-------------------------------
 About us
 -------------------------------*/
 #aboutus{
     background-color: #f5f5f5;
     margin-bottom: 26px;
 }
 .aboutus-title{
     position: relative;
     top: 0px;
     left: 0px;
 }
 h4.wpk-circle-title {
    color: #cf1d2b;
    font-size: 2.1em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.b-shape{
    position: relative;
    top:-10px;
}
.svg-container{
    width: 100%;
    position: relative;
    top:-25px;
    
}
span.wpk-circle-span {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    background: #cd2122;
    color: #ffffff;
    width: auto;
    height: 45px;
    line-height: 45px;
    text-align: right;
    z-index: 1;
    border-radius: 3px;
    padding-left: 20px;
    margin-left: -25px;
    padding-right: 20px;
}
.sub-heading-para{
    margin: 0 0 20px 0;
    font-size: 1.6em;
}
.circle-headline {
    height: 81px;
}
.sub-heading{
    color: #cf1d2b;
    margin: 59px 0 20px 0;
    position: absolute;
    top: 0;
    z-index: 99999;
    text-transform: uppercase;
    font-size: 2em;
    padding: 0 0 0 50px;
    line-height: 1.6em;
}


/*-------------------------------
 Testimonitals
 -------------------------------*/
#testimonials{
    background-color: transparent;
    padding:10px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}
.swiper-container {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  #testimonials .swiper-slide {
    background-color: transparent !important;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .testimonials_text {
    background-color: #000;
    border-radius: 3px;
    padding: 30px 25px 30px;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.7;
    position: relative;
    color:#fff;
}
.even-testimonial  {
    padding-left: 50px;
    padding-right: 25px;
}
.odd-testimonial  {
    padding-right: 50px;
    padding-left: 25px;
}
.testimonials_infos {
    text-align: left;
    padding: 15px 0;
}
.clients-bg{
    position: absolute;
    top:0;
}
.testimonials_stars i{
    font-size: 0.7em;
}
/*-------------------------------
Start: Career Opportunities
 -------------------------------*/
#opportunities{
    padding:10px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

 /*-------------------------------
End: Career Opportunities
 -------------------------------*/

/*-------------------------------
Start: spectacularVisuals
 -------------------------------*/
 #spectacularVisuals{
    padding:10px 0 80px;
    background-color:#f5f5f5;
}
.video-container{
    background-color:#e7e7e7;
    height: 300px;
    width: 100%;
}
.video-info{
    padding: 15px;
    background-color:#535353;
    width: 250px;    
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}
.video-info-title{
    color:#b2b3b3;
    text-transform: uppercase;
    display: block;
    font-size:1.2em;
}
.video-info-subtitle{
    color:#fff;
    font-size: 1em;;
    text-transform: capitalize;
}
.clients-list{
    height: 176px;
}
.client-img{
    height: 114px !important;
    width: 200px !important;
}
.swiper-pagination-bullet-active {
   background: #b2b3b3;
}
div#n2-ss-1 .n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot.n2-active, 
div#n2-ss-1 .n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot:HOVER {
   background: #b2b3b3 !important;
}
.swiper-pagination-bullet {
   width: 12px;
   height: 12px;
}
 /*-------------------------------
End: spectacularVisuals
 -------------------------------*/
 
/*-------------------------------
Start: Stall Design
 -------------------------------*/
.stall-ouside-pagination .swiper-pagination-bullet {
     width: 26px;
     height: 26px;
}
.swiper-slide-outside{
    width: 100%;
}
.stall-ouside-pagination  swiper-pagination-bullet-active {
    background: #b2b3b3;
}
.stall-ouside-pagination .swiper-pagination-bullet{
    border-radius: 0;
}
.stall-carousal-container .swiper-slide{
    background-color: gray;
    /* width: 100%; */
}
.stall-design-container .swiper-slide{
    background-color: transparent;
	padding-bottom:25px;
}
.swiper-slide-container {
    text-align: left;
    padding: 0 60px;
}
 #stallDesign{
    padding:10px 0 40px;
    background-color:#5b5b5c;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff;
    margin-top: 80px;
 }
 #stallDesign p {
    color: #fff;
    font-size: 0.8em;;
 }
.stall-title{
    font-size: 0.9em;
    font-weight: bolder;
	color: #b2b3b3;
    display: block;
}
.stall-carousal-container{
    width: 100% !important;
    margin-bottom: 10px;
}
.stall-carousal-container img{
    width: 100%;
}
.sub-stall-title{
    font-size: 1em;
    font-weight: bolder;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #b2b3b3;    
    display: inline-block;
    margin-bottom: 20px;
}
.stall-pagination {
    text-align: center;
}
.stall-pagination ul{
    margin-top:20px;
    list-style-type: none;
}
.stall-pagination ul li{
    display: inline-block;
    text-align: center;
    padding: 5px 10px ;
}
.stall-pagination ul li.active{
    background: #b2b3b3;
}
.stall-pagination ul li a{
    color: #fff;
}
/*-------------------------------
End: Stall Design
 -------------------------------*/



/*-------------------------------
Start: High-Impact Events
-------------------------------*/
.imapact-list{
    height: 600px;
    background-color: #cf1d2b;    
}
.impact-container{
    text-align: left;
    margin-left: 13px;
}
.btn-lined{
    border:2px solid #b2b3b3;
    background:transparent;
    padding: 5px;
    color: #b2b3b3;
    font-size:0.7em;
	font-weight: bold;
    margin-top:30px;
}
.btn-lined:hover, .btn-lined:visited, .btn-lined:active{
    color: #b2b3b3;
}
h3.css3panel-title {
    margin-top: 270px;
    display: block;
    color: white;
    width: 100%;
    text-transform: uppercase;   
    font-size: 1.1em;
    font-weight: bolder;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 80%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.45)));
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 80%);
    background: -o-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 80%);
    background: -ms-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 80%);
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 80%);
}
.css3panel-text {
    display: none;
    color: red; 
    text-transform: capitalize;
    font-size:1em;
    font-weight: bolder;
}
.impact-each-event{
    width: 450px;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    box-shadow: 0 0 0 5px rgba(198, 29, 29, 1);
}
.impact-each-event:hover{
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 1)
}
@media (max-width: 992px) { 
	#menu-main-menu{
		background-color: #84848494;
    padding: 17px 20px 17px 20px;
	}
	.power-img{
		max-width : 100%;
		display:block;
		    top: 20px;
	}
    .imapact-list{
        height: 300px;
    }
    .impact-each-event{
        width: 100%;
        height: 300px !important;
    }
    .btn-lined{
        margin-top:30px;
    }
    h3.css3panel-title {
        margin-top: 30px;
    }
    .impact-container{
        text-align: center;
        margin-left: 0;
    }
}
/*-------------------------------
End: High-Impact Events
 -------------------------------*/
  
@media (min-width: 576px) {    
    
    .sub-heading{
        margin: 59px 0 20px 0;       
        font-size: 3.5em;
    }
    .svg-container{
        margin-top:50px;
    }
    /* #home-banner{
        display: -webkit-box;
        display: -moz-box;
        display: box;
    
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .top-nav {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        position: relative;
    }
    .n2-section-smartslider {
        margin-top: 15px;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    } */

}
@media (max-width: 992px) {  
    nav.navbar {
       /* padding: 0 30px;
        border-top: 1px solid #cf1d2b;
         left: 2px;*/
    }
    #home-banner{
        display: -webkit-box;
        display: -moz-box;
        display: box;
    
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        background-color: #cf1d2b;
    }
    .navbar-light .navbar-toggler {
        background:#b2b3b3;
    }
    a.nav-link:hover, a.nav-link:active {
        background-color: #b2b3b3;
    }
    .top-nav {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        /*position: relative;
        top: 0 !important;*/
    }
    .n2-section-smartslider {
       /*  margin-top: 0; */
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        background-color: #f5f5f5;
    }
    .navbar-nav li.nav-item {
        /*border-bottom: 1px solid #ffff0063 !important;*/
        text-align: center;
    }
    .navbar-nav li:last-child {
        border-bottom: none !important;
    }
    .svg-container{
        margin-top:50px;
    }
} 
@media (max-width: 576px) { 
    .svg-container{
        margin-top:50px;
    }
} 

  @media (min-width: 768px) {
    .sub-heading{
        font-size: 2em;
        margin: 47px 0 36px 0;
    }
    
  }
  
 
@media (max-width: 992px) {
	.navbar-brand img{
    width: 150px !important;
    max-height: 40px;
}
    .aboutus-title{
        width: 100%;
    }
}
  @media (min-width: 992px) {
    
    .sub-heading{
        margin: 48px 0 20px 0;
        font-size: 3em;
    }
  }
  
  @media (min-width: 1200px) {
    .sub-heading{
        margin: 59px 0 20px 0;       
        font-size: 3.5em;
    }
    
  }

  
.hidden{
    opacity:0;
}
.visible{
    opacity:1;
}