/* WP PRO LEAGUE  */


/*** 
====================================================================
			Fonts
====================================================================

 ***/

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Special+Elite&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("fontawesome-all.css");
@import url("animate.css");
@import url("flaticon.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
@import url("scrollbar.css");
@import url("hover.css");

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    color: #787878;
    line-height: 1.6em;
    font-weight: 400;
    /* background: #0c0a0a; */
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #234162;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
}

h1,
h2,
h3,
h4 {
    font-family: "Oswald", sans-serif;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #696478;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #848484;
}

::-moz-input-placeholder {
    color: #848484;
}

::-ms-input-placeholder {
    color: #848484;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-style-one:hover {
    color: #234162;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    border-radius: 15px;
    padding: 18px 56px;
    background-color: #234162;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
    color: #234162;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-one .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 15px;
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-one:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/* Btn Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #234162;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-style-two:hover {
    color: #234162;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 8px 28px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-title {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-two .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #234162;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-two:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Btn Style Three*/

.btn-style-three {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #f1ecff;
    font-weight: 500;
    padding: 10px 32px;
    background-color: #1a2940;
    overflow: hidden;
    border-radius: 5px;
    transition: all 300ms linear;
}

.btn-style-three .btn-title {
    position: relative;
}

.btn-style-three:hover {
    color: #1a2940;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
}

.btn-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 500;
    overflow: hidden;
    border: 1px solid #333333;
    background-color: #333333;
}

.btn-style-four:hover {
    color: #333333;
    border: 1px solid #ffffff;
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
}


/*=== Social Icon One ===*/

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 30px;
    color: #341c77;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #234162;
}

.social-icon-one li:first-child {
    margin-left: 0;
}


/*=== Social Icon Two ===*/

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #234162;
}

.social-icon-two li:first-child {
    margin-left: 0;
}


/*=== List Style One ===*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 13px;
}

.list-style-one li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 0px;
    color: #234162;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
    color: #44bce2;
}

.theme_color {
    color: #234162;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0);
}

.preloader .icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page-loaded .preloader .icon {
    opacity: 0;
}

.preloader:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:before {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

.preloader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #234162;
    z-index: 2;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:after {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
}

.main-header .header-top {
    position: relative;
    background: #234162;
}


/* Top Left*/

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.main-header .header-top .info-list {
    position: relative;
    float: left;
}

.main-header .header-top .info-list li {
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: #838383;
    font-weight: 400;
    padding: 10px 0;
    margin-left: 10px;
}

.main-header .header-top .info-list li a {
    padding: 0 25px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .inner-box h5 {
    position: relative;
    color: #fff;
    font-size: 28px;
    padding-top: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}

.main-header .header-top .info-list li:last-child>a,
.main-header .header-top .info-list li>a:hover {
    background: #fff;
    color: #234162;
    border-radius: 15px;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .top-left .social-icons {
    position: relative;
    padding: 13px 0px;
}

.main-header .header-top .top-left .social-icons li {
    position: relative;
    margin-right: 25px;
    display: inline-block;
}

.main-header .header-top .top-left .social-icons li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .top-left .social-icons li a:hover {
    color: #000;
}


/*=== Header Upper ===*/

.main-header .header-upper {
    position: relative;
    /* background-color: #000000; */
}

.clip-path-drop-shadow {
    filter: drop-shadow(0 21px 11px #0077ff);
}

.main-header .clip-path-drop-shadow::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5em;
    background-color: #ccc;
    -webkit-clip-path: polygon(0 0, 45% 0, 50% 50%, 55% 0, 100% 0, 100% 30%, 55% 30%, 50% 80%, 45% 30%, 0% 30%);
    clip-path: polygon(0 0, 45% 0, 50% 50%, 55% 0, 100% 0, 100% 30%, 55% 30%, 50% 80%, 45% 30%, 0% 30%);
}

.sticky-header.slideInDown .logo img {
    width: 68px;
}

.main-header .header-upper .logo-outer {
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 2;
    margin-top: -50px;
    transform: translateX(-50%);
}

.main-header .header-upper .logo {
    position: relative;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 170px;
    /* background: #000; */
    /* border-radius: 50%; */
}

.main-header .header-upper .social-links {
    position: relative;
    float: left;
    padding: 39px 0;
    margin-left: 75px;
}

.main-header .nav-outer {
    position: relative;
    float: right;
    width: 100%;
    z-index: 1;
}

.main-header .header-upper .nav-outer:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 1px;
    z-index: 2;
    width: 542px;
    height: 154px;
    margin-top: -1px;
    transform: translateX(-50%);
    background: url(../images/icons/header-lower-bg.png) no-repeat;
    background-position: center center;
    filter: brightness(0) invert(1);
}


/*===  Header Lower ===*/

.main-header .header-lower {
    position: relative;
    width: 100%;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
}

.main-menu {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.sticky-header.animated ul.navigation.clearfix.pull-left li {
    margin-right: 0px;
}

ul.navigation.clearfix.pull-left li {
    margin-right: 110px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    z-index: 2;
    padding: 25px 0px;
    margin-right: 75px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-box.standing-btn {
    width: 100%;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    opacity: 1;
    color: #444444;
    padding: 0px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 100%;
    height: 3px;
    width: 0px;
    z-index: -1;
    margin-top: -2px;
    background-color: #234162;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    width: 100%;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #444444;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 2px solid #234162;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    background: #234162;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover:before {
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #252525;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 19px 0px;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #ffffff;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: -2px;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 2px solid #234162;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    background: #234162;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #252525;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: right;
    padding: 30px 0;
}

.main-header .outer-box .btn-box {
    position: relative;
    float: right;
}

.main-header .outer-box .btn-box .theme-btn {
    text-transform: uppercase;
    display: block;
}


/*search box btn*/

.main-header .search-box-outer {
    position: relative;
    float: left;
    padding: 10px 30px;
    margin-left: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-outer:before {
    position: absolute;
    left: 0;
    top: 13px;
    height: 24px;
    width: 1px;
    background-color: #e8e8e8;
    content: "";
}

.main-header .search-box-btn {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    background: none;
    color: #222222;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover {
    color: #343434;
}

.dropdown-toggle::after {
    display: none;
}

.main-header .search-box-outer .dropdown-menu {
    top: 70px !important;
    left: auto !important;
    right: 0;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border-top: 3px solid #234162;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #25262c;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.main-header .outer-box .social-links {
    position: relative;
    float: left;
    margin-left: 20px;
    padding: 20px 0;
    padding-left: 20px;
}

.main-header .outer-box .social-links:before {
    position: absolute;
    left: -3px;
    top: 15px;
    height: 35px;
    border-left: 1px solid #e5e5e5;
    content: "";
}


/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two {
    position: relative;
}

.header-style-two .header-top .info-list li {
    padding: 11px 0px;
}

.header-style-two .header-top .top-right .social-icons {
    padding: 13px 0px;
}

.header-style-two .header-lower .logo-outer {
    position: relative;
    float: left;
    padding: 11px 0px;
}

.header-style-two .header-lower .logo-outer .logo {
    position: relative;
    z-index: 1;
}

.header-style-two .header-lower .logo-outer:before {
    position: absolute;
    content: "";
    right: -110px;
    top: 0px;
    width: 2000px;
    height: 100%;
    background-size: cover;
    background: url(../images/background/3.jpg) repeat;
}

.header-style-two .nav-outer {
    width: auto;
}

.header-style-two .main-menu .navigation>li {
    padding: 31px 0px;
}


/* .header-style-two .main-menu,
.header-style-two .nav-outer{
	width: 100%;
} 

.header-style-two .main-menu .navbar-collapse{
	display: block !important;
}

.header-style-two .header-upper .logo-outer{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}*/


/* .header-style-two .header-upper .logo-outer:before{
	display: none;
}

.header-style-two .header-upper .logo:before{
	background-color: #ffffff;
}

.header-style-two .header-top .top-left{
	padding-left: 0;
}

.header-style-two .main-menu .navigation > li{
	margin-left: 0;
	margin-right: 90px;
}

.header-style-two .main-menu .navigation > li:last-child{
	margin-right: 0;
}

.header-style-two .header-top .top-right{
	padding: 10px 0;
}

.header-style-two .social-icon-two li{
	margin-left: 35px;
}

.header-style-two .social-icon-two li a{
	font-size: 15px;
	color: #c8bfe3;
}

.header-style-two .social-icon-two li a:hover{
	color: #234162;
} */


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 0px 0px;
}

.sticky-header .main-menu .navigation,
.sticky-header .main-menu .navigation>li {
    float: left;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 32px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 20px 0px !important;
    line-height: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #444444;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    color: #234162;
}


/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #234162;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #234162;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    color: #234162;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #234162;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #234162;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #234162;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #234162;
}

.privacy-sec {
    position: relative;
    padding: 100px 0 100px;
}

.privacy-sec h1 {
    color: #234162;
    text-align: center;
    padding: 20px 0;
}

.privacy-sec h4 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 100;
}

.privacy-div h5 {
    color: #234162;
    font-size: 20px;
    padding: 20px 0px;
    font-family: "Oswald";
}

.privacy-div p {
    font-size: 14px;
}

.privacy-div {
    background-color: #f2f2f2;
    padding: 50px;
    border-radius: 10px;
}

.privacy-div li {
    list-style: unset !important;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.1em;
    color: #fff;
    text-transform: uppercase;
}

.sec-title.light h2 {
    color: #ffffff;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 230px 0px;
}

.banner-section.style-two .slide-item {
    padding: 170px 0px 200px;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner-carousel .slide-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #09031c;
    opacity: 0.5;
    content: "";
    z-index: 1;
}

.banner-carousel .content-box {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0px;
    z-index: 5;
}

.banner-section.style-two .content-box {
    max-width: 100%;
    text-align: left;
    padding: 0px;
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 115px;
    line-height: 0.9em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 30px;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    text-transform: uppercase;
}

.banner-carousel .content-box h4 {
    font-weight: 300;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2;
}

.banner-section.style-two .content-box h2 {
    margin-bottom: 20px;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 24px;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    opacity: 0;
    max-width: 700px;
    margin-bottom: 40px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    font-family: "Roboto Condensed", sans-serif;
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.style-two .banner-carousel .active .content-box .btn-box {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section:hover .owl-nav {
    opacity: 1;
}

.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    background: #234162;
    height: 80px;
    width: 40px;
    border-radius: 0;
    border: 2px solid #234162;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    opacity: 0.9;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    background: #234162;
    height: 80px;
    width: 40px;
    border-radius: 0;
    border: 2px solid #234162;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    opacity: 0.9;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 20px;
    /*border-bottom: 13px solid #000000;
	background:url(../images/icons/pagers-curve.png) center top no-repeat;*/
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0px 4px;
}

.banner-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    background: #234162;
    border: 1px solid transparent;
}

.banner-section .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
}

