@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,600,700,800,900');

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #272727;
}

body,
html {
    height: 100%;
    width: 100%;
}

body:before,
body:after {
    content: none!important
}

::i-block-chrome,
body {
    -webkit-text-stroke: .1px
}

img {
    max-width: 100%;
    vertical-align: top;
}

select::-ms-expand {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

label {
    font-weight: normal;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #4265a8;
}

a,
input[type="submit"],
input[type="button"],
.btn,
button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: normal;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="button"]:focus,
input[type="text"]:focus,
select:focus {
    box-shadow: none;
    outline: none;
}

/*****  Main CSS  *****/

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.container .container {
    width: auto;
    padding: 0;
}


/*******************************************************/

/*
        ///////////////////////////////////////////////////
            ////////////////////////////////////////////    
              ///////////////////////////////////////
        ////////////////////////////////////////////////

*/

/*******************************************************/

/*** header section ***/
/*header .navbar{
border: none;
height: auto;
    margin-bottom: 0;
}
header .top_menu{
    padding:16px 0;
    position: relative;
}
header .social_links {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 28%;
}
header .social_links a {
    width: 32px;
    height: 32px;
    line-height: 29px;
    text-align: center;
    border: 2px solid #e2e2e2;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    color: #747474;
    margin-right: 8px;
}
header .social_links a:hover{
    background: #e2e2e2;
    color: #2d2d2d;
}
header .log_sec {
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    right: 0;
}
header .log_sec a {
    font-size: 15px;
    color: #939393;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #a4a4a4;
    border-radius: 30px;
    margin: 0;
    padding: 12px 25px;
    display: inline-block;
}
header .log_sec a i{
    font-size: 22px;
    line-height: 13px;
    margin-left: 8px;
}
header .log_sec a:hover{
    background: #a4a4a4;
    color: #fff;
}
header .navbar-header {
     float: left;
    width: auto;
}
header .top_menu .navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}
header .top_menu .navbar-brand>img {
    display: inline-block;
    text-align: center;
    margin: auto;
}
header .menu_bar{
    background: #314c88;
}

header .menu_bar .navbar-collapse{
    padding: 0;
}
header .menu_bar .navbar-nav>li{
    padding: 20px 0;
}
header .menu_bar .navbar-nav>li>a{
    font-size: 15px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0 20px;
    border-left: 1px solid #6b84be;
    text-transform: uppercase;
}
header .menu_bar .navbar-nav>li:first-child>a{
    border-left: none;
    padding-left: 13px;
}
header .menu_bar .navbar-nav>li>a:hover, header .menu_bar .nav>li>a:focus,  header .menu_bar .nav>li>a:hover{
    background: transparent;
    color: #6b84be;
}
*/

/*** banner section ***/

.banner_sec{
    display: block;
    margin: auto;
    padding: 0;
    overflow: hidden;
    z-index: 0;
}
.carousel{
    z-index: 0;
    overflow: hidden;
}
.banner_sec .item{
    height: 512px;
    background-position: center !important;
    background-size: cover  !important;
}
.banner_sec .container{
    position: relative;
    height: 100%;
}
.banner_sec .banner_caption {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 15px;
    margin: auto;
    transform: translateY(-50%);
}
/*.banner_sec .banner_caption h3 {
    font-size: 40px;
    line-height: 65px;
    color: #1c1c1c;
    font-weight: 300;
    margin-top: -15px;
}*/
/*.banner_sec .banner_caption h2{
    font-size: 45px;
    line-height: 58px;
    color: #1c1c1c;
    font-weight: 300;
    margin-bottom: 25px;
}
.banner_sec .banner_caption h2 span{
    font-weight: 700;display: block;
}*/

