.gallerypage a{display:block;}
.webcastheader{    box-shadow: 0px 3px 10px #eee;
    padding: 5px 0;}
.toplogbtns > ul > li.livebtn > a{padding:0;}
.livebtn img{    height: 44px;border-radius:40px;}
.main-btn{    background: #ba0000;border:1px solid #ba0000;
    color: #fff;
    display: inline-block;
    padding: 11px 25px;
    font-weight: bold;
    border-radius: 40px;
}
.gallerypage {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px;
    align-items: center;
    height: 200px;
    overflow: hidden;
    display: flex;
}
.effectbox {
    position: relative;
}
.gallerypage img {
    width: 100%;
}
.effectbox:before {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
}
.effectbox:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
}
.effectbox:hover:before, .effectbox:hover:after {
    height: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    width: 100%;
}
.gallerypage:hover .gallerydata {
    opacity: 1;
}
.gallerydata {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: hsla(0, 0%, 0%, 0.4);
    top: 0;
    opacity: 0;
    z-index: 10;
}
.gallerydata a {
     display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    width: 38px;
    padding: 11px 0px;

}
.gallerydata a:hover {
    background: #ba0000;
}
.archivebtn{text-align:right;}
.main-btn:hover{background:transparent;color: #ba0000;
}
.main-btn i{margin-right:10px;
}

.videoboxcenter iframe{width:100%;height:400px;
}

.padd10{padding:10px;}
.margin10{margin:0 -10px;}
.distable{    width: 100%;
    height: 100%;
    display: table;}
.distablecell{    width: 100%;
    height: 100%;    padding: 20px;
    display: table-cell;vertical-align:middle;}
.webcastdata p{ font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;}
.webcastbox{    position: relative;
    background: #fff;
    box-shadow: 0px 1px 10px #c7c7c7;
    border-radius: 5px;}
.webcastbox img{width:100%;}
.webcastthumb{position:relative;}
.webcastdata{padding:10px;}

.videocentercon i{    color: #00caea;
    font-size: 50px;}
.videocentercon p{    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 20px 0 0;}
.videocentercon{    position: absolute;
    top: 0;
    text-align:center;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);}