.banner-section.style-two .owl-dots {
    bottom: 40px;
    height: auto;
    padding: 0;
    border: none;
    background: none;
}

.banner-section .owl-dots::before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 4.5em;
    background-color: #ccc;
    -webkit-clip-path: polygon(0 0, 55% 0, 50% 50%, 55% 0, 100% 0, 100% 30%, 55% 30%, 50% 80%, 45% 30%, 0% 30%);
    clip-path: polygon(0 0, 55% 0, 50% 50%, 55% 0, 100% 0, 100% 30%, 55% 30%, 50% 80%, 45% 30%, 0% 30%);
    transform: rotate(180deg);
}


/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
    position: relative;
    padding: 115px 0px 115px;
}

.welcome-section .sec-title .title,
.welcome-section .sec-title h2 {
    color: #313131;
}

.welcome-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    height: 213px;
    background: url(../images/background/banner-bottom-gradient.png) no-repeat;
}


/* Default Portfolio Item */

.default-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.default-portfolio-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.default-portfolio-item .image-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.default-portfolio-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.default-portfolio-item .overlay-box {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0px;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.default-portfolio-item .inner-box:hover .overlay-box {
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.default-portfolio-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
}

.default-portfolio-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.default-portfolio-item .overlay-inner h3 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.default-portfolio-item .overlay-inner h3 a {
    position: relative;
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner h3 a:hover {
    color: #fff;
}

.welcome-section .lower-box {
    position: relative;
    padding-top: 30px;
    text-align: center;
}

.welcome-section .lower-box .text {
    position: relative;
    color: #313131;
    font-size: 17px;
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.7em;
    margin-bottom: 40px;
}


/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 105px 0px 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}


/*.gallery-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.75);
}
*/


/* Gallery Block */

.gallery-block {
    position: relative;
}

.gallery-block .inner-box {
    position: relative;
    /* border: 1px solid #26292e; */
    border-radius: 20px;
}

.gallery-block .inner-box .image {
    position: relative;
}

.gallery-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 20px;
}

.gallery-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner {
    position: static;
    height: 100%;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #234162;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

.gallery-block .inner-box .image .overlay-box .title {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-block .inner-box .image .overlay-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.1em;
    text-transform: uppercase;
}

.gallery-block .inner-box .image .overlay-box h2 a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-block .inner-box .image .overlay-box .play-box {
    position: relative;
    left: 30px;
    top: 30px;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-block .inner-box .image .overlay-box .play-box span {
    position: relative;
    width: 72px;
    height: 72px;
    z-index: 99;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding-left: 4px;
    display: inline-block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #234162;
}

.gallery-block .inner-box .image .overlay-box .play-box .ripple,
.gallery-block .inner-box .image .overlay-box .play-box .ripple:before,
.gallery-block .inner-box .image .overlay-box .play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.gallery-block .inner-box .image .overlay-box .play-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.gallery-block .inner-box .image .overlay-box .play-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/* Gallery Block Two */

.gallery-block-two {
    position: relative;
    margin-bottom: 30px;
}

.gallery-block-two .inner-box {
    position: relative;
    /* border: 1px solid #26292e; */
    border-radius: 20px;
}

.gallery-block-two .inner-box .image:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    border: 2px solid transparent;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.gallery-block-two .inner-box .image {
    position: relative;
    z-index: 1;
}

.gallery-block-two .inner-box:hover .image:before {
    border-color: #234162;
}

.gallery-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 20px;
}

.gallery-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.gallery-block-two .inner-box .image .overlay-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}

.gallery-block-two .inner-box .image .overlay-box h3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    padding: 25px 55px;
    line-height: 30px;
    background: #234162;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

.gallery-block-two .inner-box .image .overlay-box h3 .icon {
    position: relative;
    font-size: 20px;
    top: -1px;
    color: #ffffff;
    margin-right: 10px;
    display: inline-block;
}


/*** 

====================================================================
	Matches Section
====================================================================

***/

.matches-section {
    position: relative;
    padding: 110px 0px 110px;
}

.matches-section .matches-tabs {
    position: relative;
    /* border: 1px solid #2e2d2d; */
    border-top: none;
}

.matches-section .matches-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border: 1px solid #707070;
    border-radius: 20px;
    background: #fff;
    background-size: cover;
}

.matches-section .matches-tabs .tab-btns .tab-btn {
    position: relative;
    left: -1px;
    display: block;
    float: left;
    margin-right: 1px;
    font-size: 16px;
    background: none;
    color: #848484;
    line-height: 24px;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 18px 58px 18px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
}

.matches-section .matches-tabs .tab-btns .tab-btn span {
    position: relative;
    z-index: 1;
}

.matches-section .matches-tabs .tab-btns .tab-btn:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #234162;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.matches-section .matches-tabs .tab-btns .tab-btn:hover:before,
.matches-section .matches-tabs .tab-btns .tab-btn.active-btn:before {
    width: 100%;
}

.matches-section .matches-tabs .tab-btns .tab-btn:hover,
.matches-section .matches-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
}

.matches-section .matches-tabs .tabs-content {
    position: relative;
}

.matches-section .matches-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.matches-section .matches-tabs .tabs-content .tab.active-tab {
    display: block;
}

.matches-section .matches-tabs .matches-block {
    background: #f2f2f2;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 3px 6px 0px rgb(0 0 0 / 0.16);
}

.matches-section .matches-tabs .matches-block:last-child {
    border-bottom: 0px;
}

.matches-section .sec-title .title,
.matches-section .sec-title h2,
.gallery-section-two .sec-title .title,
.gallery-section-two .sec-title h2,
.questions-section .sec-title .title,
.questions-section .sec-title h2 {
    color: #313131;
}


/* Matches Block */

.matches-block {
    position: relative;
}

