@charset "utf-8";@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,500,700,900);




::selection
{
	
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	   
    font-family: var(--font-family-main);
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    color: #384158;
    margin-bottom: 0;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
    clear: both
}

.clearfix::before,.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.clearfix {
    zoom:1}

.float_left {
    float: left
}

.float_right {
    float: right
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.fill_height {
    height: 100%
}

.super_container {
      width: 100%;
    overflow: hidden;
    background: #fefefe;
}

.prlx_parent {
    overflow: hidden
}

.prlx {
    height: 130%!important
}

.parallax-window {
    min-height: 400px;
    background: transparent
}

.nopadding {
    padding: 0!important
}

.header {
   
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
   
}


.top_bar_contact_list li i,.top_bar_contact_list li>div {
    display: inline-block;
    font-size: 14px;
    color: #fff
}

.top_bar_contact_list li>div {
    margin-left: 1px
}

.top_bar_contact_list li:not(:last-child) {
       /* margin-right: 21px; */
}


.main_nav_contaner {
}

.main_nav,.search_button,.shopping_cart {
    display: inline-block
}

.main_nav li {
    display: inline-block;
    position: relative
}

.main_nav li:not(:last-child) {
    margin-right: 44px
}

.main_nav li a {
    font-size: 18px;
    font-weight: 500;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.main_nav li a:hover,.main_nav li.active a {
    color: #4e6497
}

.main_nav li.active::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #4e6497;
    content: ''
}



.hamburger_container {
}

.hamburger {
    display: none;
    cursor: pointer
}

.hamburger i {
    font-size: 20px;
    color: #353535;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.hamburger:hover i {
    color: #4e6497
}

.menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    z-index: 101;
    padding-right: 60px;
    padding-top: 87px;
    padding-left: 50px
}

.menu .logo a {
    color: #000
}

.menu.active {
    right: 0
}

.menu_close_container {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer
}

.menu_close {
    width: 100%;
    height: 100%;
    transform-style: preserve-3D
}

.menu_close div {
    width: 100%;
    height: 2px;
    background: #232323;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.menu_close div:last-of-type {
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center
}

.menu_close:hover div {
    background: #937c6f
}

.menu .logo {
    margin-bottom: 60px
}

.menu_nav ul li {
    margin-bottom: 9px
}

.menu_nav ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0,0,0,1);
    font-weight: 700;
    letter-spacing: .1em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.menu_nav ul li a:hover {
    color: #4e6497
}

.menu .search {
    width: 100%;
    margin-bottom: 67px
}

.search {
    display: inline-block;
    width: 400px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px)
}

.menu .header_search_form {
    width: 100%
}

.search form {
    position: relative
}

.menu .search_input {
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,.1);
    border-radius: 3px;
    border: none;
    outline: none;
    padding-left: 15px;
    color: rgba(0,0,0,.5)
}

.menu .search_input::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px!important;
    font-weight: 400!important;
    color: rgba(0,0,0,.4)!important
}

.menu .search_input:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px!important;
    font-weight: 400!important;
    color: rgba(0,0,0,.4)!important
}

.menu .search_input::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px!important;
    font-weight: 400!important;
    color: rgba(0,0,0,.4)!important
}

.menu .search_input:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px!important;
    font-weight: 400!important;
    color: rgba(0,0,0,.4)!important
}

.menu .search_input::input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px!important;
    font-weight: 400!important;
    color: rgba(0,0,0,.4)!important
}

.section_title_container {
    max-width: 600px;
    margin: 0 auto
}

.section_title {
    line-height: .75
}

.section_subtitle {
    line-height: 1.85;
    margin-top: 22px
}

.section_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home {
      width: 100%;
    height: 50px;
    background: #f2f4f5;
    border-bottom: solid 1px #edeff0;
    position: relative;
}
@media (max-width:960px)
{
    .home
    {
            /* height: 125px; */
    }    
}

.breadcrumbs_container {
     position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 3px;
}

.breadcrumbs ul li {
       display: inline-block;
    position: relative;
    font-size: 13px;
    COLOR: #000;
    
}
.breadcrumbs ul
{
	padding:0px 0px 0px 0px!important;
    margin:0px 0px 0px 0px !important;	
}


.breadcrumbs ul li:not(:last-child)::after {
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f105';
    margin-left: 7px;
    margin-right: 4px;
    color: #384158
}

.breadcrumbs ul li a {
         font-size: 14px;
    font-weight: 700;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: var(--font-family-main) !important;
}

.breadcrumbs ul li a:hover {
    color: #4e6497
}

.courses {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color:#f5f5f5;
}

.courses_search_container {
    padding-left: 20px;
    padding-right: 20px;
    background: #f2f4f5
}

.courses_search_form {
    width: 100%;
    height: 92px
}

.courses_search_input {
    width: 240px;
    height: 46px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    background: #fff;
    padding-left: 20px
}

.courses_search_input:focus {
    outline: solid 1px #4e6497
}

.courses_search_form>input {
    margin-right: 19px
}

