@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
/*
 * Title:  Applu
 * Author: XeroTheme
 */
/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3.Banner
4.Banner slider
5.Awesome layout
6.About App
7.App feature
8.App preview
9.Fun fact
10.Our pricing
11.Our team
12.Feedback
13.Blog
14.Contact page
15.Newsletter
16.Footer
17.Responsive
[End table of contents]
----------------------------------------------------------------------- */
/* ------------------------------
   Global styles
---------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }
body {
  line-height: 1;
font-family: 'Roboto', sans-serif;
}
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0; }
p{
	
}
img {
  max-width: 100%; }
a,
a:hover,
a:focus {
  cursor: pointer !important;
  outline: none;
  text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #1e2c34;
  margin: 0;
  padding: 0; }
ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }
strong {
  font-weight: 700; }
/* This only works with JavaScript,
        if it's not present, don't show loader */
.big_logo{
	float: right;
}
.big_logo img{
	width: 100%;
	max-width: 339px;
	padding-top: 150px;
}
.big_logo h3{
	font-size: 30px;
	color: #FFF;
	font-weight: 500;
	text-align: center !important;
	padding: 20px 10px 50px 10px;
	line-height: 35px;
}
.btn_reg{
	background: #eeec20;
	color: #000 !important;
	transition: 0.5s;
	border: 1px solid #eeec20;
}
.btn_reg:hover{
	background: #266fd1;
	color: #FFF !important;
	border: 1px solid #FFF;
}
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader_ico.gif) center no-repeat #fff;
}
.white_table{
	background: #FFF;
}
/* --------------------------------
menue style
-------------------------------- */
.active_sc{
   
    padding-top: 10px !important;
    z-index: 99999;
    transition: 0.3s all;
   
}
.navbar.active_sc .navbar-brand{
  padding-top: 10px;
}
.active_sc a{
  color:#000 !important;
}
.navbar.navbar-expand-lg{
  background: none;
  transition: 0.3s all;
  /*z-index: 999999999999999999;*/
}
.navbar.navbar-expand-lg .nav-item a:hover{
  color: #eeec20;
}
.navbar-light .navbar-brand{
  padding-top: 10px;
}
.navbar .nav-item a{
  color: #ffffff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
	margin-right: 10px;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link{
  color: #ffffff;
}
/* --------------------------------
close menue style
-------------------------------- */
/* --------------------------------
Start Banner style
-------------------------------- */
.banner_sec{
  width: 100%;
  background: #04c8a0;
  background: -moz-linear-gradient(182deg, #04c8a0 0%, #1173be 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1173be), color-stop(100%, #04c8a0)); /* safari4+,chrome */
  background: -webkit-linear-gradient(182deg, #04c8a0 0%, #1173be 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(182deg, #04c8a0 0%, #1173be 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(182deg, #04c8a0 0%, #1173be 100%); /* ie10+ */
  background: linear-gradient(268deg, #04c8a0 0%, #1173be 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1173be', endColorstr='#04c8a0',GradientType=1 ); /* ie6-9 */
  position: relative;
  overflow: hidden;
}
.triangle-1 {
  width: 0;
  height: 0;
  border-bottom: 20vw solid #ffffff;
  border-right: 100vw solid transparent;
  float: left;
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.triangle-2 {
  width: 0;
  height: 0;
  border-bottom: 20vw solid #ffffff;
  border-left: 100vw solid transparent;
  margin-top: 0;
  z-index: 9;
  position: absolute;
  bottom: 0;
}
.banner_sec .banner_inside{
  text-align: center;
}
.banner_sec .banner_inside h2{
  color: #ffffff;
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3em;
}
.banner_sec .banner_inside p{
  padding-bottom: 34px;
  line-height: 1.7em;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.banner_sec .banner_inside ul li{
  display: inline-block;
  padding-right: 12px;
}
.banner_sec .banner_inside ul li .btn{
  color: #ffffff;
  text-transform: uppercase;
  background:#1173be;
  background: -moz-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #04c8a0), color-stop(100%, #1173be)); /* safari4+,chrome */
  background: -webkit-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ie10+ */
  background: linear-gradient(91deg, #04c8a0 0%, #1173be 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c8a0', endColorstr='#1173be',GradientType=1 ); /* ie6-9 */
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 20px 42px;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner_sec .banner_inside ul li .btn:after{
  content: '';
  width: 100%;
  height: 0;
  background:#0aa687;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
.banner_sec .banner_inside ul li .btn:hover{
  color: #ffffff;
}
.banner_sec .banner_inside ul li .btn:hover:after{
  height: 100%;
}
.banner_sec .banner_inside ul li a{
  color: #ffffff;
}
.banner_sec .banner_inside ul li a:hover{
  color: #00ffcb;
}
#banner_three .slider_single img{
  width: 100%;
}
/* --------------------------------
Close Banner style
-------------------------------- */
/* --------------------------------
Start Banner slider style
-------------------------------- */
.banner_slider{
  width: 100%;
  position: relative;
  z-index: 999;
}
.banner_slider .owl-carousel.owl-drag .owl-item{
  margin-top: 2%;
  margin-bottom: 2%;
  z-index: 1;
}
.banner_slider .owl-carousel.owl-drag .owl-item.center{
  z-index: 999;
}
#banner_three div.center img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*partner logo*/
.logo-partner{
  width: 100%;
  padding-top: 80px;
}
/* --------------------------------
Close Banner slider style
-------------------------------- */
/* --------------------------------
Start Awesome layout style
-------------------------------- */
.awesome-layout{
  width: 100%;
  background-color: #ffffff;
  padding: 120px 0;
}
.awesome-layout .service_single:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/*FF 3.5+*/
-webkit-box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.awesome-layout .service_single{
  text-align: center;
  padding: 46px 26px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.awesome-layout .service_single h3{
  line-height: 1.3em;
  padding: 18px 0;
  font-weight: 600;
  color: #525b6c;
  font-size: 24px;
}
.awesome-layout .service_single p{
  line-height: 1.7em;
  font-weight: 400;
  color: #525b6c;
  font-size: 14px;
}
/* --------------------------------
Close Awesome layout style
-------------------------------- */
/* --------------------------------
Start About App style
-------------------------------- */
.about_apps{
  width: 100%;
  padding: 120px 0;
  background-color: #f6f6f6;
}
/*title*/
.about_apps .title{
  padding-bottom: 0;
}

.title h3{
  padding-bottom: 14px;
  line-height: 1.3em;
  font-weight: 700;
  color: #404049;
  font-size: 30px;
  text-transform: uppercase;
}
.title img{
  max-width: 174px;
}
.title p{
  padding-top: 15px;
  font-weight: 500;
  color: #404049;
  font-size: 14px;
  line-height: 1.7em;
}
/*title*/
.about_app_list li{
  position: relative;
  padding-left: 67px;
  margin-top: 40px;
  padding-bottom: 20px;
  width: 100%;
}
.about_app_list li img{
  position: absolute;
  left: 0;
  top: 0;
}
.about_app_list li h4{
  line-height: 1.3em;
  padding-bottom: 16px;
  font-weight: 600;
  color: #404049;
  font-size: 24px;
}
.about_app_list li p{
  line-height: 1.7em;
  font-weight: 400;
  color: #404049;
  font-size: 16px;
}
/* --------------------------------
Close About App style
-------------------------------- */
/* --------------------------------
Start App feature style
-------------------------------- */
.app_feature{
  width: 100%;
  background-color: #ffffff;
  padding-top: 120px;
}
.right-align{
  text-align:right;
}
.right-align li{
  position: relative;
  padding-right: 98px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  width: 100%;
}
.right-align li img{
  position: absolute;
  right: 0;
  top: 0;
}
.left-align{
  text-align:left;
}
.left-align li{
  position: relative;
  padding-left: 98px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  width: 100%;
}
.left-align li img{
  position: absolute;
  left: 0;
  top: 0;
}
.list_feature h4{
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #404049;
  line-height: 1.3em;
}
.list_feature p{
  font-weight: 400;
  color: #404049;
  font-size: 14px;
  line-height: 1.7em;
}
.feature_image{
  text-align: center;
}
.feature_image img{
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}
/* --------------------------------
Close App feature style
-------------------------------- */
/* --------------------------------
Start App preview style
-------------------------------- */
.app_preview{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
#app_screen{
  margin-top: -2%;
}
#app_screen div.center img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.app_preview .owl-carousel.owl-drag .owl-item{
  margin-top: 2%;
  margin-bottom: 2%;
  z-index: 1;
}
.app_preview .owl-carousel.owl-drag .owl-item.center{
  z-index: 999;
}
/* --------------------------------
Close App preview style
-------------------------------- */
/* --------------------------------
Start Fun fact style
-------------------------------- */
.fun_fact{
  width: 100%;
  padding: 120px 0;
  background-image: url(../img/fun_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 99;
  background-attachment: fixed;
}
.fun_fact:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
 background:#1173be;
  background: -moz-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #04c8a0), color-stop(100%, #1173be)); /* safari4+,chrome */
  background: -webkit-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ie10+ */
  background: linear-gradient(91deg, #04c8a0 0%, #1173be 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c8a0', endColorstr='#1173be',GradientType=1 ); /* ie6-9 */
  opacity: 0.9;
}
.fun_single{
  width: 100%;
  text-align: center;
}
.fun_single h2{
  color: #ffffff;
  padding-top: 36px;
  padding-bottom: 18px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3em;
}
.fun_single h4{
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3em;
}
/* --------------------------------
Close Fun fact style
-------------------------------- */
/* --------------------------------
Start Our pricing style
-------------------------------- */
.price_list{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.price_single{
  width: 100%;
  background-color: #f6f6f6;
  text-align: center;
  padding-bottom: 26px;
}
.price_single.price-center .price_head{
 background:#1173be;
  background: -moz-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #04c8a0), color-stop(100%, #1173be)); /* safari4+,chrome */
  background: -webkit-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ie10+ */
  background: linear-gradient(91deg, #04c8a0 0%, #1173be 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c8a0', endColorstr='#1173be',GradientType=1 ); /* ie6-9 */
}
.price_single .price_head{
  position: relative;
  padding-top: 46px;
  padding-bottom: 70px;
  overflow: hidden;
  background-color: #04c8a0;
  z-index: 11;
}
.price_single .price_head:after{
  content: '';
  width: 60%;
  height: 140px;
  background-color: #f6f6f6;
  position: absolute;
  left: -30px;
  bottom: -90px;
  z-index: -1;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.price_single .price_head:before{
  content: '';
  width: 60%;
  height: 140px;
  background-color: #f6f6f6;
  position: absolute;
  right: -30px;
  bottom: -90px;
  z-index: -1;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.price_single .price_head h2{
  color: #ffffff;
  line-height: 1.3em;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
.price_single .price_head h3{
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
}
.price_single .price_head h3 small{
  font-size: 18px;
}
.price_single .price_body ul li{
  padding-bottom: 26px;
  font-weight: 500;
  color: #404049;
  font-size: 18px;
  line-height: 1.7em;
}
.price_single.price-center .price_body .btn{
  background:#1173be;
  background: -moz-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #04c8a0), color-stop(100%, #1173be)); /* safari4+,chrome */
  background: -webkit-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ie10+ */
  background: linear-gradient(91deg, #04c8a0 0%, #1173be 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c8a0', endColorstr='#1173be',GradientType=1 ); /* ie6-9 */
  color: #ffffff;
  z-index: 11;
}
.price_single .price_body .btn{
  padding: 20px 55px;
  border:2px solid #04c8a0;
  text-transform: uppercase;
  font-weight: 600;
  color: #404049;
  font-size: 18px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.price_single .price_body .btn:after{
  width: 0;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background:#1173be;
  background: -moz-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #04c8a0), color-stop(100%, #1173be)); /* safari4+,chrome */
  background: -webkit-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ie10+ */
  background: linear-gradient(91deg, #04c8a0 0%, #1173be 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c8a0', endColorstr='#1173be',GradientType=1 ); /* ie6-9 */
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
}
.price_single .price_body .btn:hover{
  color: #ffffff;
}
.price_single .price_body .btn:hover:after{
  width: 100%;
}
/* --------------------------------
Close Our pricing style
-------------------------------- */
/* --------------------------------
Start our team style
-------------------------------- */
.our_team{
  width: 100%;
  padding-top: 120px;
  background-color: #f6f6f6;
  padding-bottom: 120px;
}
.item-inner{
    position:relative;
    overflow:hidden;
    width:100%;
    text-align:center;
}
.item-inner *{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.item-inner img{
  opacity:1;
  -webkit-transition:opacity .35s;
  transition:opacity .35s;
  width: 100%;
	max-width: 380px;
	margin-bottom: -9px;
}
.item-inner .overlay{
    position:absolute;
    bottom:0;
    left:0;
    padding:3em;
    width:100%;
    height:100%
}
.item-inner .overlay::before{
    position:absolute;
    top:50%;
    right:15px;
    bottom:50%;
    left:15px;
    border-top:1px solid rgba(255,255,255,.8);
    border-bottom:1px solid rgba(255,255,255,.8);
    content:'';
    opacity:0;
    background-color:#fff;
    -webkit-transition:all .4s;
    transition:all .4s;
    -webkit-transition-delay:.6s;
    transition-delay:.6s
}
.item-inner .view-list,.item-inner a,.item-inner p{
    margin:0 0 5px;
    opacity:0;
    -webkit-transition:opacity .35s,-webkit-transform .35s;
    transition:opacity .35s,-webkit-transform .35s,-moz-transform .35s,-o-transform .35s,transform .35s
}
.item-inner .view-list,.item-inner a{
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0);
    -webkit-transition-delay:.3s;
    transition-delay:.3s
}
.item-inner:hover .overlay .view-list,.item-inner:hover .overlay a{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-transition-delay:.3s;
    transition-delay:.3s;
  }
.item-inner:hover .overlay::before{
   background:#1173be;
  background: -moz-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #04c8a0), color-stop(100%, #1173be)); /* safari4+,chrome */
  background: -webkit-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ie10+ */
  background: linear-gradient(91deg, #04c8a0 0%, #1173be 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c8a0', endColorstr='#1173be',GradientType=1 ); /* ie6-9 */
    border:none;
    top:15px;
    bottom:25px;
    -webkit-transition-delay:0s;
    transition-delay:0s;
    opacity:.8;
}
.item-inner .view-list{
    margin-top:-25px;
    position:relative;
    top:50%;
    transform:translate3d(0,50%,0);
    transition-delay:.3s;
    width:100%
}
.item-inner .view-list a{
  display:inline-block;
}
.item-inner .view-list h4{
  color: #ffffff;
  padding-bottom: 8px;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 24px;
}
.item-inner .view-list h5{
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
.item-inner .view-list ul li{
  display: inline-block;
  border:1px solid #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 4px;
  padding-top: 2px;
}
.item-inner .view-list ul li a{
  color: #ffffff;
}
/* --------------------------------
Close our team style
-------------------------------- */
/* --------------------------------
Start Feedback style
-------------------------------- */
.user_feedback{
  width: 100%;
  background-color: #ffffff;
  padding-top: 120px;
}
.user_feedback .owl-carousel .owl-item img{
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.user_feedback .testi_single{
  background-color: #f6f6f6;
  padding: 18px;
}
.user_feedback .testi_single h4{
  font-weight: 600;
  color: #404049;
  font-size: 24px;
  line-height: 1.3em;
}
.user_feedback .testi_single h5{
  font-weight: 500;
  color: #404049;
  font-size: 16px;
  line-height: 1.7em;
}
.user_feedback .testi_text p{
  padding-top: 20px;
  line-height: 1.7em;
  font-weight: 400;
  color: #404049;
  font-size: 14px;
}
/* --------------------------------
Close Feedback style
-------------------------------- */
/* --------------------------------
Start Blog style
-------------------------------- */
.our_blog{
  width: 100%;
  background-color: #ffffff;
  padding-top: 120px;
}
.blog_single .card{
  border:0;
}
.blog_single .card-body{
  background-color: #f6f6f6;
  padding: 22px 12px;
}
.blog_single .card-body h3{
  padding-bottom: 10px;
  line-height: 1.3em;
  font-weight: 600;
  color: #404049;
  font-size: 20px;
}
.blog_single .card-body p{
  font-weight: 400;
  color: #404049;
  font-size: 14px;
  line-height: 1.7em;
  padding-bottom: 20px;
}
.blog_single .card-body .btn{
  padding: 10px 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
   background:#1173be;
  background: -moz-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #04c8a0), color-stop(100%, #1173be)); /* safari4+,chrome */
  background: -webkit-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ie10+ */
  background: linear-gradient(91deg, #04c8a0 0%, #1173be 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c8a0', endColorstr='#1173be',GradientType=1 ); /* ie6-9 */
  }
/* --------------------------------
Close Blog style
-------------------------------- */
/* --------------------------------
Start Contact page style
-------------------------------- */
.contact_sec{
  width: 100%;
  padding-top: 120px;
  background-color: #ffffff;
  padding-bottom: 120px;
}
#map{
  height: 376px;
}
.maps-bg{
  position: relative;
}
.contact_sec .contact_form{
  margin-top: -130px;
  background-color: #ffffff;
  padding: 42px 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/*FF 3.5+*/
  -webkit-box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 1px 18px -3px rgba(0,0,0,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.form_inside input,
.form_inside textarea{
  margin-bottom: 24px;
  padding: 10px 12px;
  font-weight: 400;
  color: #b7b7b7;
  font-size: 12px;
}
.form_inside .btn{
  background: none;
  padding: 12px 45px;
  text-transform: uppercase;
  font-weight: 500;
  color: #222341;
  border:1px solid #222341;
  font-size: 16px;
}
.single_contact{
  width: 100%;
  text-align: center;
  padding-bottom: 24px;
}
.single_contact p{
  padding-top: 12px;
  font-weight: 500;
  color: #222341;
  font-size: 16px;
}
/* --------------------------------
Close Contact page style
-------------------------------- */
/* --------------------------------
Start Newsletter style
-------------------------------- */
.subscribe_letter{
  width: 100%;
  padding: 90px 0;
  background-color: #26262e;
}
.newsletter_inside{
  text-align: center;
}
.newsletter_inside h3{
  color: #ffffff;
  padding-bottom: 24px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3em;
}
.newsletter_inside form{
  position: relative;
}
.newsletter_inside form input{
  width: 100%;
  padding: 22px 30px;
  font-weight: 400;
  color: #5b6b7a;
  font-size: 14px;
  border-radius: 40px;
  border:0;
  outline: 0;
}
.newsletter_inside form button{
  position: absolute;
  right: 4px;
  top: 2px;
   background:#1173be;
  background: -moz-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #04c8a0), color-stop(100%, #1173be)); /* safari4+,chrome */
  background: -webkit-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(359deg, #04c8a0 0%, #1173be 100%); /* ie10+ */
  background: linear-gradient(91deg, #04c8a0 0%, #1173be 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c8a0', endColorstr='#1173be',GradientType=1 ); /* ie6-9 */
  padding: 20px 34px;
  border-radius: 30px;
  border:0;
  outline: 0;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
/* --------------------------------
Close Newsletter style
-------------------------------- */
/* --------------------------------
Start Footer style
-------------------------------- */
.footer{
  width: 100%;
  /*
  background-color: #350c75;
  */
  background-color: #FFCC00;
  padding: 24px 0;
}
.copy_text p{
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.copy_text h2{
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 0;
}
.copy_text li{
	list-style-type: none !important;
	margin-bottom: 5px;
}
.copy_text li a{
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.copy_text li a:hover{
	color: #000;
}
.footer_social li{
  display: inline-block;
  padding-left: 16px;
  padding-bottom: 10px;
}
.footer_social li a{
  width: 40px;
  height: 40px;
  border:2px solid #ffffff;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  text-align: center;
  padding-top: 4px;
}
/* --------------------------------
Close Footer style
-------------------------------- */
/* --------------------------------
Start Responsive style
-------------------------------- */
@media only screen and (max-width : 767px) {
  .navbar-toggler{
    border:1px solid #ffffff;
  }
  .navbar-toggler i{
    color: #ffffff;
  }
  .navbar .navbar-collapse{
    background-color: #e10165 ;
    padding: 10px 0;
    text-align: center;
  }
  .banner_sec .banner_inside h2{
    font-size: 38px;
  }
  .banner_sec .banner_inside p{
    font-size: 16px;
  }
  .awesome-layout .service_single h3{
    font-size: 20px;
  }
  .title h3{
    font-size: 24px;
  }
  .about_app_list li h4{
    font-size: 18px;
  }
  .about_app_list li p{
    font-size: 14px;
  }
  .list_feature h4{
    font-size: 18px;
  }
  .fun_single h2{
    font-size: 38px;
  }
  .fun_single h4{
    font-size: 20px;
  }
  .price_single .price_head h2{
    font-size: 20px;
  }
  .price_single .price_head h3{
    font-size: 32px;
  }
  .price_single .price_head h3 small{
    font-size: 16px;
  }
  .price_single .price_body ul li{
    font-size: 16px;
  }
  .price_single .price_body .btn{
    padding: 10px 24px;
    font-size: 16px;
  }
  .item-inner .view-list h4,
  .user_feedback .testi_single h4{
    font-size: 20px;
  }
  .item-inner .view-list h5{
    font-size: 16px;
  }
  .blog_single .card-body h3{
    font-size: 18px;
  }
  .single_contact p{
    font-size: 14px;
  }
  .newsletter_inside h3{
    font-size: 24px;
  }
  .newsletter_inside form button{
    font-size: 16px;
  }
  #banner_three div.center img,
  #app_screen div.center img{
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
  }
  .about_image{
    text-align: center;
  }
  .about_image img,
  .feature_image img{
    height: 100%;
  }
  .about_apps .title{
    padding-top: 80px;
  }
  .feature_image{
    padding: 40px 0;
  }
  .app_preview .owl-carousel.owl-drag .owl-item,
  #app_screen{
    margin-top: 0;
  }
  .fun_single{
    padding: 40px 0;
  }
  .price_single{
    margin: 20px 0;
  }
  .item-inner img,
  .blog_single .card img{
    width: 100%;
  }
  .item-inner,
  .blog_single{
    margin: 20px 0;
  }
  .single_contact{
    padding-top: 40px;
  }
  .copy_text{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer_social{
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .navbar-toggler{
    border:1px solid #ffffff;
  }
  .navbar-toggler i{
    color: #ffffff;
  }
  .navbar .navbar-collapse{
    background-color: #e10165 ;
    padding: 10px 0;
    text-align: center;
  }
  .banner_sec .banner_inside h2{
    font-size: 38px;
  }
  .banner_sec .banner_inside p{
    font-size: 16px;
  }
  .awesome-layout .service_single h3{
    font-size: 20px;
  }
  .title h3{
    font-size: 24px;
  }
  .about_app_list li h4{
    font-size: 18px;
  }
  .about_app_list li p{
    font-size: 14px;
  }
  .list_feature h4{
    font-size: 18px;
  }
  .fun_single h2{
    font-size: 38px;
  }
  .fun_single h4{
    font-size: 20px;
  }
  .price_single .price_head h2{
    font-size: 20px;
  }
  .price_single .price_head h3{
    font-size: 32px;
  }
  .price_single .price_head h3 small{
    font-size: 16px;
  }
  .price_single .price_body ul li{
    font-size: 16px;
  }
  .price_single .price_body .btn{
    padding: 10px 24px;
    font-size: 16px;
  }
  .item-inner .view-list h4,
  .user_feedback .testi_single h4{
    font-size: 20px;
  }
  .item-inner .view-list h5{
    font-size: 16px;
  }
  .blog_single .card-body h3{
    font-size: 18px;
  }
  .single_contact p{
    font-size: 14px;
  }
  .newsletter_inside h3{
    font-size: 24px;
  }
  .newsletter_inside form button{
    font-size: 16px;
  }
}
/* --------------------------------
Close Responsive style
-------------------------------- */
#home{
	background: url(../images/bg_set_1.jpg) no-repeat top center;
	background-size: cover;
}
.home_layer_1{
	background: url(../images/bg_set_2.png) no-repeat left bottom;
	background-size: cover;
	height: 100%;
	height: 100vh;
}
.reg_layer{
	background: url(../images/reg_banner.jpg) no-repeat left bottom;
	background-size: cover;
	height: 100%;
}
.reg_form{
	background: url(../images/reg_form_bg.jpg) no-repeat left bottom;
	background-size: cover;
	height: 100%;
}
.custom_input{
	background: none;
	border-bottom: 1px solid #888095;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
	color: #FFF;
	border-top: none;
	border-right:none;
	border-left:none;
}
.frm_form_bg{
	background: url(../images/frm_bg.png);
	width: 100%;
	height: 100%;
	padding: 20px 50px;
}
.dates{
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
	padding: 10px;
}
.speaker_div{
	border:1px solid #dbdade;
	padding: 10px;
	width: 100%;
	line-height: 20px;
	color: #FFF;
}
.my_btn{
	margin-top: 30px;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 10px 20px;
	background: none;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
select.custom_input{padding:0;}
  .home_layer_1{
	background: none;
	background-size: cover;
	min-height: 600px;
}
	.frm_form_bg{
	background: url(../images/frm_bg.png);
	width: 100%;
	padding: 10px;
}
	.reg_layer{
	background: url(../images/reg_banner.jpg) no-repeat center bottom;
	background-size: cover;
	min-height: 500px;
}
	.reg_form{
	background: url(../images/reg_form_bg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 500px;
}
	.basic-slider-indicators{
		text-align: left !important;
	}
	.basic-slider-indicators .basic-slider-indicator
	{
		font-size: 15px !important;
	}
}
.reg_open{
	padding: 20px 10px;
	color: #000;
	background: #40beee;
	text-align: center;
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
}
.home_layer_2{
	
}
.home_layer_3{
	
}
.home_layer_4{
	
}
.home_layer_5{
	
}
.home_layer_6{
	
}
.home_layer_7{

}
.home_layer_8{
	
}
.home_layer_9{
	
}
.advisory{
	background: #122955;
}
.course_height{
	height: 100px;
}
.chief_container{
	display: table-cell;
	vertical-align: middle;
	height: 140px;
}
.chief_guest
{
	color: #095494;
	font-weight: 600;
	font-size: 18px;
}
.ceremony{
	color: #095494;
	font-weight: 600;
	font-size: 16px;
	vertical-align: middle;
padding-top: 20px
}
.chief_guest_name
{
	color: #f0811e;
	font-weight: 700;
	font-size: 38px;
	text-transform: uppercase;
	padding: 10px 0;
}
.idc_logo{
	width: 100%;
	padding: 10px;
	max-width: 390px;
}
.ladies_text{
	color: #615f28;
	font-size: 25px;
	font-weight: 500;
	text-align: left !important;
	padding: 20px 10px;
	line-height: 30px;
}
.align_right{
	text-align: right;
}
.carousel-indicators{
	margin-top: 150px;
}
.carousel-item p{
	text-align: justify;
	font-weight: 400;
	color: #000;
}
.carousel-indicators li{
	height: 5px;
	background: #939598;
	cursor: pointer;
}
.carousel-indicators .active{
	background: #e13d2e;
}
.ma-0{margin:0;}
.pl-25{padding-left:25px;}
.pa-0{
	padding: 0px;
	}
.pa-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.pa-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.pa-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.pt-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
/* .nav{
	display: block !important;
} */
.nav-pills .nav-link{
	color: #333;
	font-size: 20px;
	font-weight: 600;
}
.card-title{
	color: #333;
	font-size: 20px;
	font-weight: 600;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	color: #FFF !important;
	background: none !important;
}
.subject_img{
	width: 100%;
	max-width: 445px;
	padding: 10px;
}
.subject_content{
	width: 100%;
	max-width: 445px;
	padding: 10px;
	font-size: 16px;
}
.nopadding{
	 margin: 0 !important;
  padding: 0 !important;
}
.carousel-item{
	padding-top: 20px;
}
.carousel-item p{
	margin-bottom: 20px;
}
.btn_link_a{
	color: #FFF !important;
	background: none !important;
	padding: 10px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.form_email{
	background: none !important;
	border-bottom: 0.15em solid #FFF;
	padding: 10px;
	border-top: none; border-right: none; border-left: none; width: 100%;
}
.form_email::-webkit-input-placeholder {
  color: #FFF !important;
}
.form_input{
	background: none !important;
	border-bottom: 0.1em solid #f46052;
	padding: 10px;
	border-top: none; border-right: none; border-left: none; width: 100%;
	margin-bottom: 20px;
}
.form_input::-webkit-input-placeholder {
  color: #FFF !important;
	text-transform: uppercase;
}
.paper_form{
	padding: 50px 30px;
	background: url(../images/form.png);
}
.accordion .card-header:before {
    font-family: 'FontAwesome';
    content: "\f068";
    float: left;
}
.accordion .card-header.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.card-header{
	background: none !important;
	border-bottom:none;
}
.card-title{
	padding-left: 10px;
	background: none !important;
	border-bottom:none!important;
}
.card{
	background: none;
	border: none;
}
.clock{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	width: 138px;
	height: 142px;
	background: url(../images/clock.png) no-repeat top center;
	background-size: 100% 100%;
	text-align: center;
	font-size: 90px;
	padding: 50px 0 0 0;
}
.clock_data{
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding: 10px 20px 10px 0;
}
.clock_title{
	font-size: 25px; font-weight: 600;
	text-align: center;
	padding: 20px 10px;
	text-transform: uppercase;
}
.act_boxes{
	min-height: 350px;
	background: #FFF;
	padding: 10px 15px;
	font-size: 15px;
	text-align: justify;
	width: 100%;
	margin-bottom: 20px;
}
.act_boxes h1{
	color: #df1f2b;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.big_logo img{
	width: 100%;
	max-width: 250px;
	padding-top: 100px;
}
	.clock{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	width: 80px;
	height: 82px;
	background: url(../images/clock.png) no-repeat top center;
	background-size: 90% 90%;
	text-align: center;
	font-size: 50px;
	padding: 22px 0 0 0;
		margin-right: 5px;
}
.clock_data{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding: 10px 0 0 0;
}
.clock_title{
	font-size: 20px; font-weight: 600;
	text-align: center;
	padding: 20px 10px;
	text-transform: uppercase;
}
.home_layer_3{
/*background: url(../images/bg_set_3.jpg) no-repeat top center;
background-size: cover;
min-height: 600px;*/
background: url(../../../images/bg_set_3_s11.jpg) no-repeat top center;background-size: cover;min-height:200px;
}
.home_layer_4{
background: url(../images/planned_m.jpg) no-repeat top center;
background-size: cover;
min-height: 600px;
}
.home_layer_5{
background: url(../../../images/event_itinerary1.jpg) no-repeat top center;
background-size: cover;
min-height: 200px;
}
.home_layer_6{
/*background: url(../images/entertainment_o.jpg) no-repeat top left;
background-size: cover;
min-height: 600px;*/
background: url(../../../images/entertainment1.jpg) no-repeat bottom;
background-size: 100%;
}
	.home_layer_7{
	background: url(../images/paper_o.jpg) no-repeat top left;
	background-size: cover;
	min-height: 600px;
}
	.home_layer_8{
	background: url(../images/partner_o.jpg) no-repeat top left;
	background-size: cover;
	min-height: 600px;
}
.home_layer_9{
/*background: url(../images/getpass_o.jpg) no-repeat top left;
background-size: cover;
min-height: 600px;*/
background: none;
background-color: #3df3cd;
}
	.course_height{
	height: 0px;
}
}
.eventtabs{
	background: #FFF;
	width: 100%;
	padding: 10px 0;
}
.eventtabs li{
	display:inline !important;
}
.eventtabs li a{
	padding: 10px 20px;
	color: #a3a3a3;
	font-size: 20px;font-weight: 600;
}
.eventtabs li a.active{
	color: #22639c !important;
}
.table-striped tbody tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0);
	color: #22639c;
	font-size: 18px;
	font-weight: 500;
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #FFF;
	color: #22639c;
	font-size: 18px;
	font-weight: 500;
 }
.paper_box{
	padding: 50px 10px 10px 10px;
}
.paper_box p{
	margin-bottom: 15px;
	color: #FFF;
	font-size: 16px;
	text-align: justify;
}
@media only screen and (max-width: 767px) {
	.eventtabs{
		margin-top: 30px;
	}
	.eventtabs li a{
	padding: 10px 10px;
	color: #a3a3a3;
	font-size: 15px;font-weight: 600;
}
	.table-striped tbody tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0);
	color: #22639c;
	font-size: 14px;
	font-weight: 500;
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #FFF;
	color: #22639c;
	font-size: 14px;
	font-weight: 500;
 }
}
.ent_div{
	height: 150px;
	color: #FFF;
}
.ent_div_big{
	font-family: 'Roboto', sans-serif;
	color: #5F1FEF;
	font-size: 40px;
	width: 100%;
	font-weight: 700;
	padding: 10px 10px 10px 0px;
}
.ent_div_small{
	color: #4A4848;
	font-size: 22px;
	width: 100%;
	padding: 10px 10px 10px 0px;
}
.ptag{
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	margin-top: 10px; margin-bottom: 10px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.btn_upload{
	background: #FFF !important;
	color: #f46052;
	float: right;
	border-radius: 0 !important;
}
.no-style{
	border: none !important;
	background: none !important;
}
.no-style::-webkit-input-placeholder {
  color: #FFF !important;
	text-transform: uppercase;
}
.wrap {
       overflow: hidden;
       margin: 0 ;
		background: #000;
    }
    .box {
       float: left;
       position: relative;
       width: 25%;
       padding-bottom: 25%;
    }
    .boxInner {
       position: absolute;
       overflow: hidden;
		cursor: pointer !important;
    }
    .boxInner img {
       width: 100%;
    }
.boxInner img:hover{
	opacity: 0.8;
}
    .boxInner .titleBox {
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0;
       margin-bottom: -50px;
       background: #000;
       background: rgba(0, 0, 0, 0.5);
       color: #FFF;
       padding: 10px;
       text-align: center;
       -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
       transition: all 0.3s ease-out;
    }
    body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
       margin-bottom: 0;
    }
    @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
       .box {
          width: 100%;
          padding-bottom: 100%;
       }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
       /* Tablet view: 2 tiles */
       .box {
          width: 50%;
          padding-bottom: 50%;
       }
    }
    @media only screen and (max-width : 1050px) and (min-width : 651px) {
       /* Small desktop / ipad view: 3 tiles */
       .box {
          width: 33.3%;
          padding-bottom: 33.3%;
       }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
       }
    }
.ajax_title{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 10px 5px 10px;
}
.designation{
	font-size: 14px;
	font-weight: 600;
	padding: 0px 10px;
	line-height: 18px;
	margin-bottom: 10px;
}
.ajax_content{
	font-size: 15px;
	font-weight: 400;
	padding: 10px;
}
.modal{
	top:10%;
	z-index: 9999999999999999999 !important;
}
.modal-content{
	border-radius: 0;
}
.white_btn{
	background: #FFF;
	color: #f46052 !important;
	border: 1px solid #FFF;
	padding: 10px 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.page_title{
	font-size: 25px;
	font-weight: 600;
	padding: 10px 0;
}
.event_font{
	font-size: 17px;
	font-style: italic;
	font-weight: 600;
	padding: 10px 0;
	text-align: center;
}
.seats_rem{
	font-size: 12px !important;
	font-style: italic;
}
.event_data{
	margin-bottom: 10px;
	border: 1px solid #888095;
	font-size: 13px;
	padding: 10px;
	color: #FFF !important;
}
.topics{
	font-size: 20px;
	color: #FFF;
	padding: 10px;
}
#ajax_data{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
}
.fixed-bottom{
	padding: 10px 0;
	background: #eae7f2;
	text-align: center;
}
.footer_btn{
	border: 2px solid #df1f2c;
	color: #df1f2c;
	padding: 10px;
	font-weight: 600;
	margin-right: 10px;
	margin-bottom: 10px;
}
.footer_btn:hover{
	background: #df1f2c;
	color: #FFF;
	border: 2px solid #df1f2c;
}
#gallery .registerbtn {
  margin: 0;
  padding: 10px 30px;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
}
 @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
	 .footer_btn{
		 width: 98%;
	 }
    }