.matches-block .inner-block {
    position: relative;
    padding: 35px 45px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.matches-block .inner-block:hover {
    border-radius: 20px;
    background-color: #234162;
    color: white;
}

.matches-block .inner-block:hover .content-column h2 a,
.matches-block .inner-block:hover .content-column ul li,
.matches-block .inner-block:hover .content-column .title,
.matches-block .inner-block:hover .content-column .date {
    color: #fff;
}

.matches-block .inner-block .content-column {
    position: relative;
}

.matches-block .inner-block .content-column .inner-column {
    position: relative;
}

.matches-block .inner-block .content-column ul {
    position: relative;
}

.matches-block .inner-block .content-column ul li {
    position: relative;
    color: #234162;
    font-size: 14px;
    margin-right: 7px;
    margin-bottom: 8px;
    padding: 9px 35px 7px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #707070;
    border-radius: 10px;
}

.matches-block .inner-block:hover .match-item .inner-item .icon-box {
    border: 1px solid #fff;
}

.matches-block .inner-block:hover .content-column .title span {
    color: #fff;
}

.matches-block .inner-block .content-column .title {
    position: relative;
    color: #313131;
    font-size: 16px;
    margin-top: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.matches-block .inner-block .content-column .title span {
    position: relative;
    letter-spacing: 2px;
    margin-left: 10px;
    color: #313131;
}

.matches-block .inner-block .content-column h2 {
    position: relative;
    /* color: #ffffff; */
    font-size: 30px;
    font-family: "Oswald";
    padding-top: 70px;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.matches-block .inner-block .content-column h2 a {
    position: relative;
    color: #313131;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.matches-block .inner-block .content-column .date {
    position: relative;
    color: #848484;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.matches-block .match-column {
    position: relative;
}

.matches-block .match-column .inner-column {
    position: relative;
    padding-left: 50px;
}

.matches-block .match-column .row {
    margin: 0px -50px;
}

.matches-block .match-column .match-item {
    padding: 0px 50px;
}

.matches-block .inner-block .content-column label {
    margin-right: 20px;
}

.matches-block .match-column .match-item:first-child::before {
    position: absolute;
    top: 50%;
    right: -20px;
    content: "vs";
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    margin-top: -30px;
    display: inline-block;
    /*background-color: #000000;*/
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.matches-block:hover .match-column .match-item::before,
.matches-block .match-column:hover .match-item::before {
    color: #ffffff;
    border-color: #234162;
    background-color: #234162;
}

.matches-block:hover .match-item .inner-item .product {
    background: #333;
}

.mt-40 {
    margin-top: 40px;
}


/* Match Item */

.match-item {
    position: relative;
}

.match-item .inner-item {
    position: relative;
}

.match-item .inner-item .icon-box {
    position: relative;
    text-align: center;
    font-size: 70px;
    color: #ffffff;
    line-height: 1em;
    padding: 10px 0px;
    border: 1px solid #707070;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* background: url(../images/background/4.jpg) no-repeat; */
    background-size: cover;
}

.matches-block .inner-block .content-column label span.white-color {
    background: white;
    color: #234162;
    padding: 7px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: -5px;
}

span.after-score {
    position: absolute;
    top: 35%;
    bottom: 0;
    right: 20px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    color: #FF1010;
    font-weight: 500;
    line-height: 40px;
    font-family: "Oswald";
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 40px;
    background-color: white;
}

span.before-score {
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 20px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    color: #00B86E;
    font-weight: 500;
    line-height: 40px;
    font-family: "Oswald";
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 40px;
    background-color: white;
}

.matches-block .inner-block .content-column label span.blue {
    background-color: #234162;
    color: white;
    padding: 7px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.matches-block .match-item .inner-item .icon-box .icon {
    color: #000;
}

.match-item .inner-item .icon-box .icon {
    position: relative;
}

.match-item .inner-item .product {
    position: relative;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    padding: 6px 0px;
    background: #222;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.match-item .inner-item .product:hover {
    color: #ffffff;
    border-color: #234162;
    background-color: #234162;
}

.gallery-section-two .outer-container {
    position: relative;
    padding: 0px 35px;
}


/*Gallery Item*/

.gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.gallery-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.page-item .page-link {
    border-radius: 5px;
    font-size: 18px;
    color: #234162;
}

.page-item.active .page-link {
    background-color: #234162;
    border-color: #234162;
}

.pagination li.page-item {
    margin: 0px 5px;
}

.gallery-item .image-box {
    position: relative;
    display: block;
    margin: 0px;
}

.gallery-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-item .overlay-box {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.gallery-item .inner-box:hover .overlay-box {
    opacity: 1;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

.gallery-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-item .overlay-inner .link {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0px 5px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0;
}

.gallery-item .overlay-inner .link .icon {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    background-color: #234162;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    z-index: 1;
}

.gallery-item .inner-box .overlay-inner .link:nth-child(1) {
    top: -40px;
}

.gallery-item .inner-box .overlay-inner .link:nth-child(2) {
    top: 40px;
}

.gallery-item .inner-box:hover .overlay-inner .link {
    top: 0;
    opacity: 1;
    transition: all 500ms ease 600ms;
    -webkit-transition: all 500ms ease 600ms;
    -ms-transition: all 500ms ease 600ms;
    -o-transition: all 500ms ease 600ms;
}

.gallery-item .inner-box:hover .overlay-inner .link {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-item .overlay-inner .link .icon {
    position: relative;
}

.gallery-item .overlay-inner .link:hover .icon {
    color: #234162;
    background-color: #ffffff;
}


/*** 

====================================================================
	Questions Section
====================================================================

***/

.questions-section {
    position: relative;
    padding-top: 70px;
}

.questions-section .inner-container {
    position: relative;
    padding-bottom: 50px;
}

.questions-section .inner-container:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    width: 2px;
    bottom: 100px;
    background-color: #fff;
}

.questions-section .inner-container:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-top: -50px;
    background-color: #fff;
}

.questions-section .inner-container .row {
    margin: 0px -60px;
}

.questions-section .inner-container .question-block {
    padding: 50px 50px 0px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.question-block.no-border {
    border-right: 0px !important;
}

.questions-section .inner-container .question-block:nth-child(3),
.questions-section .inner-container .question-block:nth-child(4) {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.question-block {
    position: relative;
    /* margin-bottom: 90px; */
}

.question-block .inner-box {
    position: relative;
    padding-left: 135px;
    padding-bottom: 90px;
}

.question-block .inner-box .icon-box {
    position: absolute;
    border-radius: 20px;
    left: 0px;
    top: 0px;
    width: 94px;
    height: 94px;
    color: #ffffff;
    font-size: 40px;
    line-height: 92px;
    text-align: center;
    border: 1px solid #302f2f;
    background: url(../images/background/4.jpg) no-repeat;
    background-size: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.question-block .inner-box .icon-box .icon {
    position: relative;
}

.question-block .inner-box:hover .icon-box {
    color: #234162;
}

.question-block .inner-box h5 {
    position: relative;
    font-size: 18px;
    color: #313131;
    text-transform: uppercase;
}

.question-block .inner-box h5 a {
    position: relative;
    color: #234162;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.question-block .inner-box:hover h5 a {
    color: #234162;
}

.question-block .inner-box .text {
    position: relative;
    color: #313131;
    font-size: 15px;
    line-height: 1.9em;
    margin-top: 30px;
}

.call-to-action-section {
    position: relative;
}


/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.facts-section {
    position: relative;
}

.facts-section .title-boxed {
    position: relative;
    background-size: cover;
    background-position: center center;
    /* background-attachment: fixed; */
    padding: 105px 0px 0px;
    /* height: 1200px; */
}

.facts-section .title-boxed:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
}

.facts-section .title-boxed .content {
    position: relative;
    max-width: 660px;
}

.facts-section .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 1.1em;
    letter-spacing: 1px;
    /*margin-bottom: 60px;*/
    text-transform: uppercase;
}

.facts-section .content h5 {
    color: white;
    margin-bottom: 60px;
}

.facts-section .lower-boxed {
    position: relative;
}

.facts-section .lower-boxed .counter-column {
    position: relative;
    margin-bottom: 40px;
}

.facts-section .lower-boxed .counter-column .inner-column {
    position: relative;
    padding-top: 100px;
    padding-right: 100px;
}


/* Featured Block */

.featured-block {
    position: relative;
}

.featured-block .inner-box {
    position: relative;
    padding-left: 100px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #302f2f;
}

.featured-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 14px;
    color: #fff;
    font-size: 60px;
    line-height: 1em;
}

.featured-block .inner-box h3 {
    position: relative;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 1px;
}

.featured-block .inner-box .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-top: 4px;
}

.featured-block:last-child .inner-box {
    margin-bottom: 0px;
}

.facts-section .lower-boxed .testimonial-column {
    position: relative;
    /* margin-bottom: 40px; */
}

.facts-section .lower-boxed .testimonial-column .inner-column {
    position: relative;
    padding-top: 100px;
    padding-left: 150px;
    margin-top: -220px;
    padding-bottom: 110px;
}

.facts-section .lower-boxed .testimonial-column .inner-column:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    opacity: 0.8;
    width: 20000px;
    height: 100%;
    border-top-left-radius: 50px;
    background: #234162 url(../images/background/7.png) repeat-x;
}

.facts-section .lower-boxed .testimonial-column .owl-nav {
    display: none;
}

.facts-section .lower-boxed .testimonial-column .owl-dots {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.facts-section .lower-boxed .testimonial-column .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    margin-left: 9px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #fff;
}

.facts-section .lower-boxed .testimonial-column .owl-dots .owl-dot:hover,
.facts-section .lower-boxed .testimonial-column .owl-dots .owl-dot.active {
    background-color: #0079ff;
}


/* Testimonial Block */

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
}

.testimonial-block .inner-box .quote-icon {
    position: relative;
    left: 1px;
    color: #fff;
    font-size: 38px;
    line-height: 1em;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.5em;
    margin-top: 35px;
}

.testimonial-block .inner-box .author {
    position: relative;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 40px;
}


/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 70px 0px 80px;
}

.news-section .sec-title .title,
.news-section .sec-title h2 {
    color: #313131;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.tutorial-sec h1 {
    color: #234162;
    padding: 30px;
}

.news-block .inner-box {
    position: relative;
    display: block;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 20px;
}

.news-block .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box:hover .image img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news-block .inner-box .lower-content {
    position: relative;
    /* margin-top: 10px; */
    padding: 55px 50px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.news-block .inner-box .lower-content .post-date {
    position: relative;
    color: #fff;
    font-size: 14px;
    z-index: 1;
    border-radius: 10px;
    padding: 7px 25px;
    line-height: 24px;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #234162;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box:hover .lower-content .post-date {
    background-color: #234162;
    color: #ffffff;
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 22px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #313131;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
    position: relative;
    padding: 10px 0px 10px;
    /* border-top: 1px solid #302f2f; */
    background: #8a8a8a;
}

.sponsors-section.no-border {
    border: none;
}

.sponsors-section.dark-bg {
    background: #000000;
    border: none;
}

.sponsors-section .sponsors-outer {
    position: relative;
}

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.sponsors-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
}

.sponsors-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 1;
}

.sponsors-section .sponsors-outer .image-box img:hover {
    opacity: 1;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background-color: #234162;
}

.main-footer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    height: 213px;
    background: url(../images/background/6.png) no-repeat;
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 70px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-title {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-title h2 {
    position: relative;
    font-size: 20px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 2em;
}

.main-footer .links-widget .widget-content {
    padding-left: 50px;
}

.main-footer .links-widget .list li {
    position: relative;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
}

.main-footer .links-widget .list li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget .list li a:hover {
    color: #234162;
}

.main-footer .newsletter-widget .text {
    position: relative;
    color: #fff;
    font-size: 13.9px;
    line-height: 2em;
    margin-bottom: 25px;
}

.newsletter-form {
    position: relative;
}

.newsletter-form form {
    position: relative;
}

.newsletter-form .form-group {
    position: relative;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 80px;
    display: inline-block;
    font-size: 16px;
    background: none;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #1b1a1a;
}

.newsletter-form .form-group input[type="text"]:focus,
.newsletter-form .form-group input[type="email"]:focus,
.newsletter-form .form-group input[type="tel"]:focus {
    border-color: #234162;
}

.newsletter-form .form-group input::-webkit-input-placeholder {
    color: #848484;
}

.newsletter-form .form-group .newsletter-btn {
    position: absolute;
    width: 70px;
    height: 80px;
    top: 0px;
    right: 0px;
    float: right;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0px;
    display: inline-block;
    background: none;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 25px 0px;
    border-top: 1px solid #302f2f;
    background: url(../images/background/3.jpg) repeat;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #fff;
    font-size: 15px;
}

.main-footer .footer-bottom .social-icons {
    position: relative;
    text-align: right;
}

.main-footer .footer-bottom .social-icons li {
    position: relative;
    margin-left: 30px;
    display: inline-block;
}

.main-footer .footer-bottom .social-icons li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .social-icons li a:hover {
    color: #234162;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.main-footer .footer-bottom .scroll-to-top {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 53px;
    height: 53px;
    color: #ffffff;
    font-size: 20px;
    line-height: 53px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #234162;
    border-radius: 0px;
    margin-left: -26px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .scroll-to-top:hover {
    background: #ffffff;
    color: #234162;
}


/*** 

====================================================================
	Games Section
====================================================================

***/

.games-section {
    position: relative;
    padding: 105px 0px 80px;
}

.games-block {
    position: relative;
    margin-bottom: 30px;
}

.games-block .inner-box {
    position: relative;
    display: block;
}

.games-block .inner-box:hover .btn-style-two .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.games-block .inner-box:hover .btn-style-two .btn-title {
    color: #ffffff;
}

.games-block .inner-box:hover .btn-style-two:before {
    background: #ffffff;
}

.games-block .inner-box .image {
    position: relative;
}

.games-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.games-block .inner-box .lower-content {
    position: relative;
    text-align: center;
    margin-top: 10px;
    padding: 30px 15px 35px;
    background-color: #000000;
}

.games-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.games-block .inner-box .lower-content h3 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.games-block .inner-box .lower-content h3 a:hover {
    color: #234162;
}


/*** 

====================================================================
	Welcome Section Two
====================================================================

***/

.welcome-section-two {
    position: relative;
    padding: 0px 0px 0px;
}

.welcome-section-two .auto-container {
    position: relative;
    padding-top: 110px;
}

.welcome-section-two .auto-container:before {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 200000px;
    height: 100%;
    background-color: #000000;
}

.welcome-section-two .title-column {
    position: relative;
    margin-bottom: 40px;
}

.welcome-section-two .title-column .inner-column {
    position: relative;
    z-index: 1;
    padding-right: 70px;
}

.welcome-section-two .title-column .sec-title {
    margin-bottom: 30px;
}

.welcome-section-two .title-column .text {
    position: relative;
    color: #848484;
    font-size: 20px;
    line-height: 1.7em;
    margin-bottom: 45px;
}

.welcome-section-two .image-column {
    position: relative;
}

.welcome-section-two .image-column .inner-column {
    position: relative;
}

.welcome-section-two .image-column .image {
    position: relative;
}

.welcome-section-two .image-column .image img {
    max-width: inherit;
}


/*** 

====================================================================
	Players Section
====================================================================

***/

.players-section {
    position: relative;
    padding-bottom: 90px;
}

.players-section.style-two {
    padding-top: 90px;
}

.players-page-section {
    padding: 115px 0px 60px;
}

.players-page-section .player-block {
    margin-bottom: 60px;
}


/* Player Block */

.player-block {
    position: relative;
    margin-bottom: 30px;
}

.player-block .inner-box {
    position: relative;
    display: block;
}

.player-block .inner-box .image {
    position: relative;
}

.player-block .inner-box:hover .image {
    border-color: #234162;
}

.player-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.player-block .inner-box .lower-content {
    position: relative;
    margin-top: 10px;
    padding: 30px 50px 45px;
    background-color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.player-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.player-block .inner-box .lower-content h3 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.player-block .inner-box .lower-content h3 a:hover {
    color: #234162;
}

.player-block .inner-box .lower-content .level {
    position: relative;
    color: #848484;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
}

.player-block .inner-box .lower-content .social-icons {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #302f2f;
}

.player-block .inner-box .lower-content .social-icons li {
    position: relative;
    margin-right: 30px;
    display: inline-block;
}

.player-block .inner-box .lower-content .social-icons li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.player-block .inner-box .lower-content .social-icons li a:hover {
    color: #234162;
}


/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section {
    position: relative;
    text-align: center;
    padding: 115px 0px 115px;
    background-size: cover;
}

.call-to-action-section:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.4);
}

.call-to-action-section .content {
    position: relative;
}

.call-to-action-section .content .play-box {
    position: relative;
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.call-to-action-section .content .play-box span {
    position: relative;
    width: 72px;
    height: 72px;
    z-index: 99;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding-left: 4px;
    display: inline-block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #234162;
}

.call-to-action-section .content .play-box .ripple,
.call-to-action-section .content .play-box .ripple:before,
.call-to-action-section .content .play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.call-to-action-section .content .play-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.call-to-action-section .content .play-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.call-to-action-section .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 1.1em;
    font-weight: 700;
    margin-top: 50px;
    text-transform: uppercase;
}


/*** 

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section {
    position: relative;
    padding-top: 110px;
}

.contact-form-section.style-two {
    padding-bottom: 90px;
}

.contact-form-section .title-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-form-section .title-column .inner-column {
    position: relative;
    padding-right: 65px;
}

.contact-form-section .title-column .sec-title {
    margin-bottom: 25px;
}

.contact-form-section .title-column .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 45px;
}

.contact-form-section .title-column .social-icons {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #302f2f;
}

.contact-form-section .title-column .social-icons li {
    position: relative;
    margin-right: 30px;
    display: inline-block;
}

.contact-form-section .title-column .social-icons li a {
    position: relative;
    color: #ffffff;
    font-size: 17px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-section .title-column .social-icons li a:hover {
    color: #234162;
}


/*Default Form*/

.default-form {
    position: relative;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="url"],
.default-form input[type="tel"],
.default-form input[type="search"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 80px;
    font-size: 15px;
    padding: 10px 30px;
    background: #1b1a1a;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Roboto Condensed", sans-serif;
}

.default-form textarea {
    height: 260px;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 30px;
    font-family: "Roboto Condensed", sans-serif;
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form input[type="url"]:focus,
.default-form input[type="tel"]:focus,
.default-form input[type="search"]:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #234162;
}

.default-form input.error,
.default-form input.error,
.default-form textarea.error {
    border-color: #ff0000;
}

.default-form label.error {
    text-transform: capitalize;
    padding-top: 10px;
    display: block;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}


/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-banner {
    position: relative;
    padding: 640px 0 10px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 7px solid #ccc;
}

.page-banner .inner-container {
    position: relative;
    z-index: 5;
}

.page-banner h1 {
    position: relative;
    font-size: 45px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 6px;
}

.page-banner .bread-crumb {
    position: relative;
    display: inline-block;
}

.page-banner .bread-crumb li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}

.page-banner .bread-crumb li:before {
    position: absolute;
    right: -3px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    content: ".";
}

.page-banner .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before {
    display: none;
}

.page-banner .bread-crumb li a {
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover {
    color: #234162;
}


/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
    position: relative;
    background: #0c0a0a;
    padding: 115px 0px 90px;
}

.about-section .images-gallery {
    position: relative;
}

.about-section .images-gallery .image {
    position: relative;
    margin-bottom: 30px;
}

.about-section .images-gallery .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .lower-content {
    position: relative;
    margin-top: 30px;
}

.about-section .lower-content .column {
    position: relative;
    margin-bottom: 20px;
}

.about-section .lower-content h3 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-section .lower-content p {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.8em;
}


/*** 

====================================================================
	Faq's Section
====================================================================

***/

.faq-page-section {
    position: relative;
    padding: 100px 0px 100px;
}

.faq-page-section .accordion .card {
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 0.25rem !important;
}

.faq-page-section .accordion .card-header {
    background-color: white;
    padding: 0;
    border-bottom: 0px;
    border-radius: 10px !important;
}

.faq-page-section .accordion .card-header h2 .fa {
    float: right;
    padding-right: 10px;
    padding-top: 4px;
    font-size: 18px;
    color: #234162;
}

.faq-page-section .accordion .card-header .btn-link {
    font-weight: 400;
    color: #234162;
    padding-bottom: 10px;
}

.faq-page-section .accordion .card-body p {
    font-size: 14px;
    line-height: 25px;
}

.faq-page-section h1 {
    color: #234162;
    text-align: center;
    padding: 20px 0;
}

.faq-page-section h4 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 100;
}

