*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html,
body {
    height: 100%;
    min-height: 100%;
    font-family: "Poppins", sans-serif;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: top;
    -moz-user-select: none;
    user-select: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Oswald", sans-serif;
    line-height: 1.2
}

:focus {
    outline: 0 none
}

a,
img,
button {
    text-decoration: none;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s
}

a:hover {
    text-decoration: none
}

img {
    width: 100%
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 800
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

pre {
    margin: 1em 0
}

p:last-child,
p:last-of-type {
    margin-bottom: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu {
    margin: 0;
    padding: 0
}

dd {
    margin: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none
}

iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0 none;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
    margin: 1px 8px 0 0;
    vertical-align: middle
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="file"],
textarea {
    -webkit-appearance: none;
    resize: none;
    width: 100%;
    border: 1px solid #ebebeb;
    background-color: #f6f6f6;
    padding: 0px 15px;
    line-height: 1.0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-weight: 400
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus {
    background-color: #fff
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
    height: 52px
}

input[type="file"] {
    padding: 8px 15px;
    cursor: pointer;
    color: #767676
}

textarea {
    height: 160px;
    overflow: auto;
    vertical-align: top;
    padding: 10px 15px;
    line-height: 1.4
}

select {
    width: 100%;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #ebebeb;
    background: #f6f6f6 url(../img/dd-select.png) no-repeat right center;
    padding: 0 15px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #777;
    height: 52px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px
}

select:hover {
    border-color: #ebebeb;
    background: #fff url(../img/dd-select.png) no-repeat right center
}

select option {
    padding: 5px;
    font-weight: 400
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address {
    font-style: normal;
    font-size: 14px
}

hr {
    border: 0 none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 45px 0;
    display: block;
    width: 100%
}

ul,
ol {
    margin: 20px 0;
    padding-left: 15px;
}

ul ul,
ol ol {
    margin: 10px 0
}

ul ul li {
    list-style: circle outside
}

ol ol li {
    list-style: lower-roman outside
}

ul:first-of-type,
ul:first-child,
ol:first-of-type,
ol:first-child {
    margin-top: 0
}

*+ul:first-of-type,
*+ul:first-child,
*+ol:first-of-type,
*+ol:first-child {
    margin-top: 10px
}

ul.nolist,
.home-banner .home-slider ul.slick-dots,
.section-testimonials .testimonial-slider ul.slick-dots,
.window .adbox .ad-slider ul.slick-dots,
ul.testimonials {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.nolist li,
.home-banner .home-slider ul.slick-dots li,
.section-testimonials .testimonial-slider ul.slick-dots li,
.window .adbox .ad-slider ul.slick-dots li,
ul.testimonials li {
    list-style: none;
    margin: 0;
    padding: 0
}

ul:last-child {
    margin-bottom: 0px
}

ul li {
    margin-bottom: 5px
}

ol li {
    margin-bottom: 10px
}

.rel {
    position: relative
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.background-no-repeat {
    background-repeat: no-repeat
}

.background-size-cover {
    background-size: cover;
    -webkit-background-size: cover
}

.background-width-full {
    background-size: 100% auto;
    -webkit-background-size: 100% auto
}

.background-height-full {
    background-size: auto 100%;
    -webkit-background-size: auto 100%
}

[class*="col-"] {
    float: left;
    min-height: 1px
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color !important
}

.container {
    width: 1340px;
    margin: 0 auto
}

.container-fluid {
    padding: 0 160px
}

.container::after,
.container::after,
.container-fluid::after,
.container-fluid::after {
    content: "";
    display: table;
    clear: both
}

.desktop {
    display: block
}

.mobile {
    display: none
}

body.noscroll {
    overflow-x: hidden
}

.btn {
    width: auto;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    background-color: #dddddd;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    padding: 0 35px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #000000 !important;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase
}

.btn:hover {
    background-color: #ffb11b;
    color: #000000;
}

.btn.small {
    height: 42px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 42px;
}

.btn.border {
    background-color: transparent;
    border: 1px solid #093759;
    color: #093759;
}

.btn.border:hover {
    background-color: #ffb11b;
    border-color: #ffb11b;
    color: #000000;
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 36px
}

h4 {
    font-size: 32px
}

h5 {
    font-size: 28px
}

h6 {
    font-size: 24px
}

small {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #ca2801;
    line-height: 1
}

p {
    margin: 0 0 25px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #444444;
    font-weight: 400;
    line-height: 1.7
}

p strong {
    font-weight: 600
}

p:last-child {
    margin: 0 0 0
}

p a {
    color: #ca2801;
    font-weight: 500
}

p a:hover {
    color: #5d1d01
}

ul.list-icon {
    padding: 0
}

ul.list-icon li {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px !important;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #201d24
}

ul.list-icon li:last-child {
    margin-bottom: 0px !important
}

ul.list-icon li a {
    color: #201d24
}

ul.list-icon li a:hover {
    color: #ca2801
}

ul.list-icon li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
    color: #ca2801
}

.row {
    margin: 30px -15px 0;
    font-size: 0
}

.row::after {
    content: "";
    display: table;
    clear: both
}

.row:first-child {
    margin: 0 -15px 0
}

.row [class*="col-"] {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px
}

.row .col-20 {
    width: 20%
}

.row .col-25 {
    width: 25%
}

.row .col-30 {
    width: 30%
}

.row .col-33 {
    width: 33.33%
}

.row .col-40 {
    width: 40%
}

.row .col-50 {
    width: 50%
}

.row .col-60 {
    width: 60%
}

.row .col-66 {
    width: 66.66%
}

.row .col-70 {
    width: 70%
}

.row .col-75 {
    width: 75%
}

.row .col-80 {
    width: 80%
}

.row .col-100 {
    width: 100%
}

.topbar {
    padding: 12px 0;
    background-color: #093759;
    text-align: center
}

.topbar ul {
    margin: 0 0px;
    padding: 0;
    list-style-type: none;
    font-size: 0
}

.topbar ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    margin-bottom: 0px;
    font-size: 15px;
    color: rgba(255,255,255,.6);
    font-weight: 400;
    line-height: 1
}

.topbar ul li:first-child {
    margin-left: 0px;
}

.topbar a {
    display: inline-block;
    color: rgba(255,255,255,.6);
    font-weight: 400
}

.topbar a:hover, .topbar span:hover {
    color: rgba(255,255,255,1);
    font-weight: 400
}

.topbar a i, .topbar span i {
    display: inline-block;
    margin-right: 7px;
}

header {
    z-index: 11;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    padding: 8px 0;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.6), rgba(255,255,255,0));
    /*background-color: #ffffff;*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header.fixed {
    position: absolute;
}

header .logo {
    width: 160px;
    height: 111px;
    float: left;
    background: url(../img/logo.png) no-repeat left top;
    background-size: 100% auto;
    font-size: 0
}

header nav {
    float: right
}

header nav button {
    display: none
}

header nav ul {
    z-index: 7;
    position: relative;
    margin: 0px 0 0 !important;
    padding: 0;
    text-align: right;
    font-size: 0
}

header nav ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 21px;
    font-family: 'Oswald';
    font-weight: 500;
    letter-spacing: -.5px;
    text-transform: uppercase;
}

header nav ul li:first-child {
    margin-left: 0
}

header nav ul li a {
    display: block;
    color: #ffffff;
    line-height: 111px
}

header nav ul li a.toggle {
    position: relative;
    padding-right: 0px
}

header nav ul li a.toggle::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    font-weight: 500
}

header nav ul li a:hover {
    color: #ffb11b
}

header nav ul li:hover>a {
    color: #ffb11b
}

header nav ul li:hover>ul {
    opacity: 1;
    visibility: visible
}

header nav ul li ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: -15px;
    top: 85%;
    width: 240px;
    background-color: #f2f2f2;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15)
}

header nav ul li ul li {
    display: block;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 500
}

header nav ul li ul li a {
    display: block;
    padding: 12px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f6f6f6;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.3
}

header nav ul li ul li a:hover {
    background-color: #e9a832;
    color: #000000
}

header nav ul li ul li a.toggle {
    position: relative;
    padding-right: 30px
}

header nav ul li ul li a.toggle::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 500
}

header nav ul li ul li:hover {
    color: rgba(255, 255, 255, 0.7)
}

header nav ul li ul li:hover>ul {
    opacity: 1;
    visibility: visible
}

header nav ul li ul li>ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: -100%;
    top: 0;
    margin-top: 0px !important
}

header nav ul li ul li>ul li a {
    background-color: #f0f0f0
}

.home-banner {
    position: relative
}

.home-banner .content {
    z-index: 2;
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 800px;
    text-align: left
}

.home-banner .content h2 {
    margin-bottom: 10px;
    font-size: 72px;
    color: #ffb11b;
    font-weight: 700;
    line-height: 1;
}

.home-banner .content p {
    font-size: 22px;
    color: rgba(255,255,255,1);
}

.home-banner .home-slider .slide {
    position: relative
}

.home-banner .home-slider .slide::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5)
}

.home-banner .home-slider .slick-dots {
    z-index: 3;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.home-banner .home-slider .slick-dots li {
    width: 15px;
    display: block;
    margin: 9px 0 9px !important
}

.home-banner .home-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    display: block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 0;
    padding: 0
}

.home-banner .home-slider .slick-dots li.slick-active button {
    border-color: #e9a832;
    background-color: #e9a832
}

hr.spacer {
    width: 100%;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    background-color: #f6f6f6;
    margin: 45px 0;
}

.section_welcome_academy {
    background-color: #18151b;
    padding: 70px 0;
}

.section_welcome_academy h3 {
    margin-bottom: 15px;
    color: #ffffff;
}

.section_welcome_academy p {
    color: rgba(255,255,255,.6);
}

.section_event_activity {
    padding: 70px 0;
}

.section_event_activity h6 {
    margin-bottom: 5px;
    font-size: 30px;
}

.section_event_activity p img {
    padding: 5px;
    border: 1px solid rgba(0,0,0,.3);
}

.section_sportcategory {
    background-color: #18151b;
    padding: 70px 0;
    text-align: center;
}

.section_sportcategory h3 {
    font-size: 60px;
    color: #ffb11b;
}

.section_sportcategory .multisport-slider {
    margin: 30px 0;
}

.section_sportcategory .multisport-slider .slick-slide {
    padding: 0 10px;
}

.section_sportcategory .multisport-slider .box {
    display: box;
    position: relative;
    overflow: hidden;
    background-color: rgba(0,0,0,1);
    border: 1px solid rgba(255,255,255,.2);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.section_sportcategory .multisport-slider .box img {
    width: 100%;
    display: inline-block;
}

.section_sportcategory .multisport-slider .box .overlay {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #100e12;
}

.section_sportcategory .multisport-slider .box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.section_sportcategory .multisport-slider .box a {
    z-index: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.section_sportcategory .multisport-slider .box a h5 {
    margin-bottom: 7px;
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}

.section_sportcategory .multisport-slider .box a p span {
    color: rgba(255,255,255,.6);
}

.section_sportcategory .multisport-slider .box:hover {
    background-color: rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.2);
}

.section_sportcategory .multisport-slider .box:hover a h5 {
    color: #ffb11b;
}

.section_sportcategory .multisport-slider ul.slick-dots {
  margin: 25px 0 0;
  padding: 0;
  text-align: center;
}
.section_sportcategory .multisport-slider ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
.section_sportcategory .multisport-slider ul.slick-dots li button {
  width: 11px;
  height: 11px;
  display: block;
  background-color: rgba(255,255,255,0);
  border: 1px solid rgba(255,255,255,.3);
  padding: 0;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  font-size: 0;
  cursor: pointer;
}
.section_sportcategory .multisport-slider ul.slick-dots li.slick-active button {
  background-color: #ffb11b;
  border-color: #ffb11b;
}


.section_whycssports {
    background-color: #093759;
    padding: 45px 0;
    text-align: center;
}

.section_whycssports h3 {
    margin-bottom: 5px;
    font-size: 60px;
    color: #ffb11b;
}

.section_whycssports p {
    color: rgba(255,255,255,.7);
}

.section_whycssports ul {
    z-index: 2;
    position: relative;
    margin: 45px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

.section_whycssports ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.section_whycssports ul li .box {
    display: block;
    padding: 0px 15px;
}

.section_whycssports ul li .box h3 {
    margin: 15px 0 10px;
    font-size: 60px;
    color: #ffb11b;
    font-weight: 600;
    line-height: 1;
}

.section_whycssports ul li .box i {
    font-size: 60px;
    color: #ffffff;
    line-height: 1;
}

.section_eventlist {
    padding: 70px 0;
}
.section_eventlist h2 {
    margin-bottom: 30px;
    color: #000000;
}
.section_eventlist h3 {
    margin-bottom: 15px;
    color: #000000;
}
.section_eventlist ul.tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #093759;
    font-size: 0;
}
.section_eventlist ul.tabs li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-left: 8px;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom: 0px solid rgba(0,0,0,.2);
    padding: 15px 25px;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}
.section_eventlist ul.tabs li.active {
    border: 1px solid #093759;
    background-color: #093759;
    color: #ffffff;
}
.section_eventlist ul.tabs li:first-child {
    margin-left: 0px;
}
.section_eventlist .tab-content {
    display: none;
    padding: 35px 0px;
}
.section_eventlist .tab-content.active {
    display: block;
}
.section_eventlist .tab-content .box {
    padding: 15px 15px 15px;
    background-color: #f8f8f8;
    border: 1px solid rgba(0,0,0,.1);
}
.section_eventlist .tab-content .box img {
    margin-bottom: 15px;
}
.section_eventlist .tab-content .box .event-date {
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: #321915;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
}
.section_eventlist .tab-content .box .event-heading {
    margin-bottom: 10px;
    font-size: 17px;
    color: #222222;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}
.section_eventlist .tab-content .box p {
    margin: 0 0 15px;
    font-size: 15px;
}
.section_eventlist .tab-content .box p:last-child {
    margin: 0 0 10px;
}

.section_photogallery {
    padding: 70px 0;
    text-align: center;
}

.section_photogallery h3 {
    color: #093759;
}

.section_photogallery ul {
    margin: 15px -10px 30px;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0;
    text-align: left;
}

.section_photogallery ul li {
    width: 25%;
    display: inline-block;
    verticle-align: top;
    margin-top: 17px;
    padding: 0 10px;
}

.section_photogallery ul li img {
    padding: 5px;
    border: 2px solid rgba(0,0,0,.15);
}

.section_photogallery ul li:hover img {
    border-color: #fe7321;
}

.section_whypush {
    padding: 70px 0;
    background-color: #18151b;
    text-align: center;
}

.section_whypush h3 {
    color: #ffffff;
}

.section_whypush ul {
    margin: 30px -10px 0;
    padding: 0 60px;
    list-style-type: none;
    display: block;
    font-size: 0;
}

.section_whypush ul li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    padding: 15px 15px;
    border-right: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.section_whypush ul li:nth-child(3),
.section_whypush ul li:nth-child(6) {
    border-right: 0px solid rgba(255,255,255,.2);
}

.section_whypush ul li:nth-child(4),
.section_whypush ul li:nth-child(5),
.section_whypush ul li:nth-child(6) {
    border-bottom: 0px solid rgba(255,255,255,.2);
}

.section_whypush ul li .border {
    display: block;
    min-height: 190px;
    padding: 10px 15px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.section_whypush ul li i {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    font-size: 52px;
    color: #ffb11b;
    line-height: 1;
}

.section_whypush ul li h5 {
    margin-bottom: 3px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.section_whypush ul li p {
    color: rgba(255,255,255,.7);
    line-height: 1.5;
}

.section_faqs {
    padding: 60px 0 80px;
    background-color: #f6f6f6;
    text-align: center;
}
.section_faqs h3 {
    margin-bottom: 0px;
    color: #093759;
}
.section_faqs p {
    color: rgba(0,0,0,.85);
}
.section_faqs .accordion {
    margin-top: 45px;
    text-align: left;
}
.section_faqs .accordion h6 {
    position: relative;
    cursor: pointer;
    margin-top: 15px;
    padding: 18px 45px 18px 20px;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #093759;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}
.section_faqs .accordion h6::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}
.section_faqs .accordion h6.active {
    background-color: #ffaf32;
    color: #000000;
}
.section_faqs .accordion .hide {
    display: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-top: 0px solid rgba(0,0,0,.1);
    padding: 20px 20px;
}
.section_faqs .accordion .hide p {
    font-size: 16px;
    color: #000000;
}

.section-testimonials {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
.section-testimonials h3 {
    margin-bottom: 0px;
    color: #093759;
}
.section-testimonials .reviews-slider ul.slick-dots {
  margin: 25px 0 0;
  padding: 0;
  text-align: center;
}
.section-testimonials .reviews-slider ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.section-testimonials .reviews-slider ul.slick-dots li button {
  width: 11px;
  height: 11px;
  display: block;
  background-color: #000;
  border: 1px solid #000;
  padding: 0;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  font-size: 0;
  cursor: pointer;
}
.section-testimonials .reviews-slider ul.slick-dots li.slick-active button {
  background-color: #fe7321;
  border-color: #fe7321;
}
.section-testimonials .reviews-slider {
  margin: 30px -7px 0;
}
.section-testimonials .reviews-slider .slick-slide {
  padding: 0 7px;
}
.section-testimonials .box {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 20px 20px;
  text-align: left;
}
.section-testimonials .box .avtar img {
    width: 90px;
    display: inline-block;
    margin: 15px 0 10px 20px;
}
.section-testimonials .box h6 {
  position: relative;
  margin-bottom: 7px;
  font-size: 16px;
}
.section-testimonials .box h6 strong {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
}
/*
.section-testimonials .box h6 strong {
  display: inline-block;
  padding-right: 20px;
  background: url(../img/blue-tick-icon.png) no-repeat right center;
  color: #000000;
  text-transform: uppercase;
}
*/
.section-testimonials .box p {
    margin: 0 0 10px;
    font-size: 14px;
    font-family: 'Open Sans';
    line-height: 1.8;
}

.section-promotion {
    padding: 30px 0;
    background-color: #ffb11b;
}

.section-promotion .promotion-slider .slick-slide {
    padding: 5px 8px;
}

.section-promotion .promotion-slider .slick-slide img {
    border: 1px solid rgba(0,0,0,.2);
}

.section-promotion .promotion-slider .slick-dots {
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0;
    text-align: center;
}

.section-promotion .promotion-slider .slick-dots li {
    width: 9px;
    display: inline-block;
    verticle-align: middle;
    margin: 0 3px;
}

.section-promotion .promotion-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    display: block;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: transparent;
    border: 1px solid #000000;
    font-size: 0;
    padding: 0;
}

.section-promotion .promotion-slider .slick-dots li.slick-active button {
    border-color: #000000;
    background-color: #000000
}


.section_distance_education .bloglist {
}

.section_distance_education .bloglist .box {
    display: block;
    background-color: #f6f6f6;
    padding: 15px 15px 30px;
}

.section_distance_education .bloglist .box img {
    margin-bottom: 15px;
}

.section_distance_education .bloglist .box h6 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #ca2801;
}

