@font-face { 
	font-family: Koryun;
	font-weight: 300;
	letter-spacing:100px;
	font-style: normal; 
	src: url("../webfonts/GhEAKoryun_Light.otf");
}

@font-face { 
	font-family: Koryun;
	font-weight: 400;
	font-style: normal; 
	src: url("../webfonts/GHEAKoryunReg.otf");
}

@font-face { 
	font-family: Koryun;
	font-weight: 700;
	font-style: normal; 
	src: url("../webfonts/GhEAKoryun_Bld_2.otf");
}







body{
    color:#000000;
	margin:0;
	font-family: 'Koryun', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 16px;
    font-family:'Koryun',sans-serif;
    text-transform: uppercase;
    color:#000;
    font-weight: 100;

}

a,  :after, :before {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:hover{
    text-decoration:none;
}
p{
    line-height: 1.4;
	margin:5px 0;
	
}
ul{  list-style: none; 
margin:0;
	padding:0;
}

.fixwidth{
    width:1200px;
    margin:0 auto;
}

.menubs{
    display:none;
}

.logoBox{
    width: 43%;
    float: left;
}

.logoBox img{
height: 45px;
    position: relative;
    top: 10px; 
}

.menuWrp{
        float: right;
    padding: 15px 0;
}

.dskMenu a{
        padding: 0 15px;
    display: block;
}

.dskMenu li:last-of-type a{
padding: 0px 0px 0px 15px;  
}

.dskMenu{
    padding: 5px 0px 13px 0px;
}

.top_wrapper{
width: 100%;
    display: inline-block;
    box-shadow: 0px 1px 20px 0px #dadada;
    background: #fff;
}


ul.nav-child{
    display:none;
}


.lessonsB{
    font-size:14px;
}





table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 6px;
    border: 1px solid #dddddd;
}

