.section-title {
    margin-bottom: 40px;
}

.banner{
    /*margin-bottom: 40px;*/
}

.banner h1{
    margin-bottom: 10px;
}

.banner p{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
}

.banner-inner{
    height: 600px;
    background-color: grey;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.banner-container{
    position: relative;
    width: 100%;
    z-index: 1;
}

.banner-image{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 100%), url(../img/WEstart-bg.jpg) center center / cover;
    height: 600px;
}

.c-nav{
    -webkit-box-shadow: 0 4px 0 #dadce0;
    box-shadow: 0 4px 0 #dadce0;
    padding: 0 50px;
}

.c-nav li{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 50px 32px;
    position: relative;
    text-align: center;
    -webkit-transition: border-color .3s linear 0s;
    transition: border-color .3s linear 0s;
    margin-bottom: -4px;
}

.c-nav li a{
    padding: 0 0 32px;
    color: #000;
}

.c-nav li a.active:after {
    border-top: 4px solid #ff2c57;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.mt-40{
    margin-top: 40px;
}

.mt-20{
    margin-top: 20px;
}

.navbar-collapse .nav-link{
    font-size: 14px;
}

span {
    font-family: inherit !important;
}

.section-title{
    text-align: justify;
}

.st-engage .item{
    padding: 30px;
}

.table-responsive{
    display: table;
}

.table-responsives {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.modal-body ul{
    padding-left: 40px;
}

.ev-tab{
    border-color: #ff2c57;
}

.ev-tab:hover{
    background-color: #ff2c57;
    color: #fff;
}

.evt-tab{
    color: #ff2c57;
}

.event_detailspage{
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    padding: 40px 30px;
    border-top: 3px solid #ff2c57;
    border-bottom: 3px solid #ff2c57;
    background: #ffffff;
}

#filter_data p{
    word-break: break-word;
}

.arrow-right::before{
    color: #ff2c57;
    content: "\f10b";
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: 400;
    text-indent: 0;
    padding-right: 10px;
    line-height: 1;
}

td{
    vertical-align: middle;
}

.ev-page-title{
    font-weight: 500;
    margin-bottom: 10px;
}

#email_error a{
    font-weight: bold;
}

.email_error p{
    padding: 10px;
    background: #bcffbc;
    margin-bottom: 5px;
}

.succ-mess{
    padding: 10px;
    background-color: #bcffbc;
    margin-bottom: 5px;
}

.dang-mess{
    padding: 10px;
    background-color: #bcffbc;
    margin-bottom: 5px;
}

.go-top {
    bottom: 60px;
}
.form-control{
    border-color: #909090;
}

.top-header{
    padding: 10px 0;
}
/*min-height: 381px;*/
.single-feedback{

    min-height: 300px;

}

.form-co {
    padding: 10px 0;
}

ul.sub_point li{
	list-style-type: disc;
}

ul.sub_point {
    padding-left:25px;
}

.ptb-40{
    padding: 40px 0;
}

.st-btn .fa{
	width: 24px;
    height: 24px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

#st-2.st-right {
    right: 0px;
}

#st-1 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    z-index: 94034;
}

#st-1 .st-btn-lf{
    display: inline-block;
    writing-mode: vertical-lr;
    height: auto;
    color: #fff;
    background: #ff2c57;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#st-1 .st-btn-lf:hover{
    border-color: #0e2b5c;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#st-1 h4{
    padding: 12px;
}

#st-2 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    z-index: 94034;
}

#st-2 .st-btn, .st-btn-lf {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: NaNpx;
    height: 48px;
    line-height: 24px;
    margin-bottom: 0;
    opacity: 1;
    overflow: hidden;
    /*padding: 12px;*/
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 48px;
}

#st-2 > div {
    clear: right;
    float: right;
}

#st-2 .st-btn > img {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 24px;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
}

#st-2.st-has-labels .st-btn:hover {
    width: 120px;
}