.section_distance_education ul.listlogo {
    margin: 0 -10px;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0;
}

.section_distance_education ul.listlogo li {
    width: 16.66%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding: 0 10px;
}

.section_distance_education ul.listlogo li img {
    border: 1px solid rgba(0,0,0,.1);
    padding: 7px;
}

.section_blogposts {
    padding: 70px 0;
}
.section_blogposts .col-30 h2 {
    margin-top: 30px;
    font-size: 24px;
}
.section_blogposts .col-30 h2 h2:first-child {
    margin-top: 0px;
}
.section_blogposts .widget ul li a {
    font-size: 18px;
}
.section_blogposts .blog-item {
    display: block;
    background-color: #f4f4f4;
    margin-bottom: 30px;
    padding: 15px 15px 25px;
}
.section_blogposts .blog-item img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}
.section_blogposts .blog-item h5 {
    min-height: 72px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #ca2801;
}
.section_blogposts .blog-item p.date {
    color: #000;
    font-weight: 600;
}
.section_blogposts .blog-item p {
    margin: 0 0 15px;
}
.section_blogposts .blog-item p:last-child {
    margin: 0 0 0px;
}

.section_blogposts.singlepost h2 {
    margin-bottom: 30px;
}

.section_blogposts.singlepost span.date {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    font-size: 13px;
    color: #ffffff;
    line-height: 1;
}