tr:nth-child(even){background-color: #F1F1F1}

th {
  background-color: #006EB7;
  color: white;
}


.topRow{
        width: 100%;
    background: #f9f8f8;
    display: inline-block;
       padding: 0px 0;
    font-size: 13px;
}

.topInfo{
width: 50%;
    float: left;
}

.topInfo ul{
    width: 100%;
    display: inline-flex;
}

.topInfo ul li{
    padding: 5px 20px 5px 0px;
}

.logLogin{
    float: right;
    display: inline-flex;
}


.logLogin .register{
    padding: 5px 0px 5px 10px;
}

.logLogin .login{
    padding: 5px 0px 5px 10px;
}


.topInfo i{
    padding: 0 5px;
}

.topInfo ul li:first-of-type{
        border-right: 1px solid #fff;
    margin-right: 10px;
}




.logLogin .register{
        border-right: 1px solid #fff;
    margin-right: 10px;
    padding-right:20px;
}



.main_bg {
    background: url(../images/main_bg.jpg) no-repeat 0px 0px;
    width: 100%;
    height: 670px;
    background-size: cover;
    background-attachment: fixed;

}

.main_bg .fixwidth{
           position: relative;
    display: block;
    height: 100%;
}


.cources_nv{
    position: absolute;
    bottom: -45px;
    width: 100%;
    left: 0;
}

.cources_nv ul{
    width: 100%;
    display: inline-block;
}

.cources_nv ul li{
        width: 40%;
    text-align: center;
    float:left;
}

.cources_nv ul li:first-of-type a{
    display: block;
    background: #a71a3d;
    color: #fff;
    padding: 25px;
    font-size: 19px;
}

.cources_nv ul li:last-of-type a{
    display: block;
    background: #006EB7;
    color: #fff;
    padding: 25px;
    font-size: 19px;
}




.cources_nv ul li:last-of-type{
    float: right;
}



.aboutRow{
        width: 100%;
    display: inline-block;
    margin-top: 150px;
    margin-bottom:100px;
}

.aboutPreview{
        width: 580px;
        height:580px;
    float: left;
    text-align: center;
    background:url(../images/about_bg.jpg) no-repeat 0px 0px;
}

.aboutCont{
    width: 530px;
    float: right;
    margin-top: 30px;
}



.aboutPreview img{
        position: relative;
    top: 41px;
}

.aboutCont strong{
        color: #006EB7;
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
}

.aboutCont h3{
        font-weight: bold;
    display: inline-block;
    width: 100%;
    margin: 5px 0px 15px 0px;
}


.about_data{
           color: #505077;
    font-size: 17px;
}

.aboutRead{
        margin: 40px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}

.aboutRead a{
        background: #a71a3d;
    color: #fff;
    text-align: right;
    padding: 20px 15px 10px 115px;
    border-radius:5px;
}
.aboutRead a:hover{
    background:#2163B1;
}


.courcesRow{
    width: 100%;
}

.courcesItem{
        width: 100%;
}


.courcesLeft,
.courcesright{
    width: 50%;
}

 .courcesLeft img,
  .courcesright img{
    width: 100%;
    height:100%;
}

.courcesRow .courcesItem:nth-of-type(2n+1) .courcesright{
    width: 50%;
    box-sizing: border-box;
    padding: 40px;
    background: #a71a3d;
    color: #fff;
    float:right;
    height:495px;
    overflow:hidden;
}


.courcesRow .courcesItem:nth-of-type(2n+1) .courcesLeft{
    width: 50%;
    box-sizing: border-box;
    color: #fff;
    float:left;
        height:495px;
    overflow:hidden;
}


.courcesRow .courcesItem:nth-of-type(2n) .courcesright{
    width: 50%;
    box-sizing: border-box;
    padding: 40px;
    background: #006EB7;
    color: #fff;
    float:left;
        height:495px;
    overflow:hidden;
}


.courcesRow .courcesItem:nth-of-type(2n) .courcesLeft{
    width: 50%;
    box-sizing: border-box;
    height:495px;
    overflow:hidden;
    color: #fff;
    float:right;
}



.courcesright h2,
.courcesLeft h2{
        color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    width: 550px;
}

.crt_d{
    width: 550px;
}

.courcesRow .courcesItem:nth-of-type(2n)  .courcesLeft {
    text-align: right;
}

.courcesRow .courcesItem:nth-of-type(2n)  .courcesLeft h2,
.courcesRow .courcesItem:nth-of-type(2n)  .courcesLeft .crt_d{
    float: right;
}

.courcesRow .courcesItem:nth-of-type(2n)  .courcesLeft .aboutRead a{
        background: #fff;
    color: #006EB7;
}

.courcesRow .courcesItem:nth-of-type(2n+1)  .courcesright .aboutRead a{
        background: #fff;
    color: #a71a3d;
}




.courcesRow .courcesItem:nth-of-type(2n) .courcesright h2{
    text-align: right;
    float: right;
}

.courcesRow .courcesItem:nth-of-type(2n) .crt_d{
        float: right;
}

.courcesRow .courcesItem:nth-of-type(2n) .aboutRead{
    float: right;
    text-align: right;
}







.newsRow{
    width: 100%;
    display: inline-block;
    background: #f9f8f8;
    padding-bottom:100px;
}

.newsRow .fixwidth > h2{
text-align: center;
    font-size: 37px!important;
    color: #006EB7;
    margin: 30px 0;
}

.newsRowBox{
    width: 100%;
    display: inline-flex;
}

.homeNewItem{
        margin: 0px 25px 0px 0px;
    background: #fff;
}

.homeNewItem img{
    width: 100%;
}

.nsContent{
        padding: 30px;
    box-sizing: border-box;
}


.nsDate{
    padding: 30px 0px 0px 30px;
}

.nsDate i{
    color: #A71A3D;
}

.nsDate span{
    font-size: 14px;
}

.nsContInner{
 border-bottom: 1px solid #ccc;
    padding: 0px 0px 20px 0px;
}


.rdmP{
    padding: 0px 0px 10px 30px;
    width: 83%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.rdmP a{
    float: right;
    display: block;
    font-size: 18px;
}

.rdmP i{
        top: 2px;
    position: relative;
}

.nsContent h3{
        font-weight: bold;
}


.footerBox{
        width: 100%;
    background: #000;
}


.footerBox p{
    padding: 10px 0;
    color: #fff;
    text-align: center;
    margin:0;
}

.mainRowBox{
    width: 100%;
   min-height:800px;
}


.contentTop{
    width: 100%;
    display: inline-block;
    background: #006EB7;
    padding: 50px 0;
    position:relative;
}

.contactTitle{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.breadcrumbRow{
width: 100%;
    display: inline-block;
    background: #F6F6F6;
    margin-bottom: 50px;
    border-top: 3px solid #ccc;
}

.breadcrumbRow ul{
    width: 100%;
    display: inline-flex;
    padding: 5px 0px 0px 0px;
}

.page_144  .page-header > h2,
.page_110  .page-header > h2{
    display:none;
}

.page_144  .item-image{
    
    float: left;
    margin: 0px 30px 20px 0px;
}


.item-page{
    margin-bottom:100px;
}

.breadcrumb ul li.active span{
    color: #A71A3D;
}

.contentTop:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    top: 0px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.1);
    z-index: 99;
}

.breadcrumb ul li a,
.breadcrumb ul li span{
    font-size: 11px;
    color: #aaa!important;
}


.blog_layout_grid .post_list_content_unit {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 70px;
    overflow: hidden;
}

.blog_layout_grid .post_list_content_unit:before {
    content: '';
    display: block;
    position: absolute;
    width: 700px;
    height: 1px;
    z-index: 10;
    background-color: #dcdcdc;
    bottom: 1px;
    left: 65px;
}

.blog_layout_grid .post_list_featured_image {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.event-col .event_archive_item>a .event_img, .post_list_featured_image>a, .post_list_inner_content_unit>a>.post_list_featured_image {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    position: relative;
    width: 100%;
}

.imgHoverIcon {
   
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    visibility: hidden;
    opacity: 0;
    z-index: 15;
}



.img-responsive, 
.thumbnail a>img {
display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}


.event-col .event_archive_item>a .event_img:after, .post_list_featured_image>a:after, .post_list_inner_content_unit>a>.post_list_featured_image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    visibility: hidden;
    opacity: 0;
}

.event-col .event_archive_item>a .event_img:hover:after,
.event-col .event_archive_item>a .event_img:hover:before,
.post_list_featured_image>a:hover:after,
.post_list_featured_image>a:hover .imgHoverIcon,
.post_list_inner_content_unit>a:hover>.post_list_featured_image:after,
.post_list_inner_content_unit>a:hover>.imgHoverIcon {
    visibility: visible;
    opacity: 1;
    color: #fff;
}

.post_list_inner_content_unit {
    position: relative;
    padding-left: 70px;
    padding-bottom:30px;
}

.post_list_item_title {
    display: block;
    margin-top: -1px;
    /* padding-right: 40px; */
    font-weight: 400;
    letter-spacing: -.2px;
    word-spacing: -2px;
    line-height: 1.2;
    text-decoration: none!important;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}

.post_list_meta_unit {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 50px;
    padding-top: 10px;
    margin-bottom: 15px;
    vertical-align: top;
    max-width: 100%;
    border: 2px solid #006EB7;
    text-align: center;
}


.blog_layout_grid .plugin_style .post_list_inner_content_unit .post_list_meta_unit .date-d {
    padding: 0 5px;
    margin-bottom: -4px;
    font-size: 24px;
    color: #A71A3D;
}




.blog_layout_grid .post_list_inner_content_unit_left .short_separator {
    margin-bottom: 16px;
    background-color: #2c75e4;
}

.blog{
    width:100%;
    display:inline-block;
}

.page_110 .items-row{
    float: left;
    width: 32%;
    margin-right: 23px;
    height:500px;
}

.page_110 .blog .items-row:nth-of-type(3n){
    margin-right: 0;
    float: right;
}

.post_list_featured_image{
        height: 250px;
    overflow: hidden;
}

.newsPreviewBt{
    margin-bottom: 30px;
}

.date-d{
    font-weight: bold;
    color: #A71A3D;
}

.post_list_inner_content_unit:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    z-index: 10;
    background-color: #006EB7;
    bottom: 0;
    left: 0;
}