#st-2:hover .st-toggle {
    right: 0;
}

#st-2 .st-toggle {
    right: -48px;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #ccc;
    border-bottom-left-radius: 10px;
    color: white;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 48px;
}

#st-2.st-right.st-hidden .st-toggle .st-right {
    display: none;
}

#st-2.st-right .st-toggle .st-right {
    display: inline-block;
}

#st-2.st-right.st-hidden .st-toggle .st-left {
    display: inline-block;
}

#st-2.st-right .st-toggle .st-left {
    display: none;
}

#st-2 .st-btn[data-network='facebook'] {
    background-color: #4267B2;
}

#st-2 .st-btn[data-network='twitter'] {
    background-color: #55acee;
}

#st-2 .st-btn[data-network='email'] {
    background-color: #7d7d7d;
}

#st-2 .st-btn[data-network='linkedin'] {
    background-color: #0077b5;
}

#st-2 .st-btn[data-network='youtube'] {
    background-color: #c4302b;
}

#st-2 .st-btn[data-network='whatsapp'] {
    background-color: #25d366;
}

#st-2 .st-btn[data-network='instagram'] {
    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 );
}

.st-btn a{
	color: #fff;
    padding: 12px;
    display: block;
}

#st-2 .st-btn[data-network='sharethis'] {
    background-color: #95D03A;
}

#st-2 .st-btn[data-network='facebook'] > span {
    color: #fff;
}

#st-2 .st-btn:hover > span {
    opacity: 1;
    display: inline-block;
    left: 0;
    filter: alpha(opacity=100);
}

#st-2 .st-btn > span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    left: -35px;
    letter-spacing: 0.5px;
    opacity: 0;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
    filter: alpha(opacity=0);
}

#st-2.st-hidden.st-right {
    right: -48px;
}

#st-2.st-hidden {
    width: 96px;
}

#st-2.st-hidden:hover .st-toggle {
    right: 48px;
}

.partner-area .item{
    padding: 30px;
}

.item img{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.item:hover img{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

.e-title{
    font-weight: 700;
}

.abt-page p{
    margin-bottom: 20px;
}

.our-team img{
    width: 100%;
    height: auto;
}

.pb-40 {
    padding-bottom: 40px;
}

.ol_list ul{
    padding-left: 20px;
    margin-bottom: 10px;
}

ul.show_list{
	padding-left: 40px;
}

.ol_list ul li, .show_list li {
    list-style-type: inherit;
}

.red-check li i{
    color: #ff2c57;
    margin-right: 5px;
}

.head{
    font-weight: 700;
}

#ed_details, #pr_details {
    border: 1px solid #ff2c57;
    padding: 15px;
}

.desc p {
    color: #ff2c57;
}

.navbar-light .navbar-nav .nav-item .nav-link{
	font-weight: 500;
}

.directory-form .form-control{
	border-radius: 30px;
}

.directory ul li{
    margin-bottom: 5px;
    word-break: break-word;
}

.speaker_profile{
    padding: 20px;
    background-color: #ebebeb;
}


.speaker_profile {
    overflow: hidden;
    position: relative;
}

.speaker_profile > span {
    width: 200px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #ff2c57;
    text-align: center;
    position: absolute;
    z-index: 1;
}

.diag {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    transform:rotate(-45deg);
    left: -50px;
    top: 30px
}

.speaker_profile p{
    font-size: 14px;
}

.social-profile{
    line-height: 1;
    margin-top: 30px;
    color: #ffffff;
}

.social-profile li {
    display: inline-block;
    margin-right: 5px;
}

.social-profile li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #ff2c57;
    border-radius: 50%;
    color: #ff2c57;
    font-size: 15px;
}

.social-profile li a:hover, .social-profile li a:focus {
    background: #ff2c57;
    color: #ffffff;
    border-color: #ff2c57;
}


.abt-speaker {
    padding: 20px 10px;
    height: 160px;
    overflow: hidden;
    transition: all 0.5s ease;
}

