@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;
    z-index:9;
    overflow: visible;
    float: left;
    width: 100%;
}
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: 70px;
}
header .log_sec a {
    font-size: 15px;
    line-height: 15px;
    color: #939393;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #a4a4a4;
    border-radius: 30px;
    margin: 0;
    padding: 11px 25px;
    display: inline-block;
    vertical-align: middle;
}
header .log_sec a i{
    font-size: 22px;
    line-height: 13px;
    margin-left: 8px;
}
header .log_sec a:hover{
    background: #a4a4a4;
    color: #fff;
    border-color:#A4A4A4;
}
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 15px;
    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;
    position: relative;
}
.carousel{
    z-index: 0;
    overflow: hidden;
}
.banner_sec .item{
    height: 512px;
    background-position: center !important;
    background-size: cover  !important;
}
.banner_sec .item:before{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.3);
    z-index: 1;
    content: "";
}
.banner_sec .container{
    position: relative;
    height: 100%;
    z-index: 9;
}
.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: #fff;
    font-weight: 300;
    margin-top: -15px;
}
.banner_sec .banner_caption h2{
    font-size: 45px;
    line-height: 58px;
    color: #fff;
    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: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 16px 34px;
    display: inline-block;
    border: 2px solid #fff;
    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: #fff;
    color: #000;
}
.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: #fff;
}

