header .nav > li > a:hover{
    border-bottom: 4px solid #F48120;
}
@font-face {
    font-family: "RobotoSlab-SemiBold";
    src: url("../fonts/Roboto_Slab/RobotoSlab-SemiBold.ttf");
}
@font-face {
    font-family: "RobotoSlab-Bold";
    src: url("../fonts/Roboto_Slab/RobotoSlab-Bold.ttf");
}
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/font-awesome/fonts/fontawesome-webfont3e6e.ttf");
}
.nav>li.showmobile{
    display: none;
}
body{
    font-family: RobotoSlab-SemiBold;
}
a {
    font-family: RobotoSlab-SemiBold;
}
#magic-line {
    position: absolute;
    height: 2px;
    bottom: 26px;
}
.storydiv{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #fff;
}
.storydiv p{
    color: #fff;
}
.storytitle{
    font-size: 35px;
    float: left;
    width: 100%;
    line-height: 1;
    color: #fff;
}
.storytitle1{
    font-size: 30px;
    float: left;
    width: 100%;
    line-height: 1;
    padding-top: 10px;
    color: #fff;
}
.whatwedoimage{
    text-align: center;
    margin: auto;
    padding-bottom: 40px;
}
nav.navbar.bootsnav ul.nav > li > a{
    padding: 43px 10px;
}
.btn-theme.effect:hover, .btn-theme.effect:focus {
    background: #71226a  none repeat scroll 0 0;
    border: 2px solid #71226a ;
    color: #ffffff;
}
.btn-theme {
    background-color: #9c3292;
    color: #fff !important;
    border: 2px solid #9c3292;
}
.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: #F48120;
}