.section_blogposts.singlepost h6 {
    margin: 30px 0 15px;
    color: #b01513;
    text-transform: uppercase;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.4);
    padding: 12px 20px !important;
    margin: 5px !important;
    color: rgba(0,0,0,.7);
    font-size: 16px;
}
.wp-pagenavi span.current {
    font-weight: bold !important;
    background-color: #ca2801 !important;
    border-color: #ca2801 !important;
    color: #ffffff !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
    border: 1px solid #ca28011 !important;
    color: #ca28011;
}

footer {
    background-color: #0a3756;
}

footer .linkinfo {
    padding: 45px 0;
}

footer .linkinfo h6 {
    margin: 0 0 25px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

footer .linkinfo p {
    color: rgba(255,255,255,0.5);
    line-height: 1.7
}

footer .linkinfo p strong,
footer .linkinfo p span {
    color: #fff
}

footer .linkinfo p a {
    color: rgba(255,255,255,0.5);
}

footer .linkinfo p a:hover {
    color: #ffffff
}

footer .linkinfo .contact .widget-contact-info li {
    margin-bottom: 8px !important;
    padding-left: 20px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6
}

footer .linkinfo .contact .widget-contact-info li i {
    top: 6px;
    font-size: 13px;
    color: #fff
}

footer .linkinfo .contact .widget-contact-info li a {
    color: rgba(255,255,255,0.5);
}

footer .linkinfo .contact .widget-contact-info li a:hover {
    color: #ffffff
}

footer .linkinfo ul.social {
    margin: 30px 0 0;
    padding: 0;
    list-style-type: none;
    display: block;
}
footer .linkinfo ul.social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
footer .linkinfo ul.social li:last-child {
    margin-right: 0px;
}
footer .linkinfo ul.social li a {
    display: block;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,0.2);
}
footer .linkinfo ul.social li i {
    font-size: 20px;
    color: rgba(255,255,255,0.7);
    line-height: 1;
}
footer .linkinfo ul.social li a:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
footer .linkinfo ul.social li a:hover i {
    color: #093759;
}