.accordian-sec {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
}

.faq-section {
    position: relative;
    padding: 100px 0px 100px;
}

.faq-section .inner-container {
    position: relative;
}

.faq-section .inner-container:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    width: 1px;
    bottom: 0px;
    background-color: #302f2f;
}

.faq-section .column {
    position: relative;
    float: left;
    padding: 0px;
}

.faq-section .column .question-block-two:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}


/* Question Block Two */

.question-block-two {
    position: relative;
    margin-bottom: 90px;
    padding-bottom: 90px;
    border-bottom: 1px solid #302f2f;
}

.question-block-two .inner-box {
    position: relative;
    padding-right: 70px;
    padding-left: 135px;
}

.question-block-two .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 94px;
    height: 94px;
    color: #ffffff;
    font-size: 40px;
    line-height: 92px;
    text-align: center;
    border: 1px solid #302f2f;
    background: url(../images/background/4.jpg) no-repeat;
    background-size: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.question-block-two .inner-box .icon-box .icon {
    position: relative;
}

.question-block-two .inner-box:hover .icon-box {
    color: #234162;
}

.question-block-two .inner-box h3 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.question-block-two .inner-box h3 a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.question-block-two .inner-box:hover h3 a {
    color: #234162;
}

.question-block-two .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.9em;
    margin-top: 30px;
}

