/*--------------------------------------------------------------
#. Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

/*ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}*/

select {
    display: block
}

figure {
    margin: 0
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

iframe {
    border: 0
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/*svg {
  width: 16px;
  height: 15px;
  vertical-align: middle;
}*/
figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

tr {
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

table caption {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
}

table th a {
    color: #000;
}

/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625em;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2em;
    font-weight: 600;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px;
    color: #222
}

td,
th {
    border-radius: 0px
}

.clear::before,
.clear::after {
    content: " ";
    display: table
}

.clear::after {
    clear: both
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0;
    padding: 30px 5px 5px 0px;
}

blockquote p {
    margin: 0 0 1em;
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #f7f7f7;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background-color: #fff; /* Fallback for when there is no custom background color defined. */
    word-wrap: break-word;
}

blockquote,
q {
    quotes: "" "";
    position: relative;
}

blockquote:before {
    position: absolute;
    left: -40px;
    top: -10px;
}

blockquote::before {
    content: "\201C";
}

blockquote::before, q::before {
    font-size: 4.90rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

hr {
    background-color: #ddd;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border: 1px solid #e5e5e5;
}

td, th {
    padding: 5px 10px;
}

/*--------------------------------------------------------------
#Forms
--------------------------------------------------------------*/
button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    margin: 10px;
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 0px;
    background: #42a5f6;
    border: none;
}

a.button {
    min-width: 150px;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #42a5f6;
    border-color: transparent;
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #666;
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: #42a5f6;
    box-shadow: 0 0 0 0.2rem rgb(9, 187, 163);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline: none;
    border-color: #42a5f6;
    box-shadow: 0 0 0 0.2rem rgb(9, 187, 163);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 10px 0 10px 15px;
}

select {
    width: 100%;
    padding: 5px;
}

textarea {
    padding: 10px;
    width: 100%;
}

.form-submit input#submit {
    margin: 20px 0 10px 0;
}

.form-submit {
    text-align: center;
}

::-moz-selection {
    background-color: #f7631b;
    color: #fff;
}

::selection {
    background-color: #f7631b;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #777777;
    font-weight: 300;
}

:-moz-placeholder {
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #777777;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #777777;
    font-weight: 300;
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f7631b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.default-switch input:checked + label {
    left: 19px;
}

.single-element-widget {
    margin-bottom: 30px;
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.primary-switch input:checked + label:after {
    left: 19px;
}

.primary-switch input:checked + label:before {
    background: #f7631b;
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.confirm-switch input:checked + label:after {
    left: 19px;
}

.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
    border: none;
}

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.confirm-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #22272d;
    margin-bottom: 0;
}

.confirm-checkbox input:checked + label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none;
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

.disabled-checkbox input:checked + label {
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
    border: none;
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none;
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none;
}

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

.disabled-radio input:checked + label {
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none;
}

.default-select {
    height: 40px;
}

.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #fff;
    padding-left: 20px;
    padding-right: 40px;
}

.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
    color: #f7631b;
    background: transparent;
}

.default-select .nice-select .list .option:hover {
    color: #f7631b;
    background: transparent;
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.default-select .nice-select::after {
    right: 20px;
}

.form-select {
    height: 40px;
    width: 100%;
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #fff !important;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
    color: #f7631b;
    background: transparent;
}

.form-select .nice-select .list .option:hover {
    color: #f7631b;
    background: transparent;
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.form-select .nice-select::after {
    right: 20px;
}

/*--------------------------------------------------------------
#. Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#.#. Links
--------------------------------------------------------------*/

a {
    color: #42a5f6;
    outline: none;
    text-decoration: inherit;
}

a:hover,
a:focus,
a:active {
    color: #42a5f6;
}

a:focus {
    outline: inherit;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important; /* It should be ablolute */
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important; /* It should be clip auto */
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*--------------------------------------------------------------
  DPL common stylings
--------------------------------------------------------------*/
section {
    padding: 40px 0;
}

.section-gap {
    padding: 120px 0;
}

.custom-btn {
    background-color: #ffae00;
    padding: 8px 20px;
    color: #fff;
    font-size: 15px;
    webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.custom-btn:hover {
    background-color: #42a5f6;
    color: #fff;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.transparent-btn {
    padding: 5px 20px;
    color: #42a5f6;
    border: 2px solid #42a5f6;
    background: transparent;
}

.transparent-btn:hover {
    background-color: #42a5f6;
    color: #fff;
}

.theme-btn {
    background-color: #ff6b00;
    padding: 5px 16px;
    color: #fff;
}

.theme-btn:hover {
    color: #fff;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.custom-width-wrapper {
    width: 65%;
    margin: 0 auto;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

/*--------------------------------------------------------------
 DPL header style
--------------------------------------------------------------*/
div#logo {
    max-width: 8%;
    /*padding: 12px 10px 12px 0;*/
}

.main-menu {
    padding-bottom: 10px;
    padding-top: 10px;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: transparent;
}

#header.header-scrolled {
    transition: all 0.5s;
    background-color: #42a5f6;
}

#header.header-scrolled .main-menu {
    border-color: transparent;
}

@media (max-width: 673px) {
    #logo {
        margin-left: 20px;
    }
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #000;
    padding-left: 10px;
    border-left: 4px solid #f7631b;
}

#header #logo img {
    padding: 0;
    margin: 0;
    width: 90px;
    height: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

#header #logo img.logo-scrolled {
    display: none;
}