/*.banner_sec .banner_caption .btn_video{
    font-size: 15px;
    color: #2c2c2c;
    font-weight: 400;
    text-transform: uppercase;
    padding: 16px 34px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 30px;
}*/
/*.banner_sec .banner_caption .btn_video i{
    font-size: 22px;
    line-height: 13px;
    margin-left: 8px;
}
.banner_sec .banner_caption .btn_video:hover{
    background: #000;
    color: #fff;
}*/
.banner_sec .carousel-indicators {
    position: absolute;
    left: 0;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    list-style: none;
    bottom: 9%;
    right: 0;
    margin: 0 auto;
    max-width: 1140px;
}
.banner_sec .carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0 1px;
    background-color: #274383;
}
.banner_sec .carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 2px solid #274383;
    border-radius: 10px;
}

/*** sky_dive section ***/

.sky_dive{
    display: block;
    margin: 0;
    padding: 55px 0;
}
.sky_dive .contnt{
    box-shadow:0px 15px 20px #cdcdcd;
    margin-bottom: 20px;
    display: block;
}
.sky_dive .contnt figure{
    position: relative;
/*    height: 321px;*/
    overflow: hidden;
}
.sky_dive .contnt figure .img-responsive{
    width:100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sky_dive .contnt:hover figure .img-responsive{
    transform: scale(1.2, 1.2);
}
.sky_dive .contnt figure .overlap{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: auto;
}
.sky_dive .contnt .img_contnt{
    display: block;
    margin: 0;
    padding:20px 15px;
    background: #e0e9ff;
}
.sky_dive .contnt .img_contnt h5{
    font-size: 22px;
    color: #2c2c2c;
    font-weight: 300;
}
.sky_dive .contnt .img_contnt h4{
    font-size: 32px;
    color: #2c2c2c;
    font-weight: 700;
}
.sky_dive .contnt .img_contnt .btn_btn{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 12px 26px;
    display: inline-block;
    background: #274383;
    border-radius: 30px;
    text-transform: uppercase;  
    margin-top: 4px;
    border: none;
}
.sky_dive .contnt .img_contnt .btn_btn i{
    font-size: 22px;
    margin-left: 10px;
    line-height: 15px;
}
.sky_dive .contnt:hover .img_contnt{
    background: #274383;
}
.sky_dive .contnt:hover .img_contnt h5, .sky_dive .contnt:hover .img_contnt h4{
    color: #fff;
}
.sky_dive .contnt:hover .img_contnt .btn_btn{
    background: #fff;
    color: #274383;
}

/*** member_ship section ***/
.member_ship{
    display: block;
    margin: 0;
    padding: 0;
}

.heading{
    display: block;
    margin: 0;
    padding:0 0 15px;
    text-align: center;
    position: relative;
}
.heading h4{
    font-size: 30px;
    color: #9e9e9e;
    font-weight: 400;
    text-transform: uppercase;
}
.heading h2{ 
    font-size: 50px;
    color: #2c2c2c;
    font-weight: 700;
    text-transform: uppercase;
}
.heading:before{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    height: 2px;
    width: 300px;
    background: #9e9e9e;
    z-index: 0;
}
.heading:after{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
    height: 19px;
    width: 19px;
    background: #9e9e9e;
    z-index: 1;
    border: 4px solid #fff;
    border-radius: 100px;
}

.member_ship .brand_sec{
    padding:65px 80px;
    position: relative;
}
.member_ship .brand_sec .owl-theme .owl-dots{
    display: none;
}
.member_ship .brand_sec .owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.member_ship .brand_sec .owl-theme .owl-nav .owl-prev {
    position: absolute;
    width: auto;
    left: -50px;
    cursor: pointer;
    top: 50%;
    height: 50px;
    line-height: 50px;
    transform: translateY(-50%);
}
.member_ship .brand_sec .owl-theme .owl-nav .owl-next {
    position: absolute;
    width: auto;
    right: -50px;
    cursor: pointer;
    top: 50%;
    height: 50px;
    line-height: 50px;
    transform: translateY(-50%);
}
.member_ship .brand_sec  .owl-theme .owl-nav [class*='owl-'] {
    color: transparent;
    font-size: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}
.member_ship .brand_sec .owl-theme .owl-nav .owl-prev:before{
    display: block;
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 50px;
    color: #e4e4e4;
}
.member_ship .brand_sec .owl-theme .owl-nav .owl-next:before{
    display: block;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 50px;
    color: #e4e4e4;
}

/*** footer section ***/

footer .top_ftr{
    display: block;
    margin: 0;
    padding:55px 0;
    background: #040404;
}
footer .top_ftr .about_ftr{
    padding-left: 40px;
}
footer .top_ftr h5{
    font-size: 22px;
    line-height: 60px;
    color: #797979;
    font-weight: 400;
    text-transform: uppercase;
}

footer .top_ftr ul{
    display: block;
    padding: 0;
    margin: 0;
}
footer .top_ftr ul li{
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}
footer .top_ftr ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #797979;
}
footer .top_ftr ul li a{
    font-size: 16px;
    color: #797979;
    font-weight: 400;
}
footer .top_ftr ul li a:hover{
    color: #fff;
}
footer .top_ftr ul.social_links li:before{
    display: none;
}
footer .top_ftr ul.social_links li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
footer .top_ftr ul.social_links li a {
    width: 42px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    border: 3px solid #414141;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    color: #747474;
    font-size: 20px;
}
footer .top_ftr ul.social_links li{
    padding-left: 0;
}
footer .top_ftr ul.social_links li a:hover{
    background: #fff;
    border-color:#fff;
    color: #2c2c2c;
}
footer .copy_right{
    background: #121212;
    padding: 20px 0;
}
footer .copy_right p{
    font-size: 14px;
    line-height: 18px;
    color: #838383;
    font-weight: 400;
    text-align: center;
}
footer .copy_right p a{
     color: #838383;
}
footer .copy_right p a:hover{
     color: #fff;
}