/*** Mobile Menu ***/
.sliding-overlay .sliding-menu {
    left: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.sliding-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}

.startup-card {
    border: none;
    border-radius: 5px;
    /*transition: all  0.3s ease-in-out;*/
    box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
    background-color: rgba(255, 255, 255);

}

.startup-card:hover {
  /*box-shadow: 0 8px 16px 0;*/
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

.startup-card-body{
    padding: 1.25rem;
    margin-bottom: 16px;
    height: 440px;
}

#btn{
    padding-top: 10px;
}

.fa-ul {
    min-height: 125px;
}

.col-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
/*height: 65px;*/


.newsletter form .form-control{
    height: 50px;
    border-radius: 0;
    font-size: 14px;
}

.btn{
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
}

/*height: 50px;*/

.newsletter form .btn{
    height: 40px;
    width: 125px;
    right: 4px;
    top: 4px;
    border-radius: 0;
}

.newsletter{
    padding: 10px 0;
    background: transparent;
}

.foot-social{
    margin-top: 0;
}

div.ipfc {
    min-width: 350px;
}

.ipfc a:hover{
    color: #ff2c57;
}

/***** Feedback *****/
#flprograms {
    position: fixed;
    z-index: 9;
    left: 5%;
    bottom: 20px;
    /* height: 250px; */
    margin-left: -3px;
    /* margin-bottom: 80px; */
}

#flprograms-tab:hover {
    background-color: rgb(255,44,87,0.5);
}

#flprograms-tab {
    float: right;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    background-color: #ff2c57;
    /* margin-top: 60px; */
    /* margin-left: -42px; */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* -webkit-transform: rotate(90deg); */
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    /* transform: rotate(90deg); */
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}

#flprograms-form {
    float: left;
    width: 400px;
    height: auto;
    z-index: 1000;
    /*padding-left: 5px;*/
    padding: 20px;
    background-clip: 'padding-box';
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

/***** Feedback *****/

.holder { 
    width:100%;
    overflow:hidden;
    font-family:Helvetica;
}
.holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    width:300px;
    height:290px;
    overflow: hidden;
}
.holder ul {
    margin:0;
    position: relative;
    padding-left: 30px;
}
.holder ul li {
    padding:10px 0px;
    list-style-type: square;
}
.holder ul li a {
    color:darkred;
    text-decoration:none;
}

.media-cov img{
    height: 300px;
    width: 100%;
}

.partner-area .filt{
    text-align: left;
}

#feedback {
    position: fixed;
    z-index: 9;
    left: 100px;
    bottom: 20px;
    /* height: 250px; */
    margin-left: -3px;
    /* margin-bottom: 80px; */
}

#feedback-form {
    float: left;
    width: 300px;
    height: auto;
    z-index: 1000;
    /*padding-left: 5px;*/
    padding: 20px;
    background-clip: 'padding-box';
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 42px;
    background-color: rgba(0,0,0,0.5);
    /* margin-top: 60px; */
    /* margin-left: -42px; */
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* -webkit-transform: rotate(90deg); */
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    /* transform: rotate(90deg); */
}

#feedback-tab:hover {
    background-color: rgba(0,0,0,0.4);
}

#feedback-form textarea {
    resize: none;

}

/***** Feedback Star Rating *****/
div.stars {
  /*width: 270px;*/
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 10px;
  font-size: 30px;
  color: #444;
  transition: all .2s;
  margin: 0;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  /*color: #FD4;*/
  color: #ff2c57;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

#feedback_form .form-control {
    /*height: 35px;*/
    padding: 5px 10px;
    border-radius: 30px;
}

.form-check-label{
    line-height: 1.4;
}


@media only screen and (max-width: 1367px){
    img.main{
        width: 260px !important;
        height: 260px !important;
    }
}

