.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element, .scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-outer > .scroll-element {
    background-color: #fff
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eee
}

.scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track, .scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none
}

.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-light > .scroll-element {
    background-color: #fff
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-rail > .scroll-element {
    background-color: #fff
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, .3)
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, .5)
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}

.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: .3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px
}

.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-chrome > .scroll-element {
    background-color: #fff
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

input[type="text"], input[type="password"], textarea, select {
    outline: none
}

.section-title-news {
    margin-bottom: 20px
}

.section-title-news h3 {
    text-transform: uppercase;
    margin-bottom: 20px
}

.section-title-news p {
    margin-bottom: 0
}

.site-btn {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background: #a11c13;
    color: #fff;
    padding: 18px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 50px;
    min-width: 170px;
    text-align: center;
    border: none;
    cursor: pointer
}

.newsletter-section {
    background: #f7f7f7;
    padding: 50px 0;
    margin-top: -20px
}

.newsletter-section .newsletter {
    position: relative;
    margin-top: 12px
}

.newsletter-section .newsletter input {
    width: 100%;
    font-size: 14px;
    padding: 18px 30px;
    border: none;
    border-radius: 50px;
    padding-right: 170px
}

.newsletter-section .newsletter .site-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0 50px 50px 0;
    min-width: 150px
}

.bg-white {
    background: #fff
}

.marquee {
    width: 95%;
    height: 500px;
    overflow: hidden;
    border: none;
    background: none
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    padding: 20px
}

#boxes #dialog {
    height: auto;
    padding: 10px;
    background-color: #fff
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.jssorb032 {
    position: absolute
}

.jssorb032 .i {
    position: absolute;
    cursor: pointer
}

.jssorb032 .i .b {
    fill: #fff;
    fill-opacity: .3;
    stroke: #fff;
    stroke-width: 1200;
    stroke-miterlimit: 10;
    stroke-opacity: .15
}

.jssorb032 .i:hover .b {
    fill: #fff;
    fill-opacity: .6;
    stroke: #fff;
    stroke-opacity: .25
}

.jssorb032 .iav .b {
    fill: #af1113;
    fill-opacity: 1;
    stroke: #fff;
    stroke-opacity: .25
}

.jssorb032 .i.idn {
    opacity: .8
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10
}

.jssora051:hover {
    opacity: .8
}

.jssora051.jssora051dn {
    opacity: .5
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none
}

@media only screen and (max-width: 600px) {
    #boxes .window {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 200px;
        display: none;
        z-index: 9999;
        padding: 10px
    }

    #boxes #dialog {
        width: 320px;
        height: auto;
        padding: 10px;
        background-color: #fff
    }
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.blockquote {
    border-left: 3px solid transparent;
    background: #f6f6f6;
    padding: 21px
}

.blockquote p {
    color: #252525;
    font-size: 15px
}

.blockquote p ul {
    float: left;
    width: 100%;
    margin: 0 0 0 10px
}

.blockquote p ul li {
    background: url(../images/list_icon.png) no-repeat left 2px;
    padding-left: 20px;
    float: left;
    width: 100%
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: .8;
    opacity: .80;
    filter: alpha(opacity=80)
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
    max-height: 460px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222;
    font-size: 31px;
    font-weight: 700;
    display: inline-block;
    line-height: 0;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: .9
}

.boxclose:before {
    content: "×"
}

#fade:hover ~ #boxclose {
    display: none
}

.flash-button {
    background: b7121c;
    padding: 5px 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    animation-name: flash;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
/ / Firefox 1 + -webkit-animation-name: flash;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
/ / Safari 3 - 4 -moz-animation-name: flash;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite
}