.courses_search_select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-user-select: none;
    background-image: url(https://preview.colorlib.com/theme/unicat/images/xdown.png.pagespeed.ic.BRifCDjnZ7.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer
}

.courses_search_button {
    width: 161px;
    height: 46px;
    background: #4e6497;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer
}

.courses_row {
    margin-top: 25px
}

.course_col {
    margin-bottom: 51px
}

.course {
    width: 100%;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(29,34,47,.1)
}

.course_col:nth-child(odd) {
    padding-right: 30px
}

.course_col:nth-child(even) {
    padding-left: 30px
}

.course_image {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden
}

.course_image img {
    max-width: 100%
}

.course_body {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 23px
}

.course_title {
}

.course_title a {
    font-family: 'Roboto Slab',serif;
    font-size: 20px;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.course_title a:hover {
color: #4e6497;
}

.course_teacher {
    font-size: 15px;
    font-weight: 400;
    color: #384158;
    margin-top: 6px
}

.course_text {
    margin-top: 13px
}

.course_footer {
    padding-left: 30px;
    padding-right: 30px
}

.course_footer_content {
    width: 100%;
    border-top: solid 1px #e5e5e5;
    padding-top: 9px;
    padding-bottom: 11px
}

.course_info {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #55555a
}

.course_info:first-child {
    margin-right: 18px
}

.course_info i {
    color: #ffc80a
}

.course_price {
    font-family: 'Roboto Slab',serif;
    font-size: 20px;
    font-weight: 700;
    color: #4e6497
}

.course_price span {
    font-family: 'Roboto Slab',serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #b5b8be;
    margin-right: 10px
}


.pagination_row {
    margin-top: 11px
}

.pagination_container {
}

.pagination_list li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border: solid 1px #ebebeb;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.pagination_list li:not(:last-child) {
    margin-right: 5px
}

.pagination_list li:hover,.pagination_list li.active {
    background: #4e6497
}

.pagination_list li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #757686;
    line-height: 40px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.pagination_list li:hover a,.pagination_list li.active a {
    color: #fff
}

.courses_show_text {
    display: inline-block
}

.courses_show_content {
    display: inline-block;
    width: 144px;
    border: solid 1px #ecedee
}

.courses_show_content span {
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    color: #384158
}

.courses_show_text {
    font-size: 16px;
    font-weight: 400;
    color: #384158;
    margin-right: 16px
}