/*******************************************************/

/*
        ///////////////////////////////////////////////////
            ////////////////////////////////////////////    
              ///////////////////////////////////////
        ////////////////////////////////////////////////

*/

/*******************************************************/

/*** instructors page ***/

.banner_sec.inner_banner{
    display: block;
    overflow: hidden;
    z-index: 0;
}
.banner_sec.inner_banner .item{
    height: 250px;
    background-position: center !important;
    background-size: cover !important;
}
.banner_sec.inner_banner .banner_contnt h3{
    font-weight: 400;
}
.banner_sec.inner_banner .banner_contnt p{
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #7c7c7c;
}

.instructor_sec{
    display: block;
    padding: 0;
    margin: 0;
}
.instructor_sec .top_tab{
    border-bottom: 2px solid #e6e6e6;
}
.instructor_sec .nav-tabs {
    border-bottom: none;
}
.instructor_sec .nav-tabs>li {
    float: left;
    margin-bottom: 0;
    width: 50%;
    border: none;
}
.instructor_sec .nav-tabs>li>a {
    margin: 0;
    line-height: 26px;
    border: none;
    border-radius: 0;
    font-size: 32px;
    display: block;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding: 28px 15px;
    color: #bebebe;
}
.instructor_sec .nav-tabs>li.active, .instructor_sec .nav-tabs>li:hover{
    border-bottom: 4px solid #274383;
    background: transparent;
    margin-bottom: -3px
}
 .instructor_sec .nav-tabs>li.active>a,  .instructor_sec .nav-tabs>li.active>a:focus, .instructor_sec  .nav-tabs>li.active>a:hover, .instructor_sec .nav-tabs>li:hover a{
    color: #274383;
     border: none;
     background: transparent;
}
.instructor_sec .user_log{
    padding: 25px 0;
}
.instructor_sec .user_log .border{
    border-right: 1px solid #e6e6e6;
}
.instructor_sec .user_log h5{
    font-size: 25px;
    line-height: 45px;
    color: #7c7c7c;
    font-weight: 300;
    text-align: right;
}
.instructor_sec .user_log .btn_btn{
    font-size: 15px;
    color: #939393;
    font-weight: 400;
    padding: 10px 0px;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    border: 2px solid #a4a4a4;
    text-align: center;
    max-width: 144px;
    width:100%;
    margin-left: 14px;
}
.instructor_sec .user_log .btn_btn.active{
    font-size: 15px;
    background: #274383;
    border:  2px solid #274383;
    color: #fff;
}
.instructor_sec .user_log .btn_btn.active:hover, .instructor_sec .user_log .btn_btn:hover{
    color: #274383;
    background: #fff;
    border:  2px solid #274383;
}
.instructor_sec .user_log .btn_btn i{
    font-size: 20px;
    margin-left: 8px;
}
.instructor_sec .flyer_insrtruct{
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.instructor_sec .flyer_insrtruct .search_form{
    background: #ececec;
    padding: 16px 14px 0;
    float: left;
    width: 100%
}
.instructor_sec .flyer_insrtruct .search_form .form-group {
    margin-bottom:16px;
    margin-right: 16px;
    width: 235px;
    display: inline-block;
    float: left;
}
.instructor_sec .flyer_insrtruct .search_form .form-control {
    width: 100%;
    height: 49px;
    font-size: 15px;
    font-weight: 300;
    color: #7c7c7c;
    outline: none;
    box-shadow: none;
    border: 2px solid #c7c7c7;
}
.instructor_sec .flyer_insrtruct .search_form select{
    background:#fff url(../images/arrow.png) no-repeat;
    background-position: 95% center;
    background-size: auto;
    box-shadow: none;
}
.instructor_sec .flyer_insrtruct .search_form .btn_search{   
    font-weight: 400;
    padding: 12px 28px;
    display: inline-block;
    font-size: 15px;
    background: #274383;
    border:  2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom:16px;
}
.instructor_sec .flyer_insrtruct .search_form .form-control:focus{
    border-color: #274383;
}
.instructor_sec .flyer_insrtruct .search_form .btn_search i{
    font-size: 20px;
    margin-left: 8px;
}
.instructor_sec .flyer_insrtruct .search_form .btn_search:hover{
    color: #274383;
    background: #fff;
}
.instructor_sec .flyer_insrtruct .experience_sec{
    padding:0;float: left;
    width: 100%;
}
.instructor_sec .flyer_insrtruct .experience_sec ul:first-child{
    padding-top: 28px;border-top: none;
}
.instructor_sec .flyer_insrtruct .experience_sec ul {
    display: block;
    margin: 0;
    padding: 40px 16px 32px;
    border-top: 2px solid #ececec;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li:first-child{
    margin-left: 0;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li{
    display: inline-block;
    vertical-align: top;
/*    margin-left: 56px;*/
    margin-right: 5%;
    width: 15.6%;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li figure {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 18px #d8d8d8;
    margin-bottom: 18px;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li figure img{
    width: 100%;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li figure span {
    background: rgba(48, 74, 134, 0.9);
    width: 82px;
    height: 82px;
    line-height: 51px;
    text-align: right;
    position: absolute;
    bottom: -35px;
    left: -25px;
    padding-right: 24px;
    border-radius: 100px;
}

.instructor_sec .flyer_insrtruct .experience_sec ul li figure span img{
    vertical-align: middle;
    width: auto;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li .img_content{
    display: block;
    margin: 0;
    padding: 0;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li .img_content h5{
    font-size: 17px;
    color: #304a86;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    padding-right: 16px;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li .img_content h5 span{
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li .img_content h5 span img{
    vertical-align: middle;
}

.instructor_sec .flyer_insrtruct .experience_sec ul li .img_content p{
    font-size: 15px;
    color: #7c7c7c;
    line-height: 26px;
    font-weight: 400;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li .img_content .star-ratings .stars {
    text-align: center;
    margin: auto;
    padding:0;
    float: left;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li .img_content .star-ratings .stars select {    
    font-size: 16px;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li .img_content .br-theme-css-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li .img_content .br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 16px;
    width: 16px;
    float: left;
    font-size: 20px;
    margin-right: 5px;
    line-height: 16px;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li .img_content .br-theme-css-stars .br-widget a.br-selected:after {
    color: #304a86;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li .img_content .br-theme-css-stars .br-widget a:after {
    content: "\2605";
    color: #b9b9b9;
}
.instructor_sec nav {
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
    float: left;
}
.instructor_sec .pagination {
    display: block;
    padding-left: 0;
    margin:0 auto 80px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
}
.instructor_sec  .pagination>li {
    display: inline-block;
    margin: auto;
}
.instructor_sec .pagination>li>a span {
    color: #8c8c8c;
}
.instructor_sec .pagination>li>a, .instructor_sec .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3385c4;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 15px;
}
.instructor_sec  .pagination>li.active a, .instructor_sec  .pagination>li:hover a{
    border-bottom: 3px solid #2a678c;
    color: #2a678c;
}
.instructor_sec .pagination>.active>a, .instructor_sec .pagination>.active>a:focus, .instructor_sec .pagination>.active>a:hover, .instructor_sec .pagination>.active>span, .instructor_sec .pagination>.active>span:focus, .instructor_sec .pagination>.active>span:hover{
    background: transparent;background-color: transparent;
}
.instructor_sec .pagination>li>a.next,.instructor_sec .pagination>li>a.prev{
    font-size: 23px;
    line-height: 22px;
}


/*180918*/
/*Profile Page */
span.white{
    color:#fff;
        font-weight: 400;
}
.instructor_sec .flyer_insrtruct.top-border{
    border:none;
    border-top: 1px solid #dbdbdb;
    border-radius: 0
}
.profile-flex {
    padding: 40px 0;
}
.profile-flex .profile-madrid{
    overflow: hidden;
    margin-bottom: 45px;
}
.profile-flex .profile-madrid .profile-text{
    float: left;
}
.profile-flex .profile-madrid .madrid-fly{
    float:right;
    margin-top: 26px;
    max-width:250px;
}
.profile-flex .profile-madrid h2{
    color:#314c88;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.profile-flex .profile-madrid .profile-text h4{
    color:#7c7c7c;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    vertical-align: middle;
    margin-top: 30px;
}
.profile-flex .profile-madrid .profile-text h4 img{
    vertical-align: middle;
    margin-left:40px;
}
.profile-flex .pro-contact{
    position: relative;
}
.profile-flex .pro-contact:before{
    position: absolute;
    content: "";
    left:0;
    right: 0;
    margin:auto;
    width:100%;
    height:1px;
    background: #dbdbdb;
    top:-19px;
}
.profile-flex .pro-contact h2{
    color:#314c88;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    
}
.profile-flex .pro-contact p{
    color:#7c7c7c;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    line-height: 25px;
    margin-top: 12px;
    padding-top: 26px;
    border-top:1px solid #dbdbdb;
}
.profile-flex .pro-contact ul{
    list-style: none;
    margin-top: 40px;
}
.profile-flex .pro-contact ul li{
    display:inline-block;
    vertical-align:top;
    width:49.5%;
    margin-bottom:8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color:#7c7c7c;
    font-size: 16px; 
}
.profile-flex .pro-contact ul li a{
     color:#7c7c7c;
}
.profile-flex .pro-contact ul li a:hover{
     color:#403f76;
}
.profile-flex .pro-contact ul li.width{
    width:25%;
    
}
span.liststyle{
    color:#2c2c2c!important;
}
.instructor_sec .flyer_insrtruct .experience_sec.no-space ul{
    padding: 40px 0px 30px;
}
h3.fly{
     color:#314c88;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 40px;
   
}

/*Profile Version Two*/
.profile-flex .pro-contact p a{
    color:#314c88;
    border-bottom: 1px solid #314c88;
    font-weight:600;
    font-style: italic;
    display: inline-block;
}
.profile-flex .pro-contact p:hover a{
    color:#f7921d;
    border-bottom: 1px solid #f7921d;
}
.profile-flex .pro-contact p.remove-space {
    margin-top: 17px !important;
}

/*Student-Page*/

.stu-detail{
    padding:72px 0;
}
.stu-detail .stu-box{
    box-shadow: -3px 3px 22px rgba(0,0,0,0.2);
    -moz-box-shadow: -3px 3px 22px rgba(0,0,0,0.2);
    -webkit-box-shadow: -3px 3px 22px rgba(0,0,0,0.2);
    border-radius:15px;
     padding: 15px;
    margin-bottom: 30px;
}
.stu-detail .stu-box .fig-wrap{
    display: inline-block;
    vertical-align: top;
    width: 189px;

}
.stu-detail .stu-box .fig-wrap figure{
    margin: 0;
    box-shadow: -1px 2px 18px #c3c3c3;
    -moz-box-shadow: -1px 2px 18px #c3c3c3;
    -webkit-box-shadow: -1px 2px 18px #c3c3c3;
    border-radius: 4px;
    height: 178px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.stu-detail .stu-box .stu-wrap{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 196px);
    padding-left: 25px;
    padding-top: 4px;
    overflow: hidden;
}
.stu-detail .stu-box .stu-wrap p{
    color:#666666;
    font-size: 16px;
     font-family: 'Montserrat', sans-serif;
    font-weight:400;
    line-height: 26px;
    border-top:1px solid #e3e3e3;
    padding-top: 10px;
}
.stu-detail .stu-box .stu-wrap .stu-logo{
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.stu-detail .stu-box .stu-wrap .stu-star{
    display: inline-block;
    vertical-align: middle;
    margin-bottom:6px;
}
.stu-detail .stu-box .stu-wrap .stu-star h3{
    color:#333333;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    margin-bottom: 5px;
    display: inline-block;
}
.stu-detail .stu-box .stu-wrap .stu-star h4{
    color:#7c7c7c;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    margin-bottom: 5px;
    border-right: 1px solid #e3e3e3;
    padding-right: 15px;
    display: inline-block;
}
.stu-detail .stu-box .stu-wrap .stu-star h4.play{
    color:#403f76;
    border-bottom:1px solid #403f76;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    border-right:none;
    padding-right:0px;
}
.stu-detail .stu-box .stu-wrap .stu-star img.play-btn{
   vertical-align: middle;
    margin-right: 5px;
    margin-left: 7px;
}
.stu-detail .stu-box .stu-wrap .stu-star figure{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
    display: block;
   
}
.stu-detail .stu-box .stu-wrap .stu-logo figure{
      box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
     width: 175px;
} 
.stu-detail nav{
    text-align: center;
}
.stu-detail .pagination>li>a, .stu-detail .pagination>li>span{
    width:35px ;
    height: 35px;
    line-height: 35px;
    border-radius: 100% !important;
    padding: 0;
    text-align: center;
    background:#f1f1f1;
    color:#666666;
    border:1px solid #f1f1f1;
     font-size: 16px;
    font-weight: 400 !important;
}
.pagination{
    overflow: hidden;
}
.stu-detail .pagination a.page-link.prev, .stu-detail .pagination a.page-link.next{
    height: 15px;
    width: 20px;    
    background: none !important;
    border: none !important;
    color:#f1f1f1 !important;
    overflow: hidden;
}
.stu-detail .pagination a.page-link.prev span, .stu-detail .pagination a.page-link.next span{
    display: block;
    margin-top: 0;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.stu-detail .pagination a.page-link.prev:hover span, .stu-detail .pagination a.page-link.next:hover span{
    margin-top: -25px;
}
.pagination>li {
    display: inline-block;
    vertical-align: middle;
    margin:0 3px;
}
.stu-detail .pagination>li>a:hover, .stu-detail .pagination>li>span:hover{
     background:#314c88;
    border-color:#314c88;
    color: #fff !important;
    box-shadow: none !important;

}
.stu-detail .pagination>li>a:focus, .stu-detail .pagination>li>span:focus{
     background:#314c88;
    color: #fff;
    border-color:#314c88;
}
.custom-star .fa-star{color: #ccc}
.custom-star .fa-star.checked{color:#314c88;}
.stu-logo.button-wrapper {text-align: right; padding-bottom: 15px;}
.unrated-text{color: #ec3d00; margin-bottom: 5px;}
.delete-image{list-style: none; display: flex; margin:10px 0;}
.delete-image li{margin: 5px 15px 5px 0; display: flex; align-items: center; position: relative;}
.delete-image li a{position: absolute;
    right: -7px;
    top: -7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    width: 20px;
    height: 20px;
    border: 1px solid #ccc; 
    text-align: center;}
.delete-image li img{width:50px; margin-right: 5px;}
.delete-image li i{color: #ff0000;}
.custom_upload #img-upload.preview-image{max-width:60px; height: auto;}
.edit-form label{font-weight: 500;}
.error{color: #ff0000; font-size: 13px !important; font-weight: normal !important; margin-top: 5px !important;}
.pagination-panel{display:inline-block; margin: 0 auto;}
.pagination-panel .page-numbers, .pagination-panel .current.page-numbers{    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    padding: 5px;}
.pagination-panel .next.page-numbers, .pagination-panel .prev.page-numbers{background: #314c88; color: #fff;}
.chosen-container{vertical-align: initial !important;}
.chosen-container-multi .chosen-choices li.search-field{display: none;}
.chosen-container-multi .chosen-choices{
    min-height:34px !important;
}
#slider.flexslider .slides img.empty_image {
    height: 100%;
    width: 100%;
}
.banner_contnt p {
    color: #fff!important;
}
.profile-flex .pro-contact div.remove-space form {
    display: inline-block;
    margin-left: 10px;
}
.profile-flex .pro-contact div.remove-space {
    font-size: 17px;
}
.profile-flex .pro-contact div.remove-space form button {
    margin: 0;
}

/*11Oct2018*/
/*Header*/

.log_sec .cart-sec{
    display: inline-block !important;
    vertical-align: middle!important;
    
}
.log_sec .cart-sec i{
    display: inline-block !important;
    vertical-align: middle!important;
    margin-right:5px;
    font-size: 30px;
    
}
.log_sec .cart-sec h3 a{
    border:none;
    font-size: 19px;
    color:#000;
    
}
.log_sec .cart-sec h3 a:hover{
    border:none;
    color:#939393;
    background:#fff;
}
/*Dashbaord Logos*/
.dash-logo-section{
    padding:60px 0;
}
.dash-logo-section .dash-icon-wrap{
    text-align: center !important;
    margin-bottom: 35px!important;
}
.dash-logo-section .dash-icon-wrap figure{
   margin-bottom:25px;
   min-height: 148px;
}
.dash-logo-section .dash-icon-wrap figure img{
    width: 100%;
    max-width: 132px;
}
.dash-logo-section .dash-icon-wrap a{
    color:#30538d;
    font-weight: 500;
    font-size:18px;
}
.dash-logo-section .dash-icon-wrap a:hover  {
    color:#000
}
/*reponsive Media Starts Here*/
    
@media (max-width:991px){
    .dash-logo-section{
        padding-bottom: 10px!important;
    }
    .dash-logo-section .dash-icon-wrap figure{
        min-height: auto;
    }
    .dash-logo-section .dash-icon-wrap {
        margin-bottom: 45px!important;
    }   
    
}   
@media (max-width:480px){
    .dash-logo-section .col-md-3.col-sm-4.col-xs-6{
        width:100%;
    }
    .dash-logo-section .dash-icon-wrap a{
        font-size: 16px;
    }
    .dash-logo-section .dash-icon-wrap figure{
        min-height: auto;
    }
    .dash-logo-section .dash-icon-wrap {
    text-align: center !important;
    margin-bottom: 50px;
}
}

/*180ct*/
    .menu-cart_menu-container ul#menu-cart_menu {
        list-style: none;
    }
    .menu-cart_menu-container ul#menu-cart_menu li#menu-item-426 {
        display: none;
    } 
    .row.custom_innerpage .cstm-fry{
        margin-bottom: 15px!important;
    }
    .custom_innerpage .modal-content textarea#usermessage {
        resize: none;
    }

li#menu-item-449 {
    display: none;
}