.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;
    white-space: inherit; 
    overflow: hidden;
    text-overflow: ellipsis; 
    padding-right: 32px;
    line-height: 15px;
}
.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%;
    
    margin-bottom: 25px;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li figure {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 18px #d8d8d8;
    margin-bottom: 18px;
    width:100%;
    height: 160px;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li figure img{
    width: 100%;
    height: 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: 20px;
    border-radius: 100px;
}

.instructor_sec .flyer_insrtruct .experience_sec ul li figure span img{
    vertical-align: middle;
    width: auto;
    height: auto;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li figure span a i{
    vertical-align: middle;
    color: #fff;
    font-size: 25px;
}
.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;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.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;
}
/*---31/10/2017-listing-page---*/
.experience_sec .img_content .custom-star h5 span {
    position: inherit !important;
    float: none !important;
    left: 0;
    right: inherit;
}
.experience_sec .img_content .custom-star h5 span.fa.fa-star{
 color: #ccc;
}
.experience_sec .img_content .custom-star h5 span.fa.fa-star.checked{
        color: #304a86;
}
.instructor_sec .flyer_insrtruct .experience_sec ul li:nth-child(5n){
    margin-right: 0;
}
.custom-accstyle .custom-associate .custom-star h5 span.fa.fa-star{
    color: #ccc;
    }
.custom-accstyle .custom-associate .custom-star h5 span.fa.fa-star.checked{
    color: #304a86;
    }
.custom_register {
    max-width: 600px;
    width:98%;
    margin: 60px auto;
    background: #F7F7F7;
    padding: 30PX;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #ddd;
}
.custom_register legend {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.custom_register legend span {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
}
.custom_register label {
    font-weight: 500 !important;
    font-size: 15px;
    width: 100%;
    margin-top: 15px;
}
.custom_register label span {
    color: #FF0000;
    padding: 0px 0px 0px 3px;
    font-size: 15px;
}
.custom_register input[type=radio] {
    margin: 0px 10px 0;
}
.custom_register .form-control{
  color: #666;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  padding: 0px 10px;
  width: 100%;
  font-size: 15px;
  height: 36px;
  outline: 0 !important;
}
.custom_register .custom-select{
    background: #fff url(../images/arrow.png) no-repeat;
    background-position: 98% center;
    background-size: auto;
    outline: 0 !important;
}

select:focus{
   outline: 0 !important; 
}
.custom_register .submit, .edit-account input.woocommerce-Button{
    font-weight: 500;
    padding: 8px 20px;
    display: inline-block;
    font-size: 15px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
}
.custom_register .submit:hover, .edit-account input.woocommerce-Button:hover{
    background: #274383;
    opacity: 0.8;
    border: 2px solid #274383;
}
.custom_register .form-group {
    margin-bottom: 0;
}
.custom_register textarea{
    resize:none;
    height:140px !important;
}
.custom_register .wpcf7-submit{
    font-weight: 500;
    padding: 8px 20px;
    display: inline-block;
    font-size: 15px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
}
.custom_register .wpcf7-submit:hover{
    background: #274383;
    opacity: 0.8;
    border: 2px solid #274383;
}
.custom_register  label.error {
    color: #FF0000;
    margin: 0px;
    font-weight: 400 !important;
    font-size: 13px;
}
.custom_login{
    max-width: 450px !important;
}
 .custom_login .submit{
     margin-top: 20px;
}
.custom_login a {
    width: 100%;
    display: inline-block;
    padding: 5px 0px;
    font-size: 15px;
    margin: 0px;
    line-height: 15px;
    color: #274383;
    margin-top: 15px;
}
.custom_login a:last-child {
    margin-top: 0px;
}
.custom_login  .checkbox{
    margin: 0px;
}
/*--Editprofile---*/
.custom_editprofile{
    max-width: 600px;
    width:98%;
    margin: 80px auto;
    background: #F7F7F7;
    padding: 30PX;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #ddd;
}
.custom_editprofile legend {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.custom_editprofile  legend span {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
}
.custom_editprofile  label {
    font-weight: 500 !important;
    font-size: 15px;
    width: 100%;
    margin-top: 15px;
}
.custom_editprofile  label span {
    color: #FF0000;
    padding: 0px 0px 0px 3px;
    font-size: 15px;
}
.custom_editprofile .form-control{
  color: #666;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  padding: 0px 10px;
  width: 100%;
  font-size: 15px;
  height: 36px;
}
.custom_editprofile .custom-select{
    background: #fff url(../images/arrow.png) no-repeat;
    background-position: 98% center;
    background-size: auto;
}
.custom_editprofile textarea {
    resize: none;
    height: 140px;
}
.custom_editprofile .submit{
    font-weight: 500;
    padding: 8px 20px;
    display: inline-block;
    font-size: 15px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
}
.custom_editprofile .submit:hover{
    background: #274383;
    opacity: 0.8;
    border: 2px solid #274383;
}
.custom_upload {
    width:100%;
}
.custom_upload  .form-group {
    margin-bottom: 0px;
}
.custom_upload .btn-file {
    position: relative;
    overflow: hidden;
    font-size:15px;
    font-weight:500;
    padding: 8px 12px;
    border-radius: 3px;
    height:36px;
    border: 1px solid #bbb;
}
.custom_upload .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.custom_upload  #img-upload{
   width: 220px;
    height: 180px;
    margin: 10px 0px 0px;
}
.edit-form{
    position:relative;
    max-width:600px;
    margin:0 auto;
}
.edit-form input.upgrade {
    position: absolute;
    top: -5%;
    right: 5%;
    font-weight: 500;
    padding: 8px 20px;
    display: inline-block;
    font-size: 15px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
}
.edit-form input.upgrade:hover{
  background:#333;
}
/*inner_profile*/
.custom_innerpage{
    margin-top:60px;
    margin-bottom:  100px; 
}
.profile {
    float: left;
    width: 25%
}
.instructor h1 {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color:#ec3d00;
    margin-right: 10px;
   text-transform: capitalize;
}
.instructor img {
    max-width: 100%;
    vertical-align:bottom;
}
.profileimg {
    float: left;
    margin: 20px 0px 0px;
    width: 175px;
    height: 165px;
    overflow: hidden;
}
.profileimg img{
    width:100%;
    height: 100%;
}
.instructor-details {
    margin-top:20px;
    width:100%;
    display:inline-block;
}
.instructor-details h3 {
    font-size: 14px;
    line-height: 18px;
}
.instructor-details h3 span{
    color:#ec3d00;
}
.instructor-details small {
    font-size: 11px;
    padding: 0px 0px 0px 20px;
    letter-spacing: 1px;
    color: #333;
    font-weight: 300;
}
.instructor-details h4{
   font-size: 14px;
   margin-top: 10px;
   font-weight: 600;
   text-transform: capitalize;
}
.instructor-details h4  span{
    color:#ec3d00;
    font-weight: 400;
    text-transform: capitalize;
}
.instructor-info {
    display: inline-block;
    width:100%;
     margin-bottom:20px;
}
.instructor-info h2 {
    width: auto;
    display: inline-block;
    letter-spacing: 0px;
    font-size:15px;
   font-weight: 600;
   text-transform:uppercase;
   margin:0px;
}
.instructor-info p {
    color: orange;
    padding: 5px 0px 0px;
    display: inline-block;
    font-weight: 300;
}
.instructor-info span.fa.fa-star{
      color: #ccc;
}
.instructor-info span.fa.fa-star.checked{
      color: #304a86;
}
.skill-rating {
    display:inline-block;
    width:75%;
    padding-left: 60px;
    margin-top: 10px;
}
.skill-rating h3{
    font-size:15px;
    line-height:30px;
    margin-bottom:5px;
    display:inline-block;
    width:auto;
   font-weight: 600;
   text-transform:uppercase;
}
.skill-rating h5 {
    display: inline-block;
    width: auto;
    letter-spacing: 0px;
    padding-left: 4px;
}
.skill-rating h5  span.fa.fa-star{
    color: #ccc;
}
.skill-rating h5  span.fa.fa-star.checked{
    color: #304a86;
}
.skill-rating  p{
    display:inline-block;
    padding-left:3px;
}
.skill-rating .custom_viewall{
    font-size:14px;
    color:#fff;
    margin-left: 80px;
    background:#ec3d00;
    padding:6px 12px;
    border-radius: 4px;
}
.skill-rating .custom_viewall span{
    padding-left:5px;
}
.custom_list{
    width:100%;
    margin:0px
}
.custom_list li{
    display:list-item;
    list-style:none;
    padding:5px 0px;
    font-size: 14px;
}
.custom_list li span{
  margin-right:5px;
  color:#008000;
}
.gap{
    margin-bottom:10px;
}
.custom_skill{
    display:inline-block;
    font-size:14px;
    color:#fff;
    background:#ec3d00;
    padding:6px 12px;
    border-radius: 4px;
    margin-top:15px;
}
.custom_skill:hover{
     color:#fff;
     opacity:0.8;
}
.custom_skill span{
    padding-left:5px;
}
.custom_skill_1{
    display:inline-block;
    font-size:14px;
    color:#fff;
    background:#ec3d00;
    padding:6px 12px;
    border-radius: 4px;
    margin-top:15px;
}
.custom_skill_1:hover{
     color:#fff;
     opacity:0.8;
     cursor: pointer;
     background:#ec3d00;
}
.custom_skill_1 span{
    padding-left:5px;

}
.custom_skill_2{
    display:inline-block;
    font-size:14px;
    color:#fff;
    background:#ec3d00;
    padding:6px 12px;
    border-radius: 4px;
    margin-top:15px;
}
.custom_skill_2:hover{
     color:#fff;
     opacity:0.8;
}
.custom_skill_2 span{
    padding-left:5px;
}
.backto{
    width:100%;
    display:inline-block;
}
.backto a{
    float:right;
    font-weight: 500;
    padding: 8px 12px;
    display: inline-block;
    font-size: 14px;
    background: #ec3d00;
    border: 2px solid #ec3d00;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.backto a:hover{
    color: #fff;
    opacity:0.8;
}
.backto span{
  padding-right:10px;
  font-size:15px;
}
.custom_box input[type="checkbox"] + label{
    vertical-align:middle;
}
.instructor-info .custom_box input[type=checkbox]{
    float:left;
}
.instructor-info .custom_box label {
    display: block;
    max-width: 100%;
    margin: 0px 0px 5px 20px;
}
.instructor-info .custom_save{
    font-size:14px;
    color:#fff;
    margin-top: 20px;
    background:#ec3d00;
    padding:6px 12px;
    border-radius: 4px;
    font-weight:500;
    text-transform:uppercase;
}
.instructor-info .custom_save:hover{
    background:#ec3d00;
    opacity:0.8;
}
/*aboutpage*/
.about_slider .flexslider{
    margin: 0;
}
.about{
    display:inline-block;
    padding:60px 0px;
}
.about h1{
    font-size:30px;
    line-height:40px;
    margin:0px;
    font-weight:600px;
    text-transform:capitalize;
    color:#274383;
}
.about p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #7c7c7c;
    margin:15px 0px 0px;
}
.about_slider  .flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    -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;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
}
.about_slider  .flex-direction-nav a:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    display: inline-block;
    content:"\f137";
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 40px;
}
.about_slider .flex-direction-nav a.flex-next:before {
    content:"\f138";
}
.about_slider  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: center;
}
.wrap {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}
.content-area {
    padding: 60px 0px;
}
.entry-header h1.entry-title{
    font-size:30px;
    line-height:40px;
    margin:0px;
    font-weight:600px;
    text-transform:capitalize;
    color:#274383;
}
.entry-content p{
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #7c7c7c;
    margin:15px 0px 0px;
}
.entry-content a{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #274383;
    text-decoration:none;
    margin:15px 0px 0px;
}
.p2 strong {
    font-weight: 600;
    color: #333;
}
.p1 strong {
    font-weight: 600;
    color: #333;
}
.entry-content h2, .entry-content h3 {
    font-size: 18px;
    margin-top: 15px;
}
.custom_orderlist{
    margin-top:20px;
}
.custom_orderlist li {
    display: list-item;
    list-style: none;
    padding: 5px 0px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #7c7c7c;
    list-style-type: decimal;
}
.mr-zero{
    margin-top:0px;
}
/*contact*/
.post-36 h1.entry-title {
    display: none;
}
.post-36 .custom_register{
    margin:0 auto;
}