.site-heading h2::before {
    background: #ffcd3d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}
.blog-area .info .content > a::after {
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #F48120;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}
.features-area .features .item a p{
    font-family: RobotoSlab-SemiBold;
}
.advisor-area .advisor-items .item .info span {
    color: #F48120;
    font-family: RobotoSlab-SemiBold;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 10px;
}
.testimonials-area .testimonial-items .item .icon {
    position: absolute;
    right: -50px;
    top: -50px;
    height: 100px;
    width: 100px;
    background: #F48120;
    transform: rotate(45deg);
}
.testimonials-area .testimonial-items.testimonial-carousel .owl-dots .owl-dot.active span {
    background: #F48120;
    width: 40px;
}
.fun-factor-area .fun-fact .icon i {
    display: inline-block;
    font-size: 40px;
    color: #F48120;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.event-area .event-items .item .info-box .date strong {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    color: #F48120;
    display: block;
}
.event-area .event-items .item .info-box .content ul li i {
    color: #F48120;
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.blog-area .info .meta ul li i {
    color: #F48120;
    margin-right: 5px;
}
.top-bar-area.inc-border {
    border-bottom: 2px solid #F48120;
}
.top-bar-area .address-info.text-left li i, .top-bar-area .address-info.text-right li i {
    margin-right: 5px;
    color: #F48120;
    font-size: 16px;
}
.event-area .event-items .item .info-box .content .bottom a:last-child i {
    color: #F48120;
    margin-right: 5px;
}
footer .footer-bottom p a {
    font-weight: 600;
    color: #F48120;
}
footer .f-items .f-item.popular-courses .info ul li i {
    color: #F48120;
    font-size: 12px;
}
@media (min-width: 1024px){
    nav.navbar.bootsnav ul.nav > li > a:hover {
        color: #F48120;
    }
}
.blog-area .info .content > a {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 8px 40px;
    border: 2px solid #F48120;
    color: #0083a8;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: -8px;
    border-radius: 30px;
}
.bg-dark {
    background: #0083a8 none repeat scroll 0 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #0083a8;
    font-weight: normal;
    line-height: 1.2;
    font-family: RobotoSlab-Bold;;
    letter-spacing: 0;
    margin: 0;
}
a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #0083a8;
}
.advisor-area .advisor-items .item .info {
    padding: 30px;
    background: #0083a8 none repeat scroll 0 0;
}
.testimonials-area .testimonial-items .item .icon i {
    position: absolute;
    left: 40px;
    top: 70px;
    transform: rotate(-45deg);
    color: #0083a8;
    font-size: 20px;
}
.btn-dark.border {
    background-color: transparent;
    color: #0083a8;
    border: 2px solid #0083a8;
}
.features-area .features .item a {
    display: block;
    padding: 50px 30px;
    box-shadow: 0 0 0px #cccccc;
    background: #ffffff;
}
.headerpush{
    float: left;
    width: 100%;
    height: 127px;
}
.breadcrumb1{
}
.default-padding {
    padding-top: 60px;
    padding-bottom: 10px;
}
.breadcrumb-area {
    padding: 150px 0 25px 0;
    background: rgba(0,0,0,0.7);
}
.counter-box.about-us .display-percentage {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    display: block;
    margin: 0;
    padding-top: 12px;
}
.whatwedoinfo{

}
.features-about{
    float: left;
    width: 100%;
}
.breadcrumb-area  h1{
    color: #fff;
}
.breadcrumb{
    background: none;
    color: #fff;
}
.breadcrumb>.active {
    color: #0083a8;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb li{
    margin-right: 5px;
    margin-left: 5px;
}
.padding-80{
    padding-top: 80px;
}
.timerclass{
    text-align: center;
}
.timerclass .timer {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.6px;
    font-weight: 700;
}
.timerclass span {
    display: block;
}
.site-heading{
    margin-bottom: 40px;
}
.aboutquote {
    color: #999;
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    max-width: 715px;
    margin: 72px auto auto;
    line-height: 1;
}
.abouteauthor{
    text-align: center;
    max-width: 715px;
    margin: auto auto;
    margin-top: 30px;
}
.aboutwhowearetitle{
    padding: 0px 0px 0px 32px;
    border-left: 3px solid #ffcd3d;
    margin: 30px 0 10px 0;
    color: #333333;
}
.aboutwhowearetitle h2 {
    color: #333333;
}
.aboutwhoweare{
    margin-bottom: 50px;
}
.tab {
    overflow: hidden;
    background-color: #ffffff;
}

/* Style the buttons inside the tab */
.tab1 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
    background-color: #ddd;
}
.tab1 button i{
    color: #ffb606;
    margin-right: 10px;
}
.tab1 button{
     border: 1px solid #ccc;
}
/* Create an active/current tablink class */
.tab1 button.active {
    background-color: #fff;
    border: 0;
    border-top: 3px solid #ffb606;
}
.float-left{
    float: left;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 60px 30px;
    border: 1px solid #ccc;
    border-top: none;
}
.projectbutton{
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}
.projectbutton1{
    background-color: #5cb85c;
    font-size: 20px;
    border-radius: 4px;
    padding: 15px 30px;
    color: #fff;
    margin-left: 20px;
}
.projectbutton2{
    background-color: #0b97c4;
    font-size: 20px;
    border-radius: 4px;
    padding: 15px 30px;
    color: #fff;
    margin-left: 20px;
}
.projectbutton3{
    background-color: #0b97c4;
    font-size: 20px;
    border-radius: 4px;
    padding: 15px 82px;
    color: #fff;
    margin-left: 20px;
}
.site-heading{
    overflow: unset;
}
/*input {*/
/*    height: 40px;*/
/*    min-height: 40px;*/
/*    margin-top: 4px;*/
/*}*/
/*textarea{*/
/*    min-height: 100px;;*/
/*    margin-top: 15px;*/
/*}*/
.error {
    padding: 20px;
    border: none;
    display: none;
    color: #d9534f;
    border: solid 1px #d9534f;
    font-size: 12px;
}
.margin-top20{
    margin-top: 20px;
}
.margin-top45{
    margin-top: 45px;
}
.emailremark{
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #7c7c7c;
    margin: 0 0 5px;
}
.line{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #333;
    width: 35px;
}
.contactpage .col-md-12{
    padding-left: 0;
}

.contact-bottom-info .form {
    padding-left: 15px;
}
.contactpage i{
    color: #ffb606;
    font-size: 20px;
}
.contactphone span{
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
}
.contactphoneinfo{
    margin-left: 35px;
}
.contactphone{
    margin-top: 20px;
    border-top: 1px solid gray;
    padding-top: 20px;
    margin-right: 30px;
}
.btnsubmit{
    color: #fff;
    border-radius: 0;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: -10px;
    border: 0;
    background-color: #ffb606;
}
footer .f-items .about ul li span p{
    display: block;
    text-transform: lowercase;
    letter-spacing: inherit;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.footertitle{
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
.footermedia{
    width: 100%;
}
.footermedia i{
    font-size: 25px;
    color: #ffb606;
    margin-right: 10px;
}
.footermedia i.fa-facebook-f:hover{
    color: #3b5998;
}
.footermedia i.fa-twitter:hover{
    color: #00acee ;
}
.footermedia i.fa-instagram:hover{
    color: #fff ;
}
.footermedia i.fa-youtube:hover{
    color: #c4302b  ;
}
.footermedia i:hover{
    color: #fff;
}
.shadow.dark::after {
    background-color: rgba(45,51,57,.3);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.border0{
    border:0;
    box-shadow: 0 0 0 black;
    padding: 40px;
    margin: 25px;
}
.facilitator{
    margin: 30px;
}
.exercisetext{
    min-height: 85px;
}
.exercisetitle{
    min-height: 50px;
}
.paginationnumber{
    width: 100%;
    float: left;
}
.paginationnumber a{
    margin: 2px;
    line-height: 38px;
    font-size: 13px;
    padding: 7px 12px;
    border-color: #111;
    width: 40px;
    height: 40px;
    border: 1px solid #111;
}
.paginationnumber a:hover{
    background-color: #F48120;
    border: 1px solid #F48120;
}
.paginationnumber a.active{
    background-color: #F48120;
    border: 1px solid #F48120;
}
.top-course-items .info .meta ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}
.margin-bot15{
    margin-bottom: 15px;
}
.margin-bot20{
    margin-bottom: 20px;
}
.margin-bot30{
    margin-bottom: 30px;
}
.padding-right30{
    padding-right: 30px;
}
.min-height530{
    min-height: 530px;
}
.top-course-items .info .meta ul li a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 5px;
    text-transform: uppercase;
    font-size: 11px;
    color: #666666;
}
.blog-area .info .meta {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
    padding: 10px 10px;
    background: #fafafa;
}
.top-course-items .item .info {
    padding: 20px;
}
.projecttitle{
    font-size: 35px;
    margin-top: 10px;
    color: #000;
    text-transform: capitalize;
    line-height: 1;
    width: 100%;
}
.projecttext{
    font-size: 20px;
    margin-top: 10px;
    color: #000;
}
.projectcat{
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-controle{
    width: 100%;
    height: 45px;
    margin-top: 0 !important;
    padding-left: 10px;
    border-radius: 5px;
}
.searchcontainer{
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.searchcontainer .form-group{
    margin-bottom: 0;
}
.searchcontainer .btn{
    margin-top: 0;
    height: 45px;
}
.nice-select.open .list {
    height: auto;
}
.workshop-info h2{
    margin-bottom: 20px;
}
.stepduration{
    width: 100%;
    font-size: 13px;
    color: #0b97c4;
}
.materials{
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffb606;
}
.course-details-area .advisor-list-items .item1 {
    display: flex;
    background: #fafafa;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    padding: 15px 30px 10px;
    width: 100%;
}

.course-details-area .advisor-list-items .item .info {
    width: 100%;
}
.course-details-area .advisor-list-items .item1 .info {
    width: 100%;
}
.imgthumb{
    height: 240px;
    overflow: hidden;
}
.newstextthumb{
    height: 91px;
}
.blog-area .info h2, .blog-area .info h3, .blog-area .info h4 {
    min-height: 53px;
}
.darkgray-bg{
    background-color: #77787b;
}
.boldclass{
    font-weight: bold;
}
.removenone{
    display: inline-block;
    background: transparent !important;
    height: auto;
    width: 100% !important;
    border-radius: 0%;
    color: #fff;
    line-height: 1;
    margin: 0 1px;
}
.trim{
    width: 110px;
    margin: 30px auto 38px;
    height: 1px;
    background-color: #ffcd3d;
}
.col-md-offset-2 h2{
    color: #000;
    font-family: RobotoSlab-Bold;
}
.timerclass .timer{
    color: #000;
    font-family: RobotoSlab-Bold;
}
.bg-cover {
    background-position: center center;
    background-size: cover;
}
a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #f38020;
}
.form-group .g-recaptcha{
    margin-left: -15px;
}
.event-area .course-details-area ul.nav-pills{
    margin-top: 0;
}
.event-area.flexing-event .event-items .item {
    display: block;
}
.eventdescription{
    min-height: 130px;
}
.newsletter-area.fixed .subscribe-items {
    position: relative;
    bottom: -110px;
    margin-top: 0px;
}
.bloger .carousel-shadow.active-dots {
    padding-bottom: 0;
}
footer .default-padding {
    padding-top: 60px;
    padding-bottom: 40px;
}
.newspagetext{
    margin-top: 30px;
}
.colororange {
    color: #F48120;
}
footer hr{
    margin-top: 10px;
    margin-bottom: 20px;
}
footer .f-item.popular-courses li a{
    color: #fff;
}
footer .f-item.popular-courses li .info{
    color: #fff;
}
.thumb.newspage{
    max-height: 230px;
    overflow: hidden;
}
.newstextdesc{
    min-height: 110px;
}
.advisor-details-area .testimonial-items  .content{
    padding-left: 0px;
}
.minheight73{
    min-height: 73px;
}
.maxheight180{
    max-height: 190px;
    overflow: hidden;
}
/* Style the form */
#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    padding: 40px;
    width: 100%;
    min-width: 300px;
}

.tab {
    display: none;
    height: auto;
}
header .nav > li > a.active {
    border-bottom: 4px solid #F48120;
}
/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #4CAF50;
}
.steptitle{
    float: left;
    width: 100%;
    color: #000;
    font-size: 27px;
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 15px;

}
.widget-selected .item{
    box-shadow: 0 0 10px #4CAF50 !important;
}
.exerciseid{
    display: none;
}
.exercisefiles{
    display: none;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a.active {
    color: #ffb606;
}
.give-morepadding{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.selectableclass .checkbox1{
    min-height: 0px;
    display: block;
    position: absolute;
    z-index: 5;
    right: 25px;
    top: 7px;
}
.classtitledownload{
    margin-top: 20px;
}
.downloadfilebutton{
    float: right;
    background-color: #ffb606;
    border-color: #ffb606;
}
.downloadfilebutton:hover{
    float: right;
    background-color: #ff8f3f;
    border-color: #ffb606;
}
.downloadfilebutton:active{
    background-color: #ff8f3f !important;
    border-color: #ffb606 !important;
}
.downloadfilebutton:focus{
    background-color: #ff8f3f !important;
    border-color: #ffb606 !important;
}
.chosenclasses {
    float: left;
}
#message{
    min-height: 180px;
}
.ti-quote-left:before {
    content: "\f10d";
    font-family: FontAwesome;
}
.sidebar-item.social-sidebar li.instagram a{
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.sidebar-item.social-sidebar li.youtube a{
    background-color: #c4302b;
}
.workshotext{
    font-size: 18px;
    color: #fff;
}
.workshotext h2{
    font-size: 35px;
    margin-bottom: 15px;
}
.blog-area1 .blog-items .thumb {
    position: relative;
    z-index: 1;
    max-height: 198px;
    overflow: hidden;
}

.separatorleft::before {
    background: #ffcd3d none repeat scroll 0 0;
    bottom: 11px;
    content: "";
    height: 40px;
    right: 0%;
    margin-top: -20px;
    position: absolute;
    width: 1px;
}
.statistictitle{
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
}
.statistictext{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}
.statistictext p{
    font-size: 18px;
    color: #fff;
}
.sharecontainer{
    width: 100%;
    float: inherit
}
.workshotext ul{
    list-style: disc;
    margin-left: 20px;
}
.relatedevents{
    width: 100%;
    padding: 30px;
    border: 1px solid #e7e7e7;
    margin-top: 50px;
}
.relatedevents .title h4::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    z-index: -1;
}
.relatedevents .title h4 {
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: -5px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.relatedevents li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0 0 0 20px !important;
    vertical-align: top;
    border: 0 !important;
    text-align: left !important;
}
.relatedevents li img {
    width: 100%;
    height: auto !important;
    border-radius: 0% !important;
}
.relatedevents li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}
.relatedevents li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.relatedevents li:last-child {
    margin: 0;
    border: medium none;
}
.advisor-area .advisor-items .item .thumb {
    padding: 20px;
}
.advisor-area .advisor-items .item .info {
    padding: 20px;
    background: #0083a8 none repeat scroll 0 0;
}
.course-details-area .sidebar-item.similar-courses li .info{
    width: 70%;
}
.course-details-area .sidebar-item.similar-courses li .thumb{
    width: 30%;
}
.classtitledownload span {
    width: 50%;
    min-height: 39px;
    display: inline-block;
    line-height: 1.3;
}
.classtitledownload {
    height: 39px;
}
.aboutquote p{
    line-height: 1.2;
}
footer span{
    color: #fff;
}
.maxheightmobice .owl-stage-outer{
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 20px
}
.videoproject{
    width: 100%;
    text-align: center;
    height: 400px;
}
.videoproject iframe{
    width: 50%;
    height: 100%;
}

.videevent{
    width: 100%;
    text-align: center;
    height: 400px;
}
.videevent iframe{
    width: 100%;
    height: 100%;
}
.project-height{
    max-height: 600px;
}
.project-height a img{
    margin: auto;
    height: 600px;
    width: auto !important;
}
.commingsoon-box{
    width: 100%;
    text-align: center;
}
.commingsoon-box h1{
    font-size: 60ox;
}
.portfolio-area .pf-item{
    min-height: 270px;
}
.discriptionul ul{
    list-style-type: disc;
    padding: 0 24px;
}
.discriptionul li span {
    position: relative;
    display: inline-block;
    top: 0px;
}
.advisor-details-area .advisor-info li span {
    position: relative;
    display: inline-block;
    top: 0px;
}
.testimonials-area .testimonial-items .item .imgcont {
    height: 100px;
    width: 100px;
    margin: 15px auto auto;
    border-radius: 50%;
    padding: 2px;
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
}
.resaurcespage{
    text-align: left;
    font-size: 18px;
    border: 1px solid;
    height: 36px;
    padding-left: 8px;
    position: inherit;
}
.resaurcespage span{
    padding-top: 3px;
    position: absolute;
}
.resaurcespage:hover{
    text-align: left;
    font-size: 18px;
    color: #f48120;
}
.resaurcespage:hover a{
    float: right;
    background-color: #f48120;
    border: 2px solid #f48120;
    padding: 2px 8px;
}
.resaurcespage a{
    float: right;
    background-color: #9c3292;
    padding: 2px 8px;
    font-size: 14px;
    border: 2px solid #9c3292;
}
.resaurcespage i{
    color: #fff;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.modal-dialog {
    max-width: 600px;
    margin: 15% auto;
}
.float-right{
    float: right;
}
.pastevent h4::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    z-index: -1;
}
.pastevent h4 {
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: -5px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.librarycolor{
    color: #666666;
    text-align: left;
    border: 1px solid;
    position: inherit;
}
.librarycolor:hover{
    color: #f48120;
    text-align: left;
    border: 1px solid #f48120;
    position: inherit;
}
.librarycolor i{
    color: #fff;
    text-align: left;
    background-color: #9c3292;
    padding: 8px 8px;
    font-size: 14px;
    border: 2px solid #9c3292;
    margin-right: 4px;
}
.librarytitle{
    color: #666666 !important;
}
.librarycolor:hover i{
    color: #fff;
    text-align: left;
    background-color: #f48120;
    padding: 8px 8px;
    border: 2px solid #f48120;
    font-size: 14px;
    margin-right: 4px;
}
.align-center{
    text-align: center;
}
.top-course-items .item .thumb {
    position: relative;
    z-index: 1;
    height: 205px;
    overflow: hidden;
}
p.footertext{
    font-size: 12px;
}
.contact-bottom-info .form select {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    border-radius: inherit;
}
select {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
}
.discriptionul li {
    color: #666666;
}
.submitbutton2 {
    border: 2px solid #e7e7e7;
    padding: 10px 35px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffb606;
    background: transparent;
    border-radius: 5px;
}
.contributorlogo{
    text-align: center;
    padding-top: 50px;
}
.contributorlogo1{
    text-align: center;
}
.contributorlogo1mobile{
    max-height: 160px;
    width: auto;
    margin-right: 100px;
    margin-left: 15%
}
.contributorlogo2mobile{
    max-height: 110px;
    width: auto;
}
.boxworkshop{
    background-color: #ffb606;
    margin-top: 30px;
    border-radius: 4px;
    padding: 20px;
    color: #fff;
}
@media (max-width: 1024px){
    .newstextthumb{
        height: auto;
    }
    .videoproject{
        height: 300px;
    }

    .nav>li.showmobile{
        display: block;
    }
}

.videoprojectfacilitator iframe{
    width: 100%;
    height: 300px;
}
@media only screen and (max-width: 767px){
    .contributorlogo1mobile{
        margin: auto;
        margin-bottom: 40px;
    }
    .about-area .about-items .about-info {
        padding-right: 15px;
        display: inline-block;
    }
    .course-details-area .course-meta .item:nth-last-child(2) {
        border-top: 0;
    }

    .footermedia{
        margin-bottom: 15px;
    }
    .steptitle{
        margin-bottom: 15px;
    }
    .buttonmobilebottom{
        margin-bottom: 15px;
    }
    .maxheightmobice .owl-stage-outer{
        max-height: 280px !important;
    }
    .videoproject{
        height: 300px;
    }

    .videoproject iframe{
        width: 100%;
        height: 300px;
    }


    p.footertext{
        text-align: center;
    }
}