@media only screen and (max-width: 768px){
    .newsletter form .btn {
        position: unset;
        right: 0;
        top: 0;
        height: 40px;
        width: auto;
        margin-top: 20px;
        padding: 0px 20px;
    }

    .footer-area ul li a {
        width: 25px;
        height: 25px;
        line-height: 23px;
    }

    .hide-mob{
        display: none;
    }

    #st-2, #st-1{
        display: none !important;
    }

    .navbar-collapse {
        display: none;
    }

    .light-logo{
        display: none;
    }

    .dark-logo{
        display: inherit;
    }

    .logo img{
        max-width: 100%;
        /*height: auto;*/
    }

    .sliding-menu {
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    .off-canvas-toggle{
        background-color: #ff2c57; !important;
    }

    .sliding-overlay.off-canvas-right-active .sliding-menu {
        visibility: visible;
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }

    .sliding-menu {
        font-family: Rubik;
        font-weight: 500;
        text-transform: none;
        font-size: 1.25rem;
        line-height: 150%;
        background-color: #0e2b5c;
    }

    body.sliding-desktop-off a[data-target="off-canvas-right"] {
        display: block;
    }
    .sliding-menu a:hover {
        color: #ff5c45;
    }
    .sliding-desktop-off a[data-target="off-canvas-right"] {
        display: none;
    }

    .sliding-menu .off-canvas-toggle {
        position: fixed;
        z-index: 100;
        right: 40px;
        top: 50px;
        width: 50px;
        height: 50px;
        color: #fff;
        border: none;
        /*background: rgba(0,0,0,.3);*/
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.15);
        -o-box-shadow: 0 1px 3px rgba(0,0,0,.15);
        box-shadow: 0 1px 3px rgba(0,0,0,.15);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
    }

    .off-canvas-toggle span {
        display: inline-block;
    }

    .off-canvas-toggle span:after, .off-canvas-toggle span:before {
        content: "";
        position: absolute;
        right: 50%;
        margin-right: -12px;
        width: 24px;
        height: 2px;
        top: 50%;
        margin-top: -10px;
        border: 1px solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

    .off-canvas-toggle span:before {
        top: auto;
        bottom: 50%;
        margin-bottom: -10px;
    }

    .off-canvas-toggle[data-target="off-canvas-right"] span:after, .off-canvas-toggle[data-target="off-canvas-right"] span:before {
        left: auto;
        margin-right: -12px;
        right: 50%;
    }

    .sliding-menu .off-canvas-toggle span:before {
        -webkit-transform: translateY(-9px) rotateZ(45deg);
        -moz-transform: translateY(-9px) rotateZ(45deg);
        -ms-transform: translateY(-9px) rotateZ(45deg);
        -o-transform: translateY(-9px) rotateZ(45deg);
        transform: translateY(-9px) rotateZ(45deg);
    }

    .off-canvas-right-active .off-canvas-toggle[data-target="off-canvas-right"] span:before {
        width: 24px;
        -webkit-transform: translateY(-9px) rotateZ(45deg);
        -moz-transform: translateY(-9px) rotateZ(45deg);
        -ms-transform: translateY(-9px) rotateZ(45deg);
        -o-transform: translateY(-9px) rotateZ(45deg);
        transform: translateY(-9px) rotateZ(45deg);
    }

    .sliding-menu .off-canvas-toggle span:after, .sliding-menu .off-canvas-toggle span:before {
        right: auto;
        left: 50%;
        margin-left: -12px;
        margin-right: auto;
        color: #fff;
    }

    .sliding-menu .off-canvas-toggle span:after {
        -webkit-transform: translateY(9px) rotateZ(-45deg);
        -moz-transform: translateY(9px) rotateZ(-45deg);
        -ms-transform: translateY(9px) rotateZ(-45deg);
        -o-transform: translateY(9px) rotateZ(-45deg);
        transform: translateY(9px) rotateZ(-45deg);
    }

    .off-canvas-right-active .off-canvas-toggle[data-target="off-canvas-right"] span:after {
        width: 24px;
        -webkit-transform: translateY(9px) rotateZ(-45deg);
        -moz-transform: translateY(9px) rotateZ(-45deg);
        -ms-transform: translateY(9px) rotateZ(-45deg);
        -o-transform: translateY(9px) rotateZ(-45deg);
        transform: translateY(9px) rotateZ(-45deg);
    }

    .sliding-menu .off-canvas-wrap {
        padding-top: 50px;
        padding-right: 40px;
        padding-bottom: 50px;
        padding-left: 40px;
    }
    .menu-sliding {
        margin: 0;
        padding: 50px 0;
    }

    .sliding-overlay.off-canvas-right-active .menu-sliding>li:nth-child(n+1) {
        -webkit-transition-delay: 60ms;
        -moz-transition-delay: 60ms;
        -ms-transition-delay: 60ms;
        -o-transition-delay: 60ms;
        transition-delay: 60ms;
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -ms-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
    }
    .sliding-overlay.off-canvas-right-active .menu-sliding>li:nth-child(n+2) {
        -webkit-transition-delay: 120ms;
        -moz-transition-delay: 120ms;
        -ms-transition-delay: 120ms;
        -o-transition-delay: 120ms;
        transition-delay: 120ms;
        -webkit-transition-duration: 350ms;
        -moz-transition-duration: 350ms;
        -ms-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        transition-duration: 350ms;
    }
    .sliding-overlay.off-canvas-right-active .menu-sliding>li:nth-child(n+3) {
        -webkit-transition-delay: 180ms;
        -moz-transition-delay: 180ms;
        -ms-transition-delay: 180ms;
        -o-transition-delay: 180ms;
        transition-delay: 180ms;
        -webkit-transition-duration: 450ms;
        -moz-transition-duration: 450ms;
        -ms-transition-duration: 450ms;
        -o-transition-duration: 450ms;
        transition-duration: 450ms;
    }
    .sliding-overlay.off-canvas-right-active .menu-sliding>li:nth-child(n+4) {
        -webkit-transition-delay: 240ms;
        -moz-transition-delay: 240ms;
        -ms-transition-delay: 240ms;
        -o-transition-delay: 240ms;
        transition-delay: 240ms;
        -webkit-transition-duration: 550ms;
        -moz-transition-duration: 550ms;
        -ms-transition-duration: 550ms;
        -o-transition-duration: 550ms;
        transition-duration: 550ms;
    }
    .sliding-overlay.off-canvas-right-active .menu-sliding>li:nth-child(n+5) {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
        -webkit-transition-duration: 650ms;
        -moz-transition-duration: 650ms;
        -ms-transition-duration: 650ms;
        -o-transition-duration: 650ms;
        transition-duration: 650ms;
    }
    .sliding-overlay.off-canvas-right-active .menu-sliding>li:nth-child(n+6) {
        -webkit-transition-delay: 360ms;
        -moz-transition-delay: 360ms;
        -ms-transition-delay: 360ms;
        -o-transition-delay: 360ms;
        transition-delay: 360ms;
        -webkit-transition-duration: 750ms;
        -moz-transition-duration: 750ms;
        -ms-transition-duration: 750ms;
        -o-transition-duration: 750ms;
        transition-duration: 750ms;
    }
    .sliding-overlay.off-canvas-right-active .menu-sliding>li:nth-child(n+7) {
        -webkit-transition-delay: 420ms;
        -moz-transition-delay: 420ms;
        -ms-transition-delay: 420ms;
        -o-transition-delay: 420ms;
        transition-delay: 420ms;
        -webkit-transition-duration: 850ms;
        -moz-transition-duration: 850ms;
        -ms-transition-duration: 850ms;
        -o-transition-duration: 850ms;
        transition-duration: 850ms;
    }

    .menu-sliding li.menu-item-has-children>a {
        padding-right: 60px;
    }

    .menu-sliding li a {
        display: inline-block;
        padding: 15px 0;
        position: relative;
    }
    .sliding-menu a {
        color: #ffffff;
    }

    .menu-sliding li .menu-item-toggle {
        width: 50px;
        height: 50px;
        cursor: pointer;
        position: absolute;
        border: 1px solid rgba(255,255,255,.1);
        right: 0;
        top: 3px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
    }

    .menu-sliding li .menu-item-toggle:after {
        content: "\f105";
        font-family: "fontAwesome";
        font-size: 28px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 47px;
        text-align: center;
        color: #fff;
        width: 50px;
    }

    .menu-sliding li.menu-item-expand>.menu-item-toggle:after {
        content: "\f107";
    }

    .menu-sliding li.menu-item-expand>.menu-item-toggle {
        background: rgba(0,0,0,.3);
        border-color: transparent;
        -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
        -ms-box-shadow: 0 2px 4px rgba(0,0,0,.2);
        -o-box-shadow: 0 2px 4px rgba(0,0,0,.2);
        box-shadow: 0 2px 4px rgba(0,0,0,.2);
    }

    .menu-sliding li.menu-item-expand>.msub-menu, .menu-sliding li.menu-item-expand>.children {
        display: block;
    }
    .menu-sliding li .msub-menu, .menu-sliding li .children {
        margin: 15px 0 15px 15px;
        padding: 0;
    }
    .menu-sliding li>.msub-menu, .menu-sliding li>.children {
        display: none;
        font-size: 1.125rem;
    }

    .menu-sliding li .msub-menu {
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    .menu-sliding li {
        list-style: none;
        position: relative;
        font-family: "Poppins", sans-serif;
    }

    .menu-sliding>li {
        visibility: hidden;
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
    }

    .sliding-overlay.off-canvas-right-active .menu-sliding>li {
        visibility: visible;
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }

    .off-canvas-right-active #st-1, .off-canvas-right-active #st-2{
        z-index: -1;
    }

    .our-team .media-cov img{
        width: 100%;
        height: 300px;
    }
}