.post_list_inner_content_unit:before {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 1px;
    z-index: 10;
    background-color: #dcdcdc;
    bottom: 1px;
    left: 65px;
}






 blockquote {
    border-radius: 3px;
    position: relative;  /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
}

 blockquote:before,
blockquote:after{
    font-family: FontAwesome;
    position: absolute;
    /* -- inside the relative position of blockquote -- */
    top: 13px;
    color: #E8E8E8;
    font-size: 34px;
}
blockquote:before{
    content: "\f10d";
    margin-right: 13px;
    right: 100%;
}
 blockquote:after{
    content: "\f10e";
    margin-left: 13px;
    left: 100%;  
    top: auto;
    bottom: 13px;
}


.item-page div[itemprop="articleBody"] ul{
    margin: 0px 0px 0px 40px;
}

.item-page div[itemprop="articleBody"] ul li{
position:relative;
padding:2px 0;
}

.item-page div[itemprop="articleBody"] ul li:before {
    content: "\2022";
    color: #006EB7;
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    font-size: 30px;
    position: absolute;
    top: -5px;
    left: 10px;
}






.recentRow{
width:100%;
display:inline-block;
}

.recentRow .newsflash-image{
margin: 0;
    width: 100px;
        float: left;
}

.recentRow .newsflash-image img{
width: 100%;
}

