body{margin:0px;padding:0px;font-family: 'Poppins', sans-serif;font-size:14px; line-height:28px;-webkit-text-size-adjust:100%; height:100%; color:#5a5a5a; text-align:justify;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; -webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}

:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
 
h1, h2, h3, h4, h5, h6{ font-family: 'Ubuntu', sans-serif; color:#000;}


div,p,ul,ol,li,a,input,select,img,p,h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;list-style:none;font-size:100%;border:none;outline:none;text-decoration:none;}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}

a{ color:#ff9750; -webkit-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
a:hover{ text-decoration:underline;}
img { vertical-align: middle;}

.left{float:left;}
.right{float:right;}
.clr{clear:both;}

.clearfix{*zoom:1}
.clearfix:after{clear: both;content:"."; display:block; height:0; line-height:0; overflow:hidden; font-size:0; visibility:hidden;}

img.img-right{ float:right; border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); margin:0 0 10px 15px; max-width: 95%; padding: 5px;}
img.img-left{ float:left; border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); margin:0 15px 10px 0; max-width: 95%; padding: 5px;}


p{ font-size:15px; text-align:left; line-height:25px; margin-bottom:12px;}
.maindiv{ max-width:1600px; margin:0 auto; overflow:hidden; position:relative;}

.container{ max-width:1200px; margin:0 auto; width:100%;}

.header-wraper { box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); position: relative; width: 100%; z-index: 100;}

.middle-back{ }