.question-block-two.alternate {
    padding-left: 80px;
}

.question-block-two.alternate .inner-box {
    padding-right: 0px;
}


/*** 

====================================================================
		Match Single
====================================================================

***/

.match-single {
    position: relative;
}

.match-single .title-box {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 55px;
    border-bottom: 1px solid #302f2f;
}

.match-single .title-box .recent-result {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #234162;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.match-single .title-box .recent-result span {
    color: #ffffff;
    margin-left: 10px;
}

.match-single .title-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
}

.match-single .title-box .date {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #848484;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 400;
}

.match-single .team-box {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #302f2f;
    margin-bottom: 55px;
}

.match-single .team-box:before {
    position: absolute;
    top: 95px;
    left: 50%;
    content: "vs";
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 24px;
    line-height: 68px;
    text-align: center;
    background-color: #234162;
    border: 1px solid #234162;
    margin-left: -35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.match-single .team-box .match-item {
    position: relative;
    max-width: 225px;
    width: 100%;
    margin-bottom: 30px;
}

.match-single .team-box .match-item .inner-item .icon-box {
    font-size: 90px;
    padding: 70px 0px;
}

.match-single .team-box .match-item .inner-item .product {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding: 15px 0px;
}

.match-single .text-box {
    position: relative;
    border-bottom: 1px solid #302f2f;
    margin-bottom: 50px;
}

.match-single .text-box p {
    position: relative;
    font-size: 16px;
    line-height: 2em;
    color: #848484;
    font-weight: 400;
    margin-bottom: 50px;
}

.match-single .text-box .column {
    position: relative;
    margin-bottom: 50px;
}

.match-single .text-box .image {
    position: relative;
    margin-bottom: 0;
}

.match-single .text-box .image img {
    width: 100%;
    height: auto;
}


/*** 

====================================================================
		News Section Style Two
====================================================================

***/

.news-section.style-two {
    padding: 120px 0 60px;
}

.news-section.style-two .news-block {
    position: relative;
    margin-bottom: 60px;
}


/*** 

====================================================================
		Blog Detail
====================================================================

***/

.blog-detail {
    position: relative;
    border-bottom: 1px solid #302f2f;
    margin-bottom: 50px;
}

.blog-detail .image-box {
    position: relative;
}

.blog-detail .image-box .image {
    position: relative;
    margin-bottom: 0;
    border: 1px solid #302f2f;
}

.blog-detail .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-detail .lower-content {
    position: relative;
    padding: 40px 0 50px;
}

.blog-detail .lower-content .post-date {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    z-index: 1;
    padding: 9px 30px 7px;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #234162;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 25px;
}

.blog-detail .lower-content h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.blog-detail .post-info {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.blog-detail .post-info li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #234162;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}

.blog-detail .post-info li:before {
    position: absolute;
    right: -3px;
    font-size: 16px;
    line-height: 30px;
    color: #234162;
    font-weight: 400;
    content: ".";
}

.blog-detail .post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.blog-detail .post-info li:last-child:before {
    display: none;
}

.blog-detail .post-info li a {
    color: #234162;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-detail .post-info li a:hover {
    color: #ffffff;
}

.blog-detail .lower-content p {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    color: #848484;
    font-weight: 400;
}


/*post share options*/

.post-share-options {
    position: relative;
    margin-bottom: 50px;
}

.post-share-options .tags {
    position: relative;
    display: inline-block;
}

.post-share-options .tags li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #234162;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default;
    letter-spacing: 1px;
    padding-right: 15px;
    margin-right: 15px;
}

.post-share-options .tags li:before {
    position: absolute;
    right: -3px;
    font-size: 16px;
    line-height: 30px;
    color: #234162;
    font-weight: 400;
    content: ".";
}

.post-share-options .tags li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.post-share-options .tags li:last-child:before {
    display: none;
}

.post-share-options .tags li a {
    color: #234162;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-share-options .tags li a:hover {
    color: #ffffff;
}

.post-share-options .social-links {
    position: relative;
}

.post-share-options .social-links li {
    position: relative;
    display: inline-block;
    margin-left: 35px;
}

.post-share-options .social-links li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-share-options .social-links li a:hover {
    color: #234162;
}

.post-share-options .social-links li:first-child {
    margin-left: 0;
}


/* Author Box */

.author-box {
    position: relative;
    border: 1px solid #302f2f;
    padding: 58px 58px;
    margin-bottom: 50px;
}

.author-box .inner-box {
    position: relative;
    padding-left: 215px;
    min-height: 166px;
    padding-top: 5px;
}

.author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
}

.author-box .thumb img {
    display: block;
    width: 100%;
}

.author-box .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.author-box .text {
    font-size: 16px;
    line-height: 32px;
    color: #848484;
    font-weight: 400;
}


/***

====================================================================
		Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 120px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 50px;
}

.sidebar-widget {
    position: relative;
    padding: 45px 50px;
    border: 1px solid #302f2f;
    margin-bottom: 30px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget .sidebar-title {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 28px;
}

.sidebar-widget .widget-content {
    position: relative;
}


/* Sidebar Title */

.sidebar-title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #24262d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}


/*Search Box Widget*/

.sidebar .search-box {
    position: relative;
    padding: 22px 50px;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    height: 50px;
    color: #ffffff;
    font-weight: 500;
    background: transparent;
    padding: 10px 50px 10px 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    display: block;
    font-size: 18px;
    color: #234162;
    line-height: 100%;
    font-weight: normal;
    background: transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
    text-shadow: 0px 2px 0px #234162;
    color: #ffffff;
}


/*Post Widget*/