@keyframes flash {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

/
/
Firefox

1
+

@-webkit-keyframes flash {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

/
/
Safari

3
-
4
@-moz-keyframes flash {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.header {
    background-color: #fff;
    background-size: 400px;
    background-repeat: repeat;
    background-position: center;
    position: relative;
    background-color: #fff
}

.header .navbar-collapse {
    padding: 0
}

.header .topbar {
    background-color: #b5111b;
    padding: 5px 0;
    z-index: 3333
}

.header.sticky .topbar {
    background-color: #b5111b;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.header .content {
    float: left;
    font-size: 15px;
    padding: 3px 0;
    font-weight: 700
}

.header .content li {
    display: inline-block;
    color: #fff;
    margin-right: 0;
    font-weight: 500
}

.header .content li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

.header .content li i {
    margin-right: 5px
}

.blink_me {
    animation: blinker 4s linear 0s infinite alternate
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.header .content li a {
    color: #edd480;
    font-weight: 700
}

.header .social {
    float: right
}

.header .social li {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    margin-top: 0
}

.header .social li:last-child {
    margin-right: 0
}

.header .social li a {
    color: #fff;
    font-size: 16px
}

.header .social li a img {
    margin-bottom: 7px;
    width: 18px
}

.header .social li a:hover {
    color: #ccc
}

.header .content li i {
    color: #fff
}

.header .logo {
    float: left;
    margin-top: 0;
    margin-bottom: 0
}

.header .header-widget {
    float: right;
    padding: 30px 0
}

.header .single-widget {
    position: relative;
    display: inline-block;
    padding-left: 60px;
    margin-right: 20px
}

.header .single-widget:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0
}

.header .single-widget i {
    position: absolute;
    text-align: center;
    font-size: 18px;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.smLogo {
    width: 40px;
    position: relative;
    float: left;
    margin-left: 25px;
    margin-top: 5px
}

p {
    text-align: justify
}

.kf_edu2_heading1 {
    float: left;
    width: 100%;
    text-align: left;
    margin: -7px 0 30px 0
}

.kf_edu2_heading1 h3 {
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px
}

.kf_edu2_heading1 h3:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 25px;
    background-color: #666;
    position: absolute
}

.kf_edu2_heading1 h3:after {
    content: "";
    left: 35px;
    bottom: 1px;
    height: 1px;
    width: 50px;
    background-color: #bbb;
    position: absolute
}

.kf_course_outerwrap {
    float: left;
    width: 100%
}

.kf_cur_catg_wrap {
    float: left;
    width: 100%;
    padding: 9px 0 40px
}

.racons_bg {
    background-image: url(../images/RAKCONS_clg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.racoms_bg {
    background-image: url(../images/RAKCOMS_clg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.racops_bg {
    background-image: url(../images/RAKCOPS_clg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.racods_bg {
    background-image: url(../images/RAKCODS_clg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.kf_cur_catg_des {
    float: left;
    width: 100%;
    position: relative;
    background-color: #f8f8f8;
    padding: 10px 10px 10px
}

.kf_cur_catg_des:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2px
}

.kf_cur_catg_des:hover:before {
    width: 5px
}

.kf_cur_catg_capstion {
    float: none;
    overflow: hidden;
    text-align: left;
    padding-left: 23px
}

.kf_cur_catg_des > span {
    color: #000;
    float: left;
    font-size: 46px;
    margin: auto 0;
    padding: 12px 0 8px;
    vertical-align: middle
}

.kf_cur_catg_wrap .kf_cur_catg_des:hover span {
    color: #fff
}

.kf_cur_catg_capstion h5 {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff
}

.kf_cur_catg_des:hover .kf_cur_catg_capstion > h5 {
    color: #fff
}

.kf_cur_catg_capstion p {
    color: #fff;
    margin: 0;
    text-align: center
}

.kf_cur_catg_des:hover .kf_cur_catg_capstion > p {
    color: #fff
}

.kf_cur_catg_des.color-1 > span {
    color: #10c45c
}

.kf_cur_catg_des.color-1:hover {
    background-color: #10c45c;
    z-index: 9999
}

.kf_cur_catg_des.color-1:before {
    background-color: #0eb053
}

.kf_cur_catg_des.color-1:hover:before {
    background-color: #0eb053
}

.kf_cur_catg_des.color-2 > span {
    color: #fc5f42
}

.kf_cur_catg_des.color-2:hover {
    background-color: #fc5f42
}

.kf_cur_catg_des.color-2:before {
    background-color: #fd2a03
}

.kf_cur_catg_des.color-2:hover:before {
    background-color: #fd2a03
}

.kf_cur_catg_des.color-3 > span {
    color: #24ccc0
}

.kf_cur_catg_des.color-3:hover {
    background-color: #24ccc0
}

.kf_cur_catg_des.color-3:before {
    background-color: #079d92
}

.kf_cur_catg_des.color-3:hover:before {
    background-color: #079d92
}

.kf_cur_catg_des.color-4 > span {
    color: #45aef4
}

.kf_cur_catg_des.color-4:hover {
    background-color: #45aef4
}

.kf_cur_catg_des.color-4:before {
    background-color: #008be7
}

.kf_cur_catg_des.color-4:hover:before {
    background-color: #008be7
}

.kf_cur_catg_des.color-5 > span {
    color: #f8c331
}

.kf_cur_catg_des.color-5:hover {
    background-color: #f8c331
}

.kf_cur_catg_des.color-5:before {
    background-color: #e1a500
}

.kf_cur_catg_des.color-5:hover:before {
    background-color: #e1a500
}

.kf_cur_catg_des.color-6 > span {
    color: #ad33c6
}

.kf_cur_catg_des.color-6:hover {
    background-color: #ad33c6
}

.kf_cur_catg_des.color-6:before {
    background-color: #9000ae
}

.kf_cur_catg_des.color-6:hover:before {
    background-color: #9000ae
}

.header .single-widget:hover i {
    border-color: transparent
}

.header .single-widget h4 {
    font-weight: 500;
    font-size: 16px
}

.header .single-widget h4 span {
    color: #666;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    font-size: 14px
}

.header .single-widget h4 a {
    color: #000
}

.header .header-menu {
    background: #f6f6f6;
    z-index: 3333
}

.header .navbar {
    background: none;
    box-shadow: none;
    border: none;
    position: relative;
    padding: 0
}

.navbar-nav {
    display: block
}

.header .nav li {
    float: left;
    position: relative;
    margin-right: 5px
}

.header .nav li:last-child {
    margin-right: 0
}

.header .nav li a {
    color: #424241;
    font-size: 14px;
    padding: 10px 20px 10px 10px;
    display: block;
    position: relative;
    text-shadow: none;
    font-weight: 700
}

.header .nav li:hover a, .header .nav li.active a {
    color: #fff
}

.header .nav li a i {
    margin-left: 5px
}

.header .nav li .dropdown {
    background: #fff;
    width: 300px;
    position: absolute;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0
}

.header .nav li:hover .dropdown {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.header .nav li .dropdown li {
    float: none;
    margin: 0
}

.header .nav li .dropdown li a {
    padding: 10px 15px;
    color: #666;
    display: block;
    font-weight: 400;
    background: transparent
}

.header .nav li .dropdown li i {
    float: right
}

.header .nav li .dropdown li:hover a {
    color: #fff
}

.header .nav li .dropdown.submenu {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5)
}

.header .nav li .dropdown li:hover .dropdown.submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.header .nav li .dropdown li .dropdown.submenu li a {
    color: #777;
    background: transparent
}

.header .nav li .dropdown li .dropdown.submenu li:hover a {
    color: #fff
}

.icon-bar-right {
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bar-right a {
    display: block;
    background: #fff;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    box-shadow: -3px 2px 5px grey;
    border-bottom: 1px solid grey;
    color: #b5111b;
    font-size: 20px
}

.icon-bar-right a:hover {
    background-color: #D5D5D5
}

.icon-bar {
    position: fixed;
    z-index: 9999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    box-shadow: 3px 2px 5px grey;
    color: #fff;
    font-size: 20px
}

.icon-bar a:hover {
    background-color: #303030
}

.facebook {
    background: #3B5998;
    color: #fff
}

.twitter {
    background: #55ACEE;
    color: #fff
}

.instagram {
    background: #D00C74;
    color: #fff
}

.linkedin {
    background: #007bb5;
    color: #fff
}

.youtube {
    background: #b00;
    color: #fff
}

.snapchat {
    background: #e1e12c;
    color: #43433f
}

.button_rakcom {
    position: absolute;
    top: 0;
    right: 0
}

.button_rakcom .btn {
    margin-top: 0;
    color: #fff;
    background: #b7121c;
    box-shadow: none;
    border: 1px solid transparent
}

.button_rakcom .btn:hover {
    color: #252525;
    background: transparent;
    border-color: #e6e6e6
}

.button_rakcom .btn i {
    margin-right: 5px
}

.btnClass .btn {
    margin-top: 10px;
    color: #fff;
    background: #b7121c;
    box-shadow: none;
    border: 1px solid transparent
}

.btnClass .btn:hover {
    color: #252525;
    background: transparent;
    border-color: #ccc
}

.btnClass .btn i {
    margin-right: 5px
}

.single-widget .single-course .btn {
    margin-top: 10px;
    color: #fff;
    background: #b7121c;
    box-shadow: none;
    border: 1px solid transparent
}

.single-widget .single-course .btn:hover {
    color: #252525;
    background: transparent;
    border-color: #ccc
}

.single-widget .single-course .btn i {
    margin-right: 5px
}

ul.breadcrumb {
    padding: 5px 0;
    list-style: none;
    background: none !important
}

ul.breadcrumb li {
    display: inline;
    font-size: 12px
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: #b5111b;
    content: "/\00a0"
}

ul.breadcrumb li.active {
    color: #b5111b
}

ul.breadcrumb li a {
    color: #3c3b3b;
    text-decoration: none
}

ul.breadcrumb li a:hover {
    color: #b5111b;
    text-decoration: none
}

.headmarquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-weight: 700
}

.headmarquee a {
    color: #fff
}

.headmarquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: headmarquee 15s linear infinite
}

.headmarquee span:hover {
    animation-play-state: paused
}

@keyframes headmarquee {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.header .button {
    position: absolute;
    top: 0;
    right: 0
}

.header .button .btn {
    margin-top: 0;
    color: #fff;
    padding-bottom: 13px;
    box-shadow: none;
    border: 1px solid transparent
}

.header .button .btn:hover {
    color: #252525;
    background: transparent;
    border-color: #e6e6e6
}

.header .button .btn i {
    margin-right: 5px
}

.header.sticky .header-menu {
    background-color: #fff;
    background-size: 300px;
    background-repeat: repeat;
    background-position: center;
    position: fixed;
    width: 100%;
    top: 36px;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.study_table_wrap {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px
}

.study_table_wrap p {
    margin-bottom: 28px
}

.study_table_wrap h6 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px
}

.study_table_wrap .table {
    margin-bottom: 46px
}

.study_table_wrap th {
    border: 1px solid #ccc !important;
    background-color: #ddd !important;
    font-size: 16px;
    color: #333;
    text-align: left
}

.study_table_wrap .table > thead > tr > th, .study_table_wrap .table > tbody > tr > th, .study_table_wrap .table > tfoot > tr > th, .study_table_wrap .table > thead > tr > td, .study_table_wrap .table > tbody > tr > td, .study_table_wrap .table > tfoot > tr > td {
    padding: 12px 16px
}

.home-slider {
    height: 0
}

.home-slider .single-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    border: none
}

.home-slider .single-slider:before {
    opacity: .7
}

.home-slider .single-slider .slider-text {
    margin: 0 0 0
}

.home-slider .single-slider h1 {
    font-size: 35px;
    line-height: 50px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px
}

.home-slider .single-slider p {
    font-size: 16px;
    color: #ccc;
    padding-right: 100px
}

.home-slider .single-slider .text-center p {
    font-size: 16px;
    color: #ccc;
    padding: 0 100px
}

.home-slider .single-slider .text-right p {
    font-size: 16px;
    color: #ccc;
    padding: 0 0 0 100px
}

.home-slider .single-slider .button {
    margin-top: 50px
}

.home-slider .single-slider .btn {
    margin-right: 15px;
    color: #252525;
    background: #fff;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.home-slider .single-slider .btn:hover {
    background: transparent;
    color: #fff
}

.home-slider .single-slider .btn.primary {
    color: #fff
}

.home-slider .single-slider .btn.primary:before {
    background: #fff
}

.home-slider .single-slider .btn.primary:hover {
    color: #252525;
    background: transparent
}

.home-slider .single-slider .btn:last-child {
    margin-right: 0
}

.home-slider .owl-carousel .owl-nav div {
    height: 55px;
    width: 55px;
    line-height: 55px;
    top: 50%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin: -30px 0 0 0
}

.home-slider .owl-carousel .owl-nav div:hover {
    background: #fff
}

.home-slider .owl-carousel .owl-nav .owl-prev {
    left: 15px
}

.home-slider .owl-carousel .owl-nav .owl-prev:hover {
    left: 25px
}

.home-slider .owl-carousel .owl-nav .owl-next {
    right: 15px
}

.home-slider .owl-carousel .owl-nav .owl-next:hover {
    right: 25px
}

.home-slider .owl-item.active .slider-text h1 {
    animation: fadeInUp 1s both 0.8s
}

.home-slider .owl-item.active .slider-text p {
    animation: fadeInUp 1s both 1s
}

.home-slider .owl-item.active .slider-text .button {
    animation: fadeInUp 1s both 1.2s
}

.our-features {
    background-color: #fff
}

.our-features .single-feature {
    background: #fff;
    margin-top: 0
}

.our-features .feature-head {
    position: relative;
    overflow: hidden
}

.our-features .single-feature img {
    width: 100%
}

.our-features .single-feature img:hover {
    transform: scale(1.2) rotate(5deg)
}

.our-features .single-feature h2 {
    font-size: 20px;
    margin: 15px 0
}

.simple-block-about {
    display: block;
    min-width: 100%;
    float: left
}

.simple-block {
    display: block;
    min-width: 100%;
    float: left;
    background: #f3f3f3;
    background-size: 300px;
    background-repeat: repeat;
    background-position: center;
    position: relative
}

.menu-under-slider li {
    padding: 20px 0 20px 0;
    margin-right: 0%;
    width: 16%;
    text-align: center
}

.menu-under-slider .title {
    margin-left: 10px;
    padding-top: 3px;
    color: #6f6e6e;
    display: block;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700
}

.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 0;
    width: 65px;
    height: 62px;
    border-radius: 100%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
    border: 5px solid #fef1a9
}

.hovicon:before {
    speak: none;
    font-size: 33px;
    line-height: 52px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased
}

.hovicon.effect-7 {
    box-shadow: 0 0 0 1px #9a9a9a;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s
}

.menu-under-slider ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

.menu-under-slider ul li:hover .hovicon.effect-7 {
    background: #b5131a;
    color: #fff
}

.hovicon.effect-7:hover, .hovicon.effect-7:hover i {
    color: #fff;
    background: #b5131a
}

.menu-under-slider .image i {
    font-size: 30px;
    background: #b5131a;
    border: 5px solid #fef1a9
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.extra_font_style {
    font-size: 20px;
    color: #797979;
    font-weight: 400;
    font-style: italic
}

.social-media {
    background: #f0f0f0;
    background-size: 300px;
    background-repeat: repeat;
    background-position: center;
    position: relative
}

.social-media .section-title {
    margin-top: 0;
    padding: 0
}

.enroll {
    background-image: url(../images/enroll-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0 90px
}

.enroll .enroll-form {
    margin-top: 30px;
    text-align: left;
    background: #fff;
    border-radius: 5px
}

.enroll .form-title {
    padding: 20px 35px;
    border-radius: 5px 5px 0 0
}

.enroll .form-title h2 {
    padding: 0;
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff
}

.enroll .form-title p {
    color: #fff
}

.enroll .form {
    padding: 35px
}

.enroll .form-group {
    margin-bottom: 30px
}

.enroll .form-group:last-child {
    margin-bottom: 0
}

.enroll .form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px
}

.enroll .form-group input {
    width: 100%;
    height: 40px;
    color: #999;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 500;
    border-radius: 0;
    padding: 0
}

.enroll .form-group input:hover, .enroll .form-group textarea:hover {
    padding-left: 15px
}

.enroll .form-group textarea {
    height: 120px;
    color: #999;
    box-shadow: none;
    text-shadow: none;
    border: none;
    resize: none;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0
}

.enroll .form-group .btn {
    width: 100%;
    background: #252525;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    padding: 18px 0;
    border-radius: 3px;
    border: none
}

.enroll .form-group .btn:before {
    display: none
}

.enroll .section-title {
    text-align: left;
    padding: 0
}

.enroll .section-title h2 {
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
    font-size: 32px
}

.enroll .section-title h2:before, .enroll .section-title h2:after {
    display: none
}

.enroll .section-title p {
    color: #fff;
    padding: 0
}

.enroll .enroll-right {
    margin-top: 30px
}

.enroll .single-skill {
    text-align: center;
    margin-top: 30px
}

.enroll .single-skill .circle {
    position: relative
}

.enroll .single-skill .circle strong {
    position: absolute;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -21px
}

.enroll .single-skill h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    font-weight: 400
}

.enroll .single-skill h4 span {
    display: block
}

.inner-main-container {
    background-color: #fff;
    background-size: 400px;
    background-repeat: repeat;
    background-position: center;
    position: relative
}

.inner-sub-container {
    background: #fff
}

.mou-slider .single-course {
    width: 200px
}

.courses {
    background-color: #fff;
    background-size: 400px;
    background-repeat: repeat;
    background-position: center;
    position: relative
}

.courses .course-slider {
    margin-top: 30px
}

.courses .single-course {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 5px
}

.courses .single-course .image {
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.courses .single-course .rakcom {
    border-top: 5px solid #c0373f
}

.courses .single-course .rakcod {
    border-top: 5px solid #0071bc
}

.courses .single-course .rakcop {
    border-top: 5px solid #579835
}

.courses .single-course .rakcon {
    border-top: 5px solid #faa61a
}

.courses .single-course:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.courses .single-content {
    padding: 25px;
    min-height: 200px
}

.courses .single-content-home {
    padding: 15px;
    min-height: 120px
}

.courses .single-content .fnt_rakcop {
    color: #579835
}

.courses .single-content .fnt_rakcod {
    color: #0071bc
}

.courses .single-content .fnt_rakcon {
    color: #faa61a
}

.courses .course-head {
    position: relative;
    overflow: hidden
}

.courses .course-head::before {
    opacity: 0;
    visibility: hidden;
    background: #252525;
    z-index: 5
}

.courses .single-course:hover .course-head:before {
    opacity: .5;
    visibility: visible
}

.courses .course-head a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 -25px;
    color: #fff;
    transition:;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10
}

.courses .single-course:hover .btn {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.courses .single-course .btn:hover {
    background: #fff
}

.courses .single-course img {
    height: 100%;
    width: 100%
}

.courses .single-course h4 {
    font-size: 14px;
    margin-bottom: 5px
}

.courses .single-course h4 a {
    color: #252525
}

.courses .single-course h4 span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px
}

.courses .single-course p {
    color: #666
}

.courses .course-meta {
    background: #fff;
    overflow: hidden;
    padding: 10px 25px;
    border-top: 1px solid #e7e7e7
}

.courses .course-meta .meta-left {
    float: left
}

.courses .meta-left span {
    display: inline-block;
    color: #a3a3a3;
    font-size: 16px;
    margin-right: 15px;
    font-weight: 600
}

.courses .meta-left span:last-child {
    margin-right: 0
}

.courses .course-meta .meta-left i {
    color: #a3a3a3;
    margin-right: 10px
}

.courses .course-meta .price {
    display: block;
    float: right;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 0 15px;
    font-weight: 700
}

.courses .course-meta .btn_rakcop {
    display: block;
    background-color: #579835;
    float: right;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 0 15px;
    font-weight: 700
}

.courses .course-meta .btn_rakcod {
    display: block;
    background-color: #0071bc;
    float: right;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 0 15px;
    font-weight: 700
}

.courses .course-meta .btn_rakcon {
    display: block;
    background-color: #faa61a;
    float: right;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 0 15px;
    font-weight: 700
}

.courses .owl-nav {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0
}

.courses:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.courses .owl-carousel .owl-nav div {
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin-top: -24px
}

.courses .owl-carousel .owl-nav div:hover {
    color: #fff
}

.courses .owl-carousel .owl-nav .owl-prev {
    left: -15px
}

.courses .owl-carousel .owl-nav .owl-prev:hover {
    left: -15px
}

.courses .owl-carousel .owl-nav .owl-next {
    right: -15px
}

.courses .owl-carousel .owl-nav .owl-next:hover {
    right: -15px
}

.courses.archives .single-course {
    margin-top: 30px
}

.courses.archives .pagination-main {
    text-align: center
}

.courses.archives .pagination {
    display: block;
    padding-left: 0;
    margin: 50px 0 0;
    border-radius: 4px;
    text-align: center;
    display: inline-block
}

.courses.archives .pagination li {
    float: left;
    margin-right: 5px
}

.courses.archives .pagination li a {
    padding: 12px 25px;
    border: none;
    display: block;
    background: #f6f6f6;
    color: #fff;
    color: #252525
}

.courses.archives .pagination li:hover a, .courses.archives .pagination li.active a {
    color: #fff
}

.courses.single {
    background-color: #fff;
    background-size: 400px;
    background-repeat: repeat;
    background-position: center;
    position: relative;
    background-color: #f6f6f6
}

.courses.single .single-main {
    background: #fff;
    padding: 20px
}

.courses.single .single-main p {
    margin-bottom: 20px
}

.courses.single .single-main p a {
    font-weight: 700;
    color: #b5111b
}

.courses.single .single-course {
    margin: 0
}

.courses.single .course-meta {
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    padding: 20px
}

.courses.single .course-info {
    overflow: hidden;
    float: left
}

.courses.single .single-info {
    float: left;
    margin-right: 20px;
    text-align: center;
    overflow: hidden
}

.courses.single .single-info:last-child {
    margin-right: 0
}

.courses.single .single-info img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    float: left;
    margin-right: 12px
}

.courses.single .single-info i {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    margin-right: 15px;
    font-size: 29px;
    border: 1px solid #e7e7e7;
    font-size: 15px
}

.courses.single .single-info h4 {
    font-size: 14px;
    float: left;
    margin: 0;
    text-align: left;
    text-transform: uppercase
}

.courses.single .single-info h4 span {
    display: block;
    color: #777;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 5px
}

.courses.single .single-info h4 span:hover {
    color: #00B06A
}

.courses.single .single-info h4 a {
    color: #777;
    font-weight: 400
}

.courses.single .course-price {
    float: right;
    text-align: center
}

.courses.single .course-price p {
    font-size: 28px;
    float: left;
    margin-top: 10px;
    margin-right: 20px
}

.courses.single .course-price .btn {
    color: #fff;
    padding: 10px 20px;
    float: left;
    border-radius: 50px
}

.courses.single .course-price .btn i {
    margin-right: 10px
}

.courses.single .course-price .btn:hover {
    background: #fff;
    color: #252525;
    border-color: #e7e7e7
}

.courses.single .course-feature {
    background: #252525;
    width: 100%
}

.courses.single .course-feature h4 {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    position: relative
}

.courses.single .course-feature h4:before {
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    bottom: -1px
}

.courses.single .feature-main {
    padding: 20px;
    color: #fff
}

.courses.single .single-feature {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(238, 238, 238, .22)
}

.courses.single .single-feature:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.courses.single .single-feature i {
    width: 10px;
    margin-right: 15px
}

.courses.single .single-feature .value {
    float: right;
    font-weight: 600
}

.courses.single .single-feature a {
    color: #fff
}

.courses.single .single-feature a:hover {
    color: #b5131a
}

.courses.single .content h2 {
    margin-bottom: 15px;
    font-size: 30px
}

.courses.single .content h2 a {
    color: #252525
}

.courses.single .content h2:hover a {
    color: #00B06A
}

.courses.single .content p {
    margin-bottom: 20px;
    color: #3b3b3b
}

.courses.single .content p:last-child {
    margin: 0
}

.courses.single .course-required {
    margin-top: 30px
}

.courses.single .course-required h4 {
    margin-bottom: 15px;
    font-size: 20px
}

.courses.single .course-required ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px
}

.courses.single .course-required ul li span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    border: 1px solid;
    line-height: 30px;
    text-align: center
}

.events_bg {
    background-color: #eeeeef
}

.cta {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.cta .cta-inner {
    padding: 60px;
    width: 100%
}

.cta .cta-inner:before {
    opacity: .9
}

.cta .text-content {
    z-index: 3;
    position: relative
}

.cta .cta-inner h2 {
    font-size: 30px;
    margin-bottom: 45px;
    color: #fff
}

.cta .cta-inner p {
    font-size: 16px;
    color: #fff
}

.cta .cta-inner .button {
    margin-top: 45px
}

.cta .cta-inner .btn {
    background: #fff;
    color: #252525;
    border: 2px solid transparent
}

.cta .cta-inner .btn:before {
    display: none
}

.cta .cta-inner .btn:hover {
    border-color: #fff;
    background: transparent;
    color: #fff
}

.team {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    background-size: 400px;
    background-repeat: repeat;
    background-position: center;
    position: relative
}

.team {
    padding: 20px 0 30px
}

.team .button {
    position: relative
}

.team .button .btn {
    margin-top: 0;
    color: #fff;
    border-radius: 50px;
    padding: 5px;
    width: 120px;
    height: 30px;
    box-shadow: none;
    border: 1px solid transparent
}

.team .button .btn:hover {
    color: #252525;
    background: transparent;
    border-color: #e6e6e6
}

.team .button .btn i {
    margin-right: 5px
}

.team .single-team {
    position: relative;
    margin-top: 10px
}

.team .single-team img {
    height: 100%;
    width: 100%;
    text-align: center
}

.team .team-hover {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 45px 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    bottom: 10px;
    right: 10px
}

.team .single-team:hover .team-hover, .team .single-team.active .team-hover {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.team .team-hover h4 {
    color: #fff;
    font-size: 28px;
    margin-top: 30px
}

.team .team-hover h4 span {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px
}

.team .team-hover p {
    color: #fff;
    margin: 20px 0
}

.team .team-hover .social {
    padding-bottom: 22px
}

.team .team-hover .social li {
    display: inline-block;
    margin-right: 10px
}

.team .team-hover .social li:last-child {
    margin: 0
}

.team .team-hover .social li a {
    color: #fff;
    font-size: 14px
}

.team .team-hover .social li a:hover {
    opacity: .6
}

.team-style2 .single-team {
    text-align: center;
    margin-top: 0
}

.team-style2 .single-team .image {
    position: relative
}

.team-style2 .single-team .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.team-style2 .single-team:hover .image:before {
    opacity: .8;
    visibility: visible
}

.team-style2 .single-team.active .image:before {
    opacity: .8;
    visibility: visible
}

.team-style2 .single-team .image a {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 100%;
    margin: -25px 0 0 -25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    transform: scale(3)
}

.team-style2 .single-team .image a:hover {
    background: #fff;
    color: #252525
}

.team-style2 .single-team:hover .image a {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.team-style2 .single-team.active .image i {
    opacity: 1;
    visibility: visible
}

.team-style2 .single-team img {
    height: 100%;
    width: 100%
}

.team-style2 .single-team a {
    color: #201f1f
}

.team-style2 .team-content .name {
    font-size: 16px;
    margin-top: 12px
}

.team-style2 .team-content .name span {
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: 500
}

.team-style2 .team-content p {
    margin-top: 12px
}

.team-style2 .team-content .social {
    margin-top: 12px
}

.team-style2 .team-content .social li {
    display: inline-block;
    margin-right: 10px;
    color: #262b38;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease
}

.team-style2 .team-content .social li:last-child {
    margin-right: 0
}

.team-content .social li a {
    font-size: 14px;
    color: #252525
}

.team-details {
    padding: 60px 0 90px
}

.team-details .member-detail, .team-details .detail-content {
    margin-top: 30px
}

.team-details .member-detail {
    text-align: center
}

.team-details .member-detail img {
    width: 100%
}

.team-details .member-detail .social {
    margin-top: 20px
}

.team-details .member-detail .social li {
    display: inline-block
}

.team-details .member-detail .social li:last-child {
    margin-right: 0
}

.team-details .member-detail .social li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #252525;
    color: #fff;
    display: block;
    border-radius: 100%
}

.team-details .address {
    margin-top: 10px
}

.team-details .address li a {
    color: #252525
}

.team-details .address li i {
    margin-right: 10px
}

.team-details .detail-content h2 {
    font-size: 32px
}

.team-details .detail-content .title {
    font-size: 16px;
    margin: 0
}

.team-details .detail-content p {
    margin-top: 30px
}

.team-details .detail-content .signature {
    margin-top: 50px
}

.team-details .single-progress {
    margin-top: 15px
}

.team-details .single-progress h4 {
    color: #252525;
    font-size: 15px;
    margin-bottom: 15px
}

.team-details .single-progress p {
    margin-bottom: 0
}

.team-details .progress {
    background: #f6f6f6;
    border-radius: 0;
    border-radius: 30px 0 0 30px;
    height: 10px;
    overflow: visible
}

.team-details .progress .progress-bar {
    border-radius: 30px;
    position: relative
}

.team-details .progress .percent {
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: -15px;
    padding: 5px;
    font-weight: 600;
    display: table-cell
}

.testimonials {
    background-image: url(../images/testimonial_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.testimonials .section-title h2, .testimonials .section-title p {
    color: #fff
}

.testimonials .section-title h1 {
    font-size: 38px;
    color: #fff
}

.testimonials .single-testimonial {
    text-align: left;
    background: #fff;
    padding: 30px;
    position: relative;
    margin-top: 37px;
    box-shadow: inherit
}

.edu2_new_wrap {
    background-color: #f7f7f7;
    padding-bottom: 0
}

.edu2_new_des {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0
}

.edu2_event_des {
    float: left;
    padding: 25px 0 0 0;
    text-align: left;
    position: relative;
    z-index: 2
}

.edu2_event_des span {
    color: #545454;
    font-size: 42px;
    font-weight: 700;
    left: 50px;
    position: absolute;
    top: 25px;
    z-index: -1
}

.readmorenews {
    width: 100%;
    display: block;
    margin-top: 10px
}

.readmorenews a {
    background-color: #b5111b;
    float: right;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 0 15px;
    font-weight: 700
}

.edu2_event_des h4 {
    font-weight: 700;
    margin-bottom: 29px
}

.edu2_event_des p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: normal
}

.post-option li {
    display: inline-block;
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
    margin-left: 8px
}

.post-option li:first-child {
    margin-left: 0
}

.post-option > li > a {
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
    display: inline-block
}

.edu2_event_des.text-right .post-option {
    text-align: right
}

.thumb figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -28px auto 0;
    text-align: center;
    opacity: 0;
    transform: scale(1.5)
}

.edu2_new_des:hover .thumb figure figcaption {
    opacity: 1;
    transform: scale(1)
}

.thumb figure figcaption {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out
}

.thumb figure figcaption a {
    font-size: 40px;
    color: #fff
}

.thumb figure figcaption a:hover {
    color: #000
}

::selection {
    background: #e37d39;
    color: #fff
}

::-webkit-selection {
    background: #e37d39;
    color: #fff
}

::-moz-selection {
    background: #e37d39;
    color: #fff
}

.testimonials .single-testimonial img {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    top: -37px;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    box-shadow: 0 0 20px rgba(0, 0, 0, .12)
}

.testimonials .single-testimonial:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
}

.testimonials .single-testimonial p {
    font-size: 15px;
    position: relative;
    z-index: 4;
    text-align: left
}

.testimonials .main-content {
    position: relative;
    z-index: 4;
    margin: 35px 0;
    min-height: 150px
}

.testimonials .main-content:before, .testimonials .main-content:after {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 32px;
    z-index: -4
}

.testimonials .main-content::before {
    left: 0;
    top: -33px;
    content: "\f10d"
}

.testimonials .main-content::after {
    right: 0;
    bottom: -33px;
    content: "\f10e"
}

.testimonials .single-testimonial h4 {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 15px
}

.testimonials .owl-nav {
    top: 50%;
    margin-top: -20px;
    position: absolute;
    width: 100%
}

.testimonials .owl-carousel .owl-nav div {
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    margin-top: -24px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%
}

.testimonials .owl-carousel .owl-nav .owl-prev {
    left: -15px
}

.testimonials .owl-carousel .owl-nav .owl-next {
    right: -15px
}

.testimonials.no-bg {
    background: #f6f6f6
}

.testimonials.no-bg:before {
    display: none
}

.testimonials.no-bg .single-testimonial img {
    box-shadow: none
}

.kf_courses_tabs {
    float: left;
    width: 100%
}

.kf_courses_tabs > .nav.nav-tabs {
    border: medium none;
    float: left;
    width: 100%;
    border-bottom: solid 1px #eee
}

.kf_courses_tabs .nav-tabs > li {
    float: left;
    margin: 0;
    text-align: left
}

.kf_courses_tabs .nav-tabs > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    padding: 15px 20px;
    margin: 0;
    background-color: #fff;
    border: none
}

.kf_courses_tabs .nav-tabs > li.active > a:focus, .kf_courses_tabs .nav-tabs > li.active > a:hover {
    border-style: solid;
    border-color: #dcdcdc;
    border: none
}

.kf_courses_tabs .nav-tabs > li > a::before {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 0
}

.kf_courses_tabs .nav-tabs > li.active > a::before {
    width: 100%
}

.kf_courses_tabs .tab-content {
    float: left;
    width: 100%;
    padding: 20px 0 0 0
}

.kf_courses_detail_des {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0;
    margin-bottom: 30px
}

.events .single-event {
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.events .single-event:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.events .single-event .head {
    position: relative
}

.events .single-event .head .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 -25px;
    color: #fff;
    transition:;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 35
}

.events .single-event:hover .head .btn {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.events .single-event .head .btn:hover {
    background: #fff;
    color: #252525
}

.events .single-event .head.overlay:before {
    opacity: 0;
    visibility: hidden;
    z-index: 34
}

.events .single-event:hover .head.overlay:before {
    opacity: .5;
    visibility: visible
}

.events .event-content {
    margin-top: 10px;
    padding: 20px
}

.events .event-content .meta span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e6e6e6;
    font-weight: 500;
    display: inline-block
}

.events .event-content .meta span:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.events .event-content .meta span i {
    margin-right: 5px
}

.events .event-content .meta span img {
    padding-top: 25px
}

.events .event-content h4 {
    font-size: 18px;
    margin: 10px 0
}

.events .event-content h4 a {
    color: #252525;
    font-weight: 700
}

.events .event-content .btn {
    margin-top: 20px;
    border: 2px solid;
    padding: 11px 32px
}

.events .event-content .btn:hover {
    background: transparent;
    border-color: transparent;
    color: #fff
}

.events .owl-nav {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0
}

.events:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.events .owl-carousel .owl-nav div {
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin-top: -24px
}

.events .owl-carousel .owl-nav div:hover {
    color: #fff
}

.events .owl-carousel .owl-nav .owl-prev {
    left: -75px
}

.events .owl-carousel .owl-nav .owl-prev:hover {
    left: -65px
}

.events .owl-carousel .owl-nav .owl-next {
    right: -75px
}

.events .owl-carousel .owl-nav .owl-next:hover {
    right: -65px
}

.events.archives .single-event {
    margin-top: 30px
}

.events.archives .pagination-main {
    text-align: center
}

.events.archives .pagination {
    display: block;
    padding-left: 0;
    margin: 50px 0 0;
    border-radius: 4px;
    text-align: center;
    display: inline-block
}

.events.archives .pagination li {
    float: left;
    margin-right: 5px
}

.events.archives .pagination li a {
    padding: 12px 25px;
    border: none;
    display: block;
    background: #f6f6f6;
    color: #fff;
    color: #252525
}

.events.archives .pagination li:hover a, .events.archives .pagination li.active a {
    color: #fff
}

.events.single {
    padding: 60px 0 90px
}

.events.single .single-event {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    margin-top: 30px
}

.events.single .event-content h2 {
    font-size: 30px;
    margin: 5px 0 20px
}

.events.single .event-content h2 a {
    color: #252525
}

.events.single .event-content p {
    margin-bottom: 30px
}

.events.single .event-content img {
    margin-bottom: 30px
}

.events.single .book-now {
    overflow: hidden
}

.events.single .book-now .button {
    float: left
}

.events.single .book-now .button .btn {
    margin-top: 0
}

.events.single .social {
    float: right
}

.events.single .social li {
    display: inline-block;
    margin-right: 5px
}

.events.single .social li:last-child {
    margin: 0
}

.events.single .social li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    border: 1px solid #e6e6e6;
    text-align: center;
    color: #252525;
    border-radius: 100%
}

.events.single .social li:hover a {
    color: #fff;
    border-color: transparent
}

.events.single .owl-carousel .owl-nav div {
    background: #fff;
    color: #252525
}

.events.single .owl-carousel .owl-nav div:hover {
    color: #fff
}

.events.single .owl-carousel .owl-nav .owl-prev {
    left: 10px
}

.events.single .owl-carousel .owl-nav .owl-next {
    right: 10px
}

.fun-facts {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 70px 0 70px
}

.fun-facts::before {
    opacity: .9
}

.fun-facts .single-fact {
    text-align: center;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.fun-facts .single-fact:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px)
}

.fun-facts img {
    padding-bottom: 20px
}

.fun-facts .single-fact i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px
}

.fun-facts .single-fact .number {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s eas
}

.fun-facts .single-fact p {
    color: #eee;
    font-size: 15px;
    text-align: center
}

.lib-highligh {
    background: url(../images/cta-lib-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 10px 0 30px
}

.lib-highligh .single-fact h4 {
    color: #fff;
    font-size: 22px;
    text-align: center
}

.lib-highligh::before {
    opacity: .9
}

.lib-highligh .single-fact {
    text-align: center;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.lib-highligh .single-fact:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px)
}

.lib-highligh img {
    padding-bottom: 20px
}

.lib-highligh .single-fact i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px
}

.lib-highligh .single-fact .number {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s eas
}

.lib-highligh .single-fact p {
    color: #eee;
    font-size: 12px;
    text-align: center
}

.filterable-item.col-md-3 {
    width: 24.9% !important
}

.kf_topbartopbar_wrap a, .nav_des a::after, .nav_des a::before, .nav_des a, .nav_des li, .edu2_navigation ul ul, .edu2_navigation ul ul ul, .edu2_navigation ul ul ul, .btn-1, .kf_intro_des figure figcaption a, .kf_intro_des_caption span, .kf_cur_catg_des:before, .kf_cur_catg_des > span, .kf_cur_catg_capstion h5, .kf_cur_catg_capstion p, .kf_cur_catg_des, .kf_cur_catg_des.color-1, .kf_edu2_search_wrap form > button, .kf_edu2_search_wrap .dropdown-menu > li > a, .edu2_serc_des input[type="text"], .edu2_serc_des .btn.btn-default.dropdown-toggle, .kf_intro_des figure:before, .kf_intro_des_caption a, .kf_intro_des_caption h6, .kf_edu2_tab_wrap .nav-tabs > li > a:before, .kf_edu2_tab_wrap .nav-tabs > li > a, .edu2_cur_des > h5 a, .edu2_cur_des > span, figure:before, .edu2_cur_wrap > figure figcaption a, .kf_edu2_tab_des .browse_all, .kf_edu2_tab_des .customNavigation .btn .edu2_gallery_des a, .edu2_gallery_des > figure > figcaption, .loadmore a, .edu2_faculty_des, .edu2_faculty_des2, .edu2_faculty_des figcaption a, .edu2_faculty_des figcaption, .edu2_event_des > a, .readmore i, .readmore, .readmorenews, .post-option > li > a, .thumb figure figcaption, .edu2_pricing_des span, .edu2_pricing_des span sup, .edu2_pricing_des span h3, .edu2_pricing_des span strong, .edu2_pricing_des ul li a, .subscribe, .edu2_pricing_des, a, figure, figcaption, .courses_des_hding1 h5, .kf_courses_des, .kf_courses_des > a, .kf_inr_breadcrumb ul li > a, .kf_courses_wrap figure:before, .kf_courses_wrap figure a, .kf_edu_pagination_wrap .pagination > .active > a, .kf_edu_pagination_wrap .pagination > .active > a:focus, .kf_edu_pagination_wrap .pagination > .active > a:hover, .kf_edu_pagination_wrap .pagination > .active > span, .kf_edu_pagination_wrap .pagination > .active > span:focus, .kf_edu_pagination_wrap .pagination > .active > span:hover, .kf_sidebar_srch_wrap form > input[type="search"], .edu2_techer_des, .edu2_techer_wrap, .edu2_blogpg_des ul li i, .abt_courses_des i, .abt_courses_des h6, .abt_courses_des, .kf_event_list_wrap, .edu2_col_3_wrap, .edu2_ft_topbar_des form input[type="email"], .edu2_ft_topbar_des form button, .edu2_footer_contant_des > ul > li > a, .cards_wrap li a:before, .cards_wrap li a i, .blog_3_wrap:hover .blog_3_sidebar li, .kf_training_outer_des, .kf_training_date > span, .blog_pg_form textarea, .blog_pg_form input[type="e-mail"], .blog_pg_form input[type="text"], .blog_pg_form form button, li, .kf_courses_tabs .nav-tabs > li.active > a::before, .btn-6, .btn-2, .convocation_link, figcaption, .error_thumb figure a::before, input[type="text"], input[type="email"], textarea, .location_des > a i, button, .edu2_gallery_des > figure > figcaption > a:hover, .edu2_footer_contant_des ul.instagram li img, .nav_2 ul li a:before, .nav_2 ul ul, .kf_event_speakers_des, .kf_event_speakers_des figure img, .event_gallery_des li img, .widget-links ul li a:before, .widget-search input[type="search"], .widget-archive ul li a, .edu_masonery_thumb .caption, .edu_masonery_thumb:before {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out
}

.kf_event_list_wrap {
    background: none;
    background-size: 550px;
    background-position: center;
    background-repeat: repeat;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3)
}