/*--03/011/2017--Coursepage*/
.sidebar {
    margin:62px 0px;
    background:#e8e8e8;
    padding: 0px;
}
#menu-sidebar_menu {
    list-style-type: none;
}
#menu-sidebar_menu li .sub-menu{
    width: 100%;
    margin: 0px;
}
#menu-sidebar_menu li .sub-menu li{
   display: list-item;
   list-style-type: none;
   border-bottom: 1px solid #ccc;
   margin: 0px 10px;
   padding: 0px;
}
#menu-sidebar_menu li .sub-menu li:last-child {
    border: none;
}
#menu-sidebar_menu li .sub-menu  li a{
    width: 100%;
    color: #2c2c2c;
    font-size: 15px;
    padding: 8px 0px;
    display: inline-block;
    background: none;
}
#menu-sidebar_menu li .sub-menu  li a:hover{
    opacity: 0.8;
}
#menu-sidebar_menu li a:first-child  {
    background: #274383;
    color:#fff;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    list-style-type: none;
    display: list-item;
}
.custom-sideview h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    width: 100%;  
}
.custom-sideview h3 strong {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.custom-sideview h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.custom-sideview h2 strong {
    font-size: 24px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.custom-sideview ol {
    width: 100%;
    margin: 0px;
    padding: 15px 0px 0px 15px;
}
.custom-sideview ol li {
    display: list-item;
    list-style-type: disc;
    padding: 3px 0px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #7c7c7c;
}
.custom-sideview .pagenav {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    padding: 0px 0px 0px 10px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
}
.custom-sideview .pagenav ul{
    margin: 10px 0px 0px;
}
.custom-sideview .pagenav ul li{
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
}
.custom-sideview .pagenav ul li a{
    width: 100%;
    color: #2c2c2c;
    font-size: 15px;
    padding: 5px 0px;
    display: inline-block;
    font-weight: 400;
}
.custom-sideview .pagenav ul li a:hover{
    color: #274383;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.custom-dropdown{
     display: inline-block;
}
.logbtn{
    background:transparent;
    border: 2px solid #a4a4a4;;
    border-radius: 30px;
    color: #939393;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    position:relative;
}
.logbtn:hover{
    background:#A4A4A4;
    color:#fff;
    border-color:#A4A4A4;
}
.logbtn:focus{
     background-color: #4265a8;
     border-color:#4265a8;
}
.logbtn.active{
    background-color: #4265a8;
    border-color: #4265a8;
}

.custom-dropdown .btn-primary.active{
    background-color: #a4a4a4;
    border-color: #a4a4a4;
}
.logbtn .caret{
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.custom-dropdown .dropdown-menu{
    max-width: 160px;
    left:10px;
}
.dropdown-menu li {
    width: 100%;
    display: inline-block;
}
.custom-dropdown .multi-level li a{
    border: none;
    border-radius: 0px;
    margin: 0;
    padding: 5px 10px;
    display: inline-block;
    width:100%;
    text-align: left;
    font-size: 14px;
}
/*shop page*/
.woocommerce-breadcrumb {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 0px 3px 15px;
}
.woocommerce-breadcrumb a{
    box-shadow: none;
}
.woocommerce-breadcrumb a:hover{
    box-shadow:none;
}
.woocommerce-products-header__title.page-title {
    width: auto;
    float: left;
    font-size:30px;
    color:#4265a8;
    letter-spacing: 1px;
}
.woocommerce-result-count {
    width: auto;
    display: inline-block;
    float: right;
    vertical-align: middle;
    padding: 3px 0px;
}
.woocommerce-ordering {
    float: right;
    width: 100%;
    text-align: right;
    margin: 10px 0px;
}
.orderby{
    width: 230px;
    height: 49px;
    font-size: 15px;
    font-weight: 300;
    color: #7c7c7c;
    outline: none;
    box-shadow: none;
    border: 2px solid #c7c7c7;
    background: #fff url(../images/arrow.png) no-repeat;
    background-position: 95% center;
    background-size: auto;
    box-shadow: none;
    padding:0px 10px;
    outline: none !important;
}
.products {
    display: inline-block;
    width: 100%;
}
ul.products li.product{
    display: inline-block;
    width: 24.7%;
    padding:10px;
    margin-top: 20px;
    background: #f7f7f7;
    overflow:hidden;
    -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;
}
ul.products li.product:hover{
    box-shadow:0px 0px 15px 15px #eee;
}

ul.products li.product img {
    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;
}
.woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 20px;
    padding: 10px 0px;
    color:#272727;
}
ul.products li.product .price{
    margin-bottom: 10px;
}
.woocommerce-Price-amount.amount {
    font-size: 15px;
    font-weight: 300;
    color: #7c7c7c;
    line-height: 20px;
}
ul.products li.product .button, .added_to_cart.wc-forward{
    text-align: center;
    font-weight: 400;
    padding: 8px 12px;
    display: inline-block;
    font-size: 14px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    box-shadow: none !important;
    position: relative;
    width: auto;
    height: auto;
}
ul.products li.product .button:hover{
    box-shadow: none;
    opacity: 0.8;
}
.added_to_cart.wc-forward:hover{
    box-shadow: none;
    opacity: 0.8;
}
ul.products li.product .added_to_cart:hover{
     box-shadow: none;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    float: left;
    width: 40%;
    padding: 0px;
}
.flex-viewport {
    width: 100%;
}
.summary.entry-summary {
    display: inline-block;
    width: 60%;
    padding: 0px 0px 0px 40px;
}
.entry-summary .product_title.entry-title {
    font-size: 22px;
    line-height: 22px;
    margin: 0px 0px 10px;
}
.entry-summary .woocommerce-Price-amount.amount{
    margin-bottom: 10px;
    display: inline-block;    
}
.entry-summary  .woocommerce-product-details__short-description p{
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #7c7c7c;
}
.entry-summary  .quantity input{
    width: 100px;
    height: 40px;
    font-size: 15px;
    font-weight: 300;
    color: #7c7c7c;
    outline: none;
    box-shadow: none;
    border: 2px solid #c7c7c7;
    margin: 15px 0px;
}
.entry-summary .single_add_to_cart_button.button.alt{
    text-align: center;
    font-weight: 400;
    padding: 8px 12px;
    display: inline-block;
    font-size: 14px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    box-shadow: none;
}
.entry-summary .posted_in {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 15px 0px 0px;
}
.entry-summary .posted_in  a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #7c7c7c;
    text-decoration: none;
    padding-top: 10px;
    box-shadow: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: inline-block;
    width: 100%;
}
.tabs.wc-tabs {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.woocommerce-tabs li{
    display: inline-block;
    margin-right: 0px;
}
.woocommerce-tabs li a{
    display: inline-block;
    font-size: 14px;
    background: #eee;
    border: 2px solid #eee;
    color: #000;
    padding: 10px 18px;
    box-shadow: none;
}
.woocommerce-tabs a:hover{
    box-shadow: none;
}
.woocommerce-tabs li.active a{
    box-shadow: none;
    background: #274383;
    border-color:#274383;
    color: #fff; 
}
.woocommerce-tabs {
    margin-bottom: 0px;
}
.panel{
    box-shadow: none;
}
.related h2{
    font-size: 18px;
    margin-top: 15px
}
.comment-form {
    max-width: 550px;
    width: 100%;
}
.comment-form textarea {
    height: 175px;
    resize: none;
}
.comment-form input {
    height: 40px;
}
.comment-form .submit {
    float:left;
    text-align: center;
    font-weight: 400;
    padding: 8px 12px;
    display: inline-block;
    font-size: 14px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    box-shadow: none;
}
.comment-form .submit:hover{
     background: #274383;
    box-shadow: none;
    opacity: 0.8;
}
.comment-form-rating > label {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.comment-form-rating .stars {
    margin: 0;  
}
.woocommerce-tabs #reviews p.stars a{
      margin: 10px 2px 0;
      height:18px;
      width:18px;
}
.woocommerce-message{
    background:#dff0d8;
    color: #3c763d;
     padding: 10px 15px;
}
.shop_table_responsive tbody{
    border:1px solid #bababa;
}
.shop_table_responsive tbody tr{
    border:1px solid #bababa;
}
.shop_table_responsive th:first-child, td:first-child {
    padding: 20px;
}
.shop_table_responsive thead th {
    border-bottom: 2px solid hsl(0, 0%, 73%);
    font-size: 15px;
    padding-bottom: 0.5em;
    text-transform: uppercase;
}
.shop_table_responsive .remove{
    line-height:16px;
    margin: 0px;
}
.shop_table_responsive a.remove:hover{
    background: #FF0000;
    border: 1px solid #FF0000;
}
.shop_table_responsive .product-name > a {
    box-shadow: none;
}
.shop_table_responsive .input-text.qty.text {
    height: 34px;
    width: 60px;
}
.shop_table_responsive .button{
    text-align: center;
    font-weight: 400;
    padding: 8px 12px;
    display: inline-block;
    font-size: 14px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    box-shadow: none;
    margin-right:20px;
}
.shop_table_responsive .button:hover{
     background: #274383;
     opacity:0.8;
}
.shop_table_responsive .input-text {
    font-size: 14px;
    height: 34px;
    padding:0px 10px;
}
.cart_totals h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.woocommerce-shipping-calculator{
    margin-bottom:10px;
    max-width:250px;
    width:100%;
}
.woocommerce-shipping-calculator .shipping-calculator-form .select2.select2-container {
    margin: 10px 0;
     font-size: 13px;
}
.woocommerce-shipping-calculator .shipping-calculator-form .select2-container .select2-selection--single{
    height:34px;
}
.woocommerce-shipping-calculator .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:34px;
}
.woocommerce-shipping-calculator p{
    margin:0px;
}
.woocommerce-shipping-calculator p a{
    margin:0px;
}
.woocommerce-shipping-calculator p a{
    color: #274383;
    box-shadow: none;
}
.shipping-calculator-form .input-text {
    margin-bottom: 10px;
}
.woocommerce-shipping-calculator p a:hover{
    box-shadow: none;
    opacity: 0.8;
}
.cart_totals  .checkout-button{
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    display: block;
    padding: 15px 0;
    margin:0px;
    line-height:16px;
}
.cart_totals  .checkout-button:hover{
    color: #fff;
    opacity: 0.8;
}
.woocommerce-error, .woocommerce-info{
    background: #274383;
     padding: 10px 15px;
}
.woocommerce-info .showlogin, .woocommerce-info .showcoupon{
    color:#ec3d00;
    box-shadow:none !important;
}
.woocommerce-info .showlogin:focus{
    color:#ec3d00;
}
.woocommerce-info .showcoupon:focus{
    color:#ec3d00;
}
.woocommerce-billing-fields input {
    height: 40px;
}
.woocommerce-shipping-fields input{
     height: 40px;
}
 .create-account .input-text {
    height: 40px;
}
#order_comments {
    resize: none;
    height:100px;
}
.woocommerce-billing-fields .woocommerce-checkout .select2-container .select2-selection--single {
    height: 40px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.woocommerce-checkout .select2-container .select2-selection--single {
    height: 40px;
}
.woocommerce-form__label-for-checkbox > span {
    padding-left: 25px;
}
.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
    margin-left: 0;
    margin-top:6px;
}
.checkout.woocommerce-checkout > h3 {
    font-size: 26px;
    margin: 50px 0 20px;
}
.woocommerce-checkout-review-order-table thead th{
    text-transform:uppercase;
}
.wc_payment_method .payment_box{
   padding:10px 15px;       
}
.wc_payment_method .payment_box p{
    margin:0px;
}