@media only screen and (max-width: 500px){
    #flprograms-form {
        width: 90%;
    }

    #top-marq{
        display: none;
    }

    #marq h3{
        font-size: 16px;
    }

    .c-nav {
        padding: 0;
    }
}

@media only screen and (max-width: 450px){
    .text-right {
        text-align: inherit!important;
    }

    #feedback-form .form-actions{
        text-align: center !important;
        margin-top: 10px;
    }
    .top-header p{
        text-align: center !important;
    }

    .pastvideo{
        height: auto;
    }

    .btn-1{
        text-align: center;
    }

    .profile-img img{
        width: 100%;
    }

    .profile-img {
        padding: 0 15px !important;
    }

    .profile-list{
        border: none !important;
    }

    .btn-profile{
        float: inherit !important;
    }

    .foot-social {
        text-align: center;
    }
    .tm div{
        text-align: center !important;
    }

    footer .col-md-4{
        margin-bottom: 10px;
    }
}

@media (min-width: 768px){
    .profile-list .col-sm-1, .profile-list .col-sm-10, .profile-list .col-sm-11, .profile-list .col-sm-12, .profile-list .col-sm-2, .profile-list .col-sm-3, .profile-list .col-sm-4, .profile-list .col-sm-5, .profile-list .col-sm-6, .profile-list .col-sm-7, .profile-list .col-sm-8, .profile-list .col-sm-9 {
        float: left;
    }
}

@media (min-width: 992px){
    .profile-list .col-md-1, .profile-list .col-md-10, .profile-list .col-md-11, .profile-list .col-md-12, .profile-list .col-md-2, .profile-list .col-md-3, .profile-list .col-md-4, .profile-list .col-md-5, .profile-list .col-md-6, .profile-list .col-md-7, .profile-list .col-md-8, .profile-list .col-md-9 {
        float: left;
    }
}