.kf_event_list_descr_wrap {
    background: none;
    background-size: 750px;
    background-position: center;
    background-repeat: repeat;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3)
}

.kf_event_list_student_wrap {
    background: url(../images/student_affairs.jpg);
    background-size: 550px;
    background-position: center;
    background-repeat: repeat;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3)
}

.kf_event_list_thumb {
    float: left;
    width: 100%
}

.kf_event_list_thumb .defaultCountdown {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 80%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0
}

.kf_event_list_wrap:hover .defaultCountdown {
    bottom: 20px;
    opacity: 1
}

.kf_event_list_thumb .countdown-row {
    width: 100%
}

.kf_event_list_thumb .countdown-section {
    display: inline-block;
    width: 25%
}

.kf_event_list_thumb .countdown-section span {
    float: left;
    width: 100%;
    line-height: normal
}

.kf_event_list_thumb .countdown-amount {
    font-size: 40px;
    color: #fff;
    font-weight: 700
}

.kf_event_list_thumb .countdown-period {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
}

.kf_event_list_wrap:hover, .kf_event_list_thumb figure:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .7
}

.kf_event_list_wrap:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3)
}

.kf_event_list_wrap:hover .defaultCountdown {
    bottom: 20px;
    opacity: 1
}

.kf_event_list_des {
    float: left;
    padding: 20px 30px 10px 0;
    width: 100%
}