.dayframe {
    width: 100%;
    
    margin-top: 20px;
}
.questlist{padding:15px 0;border-bottom:1px solid #ddd;}
.questlist:first-child{padding-top:0;}
.questlist:last-child{padding-bottom:none;border:none;}
.dayframe iframe {
    width: 100%;
   
    border: none;
}
.flexrow{display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
  .flexrow .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.mohw-box-img img{width:100%;}
.mohw-box-img {margin-bottom:20px;}
.whotriple {
    float: right;
    width: 30%;
    margin-left: 10px;
    margin-bottom: 10px;
}
.flexrow{    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;}
    

.flexrow .bg-paper-main{    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;}

.flexrow .bg-paper-box{height:100%;}

.login-box{width:500px;margin:0 auto;    width: 500px;
    margin: 0 auto;
   
    box-shadow: 0px 0px 14px #a0a0a0;
    border-radius: 6px;}
    .highlight-box .home-box{}
    .topbtns{float:right;}
    .star-gif{width: 40px;
    margin: 0 auto;
    position: absolute;
    right: 8px;
    top: 8px;}
  
    .star-gif img{}
    .homesupporting{text-align:center;}
    .homesupporting img{background:#fff;transition: all 0.3s;}
    .homesupporting img:hover {
    box-shadow: 0 0 0 5px #e4e4e4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s;
}
    #bgconfrence .owl-nav .owl-prev,  #bgconfrence .owl-nav .owl-next{position:absolute;top:43%;}
    #bgconfrence .owl-nav .owl-prev{left:10px;}
    #bgconfrence .owl-nav .owl-next{right:10px;}
    #bgconfrence .owl-nav .owl-prev i,  #bgconfrence .owl-nav .owl-next i{    width: 40px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 13px 0px;}

    .supportconcept img{width:150px;border:1px solid #ddd;padding:5px;margin-right:5px;}

    .confrence-section{background:url(../images/confrencebg.jpg);text-align:center;}
    .confrence-section .main-heading, .confrence-section .read-btn{color:#fff;}
    .confrence-section p{    text-align: center;color:#fff;}
    .toplogbtns{}
    
    .loginheader{padding:5px 0px;}
    
     .toplogbtns a.signup:hover{background:#5bc313;color:#fff;}
     .toplogbtns a.login:hover{opacity:1;}
    
    .toplogbtns > ul > li.dropdown:hover ul.sub-menu {
    display: block;
    transition: all .4s;
}
.toplogbtns > ul > li.dropdown ul.sub-menu {
    position: absolute;
    background: #fff;
    width: 180px;
    padding:10px;
    right:0;
    box-shadow: 1px 2px 10px rgb(202, 201, 201);
    border-radius: 0 0 4px 4px;
    z-index: 10;
    display: none;
    text-align: left;
}
.toplogbtns > ul > li.dropdown ul.sub-menu > li > a{    display: block;
    padding: 6px 12px;
    font-weight: 600;
    color: #333;}
.toplogbtns > ul > li.dropdown ul.sub-menu > li > a:hover{background:#f3f3f3; }

    .toplogbtns > ul > li > a{    display: inline-block;
opacity:0.8;
 font-weight: bold;
    font-size: 15px; color: #fff;
    padding: 10px 20px;
    border-radius: 35px;}
     .toplogbtns > ul > li{display:inline-block;}
     .toplogbtns > ul > li:hover a{     opacity:1;}
        .toplogbtns > ul > li.signup > a{background: #5bc313;}
        .toplogbtns > ul > li.login > a{background: #ba0000;}
        
     .toplogbtns a i{margin-right:5px;  }
    
    .mainboxsection .main-heading{color:#fff;}
    .mainboxsection .main-headingregheading{font-size:32px; color:#fff;}
    
    .mainboxsection p{color:#fff;}
    .mainboxsection .read-btn{color:#fff;}
    
    .mainbox{float:left;width:50%;    padding: 40px 90px;}
    .mainbox:nth-child(1){    background: #00c598;}
    .mainbox:nth-child(2){    background: #3fb5e2;}
    
    .mobile-app img{width:100%;margin-bottom:10px;}
    
    .highlight-box .home-box i{  }
    .login-header{background: #ba0000;
    border-radius: 5px 5px 0 0;}
    .input-main{padding:5px;}
    .input-box {position:relative;}
    .input-icon{position: absolute;
    top: 10px;
    left: 0;}
    .input-icon i{width: 50px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 20px;
    color: #a9a9a9;
    padding: 4px 0px;}
    .add-icon{padding:10px;}
    .address{border:1px solid #ddd;    height:100%;}
    .input-box input[type="text"], .input-box input[type="password"]{width:100%;height:50px;border:1px solid #ddd;padding:10px 10px 10px 70px;}
    .input-box input[type="submit"]{    background: #ba0000;
    color: #fff;
    padding: 10px 20px;
    border: none;}
    
    .login-header h3{    margin: 0;
    font-size: 25px;
    padding: 20px;
    font-weight: bold;
    color: #fff;}
    .login-form{padding:20px;}
.menu-btn{display:none;}

.coming-soon{font-size: 40px;
    text-align: center;
    color: #109cd8;
    font-weight: bold;
    text-shadow: 1px 2px 1px #004969;margin:2% 0;}
    .shot-img{margin-bottom:20px;}
    .normal-ol-list{    padding-left: 20px;
    margin-bottom: 10px;
    }
    .normal-ol-list li{    color: #353535;
    line-height: 24px;margin-bottom:5px;}
    
    .normal-links{color:#ba0000;}
    .taxi-table{    margin: 20px 0;
    border: 1px solid #ddd;
    width: 100%;
    }
   hr {
    margin: 0;
    width: 100%;
    height: 50px;
    content: "";
    display: block;
    background-image: url(../images/line_pattern.png);
    background-repeat: repeat-x;
}
    .suppoet-partners{text-align:center;}
    
    .suppoet-partners img{ 
    transition: all 0.3s;
    padding: 10px;
    background: #fff;
    margin: 0px 7px;}
     .suppoet-partners img:hover{box-shadow: 0 0 0 5px #e4e4e4;    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s;}
    .taxi-table table{    width: 100%;}
    .taxi-table table tr{ 
    border-bottom: 1px solid #ddd;}
    .taxi-table table tr:nth-child(1) th, .taxi-table table tr:nth-child(2) th{   background: #eaeaea;}
    .taxi-table table tr:last-child {border-bottom:none;}
    .taxi-table table tr th:last-child, .taxi-table table tr td:last-child{border:none;}
    .taxi-table table tr th, .taxi-table table tr td{ 
    border-right: 1px solid #ddd;
    padding: 10px;
    text-align:justify;
    color: #000;}
    .normal-links:hover{color:#770606;}
    .side-para{padding: 0 15px;}
    .side-box-img img{border:1px solid #ddd;padding:5px;}
    .normal-list{     padding-left:20px;margin-bottom: 10px;   list-style: disc;}
    .normal-list li{    color: #353535;
    line-height: 24px;}
    .who-page img.who-hq{    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;}
    .who-page h2, .privacy-page h3{    position: relative;    font-size: 17px;
    margin: 35px 0 15px;font-weight: bold;
    color: #ba0000;}
    .who-page.conceptnotepage h2{    margin: 0 0 10px;}
    .near-hotel{ margin:20px 0;    border: 3px solid #ddd;   width: 100%;
    overflow: auto;}
    .near-hotel table{width:100%;}
    .near-hotel table thead tr{    white-space: nowrap;    border-bottom: 3px solid #ddd;}
    .near-hotel table tbody tr:last-child {
    border-bottom: none;
}
.inner-tabs{margin-bottom:20px;padding:5px;}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #0096d6;
}
.nav>li>a {
    color:#000;
    background: #eee;
}
.papers-row{margin:0 -5px;}
.papers-tabs{    margin: 20px 0px;}
.nav-tabs {
    border-bottom: 2px solid #ba0000;
}
a{color: #ffad5c;}
.nav-tabs>li {
    float: left;
    margin-bottom: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #ba0000;
    border: 1px solid #ba0000;
    border-bottom-color: transparent;
    cursor: default;
}
.id-scroll{position: absolute;
    top: -120px;}
.fixed-btn{    width: 50px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 10;}
    .bg-paper-main{    padding: 5px;}
    .bg-paper-box{    padding: 20px;
  
    text-align: center;}
    .marginrow{margin:-5px;}
    .bg-paper-box h2{    color: #fff;
        word-break: break-all;line-height: 28px;
    margin: 0 0 20px;
    font-size: 16px;
    }
    .papers-row{margin:0 -5px;}
    .blue-paper{  background: #0096d6;}
    .green-paper{  background: #12a953;}
    .red-paper{  background: #ff3434;}
    .vilot-paper{  background: #b761dc;}
    .orange-paper{  background: #fd7022;}
    .purple-paper{    background: #7076ff;}
    .pdf-icon{width:100px;margin:0 auto;}
    .pdf-icon a{display:block;}
    .pdf-icon a img{width:100%;}
    .papers-list{}
.fixed-btn img{width:100%;}
    .near-hotel table thead tr th{    background: #eaeaea;
       border-right: 3px solid #ddd;     padding: 20px 20px;
    color: #000;} 
    .near-hotel table thead tr th:last-child{ 
       border-right:none;} 
  .near-hotel table tbody tr td{ padding: 20px 20px; white-space: nowrap;border-right:3px solid #ddd;color:#525252;}
  .near-hotel table tbody tr td:last-child{border-right:0;}
  .near-hotel table tbody tr {border-bottom:3px solid #ddd;}
  .near-hotel table tbody tr td:first-child{font-weight:bold;}
    .genreal-map{width:100%;height:350px;margin-top:10px;border:1px solid #ddd;padding:5px;}
    .genreal-map iframe{height:100%;width:100%;}
ul{list-style:none;padding:0;margin:0;}
.side-menu h1{    margin: 0px 0 11px;
    font-size: 21px;
    color: #ba0000;
    font-weight: 600;}
.side-menu ul{}
.side-menu ul li{    margin-bottom: 5px;}
.side-menu ul li:last-child{    margin-bottom: 0px;}

.side-menu ul li a{    background: #eaeaea;
    display: block;
    color: #000;
    padding: 20px;
    font-size: 15px;}
    .side-menu ul li a.active, .side-menu ul li a:hover {    background-color: rgba(187,0,0,0.07);
    color: #bb0000;}
    .side-menu ul li a:hover i,  .side-menu ul li a.active i{margin-right: 15px;transition:all 0.2s;}
.side-menu ul li a i{    margin-right: 10px;transition:all 0.2s;}


.affix{top:0;width:100%;z-index:20;transition:all 0.3s;}
.nav-up {
    top: -60px;transition:all 0.5s;
}
.carousel-indicators {

    z-index: 2;}
    .widget-back{padding:40px 0;background:#f5f1f1;}
    
    .home-box{     padding: 15px;
    text-align:center;background:#fff;
    border-radius: 5px;transition: all .3s ease;
    box-shadow: 0 4px 3px 0 rgba(53,53,53,.15);}
    .home-box:hover{margin:-5px 0 5px; transition: all .3s ease;    }
    .home-box-section{padding:5px;}
    
    .home-box i{    font-size: 24px;
    color: #fff;
    width: 60px;
    border-radius: 50%;
    padding: 18px 0px;
    margin: 0 0 20px;}
    .boxsection .home-box-section:nth-child(odd) .home-box i{    background: #5bc313;}
    .boxsection .home-box-section:nth-child(even) .home-box i{    background: #ba0000;}
    
    
    .home-box h3{ margin: 0 0 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;}
    .home-box p{height: 107px;
    font-size: 14px;
    text-align: center;
    color: #585858;
    line-height: 23px;
    margin-bottom: 10px;
    font-weight: 400;}
    .home-box a{color: #ba0000;
    
    display: inline-block;
    }
     /*.home-box a{background: #ba0000;color: #fff;
    padding: 15px 20px;
    display: inline-block;border: 1px solid #ba0000;
    transition:all 0.2s;}*/
    .home-box a:hover{color: #880505;text-decoration:underline;}
    .top-right h1{     color: #0096d6;
    margin: 11px 0;
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;}
    .discussion .bottom-line {
    width: 100%;
    height: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 0px;
    margin-bottom: 8px;
}
.discuss-box{padding:0px 5px;}
.discuss-inner{background:#fff;padding:20px;height:445px;    overflow: hidden;}
.discuss-inner h3{    color: #FF2A00;
    margin: 0 0 20px;
    line-height: 24px;
    font-size: 17px;}
    .root img{margin:0 auto;display:block;}
    .root {position:relative;width:500px;margin:0 auto;}
    .poplu {    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;margin: -5px; }
    .poplu .col-md-3{    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;       padding: 5px;}
     .poplu .col-md-6{-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;   padding: 10px;}
    .discuss-inner h4{font-size: 15px;color:#000;}
.discuss-inner ul{margin:0;padding:0 0 0 20px;}
.discuss-inner ul li{    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
    text-align:justify;
    color: #000;}
.discuss-inner ul li:last-child{margin-bottom:0;}
.theme{    height: 100%;            text-align: center;
    transition:all 0.3s;width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 6px #ddd;
    background: #fff;    
    display: table;
    border-radius: 5px;}
.modal.fade .modal-dialog {
   top: 50px;
     -moz-transform: scale(1.1) rotate(-12deg) translateX(2px) translateY(20px);
   -webkit-transform: scale(1.1) rotate(-12deg) translateX(2px) translateY(20px);
   -o-transform: scale(1.1) rotate(-12deg) translateX(2px) translateY(20px);
   -ms-transform: scale(1.1) rotate(-12deg) translateX(2px) translateY(20px);
   transform: scale(1.1) rotate(-12deg) translateX(2px) translateY(20px);
}

.modal.fade.in .modal-dialog {
 
   -moz-transform: scale(1) rotate(0deg) translateX(2px) translateY(20px);
   -webkit-transform: scale(1) rotate(0deg) translateX(2px) translateY(20px);
   -o-transform: scale(1) rotate(0deg) translateX(2px) translateY(20px);
   -ms-transform: scale(1) rotate(0deg) translateX(2px) translateY(20px);
   transform: scale(1) rotate(0deg) translateX(2px) translateY(20px);
   opacity: 1;
}
.modal-header{      border: none;
  background: #ba0000;
    padding: 20px;}
.modal-header h4{    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: bold;}
.modal-header button{color: #fff;
    text-shadow: 0 0 0;
    opacity: 1;
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 10px;}
.modal-body{padding:20px;}
.modal-body h4{    font-size: 15px;
    margin: 0 0 10px;
    color: #313131;
    font-weight: bold;}
    .programe-table{margin-top:20px;}
    .programe-table table{color:#000;    border: 1px solid #000;width:100%;}
    .programe-table table thead tr{border-bottom:1px solid #000;}
    .programe-table table thead tr th{border-right:1px solid #000;    padding: 10px;}]
    .programe-table table tr th:nth-child(1){width:10%}
    .programe-table table tr th:nth-child(2){width:30%;}
    .programe-table table tr th:nth-child(3){width:30%;}
    .programe-table table tr th:nth-child(4){width:30%;}
    
    .programe-table table tbody tr{border-bottom:1px solid #000;}
    .programe-table table tbody tr td{border-right:1px solid #000;    padding: 10px;    font-weight: 600;}
    .programe-table table tbody tr td:nth-child(1){font-weight:bold;}
    .box-yellow{background:#ffff00;}
    .box-cream{background:#ffff99;}
    .box-purple{background:#ccc0d9;}
 .box-orange{background:#ffc000;}
 .box-skyblue{background:#00ffff;}
 .box-blue{background:#8db3e2;}
 .box-lightred{background:#e5b8b7;}
 .box-green{background:#c2d69b;}
.modal-body ul{margin:0;padding-left:20px;    list-style-type: disc;}
.modal-body ul li{    font-size: 16px;
    margin-bottom: 8px;
    line-height: 28px;
    color: #484848;}
.theme:hover{    box-shadow: 0px 5px 10px #ddd;transition:all 0.3s;}
 .theme a p{    text-align: center;
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 20px; }
  .theme a{      cursor: pointer;
    vertical-align: middle;
    display: table-cell;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding:20px;
    line-height: 22px;}  
    .theme a i{    display: inline-block;
    background: #ba0000;
    color: #fff;
    width: 40px;
    border-radius: 50%;
    padding: 13px 0px;}
.theme a img{width:50px;margin:0 auto 10px;       }
.flot-right{float:right;}
.add-icon{float:left;}

.add-icon i{    font-size: 20px;
    margin-right: 10px;line-height: 20px;}
.add-data{overflow:hidden;}
.add-data p, .add-data a{    color: #676767;}
.add-list{margin-bottom:10px;}
.foot-menu h3{      margin: 0 0 30px;
    color: #fff;
    font-size: 20px;}
.foot-menu ul{list-style:none;padding:0;margin:0;}
.foot-menu ul li{padding:5px 0;}
.foot-menu ul li a{        color: #676767;
    display: inline-block;}
.foot-menu ul li a i{margin-right:10px;    width: 14px;}
.bottom-footer{    padding: 20px 0;
    background: #000;
    text-align: center;
    color: #676767;}
    .checkboxlist input{margin-right:5px;}
    .checkboxlist label{font-weight:400;}
.bottom-footer p{font-size:14px;    color: #fff;text-align:center;}
.bottom-footer a{color: #676767;}
.footer-facebook iframe{width:100%;}
.top-footer{padding:50px 0;}
.footer{background: #131313;}
.footer-make-img{margin-top:38%;}
.twietbox{height:170px;overflow:auto;}
body{font-family: 'Open Sans', sans-serif;}
img{max-width:100%;}
.memberimg img{width:50%;border:1px solid #ddd;    margin: 0 auto;
    display: block;}
a:hover, a:focus, button{text-decoration:none;outline:none;}
.top-header{background:#fff;text-align:center; }
.bottom-header{    transition: all 0.3s;background:#ba0000;}
.logo{}
.clientssection{background-attachment: fixed;}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
.read-btn{    color: #ba0000;
    display: inline-block;}
    .confrencesection:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
 
    background: linear-gradient(-45deg, rgba(19, 136, 8, 0.80), rgba(255, 129, 0, 0.8));
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;
}


.user-dash-box{    padding: 5px;    width: 20%;}
.user-dash-box a{  
    display: block;
    padding: 40px 10px;
    text-align: center;color:#fff;}
    .user-dash-box a i{font-size: 50px; }
    .user-dash-box a h4{    font-size: 16px;    margin: 15px 0 0;}
    .user-dash-box:nth-child(1) a{background:#0275d8;}
    .user-dash-box:nth-child(2) a{background:#5cb85c;}
    .user-dash-box:nth-child(3) a{background:#dc3545;}
    .user-dash-box:nth-child(4) a{background:#17a2b8;}
    .user-dash-box:nth-child(5) a{background:#f1902d;}
    .user-dash-box:nth-child(6) a{background:#17a2b8;}
     .user-dash-box:nth-child(7) a{background:#dc3545;}
    .m-b-0{margin:0;}
     .user-dash-box:nth-child(1) a:hover{background:#005cab;}
    .user-dash-box:nth-child(2) a:hover{background:#429042;}
    .user-dash-box:nth-child(3) a:hover{background:#c72c3b;}
    .user-dash-box:nth-child(4) a:hover{background:#138496;}
    .user-dash-box:nth-child(5) a:hover{background:#f2904d;}
    .user-dash-box:nth-child(6) a:hover{background:#138488;}
    .user-dash-box:nth-child(7) a:hover{background:#c72c3b;}
    .header-img{margin-bottom:20px;}
    .user-detail li{margin-bottom:10px;color:#000;}
    .signature{margin-top:30px;text-align:right;}
    
    .signature p{text-align:right;}
    .user-detail li span{min-width:150px;    display: inline-block;}
.logo-text h2{    font-size: 18px;
    margin: 0;
    color: #0093d5;
    line-height: 25px;}
    .letter-list-ol {    padding-left: 25px;margin:0;}
    .letter-list-ol li{    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    font-weight: 500;
    color: #000;margin-bottom:10px;}
    .print-btn{    background: #0096d6;
    width: 70px;
    height: 70px;
    display: table;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 50px;
    box-shadow: 0px 0px 28px #7d7d7d;}
    .home-btns{ }
    .boxsecction{    }
    .boxinner{    margin-top: -160px;}
    .print-btn i{color:#fff;font-size:25px;display:table-cell;vertical-align: middle;}
    .bannertable{display:table;width:100%;height:100%;text-aligh:center;}
    .bannertablecell{display:table-cell;vertical-align:middle;}
    .menu > ul{text-align:center;margin:0;padding:0;}
    .menu > ul > li{display:inline-block;}
    .menu > ul > li > a{cursor:pointer;color:#fff;display:block;   
   padding: 10px 20px;text-align:left;font-size:15px;font-weight:600;}
    .menu > ul > li:hover{    background: #ff2a00;}
     .bannertext{
}
.about1-section:before{top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;

        background: linear-gradient(-45deg, rgba(255, 129, 0, 0.8), rgba(19, 136, 8, 0.80));
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;}
.about3-section:before{top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;

        background:linear-gradient(-45deg, rgba(8, 197, 119, 0.71), rgba(255, 129, 0, 0.8));
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;}
    .clientssection .main-heading{color:#fff;border-color:#fff;}
.clientssection:before{top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;

        background: linear-gradient(-45deg, rgba(255, 129, 0, 0.8), rgba(19, 136, 8, 0.80));
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;}
    .clientssection{ background: url(../images/funfact.jpg);
    background-attachment: fixed;
    position: relative;
    background-size: cover;}
.about1-section{    background: url(../images/speakers-bg-black.jpg);
    background-attachment: fixed;
    position: relative;
    background-size: cover;}
    .about3-section{    background: url(../images/speakers-bg-black.jpg);
    background-attachment: fixed;
    position: relative;
    background-size: cover;}
.sideimage{overflow:hidden;border:5px solid #fff;}
.sideimage img{width:100%;transition: all 0.3s;}
#bgconfrence{overflow:hidden;border:5px solid #fff;}
.sideimage:hover img{  
transform:scale(1.2,1.2);
    transition: all 0.3s;}
.namasteimg{    overflow: hidden;
    border: 2px solid #ba0000;
    float: left;
    width: 40%;
    margin-right: 30px;
    margin-bottom: 10px;
}
.namasteimg img{width:100%;transition: all 0.3s;}
.namasteimg img:hover{  
transform:scale(1.2,1.2);
    transition: all 0.3s;}
.about1-section .main-heading, .about1-section p, .about1-section .read-btn{color:#fff;border-color:#fff;}
.about3-section .main-heading, .about3-section p, .about3-section .read-btn{color:#fff;border-color:#fff;}
.bannertext h3{    font-family: 'Montserrat', sans-serif; color: #fff;
position: relative;    text-align: center;
    font-size: 20px;
    margin: 0;
    line-height: 40px;
    font-weight: bold;}
    .bannertext h2{     color: #fff;
    text-align: center;
    font-size: 65px;

    margin: 0;
    text-transform: uppercase;
    font-weight: bold;}
.logintopbtn{margin-bottom:30px;text-align:center;}
.logintopbtn a{ background: #ffad5c;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 15px 25px;
    text-align: left;
    border-radius: 60px;
    font-size: 15px;
    position: relative;
    padding-left: 65px;}
    .logintopbtn a:hover{ background:#5bc313;}
.logintopbtn a i{    font-size: 30px;
    position: absolute;    left: 30px;
    padding: 6px 0px;}




    .menu > ul > li > a > i{margin-left:5px;display:none;}
    .menu > ul > li > a > i.fa-angle-down{display:inline-block}
    .menu > ul > li.dropdown ul.sub-menu{   
    position: absolute;
    background:#fff;
    width: 230px;
     box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.19);
     border-radius:0 0 4px 4px;
    z-index: 10;display:none;
text-align:left;}

.letter{    width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px #c5c5c5;}
    .stamp-img{margin-top:10px;}
    .menu > ul > li.dropdown:hover ul.sub-menu{display:block;transition:all .4s;
  }
  .highligh-programe span{    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin: 5px 0 0;
    display: block;
}
  .highligh-programe{font-size: 20px;
    line-height: 28px;
    margin: 0;
    color: #ba0000;
    font-weight: bold;}
.home-btns a span
{
    transform:scale(0, 0);  display:none;  }
    .home-btns a{     display: block;
    margin-bottom: 10px;
    padding: 20px 22px;
    color: #fff;
    font-size: 17px;
    border-radius: 5px;}
    .boxsection .read-btn {
    color: #fff;}
    .home-btns a:nth-child(odd){  background: #5bc313;opacity:0.8;}
    .home-btns a:nth-child(odd):hover{opacity:1;}
    .home-btns a:nth-child(even){  background: #ba0000;opacity:0.8;}
    .home-btns a:nth-child(even):hover{opacity:1;}
    
    
    .home-btns a i{margin-right:10px;}
  
  .paralax{    background: #eee;
    background-attachment: fixed;
    background-size: 100%;}
    .highlight p{font-size: 26px;
    line-height: 45px;
    text-align: center;
    color: #0196d6;
    padding: 30px 0;
    font-weight: 800;}
  
    display: inline-block;}
    .about-section a:hover{    color: #880505;
    text-decoration: underline;}
  p{   font-size: 15px;
    line-height: 26px;
    text-align:justify;
    font-weight: 500;
    color: #000;}
  p:last-child{margin-bottom:0;}  
    .menu > ul > li.dropdown ul.sub-menu > li {display:block;}
    .menu > ul > li.dropdown ul.sub-menu > li > a{display:block;color:#000;padding:8px 10px;font-weight:600;font-size:13px;   }
    .menu > ul > li.dropdown ul.sub-menu > li > a:hover{ color:#ba0000;   }
    
    .menu > ul > li.dropdown ul.sub-menu > li > a > i{display:none;margin-right:10px;transition:all .4s;}
    .header{z-index:20;}
    .inner-high{ background: #fff;  padding: 20px;    }
  .banner-highlight{  
   
    margin: 10px 0;}
    .add-head{border-bottom:1px solid #ddd;padding:10px;}
    .add-data{padding:10px;}
    .address h2{    color: #ba0000;
    font-size: 20px;
    margin: 0;}
    .address p{text-align:left;    font-size: 14px;}

    .mr-btm  {margin-bottom:5px;}
    .address p i{font-size:15px;}
    
    
      .banner-highlight h3{    color: #ba0000;    text-align: center;
    font-size: 20px;margin:0;
    line-height: 40px;
    font-weight: bold;}
    .carousel-caption{z-index:1;bottom:0; left:0; text-align:left; width:100%; padding:0;display:none;}
    .carousel-caption h3.headline{    font-size: 40px;
    font-weight: 900;
    color: #ffffff;}
    .carousel-caption h3.headline2{    font-size: 19px;
    line-height: 33px;
    color: #ffffff;
      background-color: rgba(0, 0, 0, 0.5);
      font-weight:400;
    margin: 0;
    padding: 10px;}
    .widget{padding:40px 0;}
    .confrencesection{    padding-bottom: 150px;background:url(../images/meetaap-bg2.jpg);background-attachment:fixed;position:relative;}
    .main-heading{     
    font-family: 'Montserrat', sans-serif;
    color: #ba0000;
    font-weight: 600;
    margin: 0 0 20px;
    border-bottom: 3px solid #ba0000;
    padding-bottom: 10px;
    display: inline-block;
}

    .bottom-line {
    width: 100%;
    height: 4px;
    background-color: #ba0000;
    border: 1px solid #ba0000;
    margin-top: 0px;
    margin-bottom: 8px;
}
.carousel-caption2{    position: absolute;
    top: 5px;
    right: 50px;}
.carousel-caption2 h3{font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;margin:0;}
.banner{position:relative;    }
.carousel-control.left, .carousel-control.right{background:none;opacity:1;}
.carousel-control.left span, .carousel-control.right span{    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;font-size:60px;text-align:center;}
    /* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #fff; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }
    .top-mrg25
{
	margin-top:30px;
}
.red
{
	color:#ff0000;
	font-weight:normal;
}

@media only screen and (max-width: 767px) {

    .archivebtn, .text-center-xs{text-align:center;}
    .videoboxcenter iframe {
    width: 100%;
    height: 250px;
}
    .videoarchivelist .nav-tabs>li {
    
    width: 100%;
    margin-bottom: 6px;
}
}