.sidebar .popular-posts .post {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 25px;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar .popular-posts .post .post-inner {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #848484;
    text-transform: uppercase;
}

.sidebar .popular-posts .post .text a {
    color: #848484;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
    color: #234162;
}

.sidebar .popular-posts .post-info {
    position: relative;
    display: block;
    font-size: 14px;
    color: #234162;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 13px;
}


/* Blog Categories */

.blog-categories {
    position: relative;
}

.blog-categories li {
    position: relative;
    margin-bottom: 26px;
}

.blog-categories li a {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-categories li a:hover {
    color: #234162;
}

.blog-categories li:last-child {
    margin-bottom: 0;
}


/*Popular Tags*/

.sidebar .popular-tags .widget-content {
    position: relative;
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    padding: 3px 20px;
    color: #234162;
    text-align: center;
    background: #ffffff;
    font-weight: 400;
    background-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 10px 15px 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    background-color: #234162;
    color: #ffffff;
}


/* Next Match Widget */

.next-match-widget {
    position: relative;
}

.next-match-widget .team-box {
    position: relative;
}

.next-match-widget .team-box:before {
    position: absolute;
    top: 30px;
    left: 50%;
    content: "vs";
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin-left: -20px;
    letter-spacing: 1px;
    background-color: #000000;
    border: 1px solid #302f2f;
}

.next-match-widget .title-box .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #234162;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.next-match-widget .title-box h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.next-match-widget .title-box h4 a {
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.next-match-widget .title-box h4 a:hover {
    color: #234162;
}

.next-match-widget .title-box .date {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    color: #848484;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 400;
}

.next-match-widget .team-box .match-item {
    position: relative;
    max-width: 92px;
    width: 100%;
    margin-bottom: 30px;
}

.next-match-widget .match-item .inner-item .icon-box {
    font-size: 36px;
    padding: 30px 0 30px;
}

.next-match-widget .inner-item .product {
    font-size: 12px;
}


/* Studio Widget */

.studio-widget {
    position: relative;
    padding: 0;
}

.studio-widget .widget-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 390px;
}

.studio-widget .widget-content .title {
    position: absolute;
    right: 0;
    bottom: 30px;
    padding: 0 40px;
    text-align: right;
    font-size: 40px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.studio-widget .widget-content .title a {
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.studio-widget .widget-content .title a:hover {
    color: #234162;
}


/* Upcoming Widget */

.upcoming-widget {
    position: relative;
}

.upcoming-widget .upcoming-match {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #302f2f;
    margin-bottom: 30px;
}

.upcoming-widget .upcoming-match:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.upcoming-widget .upcoming-match .inner {
    position: relative;
    padding-left: 165px;
    min-height: 57px;
}

.upcoming-widget .team-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 145px;
}

.upcoming-widget .team-box:before {
    position: absolute;
    top: 19px;
    left: 50%;
    content: "vs";
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    margin-left: -10px;
    background-color: #000000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.upcoming-widget .upcoming-match:hover .team-box:before {
    color: #ffffff;
    border-color: #234162;
    background-color: #234162;
}

.upcoming-widget .match-item {
    position: relative;
}

.upcoming-widget .match-item .icon-box {
    position: relative;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    width: 52px;
    height: 57px;
    line-height: 55px;
    background: url(../images/background/4.jpg) no-repeat;
    background-size: cover;
}

.upcoming-widget .match-item .icon-box .icon {
    position: relative;
    text-shadow: 2px 2px 0px #234162;
}

.upcoming-widget .upcoming-match .date {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 27px;
    color: #848484;
    font-weight: 400;
    text-transform: uppercase;
    top: 15px;
}

.upcoming-widget .upcoming-match .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title {
    position: relative;
    margin-bottom: 50px;
}

.group-title h3 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comments-area {
    position: relative;
    margin-bottom: 55px;
}

.comments-area .comment-box {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid #302f2f;
    margin-bottom: 60px;
}

.comments-area .comment-box:last-child {
    margin-bottom: 0;
}

.comments-area .comment {
    position: relative;
    min-height: 160px;
    padding-left: 200px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 160px;
    margin-bottom: 20px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-box .name {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.comments-area .comment-box .text {
    font-size: 16px;
    line-height: 32px;
    color: #848484;
    font-weight: 400;
    padding-right: 30px;
}

.comments-area .comment-box .reply-btn {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 20px;
    text-transform: uppercase;
    background-color: #234162;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
    background-color: #ffffff;
    color: #234162;
}


/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
    position: relative;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    height: 80px;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 500;
    padding: 25px 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #1b1a1a;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #234162;
}

.comment-form .form-group textarea {
    height: 260px;
    resize: none;
}

.comment-form .form-group .btn-title {
    padding: 25px 63px;
    letter-spacing: 0.1em;
}

.comment-form ::-webkit-input-placeholder {
    color: #6c6d70;
}

.comment-form ::-moz-input-placeholder {
    color: #6c6d70;
}

.comment-form ::-ms-input-placeholder {
    color: #6c6d70;
}


/*** 

====================================================================
		Player Info Section
====================================================================

 ***/

.player-info-section {
    position: relative;
    padding: 120px 0px 90px;
}

.player-info-section .image-column {
    position: relative;
    margin-bottom: 30px;
}

.player-info-section .image-column .inner {
    position: relative;
    display: block;
}

.player-info-section .text-column {
    position: relative;
    margin-bottom: 30px;
    order: 12;
}

.player-info-section .text-column .inner {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-top: 70px;
}

.player-info-section .text-column .title-box {
    position: relative;
    margin-bottom: 40px;
}

.player-info-section .text-column .title-box .user-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.player-info-section .text-column .title-box .user-info {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    color: #234162;
}

.player-info-section .text-column .text {
    position: relative;
    color: #848484;
    margin-bottom: 50px;
}

.player-info-section .social-icons {
    position: relative;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.player-info-section .social-icons li {
    position: relative;
    margin-right: 28px;
    display: inline-block;
}

.player-info-section .social-icons li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.player-info-section .social-icons li a:hover {
    color: #234162;
}


/*** 

====================================================================
	Awards Section
====================================================================

***/

.awards-section {
    position: relative;
    padding: 120px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.awards-section .awards-outer {
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}

.awards-section .awards-outer .owl-dots,
.awards-section .awards-outer .owl-nav {
    position: relative;
    display: none;
}

.awards-section .awards-outer .image-box {
    position: relative;
    text-align: center;
}

.awards-section .awards-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 1;
}

.awards-section .awards-outer .image-box img:hover {
    opacity: 0.8;
}


/*** 

====================================================================
	Gallery Section Three
====================================================================

***/

.gallery-section-three {
    position: relative;
    padding: 90px 0;
}


/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
    position: relative;
    padding: 0px 0px 110px;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 450px;
}

.main-header .header-upper>.inner-container>.auto-container,
.main-header .header-top>.auto-container {
    max-width: 80%;
}

.page-banner>.auto-container::before {
    content: "";
    background: #234162;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.8;
}

.sec-title .title-2 {
    font-size: 19px;
    line-height: 1.5;
    color: #949595;
}

.sec-title h3 {
    font-size: 45px;
    line-height: 1.2;
    color: #234162;
    text-transform: uppercase;
    font-weight: 400;
}

.most-wins {
    background: #234162;
    color: #fff;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 700;
    padding: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    margin-bottom: 10px;
}


/*table*/

.table-dark {
    background: none;
    overflow: hidden;
    border-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom: 0px !important;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0);
    color: #666666;
}

.table-dark tr {
    border: 1px solid #000;
}

.border-table table {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 0px 1px black;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.85em 0.75em;
    vertical-align: middle;
    border-color: #707070;
}

.table-dark tr:last-child {
    border-bottom: 0px;
}

.table-dark th,
.table-dark thead th {
    font-size: 21px;
    color: #4b627b;
    background: #fff;
    font-weight: 600;
}

.ps4-table>.table tr>th:first-child,
.ps4-table>.table tr>th:nth-child(3),
.ps4-table>.table tr>th:nth-child(4),
.ps4-table>.table tr>th:nth-child(5),
.ps4-table>.table tr>th:nth-child(6),
.ps4-table>.table tr>th:nth-child(7),
.ps4-table>.table tr>td:first-child,
.ps4-table>.table tr>td:nth-child(3),
.ps4-table>.table tr>td:nth-child(4),
.ps4-table>.table tr>td:nth-child(5),
.ps4-table>.table tr>td:nth-child(6),
.ps4-table>.table tr>td:nth-child(7) {
    width: 12%;
    text-align: center;
}


/*Rules*/

.mb-20 {
    margin-bottom: 20px;
}

#rules ul>li::before {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    margin-right: 15px;
}

#rules ul>li {
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
    color: #313131;
    line-height: 1.5;
}

#rules ul>li.blue {
    color: #0d4888;
}

#rules ul>li.blue::before {
    color: #fff;
}

.rules-border>div>div {
    border: 1px solid #707070;
    padding: 40px 20px;
}