.middle-wraper { background:linear-gradient(88deg, #970004 45%, #0b0a0b 100%) repeat; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 0; transition: all 0.5s ease 0s;}


.middle-wraper .logo{ width:280px; float:left; margin:10px 0; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
.middle-wraper .logo img{ max-width:100%; transition:all 0.5s ease 0s;}
.middle-wraper .logo img.logo-white{ display:block;}
.middle-wraper .logo img.logo-dark{ display:none;}


.middle-wraper .nav-wraper { float:right; width: 100%; max-width:70%; margin-top:22px; transition:all 0.5s ease 0s;}

.middle-right { float: right; max-width: 25%; width: 100%; text-align:right;}
.midbtn{}
.midbtn a { background:linear-gradient(70deg, #ffa024 0%, #ffe91c 100%); border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); color: #fff; display: inline-block; font-size: 13px; font-weight: 500; letter-spacing: 2px; margin: 11px 10px 0; padding: 6px 30px; position: relative; text-transform: uppercase; z-index: 10; overflow:hidden;}
.midbtn a:before { background-color: #ffe91c; content: ""; height: 100%; left: 0; position: absolute; top: 0; transition: all 0.3s ease 0s; width: 0; z-index: -1; border-radius: 50px;}
.midbtn a:hover:before{ width:100%;}
.midbtn a:hover{ text-decoration:none;}
.socialbtn{ float:right; margin-top:15px;}
.socialbtn a:hover{}
.socialbtn a{}
.socialbtn img{ margin:0 5px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); border:1px solid rgba(255, 255, 255, .5);}


.sf-menu { float:right; }
.sf-menu > li > span { display: block; position: relative;}
.sf-menu ul { position:absolute; top:-999px; display:none; }/*offset of submenus need to match (see below)*/
.sf-menu li { position:relative; background: none;}
.sf-menu a { display: block; text-decoration: none;}
.sf-menu a:hover {text-decoration: none;}
.sf-menu > li{ position:relative;}
/*.sf-menu > li:before{ position:absolute; left:-10px; top:30px; width:6px; height:6px; border-radius:100%; content:""; background:#fff;}*/
.sf-menu > li:first-child:before{ display:none;}
/*================================>> 1 Level <<========================================*/
li.sfHover {position: relative;}
.sf-menu > li > a {vertical-align: middle; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;  -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease; z-index: 100; 	}
.sf-menu > li > a { color: #fff; display:inline-block; font-size: 15px; font-weight:600; line-height: 15px; padding: 20px 0; transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); text-transform:capitalize; }	

.sf-menu > li > a{ position:relative;}
.sf-menu > li > a{ position:relative;}
.sf-menu > li > a:before{ position:absolute; left:0; bottom:0; width:0; height:2px; content:""; background:#fff; transition:all 0.5s ease 0s;}
.sf-menu > li > a:hover:before{ width:100%;}

.sf-menu > li { display: inline-block; float:left; position: relative;}
.sf-menu > li + li { margin-left:25px;}
.sf-menu > li:hover > a, .sf-menu > li.current > a, .sf-menu > li.sfHover > a, .sf-menu > li:hover > span, .sf-menu > li.current > span, .sf-menu > li.sfHover > span {  }
.sf-menu > li.current > a{ border-bottom:2px solid #fff;  }	
/*================================>> 2 Level <<========================================*/
.sf-menu > li > ul, .sf-menu > li.sfHover > ul { top:82px; box-shadow:0 0 10px rgba(0, 0, 0, 0.1);  left: 0; margin-left: 0; width: 220px; z-index:99; background: #fff ; text-align:left;}

.sf-menu > li > ul li{ }

.sf-menu > li > ul{ }

.sf-menu > li > ul > li {padding: 0 0;}
.sf-menu > li > ul > li + li {}
.sf-menu > li > ul > li > a { display: block; padding: 8px 15px; color: #5a5a5a; font-weight:500; line-height: 24px; font-size:15px; transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s;}
.sf-menu li li a:hover, .sf-menu li.sfHover li.sfHover > a, .sf-menu li.sfHover li.sfHover span {  color: #fff; background:#000;}
.sf-menu > li > ul > li > a.sf-with-ul:after  { position: absolute; display: block; content:"\f107"; right: -3px; text-align: center; margin-left: -10px;	top: 13px;-moz-transition: top 0.3s ease-out; -o-transition: top 0.3s ease-out; -webkit-transition: top 0.3s ease-out;overflow: hidden; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 14px; color: #939393;}
.sf-menu > li > ul > li > a.sf-with-ul:hover:after  { color: #b8baaa;}
/*================================>> 3 Level <<========================================*/
.sf-menu li li ul { top: -7px; left: 160px; z-index:99; position: absolute;	text-align: left; padding-top: 9px;	padding-bottom: 6px; padding-left:10px;background: #50dbde; width: 120px;	-webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px;	-o-border-radius: 10px;	border-radius: 10px;}
.sf-menu li li ul:before { position: absolute; left: -8px; top: 8px; content: ""; border: 4px solid; border-color: transparent #50dbde transparent transparent;}
.sf-menu li li li {padding: 0 0;}
.sf-menu li li li a { display: block; color: #aefdff; line-height: 28px; line-height: 39px;}
.sf-menu li li li + li a { border-top: 1px solid #67e0e2;}
.sf-menu li li li a:hover {	color: #fff;}

.sticky { border-top: 0 none; left: 0; position: fixed; top: 0; transition: all 0.5s ease 0s; width: 100%; z-index: 1100; -webkit-box-shadow:2px 2px 6px rgba(0,0,0,.2); -moz-box-shadow:2px 2px 6px rgba(0,0,0,.2); box-shadow:2px 2px 6px rgba(0,0,0,.2);}
.sticky{}
.middle-wraper.sticky .logo{ width:180px; }
.middle-wraper.sticky .logo img.logo-dark{ }
.middle-wraper.sticky .sf-menu > li > a { }
.middle-wraper.sticky .sf-menu > li > a:hover{ }
.middle-wraper.sticky{ opacity:1;}
.middle-wraper.sticky .logo{ margin:6px 0; }
.middle-wraper.sticky .logo img.logo-white { }
.middle-wraper.sticky .nav-wraper{ margin-top:0;}


.slider-wrapper{ position:relative; }
.slider-wrapper:before{ position:absolute; left:10%; top:0; width:420px; height:100%; background:#970004; transform:skew(10deg); content:""; z-index:11; opacity:0.85;}
.slider-home{ position:relative}
.slider-home:before{ background:linear-gradient(88deg, rgba(0, 0, 0, .4) 45%, rgba(0, 0, 0, .9) 100%); position:absolute; left:0; width:100%; top:0; height:100%; content:""; z-index:10;}
.slider-wrapper.default > div #left{ display:none;}
.slider-wrapper.default > div #right{ display:none;}
.slider-wrapper.default>div #slides img {width: 100%; animation: animate 15s ease;}
.slider-wrapper.default>div #bullets{ display:none;}
@-webkit-keyframes animate {
0% {
-webkit-transform-origin: bottom right;
-moz-transform-origin: bottom right;
-ms-transform-origin: bottom right;
-o-transform-origin: bottom right;
transform-origin: bottom right;
transform: scale(1.0);
}
100% {
transform: scale(1.2);
}
}

.banner-wraper{ position:relative}
.banner-block{}
.banner-img-div img{ max-width:100%;}
.banner-img-div{}
.banner-img-desc { font-weight: 700; left: auto; max-width: 600px; position: absolute; right: 6%; text-align: left; top: 23%; z-index: 11;}

.banner-logo{ margin-bottom:50px;}
.banner-logo img{ max-width:35%;}


.banner-wraper{ padding:100px 0; /*background:url(../images/bannerbg.jpg) no-repeat; background-size:cover;*/ background:linear-gradient(88deg, #970004 45%, #0b0a0b 100%) repeat; position:relative;}
.banner-wraper:before{ position:absolute; left:0; width:100%; top:0; height:100%; content:""; background:url(../images/dots.png) repeat; opacity:.08;}
.banner-block{ text-align:left;}

.banner-img-desc h1 { color: #fff; font-size: 62px; font-weight: 700; letter-spacing: 1px; line-height: 72px; margin: 0 0 5px; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); text-transform: capitalize;}
.banner-img-desc h2{ color: #fff;font-size: 20px; font-weight: 600; letter-spacing: 1px; line-height: 30px; margin: 0 0 12px;text-transform: uppercase;}
.banner-img-desc h3{ font-size:25px; font-weight:600; line-height:35px; color:#fff; margin-bottom:12px;}

.banner-img-desc h4 { color: #fff; font-size: 28px; font-weight: 600; letter-spacing: 1px; line-height: 38px; margin: 0 0 12px; text-transform: uppercase; padding: 15px  0;}

.branded { margin: 25px 0 15px;}
.branded ul{}
.branded ul li { display: inline-block; margin: 0 10px 0 0;}
.branded ul li span { color: #fff; display: block; font-size: 19px; font-weight: 600; margin-bottom: 5px; text-transform: uppercase;}
.branded ul li img{ max-width:100%;}

.slider-shape-rocket {  position: absolute; right: 0; top: 0; opacity: .8;}
.slider-shape-rocket img{ max-width:80%;}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
	
	
.downloadbtn.homebtn{}
.downloadbtn.homebtn a{ background-color: #970004;}
.downloadbtn.homebtn a:before{ background: #000;}

.downloadbtn {margin: 30px auto 0; padding-bottom: 0;}
.downloadbtn a { background: #000; border: 1px solid rgba(255, 255, 255, 0.3); box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); color: #fff; display: inline-block; font-size: 13px; font-weight: 500; letter-spacing: 2px;  line-height: 25px; margin: 0 10px; overflow: hidden; padding: 11px 30px;  position: relative; text-transform: uppercase; z-index: 10;}
.downloadbtn a:before{ background-color: #970004; content: ""; height: 100%; left: 0; position: absolute; top: 0; transition: all 0.3s ease 0s; width: 0; z-index: -1;}
.downloadbtn a:hover:before{ width:100%;}
.downloadbtn a:hover{ text-decoration:none;}
.downloadbtn img{ max-width:30px; margin:0 7px 0 0;}

.socialtop{ position:fixed; right:0; z-index:10; top:20%;}
.socialtop ul{}
.socialtop ul li{ display:block; margin:10px 3px;}
.socialtop ul li a{ display:inline-block; width:45px; height:45px; line-height:45px; color:#fff; text-align:center; font-size:18px; border-radius:100%;}
.socialtop ul li a:hover{ text-decoration:none; background:#ff7300;}
.socialtop ul li a.facebook{ background:#3b5797;}
.socialtop ul li a.twitter{ background:#59a0d3;}
.socialtop ul li a.linkedin{ background:#067da8;}
.socialtop ul li a.pinterest{ background:#c62028;}

.homebanner-wraper{ position:relative;}

.lefttitme-wraper{ position:relative; z-index:10; margin-top:0px;  background:#000; border-bottom:1px solid rgba(255, 255, 255, 0.1); }
.lefttitme-wraper:before{ position:absolute; left:0; width:100%; top:0; height:100%; content:""; background:url(../images/dots.png) repeat; opacity:.08;}
.lefttitme-block { border-radius: 120px; height: 100%; padding:15px; position: absolute; top: 32%; z-index: 11; left: 10.5%; max-width:400px; width:100%;}
.clocktimebox{ max-width:900px; margin:0 auto;}
.clocktime{ font-size:32px; font-weight:700; color:#fff; text-align:center; float:left; width:22%; line-height:40px; position:relative; border:1px solid #fff; margin:5px;}
.clocktime span{ display:block; font-size:15px; line-height:23px; font-weight:normal; margin-top:0;}
/*.clocktime:before { color: #ffffff; content: ":"; font-size: 56px; line-height: 1em; position: absolute; right: -5px; top: 0;}*/
.clocktime:last-child:before{ display:none;}
.timetitle{ color:#fff; font-size:28px; line-height:38px; text-align:center; margin-bottom:20px; font-weight:bold; text-transform:uppercase;}

.about-wraper{ padding:70px 0 70px; position:relative; background:linear-gradient(88deg, #970004 45%, #0b0a0b 100%) repeat; border-top:1px solid rgba(255, 255, 255, 0.1); border-bottom:1px solid rgba(255, 255, 255, 0.1); }
.about-wraper:before { background: url(../images/dots.png) repeat; content: ""; height: 100%; left: 0; opacity: 0.08; position: absolute;  top: 0; width: 100%;}
.about-block{ position:relative;}
.about-1:first-child{ float:right;}
.about-1:last-child p{ }
.about-1{ width:50%; float:left; position:relative; z-index:10;}
.about-1-inner{ padding:0 15px;}
.about-1-inner h2{  color: #fff; font-size: 42px; font-weight: 700; text-transform:capitalize; margin-bottom:20px; line-height:55px; text-align:left;}
.about-1-inner h4{ color:#e4e4e4; font-size: 16px; font-weight: 700; letter-spacing: 0; line-height: 26px; margin-bottom: 5px; position: relative; text-transform: uppercase; }

.about-1-inner p{ text-align:left; color:#fff;}

.ai-images{ position:relative; padding-left:80px;}
.ai-images:before { position: absolute; right: -5%; top: -5%; height: 105%; width: 105%; background-image: url(../images/shape-2.png);   background-repeat: no-repeat;   background-position: center;   background-size: 100%; -webkit-animation: dizzling 10s infinite; -moz-animation: dizzling 10s infinite; -ms-animation: dizzling 10s infinite; -o-animation: dizzling 10s infinite; animation: dizzling 10s infinite;  -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; content: "";}

@keyframes dizzling{
	0%{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	50%{
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100%{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
}

.ai-images img{ border: 15px solid #ffffff;  border-radius: 50%; box-shadow:0 0 25px rgba(0, 0, 0, 0.18); position: relative; z-index: 1; max-width:100%;}
.about-block-1{ margin-top:70px;}
.about-bottom{ background: linear-gradient(to left, #f70068 0%, #441066 100%); box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); display: block;  padding:25px; position: relative; text-align: center; margin:30px 15px 0 15px; display:none;}
.about-bottom:before{ position:absolute; left:60px; top:-20px; width: 0; height: 0; border-left: 20px solid transparent;border-right: 20px solid transparent; content:""; border-bottom: 20px solid #441066;}
.about-bottom p{ color:#fff;}
.about-bottom-box{ max-width:1240px; margin:0 auto;}


.about-wraper .icon-dots { background-image: url(../images/icon-dots.png); height: 60px; width: 72px; position:absolute; left: 50%; top: 30%;}
.icon-circle-blue{width: 300px;height: 300px;background-image: url(../images/circle-blue.png);}
.about-wraper .icon-circle-blue{right: -135px;bottom: -80px;opacity: .70;-webkit-animation: fa-spin 30s infinite;-moz-animation: fa-spin 30s infinite;-ms-animation: fa-spin 30s infinite;-o-animation: fa-spin 30s infinite;animation: fa-spin 30s infinite; position:absolute;}
.about-wraper .icon-circle-1 { left: -200px; opacity: 0.05; top: -200px;}

.anim-icons .icon { background-position: center center; background-repeat: no-repeat; position: absolute;}
.icon-circle-1 { background-image: url(../images/icon-circle-1.png); background-size: 100% auto; height: 500px; width: 500px;}
.twist-line-1 { background-image: url(../images/twist-line-1.png); height: 70px; width: 80px;}
.twist-line-2 { background-image: url(../images/twist-line-2.png); height: 73px; width: 70px;}
.twist-line-3 { background-image: url(../images/twist-line-3.png); height: 73px; width: 70px;}

.icon-circle-4 { background-image: url(../images/icon-circle-4.png); height: 156px; width: 156px;}

.about-block.aim-block{}

.aim-block h3 { color: #fff; font-size: 28px; font-weight: 700; line-height: 40px; margin-bottom: 20px; text-align: left; text-transform: capitalize;}
.aimbox{ padding:0 15px;}
.aim-block ul{}
.aim-block ul li { color: #fff; position: relative; text-align: left; padding: 2px 0 2px 20px;}
.aim-block ul li:before{ position:absolute; left:0; top:4px; font-size:7px; color:#fff; font-family:FontAwesome; content:"\f04d"; -webkit-transform:rotate(45deg); transform:rotate(45deg);}

.awardinfo-wraper{ padding:70px 0 70px; position:relative; background:url(../images/awardbg.jpg) no-repeat; }
.awardinfo-wraper:before { background:linear-gradient(88deg, #970004 45%, #0b0a0b 100%) repeat; content: ""; height: 100%; left: 0; opacity: 0.96; position: absolute;  top: 0; width: 100%;}
.awardinfo-block{ position:relative;}
.awardinfo-block h2{ color: #fff; font-size: 45px; font-weight: 700; line-height: 55px; margin-bottom: 20px; text-align: left; text-transform: capitalize;}
.awardinfo-block p{ color:#fff;}


.attend-wraper{ padding:60px 0; background:#000; position:relative;}
.attend-block{}
.featuretitle{ margin-top:0; padding:0 15px; margin-bottom:20px;}
.featuretitle h2{ color: #fff; font-size: 30px; font-weight: 700; line-height: 55px; margin-bottom: 0; text-align: left; text-transform: capitalize;}
.feature-1:nth-child(4){}
.feature-1:nth-child(5){ }
.feature-1:nth-child(6){ }
.feature-1:nth-child(6) .feature-1-inner .inner-box{ }
.feature-1:nth-child(6) .feature-1-inner .text { }
.feature-1{ display:inline-block;}
.feature-1-inner{ margin:15px;}
.feature-1-inner .inner-box { background-color: #ffffff; border: 1px solid #5a5a5a; border-top:5px solid #5a5a5a; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); overflow: hidden;  padding: 20px; position: relative; transition: all 500ms ease 0s; min-height:140px; border-radius:10px;}
.feature-1-inner .icon-box { display: block; left: 20px; margin-bottom: 30px; position: absolute; top: 40px;}
.feature-1-inner  .icon-box i { background: none; color: #0d1d31; display: inline-block; font-size: 40px; line-height: 1em; position: relative;  transition: all 400ms ease 0s;}
.feature-1-inner .text { color: #000; cursor: default; display: block; font-size: 18px; font-weight: 600; line-height: 26px; position: relative;text-align: center; vertical-align: middle;}
.feature-1-inner .inner-box:hover .icon-box i { -webkit-transform: scale(-1) rotate(180deg); transform: scale(-1) rotate(180deg);}



.shape1{ position:absolute; left:-100px; top:0;}

.hexagon { float: left; position: relative; width: 51px; margin: 10px 15px 0 0;}
.fa-stack-1x { color: #970004; font-size: 25px; position: absolute; top: 14px;}
.rhex { background-color: #fff; border-radius: 2px; height: 28px; margin-top: 14px; width: 50px; position:relative;}
.rhex::before, .rhex::after { background-color: inherit; border-radius: inherit; content: ""; height: inherit; left: 0; position: absolute;  top: 0; width: inherit;}
.rhex::before { transform: rotate(60deg);}
.rhex::after { transform: rotate(-60deg);}


.hexagon.white .rhex{ background-color: #fff; }
.hexagon.white .fa-stack-1x{ color:#dc143c;}

.section-title{ text-align:left; margin-bottom:30px; position:relative;}
.section-title h2 { font-size: 45px; font-weight: 700; letter-spacing: 1px; line-height: 55px; text-transform:capitalize; color:#fff;}
.section-title h3{ color: #e4e4e4; display: block; font-size: 14px; font-weight: 700; letter-spacing: 0; line-height: 24px; margin-bottom: 0;  position: relative; text-transform: uppercase;}
.section-title h4{ -webkit-text-fill-color: transparent; background: rgba(0, 0, 0, 0) linear-gradient(to left, #1b0068 0%, #441066 25%, #f70068 75%, #441066 100%) padding-box text; color: transparent; display: block; font-size: 18px; font-weight: 700; letter-spacing: 0; line-height: 26px; margin-bottom: 5px; position: relative; text-transform: uppercase;}
.section-title.white h2{ color:#fff;}
.section-title.white h3{ color:#fff;}




.speaker-wraper{ padding:70px 0; background:linear-gradient(88deg, #970004 45%, #0b0a0b 100%) repeat ; position:relative;}
.speaker-wraper:before{ background: url(../images/dots.png) repeat; content: ""; height: 100%; left: 0; opacity: 0.08; position: absolute; top: 0;  width: 100%;}
.speaker-block{ position:relative; text-align:center;}
.speaker-block::before {}
.speaker-1 { display: inline-block; position: relative; vertical-align: top;  width: 24%;}
.speaker-1:hover .speaker-1-inner{ top:-10px }
.speaker-1 .speaker-1-inner{ border:1px solid #fff; border-radius:0; margin:10px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); border-bottom:5px solid #fff; transition:all 0.5s ease 0s; position:relative; top:0; background:#970004; }
.speaker-1 .speaker-1-info { overflow: hidden; padding: 15px 0; text-align: center; min-height:130px; max-height:165px;}
.speaker-1 .speaker-1-info h3{ margin:0 0 8px 0; font-weight:500; font-size:23px; line-height:22px; text-align:center;}
.speaker-1 .speaker-1-info h3 a{ color:#fff; }
.speaker-1 .speaker-1-info h3 a:hover{ text-decoration:none;}
.speaker-1 .speaker-1-info .subtitle{ color:#fff; line-height:18px; margin-bottom:5px;}
.speaker-1 .speaker-1-info .subtitle1 { color: #fff; font-size: 17px; font-weight: 600; line-height: 20px; margin-top: 9px;}
.speaker-1 .speaker-1-img { border-radius: 100%; margin: 15px auto 0; max-width: 240px; overflow: hidden; position: relative;}
.speaker-1 .speaker-1-img img{ max-width:100%;}

.innerspeaker-block{ text-align:center;}
.innerspeaker-block .speaker-1{}

.speaker-1-logo { margin: 0 auto 15px; max-width: 190px;}
.speaker-1-logo img{ max-width:100%;}


.number-wraper{ padding:70px 0 50px; position:relative; background:url(../images/countbg.jpg) no-repeat; background-size:cover;}
.number-wraper:before{ position:absolute; left:0; top:0; width:100%; height:100%; content:""; background:linear-gradient(88deg, #970004 45%, #0b0a0b 100%) repeat;}
.number-block{ position:relative;}
.number-1{ float:left; width:20%; text-align:center;}
.number-1:last-child .number-1-inner:before{ display:none;}
.number-1-inner{ margin:0 15px; text-align: center; width: 100%; max-width: 170px; position: relative; margin-left: auto; margin-right: auto;}

.number-1-info{}
.number-1-info span { color: #fff; display: inline-block; font-size: 40px; font-weight: 700; margin-bottom: 7px; line-height: 40px;}
.number-1-info span.number-count{}
.number-1-info span.number-plus{}
.number-1-info span.number-txt { display: block; font-size: 15px; font-weight: 700; line-height: 21px; margin-top: 10px;  text-transform: uppercase;}

.number-1:nth-child(5) .number-1-info span { display: inline-block; font-size: 20px; line-height: 30px; margin: 0;}
.number-1:nth-child(5) .number-1-info span.number-txt{ margin-top:10px; font-size:16px;}


.strip-wraper{ background:#000; position:relative; padding:50px 0; border-top:1px solid rgba(255, 255, 255, 0.1);}
.strip-wraper:before { background: url(../images/dots.png) repeat;  content: ""; height: 100%; left: 0; opacity: 0.05; position: absolute;  top: 0; width: 100%;}
.strip-block{ position:relative; text-align:center;}
.strip-1{ width:33%; display:inline-block; margin:15px 0;}
.strip-1-inner { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 20px 0; margin: 0 10px;  padding: 10px;}
.strip-1-inner h3{ color:#fff; font-size:16px; margin-bottom:10px; text-align:center;}
.strip-1-inner h4 { color: #fff; font-size: 20px; margin-bottom: 10px; text-align: center;}
.strip-1-inner p{ text-align:center; color:#e4e4e4; margin-bottom:0;}

.sponsors-wraper{ padding:70px 0 50px; position:relative; background:linear-gradient(88deg, #970004 45%, #0b0a0b 100%) repeat; position:relative;}
.sponsors-wraper:before { background: url(../images/dots.png) repeat;  content: ""; height: 100%; left: 0; opacity: 0.08; position: absolute;  top: 0; width: 100%;}
.sponsors-block{ position:relative;}
.sponsors-row { text-align:center; margin:25px 0;}
.sponsors-1{ display:inline-block;}
.sponsors-1-inner{ }
.sponsors-title{}
.sponsors-title h3 { color: #fff; font-size: 18px; font-weight: 600; text-align: center; text-transform: uppercase; margin-bottom: 20px;}
.sponsors-1-img { border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); display: inline-block; margin: 0 15px;  padding: 5px;}
.sponsors-1-img img{ max-width:100%;}



.footer-wraper{ }
.footer-block{}
.footer-1{ float:left; width:33.33%;}
.footer-1-inner{ padding:0 15px;}
.footer-1-inner h3 { color: #fff; font-size: 22px; font-weight: normal; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px;}
.footer-1-inner h4 { color: #fff; font-size: 22px; font-weight: 600; text-transform: uppercase; margin-bottom: 12px;}
.footer-1-inner h5 { color: #fff; font-size: 16px; font-weight: normal; letter-spacing: 1px; margin-bottom: 12px;}
.footer-1-inner p{ color:#fff; font-weight:300; margin-bottom:5px;}
.footer-1-img{}
.footer-logo{ margin-bottom:30px;}
.footer-logo img{ max-width:75%;}
.footer-1-img{}
.footer-1-img img{ max-width:45%;}
.footer-1-inner a{ color:#e4e4e4;}
.usefullinks{ text-align:left;}
.usefullinks li{ }
.usefullinks li a { border-left: 1px solid #f70068; color: #e4e4e4; display: inline-block; padding:3px 0 3px 15px; margin-bottom:2px;}
.usefullinks li a:hover{ text-decoration:none; color:#fff; }
.contactus{}
.contactus i{ color:#f70068; margin:0 7px 0 0;}
.contactus p{ margin:10px 0;}
.social-icon-one{ position:relative; margin-top:30px;}
.social-icon-one li { display: inline-block; margin-bottom: 10px; margin-right: 8px; position: relative;}
.social-icon-one li a{ background-color: #373851; color: #a9b1bf; display: block; font-size: 16px; height: 40px; line-height: 40px; position: relative; text-align: center; transition: all 900ms ease 0s; width: 40px;}
.social-icon-one li a i{ margin:0;color: #a9b1bf; }

.social-icon-one li a:hover{ -webkit-transform:rotate(360deg); transform:rotate(360deg);}
.social-icon-one li a:hover{background-color: #e1137b; color: #ffffff;}
.social-icon-one li a:hover i{ color: #ffffff;}

.footerlast-wraper{ padding:25px 0; background:#000; position:relative;}
.footerlast-wraper:before{ background: url(../images/dots.png) repeat;  content: ""; height: 100%; left: 0; opacity: 0.05; position: absolute;  top: 0; width: 100%;}
.footerlast-block{ position:relative;}
.socialtop{}
.socialbottom{ border-bottom:1px solid rgba(255, 255, 255, .3); padding-bottom:30px; margin-bottom:35px;}
.socialbottom ul{ text-align:center;}
.socialbottom ul li{}
.socialbottom ul li a{ border-radius:100%; border:none;}
.socialbottom ul li a:hover{}
.socialbottom ul li a.facebook{ background:#4966ab;}
.socialbottom ul li a.twitter{ background:#35abdb;}
.socialbottom ul li a.linkedin{ background:#0674b0;}
.socialbottom ul li a.pinterest{ background:#e94642;}

.copyright { color: #e4e4e4; float: left; font-size: 13px; text-align: right; width: 50%;}
.copyname{ color: #e4e4e4; float: left; font-size: 13px; text-align:center; width: 100%;}

a#backtop:before { color: #ffffff; content: "\f106"; display: block; font-family: "FontAwesome"; font-size: 20px; margin-top: 20px; text-align: center;}
a#backtop {  background:#970004; border-radius:50%; bottom: 15px; height: 45px; line-height: 5px; position: fixed; right: 15px; text-decoration: none; width: 45px; z-index: 9999; font-size: 20px; font-weight: 400; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;}
a#backtop:hover{ text-shadow: 0 3px 0 #000, 0 4px 2px #fff; -webkit-text-shadow: 0 3px 0 #000, 0 4px 2px #fff; background:#4e3224  ;}  

.socialbtnstick{ position:fixed; z-index:9999; right:15px; bottom:65px;}
.socialbtnstick a{ display:block; font-size:16px; border-radius:100%; color:#fff; width:45px; height:45px; line-height:45px; text-align:center; margin-top:5px;}
.socialbtnstick a.fb{ background:#354d8e;}
.socialbtnstick a.lin{ background:#347ed4;}
.socialbtnstick a.tw{ background:#00a3f6;}
.socialbtnstick a:hover{ text-decoration:none;}


/*.innerbanner-wraper { padding:80px 0; background:linear-gradient(88deg, #970004 45%, #0b0a0b 100%) repeat; position:relative;}
.innerbanner-wraper:before{ position:absolute; left:0; width:100%; top:0; height:100%; content:""; background:url(../images/dots.png) repeat; opacity:.08;}*/

.innerbanner-wraper { padding:80px 0;  position:relative; background:#000;}
.innerbanner-wraper:before{ background: url("../images/dots.png") repeat; content: ""; height: 100%; left: 0; opacity: 0.05; position: absolute; top: 0; width: 100%;}



.innerbanner-block{ position:relative;}
.innerbanner-block:before { }
.innerbanner-block h1{ color: #fff; font-size: 45px; font-weight: 700; line-height: 55px; margin-bottom: 10px; text-align:center; text-transform: capitalize;}
.breadcrum{ text-align:center;}
.breadcrum ul{}
.breadcrum ul li{ display:inline-block; color:#e4e4e4;}
.breadcrum ul li a{ color:#fff;}
.breadcrum ul li a:hover{ text-decoration:none;}

.content-wraper{ padding:70px 0; background:linear-gradient(88deg, #970004 45%, #0b0a0b 100%) repeat; border-top:1px solid rgba(255, 255, 255, 0.1);}
.content-block{}
.content-block p{ font-size:17px; color:#fff;}

.content-1{}
.content-1 ul li { color: #1a1a1a; font-size: 16px; padding: 7px 0 7px 30px; position: relative; text-align: left;}
.content-1 ul li:before{  position:absolute; left:10px; top:7px; font-size:7px; color:#000; font-family:FontAwesome; content:"\f04d"; -webkit-transform:rotate(45deg); transform:rotate(45deg);}


.agenda-block{}
.attendtitle{ margin-top:25px; padding:0 15px;}
.attendtitle h2{ color: #000; font-size: 30px; font-weight: 700; line-height: 55px; margin-bottom: 0; text-align: left; text-transform: capitalize;}

.agenda-1{ width:100%; float:left;}
.agenda-1-inner h3{ font-size:18px; margin-bottom:10px; }
.agenda-1-inner{ margin:15px;}
.agenda-1-inner .inner-box { padding: 10px; position: relative; transition: all 500ms ease 0s; border-radius:10px;}
.agenda-1-inner .text { color: #fff; cursor: default; display: block; font-size: 15px; font-weight: 400; line-height: 24px; position: relative; text-align:left;}
.agenda-1-inner .text ul{}
.agenda-1-inner .text ul li{ color: #fff; font-size: 16px; padding: 7px 0 7px 30px; position: relative; text-align: left;}
.agenda-1-inner .text ul li:before{ position:absolute; left:10px; top:7px; font-size:7px; color:#fff; font-family:FontAwesome; content:"\f04d"; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
.content-block .agenda-1-inner h4{ font-size:20px; font-weight:normal; color:#fff;}
.content-block .agenda-1-inner h3 { color: #fff; font-size: 25px; margin: 15px 0; font-weight: 500; line-height:35px;}
.awardcat-1{ float:left; width:33.33%;}
.awardcat-1-inner { border: 1px dashed rgba(255, 255, 255, 0.2); margin: 15px; padding: 0 15px;}
.content-block .awardcat-1-inner h3{ font-size:23px; margin:20px 0 10px; text-transform:uppercase;}
.awardcat-1-inner ul{}
.awardcat-1-inner ul li{ color: #1a1a1a; font-size: 16px; padding: 4px 0 4px 20px; position: relative; text-align: left;}
.awardcat-1-inner ul li:before{ position:absolute; left:0; top:7px; font-size:7px; color:#000; font-family:FontAwesome; content:"\f04d"; -webkit-transform:rotate(45deg); transform:rotate(45deg);}


.content-form{}
.content-form h3 { font-size: 21px; font-weight: 500; margin-bottom: 30px; padding-bottom: 20px; text-align: center;}
.content-form h4{ color:#fff;}
.content-form h5{}
.form-col { float: left; padding: 0 10px; width: 50%; margin-bottom:20px}
.form-col label { display: block; text-align: left; width: 100%; margin-bottom:5px; color:#fff; text-transform:uppercase; font-weight:bold; font-size:13px;}
.form-col input{ border:1px solid rgba(255, 255, 255, .4); padding:10px; color:#fff; background:none; width:100%; height:45px; }
.form-col select{ border:1px solid rgba(255, 255, 255, .4); padding:10px; color:#fff; background:none; width:100%; height:45px; }
.form-col select option{ color:#970004;}
.form-col input:focus, .form-col.form-col-textarea textarea:focus, .form-col select:focus{ border:1px solid #b48a2e;}
.form-col label em{ color:#cc0000;}
.form-col label.error{ color:#cc0000;}
.form-col.form-col-email{ width:100%; }
.form-col.form-col-email input{}
.form-col.form-col-textarea{ width:100%;}
.form-col.form-col-textarea textarea{  border:1px solid rgba(255, 255, 255, .4); padding:10px; color:#fff; background:none; width:100%; border-radius:5px; height:90px; font-family: 'Poppins', sans-serif;}
.form-col .submit{ background:#000; max-width:150px; color:#fff; text-transform:uppercase; font-weight:bold; font-size:14px;  cursor:pointer; border:none; letter-spacing:1px; font-family: 'Poppins', sans-serif; border:3px double #e4e4e4;}
.form-col.form-col-submit{ width:100%; text-align:left; margin:30px 0 0 0;}
.formcol-group{ float: left; padding: 10px; width: 100%; color:#fff;}
.formcol-group h3{ color: #000; font-size: 22px; font-weight: 700; line-height: 30px; margin: 0 0 10px; text-align: left; text-transform:uppercase;}
.formcol-group h4{ color: #000; font-size: 20px; font-weight: 700; line-height: 30px; margin: 0 0 10px; text-align: left; text-transform: capitalize;}
.formcol-group ul{}
.formcol-group ul li{ width:50%; color:#101010; padding:3px 0; float:left;}
.formcol-group input{ margin:0 10px 0 0;}
.formcol-group label { color: #fff; display: inline-block; font-weight: bold; width: 30%; font-size:18px;}
.amountgroup input { background:none;  color: #fff; display: inline-block; font-size: 18px; font-weight: bold; text-align: left; width: 6%;}
.form-col h4{ font-size: 21px; font-weight: 500; margin-bottom: 0; padding-bottom: 20px; text-align:left; color:#fff;}
.form-col .awardcatlabel{}
.form-col .awardcatlabel input { display: inline-block; width: 30px; height: 30px; color:#fff}
.form-col .awardcatlabel span { color: #fff; display: inline-block; font-size: 17px; font-weight: normal; margin-top: 0; vertical-align: top;}


.awardprocess-block{ text-align:center;}
.awardprocess-1{ display:inline-block; width:33%; vertical-align:top}
.awardprocess-1-inner { margin: 10px; padding: 20px 15px; border-radius:10px; min-height:210px;}
.awardprocess-title{}
.awardprocess-title h3 { color: #fff; font-size: 23px; font-weight: 600; margin-bottom: 20px; text-align: center; text-transform: uppercase;}
.awardprocess-text { color: #fff; font-size: 17px; font-weight:normal; line-height: 27px; text-align: center;}

.awardprocess-1:nth-child(1) .awardprocess-1-inner{ border:1px solid #f2bf5e; border-top:5px solid #f2bf5e;} 
.awardprocess-1:nth-child(2) .awardprocess-1-inner{ border:1px solid #ff6161; border-top:5px solid #ff6161;}
.awardprocess-1:nth-child(3) .awardprocess-1-inner{ border:1px solid #536eb7; border-top:5px solid #536eb7;}
.awardprocess-1:nth-child(4) .awardprocess-1-inner{ border:1px solid #75cba8; border-top:5px solid #75cba8;}
.awardprocess-1:nth-child(5) .awardprocess-1-inner{ border:1px solid #f2bf5e; border-top:5px solid #f2bf5e;}

.content-block{}
.content-block h3{ color: #fff; font-size: 21px; font-weight: 600; margin-bottom: 20px; margin-top:20px; text-align:left; text-transform:capitalize;}
.content-block ul{}
.content-block ul li{ color: #fff; font-size: 15px; padding: 4px 0 4px 20px; position: relative; text-align: left;}
.content-block ul li:before{  position:absolute; left:0; top:7px; font-size:7px; color:#fff; font-family:FontAwesome; content:"\f04d"; -webkit-transform:rotate(45deg); transform:rotate(45deg);}

.eventimg-block{}
.eventimg-block h2{ color: #fff; font-size: 45px; font-weight: 700; line-height: 55px; margin-bottom: 30px; margin-top:10px; text-align: center; text-transform: capitalize; position:relative; padding:30px 0;}
.eventimg-block h2:before{ background: url(../images/dots.png) repeat; content: ""; height: 100%; left: 0; opacity: 0.1; position: absolute;  top: 0; width: 100%;}
.eventimg-1{ margin-top:25px;}
.eventimg-1-inner{ text-align:center; }
.eventbox{ display:inline-block; width:19.5%;}
.eventbox img { border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); margin: 5px; max-width: 98%; padding: 5px;}
.pastevent-block{ padding:0 15px;}
.pastevent-block p{ color:#fff;}

.pastevent-block{}
.pasteventimg-block .eventbox{ width:33%;}


.largertxt { float: left; font-size: 73px; font-weight: 500; line-height: 60px; margin: 0 5px 0 0;}

#callme-1 { bottom: 75px; position: fixed; right: 15px; z-index: 100;}
#callme-1 a { background: #115905; border-radius: 100%; color: #fff; display: inline-block; font-size: 18px; height: 45px; line-height: 45px;  text-align: center; width: 45px;}


.disclaimers{}
.disclaimers-inner{}

.eventimg-block{ margin-top:30px;}
.p-box{ float:left; margin:8px;}
.p-box img { border: 1px solid #e4e4e4; padding: 8px;}

.stage-block{}
.stage-block h3{}
.stage-block p{}
.stage-block ul{}
.stage-block ul li:before{}
.iconblock{}
.iconbox-1{ display:inline-block; width:24%;}
.iconbox-1-inner { background: rgba(151, 0, 4, 0.8); border: 1px solid rgba(255,255, 255, 0.2); box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); margin: 15px;  text-align: center;  padding: 10px;}
.iconbox-1-icon{}
.iconbox-1-icon img{ max-width:100%;}
.iconbox-1-info { color: #fff; font-size: 16px;}
.iconbox-1-info span { display: block; font-size: 18px; font-weight: bold;}

.innerstage-block{}
.innerstage-1:last-child{ float:right; width:35%;}
.innerstage-1:last-child .innerstage-1-inner{ background:rgba(151, 0, 4, .8); padding:15px;}
.innerstage-1{ float:left; width:65%;}
.innerstage-1-inner{ margin:15px;}
.innerstage-1-info { margin: 50px auto 0; max-width: 550px;}
.innerstage-1-info h1{ margin-bottom:30px; font-size:52px; line-height:65px;}
.innerstage-1-info h4 { border-bottom: 1px solid rgba(255, 255, 255, 0.2);  border-top: 1px solid rgba(255, 255, 255, 0.2); color: #fff; font-size: 22px; font-weight: normal; letter-spacing: 2px; line-height: 32px; padding: 7px 0; text-align: center;}
.innerstage-1-info h3 { color: #fff;  font-size: 26px; font-weight: 800;  letter-spacing: 2px; line-height: 40px; margin-top: 22px; text-align: center;}

.innerstage-form{}
.innerstage-form h3 { color: #fff; font-size: 22px; padding: 0;text-align: center; margin-bottom: 20px;}
.innerstage-form .form-col{ width:100%; margin-bottom:7px;}
.innerstage-form .form-col input { border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 2px; height: 37px;}
.innerstage-form .form-col.form-col-submit{ margin:10px 0 0 0;}
.innerstage-form .form-col .submit{ height:45px;}
.innerstage-form .form-col ::-webkit-input-placeholder {
	color: #fff; opacity:1;
}

.innerstage-form .form-col :-moz-placeholder {
	color: #fff; opacity:1;
}

.innerstage-form .form-col ::-moz-placeholder {
	color: #fff; opacity:1;
}

.innerstage-form .form-col :-ms-input-placeholder {
	color: #fff; opacity:1;
}


.prime-wraper{ background: #000; position: relative;  padding:70px 0;}
.prime-wraper:before { background: url(../images/dots.png) repeat; content: ""; height: 100%; left: 0; opacity: 0.08; position: absolute; top: 0; width: 100%;}

.prime-block{ position:relative;}
.prime-1.prime-2{}
.prime-1.prime-2 .prime-1-inner{}
.prime-1{ float:left; width:50%;}
.prime-1-inner{ padding:0 15px;}
.prime-1-info{}
.prime-1-info h2 { color: #fff; font-size: 45px; font-weight: 700; letter-spacing: 1px; line-height: 55px; text-transform: capitalize; text-align:left; margin-bottom:10px;}
.prime-1-info h4 { color: #e4e4e4; font-size: 18px; font-weight: 700;  letter-spacing: 0; line-height: 26px; margin-bottom: 25px; position: relative;
  text-transform:capitalize;}
.prime-1-info p { color: #fff; font-family:Georgia, "Times New Roman", Times, serif; font-size: 19px; font-style: italic; line-height: 30px;}
.prime-1-img{}
.prime-1-img img{ max-width:100%;}


.client-wraper{ background:#fff; padding:50px 0; position:relative;}
.client-block{}
.client-slider{}
.client-1{}
.client-1-inner { border: 1px solid #e4e4e4; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); margin: 0 15px; padding: 0 10px;}
.client-1-inner img{ max-width:100%;}

#client-slider.owl-theme .owl-controls{ margin-top:30px; display:none;}
#client-slider.owl-theme .owl-dots .owl-dot span { height: 5px; width: 30px;}
#client-slider.owl-theme .owl-dots .owl-dot.active span, #client-slider.owl-theme .owl-dots .owl-dot:hover span{ background:#970004;}

.gallery-wraper{ background:linear-gradient(88deg, #970004 45%, #0b0a0b 100%); position:relative; padding:70px 0;}
.gallery-wraper:before{}
.gallery-block{}
.gallery-1{ float:left; width:33.33%}
.gallery-item{ margin-bottom: 30px; position: relative; padding:0 15px;}
.gallery-item img{ width: 100%; vertical-align:top;}
.gallery-item .overlay{ position: absolute;  width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0,0,0,.8); text-align: center; opacity: 0; -webkit-transition: .25s; -moz-transition: .25s; transition: .25s;}
.gallery-item a{ display: block; position: absolute; height: 42px; width: 42px; top: 50%; left: 50%; text-align: center; border: 2px solid #7b7b7b; border-radius: 100%; padding: 80px; -webkit-transition: .3s; transition: .3s;  -webkit-transform: translateY(-50%) translateX(-50%);    transform: translateY(-50%) translateX(-50%);  opacity: 0;}
.gallery-item a img{ -webkit-transform: scale(0); transform: scale(0); -webkit-transition: .3s; transition: .3s;}
.gallery-item:hover .overlay{ opacity: 1;}
.gallery-item:hover a{  opacity: 1; padding: 10px;}
.gallery-item:hover a img{ -webkit-transform: scale(1);transform: scale(1);}
.gallery-button{ background-color: #65ac4c; padding: 13px 30px; margin-top: 30px;}
.gallery-button:hover{ background-color: #ff9822;}

.downloadbtn.gallerybtn{ text-align:center;}

.pagegallery-block{}
.pagegal-1{ width:20%; float:left;}

  
#menu-icon{ display:none;}  

@media screen and (min-width:1281px)
{
	
}
/*##################################    for width 1024px  ########################################*/
@media screen and (max-width:1259px)  
{
	.container{ width:98%; margin:0 auto; max-width:1000px;}
	.slider-wrapper::before{ left:0;}
	.lefttitme-block{ left:1%;}
	.banner-img-desc{ max-width:450px;}
	.banner-img-desc h1{ font-size:45px; line-height:55px;}
	.sf-menu > li + li { margin-left: 15px;}
	
	
	
	

}

/*##################################    for width 768px  ########################################*/

@media screen and (max-width:990px)
{
	.container{ width:98%; margin:0 auto; max-width:750px;}
	#menu-icon { border: 1px solid #fff; border-radius: 5px; color: #fff; cursor: pointer; display: block; float: right; margin: 20px 0 10px; width: 100px; position:relative;}
	#menu-icon i{ font-size:20px; color:#fff; padding:10px; cursor:pointer;}
	#menu-icon span{ color:#fff; text-transform:uppercase; font-weight:bold;} 
	.menu-container-1 { left: 8px; position: absolute; top: 130px;width: 98%;}
	.sf-menu{ float:none; display:none;}
	.breadcrum .breadCrumTP .menu-menu-1-container{ position:static;}
	.sf-menu > li > a{ color:#5a5a5a;}
	.sf-menu > li > ul, .sf-menu > li.sfHover > ul{ box-shadow:none;}
	.nav__primary{ width:100%;}
	.sf-menu > li{ width:100%;}
	.sf-menu > li + li{ margin:0;}
	.sf-menu > li > a{ padding:12px 15px; width:96%; text-align:left;}
	.sf-menu > li > ul > li > a{ width:100%; padding:8px 0;}
	.sf-menu li ul.servItem li{ width:100%;}
	.sf-menu li ul.servItem{ width:100%!important;}
	.sticky{ position:static!important}
	.sf-menu > li > ul > li strong{ display:none;}
	.sf-menu > li > ul, .sf-menu > li.sfHover > ul{ width:100%;}
	.sf-menu > li > ul{ position:static;}
	.sf-menu > li > ul:before{ display:none;}
	.sf-menu > li:hover > a, .sf-menu > li.current > a, .sf-menu > li.sfHover > a, .sf-menu > li:hover > span, .sf-menu > li.current > span, .sf-menu > li.sfHover > span{ border:none;}
	.sf-menu > li > ul, .sf-menu > li.sfHover > ul{ border:none;}
	.sf-menu > li.sfHover ul{}
	.sf-menu li ul{ display:none; padding:5px 25px;}
	.sf-menu li strong { background: url(../images/toogle-button2.png) no-repeat right -54px; height: 35px; position: absolute; right: 25px; top: 4px; width: 150px; z-index:200; cursor:pointer;}
	
    .sf-menu li strong.opened { background-position: right 7px;}
    .sf-menu > li{ background:#f9f9f9;}  
	.sf-menu li ul { background: #e4e4e4; padding: 12px 28px; max-width: 100%;}
	
	.middle-wraper .nav-wraper{ max-width:20%;}
	.banner-img-desc h1{ font-size:35px; line-height:50px;}
	.banner-img-desc h2{ font-size:16px; line-height:25px;}
	.banner-img-desc h3{ font-size:18px; line-height:26px;}
	.slider-shape-rocket img { max-width: 60%;}
	.banner-wraper{ padding:70px 0;}
	.about-1{ width:100%;}
	.strip-1{ width:50%; margin:5px 0;}
	.slider-shape-rocket{ text-align:right;}
	.innerbanner-block h1{ font-size:32px; line-height:42px;}
	.innerbanner-wraper{ padding:40px 0;}
	.speaker-1{ width:32%;}
	.innerstage-1-info { margin: 0; max-width: 100%;}
	.innerstage-1{ width:100%;}
	.innerstage-1:last-child { float: right; width: 100%;}
	.prime-1{ width:100%;}
	.prime-1.prime-2 { margin-top: 20px;}
	.slider-wrapper::before{ display:none;}
	.lefttitme-block { background: linear-gradient(88deg, #970004 45%, #0b0a0b 100%); border-radius: 0; left: 0; max-width: 100%; position: relative;}
	.banner-img-desc { max-width: 100%; text-align: center;}
	
	
}

/*##################################    for width 600px  ########################################*/

@media screen and (max-width:767px)
{
	.container{ width:98%; margin:0 auto; max-width:600px;}
	.number-1 { display: inline-block; float: none; text-align: center; width: 32.33%; margin:10px 0; vertical-align:top;}
	.number-block{ text-align:center;}
	.content-block{ padding:0 15px;}
	.content-wraper{ padding:40px 0;}
	.eventimg-block h2{ font-size:32px; line-height:42px; padding:15px 0;}
	.eventbox { display: inline-block;  width: 47.5%;}
	.pasteventimg-block .eventbox { width: 47%;}
	.content-block .agenda-1-inner h3{ font-size:25px;}
	.agenda-1-inner { margin: 0;}
	.awardcat-1{ width:100%;}
	.awardcat-1-inner{ margin:10px 0;}
	.awardprocess-1{ width:100%;}
	.speaker-1{ width:48%;}
	.prime-1-info h2{ font-size:32px; line-height:42px;}
	.prime-wraper{ padding:40px 0;}
	
	
	
	
}

/*##################################    for width 480px  ########################################*/

@media screen and (max-width:580px)
{
	.container{ width:98%; margin:0 auto; max-width:440px;}
	
	#menu-icon i { font-size: 17px; padding: 10px;}
	#menu-icon span{ font-size:14px;}
	.slider-shape-rocket{ display:none;}
	.banner-wraper{ padding:40px 0;}
	.clocktime{ width:25%; margin:5px 0; font-size:18px;}
	.clocktime span{ line-height:30px;}
	.clocktime:before{ font-size:30px; display:none;}
	.number-1-info span{ font-size:25px;}
	.number-1-info span.number-txt {font-size: 13px; font-weight: 500; margin-top: 0; }
	.about-1-inner h2, .awardinfo-block h2, .section-title h2{ font-size:32px; line-height:42px;}
	.strip-1{ width:100%;}
	.sponsors-wraper{ padding:35px 0;}
	.menu-container-1{ width:95%; top: 75px;}
	.number-wraper{ padding:30px 0;}
	.awardinfo-block{ padding:0 10px;}
	.awardinfo-wraper, .about-wraper{ padding:40px 0;}
	.sponsors-1-img{ margin:5px 10px;}
	.innerbanner-block h1 { font-size: 26px; line-height: 42px;}
	.form-col{ width:100%; padding:0; text-align:left;}
	.speaker-1{ width:100%;}
	.speaker-1 .speaker-1-info{ min-height:100%; max-height:100%;}
	.innerstage-1-info h3{ font-size:22px; line-height:30px;}
	.innerstage-1-info h1{ margin-bottom:15px;}
	.innerstage-1-info h4{ font-size:17px;}
	.iconbox-1 { display: inline-block; width: 49%;}
	.iconbox-1-info { color: #fff; font-size: 15px; line-height:25px; margin-top:10px;}
	.middle-wraper .logo{ width:310px;}
	#menu-icon{ margin-top:5px;}
	
	.banner-img-desc { left: 0; max-width: 100%; text-align: center; width: 100%; top:18%;}
	.banner-img-desc h1 { font-size: 32px; line-height: 40px;}
	.banner-img-desc h4{ font-size:22px; line-height:30px; padding:0;}
	.timetitle { font-size: 22px; line-height: 30px; margin-bottom: 10px; margin-top: 20px;}
	
	
}

/*##################################    for width 320px  ########################################*/

@media screen and (max-width:479px)
{
	.container{ width:98%; margin:0 auto;}
	.middle-back { padding: 0 10px;}
	.banner-img-desc h1 { font-size: 20px; line-height: 30px; margin-bottom: 10px;}
	.banner-img-desc {}
	.middle-wraper .logo{ width:190px;}
	.menu-container-1 { top: 65px; width: 95%;}
	.middle-wraper .nav-wraper { max-width: 35%; margin-top:15px;}
	#menu-icon{ width:85px;}
	#menu-icon i { font-size: 14px; padding: 5px 10px;}
	.banner-img-desc{ top:5%;}
	.banner-img-desc h1{ margin:0;}
	.downloadbtn.homebtn a { padding: 8px 20px;}
	
	

}