.newsFl_row{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.newsflash-title {
    margin: 0;
    float: left;
    padding-left: 10px;
    font-size: 15px;
    width: 185px;
}


.newsInnerPageContent{
        width: 100%;
    display: inline-block;
}

.wpb_column_news{
        width: 290px;
    float: left;
}

.vc_sidebar_position_left_rh{
        width: 860px;
    float: right;
}


.widget:before {
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    top: 1px;
    left: 65px;
}

.widget {
    position: relative;
    padding-top: 40px;
    margin-top: 22px;
    overflow: hidden;
}




.widget_title h3 {
    margin: 0 0 25px;
    text-transform: uppercase;
        line-height: 34px;
    font-weight: 600;
    font-size: 24px;
}


 .widget:after {
    width: 50px;
    height: 3px;
    background-color: #eab830;
    top: 0;
    left: 0;
}



.widget:after, 
.widget:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
}




.newsFl_row .meta{
    float: left;
    padding-left: 10px;
    padding-bottom: 5px;
}

.meta-info.time{
    font-size: 11px;
}


.stm_post_info .item-image img{
    width:100%;
}

.stm_post_info .stm_post_details .post_meta {
    max-width: 75%;
    float: left;
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
}


.stm_post_info .stm_post_details .post_meta li {
    float: left;
    margin: 0 32px 5px 0;
}

.stm_post_info .stm_post_details .post_meta li span {
    display: inline-block;
    margin-bottom: 5px;
    color: #555;
}



.stm_post_info .post_title {
padding: 15px 0 20px;
    margin: 0 0 11px;
    border-bottom: 1px solid #e1e2e4;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 700;
    font-size: 20px;
}

.post_date  i{
        margin-right: 5px;
    color: #A71A3D;
}

.nsMarginTop{
       margin-top: 20px;
    margin-bottom: 100px;
}


.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}


.module__5ddeb52db9ab44ca374bf32fd35ee641 {
    background: #ffffff !important;
    color: #555555;
}


.vc_custom_1435659486461{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

.stm_icon_box_responsive{
    width: 50%;
    float: left;
}

.vc_custom_1532608688589  h3,
.contRighr h3{
        text-align: left;
    line-height: 34px;
    font-weight: 600;
    font-size: 24px;
}

.contRighr{
        width: 50%;
    float: right;
}

.contRighr iframe {
        width: 100%;
}


.vc_custom_1435658011508,
.vc_custom_1435139343164,
.vc_custom_1435139343164{
    margin-top: 0px !important;
    border-top-width: 0;
    border-bottom-width: 1px !important;
    padding-top: 30px !important;
    padding-right: 0px !important;
    padding-bottom: 14px !important;
    padding-left: 0px !important;
    border-top-color: #e1e2e4 !important;
    border-top-style: solid !important;
    border-bottom-color: #e1e2e4 !important;
    border-bottom-style: solid !important;
        width: 100%;
    display: inline-block;
}

.icon_alignment_left .icon {
    float: left;
    margin-right: 20px;
}


.page_112 .vc_col-lg-6 {
    width: 50%;
}



.page_112  .vc_col-lg-6{
    float: left;
}


.post_type_exist {
    margin-bottom:100px;
}



.page_136 .fancybox-content{
        width: 650px!important;
    border-radius: 10px;
}



.mainloginBox .control-group{
        width: 100%;
    display: inline-block;
    margin: 20px 0;
}


.mainloginBox  .controls{
    float: left;
    width: 77%;
}

.mainloginBox  .controls input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
}

.logBox a{
    outline:none;
}