.courses_show_select {
    position: relative;
    float: right;
    width: 50px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-user-select: none;
    background-image: url(https://preview.colorlib.com/theme/unicat/images/xdown.png.pagespeed.ic.BRifCDjnZ7.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 16px;
    color: #384158;
    border: none;
    outline: none
}

.courses_show_select option {
    padding-left: 20px;
    text-align: right
}

.sidebar {
    width: 100%;    
}

.sidebar_section:not(:last-child) {
    margin-bottom: 60px
}

.sidebar_section_title {
    font-family: 'Roboto Slab',serif;
    font-size: 24px;
    font-weight: 700;
    color: #384158;
    line-height: .75
}

.sidebar_categories {
    margin-top: 16px
}

.sidebar_categories ul li {
    position: relative;
    width: 100%;
    height: 51px
}

.sidebar_categories ul li:not(:last-of-type) {
    border-bottom: solid 1px #e5e5e5
}

.sidebar_categories ul li a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #76777a;
    line-height: 51px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.sidebar_categories ul li a::before {
    display: inline-block;
    position: relative;
    font-family: 'FontAwesome';
    content: '\f101';
    margin-right: 4px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.sidebar_categories ul li:hover a,.sidebar_categories ul li:hover a::before {
    color: #4e6497
}

.sidebar_latest {
    margin-top: 31px
}

.latest:not(:last-child) {
    margin-bottom: 20px
}

.latest_image div {
    width: 90px;
    height: 74px;
    border-radius: 3px;
    overflow: hidden
}

.latest_image div img {
    max-width: 100%
}

.latest_content {
    padding-left: 21px;
    margin-top: -4px
}

.latest_title a {
    font-family: 'Roboto Slab',serif;
    font-size: 16px;
    font-weight: 700;
    color: #383749;
    line-height: 1.625;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.latest_title a:hover {
    color: #4e6497
}

.latest_price {
    font-family: 'Roboto Slab',serif;
    font-size: 14px;
    font-weight: 700;
    color: #4e6497;
    line-height: .75;
    margin-top: 16px
}

.sidebar_gallery {
    margin-top: 34px
}

.gallery_item {
    position: relative;
    width: calc((100% - 36px) / 3);
    margin-bottom: 18px;
    cursor: pointer
}

.gallery_item img {
    width: 100%
}

.gallery_item_overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20,189,238,.7);
    opacity: 0;
    pointer-events: none;
    font-size: 33px;
    font-weight: 300;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.gallery_item:hover .gallery_item_overlay {
    opacity: 1
}

.colorbox {
    outline: none
}

.sidebar_tags {
    margin-top: 40px
}

.tags_list li {
    display: inline-block;
    padding-left: 19px;
    padding-right: 18px;
    background: #f2f4f5;
    border-radius: 3px;
    margin-bottom: 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.tags_list li:not(:last-child) {
    margin-right: 5px
}

.tags_list li:hover {
    background: #4e6497
}

.tags_list li:hover a {
    color: #fff
}

.tags_list li a {
    display: block;
    font-size: 12px;
    color: #76777a;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.sidebar_banner {
    width: 100%;
    height: 213px
}

.sidebar_banner_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.sidebar_banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4e6497;
    opacity: .7
}

.banner_title {
    font-family: 'Roboto Slab',serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: .75
}

.banner_button {
    width: 200px;
    height: 46px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.banner_button a {
    display: block;
    color: #4e6497;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    margin-left: -.1em;
    text-transform: uppercase;
    line-height: 46px;
    margin-top: 21px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.banner_button:hover {
    background: #4e6497
}

.banner_button:hover a {
    color: #fff
}

.footer {
     display: block;
    position: relative;
    width: 100%;
    /* background: #f2f4f8; */
    padding-top: 20px;
    color: #0a0a0a;
}

.footer_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.footer_logo_text {
    font-family: 'Roboto Slab',serif;
    font-size: 36px;
    font-weight: 700;
    line-height: .75;
    color: #d3d3d3;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_logo_text span {
    color: #4e6497
}

.footer_title {
    font-family: 'Roboto Slab',serif;
    font-size: 18px;
    font-weight: 700;
    color: #d3d3d3;
    line-height: .75
}

.footer_logo_container {
    margin-top: -14px
}

.footer_about_text {
    margin-top: 20px
}

.footer_about_text p {
    /* color: #fff; */
}

.footer_social {
    margin-top: 23px
}

.footer_social ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #0e7fcf;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_social ul li:not(:last-child) {
    margin-right: 6px
}

.footer_social ul li a {
    display: block;
    position: relative;
    text-align: center
}

.footer_social ul li a i {
    color: #fff;
    line-height: 45px
}

.footer_social ul li:hover {
    background: #4e6497
}

.footer_contact {
    padding-left: 36px
}

.footer_contact_info {
    margin-top: 20px;
}

.footer_contact_info ul li {
    font-size: 14px;
    font-weight: 400;
    color: #b5b8be
}

.footer_contact_info ul li:not(:last-child) {
    margin-bottom: 15px
}

.footer_links {
    padding-left: 80px
}

.footer_links_container ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
}

.footer_links_container {
    margin-top: 20px; 
}

.footer_links_container ul li a {
    font-size: 14px;
    color: #d3d3d3;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_links_container ul li:not(:last-child) {
    margin-bottom: 15px
}
.footer_links_container ul
{
	padding:0px!important;	
	margin-left:0px!important;
}
.footer_links_container li
{
	list-style:none;
	padding:0px!important;	
	margin:0px 0px 4px 0px!important;
}

.footer_links_container ul li a:hover {
    color: #ee8914
}

.footer_mobile {
    display: inline-block;
    float: right
}

.footer_mobile_content {
    padding-top: 20px
}

.footer_image:not(:last-child) {
    margin-bottom: 10px
}

.copyright {
    height: 54px;
    border-top: solid 1px #353a49
}

.cr_list li {
    display: inline-block
}

.copyright div {
    font-size: 14px;
    color: #d3d3d3;
}

.cr_text a {
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.cr_text a:hover {
    color: #4e6497
}

.cr_list li:not(:last-child) {
    margin-right: 50px
}

.cr_list li a {
    font-size: 14px;
    color: #b5b8be;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.cr_list li a:hover {
    color: #4e6497
}

@charset "utf-8";@media only screen and (max-width: 1199px) {
    .course_info:first-child {
        margin-right:12px
    }

    .course_col:nth-child(odd) {
        padding-right: 15px
    }

    .course_col:nth-child(even) {
        padding-left: 15px
    }

    .sidebar {
        padding-left: 20px
    }

    .gallery_item {
        width: calc((100% - 24px) / 3);
        margin-bottom: 12px
    }
}

@media only screen and (max-width: 991px) {
    .main_nav{
        display:none
    }

    .top_bar_contact_list li i,.top_bar_contact_list li>div,.login_button a {
        font-size: 12px
    }

    .login_button {
        width: 140px
    }

    .hamburger {
        display: inline-block;
        margin-left: 33px
    }

    .course_col:not(:last-child) {
        margin-bottom: 40px
    }

    .sidebar {
        margin-top: 100px;
        padding-left: 0
    }

    .newsletter_container {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .newsletter_form_container {
        margin-top: 19px
    }

    .footer_col:not(:last-child) {
        margin-bottom: 60px
    }

    .footer_contact,.footer_links {
        padding-left: 0
    }

    .footer_links ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1
    }

    .footer_mobile {
        float: none
    }

    .footer_logo_container {
        margin-top: 0
    }

    .copyright {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .cr_list {
        margin-top: 30px
    }

    .cr_list li:not(:last-child) {
        margin-right: 20px
    }

    .copyright div,.cr_list li a {
        font-size: 13px
    }
}