#header.header-scrolled #logo img.logo-default {
    display: none;
}

#header.header-scrolled #logo img.logo-scrolled {
    display: block;
    width: auto;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 28px
    }

    #header #logo img {
        max-height: 40px;
    }
}

.dpl-main-nav {
    margin-left: 10px;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    right: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

.nav-menu a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}

.nav-menu li:hover > a {
    color: #ffae00;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 20px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 5px 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.nav-menu ul li:hover > a {
    color: #ffae00;
}

.nav-menu ul ul {
    margin-right: 10px;
    margin-top: 0;
}

.nav-menu a.fantasy-link, #mobile-nav a.fantasy-link {
    padding: 5px 12px;
    background: #ffae00;
    line-height: 12px;
    color: #222;
}

.nav-menu a.fantasy-link:hover, #mobile-nav a.fantasy-link:hover {
    color: #FFF;
}

#mobile-nav-toggle {
    position: fixed;
    right: 15px;
    z-index: 999;
    top: 11px;
    border: 0;
    background: none;
    font-size: 20px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 960px) {
    #mobile-nav-toggle {
        display: inline
    }

    #nav-menu-container {
        display: none;
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgb(66, 165, 246);
    left: -270px;
    width: 230px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 400;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #f7631b;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #ffae00;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0px;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
 dpl banner area style
--------------------------------------------------------------*/
.dpl-banner-area .overlay-bg {
    background-color: rgba(0, 0, 0, 0.28);
}

.dpl-banner-area {
    background-color: #42a5f6;
    background: url(../img/stadium.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 225px 50px 100px 50px;
}

.banner-content {
    padding-top: 120px;
}

.banner-content h1 {
    font-size: 50px;
    padding: 0px 0 20px 0px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    text-transform: uppercase;
}

.banner-content h1 span {
    text-transform: uppercase;

}

.banner-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.dpl-inner-content-wrapper {
    background-color: rgba(0, 0, 0, 0.82);
    color: #fff;
    width: 66%;
    margin-left: auto;
    padding: 5px;
}

.dpl-inner-content-wrapper .nav-tabs {
    border: none;
    display: block;
    text-align: center;
}

.dpl-inner-content-wrapper .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    margin: 0;
    color: #fff;
    width: 47%;
    background-color: #0e1856;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: transparent;
}

.point-standing.standing-table {
    margin: 0;
    border: none;
}

.point-standing.standing-table thead {
    color: #ffae00;
}

.point-standing.standing-table tr {
    border-bottom: 0;
    font-size: 12px;
}

.point-standing.standing-table tr td a {
    color: #fff;
    font-weight: 500;
}

.point-standing.standing-table tr td a img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: top;
}

/*--------------------------------------------------------------
 dpl about content-area style
--------------------------------------------------------------*/
.dpl-about-wrapper {
    position: relative;
}

.dpl-about-wrapper:after {
    width: 0;
    height: 0;
    border-top: 130px solid transparent;
    border-bottom: 130px solid transparent;
    border-right: 130px solid #42a5f6;
    content: "";
    right: 0;
    top: -29px;
    position: absolute;
    z-index: -1;
}

.header-content .entry-title {
    color: #000;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
}

.header-content .entry-title span {
    font-weight: 700;
    position: relative;
}

.dpl-btn-wrapper {
    margin-top: 25px;
    display: block;
}

.dpl-featured-image {
    margin: 30px 0;
}