.mainloginBox,
.reset,
.registrationRow,
.reset-confirm,
.reset-complete{
        width: 700px;
    margin: 0 auto;
    background: #F6F6F6;
    padding: 35px;
    border-radius: 10px;
}

.mainloginBox .control-group,
.reset .control-group,
.registrationRow .control-group,
.reset-confirm  .control-group,
.reset-complete  .control-group{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.mainloginBox  .control-label,
.reset-confirm .control-label,
.reset-complete  .control-label{
        float: left;
    width: 120px;
    padding: 9px 0;
}

.reset  .control-label,
.registrationRow  .control-label,
.reset-confirm  .control-label,
.reset-complete  .control-label{
        float: left;
    width: 200px;
    padding: 9px 0;
}


.reset  .controls input,
.registrationRow  .controls input,
.reset-confirm  .controls input,
.reset-complete  .controls input{
    width: 65%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
}


.mainloginBox button[type="submit"],
.registrationRow button[type="submit"],
.reset button[type="submit"],
.reset-confirm button[type="submit"],
.reset-complete button[type="submit"]{
    border: none;
    padding: 8px 50px;
    background: #a6193b;
    color: #fff!important;
    float: right;
    margin: 0px 23px 0px 0px;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

.loginSubHref{
    width: 97%;
    display: inline-block;
}

.loginSubHref ul{
    list-style: none;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    display: inline-block;
}

.loginSubHref ul li:first-of-type{
    float: left;
}

.loginSubHref ul li:last-of-type{
    float: right;
}

.loginSubHref ul li a{
        color: #006EB7;
}

#jform_spacer-lbl{
    display:none;
}

.input-append{
    position:relative;
}

#jform_brth_btn{
    position: absolute;
    right: 22px;
    width: 40px;
    height: 41px;
    background: url(../images/calendar-interface-symbol-tool.png) no-repeat 3px 7px;
    border: none;
}


.calendar-container .buttons-wrapper button{
    margin:0 30px;
}


.btn-group>.btn:first-child {
    margin-left: inherit;
}

.registrationRow{
    margin-bottom:100px;
}



.login-popup .tab {
    font-size: 1.8rem;
    color: #ccc;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;

}

.login-popup .nav-tabs{
    border:none;
}

.login-popup .nav-tabs li a {
    border:none!important;

}

.login-popup .tab .nav-item {
    flex: none;
}
 .nav-tabs .nav-item:hover .nav-link {
    color: #222;
}
.login-popup .delimiter {
    margin: 0 .8rem;
}


.login-popup .tab {
	font-size: 1.8rem;
	color: #ccc
}
.login-popup .tab .nav-item {
	flex: none
}
.login-popup .nav-item .nav-link {
	padding: 0 0 1px;
	color: #999;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 2.43;
	transition: font-size .3s, color .3s
}

.login-popup .mb-5, .login-popup .my-5 {
    margin-bottom: 6px!important;
}

.login-popup .delimiter {
	margin: 0 .8rem
}
.login-popup .tab-pane {
	padding: 0
}
.login-popup form {
	margin-bottom: 2.2rem
}
.login-popup .form-group {
	margin-bottom: 1.8rem
}
.login-popup .form-group label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 1.3rem;
	line-height: 1
}
.login-popup .form-group .form-control {
	padding: 1.2rem 1.5rem 1.1rem;
	height: 3.7rem;
	font-size: 1.3rem;
	color: #999;
	border-radius: .3rem;
	border-color: #e1e1e1
}
.login-popup .form-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2.3rem;
	font-size: 1.2rem
}
.login-popup .custom-checkbox+label {
	padding-left: 2.6rem
}
.login-popup .btn {
	height: 4.7rem;
	padding: 0;
	font-size: 1.3rem
}
.login-popup .lost-link {
	text-align: right;
	color: #999;
	font-size: 1.2rem
}
.login-popup .lost-link:hover {
	color: #f6a800
}
.login-popup .form-choice label {
	display: flex;
	align-items: center;
	margin-bottom: 1.3rem;
	font-size: 1.2rem;
	color: #666
}
.login-popup .form-choice label::after, .login-popup .form-choice label::before {
	content: '';
	height: 1px;
	flex: 1;
	background: #e1e1e1
}
.login-popup .form-choice label::after {
	margin-left: 3rem
}
.login-popup .form-choice label::before {
	margin-right: 3rem
}
.login-popup .social-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.6rem;
	height: 3.6rem;
	font-size: 1.4rem;
	border-radius: .3rem;
	color: #fff
}