.kf_event_list_des h2 {
    color: #b5111b
}

.kf_event_list_des h4 {
    margin-bottom: 10px;
    font-size: 28px
}

.kf_event_list_des h4 a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.kf_event_list_des h4 a span {
    color: #333
}

.kf_event_list_des p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
    font-weight: 700
}

.kf_event_list_des p i {
    margin-right: 10px;
    color: #b5121b
}

.kf_event_list_links {
    float: left;
    width: 100%
}

.kf_event_list_links li {
    float: left;
    margin-right: 15px
}

.kf_event_list_links li i {
    margin-right: 10px
}

.kf_event_list_links li a {
    display: inline-block;
    font-size: 15px;
    color: #333
}

.kf_event_list_links li .social_media {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 8px;
    border: 1px solid #b5121b;
    font-size: 16px
}

.kf_event_list_des_long {
    float: left;
    padding: 10px 30px 0 30px;
    width: 100%
}

.kf_event_list_des_long h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #b5111b
}

.kf_event_list_des_long h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px !important;
    font-weight: 400;
    color: #b5111b
}

.kf_event_list_des_long h5 span {
    color: #b5121b
}

.kf_event_list_des_long p {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333
}

.kf_event_list_des_long ul, .kf_event_list_des_long ol {
    float: left;
    width: 100%;
    padding: 0 30px 10px 0
}

.kf_event_list_des_long ul li {
    text-align: justify;
    list-style-type: circle;
    margin-left: 30px;
    margin-right: 60px;
    float: left;
    width: 100%
}

.kf_event_list_des_long ol li {
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
    float: left;
    width: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.mobile-menu {
    color: #5131a
}

.kf_edu2_heading2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: -8px 0 40px 0
}

.kf_edu2_heading2 h3 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px
}

.kf_edu2_heading2 h3:before {
    background-color: #666;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 49px;
    width: 25px
}

.kf_edu2_heading2 h3:after {
    background-color: #bbb;
    bottom: 1px;
    content: "";
    height: 1px;
    left: 49px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 50px
}

.kf_edu2_heading2 p {
    margin: 10px 0;
    font-size: 16px
}

.kode-gallery-section {
    background: #f9f9f9;
    float: left;
    width: 100%
}

.edu2_gallery_wrap {
    float: left;
    width: 100%;
    background-color: #333;
    margin-bottom: 40px;
    position: relative
}

.edu2_gallery_wrap .navi {
    float: none;
    width: 15%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    padding: 50px 30px
}

.edu2_gallery_wrap .navi #filterable-item-filter-1 a {
    background: none;
    color: #fff;
    border: none
}

.edu2_gallery_wrap .navi #filterable-item-filter-1 li {
    float: left;
    width: 100%;
    margin: 0
}

.edu2_gallery_wrap .gallery3 {
    float: left;
    width: 100%
}

.edu2_gallery_des {
    float: left;
    width: 100%
}

.edu2_gallery_des ul {
    float: none;
    margin: auto;
    text-align: center
}

.edu2_gallery_des ul li {
    display: block;
    text-align: center;
    margin-bottom: 6px
}

.edu2_gallery_des.navi li:last-child {
    margin: 0
}

.edu2_gallery_des a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize
}

.edu2_gallery_des > figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -53px auto 0;
    text-align: center;
    opacity: 0
}

.edu2_gallery_des:hover figure figcaption {
    opacity: 1
}

.edu2_gallery_des > figure > figcaption > a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin: 0 6px 21px
}

.edu2_gallery_des > figure > figcaption > a:hover {
    background-color: #000;
    color: #fff
}

.edu2_gallery_des > figure > figcaption > h5 {
    display: block;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 6px
}

.edu2_gallery_des > figure > figcaption > p {
    margin: 0;
    color: #fff
}

.loadmore {
    float: left;
    width: 100%;
    text-align: center
}

.blog {
    background-color: #fff;
    background-size: 400px;
    background-repeat: repeat
}

.blog .blog-slider {
    margin-top: 0
}

.blog .single-blog {
    position: relative;
    margin: 0 0 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

.blog .blog-head {
    overflow: hidden
}

.blog .blog-head:before {
    z-index: 35;
    opacity: 0;
    visibility: hidden
}

.blog .single-blog:hover .blog-head:before {
    opacity: .5;
    visibility: visible
}

.blog .single-blog img {
    width: 100%
}

.blog .single-blog:hover img {
    transform: scale(1.2) rotate(5deg)
}

.blog .blog-head .date {
    position: absolute;
    left: 12px;
    top: 12px;
    text-align: center;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    z-index: 33;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    z-index: 36
}

.blog .single-blog:hover .date {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.blog .blog-head .date h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-top: 10px
}

.blog .blog-head .date h4 span {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: block
}

.blog .blog-main {
    margin-top: 50px;
    background: #f6f6f6;
    position: relative
}

.blog .blog-content {
    padding: 20px
}

.blog .blog-content .blog-title {
    font-size: 18px;
    margin-bottom: 5px
}

.blog .blog-content .blog-title a {
    color: #252525
}

.blog .blog-content .btn {
    color: #fff;
    margin-top: 20px;
    padding: 12px 30px
}

.blog .blog-content .btn:before {
    background: #252525
}

.blog .blog-content .btn i {
    margin-left: 5px
}

.blog .blog-info {
    margin-bottom: 5px
}

.blog .blog-info a {
    color: #777;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e7e7e7;
    font-weight: 500
}

.blog .blog-info a:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0
}

.blog .blog-info a i {
    margin-right: 5px;
    text-align: center;
    border-radius: 100%;
    font-size: 13px
}

.blog .owl-nav {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0
}

.blog:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.blog .owl-carousel .owl-nav div {
    height: 48px;
    width: 48px;
    line-height: 48px;
    top: 50%;
    background: #666;
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin-top: -24px
}

.blog .owl-carousel .owl-nav div:hover {
    color: #fff
}

.blog .owl-carousel .owl-nav .owl-prev {
    left: -75px
}

.blog .owl-carousel .owl-nav .owl-prev:hover {
    left: -65px
}

.blog .owl-carousel .owl-nav .owl-next {
    right: -75px
}

.blog .owl-carousel .owl-nav .owl-next:hover {
    right: -65px
}

.blog .owl-dots {
    margin-top: 50px
}

.blog .owl-dots .owl-dot {
    margin-right: 5px
}

.blog .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.blog .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.blog .owl-dots .owl-dot.active span {
    border-color: transparent;
    width: 30px;
    height: 12px
}

.blog.b-archives {
    padding: 10px 0 10px
}

.blog.b-archives .single-blog {
    margin: 30px 0 0
}

.blog.b-archives .pagination-main {
    text-align: left
}

.blog.b-archives .pagination {
    display: block;
    padding-left: 0;
    margin: 50px 0 0;
    border-radius: 4px;
    text-align: center;
    display: inline-block
}

.blog.b-archives .pagination li {
    float: left;
    margin-right: 5px
}

.blog.b-archives .pagination li a {
    padding: 12px 25px;
    border: none;
    display: block;
    background: #f6f6f6;
    color: #fff;
    color: #252525
}

.blog.b-archives .pagination li:hover a, .blog.b-archives .pagination li.active a {
    color: #fff
}

.blog.b-archives.single .blog-detail {
    margin-top: 30px
}

.blog.b-archives.single .b-gallery .owl-nav div {
    background: #fff;
    color: #252525
}

.blog.b-archives.single .b-gallery .owl-nav div:hover {
    color: #fff
}

.blog.b-archives.single .b-gallery .owl-nav .owl-prev {
    left: 10px
}

.blog.b-archives.single .b-gallery .owl-nav .owl-next {
    right: 10px
}

.blog.b-archives.single .blog-info {
    margin: 0
}

.blog.b-archives.single .blog-info a {
    margin-right: 10px;
    color: #666;
    font-size: 14px
}

.blog.b-archives.single .blog-info a:last-child {
    margin: 0
}

.blog.b-archives.single .blog-info a i {
    margin-right: 10px
}

.blog.b-archives.single .detail-content .blog-title {
    font-size: 30px;
    margin-bottom: 20px
}

.blog.b-archives.single .blog-title a {
    color: #252525
}

.blog.b-archives.single .detail-content p {
    margin-bottom: 20px
}

.blog.b-archives.single .detail-content p:last-child {
    margin: 0
}

.blog.b-archives.single .detail-content {
    margin-top: 20px
}

.blog.b-archives.single .blockquote {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 3px solid transparent;
    background: #f6f6f6;
    padding: 21px
}

.blog.b-archives.single .blockquote p {
    color: #252525;
    font-size: 15px
}

.blog.b-archives.single .blog-bottom {
    overflow: hidden;
    margin-top: 30px
}

.blog.b-archives.single .blog-bottom li:before {
    display: none
}

.blog.b-archives.single .blog-bottom .share li {
    position: relative;
    padding-left: 0;
    margin-right: 5px;
    display: inline-block
}

.blog.b-archives.single .blog-bottom .share {
    float: left
}

.blog.b-archives.single .blog-bottom .share li a {
    color: #fff;
    background: #353535;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    text-align:
}

.blog.b-archives.single .blog-bottom .prev-next {
    float: right
}

.blog.b-archives.single .blog-bottom .prev-next li {
    display: inline-block;
    padding: 0
}

.blog.b-archives.single .blog-bottom .prev-next li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
    color: #fff
}

.blog.b-archives.single .blog-bottom .prev-next li a:hover {
    background: #252525
}