.dpl-about-wrapper:before {
    width: 0;
    height: 0;
    border-top: 30px solid #42a5f6;
    border-bottom: 30px solid #42a5f6;
    border-left: 30px solid #42a5f6;
    border-right: 30px solid #42a5f6;
    content: "";
    left: 10%;
    top: 40%;
    position: absolute;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

/*--------------------------------------------------------------
 dpl match news content-area style
--------------------------------------------------------------*/
.dpl-match-news-wrapper {
    position: relative;
}

.dpl-match-news-wrapper:before {
    width: 0;
    height: 0;
    border-top: 130px solid transparent;
    border-bottom: 130px solid transparent;
    border-left: 130px solid #42a5f6;
    content: "";
    left: 0;
    top: -100px;
    position: absolute;
    z-index: -1;
}

.dpl-match-news-wrapper:after {
    background: rgba(0, 0, 0, 0) url(../img/wicket.png) no-repeat scroll 0 0 / 100% 100%;
    content: "";
    display: block;
    height: 500px;
    right: 0px;
    position: absolute;
    top: -130px;
    width: 354px;
    z-index: -1;
}

.dpl-match-news-wrapper .slick-slide {
    overflow: hidden;
}

.dpl-match-news-wrapper .slick-prev:before,
.dpl-match-news-wrapper .slick-next:before {
    color: #888 !important;
}

.dpl-match-news-wrapper .slick-prev:before, .dpl-match-news-wrapper .slick-next:before {
    font-family: fontawesome;
    color: #777;
    font-size: 19px;
    opacity: 1;
    line-height: 1;
}

.dpl-match-news-wrapper .slick-prev:before {
    content: "\f177";
    font-family: fontawesome;
}

.dpl-match-news-wrapper .slick-next:before {
    content: "\f178";
    font-family: fontawesome;
}

.dpl-match-news-wrapper .slick-prev {
    /*left: 0px;*/
    left: 25%;
}

.dpl-match-news-wrapper .slick-next {
    right: inherit;
    left: 30%;
}

.dpl-match-news-wrapper .slick-prev,
.dpl-match-news-wrapper .slick-next {
    display: inline-block;
    zoom: 1;
    font-size: 19px;
    background: transparent;
    opacity: 1;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    margin: 0;
    margin-top: 20px;
}

.dpl-match-news-wrapper .slick-prev:hover,
.dpl-match-news-wrapper .slick-prev:focus,
.dpl-match-news-wrapper .slick-next:hover,
.dpl-match-news-wrapper .slick-next:focus {
    color: #fff !important;
    outline: none;
    background: none;
}

.dpl-match-news-wrapper .slick-prev:hover {
}

.dpl-match-news-wrapper .slick-prev.slick-disabled:before,
.dpl-match-news-wrapper .slick-next.slick-disabled:before {
    opacity: 0.8;
}

.news-content-wrapper {
    padding-top: 90px;
    margin-top: 15px;
}

.news-image-wrapper img {
    width: 100%;
    -webkit-box-shadow: 0 2px 6px 0px #d4d0d0;
    -moz-box-shadow: 0 2px 6px 0px #d4d0d0;
    box-shadow: 0 2px 6px 0px #d4d0d0;
}

.news-content-wrapper h3 {
    font-weight: 700;
    font-size: 17px;
}

.row.news-items .col-md-5 {
    border-left: 1px solid #ddd;
    background-color: #fff;
}

.dpl-match-news-wrapper .slick-dots {
    bottom: 100%;
    top: 45px;
    right: 18%;
    text-align: right;
}

.dpl-match-news-wrapper .slick-dots li {
    color: #888;
    font-size: 25px;
    font-weight: 600;
    width: auto;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.dpl-match-news-wrapper .slick-dots li.slick-active {
    color: #42a5f6;
    font-size: 60px;
    font-weight: 700;

}

.news-btn .custom-btn {
    display: inline-block;
}

/*--------------------------------------------------------------
dpl-club-listing -areastyle
--------------------------------------------------------------*/
.dpl-club-listing {
    position: relative;
}

.dpl-club-listing:before {
    width: 0;
    height: 0;
    border-top: 30px solid #42a5f6;
    border-bottom: 30px solid #42a5f6;
    border-left: 30px solid #42a5f6;
    border-right: 30px solid #42a5f6;
    content: "";
    left: 7%;
    top: -20%;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.dpl-club-listing:after {
    width: 0;
    height: 0;
    border-top: 10px solid #42a5f6;
    border-bottom: 10px solid #42a5f6;
    border-left: 10px solid #42a5f6;
    border-right: 10px solid #42a5f6;
    content: "";
    right: 20px;
    top: 50%;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.club-listing-wrapper {
    align-items: center;
}

.box-effect {
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}

.box-effect .contentPart {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #42a5f6;
    opacity: 0.9;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    padding: 10px 8px;
}

.box-effect:hover .contentPart {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
}

.box-effect img {
    width: 100%;
    width: 180px;
    height: 180px;
    object-fit: cover;
}

/*.box-effect:hover img {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
}*/

.box-effect .contentPart h5 {
    color: #fff;
    letter-spacing: 0px;
    margin-top: 40px;
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.box-effect .contentPart a {
    color: #fff;
    font-size: 12px;
    padding: 7px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    font-weight: 300;
}

.box-effect .contentPart a:hover {
    background-color: #ffae00;
    color: #fff;
}

/*--------------------------------------------------------------
dpl-video gallery-area style
--------------------------------------------------------------*/

.video-gallery {
    /*padding: 100px 0;*/
}

.video-gallery .video-gallery-item {
    /*margin-top: 50px;*/
    position: relative;
}

.single-item-wrapper {
    margin: 0 20px;
}

.single-item-wrapper.single-item-gallery a {
    position: relative;
    display: block;
    z-index: 1;
}

.gallery-slider {
    margin-left: -20px;
    margin-right: -20px;
}

.video-gallery .video-gallery-item .image-holder {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

.video-gallery .video-gallery-item .image-holder img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 250px;
    object-fit: cover;
}

.video-gallery .video-gallery-item .image-holder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
}

.video-gallery .video-gallery-item .image-holder a {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    z-index: 5;
    border: 5px solid #fff;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.video-gallery .video-gallery-item .image-holder:hover a {
    background: #42a5f6;
}

.video-gallery .video-gallery-item .image-holder a i {
    font-size: 15px;
    line-height: 50px;
    color: #fff;
}

.video-gallery .video-gallery-item h3 {
    color: #fff;
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 12px;
    position: absolute;
    left: -15px;
    bottom: 5px;
    font-weight: 400;
    background: #3d3d3d;
    padding: 12px 9px;
    width: 100%;
    text-align: left;
}

.video-gallery .video-gallery-item:hover h3 {
    left: 0;
    transition: all .3s ease-in-out;
}

.dpl-video-content-wrapper .slick-prev:before, .dpl-video-content-wrapper .slick-next:before {
    font-family: fontawesome;
    color: #777;
    font-size: 20px;
    opacity: 1;
    line-height: 1;
}

.dpl-video-content-wrapper .slick-prev:before {
    content: "\f177";
    font-family: fontawesome;
}

.dpl-video-content-wrapper .slick-next:before {
    content: "\f178";
    font-family: fontawesome;
}

.dpl-video-content-wrapper .slick-prev {
    left: 46%;
}

.dpl-video-content-wrapper .slick-next {
    right: 46%;
}

.dpl-video-content-wrapper .slick-prev,
.dpl-video-content-wrapper .slick-next {
    display: inline-block;
    zoom: 1;
    font-size: 40px;
    background: transparent;
    opacity: 1;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    margin: 0;
    margin-top: 20px;
}

.dpl-video-content-wrapper .slick-prev:hover,
.dpl-video-content-wrapper .slick-prev:focus,
.dpl-video-content-wrapper .slick-next:hover,
.dpl-video-content-wrapper .slick-next:focus {
    outline: none;
    background: none;
}

.dpl-video-content-wrapper .slick-prev.slick-disabled:before,
.dpl-video-content-wrapper .slick-next.slick-disabled:before {
    opacity: 0.8;
}

/*--------------------------------------------------------------
 dpl player to watch-area style
--------------------------------------------------------------*/
.dpl-player-watch-wrapper {
    position: relative;
}

.dpl-player-watch-wrapper:before {
    width: 0;
    height: 0;
    border-top: 80px solid #42a5f6;
    border-bottom: 80px solid #42a5f6;
    border-left: 80px solid #42a5f6;
    border-right: 80px solid #42a5f6;
    content: "";
    left: 0%;
    top: 40%;
    position: absolute;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.dpl-player-watch-wrapper:after {
    width: 0;
    height: 0;
    border-top: 120px solid transparent;
    border-bottom: 260px solid transparent;
    border-right: 121px solid rgba(66, 165, 246, 0.38);
    content: "";
    right: 0;
    top: -29px;
    position: absolute;
    z-index: -1;
}

.recent-match-player-comparision {
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}

.recent-match-player-comparision .thumb-img img {
    height: 60px;
    width: 60px;
}

.recent-match-player-comparision .match-tag,
.recent-match-player-comparision .current-team {
    display: inline-block;
}

.recent-match-player-comparision .current-team {
    border: 1px solid #ddd;
}

.recent-match-player-comparision .match-tag {
    margin: 10px;
    height: 40px;
    width: 40px;
    line-height: 32px;
    background-color: #42a5f6;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: white;
    padding: 5px;
    vertical-align: middle;
}

.column-batsman {
    border-right: 1px solid #ddd;
}

.watch-icon {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.watch-icon img {
    height: 125px;
    width: auto;
}

.watch-player {
    text-align: center;
    display: block;
    padding: 10px 0;
}

.watch-player li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 10px;
}

.watch-player li a img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.player-data-wrap {
    display: block;
    margin: 7px 0;
}

.player-value {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    margin: 0;
}

.club-value {
    font-weight: 600;
    font-size: 10px;
    color: #777;
    font-style: italic;
}

/* --------------------------
dpl Testimonials Area CSS
-------------------------- */
.testimonial-content-main-wrapper {
    margin: 20px 0;
}

.dpl-testimonial-wrapper:before {
    background: rgba(0, 0, 0, 0) url(../img/bat.png) no-repeat scroll 0 0 / 100% 100%;
    content: "";
    display: block;
    height: 500px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 354px;
    z-index: -1;
}

.dpl-testimonial-wrapper:after {
    width: 0;
    height: 0;
    border-top: 30px solid #42a5f6;
    border-bottom: 30px solid #42a5f6;
    border-left: 30px solid #42a5f6;
    border-right: 30px solid #42a5f6;
    content: "";
    right: 7%;
    top: 50%;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

.testimonials-area {
    position: relative;
}

.testi-slider .testi-item {
    text-align: left;
    padding: 20px;
}

.testimonials-area .col-md-9.bordered-slider {
    border-left: 1px solid #ddd;
}

.testi-slider .testi-item img {
    width: auto;
    margin: auto;
}

.testi-item h4 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 0px;
}

.testi-slider .testi-item p {
    font-size: 13px;
}

.testi-item .list {
    margin-bottom: 35px;
}

.testi-item .list li {
    display: inline-block;
}

.testi-item .list li a {
    color: #ffc000;
    font-size: 14px;
}

.testimonials-area .owl-thumbs {
    text-align: center;
}

.testimonials-area .owl-thumb-item {
    /* margin-right: 20px; */
    position: relative;
    margin-bottom: 15px;
}

.owl-thumb-item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

.testimonials-area .owl-thumb-item.active img {
    height: 110px;
    width: 110px;
    border: 3px solid #42a5f6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonials-area .owl-thumb-item.active img {

}

.testimonials-area .testi-slider {
    text-align: left;
}

.testi-item .client-designation {
    font-size: 13px;
}

.testimonials-area .owl-carousel .owl-nav {
    padding: 0 20px;
}

.testimonials-area .owl-carousel .owl-nav .owl-prev {
    margin-right: 5px;
}

.testimonials-area .owl-carousel .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonials-area .owl-carousel .owl-nav .owl-prev,
.testimonials-area .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    font-size: 17px;
    color: #777;
    margin-top: 20px;
}

/*--------------------------------------------------------------
 dpl stat-area style
--------------------------------------------------------------*/

.stat-content-area.stat-left-content-wrapper {
    border-right: 1px solid #ddd;
}

.stat-content-area .border-content {
    border-bottom: 1px solid #ddd;
}

.stat-content-area .border-content:last-child {
    border-bottom: none;
}

.stat-content-area .header-content {
    min-height: 200px;
    height: 200px;
    display: flex;
    align-items: center;
}

.stat-content-area li {
    list-style: none;
}

.stat-left-content-wrapper .entry-title {
    float: left;
    width: 30%;
    padding-right: 15px;
}

.stat-left-content-wrapper p {
    width: 70%;
    float: left;
    margin-bottom: 0;
}

.right-top-stat,
.right-bottom-stat,
.left-top-stat,
.left-bottom-stat {
    padding: 25px 0;
}

.stat-content-area .list-item {
    border-right: 1px solid #ddd;
}

.stat-content-area .list-item {
    width: 50%;
    float: left;
    /*border-right: 1px solid #ddd;*/
    /*   padding-right: 10px;
       padding-left: 10px;*/
    padding: 25px 5px;
}

.stat-content-area .list-item:last-child {
    border: none;
}

.left-bottom-stat img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    /* float: left; */
    /* width: 100%; */
    margin-right: 13px;
    border: 1px solid #ddd;
    display: block;
}

.stat-img-content {
    width: 40%;
    float: left;
    text-align: center;
}

.stat-img-content .num-vaue {
    font-size: 100px;
    font-weight: 800;
    color: #42a5f6;
    vertical-align: middle;
}

.stat-meta-content {
    width: 60%;
    float: left;
    padding-left: 7px;
}

.stat-meta-content span {
    display: block;
    margin-bottom: 4px;
}

.stat-meta-content .value-index,
.stat-meta-content .club-value {
    font-size: 14px;
    font-style: inherit;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.right-top-stat .stat-img-content img {
    height: 95px;
    width: auto;
    object-fit: cover;
}

/*--------------------------------------------------------------
 dpl partner-sponsor-area style
--------------------------------------------------------------*/
.dpl-sponser-listing {
    position: relative;
}

.dpl-sponser-listing:before {
    width: 0;
    height: 0;
    border-top: 30px solid #42a5f6;
    border-bottom: 30px solid #42a5f6;
    border-left: 30px solid #42a5f6;
    border-right: 30px solid #42a5f6;
    content: "";
    left: 2%;
    top: -12%;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.sponser-box {
    margin: 15px 0;
}

.sponser-box img {
    width: 100%;
    display: block;
}

.sponser-box .single-holder {
    padding: 0 10px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
 dpl auction-area style
--------------------------------------------------------------*/

.dpl-fpl-wrapper {
    background: url('../img/fpl_banner.png') no-repeat center center/cover;
}

.dpl-fpl-wrapper .header-content .entry-title {
    color: #FFF;
}

.dpl-fpl-wrapper .custom-btn {
    background-color: #42a5f6 !important;
}

.dpl-auction-wrapper {
    position: relative;
    padding: 10px 0 40px;
}

.dpl-auction-wrapper:after {
    width: 0;
    height: 0;
    border-top: 120px solid transparent;
    border-bottom: 260px solid transparent;
    border-right: 121px solid rgba(66, 165, 246, 0.38);
    content: "";
    right: 0;
    top: -50%;
    position: absolute;
    z-index: -1;
}

.dpl-auction-wrapper .header-content {
    border-right: 1px solid #ddd;
}

.auction-content-inner-wrap {
    padding: 30px 15px;
}

/*--------------------------------------------------------------
 dpl footer-area style
--------------------------------------------------------------*/
footer.footer-area.section-gap {
    background-color: #42a5f6;
    color: #fff;
    padding: 30px 0;
}

.single-footer-widget {
    margin: 15px 0;
}

/*.single-footer-widget:last-child{
  margin-bottom: 0;
}*/
.footer-area .footer-logo img {
    margin-bottom: 20px;
    width: 50%;
}

.footer-social {
    margin-top: 25px;
}

.footer-social h4,
.single-footer-widget h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.single-footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-footer-widget ul li {
    margin-bottom: 10px;
}

.single-footer-widget ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.single-footer-widget ul li a:hover {
    color: #ffae00;
}

.footer-contact .fa {
    height: 30px;
    width: 30px;
    background: #fff;
    color: #1a1a1a;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 17px;
}

.footer-bottom {
    background-color: #1272bf;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 11px;
    font-weight: 400;
}

.footer-bottom a {
    color: #fff;
}

.footer-social li {
    display: inline-block;
    margin-right: 7px;
}

.footer-social li a {
    display: block;
    height: 30px;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
}

.footer-social ul {
    margin: 0;
}

.footer-social ul li {
    display: inline-block;
    margin-bottom: 0;
}

.footer-social ul li a {
    font-family: 'fontawesome';
    speak: none;
    content: "\f0c1";
    font-size: 16px;
}

.footer-social ul li a:after {
    content: "\f0c1";
}

.footer-social ul li a:after {
    color: #fff;
}

.footer-social ul li a[href*="facebook.com"]:after {
    content: "\f09a";
}

.footer-social ul li a[href*="facebook.com"] {
    background-color: #4867AA;
}

.footer-social ul li a[href*="twitter.com"]:after {
    content: "\f099";
}

.footer-social ul li a[href*="twitter.com"] {
    background-color: #2383d0;
}

.footer-social ul li a[href*="linkedin.com"]:after {
    content: "\f0e1";
}

.footer-social ul li a[href*="linkedin.com"] {
    background-color: #0077B5;
}

.footer-social ul li a[href*="instagram.com"]:after {
    content: "\f16d";
}

.footer-social ul li a[href*="instagram.com"] {
    background-color: #BD3D87;
}

.footer-social ul li a[href*="youtube.com"]:after {
    content: "\f167";
}

.footer-social ul li a[href*="youtube.com"] {
    background-color: #fb0202;
}

/*--------------------------------------------------------------
 dpl custom-header and breadcumb style
--------------------------------------------------------------*/

/*#content{
    margin-top: 60px;
}*/
.custom-header {
    background: #42a5f6;
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

.breadcrumb-wrappers {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

.breadcrumb-wrappers h1 {
    font-size: 40px;
    font-weight: 600;
}

.site-breadcrumb {
    margin-top: 10px;
    margin-bottom: 0px;
}

.breadcrumb-wrappers .box {
    border: 2px solid #fff;
    padding: 8px 15px;
    border-radius: 25px;
    display: inline-block;
}

.breadcrumb-wrappers .box a:first-child {
    padding-left: 0;
}

.breadcrumb-wrappers .box a {
    color: #fff;
    font-size: 13px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 2px solid #fff;
}

.breadcrumb-wrappers .box a:last-child {
    border-right: 0;
    padding-right: 0;
}

.featured-news-post-wrapper {
    padding-bottom: 10px;
}

.featured-news-post-wrapper .featured-image {
    padding: 90px 0;
    border-radius: 0;
}

.featured-news-post-wrapper article.post-type-status {
    position: relative;
    margin-bottom: 30px;
}

.featured-news-post-wrapper .featured-image {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 130px 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}

.blog-content-main-wrapper .entry-header {
    background: #fff;
    /*border: 1px solid #000;*/
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 10px;
}

.blog-content-main-wrapper .entry-header .entry-title {
    color: #555;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-content-main-wrapper .entry-header .entry-title a {
    color: #000;
}

.news-detail-wrapper .entry-header .entry-meta span,
.blog-content-main-wrapper .entry-meta span {
    margin-right: 10px;
}

.news-detail-wrapper .entry-header .entry-meta .author a,
.blog-content-main-wrapper .entry-meta .author a {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
}

.news-detail-wrapper .entry-header .entry-meta .posted-on a,
.blog-content-main-wrapper .entry-meta .posted-on a {
    color: #777;
    font-weight: 600;
    font-size: 13px;
}

/*--------------------------------------------------------------
 dpl news detail single page styling
--------------------------------------------------------------*/

.news-detail-wrapper .entry-header {
    text-align: center;
    margin-bottom: 20px;
}

.news-detail-wrapper .entry-header h2 {
    color: #000;
    font-size: 24px;
    text-align: center;
}

.news-detail-wrapper .entry-header h2 a {
    color: #000;
}

.news-detail-wrapper a.post-thumbnail img {
    width: 100%;
}

.blog-img-caption {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    color: #888;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
 dpl About Page styling
--------------------------------------------------------------*/

.dpl-about-page-wrapper .dpl-v-tab {
    background-color: #42a5f6;
    color: #fff;
}

.dpl-about-page-wrapper .nav-pills .nav-link.active,
.dpl-about-page-wrapper .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ffae00;
}

.dpl-about-page-wrapper .nav-pills .nav-link {
    color: #fff;
    border-radius: 0;
    padding: 10px 12px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
}

.dpl-about-page-wrapper .nav-pills .nav-link:last-child {
    border: none;
}

.dpl-about-page-wrapper .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #ffae00;
}

.dpl-about-page-wrapper .dpl-page-tab-content {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
}

/*--------------------------------------------------------------
 dpl gallery Page styling
--------------------------------------------------------------*/

.gallery-items .featured-image {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding: 130px 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}

.gallery-items {
    position: relative;
}

.gallery-items:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
}

.single-item-wrapper.single-item-gallery {
    margin: 0 0 25px 0;
}

.gallery-items h3 {
    color: #fff;
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 12px;
    position: absolute;
    left: -15px;
    bottom: 5px;
    font-weight: 400;
    background: #3d3d3d;
    padding: 12px 9px;
    width: 100%;
    text-align: left;
    transition: all .3s ease-in-out;
}

.gallery-items a.post-thumbnail i {
    font-size: 15px;
    line-height: 50px;
    color: #fff;
}

.gallery-items a.post-thumbnail {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    z-index: 5;
    border: 5px solid #fff;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.gallery-items:hover a.post-thumbnail {
    background: #42a5f6;
}

.gallery-items:hover a h3 {
    left: 0;
    transition: all .3s ease-in-out;
}

/*--------------------------------------------------------------
 dpl custom-team-single Page styling
--------------------------------------------------------------*/
.custom-team-single-header {
    background-color: #42a5f6;
    background: url(../img/team-banner/rupandehi.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 225px 50px 100px 50px;
}

.custom-team-single-header {
    /*position: relative;*/
    /*z-index: 2;*/
    /*padding: 200px 0;*/
}

.single-team-header-content-wrap {
    color: #fff;
}

.single-team-header-content-wrap h2 {
    text-transform: uppercase;
    font-weight: 700;
}

.header-content-list-wrapper {
    margin: 20px 0;
}

.single-team-header-content-wrap .header-content-list-wrapper ul {
    margin: 0;
    padding: 0;
}

.single-team-header-content-wrap .header-content-list-wrapper ul li {
    list-style: none;
    width: 50%;
    float: left;
}

.single-team-header-content-wrap .header-content-list-wrapper ul li span {
    text-transform: uppercase;
    font-weight: 600;
}

.single-team-header-content-wrap .header-content-list-wrapper ul li span {
    margin-right: 10px;
}

.primary-content-area .featured-news-post-wrapper .featured-image,
.primary-content-area .gallery-items .featured-image {
    padding: 100px 0;
}

.widget .entry-title {
    color: #000;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
}

.widget .entry-title span {
    font-weight: 700;
    position: relative;
}

.single-players-list {
    border: 1px solid #e8e8e8;
    margin: 0 0 20px 0;
}

.single-players-list li {
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
    list-style: none;
}

.single-players-list li a {
    background: none;
    border-radius: 0;
    margin-top: 0;
    padding: 6px 5px;
    position: relative;
    text-align: left;
    width: 100%;
    display: block;
}

.single-players-list li a:hover {
    background-color: #ddd;
}

.single-players-list li a:after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 6px;
    top: 30%;
    font-size: 20px;
    color: #888;
}

.indv-player {
    border-radius: 100%;
    float: left;
    height: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 50px;
    margin-right: 10px;
    border: 2px solid #ffffff;
    box-shadow: 1px 1px 5px #cecece;
}

.indv-player .indv-photo {
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: auto;
}

.indv-player .indv-photo img {
    margin-top: 0;
    max-width: 100%;
    height: auto;
}

.single-players-list .indv-details {
    position: relative;
    padding: 10px 0;
}

.single-players-list .player-name {
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.2;
}

.single-players-list .player-name strong {
    display: block;
    font-size: 12px;
}

.indv-details .meta-player {
    position: absolute;
    right: 90px;
    top: 15px;
}

.indv-details .meta-player span {
    width: 20px;
    height: 20px;
    background-color: #42a5f6;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    display: block;
}

/*--------------------------------------------------------------
 dpl contact  Page styling
--------------------------------------------------------------*/
.contact-detail-wrapper {
    margin-bottom: 25px;
}

.contact-page-area .border-r {
    border-right: 1px solid #666;
}

.contact-form-wrapper {
    padding-left: 90px;
}

.single-contact-address {
    margin-bottom: 10px;
}

.contact-form-wrapper .form-area .form-control:focus {
    box-shadow: none !important;
}

.contact-form-wrapper .form-area input,
.contact-form-wrapper .form-area textarea {
    border-radius: 0;
    border: 1px solid #666;
}

.contact-form-wrapper .form-area textarea {
    height: 120px;
    margin-top: 0px;
    padding: 15px
}

@media (max-width: 991px) {
    .contact-form-wrapper .address-wrap {
        margin-bottom: 20px
    }

    .contact-form-wrapper {
        padding-left: 0px;
    }

    .contact-page-area .border-r {
        border-right: none;
    }
}

.contact-form-wrapper .address-wrap .single-contact-address {
    margin-bottom: 8px
}

.contact-form-wrapper .address-wrap .single-contact-address h5 {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 5px
}

.contact-form-wrapper .dpl-btn-wrapper {
    margin: 0;
    text-align: left;
}

.contact-form-wrapper .dpl-btn-wrapper .contact-btn {
    margin-left: 0;
    margin-right: 0;
}

/*--------------------------------------------------------------
 dpl player single  Page styling
--------------------------------------------------------------*/

.single-player-content-wrapper {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #4867aa;
    background-image: -webkit-linear-gradient(120deg, #9ed3ff, #4867aa);
    background-image: -moz-linear-gradient(120deg, #9ed3ff, #4867aa);
    background-image: -o-linear-gradient(120deg, #9ed3ff, #4867aa);
    background-image: -ms-linear-gradient(120deg, #9ed3ff, #4867aa);
    background-image: linear-gradient(120deg, #9ed3ff, #4867aa);
}

.single-player-image-wrap img {
    height: 166px;
    width: 166px;
    object-fit: contain;
    object-position: center;
}

.player-stat-overview-single ul,
.total-match-stat-single ul {
    margin: 0;
    text-transform: capitalize;
}

.player-stat-overview-single ul.floated-list {
    float: left;
    width: 50%;
}

.player-stat-overview-single ul li,
.total-match-stat-single ul li {
    list-style: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.top-stat-single-player .header-content {
    float: left;
    width: 50%;
    color: #fff;
}

.top-stat-single-player .header-content .entry-title {
    color: #fff;
}

.top-stat-single-player .total-match-stat-single {
    float: left;
    width: 50%;
}

.total-match-stat-single ul li {
    list-style: none;
    float: left;
    padding: 0 12px;
    text-align: center;
    color: #fff;
    border-right: 1px solid #cacaca;
}

.total-match-stat-single ul li:last-child {
    border: none;
    padding-right: 0;
}

.top-stat-single-player .total-match-stat-single ul li span {
    font-weight: 700;
    font-size: 22px;
}

.player-stat-overview-single ul li span {
    width: 50%;
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

.player-stat-overview-single ul li span:after {
    content: ":";
    position: absolute;
    right: 15px;
}

.dpl-player-stat-table-counter table {
    width: 100%;
    border: none;
}

.dpl-player-stat-table-counter .table th {
    color: #fff;
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
}

.thead-dpl-theme-head {
    background-color: #ffae00;
}

.dpl-player-stat-table-counter table tr {
    text-align: center;
    border: none;
}

.dpl-player-stat-table-counter .table td {
    border: none;
}

/*--------------------------------------------------------------
 my fixture
--------------------------------------------------------------*/
.fpl-match-day-fixtures-container {
    margin: 2em 0;
}

.fx-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin: 5px;
    border: 2px solid #fff;
}

.fx-winner .fx-logo {
    border: 2px solid #ffcd00;
}

.fx-item {
    margin-bottom: 10px;
    /*background: #e5e5e5;*/
}

.fx-res {
    background: #ffc107;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #444;
    margin-top: 10px;
}

.fx-res1 {
    border-radius: 10px 0 0 10px;
}

.fx-res2 {
    border-radius: 0 10px 10px 0;
}

.fx-vs {
    text-align: center;
    background: #dee2e6;
    padding: 5px 0;
    border-radius: 0 0 10px 10px;
    color: #444;
    /*font-weight: bold;*/
    justify-content: center;
    border-top: 1px solid #ccc;
}

.fx-cl {
    background: #dee2e6;
    font-weight: bold;
}

.fx-cl1 {
    border-radius: 10px 0 0 0;
}

.fx-cl2 {
    border-radius: 0 10px 0 0;
}

.fx-sm {
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px;
}

/*----------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
    .custom-width-wrapper {
        width: 100%;
    }

    .box-effect {
        border: 1px solid #ddd;
    }
}

@media only screen and (max-width: 991px) {
    /* .dpl-banner-area .overlay-bg {
         background-color: rgba(4, 9, 30, 0.21);
     }*/
    .dpl-banner-area {
        background-position: center center;
        padding: 50px 25px;
    }

    #mobile-nav {
        display: block;
    }

    .dpl-inner-content-wrapper {
        width: 100%;
    }

    .banner-content h1 {
        font-size: 27px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .gallery-items h3,
    .video-gallery .video-gallery-item h3 {
        left: 0px;
        bottom: 0px;
        margin: 0;
    }

    .sponser-box {
        border: 1px solid #ddd;
        background-color: #fff;
    }

    .auction-content-inner-wrap {
        padding: 0px 15px;
    }

}

@media only screen and (max-width: 767px) {
    .header-content .entry-title {
        text-align: center;
    }

    .banner-content h1 {
        font-size: 22px;
    }

    .stat-content-area .header-content {
        min-height: inherit;
        display: block;
        height: inherit;
    }

    .stat-left-content-wrapper .entry-title {
        float: none;
        width: 100%;
        padding-right: 15px;
    }

    .stat-left-content-wrapper p {
        width: 100%;
        float: none;
    }

    .stat-content-area .border-content:last-child,
    .stat-content-area .border-content {
        border-bottom: 1px solid #ddd;
    }

    .stat-content-area.stat-left-content-wrapper,
    .dpl-auction-wrapper .header-content {
        border: none;
    }

    .dpl-match-news-wrapper .slick-dots {
        bottom: 50%;
        top: 69%;
        right: inherit;
        text-align: left;
        left: 0;
    }

    .dpl-video-content-wrapper .slick-prev,
    .dpl-match-news-wrapper .slick-prev {
        /* left: 0px; */
        left: 12px;
    }

    .dpl-video-content-wrapper .slick-next,
    .dpl-match-news-wrapper .slick-next {
        left: 45px;
    }

    .testimonials-area .col-md-9.bordered-slider {
        border: none;
    }

    .testimonials-area .owl-thumb-item {
        display: inline-block;
        margin: 10px;
    }

    .dpl-match-news-wrapper:before,
    .dpl-about-wrapper:after,
    .dpl-player-watch-wrapper:after,
    .dpl-club-listing:after,
    .dpl-about-wrapper:before,
    .dpl-auction-wrapper:after,
    .dpl-sponser-listing:before,
    .dpl-testimonial-wrapper:after,
    .dpl-player-watch-wrapper:before,
    .dpl-club-listing:before,
    .dpl-about-wrapper:before {
        content: none;
    }

    .contact-detail-social-wrapper.contact-detail-wrapper {
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .contact-detail-wrapper {
        text-align: center;
    }

}

@media only screen and (max-width: 640px) {
    .footer-area .footer-logo img {
        margin-bottom: 20px;
        width: 30%;
    }

    .watch-player li {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .banner-content {
        padding-top: 50px;
    }

    .recent-match-player-comparision .thumb-img img {
        height: 40px;
        width: 40px;
    }

    .recent-match-player-comparision {
        top: -17px;
    }

}

.help-block {
    color: #ff0084;
    font-weight: 700;
}

.help-block span {
    margin-left: -15px;
}

.dpl-banner-area + .dpl-auction-wrapper:after {
    content: none;
}

#owl-demo .item {
    margin: 3px;
}

.valuable_player_list {
    margin-top: 25px;
}

.valuable_player {
    margin-bottom: 15px;
}

.player_image {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.player_image img {
    display: block;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.txtDPL {
    color: #42a5f6;
}

.valuable_player_container {
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}

.valuable_player_image {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

.valuable_player_detail h3 {
    color: #fff;
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 1rem;
    position: absolute;
    left: 0px;
    bottom: 90px;
    font-weight: 400;
    background: #3d3d3d;
    padding: 12px 9px;
    width: 89.5%;
    height: 60px;
    text-align: left;
}

.valuable_player_container:hover h3 {
    left: 15px;
    transition: all .3s ease-in-out;
}

.valuable_player_image img {
    display: block;
    object-fit: cover;
    object-position: top;
    height: 350px;
}

.votebtn {
    margin-top: 15px;
}

.vote-btn {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 31px;
}