footer .copyinfo {
    background-color: #00253f;
    text-align: center;
    padding: 20px 0
}

footer .copyinfo p {
    font-size: 15px;
    color: rgba(255,255,255,0.5);
    line-height: 1.3
}

footer .copyinfo p a {
    color: rgba(255,255,255,0.5);
}

footer .copyinfo p a:hover {
    color: #fff;
    text-decoration: underline
}

.fixed-btn {
    z-index: 10;
    position: fixed;
    right: 0px;
    bottom: 30px;
    font-size: 0
}

.fixed-btn a.circle {
    width: auto;
    height: 60px;
    display: block;
    padding: 0 15px;
    text-align: center;
    font-size: 0;
    line-height: 60px
}

.fixed-btn a.circle i {
    font-size: 28px;
    color: #fff;
    line-height: 60px
}

.fixed-btn a.circle.phone {
    background-color: #ca2801
}

.fixed-btn a.circle.chat {
    background-color: #4dc247
}

.fixed-btn a.circle:hover {
    background-color: #201d24
}

.fixed-btn a.circle:hover i {
    color: #fff
}

.googlemap iframe {
    display: block;
    height: 450px
}

.office hr {
    margin: 20px 0
}

.window {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 11;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9)
}

.window.open {
    opacity: 1;
    visibility: visible
}