.blog.b-archives.single .comment-main {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e6e6e6
}

.blog.b-archives.single .comment-title {
    margin-bottom: 20px
}

.blog.b-archives.single .comment-title h2 {
    font-size: 22px;
    color: #252525
}

.blog.b-archives.single .comment-title p {
    font-size: 14px;
    color: #666;
    margin-top: 5px
}

.blog.b-archives.single .form-group {
    margin-bottom: 20px
}

.blog.b-archives.single .form-group input {
    box-shadow: none;
    text-shadow: none;
    border: none;
    font-size: 15px;
    color: #666;
    width: 100%;
    padding-left: 15px;
    text-transform: capitalize;
    height: 50px;
    border: 1px solid #eee
}

.blog.b-archives.single .form-group textarea {
    box-shadow: none;
    text-shadow: none;
    border: none;
    font-size: 15px;
    padding: 15px;
    resize: none;
    color: #666;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid #e7e7e7
}

.blog.b-archives.single .form-group input:hover, .blog.b-archives.single .form-group textarea:hover {
    padding-left: 25px
}

.blog.b-archives.single .form-group button {
    color: #fff;
    font-family: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.blog.b-archives.single .form-group button:hover {
    background: transparent
}

.blog.b-archives.single .form-group button:before {
    background: #252525
}

.rakmhsu-sidebar {
    margin-top: 30px;
    padding-left: 0
}

.rakmhsu-sidebar.left {
    border-left: 0;
    border-right: 1px solid #e6e6e6;
    padding: 0 30px 0 0
}

.rakmhsu-sidebar .search {
    position: relative
}

.rakmhsu-sidebar .search input {
    width: 100%;
    height: 52px;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    color: #6c6c6c;
    padding: 0 48px 0 20px
}

.rakmhsu-sidebar .search .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 52px;
    line-height: 52px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0
}

.rakmhsu-sidebar .search .button:hover {
    background: #00000b;
    color: #fff
}

.rakmhsu-sidebar .single-widget {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    padding: 15px
}

.rakmhsu-sidebar .single-widget h3 {
    font-size: 20px;
    padding-left: 10px;
    border-left: 2px solid transparent;
    margin-bottom: 20px
}