.login-popup .tab-content>.tab-pane {
    display:block;
}
.login-popup .social-link.social-google {
	background-color: #db402c
}
.login-popup .social-link.social-facebook {
	background-color: #3b5998
}
.login-popup .social-link.social-twitter {
	background-color: #1ab2e8
}
.container>.login-popup {
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
.newsletter-popup {
	display: flex;
	max-width: 72rem;
	text-align: center;
	background-position: 60% center;
	background-size: cover;
	border-radius: 1rem
}
.newsletter-popup h4 {
	margin-bottom: .6rem;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.2
}



.social-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center
}
.social-link {
	margin: 2px 8px 2px 0;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 1.5rem;
	border-radius: 50%;
	border: 2px solid #ccc;
	color: inherit;
	transition: color .4s, border .4s, background .4s;
	text-align: center
}
.social-link:last-child {
	margin-right: 0
}
.social-link i {
	letter-spacing: -.001em;
	line-height: 1
}
.social-link:hover {
	background: #f6a800;
	border-color: #f6a800;
	color: #fff
}
.social-link.social-facebook:hover {
	background: #3b5998;
	border-color: #3b5998
}
.social-link.social-twitter:hover {
	background: #1da1f2;
	border-color: #1da1f2
}
.social-link.social-linkedin:hover {
	background: #0073b2;
	border-color: #0073b2
}
.social-link.social-email:hover {
	background: #dd4b39;
	border-color: #dd4b39
}
.social-link.social-google:hover {
	background: #dd4b39;
	border-color: #dd4b39
}
.social-link.social-pinterest:hover {
	background: #bd081c;
	border-color: #bd081c
}
.social-link.social-reddit:hover {
	background: #ff4107;
	border-color: #ff4107
}
.social-link.social-tumblr:hover {
	background: #304e6c;
	border-color: #304e6c
}
.social-link.social-vk:hover {
	background: #6383a8;
	border-color: #6383a8
}
.social-link.social-whatsapp:hover {
	background: #3c8a38;
	border-color: #3c8a38
}
.social-link.social-xing:hover {
	background: #1a7576;
	border-color: #1a7576
}
.social-link.social-instagram:hover {
	background: #7c4a3a;
	border-color: #7c4a3a
}
.no-border .social-link {
	border: 0;
	line-height: 30px
}
.no-border .social-link:not(:hover) {
	background: transparent
}
.inline-links .social-link {
	display: inline-block;
	margin-right: 2rem;
	width: auto;
	height: auto;
	border: 0;
	color: inherit
}
.inline-links .social-link:not(:last-child) {
	margin-right: 2rem
}
.inline-links .social-link:hover {
	background: transparent
}
.inline-links .social-link.social-facebook:hover {
	color: #3b5998
}
.inline-links .social-link.social-twitter:hover {
	color: #1da1f2
}
.inline-links .social-link.social-linkedin:hover {
	color: #0073b2
}
.inline-links .social-link.social-email:hover {
	color: #dd4b39
}
.inline-links .social-link.social-google:hover {
	color: #dd4b39
}
.inline-links .social-link.social-pinterest:hover {
	color: #bd081c
}
.inline-links .social-link.social-reddit:hover {
	color: #ff4107
}
.inline-links .social-link.social-tumblr:hover {
	color: #304e6c
}
.inline-links .social-link.social-vk:hover {
	color: #6383a8
}
.inline-links .social-link.social-whatsapp:hover {
	color: #3c8a38
}
.inline-links .social-link.social-xing:hover {
	color: #1a7576
}






.single-course {
    background: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    overflow: hidden;
    position: relative;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    margin-bottom: 30px;
}


.single-course:hover {
    -webkit-box-shadow: 0 15px 30px rgb(29 23 77 / 8%);
    box-shadow: 0 15px 30px rgb(29 23 77 / 8%);
}


.single-course .course-thumb {
    position: relative;
    z-index: 1;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}


.single-course .course-thumb img {
    border-radius: 8px;
}

.single-course .content-area {
    padding: 35px 30px 30px;
}

.single-course .content-area .ts-course-el-title {
font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    height: 80px;
}