.woocommerce-checkout-payment .place-order .button.alt{
    font-weight: 400;
    padding: 8px 12px;
    display: inline-block;
    font-size: 14px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    box-shadow: none;
    margin-top:15px;
}
.payment_method_paypal .about_paypal {
    box-shadow: none;
}
.woocommerce-shipping-fields .woocommerce-form__label span{
    font-weight:500;
    padding-left: 0;
}
.top_menu .input-group {
    float: right;
    padding: 20px 15px 0;
}
.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid #bababa;
}
.header-cart-icon span {
    background:#ec3d00;
    border-radius: 50%;
    color:#fff;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 12px;
    width: 18px;
}
.woocommerce-message .button.wc-forward {
    background: #274383;
    border-radius: 3px;
    box-shadow: none !important;
    padding: 5px 10px;
}
.woocommerce-message .button.wc-forward:hover{
    box-shadow:none;
    opacity:0.8;
}
/*07/112017*/
.woocommerce .woocommerce-error > li {
  list-style-type: none;
}
.checkout-button::after {
    font-size: 20px;
    line-height: 16px;
    padding-left: 10px;
}
.woocommerce-shipping-calculator .shipping-calculator-button {
  box-shadow: none !important;
  color:#274383 !important;
}
.checkout_coupon .input-text {
  height: 40px;
}
.checkout_coupon p{
    margin:0px !important;
}