.rakmhsu-sidebar .single-widget.categories ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcom {
    border: 1px solid #b7131c;
    padding-left: 10px;
    padding-top: 10px;
    color: #fff;
    font-weight: 700
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcom:hover {
    background: #b7131c;
    color: #fff
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcom a {
    color: #b7131c;
    font-weight: 700
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcom a:hover {
    color: #fff;
    padding: 30px 10px
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcod {
    border: 1px solid #53a0f2;
    padding-left: 10px;
    padding-top: 10px;
    color: #fff
}

.rakcomFont {
    color: #b7131c
}

.rakcodFont {
    color: #53a0f2
}

.rakcopFont {
    color: #4bd462
}

.rakconFont {
    color: #faa61a
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcod:hover {
    background: #53a0f2;
    color: #fff
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcod a {
    color: #53a0f2;
    font-weight: 700
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcod a:hover {
    color: #fff;
    padding: 30px 10px
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcop {
    border: 1px solid #4bd462;
    padding-left: 10px;
    padding-top: 10px;
    color: #fff
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcop:hover {
    background: #4bd462;
    color: #fff
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcop a {
    color: #4bd462;
    font-weight: 700
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcop a:hover {
    color: #fff;
    padding: 30px 10px
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcon {
    border: 1px solid #faa61a;
    padding-left: 10px;
    padding-top: 10px;
    color: #fff
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcon:hover {
    background: #faa61a;
    color: #fff
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcon a {
    color: #faa61a;
    font-weight: 700
}

.rakmhsu-sidebar .single-widget.categories ul li.rakcon a:hover {
    color: #fff;
    padding: 30px 10px
}

.rakmhsu-sidebar .single-widget.categories ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
    border: none
}

.rakmhsu-sidebar .single-widget.categories ul li a {
    color: #252525
}

.rakmhsu-sidebar .single-widget.categories ul li a:hover {
    color: #00B069
}

.rakmhsu-sidebar .single-widget.categories ul li a span {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    text-align: center;
    font-size: 13px
}

.rakmhsu-sidebar .single-widget.categories ul li i {
    margin-right: 5px
}

.rakmhsu-sidebar .single-post {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden
}

.rakmhsu-sidebar .single-post:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.rakmhsu-sidebar .post-img {
    float: left;
    width: 70px;
    margin-right: 10px
}

.rakmhsu-sidebar .post-img img {
    width: 64px;
    height: 64px;
    border-radius: 100%
}

.rakmhsu-sidebar .post-info h4 {
    color: #252525;
    font-size: 15px;
    margin-bottom: 5px
}

.rakmhsu-sidebar .post-info h4 a {
    color: #252525
}

.rakmhsu-sidebar .post-info span {
    color: #666
}

.rakmhsu-sidebar .post-info span i {
    margin-right: 5px
}

.rakmhsu-sidebar .single-course {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.rakmhsu-sidebar .single-course:last-child {
    padding: 0;
    margin: 0;
    border: none
}

.rakmhsu-sidebar .single-course img {
    float: left;
    padding-right: 20px
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

.rakmhsu-sidebar .course-content h4 {
    font-size: 15px
}

.rakmhsu-sidebar .course-content a {
    color: #252525
}

.rakmhsu-sidebar .course-content .meta {
    color: #666;
    font-size: 14px;
    font-weight: 500
}

.rakmhsu-sidebar .course-content .meta span {
    margin-left: 10px
}

.rakmhsu-sidebar .course-content .meta span i {
    margin-right: 5px
}

.rakmhsu-sidebar .calendar li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e7e7
}

.rakmhsu-sidebar .calendar li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.rakmhsu-sidebar .calendar li a {
    color: #252525;
    font-size: 15px
}

.rakmhsu-sidebar .calendar li a i {
    margin-right: 10px;
    color: #777
}

.rakmhsu-sidebar .tags h3 {
    margin-bottom: 10px
}

.rakmhsu-sidebar .tags ul {
    margin-left: -10px
}

.rakmhsu-sidebar .tags ul li {
    display: inline-block;
    margin-top: 10px;
    padding-left: 10px
}

.rakmhsu-sidebar .tags ul li a {
    border: 1px solid #e7e7e7;
    display: block;
    padding: 5px 10px;
    color: #777
}

.kf_convocation_outer_wrap {
    float: left;
    width: 100%;
    margin-top: 30px
}

.convocation_slider {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.convocation_slider .owl-pagination {
    display: none
}

.convocation_slider figure:before {
    border: 1px solid rgba(225, 225, 225, .5);
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    opacity: 1;
    background-color: transparent;
    outline: 1px solid rgba(225, 225, 225, .5);
    outline-offset: 9px
}

.kf_convocation_wrap {
    float: left;
    width: 100%;
    text-align: left
}

.kf_convocation_wrap h4 {
    font-weight: 400;
    margin: 0 0 20px 0;
    display: block;
    font-size: 26px;
    line-height: 26px
}

.kf_convocation_wrap .meta {
    margin-bottom: 20px
}

.kf_convocation_wrap .meta {
    color: #929292
}

.kf_convocation_wrap .image {
    margin-bottom: 10px;
    margin-right: 10px
}

.kf_convocation_wrap .social {
    text-align: center
}

.kf_convocation_wrap .social li {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 0
}

.kf_convocation_wrap .social li:last-child {
    margin: 0
}

.kf_convocation_wrap .social li a {
    display: block;
    height: 140px;
    width: 140px;
    line-height: 17px;
    font-size: 20px;
    background: rgba(69, 69, 69, .5);
    text-align: center;
    padding-top: 25px;
    padding-right: 20px;
    border-radius: 100%;
    border: 10px solid #ccc;
    color: #fff
}

.kf_convocation_wrap .social li a:hover {
    background: #b5111b
}

.kf_convocation_wrap .phtMore a {
    font-size: 14px;
    font-weight: 700;
    padding: 8px 30px;
    margin-right: 11px;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: capitalize;
    float: right
}

.convocation_timing {
    float: left;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 20px
}

.convocation_timing li {
    float: left;
    margin-right: 29px;
    font-size: 16px;
    color: #999
}

.convocation_timing li i {
    margin-right: 10px
}

.kf_convocation_des {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9
}

.kf_convocation_des h5 {
    font-size: 24px;
    margin: 0 0 15px 0;
    display: block;
    color: #b5111b;
    font-weight: 400
}

.kf_convocation_des .panel h5 {
    margin-top: 10px
}

.kf_convocation_des p {
    margin-bottom: 15px;
    color: #3b3b3b;
    text-align: justify
}

.kf_convocation_des p a {
    color: #b5111b !important;
    background: none
}

.kf_convocation_des .detail-content p {
    margin-bottom: 20px;
    color: #3b3b3b
}

.kf_convocation_des ol li {
    text-align: justify;
    margin-left: 0
}

.kf_convocation_des ul li {
    text-align: justify;
    margin-left: 30px
}

.kf_convocation_des a.btn {
    color: #fff
}

.kf_convocation_des ul li {
    list-style-type: circle
}

.kf_convocation_des ul.listCircle {
    margin-left: 30px
}

.kf_convocation_des ul.listCircle li a {
    font-weight: 700;
    background: none;
    color: #b5111b !important
}

.kf_convocation_des ul.listCircle li a:hover {
    color: #b5111b !important
}

.kf_convocation_des a.linkBtn {
    background: none;
    color: #b5111b !important
}

.kf_convocation_des ol {
    margin-left: 30px
}

.kf_convocation_des table {
    width: 100%;
    border: 1px solid #ccc
}

.kf_convocation_des table tbody td {
    border: 1px solid #ccc;
    padding: 10px
}

.kf_convocation_map {
    float: left;
    width: 100%;
    text-align: center
}

.kf_convocation_map iframe {
    max-height: 355px;
    margin-bottom: 30px
}

.kf_event_speakers {
    float: left;
    width: 100%;
    padding: 34px 0 39px 0;
    border-bottom: 1px solid #e9e9e9
}

.heading_5 {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 29px
}

.heading_5 > h4 {
    font-weight: 400;
    text-transform: uppercase
}

.kf_event_speakers_des {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 15px 0
}

.kf_event_speakers_des:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3)
}

.kf_event_speakers_des figure {
    margin-bottom: 20px;
    overflow: hidden
}

.kf_event_speakers_des figure img {
    float: left;
    width: 100%
}

.kf_event_speakers_des:hover figure img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.kf_event_speakers_des h5 {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 400
}

.kf_event_speakers_des p {
    margin-bottom: 0
}

.kf_event_gallery {
    float: left;
    width: 100%;
    padding-top: 34px
}

.event_gallery_des {
    float: left;
    width: auto;
    margin-right: -10px;
    margin-bottom: 20px
}

.event_gallery_des li {
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
    background-color: #000
}

.event_gallery_des li:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    opacity: .5
}

.event_link.next {
    float: right
}

.event_link.next i {
    margin-left: 15px
}

.event_link.prev {
    float: left
}

.event_link.prev i {
    margin-right: 15px
}

.kf_event_speakers {
    float: left;
    width: 100%;
    padding: 34px 0 39px 0;
    border-bottom: 1px solid #e9e9e9
}

.kf_event_speakers_des {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 15px 0
}

.kf_event_speakers_des:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3)
}

.kf_event_speakers_des figure {
    margin-bottom: 20px;
    overflow: hidden
}

.kf_event_speakers_des figure img {
    float: left;
    width: 100%
}

.kf_event_speakers_des:hover figure img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.kf_event_speakers_des h5 {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 400
}

.kf_event_speakers_des p {
    margin-bottom: 0
}

.s128 {
    float: right;
    padding: 12px
}

.s128 form {
    width: 100%;
    max-width: 570px;
    margin: 0;
    color: #b7121c
}

.s128 form .inner-form .row {
    margin-top: 0
}

.s128 form .inner-form .row .input-field {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b7121c;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3)
}

.s128 form .inner-form .row .input-field input {
    height: 40px;
    width: 40px;
    border: 0;
    display: block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    color: #b7121c
}

.s128 form .inner-form .row .input-field input.placeholder {
    color: #b7121c;
    font-size: 18px;
    font-weight: 300;
    opacity: 1
}

.s128 form .inner-form .row .input-field input:-moz-placeholder {
    color: #b7121c;
    font-size: 18px;
    font-weight: 300;
    opacity: 1
}

.s128 form .inner-form .row .input-field input::-webkit-input-placeholder {
    color: #b7121c;
    font-size: 18px;
    font-weight: 300;
    opacity: 1
}

.s128 form .inner-form .row .input-field input:hover, .s128 form .inner-form .row .input-field input:focus {
    box-shadow: none;
    outline: 0
}

.s128 form .inner-form .row .input-field.first .clear {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s ease-out
}

.s128 form .inner-form .row .input-field.first .clear svg {
    fill: #b7121c;
    width: 18px;
    height: 22px;
    color: #b7121c
}

.s128 form .inner-form .row .input-field.first .clear:hover, .s128 form .inner-form .row .input-field.first .clear:focus {
    box-shadow: none;
    outline: 0
}

.s128 form .inner-form .row .input-field.first .clear:hover svg, .s128 form .inner-form .row .input-field.first .clear:focus svg {
    fill: #b7121c;
    color: #b7121c
}

.s128 form .inner-form .row .input-field.first input {
    padding: 10px 0 10px 60px;
    border-radius: 30px;
    width: 60px;
    transition: width .2s ease-in;
    color: #b7121c;
    background-position: 14px 14px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 74px 74px
}

.s128 form .inner-form .row .input-field.first input:focus {
    width: 100%;
    padding-right: 60px
}

.s128 form .inner-form .row .input-field.first input.isFocus {
    width: 100%
}

.s128 form .inner-form .row .input-field.first input.isFocus ~ .clear {
    opacity: 1
}

.s128 form .inner-form .row .input-field.second input {
    padding: 10px 60px 10px 0;
    border-radius: 3px;
    width: 40px;
    transition: width .3s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23b7121c' xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3e%3cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3e%3c/svg%3e");
    background-position: calc(100% - 18px) 8px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 26px 26px;
    color: #b7121c
}

.s128 form .inner-form .row .input-field.second input.placeholder {
    color: #b7121c;
    transition: opacity .1s
}

.s128 form .inner-form .row .input-field.second input:-moz-placeholder {
    color: #b7121c;
    transition: opacity .1s
}

.s128 form .inner-form .row .input-field.second input::-webkit-input-placeholder {
    color: #b7121c;
    transition: opacity .1s
}

.s128 form .inner-form .row .input-field.second input:focus {
    width: 100%;
    padding-left: 15px
}

.s128 form .inner-form .row .input-field.second input:focus.placeholder {
    opacity: 1
}

.s128 form .inner-form .row .input-field.second input:focus:-moz-placeholder {
    opacity: 1
}

.s128 form .inner-form .row .input-field.second input:focus::-webkit-input-placeholder {
    opacity: 1
}

.kf-sidebar {
    margin-top: 30px
}

.kf-sidebar .widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #CCC
}

.kf-sidebar .widget h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    color: #3b3b3b
}

.col-md-4 .kf-sidebar {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    float: left;
    color: #ccc
}

.widget-search form {
    float: left;
    width: 100%;
    position: relative
}

.widget-search input[type="search"] {
    float: left;
    width: 100%;
    padding: 11px 15px 13px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    color: #999
}

.widget-search input[type="search"]:focus {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1)
}

.widget-search1 form {
    float: left;
    width: 100%;
    position: relative
}

.widget-search1 input[type="search"] {
    margin-top: 30px;
    float: right;
    width: 50%;
    padding: 4px 12px 10px;
    border: 1px solid #d7d7d7;
    font-size: 13px;
    color: #999
}

.widget-search1 input[type="search"]:focus {
    border-radius: 20px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1)
}

.widget-archive ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 0 0
}

.widget-archive ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.widget-archive ul li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.widget-archive ul li a {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #333;
    padding: 12px 10px;
    display: block;
    line-height: normal
}

.widget-archive ul li a:hover {
    padding: 12px 15px;
    background: #f3f2f2
}

.widget-archive ul li a i {
    margin-right: 10px
}

.widget-recent-posts {
    float: left;
    width: 100%;
    margin-bottom: 46px
}

.widget-recent-posts ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.widget-recent-posts li {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.widget-recent-posts ul li:last-child {
    margin-bottom: 0
}

.widget-recent-posts figure {
    width: 130px
}

.widget-recent-posts figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -9px auto 0;
    text-align: center;
    opacity: 0;
    line-height: 20px
}

.widget-recent-posts figure figcaption a {
    font-size: 16px;
    display: inline-block;
    color: #fff
}

.widget-recent-posts ul li:hover figure figcaption {
    opacity: 1
}

.widget-recent-posts .kode-text {
    float: none;
    padding: 0 0 0 0;
    margin-top: 0
}

.widget-recent-posts h6 {
    font-size: 16px;
    margin-bottom: 15px
}

.widget-recent-posts span {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #999
}

.widget-recent-posts span i {
    font-style: normal;
    font-size: 16px;
    margin-right: 5px
}

.widget-categories {
    float: left;
    width: 100%;
    margin-bottom: 46px
}

.widget-categories ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.widget-categories ul li {
    float: left;
    width: 100%;
    border: none;
    margin-bottom: 5px
}

.widget-categories ul li:last-child {
    margin-bottom: -2px
}

.widget-categories ul li a {
    font-weight: 600em;
    font-size: 14px;
    display: block;
    padding: 8px 10px;
    color: #3b3b3b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(124, 124, 124, .3) 0%, rgba(124, 124, 124, 0) 34%, rgba(124, 124, 124, .3) 99%, rgba(124, 124, 124, .3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(124, 124, 124, .3)), color-stop(34%, rgba(124, 124, 124, 0)), color-stop(99%, rgba(124, 124, 124, .3)), color-stop(100%, rgba(124, 124, 124, .3)));
    background: -webkit-linear-gradient(top, rgba(124, 124, 124, .3) 0%, rgba(124, 124, 124, 0) 34%, rgba(124, 124, 124, .3) 99%, rgba(124, 124, 124, .3) 100%);
    background: -o-linear-gradient(top, rgba(124, 124, 124, .3) 0%, rgba(124, 124, 124, 0) 34%, rgba(124, 124, 124, .3) 99%, rgba(124, 124, 124, .3) 100%);
    background: -ms-linear-gradient(top, rgba(124, 124, 124, .3) 0%, rgba(124, 124, 124, 0) 34%, rgba(124, 124, 124, .3) 99%, rgba(124, 124, 124, .3) 100%);
    background: linear-gradient(to bottom, rgba(124, 124, 124, .3) 0%, rgba(124, 124, 124, 0) 34%, rgba(124, 124, 124, .3) 99%, rgba(124, 124, 124, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#4dffffff', GradientType=0)
}

.widget-categories ul li a:hover {
    padding: 8px 15px;
    background-color: Transparent;
    background-image: linear-gradient(to top, #c2424a 0%, #b01117 50%, #c2424a 100%);
    color: #fff
}

.widget-categories ul li a.active {
    padding: 8px 15px;
    background-color: Transparent;
    background-image: linear-gradient(to top, #c2424a 0%, #b01117 50%, #c2424a 100%);
    background-position: right center;
    color: #fff
}

.widget-categories ul li a i {
    margin-right: 10px
}

.widget-categories ul li a.nav-link[data-toggle].collapsed:after {
    content: "▾";
    font-size: 22px;
    text-transform: none !important;
    float: right
}

.widget-categories ul li a.nav-link[data-toggle]:not(.collapsed):after {
    content: "▴";
    font-size: 22px;
    text-transform: none !important;
    float: right
}

.widget-categories ul li > ul {
    margin-top: 5px;
    margin-bottom: 2px;
    text-transform: none !important
}

.widget-categories ul li > ul li a, .widget-categories ul li > ul li a:hover, .widget-categories ul li > ul li a.active {
    padding-left: 30px
}

.widget-itservice a {
    width: 100%;
    font-weight: 600em;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    padding: 8px 10px;
    color: #262626;
    font-weight: 700;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(124, 124, 124, .3) 0%, rgba(124, 124, 124, 0) 34%, rgba(124, 124, 124, .3) 99%, rgba(124, 124, 124, .3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(124, 124, 124, .3)), color-stop(34%, rgba(124, 124, 124, 0)), color-stop(99%, rgba(124, 124, 124, .3)), color-stop(100%, rgba(124, 124, 124, .3)));
    background: -webkit-linear-gradient(top, rgba(124, 124, 124, .3) 0%, rgba(124, 124, 124, 0) 34%, rgba(124, 124, 124, .3) 99%, rgba(124, 124, 124, .3) 100%);
    background: -o-linear-gradient(top, rgba(124, 124, 124, .3) 0%, rgba(124, 124, 124, 0) 34%, rgba(124, 124, 124, .3) 99%, rgba(124, 124, 124, .3) 100%);
    background: -ms-linear-gradient(top, rgba(124, 124, 124, .3) 0%, rgba(124, 124, 124, 0) 34%, rgba(124, 124, 124, .3) 99%, rgba(124, 124, 124, .3) 100%);
    background: linear-gradient(to bottom, rgba(124, 124, 124, .3) 0%, rgba(124, 124, 124, 0) 34%, rgba(124, 124, 124, .3) 99%, rgba(124, 124, 124, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#4dffffff', GradientType=0)
}

.widget-itservice a:hover {
    padding: 8px 15px;
    background-color: Transparent;
    background-image: linear-gradient(to top, #c2424a 0%, #b01117 50%, #c2424a 100%);
    color: #fff
}

.widget-itservice a.active {
    padding: 8px 15px;
    background-color: Transparent;
    background-image: linear-gradient(to top, #c2424a 0%, #b01117 50%, #c2424a 100%);
    background-position: right center;
    color: #fff
}

.widget-itservice a i {
    margin-right: 10px
}

.widget-staff {
    float: left;
    width: 100%;
    margin-bottom: 46px
}

.widget-staff ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.widget-staff ul li {
    float: left;
    width: 100%;
    border: none;
    margin-bottom: 5px
}

.widget-staff ul li:last-child {
    margin-bottom: -2px
}

.widget-staff ul li a.rakcoms {
    font-weight: 600em;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 8px 10px;
    color: #3b3b3b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(176, 17, 23, .3) 0%, rgba(176, 17, 23, 0) 34%, rgba(176, 17, 23, .3) 99%, rgba(176, 17, 23, .3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(176, 17, 23, .3)), color-stop(34%, rgba(176, 17, 23, 0)), color-stop(99%, rgba(124, 124, 124, .3)), color-stop(100%, rgba(124, 124, 124, .3)));
    background: -webkit-linear-gradient(top, rgba(176, 17, 23, .3) 0%, rgba(176, 17, 23, 0) 34%, rgba(176, 17, 23, .3) 99%, rgba(176, 17, 23, .3) 100%);
    background: -o-linear-gradient(top, rgba(176, 17, 23, .3) 0%, rgba(176, 17, 23, 0) 34%, rgba(176, 17, 23, .3) 99%, rgba(176, 17, 23, .3) 100%);
    background: -ms-linear-gradient(top, rgba(176, 17, 23, .3) 0%, rgba(176, 17, 23, 0) 34%, rgba(176, 17, 23, .3) 99%, rgba(176, 17, 23, .3) 100%);
    background: linear-gradient(to bottom, rgba(176, 17, 23, .3) 0%, rgba(176, 17, 23, 0) 34%, rgba(176, 17, 23, .3) 99%, rgba(176, 17, 23, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#4dffffff', GradientType=0)
}

.widget-staff ul li a.rakcoms:hover {
    background-color: Transparent;
    background-image: linear-gradient(to top, #c2424a 0%, #b01117 50%, #c2424a 100%);
    color: #fff !important
}

.widget-staff ul li a.rakcoms.active {
    background-color: Transparent;
    background-image: linear-gradient(to top, #c2424a 0%, #b01117 50%, #c2424a 100%);
    background-position: right center;
    color: #fff
}

.widget-staff ul li a.rakcods {
    font-weight: 600em;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 8px 10px;
    color: #3b3b3b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(0, 138, 200, .3) 0%, rgba(0, 138, 200, 0) 34%, rgba(0, 138, 200, .3) 99%, rgba(0, 138, 200, .3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 138, 200, .3)), color-stop(34%, rgba(0, 138, 200, 0)), color-stop(99%, rgba(0, 138, 200, .3)), color-stop(100%, rgba(0, 138, 200, .3)));
    background: -webkit-linear-gradient(top, rgba(0, 138, 200, .3) 0%, rgba(0, 138, 200, 0) 34%, rgba(0, 138, 200, .3) 99%, rgba(0, 138, 200, .3) 100%);
    background: -o-linear-gradient(top, rgba(0, 138, 200, .3) 0%, rgba(0, 138, 200, 0) 34%, rgba(0, 138, 200, .3) 99%, rgba(0, 138, 200, .3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 138, 200, .3) 0%, rgba(0, 138, 200, 0) 34%, rgba(0, 138, 200, .3) 99%, rgba(0, 138, 200, .3) 100%);
    background: linear-gradient(to bottom, rgba(0, 138, 200, .3) 0%, rgba(0, 138, 200, 0) 34%, rgba(0, 138, 200, .3) 99%, rgba(0, 138, 200, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#4dffffff', GradientType=0)
}

.widget-staff ul li a.rakcods:hover {
    background-color: Transparent;
    background-image: linear-gradient(to top, #3fc3fe 0%, #008ac8 50%, #3fc3fe 100%);
    color: #fff !important
}

.widget-staff ul li a.rakcods.active {
    background-color: Transparent;
    background-image: linear-gradient(to top, #3fc3fe 0%, #008ac8 50%, #3fc3fe 100%);
    background-position: right center;
    color: #fff
}

.widget-staff ul li a.rakcops {
    font-weight: 600em;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 8px 10px;
    color: #3b3b3b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(117, 156, 62, .3) 0%, rgba(117, 156, 62, 0) 34%, rgba(117, 156, 62, .3) 99%, rgba(117, 156, 62, .3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(117, 156, 62, .3)), color-stop(34%, rgba(117, 156, 62, 0)), color-stop(99%, rgba(117, 156, 62, .3)), color-stop(100%, rgba(117, 156, 62, .3)));
    background: -webkit-linear-gradient(top, rgba(117, 156, 62, .3) 0%, rgba(117, 156, 62, 0) 34%, rgba(117, 156, 62, .3) 99%, rgba(117, 156, 62, .3) 100%);
    background: -o-linear-gradient(top, rgba(117, 156, 62, .3) 0%, rgba(117, 156, 62, 0) 34%, rgba(117, 156, 62, .3) 99%, rgba(117, 156, 62, .3) 100%);
    background: -ms-linear-gradient(top, rgba(117, 156, 62, .3) 0%, rgba(117, 156, 62, 0) 34%, rgba(117, 156, 62, .3) 99%, rgba(117, 156, 62, .3) 100%);
    background: linear-gradient(to bottom, rgba(117, 156, 62, .3) 0%, rgba(117, 156, 62, 0) 34%, rgba(117, 156, 62, .3) 99%, rgba(117, 156, 62, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#4dffffff', GradientType=0)
}

.widget-staff ul li a.rakcops:hover {
    background-color: Transparent;
    background-image: linear-gradient(to top, #aadd62 0%, #759c3e 50%, #aadd62 100%);
    color: #fff !important
}

.widget-staff ul li a.rakcops.active {
    background-color: Transparent;
    background-image: linear-gradient(to top, #aadd62 0%, #759c3e 50%, #aadd62 100%);
    background-position: right center;
    color: #fff
}

.widget-staff ul li a.rakcons {
    font-weight: 600em;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 8px 10px;
    color: #3b3b3b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(252, 179, 55, .3) 0%, rgba(252, 179, 55, 0) 34%, rgba(117, 156, 62, .3) 99%, rgba(252, 179, 55, .3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 179, 55, .3)), color-stop(34%, rgba(252, 179, 55, 0)), color-stop(99%, rgba(252, 179, 55, .3)), color-stop(100%, rgba(252, 179, 55, .3)));
    background: -webkit-linear-gradient(top, rgba(252, 179, 55, .3) 0%, rgba(252, 179, 55, 0) 34%, rgba(252, 179, 55, .3) 99%, rgba(252, 179, 55, .3) 100%);
    background: -o-linear-gradient(top, rgba(252, 179, 55, .3) 0%, rgba(252, 179, 55, 0) 34%, rgba(252, 179, 55, .3) 99%, rgba(252, 179, 55, .3) 100%);
    background: -ms-linear-gradient(top, rgba(252, 179, 55, .3) 0%, rgba(252, 179, 55, 0) 34%, rgba(252, 179, 55, .3) 99%, rgba(252, 179, 55, .3) 100%);
    background: linear-gradient(to bottom, rgba(252, 179, 55, .3) 0%, rgba(252, 179, 55, 0) 34%, rgba(252, 179, 55, .3) 99%, rgba(252, 179, 55, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#4dffffff', GradientType=0)
}

.widget-staff ul li a.rakcons:hover {
    background-color: Transparent;
    background-image: linear-gradient(to top, #f9d391 0%, #fcb337 50%, #f9d391 100%);
    color: #fff !important
}

.widget-staff ul li a.rakcons.active {
    background-color: Transparent;
    background-image: linear-gradient(to top, #f9d391 0%, #fcb337 50%, #f9d391 100%);
    background-position: right center;
    color: #fff
}

.widget-staff ul li a i {
    margin-right: 10px
}

.widget-courses-list ul {
    margin: 0 0 0 -6px
}

.widget-courses-list ul li {
    margin: 0 0 6px 5px;
    float: left;
    width: 97px
}

.widget-courses-list figure a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center
}

.widget-courses-list li:hover figure a {
    opacity: .9
}

.widget-courses-list figure a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    line-height: 88px
}

.widget-tag-cloud ul {
    margin: -5px 0 0 -5px
}

.widget-tag-cloud ul li {
    float: left;
    margin: 0 0 5px 5px
}

.widget-tag-cloud ul a {
    border: 1px solid #dcdcdc;
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    text-transform: uppercase
}

.widget-tag-cloud ul a:hover {
    color: #fff
}

.sidebar_register_wrap {
    float: left;
    width: 100%;
    padding: 30px;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px
}

.apply {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 15px 30px
}

.apply:hover {
    background: #000;
    color: #fff
}

.sidebar_register_des {
    float: left;
    width: 100%;
    padding: 27px 0 0 0
}

.sidebar_register_des li {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #666;
    margin-bottom: 7px
}

.sidebar_register_des li > span {
    float: left
}

.sidebar_register_des li:last-child {
    margin-bottom: -7px
}

.sidebar_register_des .rating {
    float: left;
    margin: 6px 20px 0;
    line-height: normal
}

.sidebar_register_des .rating span {
    font-size: 24px;
    margin: 0 -5px;
    line-height: 10px
}

.green {
    color: #13ab1e;
    float: none !important;
    font-weight: 700
}

.teacher_outer_wrap {
    float: left;
    width: 100%;
    margin-bottom: 26px
}

.teacher_outer_wrap span {
    display: block;
    border: 11px solid #fff;
    padding: 5px 0 6px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    outline: 1px solid #e0e0e0;
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: capitalize
}

.teacher_wrap {
    float: left;
    width: 100%
}

.teacher_wrap figure {
    width: 73px;
    margin-bottom: 22px
}

.teacher_des {
    float: none;
    overflow: hidden;
    padding-left: 15px
}

.teacher_des h4 {
    margin: -5px 0 3px
}

.teacher_des small {
    font-size: 14px
}

.teacher_wrap p {
    float: left;
    margin-bottom: 13px
}

.teacher_meta {
    float: left;
    width: 100%
}

.teacher_meta li {
    float: left;
    margin-right: 5px
}

.teacher_meta li a {
    display: block;
    text-align: center;
    border: 1px solid #999;
    color: #999;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 14px
}

.about-us {
    background-color: #fff;
    background-size: 400px;
    background-repeat: repeat;
    background-position: center;
    position: relative;
    padding: 40px 0 60px
}

.about-us .single-image, .about-us .about-text {
    margin-top: 30px
}

.about-us .single-image {
    position: relative
}

.about-us .single-image:before {
    opacity: 0;
    visibility: hidden
}

.about-us .single-image:hover:before {
    opacity: .6;
    visibility: visible
}

.about-us .single-image img {
    width: 100%
}

.about-us .single-image .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    color: #252525;
    padding: 0;
    font-size: 26px;
    border-radius: 100%;
    margin: -35px 0 0 -35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.about-us .single-image:hover .btn {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.about-us .single-image .btn:hover {
    color: #fff
}

.about-us .about-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.about-us .about-text h2:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    content: ""
}

.about-us .about-text p {
    margin-bottom: 15px
}

.about-us .about-text p:last-child {
    margin: 0
}

.about-us .about-text .button {
    margin-top: 30px
}

.about-us .about-text .btn {
    color: #fff;
    text-transform: none
}

.about-us .about-text .btn:before {
    background: #252525
}

.about-us .signature {
    margin-top: 35px
}

.about-us .signature .name {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase
}

.about-us .signature .name span {
    display: block;
    color: #777;
    margin-top: 5px;
    font-size: 15px
}

.faq .faq-content {
    margin-top: 0
}

.faq .text-content {
    text-align: left;
    padding: 0;
    margin-bottom: 30px
}

.faq .text-content h2 {
    font-size: 38px;
    margin-bottom: 25px
}

.faq h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.faq h5 span {
    color: #b5121b
}

.faq .text-content p {
    font-size: 16px
}

.faq .panel-group {
    margin: 0;
    text-align: left
}

.faq .panel-group a.btn {
    margin-right: 15px;
    color: #fff;
    background: #b5111b;
    position: relative;
    z-index: 3;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.faq .panel-group a.btn:hover {
    background: transparent;
    color: #252525;
    border: 1px solid #252525
}

.faq .panel {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 0 0
}

.faq .panel-heading {
    background: none
}

.faq .faq-title a {
    padding: 10px;
    font-size: 16px;
    position: relative;
    color: #5e5e5e;
    background: #f6f7f8;
    width: 100%;
    display: block
}

.faq .faq-title a::after {
    content: "\f0d8";
    font-family: 'FontAwesome';
    top: 50%;
    margin-top: -5px;
    right: 24px;
    position: absolute;
    background: transparent;
    width: 10px;
    height: 10px;
    line-height: 10px;
    color: #fff;
    border-radius: 0;
    text-align: center;
    font-size: 17px
}

.faq .panel.active .faq-title a {
    color: #fff;
    text-decoration: none
}

.faq .faq-title a.collapsed::after {
    content: "\f0d7";
    color: #191919;
    background: transparent
}

.faq .faq-body {
    padding: 0;
    color: #464646;
    font-size: 14px;
    box-shadow: none;
    text-shadow: none
}

.faq .faq-body h5 {
    text-transform: none !important
}

.faq .faq-body p i {
    color: #949593
}

.faq .faq-body p a {
    color: #b5111b;
    background: none
}

.faq .faq-body ol li {
    margin-left: 30px;
    text-align: justify
}

.faq .faq-body ol li ul li {
    margin-left: 10px;
    list-style-type: circle;
    text-align: justify
}

.faq .faq-body ul li {
    margin-left: 30px;
    list-style-type: circle;
    text-align: justify
}

.faq .panel-default {
    border: none;
    box-shadow: none;
    text-shadow: none
}

.faq .faq-body .table {
    margin-bottom: 26px;
    border: 1px solid #000 !important
}

.faq .faq-body th {
    border: 1px solid #000 !important;
    background-color: #ddd !important;
    font-size: 12px;
    color: #333;
    text-align: left
}

.faq .faq-body .table > thead > tr > th, .faq .faq-body .table > tbody > tr > th, .faq .faq-body .table > tfoot > tr > th, .faq .faq-body .table > thead > tr > td, .faq .faq-body .table > tbody > tr > td, .faq .faq-body .table > tfoot > tr > td {
    padding: 12px 5px;
    vertical-align: middle
}

.faq .faq-img img {
    width: 100%
}

.table-bordered > tbody > tr > td {
    vertical-align: middle
}

.error-page {
    background-image: url(../images/error-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.error-page #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 6
}

.error-page .error-inner {
    text-align: center;
    flex-direction: initial;
    height: auto;
    text-align: center;
    z-index: 10;
    position: relative
}

.error-page .error-inner h2 {
    color: #fff;
    font-size: 120px
}

.error-page .error-inner h2 span {
    display: inline-block;
    font-size: 150px
}

.error-page .error-inner p {
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    padding: 0 50px
}

.error-page .search-form {
    width: 100%;
    position: relative;
    margin-top: 25px
}

.error-page .search-form input {
    width: 100%;
    height: 55px;
    padding: 0 78px 0 30px;
    border: none;
    background: #f6f6f6;
    text-transform: capitalize;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: none
}

.error-page .search-form input:hover {
    padding-left: 40px
}

.error-page .search-form .btn {
    position: absolute;
    right: -1px;
    top: 0;
    padding: 0;
    width: 80px;
    height: 55px;
    cursor: pointer;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    box-shadow: none
}

.error-page .search-form .btn:hover {
    background: #252525;
    color: #fff
}

.contact .contact-bottom {
    margin-top: 30px
}

.contact .contact-info {
    text-align: left;
    margin-top: 30px;
    position: relative;
    padding-left: 50px
}

.contact .contact-info .icon {
    position: absolute;
    left: 0
}

.contact .contact-info .icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e7e7e7;
    font-size: 15px;
    border-radius: 100%;
    text-align: center
}

.contact .contact-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px
}

.contact .contact-info a {
    color: #777
}

.contact .contact-info p {
    color: #777;
    font-size: 14px
}

.contact .contact-map {
    margin-top: 30px
}

.contact .contact-map #map {
    height: 466px
}

.contact .contact-head {
    overflow: hidden
}

.contact .form-head {
    margin-top: 30px
}

.contact .form-head .form-group:last-child {
    margin: 0
}

.contact .form-head .form-group input {
    height: 50px;
    width: 100%;
    padding-left: 15px;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border: 1px solid #eee;
    color: #666;
    font-size: 15px
}

.contact .form-head .form-group input:hover, .contact .form-head .form-group textarea:hover {
    padding-left: 25px
}

.contact .form-head .form-group textarea {
    height: 192px;
    width: 100%;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 18px;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border: 1px solid #eee;
    color: #666;
    resize: none
}

.contact .form-head .form-group .button {
    margin-top: 20px
}

.contact .form-head .form-group button {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.contact .form-head .form-group button:before {
    background: #252525
}

.contact .form-head .form-group button:hover {
    background: transparent
}

.mail-success {
    background: #fff
}

.mail-success .mail {
    text-align: center
}

.mail-success .mail h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.mail-success .mail h2 .primary {
    color: #00B16A
}

.mail-success .mail h2 .normal {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500
}

.mail-success .mail .button {
    margin-top: 30px
}

.mail-success .mail .btn {
    background: #252525;
    color: #fff;
    border-radius: 50px
}

.mail-success .mail .btn:before {
    background: #00B16A
}

.footer {
    background-image: url(../images/rak_footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin-top: -25px;
}

.footer::before {
    opacity: .9
}

.footer a, .footer p {
    color: #eee;
    font-weight: 400
}

.footer .footer-top {
    padding: 10px 0 20px
}

.footer .single-widget {
    margin-top: 20px
}

.footer .single-widget h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    color: #fff;
    position: relative
}

.footer .single-widget h2:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 50px;
    height: 2px
}

.footer .about p {
    margin-top: 20px
}

.footer .list {
    margin-top: 20px
}

.footer .list li {
    line-height: 30px;
    color: #fff
}

.footer .list li a {
    color: #fff
}

.footer .list li i {
    margin-right: 15px
}

.footer .useful-links ul li {
    position: relative;
    line-height: 36px
}

.footer .useful-links ul li a {
    color: #fff;
    font-size: 15px
}

.footer .useful-links ul li i {
    margin-right: 10px
}

.footer .single-news {
    position: relative;
    padding-left: 65px;
    margin-bottom: 15px
}

.footer .single-news:last-child {
    margin: 0
}

.footer .single-news img {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 10px
}

.footer .single-news h4 a {
    color: #fff;
    font-size: 15px
}

.footer .single-news p {
    padding-right: 50px
}

.footer .newsletter .title {
    font-size: 26px;
    font-weight: 600;
    color: #fff
}

.footer .newsletter .form {
    position: relative;
    margin-top: 20px
}

.footer .newsletter .form input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #2c2c2c;
    box-shadow: none;
    text-shadow: none;
    border: none;
    padding: 0 50px 0 20px;
    font-size: 16px;
    border-radius: 0
}

.footer .newsletter .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    color: #fff;
    box-shadow: none;
    font-size: 20px;
    text-shadow: none;
    border: none;
    border-radius: 0;
    border-left: 1px solid transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.footer .newsletter .button:hover {
    background: #fff;
    border-left-color: #e7e7e7;
    color: #252525
}

.footer .bottom-head {
    padding: 20px 0;
    border-top: 1px solid rgba(231, 231, 231, .25)
}

.footer .social {
    text-align: center
}

.footer .social li {
    display: inline-block;
    margin-right: 5px
}

.footer .social li:last-child {
    margin: 0
}

.footer .social li a {
    display: block;
    height: 34px;
    width: 34px;
    line-height: 37px;
    background: rgba(69, 69, 69, .5);
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    color: #fff
}

.footer .social li a:hover {
    background: #fff
}

.footer .copyright {
    text-align: center;
    margin-top: 15px
}

.footer .copyright p {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize
}

.footer .copyright a:hover {
    color: #fff
}

.edu2_new_des .newsEventRow1 {
    background: #cfcdcd;
    padding: 10px
}

.edu2_new_des .newsEventRow2 {
    background: #eaeaea;
    padding: 10px
}

.scrollbar-dynamic {
    max-height: 430px !important;
    overflow: auto !important
}

.jssor_1 {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 1300px;
    overflow: hidden;
    visibility: hidden
}

.jssor_1 .slides {
    cursor: default;
    position: relative;
    top: 0;
    left: 0;
    width: 1300px;
    height: 500px;
    overflow: hidden
}

.jssorl-style {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .7)
}

.jssorl-style img {
    margin-top: -19px;
    position: relative;
    top: 50%;
    width: 38px;
    height: 38px
}

.jssorb032 {
    position: absolute;
    bottom: 32px;
    right: 12px
}

.jssorb032 .slider_bulletHeight {
    width: 16px;
    height: 16px
}

.slider_bulletHeight .bulletSvg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ad413a
}

.btncontainer {
    margin-top: 10px;
    height: 100px;
    position: relative
}

.btnvertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-bottom: 20px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btnPopup {
    background: #b31522;
    background-image: -webkit-linear-gradient(top, #b31522, #b31522);
    background-image: -moz-linear-gradient(top, #b31522, #b31522);
    background-image: -ms-linear-gradient(top, #b31522, #b31522);
    background-image: -o-linear-gradient(top, #b31522, #b31522);
    background-image: linear-gradient(to bottom, #b31522, #b31522);
    border: 2px solid #fff;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    text-decoration: none
}

.windowCss {
    position: fixed;
    top: 199.5px;
    background-color: #ccc;
    left: auto;
    display: none
}

.windowBackground {
    position: fixed;
    top: 199.5px;
    background: rgb(249, 222, 164);
    background: radial-gradient(circle, rgba(249, 222, 164, 1) 0%, rgba(218, 188, 123, 1) 100%);
    left: auto;
    display: none
}

.windowBackground1 {
    position: fixed;
    top: 199.5px;
    background: rgb(27, 45, 136);
    background: radial-gradient(circle, rgba(27, 45, 136, 1) 0%, rgba(179, 21, 34, 1) 100%);
    left: auto;
    display: none
}

.window .headFont1 {
    font-family: Arial;
    font-size: 48px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1.5px;
    padding: 20px;
    line-height: 52px
}

.window .headFont2 {
    font-family: Arial;
    font-size: 52px;
    text-transform: uppercase;
    text-align: center;
    color: #b31522;
    font-weight: 700;
    -webkit-text-fill-color: #b31522;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2px
}

.window h1 {
    font-family: Arial;
    font-size: 47px;
    color: #b31522;
    padding: 20px;
    line-height: 36px;
    margin-top: 20px;
    -webkit-text-fill-color: #b31522;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px
}

.closeIconCss {
    position: absolute;
    z-index: 9999;
    background-color: #fff !important;
    width: 25px;
    padding: 3px;
    text-align: center;
    border-radius: 100%;
    right: 5px;
    top: -30px;
    color: red;
    font-size: 19px
}

.windowBoxBorder {
    border: 3px solid #fff
}

@media screen and (max-width: 480px) {
    .window .headFont1 {
        font-family: Arial;
        font-size: 34px;
        text-align: center;
        color: #b31522;
        font-weight: 700;
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke-color: #000;
        -webkit-text-stroke-width: 1px;
        padding: 20px;
        line-height: 42px
    }

    .window .headFont2 {
        font-family: Arial;
        font-size: 42px;
        text-transform: uppercase;
        text-align: center;
        color: #b31522;
        font-weight: 700;
        -webkit-text-fill-color: #b31522;
        -webkit-text-stroke-color: #fff;
        -webkit-text-stroke-width: 2px
    }

    .window h1 {
        font-family: Arial;
        font-size: 18px;
        color: #fff;
        padding: 9px;
        font-weight: 700;
        line-height: 36px;
        -webkit-text-fill-color: #b31522;
        -webkit-text-stroke-color: #fff;
        -webkit-text-stroke-width: .5px
    }

    .btnPopup {
        background: #b31522;
        background-image: -webkit-linear-gradient(top, #b31522, #b31522);
        background-image: -moz-linear-gradient(top, #b31522, #b31522);
        background-image: -ms-linear-gradient(top, #b31522, #b31522);
        background-image: -o-linear-gradient(top, #b31522, #b31522);
        background-image: linear-gradient(to bottom, #b31522, #b31522);
        border: 2px solid #fff;
        -webkit-border-radius: 28;
        -moz-border-radius: 28;
        border-radius: 28px;
        font-family: Arial;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        padding: 10px 20px 10px 20px;
        text-transform: uppercase;
        text-decoration: none
    }
}

/*===============================
	Events CSS
=================================*/
.newseventsmore-btn {
    background: #b5111b;
    color: #fff;
}

.newseventsmore-btn:hover {
    color: #fff;
}

.latestevents {
    background: #F8F8F8;
}

.event-img, .coming-event {
    margin-top: 30px;
}

.coming-event {
    padding-left: 35px;
}

.latestevents .single-event {
    background: #fff;
    position: relative;
    margin-left: 0;
    padding: 30px 20px 20px 60px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.latestevents .event-date {
    background: #a22a25;
    position: absolute;
    left: -35px;
    width: 70px;
    text-align: center;
    top: 50%;
    margin-top: -35px;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.latestevents .single-event:hover .event-date {
    border-radius: 100%;
}

.latestevents .event-date p {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.latestevents .single-event:hover .event-date p {
    font-size: 25px;
}

.latestevents .event-date p span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.latestevents .event-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.latestevents .event-title a {
    font-weight: 700;
    color: #252525;
}

.latestevents .event-para a, .latestnews .event-para a {
    color: #252525;
    font-weight: 400;
}

.latestevents .entry-date-time {
    color: #555;
    margin-top: 5px;
    display: block;
}

/* Events Archive */
.latestevents.archive {
}

.latestevents.archive .single-event {
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.latestevents.archive .event-image {
    position: relative;
    overflow: hidden;
}

.latestevents.archive .event-image img {
    width: 100%;
    height: 100%;
}

.latestevents.archive .single-event:hover .event-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.latestevents.archive .event-date {
    top: 5px;
    margin: 0;
    left: 5px;
}

.latestevents.archive .event-content {
    margin-top: 20px;
}

/*===============================
	End Events CSS
=================================*/


.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.img-fluid {
    max-height: 100vw
}

/*===============================
	News CSS
=================================*/
.latestnews {
    background: #F8F8F8;
}

.event-img, .coming-event {
    margin-top: 30px;
}

.coming-event {
    padding-left: 35px;
}

.latestnews .single-event-left {
    background: #fff;
    position: relative;
    margin-left: 0;
    padding: 0px;
    margin-bottom: 30px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.latestnews .single-event {
    background: #fff;
    position: relative;
    margin-left: 0;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.latestnews .single-event-left .inner-padding {
    padding: 30px;
}

.latestnews .col-centered, .latestevents .col-centered {
    float: none;
    margin: 0 auto;
}


.latestnews .event-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.latestnews .event-title a {
    font-weight: 700;
    color: #252525;
}

.latestnews .event-para a {
    color: #252525;
    font-weight: 400;
}

.latestnews img {
    padding: none !important;
}

/* Events Archive */
.latestnews.archive {
}

.latestnews.archive .single-event {
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.latestnews.archive .event-image {
    position: relative;
    overflow: hidden;
}

.latestnews.archive .event-image img {
    width: 100%;
    height: 100%;
}

.latestnews.archive .single-event:hover .event-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.latestnews.archive .event-date {
    top: 5px;
    margin: 0;
    left: 5px;
}

.latestnews.archive .event-content {
    margin-top: 20px;
}

/*===============================
	End News CSS
=================================*/
/*=============================
	Clinets Slider CSS
===============================*/
.gateway {
    background: #b5111b;
    padding: 15px 0;
}

.gateway::before {
    opacity: 0.95;
}

.gateway .text-content h4 {
    font-size: 32px;
    margin-top: 40px;
    color: #fff;
    line-height: 42px;
}

.gateway .text-content p {
    color: #f8f8f8;
    line-height: 22px;
}

.gateway .gateway-slider {
    margin-top: 20px;
}

.gateway .gateway-slider a {
    display: block;
}

.gateway .single-slider img {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gateway .single-slider img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}


}
/*=============================
	End Clinets Slider CSS
===============================*/
/*===============================
	Course Search
=================================*/
.course-search {
    text-align: left;
    position: relative;
    z-index: 2;
    background: #f8f8f8;
    padding: 0;
}

.course-search .features .single-feature {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.course-search .features .icon-img {
    width: 100px;
    height: 100px;
    background: #fff;
    line-height: 110px;
    border-radius: 100%;
    position: relative;
    text-align: center;
    left: 0;
    display: inline-block;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.course-search .features .icon-img i {
    font-size: 35px;
    text-align: center;
    color: #b5111b;
}

.course-search .features .icon-img img {
    width: 70px;
}

.course-search .features .feature-content .f-title {
    font-size: 18px;
    margin: 15px 0;
    color: #252525;
}

.course-search .form-inner {
    text-align: center;
    background: #fff;
    padding: 25px;
    position: relative;
    top: -92px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    line-height: initial;
}

.course-search .form-group .list {
    border-radius: 0px;
    border: none;
    border-top: 2px solid;
}

.course-search .form-group {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.course-search .form-group:last-child {
    margin-right: 0px;
}

.course-search .nice-select,
.course-search .form input {
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 30px;
    color: #888;
    font-size: 14px;
    font-weight: 500;
    border: none;
    width: 100%;
}

.course-search .form-group i {
    position: absolute;
    top: 18px;
    z-index: 33;
    left: 10px;
}

.course-search .nice-select::after {
    right: 15px;
    color: #555;
    border-bottom: 2px solid #888;
    border-right: 2px solid #888;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.course-search .list li {
    color: #555;
    padding: 0 15px;
}

.course-search .list li.selected {
    color: #555;
    font-weight: 400;
}

.course-search .list li:hover {
    color: #fff;
}

.course-search .form-group.button {
    position: relative;
}

.course-search .form-group .btn {
    color: #fff;
    text-transform: capitalize;
}

/*===============================
	End Course Search
=================================*/

/*===============================
	Program Offer CSS
=================================*/
.offer {
    margin-top: -120px;
}

.offer .offer-slider {
    margin-top: 30px;
}

.offer .offer-main {
    padding-left: 5px;
    padding-right: 5px;
}

.offer .single-offer {
    padding: 12px;
    background: #fff;
    margin-left: 10px;
    margin: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offer .single-offer:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}

.offer .offer-head {
    position: relative;
    overflow: hidden;
}

.offer .offer-head::before {
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.offer .offer-head img {
    height: 100%;
    width: 100%;
}

.offer .offer-head:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.offer .offer-head:hover:before {
    opacity: 0.8;
    visibility: visible;
}

.offer .offer-head a {
    position: absolute;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 10;
    border-radius: 0px;
    left: 50%;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: -58px;
    padding: 12px 22px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    border-radius: 50px;
}

.offer .offer-head .btn {
    transform: scale(1);
    opacity: 0.9;
}

.offer .offer-body {
    margin: 15px;
    margin-top: 0px;
}

.offer .name-price {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 333;
    margin-top: -33.5px;
}

.offer .name-price .teacher-info {
    display: inline-block;
}

.offer .teacher-info img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    display: inline-block;
    border: 4px solid #fff;
    float: left;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}

.offer .single-offer .teacher-info:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.offer .teacher-info .title {
    font-weight: 500;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    left: 0;
    bottom: -43px;
    z-index: 33;
    font-size: 13px;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offer .teacher-info:hover .title {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.offer .teacher-info .title::before {
    content: "";
    border-bottom: 12px solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
}

/* Price */
.offer .price {
    background-color: #b5111b;
    color: #fff;
    padding: 5px 25px;
    font-weight: 700;
    position: relative;
    margin-top: 12px;
    float: right;
    border-radius: 50px;
    right: 0;
    opacity: 0.9;
}

.offer .price::before {
    position: ;
    position: absolute;
    left: 0;
    top: -;
    content: "";
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    display: none;
}

.offer .offer-body .c-title {
    font-size: 18px;
    text-align: left;
    margin: 5px 0 15px;
}

.offer .offer-body .c-title a {
    color: #252525;
    font-weight: 700;
}

.offer .offer-body p {
    color: #666;
}

.offer .offer-meta {
    background: #fff;
    border-top: 1px solid rgba(204, 204, 204, 0.45);
    overflow: hidden;
    margin: 15px;
    text-align: left;
    padding-top: 15px;
}

/* Rattings */
.offer .rattings li {
    display: inline;
    margin-right: 2px;
}

.offer .rattings li.point span {
    display: inline-block;
    position: relative;
}

.offer .rattings li.point span:before {
    content: "(";
}

.offer .rattings li.point span::after {
    content: ")";
}

/* Course Info */
.offer .offer-info {
    margin-top: 4px;
}

.offer .offer-info span {
    display: inline-block;
    color: #888;
    margin-right: 8px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offer .offer-info span:last-child {
    margin-right: 0px;
}

.offer .offer-info span i {
    margin-right: 5px;
}

/* Slider Meta */
.offer .owl-controls {
    margin-top: 30px;
}

.offer .owl-controls .owl-nav div {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
    padding: 0;
    border-radius: 100%;
    color: #555;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
}

.offer .owl-controls .owl-nav div:last-child {
    margin: 0;
}

.offer .offer-slider:hover .owl-controls .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.offer .owl-controls .owl-nav div:hover {
    border-color: transparent;
    color: #fff;
}

@media screen and (max-width: 1366px) {
    .latestnews .single-event-left {
        background: #fff;
        position: relative;
        margin: 20px;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .latestnews .single-event {
        background: #fff;
        position: relative;
        margin-left: 0;
        padding: 20px;
        margin: 20px;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .latestevents {
        margin: 0px !important;
    }

    .gateway .text-content h4 {
        font-size: 20px;
        margin-top: 20px;
        color: #fff;
        line-height: 42px;

    }

    .course-search {
        margin-top: 50px;
        background: #fff;
        padding: 25px 0 10px 0;
        box-shadow: none;
    }

    .course-search .form-inner {
        top: 0;
        margin-top: 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none !important;
        padding: 0;
    }

    .offer {
        margin-top: -60px;
    }

    .jssor_1 {
        position: relative;
        margin: 0 auto;
        top: 0;
        left: 0;
        width: 1300px;
        overflow: hidden;
        visibility: hidden
    }

    .jssor_1 .slides {
        cursor: default;
        position: relative;
        top: 0;
        left: 0;
        width: 1300px;
        height: 700px;
        overflow: hidden
    }
}