/* 1.0 - General */
body{margin: 0; background: #FFFFFF; }
a{color: #333333; text-decoration: none; transition: all .2s ease-in-out;}
a:hover{color: #333333;}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
* {box-sizing: border-box;}
::-webkit-input-placeholder {color: #000000;}/* Chrome/Opera/Safari */
::-moz-placeholder {color: #000000;}/* Firefox 19+ */
:-ms-input-placeholder {color: #000000;}/* IE 10+ */
:-moz-placeholder {color: #000000;}/* Firefox 18- */

img{border:none;}
p{margin:0 0 20px;}
.img-left, .left{float:left;}
.img-right, .right{float:right;}
#logo, #left, #social, #contact-left{float:left;}
#top_link, #right, #copy-logo, #contact-right{float:right;}
:focus {outline: 0;}
a:active {outline: none;}

h1,h2,h3,h4,h5,h6{margin:0 0 20px;}

/*Heading*/
h1{font-size:44px;}
h2{font-size:26px;line-height: 34px;font-weight: bold;color: #831d82;margin-bottom: 15px;border-bottom: 4px solid #ec6504;display: table;margin: 0;}
.title{position: relative;margin-bottom: 25px;}
.title:after{content: "";bottom: 0;left: 0;width: 100%;position: absolute;border-bottom: 4px solid rgba(131,29,130,0.3);}
h3{font-size:25px;}
h4{font-size:19px;line-height: 25px;color: #000000;font-weight: bold;}
h5{font-size:16px;line-height: 22px;color: #000000;font-weight: bold;}
h6{font-size:14px;}

.c-left{text-align: left;}
.c-center{text-align: center;}
.c-right{text-align: right;}
.font-uppercase {text-transform: uppercase;}

.theme-bg {background: #32c5d2;}
.gray-bg {background: #f5f5f5;}

.img-left{margin-right:10px;}
.img-right{margin-left:10px;}

ul{margin: 0 0 0 20px; padding: 0; list-style: none;}
ul li{list-style: disc; margin: 0 0 10px;}

.ul{margin:0; padding-left:0; margin-left:20px;}
.ul li{margin-bottom: 10px;}

.mobile{display: none;}
.desktop{display: block;}

/* breadcrumb */
.breadcrumb{margin-bottom:15px; color:#666;} .breadcrumb a{margin-bottom:15px; color:#00003f;} .breadcrumb a:hover{margin-bottom:15px; color:#333;}

/* Responsive Table */
.table {border-collapse: collapse; margin: 10px 0 0px; width: 712px;}
.table th {background: none repeat scroll 0 0 #cc4c00; border-right: 1px solid #ffffff; font-weight: normal; padding: 13px 8px; color: #FFFFFF;}
.table td {background: none repeat scroll 0 0 #fcdcca; border-left: 1px solid #fff; border-right: 1px solid #fff; padding: 0.75rem; border-bottom: 1px solid #ffffff;}

.dropdown-menu {font-size: inherit;}

/** 2.0 - Header **/
/* changes by Tejas*/
a.skip-main {
    left:-999px; position:absolute; top:auto; width:1px; height:1px; overflow:hidden; z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff; background-color:#000; left: auto; top: auto; width: 30%; height: auto; overflow:auto; margin: 10px 35%;
    padding:5px; border-radius: 15px; text-align:center; font-size:1.2em; z-index:999;
}
.home-ban{position: relative;}
.home-ban img{width: 100%;}
.home-ban .ban-text{text-align: center; position: absolute; margin: 0 auto 0; color: #FFFFFF; font-size: 16px; z-index: 1; width: 1320px; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.home-ban .ban-text h1{font-size: 40px; line-height: 62px; margin: 0; font-weight: bold;}
.home-ban .ban-text h1 span{display: block;}

.row-am{width: 100%;}

/* blue and orange button */
.blue {background-color: #832b94; color: white;}
.blue:hover{background-color: #cc4c00; color: white;}
.orange {background-color: #cc4c00; color: white;}
.card {height: 100%; width: 100%;}
.card:hover, .media:hover{
    -webkit-box-shadow: -1px 9px 20px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 20px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 20px -12px rgba(0, 0, 0, 0.75);
}
.content-section {background: #ffffff;padding: 10px 20px;border: 1px solid #dddddd;border-radius: 3px;margin-bottom: 20px;}

/* Audio play icon on homepage */
@font-face{
font-family: "IcoFont";
font-weight: normal;
font-style: "Regular";
src: url("../icofont/fonts/icofont.woff2") format("woff2"),
url("../icofont/fonts/icofont.woff") format("woff");
}
[class*=" icofont-"],[class^=icofont-]{font-family:IcoFont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}
.icofont-play-alt-2:before{content: "\eca7";}

.top-headline span{padding: 0.5rem; color: #831d82; font-weight: 600;}
.top-headline img {padding: 0.5rem;}

/** 3.0 - Content **/
#content .row-am{padding: 80px 0;}
#content h3{font-size:19px;line-height: 25px;color: #000000;font-weight: bold;}

.aboutus .team{margin: 0 0 40px;}
.aboutus .team:last-child{margin: 0}
.aboutus ul{margin: 0; padding: 0; list-style: none}
.aboutus ul li{float: left; width: 245px; margin: 0 16px 16px 0; list-style: none;}
.aboutus ul li:nth-child(5n+4){margin-right: 0;}
.aboutus ul li .team-img{width: 245px; height: 235px; overflow: hidden}
.aboutus ul li .team-img img{max-width: 100%; max-height: 100%;}
.aboutus ul li .team-text{background: #f4f4f4; color: #000000; font-size: 19px; font-weight: 600; padding: 20px; min-height: 116px;}
.aboutus ul li .team-text span{font-size: 13px; color: #5b5b5b; font-weight: 300;}
.aboutus ul li .team-text .social-media-team{margin: 0; padding: 0; list-style: none;}
.aboutus ul li .team-text .social-media-team {float: right; font-size: 20px; list-style: none; text-align: center; line-height: 20px;}
.social-media-team :focus{outline: #cc4c00 solid 1px;}
.aboutus ul li .team-text .social-media-team :hover {color: #0e76a8;}

/* */
.blog .left{width: 850px;}
.blog .left h2{font-size: 25px; color: #000000; font-weight: bold; margin: 0 0 20px; line-height: 30px;}
.blog .left .box{margin: 0 0 20px; text-align: center}
.blog .left .box .blog-img{width: 100%; position: relative}
.blog .left .box .blog-img img{width: 100%;}
.blog .left .box .blog-img .date{position: absolute; left: 0; bottom: -20px; background: #812990; line-height: 50px; padding: 0 10px;}
.blog .left .box .blog-img .date ul{margin: 0; padding: 0; list-style: none}
.blog .left .box .blog-img .date ul li{list-style: none; float: left; color: #FFFFFF; font-weight: normal; margin: 0 10px 0 0;}
.blog .left .box .blog-text{padding:40px 20px 20px; background: #FFFFFF; border: 1px solid #cacccd}
.blog .left .box .blog-text .tag{float: left}
.blog .left .box .blog-text .tag ul{margin: 0; padding: 0; list-style: none}
.blog .left .box .blog-text .tag ul li{list-style: none; border: 1px solid #CCCCCC; background: #FFFFFF; margin: 0 6px 0 0; text-align: center; padding: 0 10px; display: inline-block; line-height: 40px;}
.blog .left .box .blog-text .social{float: right}
.blog .left .box .blog-text .social ul{margin: 0; padding: 0; list-style: none;}
.blog .left .box .blog-text .social ul li{width: 40px; height: 40px; border-radius: 50%; list-style: none; border: 1px solid #b2b2b2; text-align: center; color: #000000; line-height: 40px; float: left; margin: 0 0 0 5px; list-style: none;}
.blog .left .box .blog-text .social ul li:hover{background: #CCCCCC;}
.blog .left .box .blog-text .social ul li a{display: block; color: #333333;}
.blog .left .box .blog-text .social ul li a span{display: none}
.blog .left .box .blog-text .social ul li:hover a{color: #cc4c00}
.blog .left .box .blog-text .card-title a:focus{outline: #cc4c00 solid 1px;}
.blog .left .load-more{font-size: 18px; text-transform: uppercase; letter-spacing: 2px; text-align: center}

.blog .right{width: 400px;}
.blog .right h3{font-size: 25px; color: #000000; font-weight: bold; margin: 0 0 20px; border-bottom: 1px solid #812990; padding-bottom: 10px; line-height: 30px;}
.blog .right .about-me, .community .right .about-me{background: #FFFFFF; border: 1px solid #cacccd; padding: 20px; text-align: center; margin: 0 0 20px;}
.blog .right .about-me h3,.community .right .about-me h3{font-size: 25px; color: #333333; font-weight: bold; margin: 0 0 20px;}
.blog .right .about-me img, .community .right .about-me img{width: 100%; margin: 0 0 20px;}
.blog .right .about-me h4, .community .right .about-me h4{font-size: 20px; font-weight: bold; color: #812990; margin: 0 0 20px;}

.blog .right .about-me h5{font-size: 16px; color: #333333; font-weight: bold; text-transform: uppercase; margin: 0 0 10px}
.blog .right .about-me .social, .community .right .about-me .social{border-bottom: 1px solid #cacccd; border-top: 1px solid #cacccd; padding: 10px 0}
.blog .right .about-me .social ul,.community .right .about-me .social ul{margin: 0; padding: 0; list-style: none; text-align: center}
.blog .right .about-me .social ul li, .community .right .about-me .social ul li{text-align: center; line-height: 40px; display: inline-block; margin: 0 10px; list-style: none; font-size: 20px;}
.blog .right .about-me .social ul li a, .community .right .about-me .social ul li a{display: block; color: #9c9b9b;}
.blog .right .about-me .social ul li a span, .community .right .about-me .social ul li a span{display: none}
.blog .right .about-me .social ul li:hover a, .community .right .about-me .social ul li:hover a{color: #000000}
.blog .right .instagram{margin: 0 0 20px;}
.blog .right .instagram ul{margin: 0; padding: 0; list-style: none;}
.blog .right .instagram ul li{list-style: none; width: 96px; margin: 0 5px 5px 0; float: left;}
.blog .right .instagram ul li:nth-child(4n+4){margin-right: 0;}
.blog .right .instagram ul li img{width: 100%;}
.blog .right .post{margin: 0 0 20px;}
.blog .right .post ul{margin: 0; padding: 0; list-style: none;}
.blog .right .post ul li{margin: 0 0 20px; list-style: none}
.blog .right .post ul li .posts-img{float: left; width: 80px;}
.blog .right .post ul li .posts-img img{width: 100%;}
.blog .right .post ul li .posts-text{float: right; width: 300px;}
.blog .right .post ul li .posts-text .p-title{margin: 0 0 10px; display: 600; line-height: 20px;}
.blog .right .post ul li .posts-text .p-date{font-size: 12px; color: #999999}
.blog .right .tag{margin: 0 0 20px;}
.blog .right .tag ul{margin: 0; padding: 0; list-style: none}
.blog .right .tag ul li{list-style: none; border: 1px solid #CCCCCC; background: #FFFFFF; margin: 0 10px 10px 0; text-align: center; padding: 0 10px; display: inline-block; line-height: 30px;}
.blog .right .social a:focus{outline: #cc4c00 solid 1px;}
.blog .right .subscribe form{position: relative}
.blog .right .subscribe label{display: none}
.blog .right .subscribe .input{border: 1px solid #812990; line-height: 46px; padding: 0 10px; width: 100%;}
.blog .right .subscribe .submit{background: url("../images/subscribe-icon.png") no-repeat center center #812990; height: 48px;  text-indent: -1000px; border:none; width: 46px; position: absolute; right: 0; top: 0; cursor: pointer}
.blog .right .box-ad{width: 100%; height: 18.75em; margin: 0 0 20px;}
.blog .right .box-ad img{width: 100%; margin: 0 0 20px; height: 100%;}

.blog-list h1{font-size: 1.5rem!important;}
.blog-list .blog-title{font-size: 16px!important; border: none!important;}
.blog-list .blog-abstract{font-size: 14px!important;}

.contact{background: #f6f6f6}
.contact .box{background: #FFFFFF; padding: 30px 20px 30px 20px; margin-bottom: 30px; position: relative; color: #5c5c5c; word-break: break-word;}
.contact .box a{display: block; color: #5c5c5c}
.contact .box p {margin: 0}
.contact .box p span{display: block;}
.contact .box h3{font-size: 30px; min-height: 52px; margin: 0 0 12px; color: #000000; font-weight: 600;  vertical-align: middle; line-height: 70px; padding-left: 60px}
.contact .col-md-4:last-child h3{line-height: 36px;}
.contact .box h4{font-size: 20px; margin: 0; color: #000000; font-weight: 600; }
.contact .box img{position: absolute; left: 20px; top: 36px}
.contact .box ul{margin: 0; padding: 0; list-style: none}
.contact .box ul li{list-style: none; float: left; width: 33.33%;}
.contact .box.two{min-height: 228px;}
.contact .box{min-height: 194px;}
.contact .container .row .box :focus{outline: #cc4c00 solid 1px;}
/* */

.investor-deck .left{width: 70%; border-right: 1px solid #999999; padding-right: 40px;}
.investor-deck .left h3{font-size: 30px; color: #000000; margin: 0 0 20px; font-weight: 600;}
.investor-deck .left .quick-facts{margin: 0; padding: 0 ; list-style: none}
.investor-deck .left .bx-wrapper{padding: 0 30px; margin-bottom: 10px;}
.investor-deck .left .quick-facts li{list-style: none; width: 255px !important; margin-right: 20px;}
.investor-deck .left .quick-facts li .fact{color: #585858; font-size: 78px; font-weight: 600; line-height: 78px;}
.investor-deck .left .bx-wrapper .bx-controls-direction a{width: 13px; height: 25px}
.investor-deck .left .bx-wrapper .bx-prev{left: 0; background: url('../images/pre-arrow.png') no-repeat;}
.investor-deck .left .bx-wrapper .bx-next{right: 0; background: url('../images/next-arrow.png') no-repeat;}
.investor-deck .left .read-more{font-size: 17px; text-transform: uppercase; font-weight: 600; color: #cc4c00}
.investor-deck .left .read-more:hover{color: #812990}
.investor-deck .left .deck-slide{text-align: center}
.investor-deck .left .deck-slide .video{background: url(../images/vodeo-bg.png) no-repeat center center; background-size: cover; width: 100%; padding: 28px 108px 168px 106px; position: relative}
.investor-deck .left .deck-slide .video img, .investor-deck .left .deck-slide .video iframe{width: 100%; border-radius: 5px;}
.investor-deck .left .deck-slide .video .play-btn{position: absolute; top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); width: 109px; cursor: pointer}
.investor-deck .left .deck-slide .video .ppt-img{position: absolute; right: 130px; top: 47px; width: 58px;}
.investor-deck .left .orange-btn{background: #cc4c00; color: #FFFFFF; font-size: 20px; font-weight: 600; border: none; border-radius: 6px; margin: 0 auto; padding: 10px 30px; display: table; top: -50px; position: relative;}
.investor-deck .left .investor-img{width: 100%;}
.investor-deck .right{width: 28%;}
.investor-deck .right h3{background: #812990; color: #FFFFFF; font-weight: 600; line-height: 58px; font-size: 30px; margin: 0; padding: 0 20px;}
.investor-deck .right ul{margin: 0; padding: 0; list-style: none}
.investor-deck .right ul li{background: #f4f4f4; margin: 0 0 20px; list-style: none; padding: 20px 20px 40px 70px; position: relative;}
.investor-deck .right ul li .date{background: #343434; color: #FFFFFF; position: absolute; left: 20px; top:26px; font-size: 11px; text-transform: uppercase; line-height: 17px; padding: 5px;}
.investor-deck .right ul li .date span{display: block; font-size: 21px;}
.investor-deck .right ul li .read-more{font-size: 11px; text-transform: uppercase; text-align: right; background: url(../images/read-more-bg.png) repeat-x top; position: absolute; width: 100%; left: 0; bottom: 0px; line-height: 32px; padding: 0 20px;}
.investor-deck .right ul li .read-more a{color: #cc4c00}
.investor-deck .right ul li .read-more a:hover{color: #812990}


.media-contact .head{margin: 0 0 50px;}
.media-contact .head h4{font-size: 20px; color: #000000; font-weight: bold; border-bottom: 2px solid #CCCCCC; line-height: 50px}
.media-contact .head .orange-btn{background: #cc4c00; color: #FFFFFF; font-size: 14px; font-weight: 600; border: none; border-radius: 6px; margin: 0 auto; padding: 0 30px; display: table; top: -68px; position: relative; float: right; text-transform: uppercase; line-height: 36px}
.media-contact .head .select{-webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent url(../images/select-arrow.jpg) no-repeat right 20px center; border: 1px solid #CCCCCC; border-radius: 6px; font-weight: 300; width: 300px; line-height: 42px; padding: 0 10px;}
select::-ms-expand {display: none;}

.media-contact ul{margin: 0; padding: 0; list-style: none}
.media-contact ul li{list-style: none; margin: 0 0 30px; border-bottom: 1px solid #CCCCCC; padding-bottom: 20px;}
.media-contact ul li h3{font-size: 30px; font-weight: bold; color: #000000; margin: 0 0 20px; border:none; display: block;}
.media-contact ul .row{padding: 10px;}
.media-contact #mary-olson{
    box-shadow:-1px 9px 20px -12px rgba(0, 0, 0, 0.75);
    background-color: #F0F0F0;
    border-radius: 5px;
}
.media-contact #mary-olson .media-detail h3{line-height: 30px;}
.media-contact #mary-olson .media-detail .media-role { font-size: 44px; margin: 0 0 20px; line-height: 1.2;}

.media-detail .left{width: 204px; }
.media-detail .left img{width:204px; height: 211px; padding-bottom: 10px;}
.media-detail .left .age{text-align: center; color: #999999; margin: 10px 0}
.media-detail .left .social ul{margin: 0; padding: 0; list-style: none; text-align: center}
.media-detail .left .social ul li{width: 40px; height: 40px; border-radius: 50%; list-style: none; border: 1px solid #b2b2b2; text-align: center; color: #000000; line-height: 40px; display: inline-block; margin: 0 0 0 5px; list-style: none;}
.media-detail .left .social ul li a{display: block; color: #333333;}
.media-detail .left .social ul li a span{display: none}
.media-detail .left .social ul li:hover a{color: #cc4c00}
.media-detail .left .social ul li a:focus{outline: #cc4c00 solid 1px;}
.media-detail .right{width: 380px;}
.media-detail .right p{font-weight: 300;margin-bottom: 15px;}
.media-detail .right .author-bio{margin-bottom: 15px; height: 156px;}
.media-detail .right p strong{text-decoration: underline}
.media-detail .right .orange-btn{background: #cc4c00; color: #FFFFFF; font-size: 14px; font-weight: 600; border: none; border-radius: 6px; margin: 0 auto; padding: 0 30px; position: relative; text-transform: uppercase; line-height: 36px; cursor: pointer}

.media-contact ul li .recent-post{border: 1px solid #812990;}
.media-contact ul li .recent-post .text{ height: 330px; overflow: auto; padding: 0 15px 0 15px;}
.media-contact ul li .recent-post h4{background: #812990; color: #FFFFFF; margin: 0; font-size: 20px; font-weight: bold; padding: 0 15px; line-height: 40px;}
.media-contact ul li .recent-post a{color: #973900;}
.media-contact ul li .recent-post p{margin: 0em; font-size: 12px;}
.media-contact ul li .recent-post a:focus{outline: #cc4c00 solid 1px;}
.media-contact ul li .recent-post .line{background: #CCCCCC; margin: 5px 0 0; width: 100%; height: 1px;}

.media-contact ul li .map{border: 1px solid #CCCCCC; height: 370px; overflow: hidden}
.media-contact ul li .map img, .media-contact ul li .map iframe{width: 100%;}

.media-contact-detail .head{margin: 0 0 30px; font-weight: 300}
.media-contact-detail .head h3{font-size: 30px; color: #000000; font-weight: bold; line-height: 30px; margin: 0}
.media-contact-detail .left{width: 40%;}
.media-contact-detail .left img{width: 100%}
.media-contact-detail .left .social {margin-top: -20px;}
.media-contact-detail .left .social ul{margin: 0; padding: 0; list-style: none; text-align: center}
.media-contact-detail .left .social ul li{width: 40px; height: 40px; border-radius: 50%; list-style: none; border: 1px solid #b2b2b2; text-align: center; color: #000000; line-height: 40px; display: inline-block; margin: 0 0 0 5px; list-style: none; background: #FFFFFF}
.media-contact-detail .left .social ul li:hover{background: #CCCCCC;}
.media-contact-detail .left .social ul li:focus a{outline: #cc4c00 solid 1px;}
.media-contact-detail .left .social ul li a{display: block; color: #333333;}
.media-contact-detail .left .social ul li a span{display: none}
.media-contact-detail .left .social ul li:hover a{color: #000000}
.media-contact-detail .right{width: 55%;}
.media-contact-detail .right span{width: 48%; float: left;}
.media-contact-detail .right span:nth-child(2n+2){float: right}
.media-contact-detail .right label{font-weight: 300; display: block}
.media-contact-detail .right label span{float: right; font-size: 15px; font-weight: 300; width: auto;}
.media-contact-detail .right .input{border: 2px solid #CCCCCC; line-height: 40px; padding: 0 10px; border-radius: 5px; width: 100%; margin: 0 0 12px;}
.media-contact-detail .right .submit{background: #cc4c00; color: #FFFFFF; font-size: 14px; font-weight: 600; border: none; border-radius: 6px; margin: 0 auto; padding: 0 30px; position: relative; text-transform: uppercase; line-height: 36px; width: 100%; cursor: pointer}
.g-recaptcha{margin: 0 0 12px;}

.featured-story{display: flex; flex-direction: row; justify-content: center;}
.featured-story .featured-story-detail{width: 812px;}
.featured-story .contributor-img{float: left; margin-right : 18px; width: 35px; height: 35px; border-radius: 50%;}
.featured-story a{text-decoration:underline; color:blue;}
.featured-story a:hover, .featured-story a:focus{outline: #cc4c00 solid 1px;}
.featured-story .banner-ad{width: 100%; height: 112px; margin: 1em 0 1em 0;}
.featured-story .banner-ad img{width: 100%; height: 100%;}
.featured-story .recent-post{border: 1px solid #812990; margin: 2em 0 0 1em; border-radius: 5px;}
.featured-story .recent-post .text{ height: 100%; overflow: auto; padding: 10px 15px 0 15px;}
.featured-story .recent-post h4{background: #812990; color: #FFFFFF; margin: 0; font-size: 20px; font-weight: bold; padding: 0 15px; line-height: 40px;}
.featured-story .recent-post a{color: #cc4c00; text-decoration: none;}
.featured-story .recent-post p{margin: 0em; font-size: 12px;}
.featured-story .recent-post a:focus{outline: #cc4c00 solid 1px;}
.featured-story .recent-post .line{background: #CCCCCC; margin: 5px 0 0; width: 100%; height: 1px;}
.featured-story .ban-link a:hover{ color: #cc4c00;}
.featured-story .ban-link a{color: #fff; text-decoration: none; text-align: center;}
.featured-story .ban-link a:focus{outline: none!important;}

.blog .right .magazine img{width: 100%; height: auto; border-radius: 5px;}
.blog .right .magazine .orange-btn, .ezine .ezine-box .orange-button{background: #cc4c00; color: #FFFFFF; font-size: 20px; font-weight: 600; border: none; border-radius: 5px; margin: 15px auto; padding: 10px 30px; cursor: pointer;}
/*For endorsement page*/
.demo{ background: #FFF; }
.testimonial{
    padding: 20px 50px;
    margin: 0 20px 0;
    border-left: none;
    border-right: none;
    border-top: none;
    text-align: center;
    position: relative;
    width: 100%;
    height: fit-content;
}
.testimonial .pic{
    display: inline-block; width: 220px; height: 160px; margin-bottom: 20px;
    overflow: hidden; float: left;
}
.testimonial .pic img{width: 220px; height: 160px;}
.testimonial .title{
    display: block; margin: 0 0 0 0; font-size: 20px; font-weight: 600; color: #812990; letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{display: block; font-size: 15px; color: #000; text-transform: capitalize; padding-bottom: 20px;}
.testimonial .description{
    font-size: 16px; color: #FFF; background: #812990; border-radius: 5pt; padding: 1em;
    line-height: 30px; font-weight: bold; text-transform: uppercase; float: right;
    position: relative; width: 500px; left: -150px; top: 20%;
}
.test{width: auto; position: relative;}
.testimonial .title-post{width: fit-content; height: fit-content;}
.test .line{background: #CCCCCC; margin: 10px 0 0; width: 100%; height: 1px;}
.test .testimonial .title-post .social-media-team {float: right;margin: 7px 0 0 0; padding: 0; position: relative; top: -27px; left: 30px; font-size: 20px; text-align: center; line-height: 20px;}
.test .testimonial .title-post .social-media-team :focus{outline: #cc4c00 solid 1px;}
.test .testimonial .title-post .social-media-team :hover {color: #0e76a8;}
/* pagintion */
.page-nav .pagination .page-item{list-style: none;}

/*supporters*/
.testimonial .post{display: block; font-size: 15px; color: #000; text-transform: capitalize; padding-bottom: 20px;}
.testimonial .bio{
    font-size: 16px; color: #000; border-radius: 5pt; padding: 1em;
    line-height: 30px; float: right;position: relative; width: 700px;
}
.testimonial .title-post-supporter{width: 220px; height: fit-content;}
.testimonial .title-post-supporter .buttn .orange-btn{background: #cc4c00; color: #FFFFFF; font-size: 16px; font-weight: 600; border: none; border-radius: 6px; margin: 0 auto; padding: 10px 30px; display: table; cursor: pointer;}
.test .testimonial .bio{text-align: left;}
.test .testimonial .not-logo{width: 20px; height: 20px; display: inline-block;}

.curated-news .left{width: 850px;}
.curated-news .left h2{font-size: 25px; color: #000000; font-weight: bold; margin: 0 0 20px; line-height: 30px;}
.curated-news .left .box{margin: 0 0 20px; text-align: center}
.curated-news .left .box .curated-text{padding:40px 20px 20px; margin-bottom: 15px; background: #FFFFFF; border: 1px solid #cacccd; text-align: left;}
.curated-news .left .box .curated-text .read-more a{text-decoration:underline;color:blue; margin: 0;}
.curated-news .left .box .curated-text .card-title a:focus{outline: #cc4c00 solid 1px;}
.curated-news .left .box .curated-text .load-more{display:flex; float: right ; margin-right: 35px }
.curated-news .left .box .curated-text .date{display: inline-flex; background: #812990; line-height: 40px; padding: 0 0 0 10px; width: 160px; margin: 0;}
.curated-news .left .box .curated-text .date ul{margin: 0; padding: 0; list-style: none}
.curated-news .left .box .curated-text .date ul li{list-style: none; float: left; color: #FFFFFF; font-weight: normal; margin: 0 10px 0 0;}

.curated-news .right{width: 400px;}
.curated-news .right h3{font-size: 25px; color: #000000; font-weight: bold; margin: 0 0 20px; border-bottom: 1px solid #812990; padding-bottom: 10px; line-height: 30px;}
.curated-news .right .about-me{background: #FFFFFF; border: 1px solid #cacccd; padding: 20px; text-align: center; margin: 0 0 20px;}
.curated-news .right .about-me h3{font-size: 25px; color: #333333; font-weight: bold; margin: 0 0 20px;}
.curated-news .right .about-me img{width: 100%; margin: 0 0 20px;}
.curated-news .right .about-me h4{font-size: 20px; font-weight: bold; color: #812990; margin: 0 0 20px;}

.curated-news .right .about-me h5{font-size: 16px; color: #333333; font-weight: bold; text-transform: uppercase; margin: 0 0 10px}
.curated-news .right .about-me .social{border-bottom: 1px solid #cacccd; border-top: 1px solid #cacccd; padding: 10px 0}
.curated-news .right .about-me .social ul{margin: 0; padding: 0; list-style: none; text-align: center}
.curated-news .right .about-me .social ul li{text-align: center; line-height: 40px; display: inline-block; margin: 0 10px; list-style: none; font-size: 20px;}
.curated-news .right .about-me .social ul li a{display: block; color: #9c9b9b;}
.curated-news .right .about-me .social ul li a span{display: none}
.curated-news .right .about-me .social ul li:hover a{color: #000000}
.curated-news .right .box-ad{width: 100%; height: 18.75em; margin: 0 0 20px;}
.curated-news .right .box-ad img{width: 100%; margin: 0 0 20px; height: 100%;}

.curated-news-detail .box{margin: 0 0 20px; text-align: left}
.curated-news-detail .box .curated-img{width: 70%; display: flex;}
.curated-news-detail .box .curated-img img{width:100%;}
.curated-news-detail h2{font-size: 25px; color: #000000; font-weight: bold; margin: 0 0 20px; line-height: 30px;}
.curated-news-detail .box {padding:40px 20px 20px; margin-bottom: 15px; background: #FFFFFF; border: 1px solid #cacccd; text-align: left;}
.curated-news-detail .box .read-more a{text-decoration:underline;color:blue; margin: 0;}
.curated-news-detail .box .read-more a:focus{outline: #cc4c00 solid 1px;}
.curated-news-detail .curated-text {margin-bottom: 0.5rem;}
.curated-news-detail h3{font-size: 19px; line-height: 22px;}
.local-chapter-form { margin: 50px 0;}

.login-warning { text-decoration: none;}
.login-warning h3{ font-size: 22px; color:red; background-color:rgb(234, 238, 240) ; border:1px solid black; padding:15px; border-radius:5px;}
/* login */
.login { margin: auto;}
.login .login-form { margin: auto; width: 40%;}
.register, .login { background-color:#d9d9d9; }
.register input::placeholder, .login input::placeholder { text-transform: uppercase;}
.tagline { font-size: xx-large; font-family: cursive; border: none; color: black; display: block;}

.register .profile-photo {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.register .profile-photo input { width: 230px;}
.register .mobile div:nth-child(1) { width: 100px;}
.register .mobile div:nth-child(2) { width: 100%;}
.login .signup-url, .register .login-url { color: blue; }
.login .btn, .register .btn { color: #fcfcfc; background-color: #832b94;}
.invalid-feedback { color:#be0c05;}

/* verify-template */
.verify-email .page-title span{ font-size: 22px; font-weight: bold;}
.verify-email a { color: blue;}
.verify-email .skip {color: #fff!important;}
.verify-email .skip:hover{color: #cc4c00!important;}
/* EZine */
.ezine .ezine-box { margin: 10px 0; background-color: #d9d9d9; border-radius: 5px; border: 1px solid rgba(0,0,0,.125);}
.ezine .ezine-box .ezine-snapshot { width: 100%; height:auto; margin-bottom: 15px; border-radius: 5px; }
.ezine .ezine-box .ezine-box-container { padding: 10px; }
.ezine .ezine-box h2 { color: #000; font-size:27px; border-bottom: 0px;}
.ezine .ezine-box .timeline { color: #FFF; background-color: #831d82; font-size: 23px; text-align: center; border-radius: 5px; padding: 10px; width: 100%;}
.ezine .ezine-box .orange-button { width: 100%; border: 0.5px solid #cc4c00;}
.ezine .ezine-box .orange-button:focus, .ezine .ezine-box .orange-button:hover { color: #cc4c00; border: 0.5px solid #cc4c00; background-color: transparent;}

/* Advertisement page design */
.ads .ad-individual {padding: 0.5em; margin: 1em 0; background-color: #cc4c00; border-radius: 10px; border: 1px solid #666666}
.ads .table { width: 100%!important;}
.ads .table th { background: none #cc4c00}
.ads h2 { border: none; color: #000}
.ads table td { padding: .75rem!important; background: none #fcdcca!important;}

/* Internship admin */
.internship-review .table th {background: none #cc4c00;}
.internship-review table td{ padding: 0.75rem!important; background: none #fcdcca;}

/* news */
.news-list .read-more { color: #cc4c00;}
.news-list .read-more:hover { color: #831d82}
.news-list .news-title { font-size: 1.5em; color: #555555; border: none; font-weight: 600;}
.news-list .card-text {color: #555555;}
.news-tab .title {padding: 5px .75em; border-radius: 5px; background-color: #d7d7d7;}
.news-tab ul li h2 {border: none;}
.news-tab .title::after { content: none;}
.news-tab #news-tab-btn {background-color: #fcdcca}

.news-detail .news-title{ border: none; color: #555555; font-size: 28px;}
.news-detail .news-thumbnail{width: 100%; height: auto; margin-bottom: 0.5rem;}
/* profile page */
.profile-tab ul{ list-style-type: none; margin: 0; padding: 0;overflow: hidden;}
.profile-tab ul li{ list-style: none;}
.profile-tab .title {padding: 5px .75em; border-radius: 5px; background-color: #d7d7d7;}
.profile-tab ul li h2 {border: none;}
.profile-tab .title::after { content: none;}
.profile-tab #timeline {background-color: #fcdcca}
.profile-tab .title { margin-bottom: 15px!important; }
.user-dashboard .tab-content, .user-dashboard .user-info {border: 1px solid rgba(0, 0, 0, 0.125)!important; border-radius: 5px;}

/* css given by designer 1.0 - General */
table,div{font-family: 'Roboto', sans-serif; font-size:16px; color:#333333; line-height:24px;}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
* {box-sizing: border-box;}
::-webkit-input-placeholder {color: #676767;opacity: 1;}/* Chrome/Opera/Safari */
::-moz-placeholder {color: #676767;opacity: 1;}/* Firefox 19+ */
:-ms-input-placeholder {color: #676767;opacity: 1;}/* IE 10+ */
:-moz-placeholder {color: #676767;opacity: 1;}/* Firefox 18- */

img{border:none;}
p{margin:0 0 20px;color: #000;line-height: 25px;}
.img-left, .left{float:left;}
.img-right, .right{float:right;}
#left, #social, #contact-left{float:left;}
#top_link, #right, #copy-logo, #contact-right{float:right;}
:focus {outline: 0;}
a:active {outline: none;}

/** 2.0 - Header **/
.navbar .navbar-header .icon-bar {background-color: #333333; display: block; width: 22px; height: 2px; border-radius: 1px; margin: 4px auto 0; transition: .25s ease-in-out;}
.navbar .navbar-header .nav-toggle.active .icon-bar:nth-child(1){transform: rotate(45deg); margin-top: 0px;}
.navbar .navbar-header .nav-toggle.active .icon-bar:nth-child(2){display: none}
.navbar .navbar-header .nav-toggle.active .icon-bar:nth-child(3){transform: rotate(-45deg); margin-top: -2px;}
#menu-toggle{display: none}
.orange:hover { border: 1px solid #cc4c00; background-color: transparent; color: #cc4c00}
.navbar-inverse{margin: 0; background-color: #FFFFFF; border-color: transparent; padding: 0}
.navbar{border-radius: 0; position: relative; border: 0;}
.navbar-brand{padding: 30px 0; height: auto; text-transform: uppercase; color: #333333; font-size: 30px; margin: 0 auto;display: table;}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover{color: #333333}
.caret {display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent;}

.navbar .top-header{width: 100%;}
.navbar .navbar-header{width: 100%; border: 0px !important}

.top-left{padding: 10px 0}
.top-left ul{margin: 0; padding: 0; list-style: none}
.top-left ul li{margin-right: 25px;display: inline-block;vertical-align: middle;margin-bottom: 0;position: relative;}
.top-left ul li a{color: #000000;font-size: 14px;padding: 8px 0;}
.top-left ul li .sub-menu{display: none;position: absolute;top: 38px;left: 0;width: 155px;}
.top-left ul li .sub-menu li{display: block;margin: 0;}
.top-left ul li .sub-menu li a{width: 100%;background: #831d82;color: #fff;padding: 5px 10px;display: table;border-bottom: 1px solid rgba(255,255,255,0.5);}
.top-left ul li .sub-menu li a:hover{background: #ec6504;}
.top-left ul li .caret{border-top: 5px dashed #646464;border-right: 5px solid transparent;border-left: 5px solid transparent;margin-left: 7px;cursor: pointer;}
.top-left ul li .usersignup i{color: #831d82;font-size: 13px;margin-right: 3px;}
.top-left ul li .usersignup:hover{color: #831d82;}
.top-left .searchbox input[type="text"]{position: relative;font-size: 14px;color: #676767;border: 1px solid #cccccc;line-height: 32px;height: 32px;width: 430px;padding: 0 10px;}
.top-left .searchbox input[type="submit"]{background: border: 0;background-repeat: no-repeat;background-position: center;position: absolute;height: 32px;width: 32px;top: 0;right: 0;}
.top-left .searchbox input[type="text"]:focus{border-color: #831d82;}

.orangebtn{margin: 25px 0 0 0;padding: 0 !important;}
.orangebtn a{color: #cc4c00;font-size: 13px;background: transparent;border-radius: 0;padding: 0;font-weight: bold;display: block;text-transform: uppercase;letter-spacing: 0;}
.orangebtn a:hover{color: #831d82;}

.row-am{width: 100%;}


/** 3.0 - Content **/
.form-background{
	background-color: #d5d8dc;
}
#content .row-am{padding: 32px 0;}

.bannerad{padding: 1rem 0 !important;}
.bannerad img{max-width: 100%;}

.toplist .col-lg-3{-ms-flex: 0 0 26.5%;flex: 0 0 26.5%;max-width: 26.5%;}
.toplist .col-lg-6{-ms-flex: 0 0 46.5%;flex: 0 0 46.5%;max-width: 46.5%;}
.toplist .box{margin-bottom: 30px;}
.date{font-size: 13px;color: #8f8f8f;font-weight: bold;}
.toplist .video{margin-bottom: 15px;}
.toplist .video img{width: 100%;}
.toplist .blogbox{display: table;width: 100%;margin-bottom: 4px;}
.toplist h4{margin-bottom: 0;}
.toplist .blogbox h3{font-size: 20px;font-weight: 400;margin-bottom: 5px;}
.toplist .blogbox .txt{padding-right: 10px;}
.toplist .blogbox .icon{width: 60px;height: 60px;display: table-cell;vertical-align: top;}
.toplist .blogbox .icon img{object-fit: cover;height: 100%;border-radius: 50%; margin: auto}
.toplist .featuredbox{position: relative;}
.toplist .featuredbox img{width: 100%;}
.toplist .featuredbox .bottomtxt{position: absolute;bottom: 0;left: 0;width: 100%;padding: 20px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.73) 38%, rgba(0,0,0,0.83) 64%, rgba(0,0,0,0.95) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 38%,rgba(0,0,0,0.83) 64%,rgba(0,0,0,0.95) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 38%,rgba(0,0,0,0.83) 64%,rgba(0,0,0,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 );}
.toplist .featuredbox .bottomtxt .date ,.toplist .featuredbox .bottomtxt h4{color: #fff;}
.toplist .featuredbox .bottomtxt h4{font-size: 28px;line-height: 34px;margin: 0;}
.grayad{padding: 20px;background: #ececec;}
.grayad img{width: 100%;}
.toplist .orangebtn{margin-top: 0;}

.audiolist .box{display: table;width: 100%;border-bottom: 1px solid rgba(0,0,0,0.2);padding: 20px 0;}
.audiolist .box .txt{padding-left: 15px;}
.audiolist .box h4 ,.audiolist .title{margin-bottom: 0;}
.audiolist .box .icon{width: 56px;height: 56px;display: table-cell;vertical-align: middle;}
.audiolist .box .icon i{font-size: 55px;color: rgba(0,0,0,0.4);}
.audiolist .box .icon img{object-fit: cover;height: 100%;border-radius: 50%;}
.audiolist .box .icon a{text-decoration: none;}
.audiolist .box:hover .icon i{color: #ec6504;}

.newteenage ul{display: flex;width: 100%;justify-content: space-between;margin: 0;padding: 0;}
.newteenage ul li{display: inline-block;margin: 0;}
.newteenage img{width: 100%;margin-bottom: 10px;}
.newteenage ul li h5{font-size: 16px;color: #000000;line-height: 18px;margin: 0;font-weight: 500;}
.newteenage ul li h5 span{font-size: 13px;color: #898989;display: block;font-weight: 400;}
.newteenage .orangebtn + .title{margin-top: 40px;}
.newteenage .orangebtn{margin-top: 20px;}

.upcomingsection img{width: 100%;}
.upcomingsection .grayad{padding: 15px;margin-top: 10px;}
.upcomingsection h4{margin-bottom: 10px;}
.upcomingsection .col-lg-4{-ms-flex: 0 0 29%;flex: 0 0 29%;max-width: 29%;}
.upcomingsection .col-lg-3{-ms-flex: 0 0 22.5%;flex: 0 0 22.5%;max-width: 22.5%;}
.upcomingsection .col-lg-5{-ms-flex: 0 0 48.5%;flex: 0 0 48.5%;max-width: 48.5%;}
.upcomingsection .event-img{position: relative;margin-bottom: 10px;}
.upcomingsection .event-img .eventdate{font-size: 14px;text-transform: uppercase;font-weight: bold;line-height: 19px;background: #831d82;color: #fff;padding: 10px;text-align: center;display: table;position: absolute;bottom: 0;left: 0;}
.upcomingsection .event-img .eventdate span{font-size: 27px;display: block;}
.upcomingsection .newsbox{position: relative;}
.upcomingsection .newsbox .bottomtxt{position: absolute;bottom: 0;left: 0;width: 100%;padding: 20px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.53) 38%, rgba(0,0,0,0.63) 64%, rgba(0,0,0,0.75) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.53) 38%,rgba(0,0,0,0.63) 64%,rgba(0,0,0,0.75) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.53) 38%,rgba(0,0,0,0.63) 64%,rgba(0,0,0,0.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 );}
.upcomingsection .newsbox .date{color: #fff;}
.upcomingsection .newsbox h4{margin-bottom: 0;color: #fff;}
.upcomingsection .eventul{margin: 0;padding: 0;}
.upcomingsection .eventul li{font-size: 14px;color: #818181;font-weight: 400;margin: 0;display: block;}
.upcomingsection .eventul li i{color: #cc4c00!important;}
.upcomingsection .carousel-indicators{margin: 0;left: auto;bottom: -18px;}
.upcomingsection .carousel-indicators li{width: 13px;height: 13px;background: rgba(0,0,0,0.3);border-radius: 50%;margin: 0 3px;}
.upcomingsection .carousel-indicators .active{background: #cc4c00!important;}
/* .upcomingsection .newsbox .news-title{font-size: 19px;} */
.upcomingsection .newsbox .read-more { color: #cc4c00!important;}
.sponsorbg{background: #f3f3f3;overflow: hidden;}
.sponsorbg .title{margin-bottom: 0;}

.abouthome{border-top: 2px solid rgba(0,0,0,0.2);}
.abouthome .row{padding: 60px 0;}
.abouthome .footerlogo img{width: 195px;}
.abouthome .footercontect{border-top: 2px solid rgba(0,0,0,0.2);}
.abouthome .footercontect .socialink ul{margin: 0; padding: 0; list-style: none;text-align: right;}
.abouthome .footercontect .socialink ul li a{color: #6e5959;width: 42px; height: 42px; line-height: 42px; text-align: center; background: transparent; border-radius: 50%; float: left; margin: 0 3px; list-style: none;font-size: 18px;border: 1px solid rgba(0,0,0,0.2);}
.abouthome .footercontect .socialink ul li a:hover{background: rgba(0,0,0,0.5);color: #fff;}
.abouthome .footercontect .socialink ul li{display: inline-block;margin: 0;}
.abouthome .footercontect .contactdtl ul {margin: 0;padding: 0;}
.abouthome .footercontect .contactdtl ul li {margin: 0;display: inline-table;width: 33%;}
.abouthome .footercontect .contactdtl ul li .img {display: table-cell;vertical-align: top;width: 30px;}
.abouthome .footercontect .contactdtl ul li .txt {margin-left: 10px;color: #fff;}
.abouthome .footercontect .contactdtl h5{font-size: 18px;margin-bottom: 0;}
.abouthome .footercontect .contactdtl ul li a:hover{color: #831d82;}

.subscribebg{background: #831d82;padding: 0 !important;}
.subscribebg h3{color: #fff;border: 0;margin-bottom: 5px;}
.subscribebg p{color: #fff;}
.subscribebg .textbox{margin: 0;display: table;width: 100%;}
.subscribebg .textbox .img {margin-right: 35px;padding-top: 40px;}
.subscribebg .textbox .txt {display: table-cell;vertical-align: middle;color: #fff;}
.subscribebg .emailbox{background: rgba(0,0,0,0.2);padding: 30px;}
.subscribebg .emailbox input[type="text"]{position: relative;font-size: 16px;color: #676767;border: 0;line-height: 57px;height: 57px;width: 100%;padding: 0 10px;padding-right: 175px;}
.subscribebg .emailbox input[type="submit"]{background: #cc4c00;border: 0;background-repeat: no-repeat;background-position: center;position: absolute;height: 57px;top: 30px;right: 45px;color: #fff;text-transform: uppercase;font-weight: bold;width: 157px;cursor: pointer;}
.subscribebg .emailbox input[type="submit"]:hover{background: #831d82;}

/** 4.0 - Footer **/
footer{background: #2f2f2f}
footer .footer1{padding: 75px 0 75px 0;}
footer .footer1 .image-thumbnail{width: 70%; height: 70%;}
footer .footer1 h3{font-size: 23px; font-weight: bold; margin: 0 0 45px;color: #FFFFFF;position: relative;z-index: 1;border-bottom: 1px solid rgba(255,255,255,0.3);padding-bottom: 10px;}
footer .footer1 .links ul{margin: 0 ; padding: 0; list-style: none;}
footer .footer1 .links ul li{line-height: 26px; font-size: 16px; list-style: none;}
footer .footer1 .links ul li a{color: #fff;}
footer .footer1 .links ul li a:hover ,footer .conlink li a:hover{color: #ff7d00;}
footer .supportbox{text-align: center;display: flex;flex-direction: column; align-items: center;}
footer .supportbox img{width: 70%;padding: 10px;background: #fff;}
footer .supportbox .btn{color: #fff;font-weight: bold;font-size: 16px;text-transform: uppercase;padding: 10px 25px;border-radius: 0;display: block;margin: 0 0 0 10px;background: #cc4c00;letter-spacing: 0;}
footer .supportbox .btn:hover{background: #831d82;}

footer .footer2{padding: 15px 0;position: relative;border-top: 1px solid rgba(255,255,255,0.3);}
footer .footer2 p{color: #DBD4D4; line-height: 35px; font-size: 14px;margin: 6px 0px;}
footer .footer2 p a{color: #DBD4D4;}
footer .footer2 p a:hover{color: #ff7d00;}

.in-ban{position: relative; overflow: hidden; border-radius: 0}
.in-ban img{width: 100%;}
.in-ban .container{position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 100%; height: 100%; }
.in-ban .ban-text{ position: relative; margin: 0 auto 0; color: #FFFFFF; font-size: 16px; z-index: 1; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.in-ban .ban-text h2{font-size: 38px; line-height: 52px; margin: 0 0 20px; font-weight: bold; width: 600px; border: none; color: #ffffff;}
.in-ban .ban-text h4{font-size: 17px; font-weight: normal; margin: 0; color: #FFFFFF !important}

/* Moderator Dashboard */
.dash-title {margin: 1rem 0;}
.moderator-dash{border: 1px solid rgba(0, 0, 0, 0.125); padding: 0.75rem; border-radius: 2px;}
.moderator-dash .dash-main{display: flex; align-items: center; justify-content: space-evenly; flex-direction: column;} 
.moderator-dash .dash-main .feature-icon{border-radius: 5px; background-color: #831d82; padding: 1rem; margin: 15px; display: flex; flex-direction: column;}
.moderator-dash .dash-main .feature-icon .fas{font-size: 3.5rem; color: #fff;}
.moderator-dash .dash-main .feature-tasks{display: flex; flex-wrap: wrap; margin: 15px;}
.moderator-dash .dash-main .feature-tasks a{margin: 0.25rem;}
.moderator-dash .dash-main .user-role{border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 2px; padding: 1rem; margin: 15px; text-align: center;}

/* Partners */
.partner, .partners{
    display: flex;
    padding: 1rem;
    background: #f6f6f6;
}
.partner .box {background: #fff; color: #5c5c5c; padding: 20px; margin-bottom: 20px; border-radius: 5px;}
.partner .partner-logo, .sponsor-detail .partner-logo img{ width: 100%; height: auto;}
.partner .contact-details a{display: block; word-break: break-word;}
.partner .contact-details a:hover{ color: #cc4c00;}
.partner .contact-details a:focus{ border: 1px solid #cc4c00;}
.partner p{ margin-bottom: 0!important;}
.partner .contact-icon {display: inline-table; margin: 0.5rem 0;}
.partner .contact-icon .img {vertical-align: top; display: table-cell; padding-right: 10px!important;}
.partner .contact-icon .img img {width: 15px; height: auto;}
/* Bubbles Wrapper */
/* 
.bubbles-wrapper {position: absolute;width: 100%;min-height: 590px;overflow: hidden;}
.bubbles-wrapper .bubble {position: absolute;background: #fff;}
.bubbles-wrapper .bubble img {position: relative;border-radius: 50px;}

.bubbles-wrapper .bubble:nth-child(1) {-webkit-animation: floating 5.26667s ease-in-out infinite alternate;animation: floating 5.26667s ease-in-out infinite alternate;bottom: 58%;left: 18%;}

@media (min-width:992px) {
.bubbles-wrapper .bubble:nth-child(1) {-webkit-animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate;animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate}
}

.bubbles-wrapper .bubble.top-initial:nth-child(1) {bottom: 58%;}

.bubbles-wrapper .bubble:nth-child(2) {-webkit-animation: floating 7.23333s ease-in-out infinite alternate;animation: floating 7.23333s ease-in-out infinite alternate;bottom: 56%;left: 39%}

@media (min-width:992px) {
.bubbles-wrapper .bubble:nth-child(2) {-webkit-animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate;animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate}
}

.bubbles-wrapper .bubble.top-initial:nth-child(2) {bottom: 56%;}

.bubbles-wrapper .bubble:nth-child(3) {-webkit-animation: floating 9.6s ease-in-out infinite alternate;animation: floating 9.6s ease-in-out infinite alternate;top: 3%;left: 56%;}

@media (min-width:992px) {
.bubbles-wrapper .bubble:nth-child(3) {-webkit-animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate;animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate}
}

.bubbles-wrapper .bubble.top-initial:nth-child(3) {top: 3%}

.bubbles-wrapper .bubble:nth-child(4) {-webkit-animation: floating 6.6s ease-in-out infinite alternate;animation: floating 6.6s ease-in-out infinite alternate;top: 1%;left: 68%}

@media (min-width:992px) {
.bubbles-wrapper .bubble:nth-child(4) {-webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate}
}

.bubbles-wrapper .bubble.top-initial:nth-child(4) {top: 1%}

.bubbles-wrapper .bubble:nth-child(5) {-webkit-animation: floating 6.5s ease-in-out infinite alternate;animation: floating 6.5s ease-in-out infinite alternate;bottom: 64%;left: 90%}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(5) {
        -webkit-animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(5) {
    bottom: 64%;
}

.bubbles-wrapper .bubble:nth-child(6) {
    -webkit-animation: floating 7.56667s ease-in-out infinite alternate;
    animation: floating 7.56667s ease-in-out infinite alternate;
    bottom: 25%;
    left: 92%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(6) {
        -webkit-animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(6) {
    bottom: 25%;
}

.bubbles-wrapper .bubble:nth-child(7) {
    -webkit-animation: floating 9.16667s ease-in-out infinite alternate;
    animation: floating 9.16667s ease-in-out infinite alternate;
    bottom: 41%;
    left: 76%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(7) {
        -webkit-animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(7) {
    bottom: 41%;
}

.bubbles-wrapper .bubble:nth-child(8) {
    -webkit-animation: floating 7.66667s ease-in-out infinite alternate;
    animation: floating 7.66667s ease-in-out infinite alternate;
    bottom: 17%;
    left: 62%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(8) {
        -webkit-animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(8) {
    bottom: 17%;
}

.bubbles-wrapper .bubble:nth-child(9) {
    -webkit-animation: floating 6.46667s ease-in-out infinite alternate;
    animation: floating 6.46667s ease-in-out infinite alternate;
    bottom: 32%;
    left: 50%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(9) {
        -webkit-animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(9) {
   bottom: 32%;
}

.bubbles-wrapper .bubble:nth-child(10) {
    -webkit-animation: floating 6.06667s ease-in-out infinite alternate;
    animation: floating 6.06667s ease-in-out infinite alternate;
    top: 67%;
    left: 36%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(10) {
        -webkit-animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(10) {
    top: 67%;
}

.bubbles-wrapper .bubble:nth-child(11) {
    -webkit-animation: floating 5.46667s ease-in-out infinite alternate;
    animation: floating 5.46667s ease-in-out infinite alternate;
    bottom: 41%;
    left: 32%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(11) {
        -webkit-animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(11) {
    bottom: 41%;
}

.bubbles-wrapper .bubble:nth-child(12) {
    -webkit-animation: floating 5.93333s ease-in-out infinite alternate;
    animation: floating 5.93333s ease-in-out infinite alternate;
    bottom: 17%;
    left: 22%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(12) {
        -webkit-animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(12) {
    bottom: 17%;
}

.bubbles-wrapper .bubble:nth-child(13) {
    -webkit-animation: floating 6.4s ease-in-out infinite alternate;
    animation: floating 6.4s ease-in-out infinite alternate;
    bottom: 26%;
    left: 1%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(13) {
        -webkit-animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(13) {
    bottom: 26%;
}

.bubbles-wrapper .bubble:nth-child(14) {
    -webkit-animation: floating 4.06667s ease-in-out infinite alternate;
    animation: floating 4.06667s ease-in-out infinite alternate;
    bottom: 64%;
    left: 1%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(14) {
        -webkit-animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(14) {
    bottom: 64%;
}

.bubbles-wrapper .bubble:nth-child(15) {
    -webkit-animation: floating 6.6s ease-in-out infinite alternate;
    animation: floating 6.6s ease-in-out infinite alternate;
    bottom: 50%;
    left: 90%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(15) {
        -webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(15) {
    bottom: 50%;
}

.bubbles-wrapper .bubble:nth-child(16) {
    -webkit-animation: floating 6.86667s ease-in-out infinite alternate;
    animation: floating 6.86667s ease-in-out infinite alternate;
    bottom: 68%;
    left: 64%
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(16) {
        -webkit-animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}

.bubbles-wrapper .bubble.top-initial:nth-child(16) {
    bottom: 68%;
}

.bubbles-wrapper .bubble .badge {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.bubbles-wrapper .bubble:hover .badge {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.bubbles-wrapper {
    position: relative;
    height: 100%
}

.integration-bubbles .bubble {
    bottom: 30%!important;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {

    .integration-bubbles .bubble {
        bottom: 0!important
    }
    @-webkit-keyframes floating {
        from {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
        65% {
            -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px)
        }
        to {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }
    @keyframes floating {
        from {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
        65% {
            -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px)
        }
        to {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }
    .floating {
        -webkit-animation: floating 4s ease-in-out infinite;
        animation: floating 4s ease-in-out infinite;
        -webkit-filter: none;
        filter: none
    }
    @-webkit-keyframes fade-out {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    @keyframes fade-out {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    @-webkit-keyframes bubble-v {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            -webkit-transform: translateY(-640px);
            transform: translateY(-640px)
        }
    }
    @keyframes bubble-v {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
        100% {
            -webkit-transform: translateY(-640px);
            transform: translateY(-640px)
        }
    }
    @-webkit-keyframes bubble-v-left {
        0% {
            margin-bottom: 0;
            opacity: .1
        }
        20% {
            opacity: 1
        }
        100% {
            margin-bottom: 640px;
            opacity: 1;
            left: 0
        }
    }
    @keyframes bubble-v-left {
        0% {
            margin-bottom: 0;
            opacity: .1
        }
        20% {
            opacity: 1
        }
        100% {
            margin-bottom: 640px;
            opacity: 1;
            left: 0
        }
    }
    @-webkit-keyframes bubble-v-right {
        0% {
            margin-bottom: 0;
            opacity: .1
        }
        20% {
            opacity: 1
        }
        100% {
            margin-bottom: 640px;
            opacity: 1;
            left: 100%
        }
    }
    @keyframes bubble-v-right {
        0% {
            margin-bottom: 0;
            opacity: .1
        }
        20% {
            opacity: 1
        }
        100% {
            margin-bottom: 640px;
            opacity: 1;
            left: 100%
        }
    }
    @-webkit-keyframes shake-v {
        0% {
            margin-left: 0
        }
        100% {
            margin-left: 20px
        }
    }
    @keyframes shake-v {
        0% {
            margin-left: 0
        }
        100% {
            margin-left: 20px
        }
    }*/
    button:focus {
        outline: 0
    }
    .btn {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        text-decoration: none;
        letter-spacing: 1.45px;
        font-weight: 400;
        padding: .5rem 1.25rem;
        font-size: .75rem;
        line-height: 1.5;
        border-radius: .25rem;
        white-space: normal;
        text-align: left
    }
/*
    .badge-contrast {
        color: #212529;
        padding:4px 8px;
        background-color: #fff
    }
}

a.badge-contrast:focus,
a.badge-contrast:hover {
    color: #212529;
    background-color: #e6e6e6
}

a.badge-contrast.focus,
a.badge-contrast:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
} */

.navigation{border-bottom: 0px !important; width: 100%; margin-bottom: 0px !important;}

.content-404 {
    padding: 4vw;
    background-color: #f7f5f5;
    margin-bottom: 50px;
}

.jumbotron-404 img {
    width: 100%;
}

.main-404 {
    line-height: 60px;
    text-align: center;
}

.main-404 h1 {
    text-align: center;
}

.main-404 a{
    border: 1px solid;
    padding: 10px 15px;
    color: white;
    background-color: #cc4c00;
}
.main-404 h2 {border: none; text-align: center; display: inherit;}
/***


/* startup showcase */
.startups{display: flex; flex-wrap: wrap;}
.startups .startup{max-width: 320px; margin: 1rem; border-radius: 5px;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
}
.startups .startup .startup-logo{width: 100%; margin: auto; height: 140px; object-fit: scale-down;}
.startups .startup .startup-content{padding: 1rem 1rem 1.5rem; height: 180px;}
.startups .startup .startup-entrepreneur-img{display: flex; justify-content: flex-end; padding: 0.5rem;}
.startups .startup .entrepreneur-img{border-radius: 50%; width: 40px; height: 40px;}