.single-course .content-area .ts-course-el-title a {
    color: #120F2D;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.single-course .content-area .author-area {
    padding-bottom: 30px;
}

.single-course .content-area .course-footer {
 
    padding-top: 25px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.single-course .content-area .course-footer .cl-button .btn-link {
    font-size: 15px;
    color: #F14D5D;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 2px solid #F14D5D;
    font-weight: 700;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.single-course .content-area .course-footer .cl-button .btn-link i {
    margin-left: 6px;
    font-size: 13px;
}



.course-thumb img{
        width: 100%;
    max-height: 250px;
}

.lessBlock{
        width: 100%;
    display: inline-block;
}

.archive-course{
    float: left;
    height: 570px;
}

.archive-course .course-thumb{
    height: 230px;
    overflow: hidden;
}


.archive-course  .cl-button{
        float: right;
    text-align: right;
    width: 100%;
    margin-top: 20px;
}


.archive-course  .lessons{
       height: 65px;
    width: 100%;
}


.homeNewsPreview{
        height: 230px;
    overflow: hidden;
}


.copyrightBox{
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    margin-top: 50px;
}


.copyrightBox img{
        width: 300px;
    float: left;
}

.copyrightBox p{
        float: right;
    width: 70%;
    text-align: justify;
}


#openLeftCols{
    display:none;
}


#animatedModal,
#animatedModal2{
    display:none;
}


.parent_130 .copyrightBox{
    display:none;
}




.slick-slide {
    height: 100%;
    min-height: 1px;
}

.indus-item {
    padding: 15px 23px 15px 80px;
}
.indus-item .item-inner {
    box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0,0,0,.1);
    padding: 45px 70px 45px 110px;
    position: relative;
    border-right: 5px solid #006EB7;
}

/*
.indus-item .item-inner .overlay:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: rotate( 
45deg
 );
    -ms-transform: rotate(45deg);
    transform: rotate( 
45deg
 );
    background: #006EB7;
}*/

.indus-item .item-inner .i-image {
    position: absolute;
    left: -84px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 140px;
}

.indus-item .item-inner h6 {
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 20px;
}


.indus-item .item-inner .overlay {
    opacity: 1;
    overflow: hidden;
    background: transparent;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}


.page_146 .page-header h2{
        font-size: 30px;
}


.i-image{
    font-size: 67px;
    color: #006EB7;
}



.i-image i{
        position: relative;
    left: 15px;
}


.page_146 .slick-slide:last-of-type .i-image:before{
content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    background: #006EB7;
}


#system-message-container a.close{
    display:none;
}

#system-message{
    background: #006EB7;
    text-align: center;
    color: #fff;
}


.page_146 p{
        width: 100%;
    display: inline-block;
}


.page_146 h2{
    font-size: 20px;
    margin-top: 20px;
}







.openedExam {
    background-color: #f9f9f9!important;
}


.openedExam:before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #a6193b;
    top: 0;
}



.social-link.social-facebook{
  color:#fff!important;   
}




.abcRioButtonLightBlue{
    width: 51px!important;
    position: relative!important;
    left: -20px!important;
    top: 0px!important;
    height: 100%!important;
    background: none!important;
    box-shadow: none!important;
    z-index: 99!important;
}

.abcRioButtonSvg{
    display:none!important;
}

.g-signin2:before{
    left: 15px;
    position: relative;
}





.main_bg .fixwidth ul{
    position: absolute;
    bottom: -60px;
    width: 100%;
    display: inline-block;
}

.main_bg .fixwidth ul li{
width: 40%;
    background: #fff;
    box-shadow: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 40px 50px rgb(0 10 51 / 10%);
    padding: 26px 30px 24px 30px;
    border-radius: 10px;
    transition: all 500ms ease !important;
}




.main_bg .fixwidth ul li:hover {
    transform: translateY(-20px);
}


.main_bg .fixwidth ul li a{
    display: block;
}

.main_bg .fixwidth ul li img{
height: 90px;
    float: left;
}

.main_bg .fixwidth ul li p{
    padding: 21px 21px;
    float: left;
    font-size: 26px;
    color: #006EB7;
}

.main_bg .fixwidth ul li:first-of-type{
    float:left;
}

.main_bg .fixwidth ul li:last-of-type{
    float:right;
}


.coursesBlock li a{
    border-radius:5px;
}