.rule-box {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.rules-border>div>.sec-title {
    margin-bottom: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.rules-border {
    margin-bottom: 80px;
}

.border-table table tr>td:first-child {
    width: 12%;
    text-align: center;
}

.border-table table tr>td {
    border: 1px solid #707070;
    color: #313131;
    padding: 15px 10px;
    font-weight: 100;
    line-height: 1.5;
}


/*History*/

.history p {
    font-size: 16px;
    line-height: 1.5;
    color: #313131;
    margin-bottom: 20px;
}

.history p>a {
    font-weight: 600;
    border-bottom: 1px solid;
    color: #0059bb;
}

.history {
    margin-bottom: 40px;
}

.history-table .table-dark th,
.history-table .table-dark td {
    text-align: center;
}


/*Team*/

.mb-40 {
    margin-bottom: 40px;
}

#team form>input {
    width: 100%;
    height: 45px;
    border: 1px solid #234162;
    background: none;
    border-radius: 10px;
    padding-left: 55px;
    /* color: #fff; */
}

#team form>i {
    position: absolute;
    /* color: #fff; */
    font-size: 18px;
    top: 12px;
    left: 23px;
    border-right: 1px solid;
    padding-right: 10px;
}

h2.text-center.team-page-heading {
    font-size: 53px;
    font-weight: 400;
    text-transform: uppercase;
    color: #234162;
    padding-bottom: 20px;
}

.team-box>.title {
    color: #ffffff;
    padding: 9px 35px 7px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #2e2d2d;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #2e2d2d;
    margin-top: 0px;
    width: 100%;
}

.team-box .table th {
    background-color: #234162;
    color: #fff;
}

.team-box .table td,
.team-box .table th {
    padding: 0.3rem;
}

.team-box table {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.team-box .table td {
    background-color: #f4f5f7;
    color: #234162;
}

.team-box:hover>.title {
    background: #222;
    border-color: #222;
}

.team-box:hover {
    cursor: pointer;
}


/*Team Management*/

.white {
    color: #fff;
}

.product {
    margin: 0 auto;
    color: #fff;
    width: 100%;
}

.product img {
    pointer-events: none;
}

.product>.desc {
    text-transform: uppercase;
    margin: 20px 0 0;
}

.product>.title {
    font-family: "Oswald", sans-serif;
    font-size: 27px;
    line-height: 1.2;
}

.product>.price {
    color: #0059bb;
    font-weight: 600;
    margin: 10px 0 20px;
}

.rebrand-your-team {
    width: 100%;
    margin-top: 100px;
}

.rebrand-your-team>h1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.rebrand-your-team>h5 {
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 1.5;
    margin-top: 10px;
    width: 77%;
    margin: 0 auto 1rem;
}


/*Roaster Changes*/

.product>.quantity>input {
    text-align: center;
    margin: 10px 0;
    height: 45px;
    background: none;
    color: #fff;
    border: 1px solid;
    padding-right: 10px;
}


/*Rebrand Your Team*/

#team-information h1 {
    font-size: 50px;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    border: 1px dashed;
    padding: 0.4rem 0.75rem;
    top: 4px;
    right: 4px;
}

.form-control,
.custom-file-label {
    border-radius: 0;
    border: 0;
    height: calc(2.6rem + 2px) !important;
}

.custom-file-label {
    padding: 0.8rem 0.75rem;
}

.custom-file+label {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 0;
}

.registration-fee {
    margin-top: -20px;
}

.registration-fee h6 {
    margin-top: 5px;
    font-size: 14px;
}

#team-information .btn-style-one>.btn-title {
    padding: 12px 34px;
}


/*Modal*/

.modal-body {
    padding: 0;
}

.modal.show .modal-dialog {
    max-width: 700px;
    top: 50px;
}

.modal-content {
    background: #234162;
    color: #fff;
    border-radius: 20px;
    padding: 150px 50px 50px;
}

button.close {
    z-index: 9;
    float: none;
    right: 0;
    position: absolute;
    top: 0;
    color: #fff;
    background: #b11136;
    padding: 1px 6px;
    opacity: 1;
    font-weight: 400;
}

button.close:hover,
button.close:focus {
    opacity: 0.9;
    color: #fff;
}

.modal>.modal-dialog h3 {
    font-family: "Oswald";
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

textarea.form-control {
    height: auto !important;
    resize: none;
}

.modal .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload image";
}

.modal.show {
    overflow-x: hidden;
    overflow-y: auto;
}

.total-price-div-modal h4 {
    font-size: 28px;
}

html.ponka {
    overflow-y: hidden;
}

.custom-radio .custom-control-label::before,
.custom-control-label::after {
    display: none;
}

.width-50>.custom-control>label {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #1b1a1a;
    padding: 10px;
    cursor: pointer;
}

.width-50>.custom-control>.custom-control-input:checked+label {
    background: #0050a9;
}

.width-50>.custom-control {
    width: 49%;
    margin-right: 0;
    padding-left: 0;
    margin-left: 1.3%;
}

.width-50>.custom-control:first-child {
    margin-left: 0;
}

.modal .btn-style-one .btn-title {
    background: #0a2441;
    padding: 10px 15px;
}

.modal .btn-style-one {
    width: 100%;
}

.page-loaded.modal-open .main-header {
    pointer-events: none;
}

@media only screen and (max-width: 1600px) {
    .main-header .header-upper>.inner-container>.auto-container,
    .main-header .header-top>.auto-container {
        max-width: 90%;
    }
}

.season,
.table-roaster {
    border-collapse: collapse;
    border-radius: 1em;
    width: 100%;
    text-align: center;
    overflow-y: hidden;
}

.season,
.table-score {
    overflow: hidden;
}

.season th,
.table-roaster th {
    padding: 1em;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    background: #234162;
    border: 1px solid white;
    color: white;
}

.table-roaster th {
    font-size: 18px;
    border-bottom: 1px solid #234162 !important;
}

.table-roaster td {
    font-size: 16px !important;
    border: 0 !important;
    border-bottom: 1px solid rgb(0 0 0 / 0.16) !important;
    background-color: white !important;
}

.season td,
.table-roaster td {
    padding: 1em;
    font-size: 20px;
    background: #f4f5f7;
    border: 1px solid white;
    color: #234162;
}

.team-profile,
.player-profile {
    padding: 100px 0px;
}

.team-profile .team-title {
    font-size: 42px;
    /* font-weight: 600; */
    color: #234162;
}

.team-profile .season-performance {
    padding: 50px;
}

.team-contact {
    background-color: #234162;
    padding: 10px;
    border-radius: 20px;
    color: white;
}

.team-contact .form-inline .form-control {
    border-radius: 10px;
}

.team-contact .form-inline h3 {
    text-transform: uppercase;
    font-size: 24px;
}

.team-heading {
    background: #234162;
    text-align: center;
    padding: 10px;
    margin: 30px 0px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 0.16);
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
}

.team-profile .table-roaster {
    border: 1px solid rgb(0 0 0 / 0.16);
}

.career-win-loss {
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
}

.points-table .points-box:last-child {
    border-right: none !important;
}

.points-box h5:first-child {
    font-weight: 700;
}

.player-profile .player-name {
    background-color: #f2f2f2;
    text-align: center;
    padding: 0.7rem;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
    text-transform: uppercase;
}

.player-profile .position {
    background-color: #f2f2f2;
    padding: 2rem;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
    text-transform: uppercase;
    border-radius: 10px;
}

.player-profile .team-icon {
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    margin: 10px 0px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
    /* padding: 1.3rem; */
}

.player-profile .player-name h3 {
    font-size: 20px;
    color: #234162;
    font-weight: 500;
}

.player-profile .position h3 {
    font-size: 20px;
    color: #234162;
}

.player-profile .team-icon h3 {
    font-size: 24px;
    color: #234162;
    background-color: #f2f2f2;
    padding: 5px;
}

.player-profile .team-icon img {
    padding: 1.01rem;
}

.career-div h3 {
    font-size: 20px;
    color: #234162;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.career-div {
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
    margin: 20px 0px;
    padding: 1.1rem;
}

.career-stats-div {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 30px 40px;
}

.career-win-loss h4 {
    color: #234162;
    text-transform: uppercase;
    font-size: 18px;
}

.career-stats-div .points-table {
    background-color: #fff;
}

.career-season {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    height: 60px;
    color: #234162;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
}

.career-season-winners {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    height: 60px;
    color: #234162;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
}

hr {
    margin-top: 2px;
    margin-bottom: 2px;
}

.points-table {
    display: flex;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
    text-transform: uppercase;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 0.5rem;
    margin-bottom: 20px;
}

.points-table .points-box {
    padding: 5px;
    text-align: center;
    width: 100%;
    border-right: 2px solid #fff;
}

.season-points {
    background-color: #f2f2f2;
    padding: 1.4rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
    border-radius: 10px;
    text-align: center;
}

.season-points h3 {
    background-color: white;
    padding: 10px;
    color: #234162;
    border-radius: 10px;
    text-transform: uppercase;
    margin: 9px 0px;
    font-size: 22px;
}

.season-points .season-no h2 {
    background-color: #234162;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.points-box h5 {
    color: #234162;
    font-size: 14px;
}