.checkout_coupon .button, .woocommerce-form-login .button{
    font-weight: 400;
    padding: 8px 12px;
    display: inline-block;
    font-size: 14px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    box-shadow: none;
    margin-top:4px;
}
.checkout_coupon .button:hover{
     background: #274383;
     opacity:0.8;
}
.woocommerce-form-login .button:hover{
     background: #274383;
     opacity:0.8;
}
.woocommerce-form-login .input-text {
  height: 40px;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox.inline {
   margin-top: 15px;
}
.woocommerce-form-login .lost_password {
  margin: 0px 0px 15px;
}
.woocommerce-form-login .lost_password a{
    box-shadow:none;
}
.checkout_coupon {
    border-bottom: 2px solid #bababa;
    padding-bottom: 20px;
}
.woocommerce-order .order_details{
    margin-top:15px;
}
.woocommerce-order .order_details li {
  list-style-type: none;
  padding:5px 0px 5px 10px;
  font-size: 15px;
   font-weight: 600;
}
.woocommerce-order .order_details li strong{
    color:#ec3d00;
     font-weight: 400;
}
.woocommerce-order .order_details li .woocommerce-Price-amount.amount{
    color:#ec3d00;
     font-weight: 400;
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 30px;
  line-height:40px;
  margin: 20px 0px 25px;
  color:#274383;
  text-transform:capitalize;
}
.woocommerce-table--order-details tr{
    border-bottom:1px solid #bababa;
}
.woocommerce-table--order-details tr:last-child{
    border:none;
}
.woocommerce-table--order-details thead th {
  font-size: 16px;
}
.woocommerce-table--order-details tr th {
  padding: 12px 20px 12px 0px;
}
.woocommerce-column{
    border:1px solid #bababa;
    padding:10px 25px;
    margin-top:30px;
}
.woocommerce-column  .woocommerce-column__title {
  font-size: 24px;
  margin: 10px 0 15px;
  color:#274383;
}
.woocommerce-column > address {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #7c7c7c;
}
.woocommerce-column > address p{
    margin:0px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}
/*08/11/17*/
.custom-sharevideo .tab{
  margin: 40px 0px 15px;
  border: none;
  font-weight: 500;
  background: #f7f7f7;
}
.custom-sharevideo div.tab button.active{
    background: #274383;
    color:#fff;
    font-weight: 500;
}
.custom-sharevideo .share_video_btn {
    width: 100%;
    display: inline-block;
}
.custom-sharevideo .share_video_btn a {
    background: #274383;
    padding: 10px 15px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 15px;
    float: right;
    font-weight: 500;
}
.custom-sharevideo .share_video_btn a:hover{
    opacity: 0.8;
}
.custom-sharevideo .custom-frame{
  margin-bottom: 5px;
}
.custom-sharevideo .tabcontent iframe {
    min-height: 200px;
    padding: 5px;
    border: 1px solid #eee;
    background: #eee;
    margin-bottom: 10px;
}
.custom-sharevideo .tabcontent p{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #7c7c7c;
    margin: 10px 0px 0px;
}
.custom-sharevideo .tabcontent p strong{
    font-weight: 600;
}
.custom-sharevideo .tabcontent p a{
     font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #274383;
    cursor: pointer;
}
.custom-sharevideo .tabcontent p a span{
    padding-left: 3px;
}
.custom-sharevideo .tabcontent h2{
    margin: 10px 0px 0px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    color: #7c7c7c;
    font-weight: 600;
}
.custom-sharevideo .tabcontent h3 {
    margin: 20px 0px 40px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    color: #7c7c7c;
    font-weight: 400;
}
.custom-sharevideo .tabcontent h2 span.fa.fa-star{
    color: #ccc;
}
.custom-sharevideo .tabcontent h2 span.fa.fa-star.checked {
    color: #304a86;
}
.custom-sharevideo .tabcontent .custom-sharetext p{
    margin: 20px 0px 40px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    color: #7c7c7c;
    font-weight: 400;
}
.custom-sharevideo .tabcontent label {
    font-size: 16px;
    font-weight: 600;
    color: #7c7c7c;
    margin: 10px 0px 10px;
}
.custom-sharevideo .tabcontent label.error{
    color: #ec3d00;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}
.custom-sharevideo .tabcontent form textarea.form-control{
    resize: none;
}
.custom-sharevideo .tabcontent form .rating {
    width: 100%;
    display: inline-block;
    height: 40px;
    margin-top: 10px;
}
.custom-sharevideo .tabcontent form .rating:not(:checked)  label{
    position: relative;
    top: -50px;
    left: 100px;
    line-height: inherit;
    padding:0px;
    font-size: 160%;
    margin: 0;
    color: transparent;
}
.custom-sharevideo .tabcontent form .rating legend {
    display: inline-block;
    width: auto;
    border: none;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.custom-sharevideo .tabcontent form .btn-default{
    font-weight: 400;
    padding: 8px 12px;
    display: inline-block;
    font-size: 14px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    box-shadow: none;
}
.custom-sharevideo .tabcontent{
    padding-bottom: 40px;
}
.custom-sharevideo .tabcontent li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 5px 0px;
}
.custom-sharevideo .custom-requestform {
    max-width: 600px;
    width: 100%;
    margin: 20px 0px;
    border: 1px solid #ccc;
    padding:30px 20px;
}
.custom-sharevideo .custom-requestform .form-group label{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0px 0px 5px;
    width: 100%;
}
.custom-sharevideo .custom-requestform .form-group label.error{
    color: #ec3d00;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}
.custom-sharevideo .custom-requestform .form-group  input[type="checkbox"]{
    margin: 0px;
    vertical-align: middle;
}
.custom-sharevideo .custom-requestform .form-group small{
    font-size: 16px;
    line-height: 20px;
    padding: 0px 6px;
    vertical-align: middle;
    display: inline-block;
}
.custom-sharevideo .requested-video {
    background: #4265a8;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    min-width: 600px;
}
.custom-sharevideo .requested-video:hover{
    opacity: 0.8;
}
.custom-sharevideo .requested-video span{
    float: right;
}
.custom-sharevideo .share_video_div form{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 35px;
    border: 1px solid #ccc;
    padding: 30px 20px;
}
.custom-sharevideo .share_video_div .form-group label{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    margin: 0px 0px 5px;
    width: 100%;
}
.custom-sharevideo .share_video_div .form-group label.error{
    color: #ec3d00;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}
.custom-sharevideo .share_video_div .form-group [type="checkbox"]{
    margin: 0px;
    vertical-align: middle;
}
.custom-sharevideo .share_video_div .form-group  small{
    font-size: 16px;
    padding: 0px 6px;
    vertical-align: middle;
    display: inline-block;
}
.skill-rating .custom-setbtn {
    display: inline-block;
}
/*09/11/17*/
.criss {
    max-width: 400px;
    margin: 60px auto;
    text-align: center;
}
.criss span {
    display: inline-block;
    width: 100%;
    border: 2px solid #a4a4a4;
    border-radius: 50%;
    font-size:115px;
    line-height:200px;
    height: 200px;
    width: 200px;
    color: #dff0d8;
}
.criss p {
    margin-top: 20px;
    font-size: 20px;
    color: #a4a4a4;
    font-weight: 500;
}
.partner-carousel .item figure{
    background: #f7f7f7;
    display: inline-block;
    padding:15px;
    height: 100px;
    vertical-align: middle;
    width: 100%;
}
.partner-carousel .item figure img{
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.pagetitle h1{
    font-size: 30px;
    line-height: 40px;
    margin: 0px;
    font-weight: 500px;
    text-transform: capitalize;
    color: #274383;
    margin: 60px 0px 30px;
}

.custom-style .custom-certified {
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 25px;
    min-height: 248px;
    transition: all 0.3s ease-in-out;
    -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;
    cursor: pointer;
    background: #f7f7f7;
    box-shadow: 0px 0px 10px 1px #ccc;
    -webkit-box-shadow: 0px 0px 10px 1px #ccc;
    -ms-box-shadow: 0px 0px 10px 1px #ccc;
    -moz-box-shadow: 0px 0px 10px 1px #ccc;
    -o-box-shadow: 0px 0px 10px 1px #ccc;
}

.custom-certified  figure{
    overflow: hidden;
    width: 100%;
    height: 120px;
}
.custom-certified figure img {
    height:100%;
    transition: all 0.3s ease-in-out;
    -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;
}
.custom-certified:hover figure img{
    transform: scale(1.2, 1.2);
}
.custom-style .custom-certified p {
     font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #274383;
    margin-top: 15px;
}
.custom-style .custom-certified .custom-star {
    margin-top: 15px;
}
.custom-style .custom-certified .custom-star h5 span.fa.fa-star{
 color: #ccc;
}
.custom-style .custom-certified .custom-star h5 span.fa.fa-star.checked{
        color: #304a86;
}
.top_menu .aws-container {
    display: inline-block;
}
.top_menu .aws-container .aws-search-form input.aws-search-field {
    border-radius: 30px !important;
    border: 2px solid #a4a4a4;
    background: transparent;
    padding: 11px 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    color: #939393;
    font-weight: 300;
    max-width: 200px;
    width: 100%;
    text-transform: uppercase;
}

.top_menu .aws-container .aws-search-form ::-webkit-input-placeholder { /* Chrome */
  color: #939393;
}
.top_menu .aws-container .aws-search-form :-ms-input-placeholder { /* IE 10+ */
  color: #939393;
}
.top_menu .aws-container .aws-search-form ::-moz-placeholder { /* Firefox 19+ */
  color: #939393;
  opacity: 1;
}
.top_menu .aws-container .aws-search-form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #939393;
  opacity: 1;
}
/*10/11/2017*/
.error_section {
    background: #314c88;
    color: #fff;
    text-align: center;
    margin: 10px 0px 0px;
    padding: 30px 0px;
}
.error_section h1{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
}
.error_section  p{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}
.error_btm_cntnt {
    text-align: center;
    padding:40px 0px;
}
.error_btm_cntnt h1{
    color: #314c88;
    font-size: 165px;
    font-weight: 600;
    line-height: 140px;
    margin-bottom: 40px;
    margin-top: 0
}
.error_btm_cntnt p {
    color: #5a5a5a;
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.custom-sharevideo div.tab button{
  background: #F7F7F7;
  color: #333;
}
/*13/11/2017*/
.upgradebar{
    width: 100%;
    background: #f7f7f7;
}
.upgrade_account {
    float: right;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0px;
    text-transform: uppercase;
    text-decoration: underline;
}
.upgrade_account a{
    font-weight: 500;
    padding: 8px 10px;
    display: inline-block;
    font-size: 13px;
    background: #ec3d00;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    box-shadow: none;
    margin-left: 5px;
    cursor: pointer;
 }
.cstm_action {
    display: none;
}
.chosen-container{
    width: 100% !important;
    height: 34px;
}
.chosen-container-multi .chosen-choices{
    height: 34px !important;
}
.chosen-container-multi .chosen-choices li.search-field{
    width: 100%;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    font-size:13px;
    font-weight: 400;
    width: 100% !important;
}
.custom_list li span .fa.fa-info-circle{
    font-size: 18px;
    position: relative;
    top: 2px;
    left: 5px;
    color: #274383;
}
.custom-accstyle .custom-associate{
    border: 1px solid #ccc;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    -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;
    cursor: pointer;
    background: #f7f7f7;
    box-shadow: 0px 0px 10px 1px #ccc;
    -webkit-box-shadow: 0px 0px 10px 1px #ccc;
    -ms-box-shadow: 0px 0px 10px 1px #ccc;
    -moz-box-shadow: 0px 0px 10px 1px #ccc;
    -o-box-shadow: 0px 0px 10px 1px #ccc;
}
.custom-accstyle .custom-associate figure{
    float: left;
    width: 50%;
    height: 90px;
    margin-right: 25px;
}
.custom-accstyle .custom-associate figure img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.custom-accstyle .custom-associate p{
    display: inline-block;
    width: 42%;
    padding: 5px 0px;
    font-weight: 500;
    font-size: 16px;
}
.custom-accstyle .custom-associate .custom-star {
    display: inline-block;
    width: 42%;
}
.pagetitle p{
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #7c7c7c;
    margin: 0px 0px 20px;
    text-align: left !important;
}
.custom_modal.modal-sm {
    max-width: 600px;
    width: 100%;
    margin:0px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translatey(-50%) !important;
}
.custom_modal .modal-header {
    border-bottom: 1px solid #e5e5e5;
    background: #314c88;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.custom_modal .modal-header .close {
    margin-top: -8px;
    font-size: 32px;
    color: #fff;
    opacity: 1;
}
.custom_modal .modal-title {
    font-size: 20px;
    text-transform: uppercase;
}
.custom_modal .custom-setbtn {
    padding: 20px;
}
.custom_modal .custom-setbtn label {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.custom_modal .custom-setbtn label span{
    color:#ec3d00;
    padding-left: 3px; 
}
.custom_modal .custom-setbtn textarea.form-control {
    height: 115px;
    resize: none;
}
.custom_modal .modal-footer {
    padding: 15px 0px;
}
.custom_modal .custom-setbtn .btn-default{
    font-weight: 500;
    padding: 12px 20px;
    display: inline-block;
    font-size: 14px;
    background: #314c88;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    box-shadow: none;
    cursor: pointer;
    border: none;
}
.custom_modal .custom-setbtn .btn-default:hover{
    opacity: 0.8;
}
h3.panel-title {
    font-size: 15px;
    line-height: 15px;
    color: #304a86;
}
.panel-default>.panel-heading{
    color: #fff;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.panel-default>.panel-heading a {
  display: block;
  padding: 0px 15px;
}

.panel-default>.panel-heading a:after {
   content: "\2212";
  position: relative;
  top: -5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  font-size: 35px;
  line-height: 30px;
  color: #304a86;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
.cstm-close{
    color: #ec3d00;
}





/*Loader Css Starts*/
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading p{
    z-index: 999;
    width: 100%;
    color: #000;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 248, 255, 0.7);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.ajax_add_to_cart.loading:after{
    font-size: 8px;
    width: 6px;
    height: 6px;
    position:absolute;
    left: 45%;
    transform: translateX(-50%) !important;
    top: 17px;
}
/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*** bug fixing ***/

.woocommerce .woocommerce-error > li{
    color: #f00;
}
.woocommerce .woocommerce-info {
    color: #015802 !important;
    background-color: #97e09996 !important;
}

.experience_sec span.page-numbers.current {
    font-size: 16px;
    font-weight: 600;
    background: #d3d3d3;
    color: #333;
    height: 30px;
    width: 30px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin: 2px 5px;
}
.experience_sec a.page-numbers {
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    background: #274383;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px;
}
.experience_sec a.next.page-numbers {
    background: #274383;
    color: #fff;
    display: inline-block;
    float: right;
    padding: 10px 0px;
    margin:0px 10px 10px 0px;
    width: 115px;
    font-size: 16px;
    line-height: 16px;
    height: 35px;
    border-radius: 5px;
}
.experience_sec .prev.page-numbers{
    background: #274383;
    color: #fff;
    display: inline-block;
    padding: 10px 0px;
    margin:0px 10px 10px 10px;
    width: 115px;
    font-size: 16px;
    line-height: 16px;
    height: 35px;
    border-radius: 5px;
}
/*18/12/2017--accordian--css*/
.arconix-faq-wrap{
    background: #f7f7f7 !important;
    border: 1px solid #ccc !important;
    color:#314c88 !important;
    font-weight: 500 !important;
}
.arconix-faq-content p{
    color: #333 !important;
    font-weight: 400 !important;
}
.cstm-fry{
    width: 100%;
    display: inline-block;
}
.bio-cstm{
    width: 100%;
    display: inline-block;
}
.bio-cstm h2{
    width: auto;
    display: inline-block;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
}
.bio-cstm p{
    font-family: inherit;
    font-weight: 400;
    padding-bottom: 25px;
    padding-top: 10px;
    font-size: 14px;
}
/*06/01/2018*/
.woocommerce-password-strength, small.woocommerce-password-hint{
    color:#b22222; 
}
.copy_right .widget{
  padding:0px !important;
}
.instructor_sec .user_log .btn_btn:hover {
    background: #a4a4a4;
    color: #fff;
    border-color: #A4A4A4;
}
.form-group.recaptcha {
    padding-top: 21px;
}

/*14-02-18*/
.video-box-main{margin-bottom: 20px;
    float:left; border-bottom: 1px solid #dddddd91; padding-bottom: 10px;}
/* 24-05-23 */
.custom_register {
    max-width: 600px;
    width: 100%;
    margin: 60px auto;
    padding: 20PX;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #ddd;
    background: #314c8830;
}
.custom_register label {
    font-weight: 500 !important;
    font-size: 15px;
    width: 50%;
    margin-top: 15px;
    float: left;
    padding-right: 10px;
}
.custom_register label:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 0;
}
.custom_register .form-control {
    color: #666;
    background: #fff;
    border: 1px solid #bbbbbb96;
    border-radius: 3px;
    display: block;
    padding: 0px 10px;
    width: 100%;
    font-size: 15px;
    height: 36px;
    outline: 0 !important;
    margin-top: 0 !important;
}
.custom_register .submit, .edit-account input.woocommerce-Button {
    font-weight: 500;
    padding: 8px 20px;
    display: inline-block;
    font-size: 15px;
    background: #274383;
    border: 2px solid #274383;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
    width:100%;
}

.custom_register fieldset {
    display: flex;
    flex-wrap: wrap;
}
.custom_register .form-control {
    color: #666;
    background: #fff;
    border: 1px solid #bbbbbb96;
    border-radius: 3px;
    display: block;
    padding: 0px 10px;
    width: 100%;
    font-size: 15px;
    height: 45px;
    outline: 0 !important;
    margin-top: 0 !important;
}

label.check-new-cs p {
    color: #666;
    border-radius: 3px;
    display: flex;
    padding: 0;
    width: 100%;
    font-size: 15px;
    /* height: 36px; */
    outline: 0 !important;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
}
label.check-new-cs p span.text {
    color: #666;
    border-radius: 3px;
    display: flex;
    padding-left: 7px;
    width: 100%;
    font-size: 15px;
    height: 36px;
    outline: 0 !important;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
}
.custom_register input[type=radio] {
    margin: 0;
}
.subscribess {
    font-size: 15px;
    line-height: 15px;
    color: #ffff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #314c88;
    border-radius: 30px;
    margin: 0 auto;
    padding: 11px 25px;
    vertical-align: middle;
    background: #314c88;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
}
.subscribess:hover {
    background: #ffff;
    color: #314c88;
}