.window .adbox {
    width: 780px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px;
    background-color: #201d24
}

.window .adbox a.close {
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background-color: #ca2801;
    text-align: center
}

.window .adbox a.close i {
    font-size: 16px;
    color: #fff;
    line-height: 42px
}

.window .adbox .ad-slider .slick-dots {
    z-index: 3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px
}

.window .adbox .ad-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px !important
}

.window .adbox .ad-slider .slick-dots li button {
    width: 21px;
    height: 21px;
    display: block;
    background-color: #ca2801;
    font-size: 0;
    padding: 0
}

.window .adbox .ad-slider .slick-dots li.slick-active button {
    background-color: #5d1d01
}

.section_blogposts .widget ul {
    margin: 15px 0 0;
    padding: 0;
    list-style-type: none;
}

.section_blogposts .widget ul li {
    display: block;
    padding: 12px 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.section_blogposts .widget ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 15px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}

.section_blogposts .widget ul li a::before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: '+';
    font-size: 19px;
    line-height: 1;
}

.section_blogposts .widget ul li a:hover {
    color: #ba0031;
}

.innerbanner { 
    padding: 290px 0 90px; 
    background-color: #3f67a4; 
    text-align: center;
}
.innerbanner h1 { 
    color: #ffffff;
    text-transform: uppercase;
}
.section_innerpage {
    padding: 70px 0;
}

.news-item {
    padding: 15px;
    border: 1px solid rgba(0,0,0,.1);
}
.news-item img {
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 10px;
}
.news-item h6 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #d14d26;
    font-weight: 500;
}
.news-item span.date {
    display: inline-block;
    background-color: #000000;
    padding: 7px 12px;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
}
.news-item p {
    font-size: 14px;
}

.section_comment {
    margin-top: 45px;
    padding: 45px 0 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.section_blogposts.singlepost h3 {
    margin-bottom: 15px;
}
.section_comment .nocomments {
    color: #ff0000;
}

.innerpage h3 {
    margin: 0 0 15px;
    text-transform: uppercase;
}


