.player-profile .position h2 {
    color: #234162;
}

.hashtags {
    background-color: #f2f2f2;
    width: 200px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-left: auto;
}

.hashtags h3 {
    font-size: 20px;
    color: #234162;
}

.career-season-winners img {
    padding-right: 10px;
}

.team-select {
    border-radius: 10px;
    height: 45px !important;
    border: 1px solid #234162;
}

.team-select {
    border-radius: 10px;
    height: 45px !important;
    border: 1px solid #234162;
    padding: 0 5px;
    background-image: url(../images/icons/search-bg-img.png);
    background-size: 13% 130%;
    background-position: right;
    background-repeat: no-repeat;
}

.team-select::-ms-expand {
    display: none;
}

.team-select {
    -webkit-appearance: none;
    appearance: none;
}


/* User, Registration Modal CSS */

.group-label-select label {
    background-image: url(../images/background/label-bg.png);
    margin: 0;
    width: 145px;
    background-repeat: no-repeat;
    padding: 10px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 2;
    /* height: auto; */
}

.registration-box hr {
    /* font-size: 20px; */
    margin: 10px 0px;
    border-top: 2px solid #234162;
}

.registration-box .form-check-label {
    font-family: "Roboto";
}

.registration-form .registration-box {
    background-color: white;
    padding: 15px 30px;
    color: #234162;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
}

.group-label-select .input-group-append {
    width: 74.6%;
}

.group-label-select .input-group-append select {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.group-label-select .form-control {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.btn.add-players {
    background-color: #232323;
    color: white;
    width: 180px;
    padding: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.btn.add-players:hover {
    background-color: white;
    color: #234162;
}

#TeamModal hr {
    border-top: 2px solid #3c5d81;
    margin: 20px 0px;
}

.total-price-div-modal {
    text-align: center;
}

.modal-content .form-control {
    border-radius: 10px;
}

.modal-content .custom-file-label {
    padding: 0.8rem 0.75rem;
    border-radius: 10px;
}

.modal-content .form-check a {
    color: #65aeff;
}

.modal-content .width-50>.custom-control>label {
    border-radius: 10px;
}

a.forgot-password {
    float: right;
    color: #5b9de7;
    padding-top: 20px;
}

.modal-content .btn-style-one {
    border-radius: 10px;
    background-color: #0a2441;
    line-height: 40px;
}

.modal-content .btn-style-one:hover {
    background-color: white;
}

input.total-price {
    font-size: 28px;
    background-color: white !important;
    color: #234162;
    font-weight: 500;
    font-family: "Oswald";
}

.total-price-div-modal h3 {
    padding-top: 5px;
}


/* User, Registration Modal CSS End */

.heirarchy-sec,
.tournament-sec {
    padding: 100px 0px 50px;
}

.tournament-menu li.nav-item {
    padding: 0px 10px;
}

.tournament-menu {
    background-color: #f3f3f3 !important;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
}

.tournament-menu a.navbar-brand {
    position: absolute;
    z-index: 2;
    top: -35px;
}

.tournament-menu li a.nav-link {
    color: #444444 !important;
    font-size: 15px;
    font-weight: 500;
}

.tournament-menu ul.navbar-nav {
    margin-left: auto;
}

.tournament-menu ul.navbar-nav {
    margin-left: auto;
}

.tournament-sec .navbar-toggler {
    margin-left: auto;
}

h2.vs {
    padding: 100px 20px;
}

.tournament-bracket-sec h6 {
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 50px;
}

section.tournament-bracket-sec {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f3f3f3;
}

.tournament-menu .btn.btn-registration {
    background-color: #234162;
    color: white;
}


/* ====================================================================
			NOMAN-CSS-START
==================================================================== */

.oxygen-club-mission-section-1 p {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 50px;
    color: #666666;
}

.oxygen-club-mission-section-1 {
    padding-top: 80px;
    padding-bottom: 70px;
}

.oxygen-club-mission-section-1 h5 {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 40px;
    color: #666666;
}

.oxygen-club-mission-section-1 h2 {
    font-weight: 400;
    font-size: 45px;
    color: #234162;
    padding-bottom: 15px;
}

.about-oxygen-section-2 h5 {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 20px;
}

.about-oxygen-section-2 h2 {
    font-weight: 400;
    font-size: 45px;
    color: #234162;
    padding: 10px 0px;
}

.about-oxygen-section-2 p {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
}

.oxygen-club-mission-section-1 a.btn.join-the-club {
    background-color: #234162;
    color: white;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 13px;
}

.oxygen-club-mission-section-1 a.btn.learn-more {
    border: 1px solid #234162;
    color: #234162;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 13px;
}

.about-oxygen-section-2 a.btn.join-the-club {
    background-color: #234162;
    color: white;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 13px;
}

.about-oxygen-section-2 a.btn.learn-more {
    background-color: white;
    color: #234162;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 13px;
}

.about-oxygen-section-2 {
    background-image: url("../images/about-oxygen-back.png");
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 70px;
}

.our-coaches-section-3 p {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.our-coaches-section-3 h2 {
    font-weight: 400;
    font-size: 45px;
    color: #234162;
}

.our-coaches-section-3 h5 {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.our-coaches-section-3 h6 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 18px;
    color: black;
}

.our-coaches-section-3 h4 {
    font-weight: 500;
    font-size: 32px;
    color: #234162;
    padding-bottom: 12px;
}

.about-oxygen-section-2 h5.text-white.club-provide-heading {
    padding-bottom: 50px;
}

.about-oxygen-section-2 p.text-white.capitalize-para {
    padding-bottom: 25px;
}

.about-oxygen-button {
    padding-top: 70px;
}

.our-coaches-section-3 {
    padding: 100px 0px;
}

.our-coaches-boxes {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 30px 5px;
    box-shadow: 0 3px 4px 2px #2125292b;
}

.social-icon-space {
    display: flex;
    justify-content: space-evenly;
}

.col-md-12.social-icon-space img {
    width: 13%;
    margin-top: 10px;
    margin-left: 10px;
}

.about-us-section-border {
    border-bottom: 7px solid #234162 !important;
}


/* ====================================================================
			NOMAN-CSS-END
==================================================================== */


/* ====================================================================
			FAIQ-CSS-START
==================================================================== */


/*ABOUT US CSS CONTACT FORM FOX*/

.col.my-contact-form-pro-1 {
    background: #f2f2f2;
    box-shadow: 0 0 6px 3px #00000042;
    border: 1px solid;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 100px;
    padding: 60px;
}

.btn-form.display-44 {
    /* padding: 15px; */
    background: #234162 !important;
    border-color: #234162 !important;
    font-size: 20px;
    padding-left: 61px;
    padding-right: 60px;
    border-radius: 10px;
    font-weight: 500;
}

h2.text-uppercase.text-center.heading-contact {
    font-size: 60px;
    color: #234162;
}

p.text-center.para-graph-contact {
    font-size: 22px;
    margin-top: 10px;
}

.card-contact-page-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.card-contact-page-section {
    font-size: 25px;
    margin-top: 25px;
    color: #234162;
}

.card-contact-page-section p {
    font-size: 16px;
    margin-top: 10px;
}

.card-contact-page-section {
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 15px;
    background: #f2f2f2;
    box-shadow: 0 0 5px 1px #0000004a;
    height: 400px;
}

.container.banner-section-below {
    margin-top: 90px;
    margin-bottom: 75px;
}

.col.text-center.banner-section-below-02 p {
    font-size: 19px;
    color: #666666;
}

.card-contact-page-section h2 {
    margin-top: 40px;
}

.border-setting {
    border-radius: 10px;
    font-size: 13px;
    box-shadow: 0 0 4px 1px #0000003b;
}

.contact-us-section-border {
    border-bottom: 7px solid #234162 !important;
}


/* ====================================================================
			FAIQ-CSS-END
==================================================================== */

.recap-teams h2 {
    color: #234162;
    font-family: 'Poppins';
    font-weight: 600;
}

.recap-teams {
    border-radius: 10px;
    height: 430px;
    background-color: #F2F2F2;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

img.recap-team-1 {
    padding: 40px 0px;
}

img.recap-team-2 {
    padding: 20px 0px;
}

.recap-sec-2 {
    padding: 70px 0px 30px;
}

.recap-sec-2 .sub-heading {
    font-weight: 300;
}

.recap-sec-2 h3 {
    color: #234162;
    font-family: 'Poppins';
    font-weight: 600;
}

.recap-sec-1 h1 {
    color: #234162;
}

.recap-teams p {
    text-align: initial;
    padding-bottom: 5px;
}

section.tutorial-sec {
    padding: 50px 0px;
}

.tutorial-sec .embed-responsive {
    margin: 10px 0px;
    border-radius: 20px;
}

section.xb1-control-sec {
    text-align: center;
    padding: 80px 0px;
}

.xb1-control-sec h5 {
    padding: 20px 0px;
}

.xb1-control-sec h1 {
    color: #234162;
}