

@import url('https://fonts.googleapis.com/css?family=Mukta:300,400,700,900|Playfair+Display:400,400i,700,700i,900,900i&display=swap');
/* ======= Default style  ======= */

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
    color: #777;
    background: #fff;
}


/* top menu start here */
.topmenu {
    background: linear-gradient(45deg, #962a75, #ee7429);
    padding: 0px 0;
    color: #fff;
  }
  .left-top{
    margin-top: 2px;
  }
  .left-top p{
   margin: 0;
   font-size: 15px;
  }
  .left-top span{
      color: #fff;
  }
  .right-top {
    text-align: right;
    margin-right: 20px;
  }
  .right-top span {
    padding: 7px 6px;
    font-size: 15px;
}
  .right-top a{
      color: #fff;
  }
  .mvw{
      color: #fff;
  }
  .left-top a{
      text-decoration: none;
  }
  /* top menu end here */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}

p {
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #777;
}

ul {
    list-style-type: none;
}

a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none !important;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

.small,
small {
    font-size: 90%;
}

b,
strong {
    color: #000;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

/* form element */

button,
input,
optgroup,
select,
textarea {
    font-family: 'Playfair Display', serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="textarea"]:focus,
textarea:focus {
    outline: none;
    border: 2px solid #f4f4f4;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
input[type="radio"],
input[type="checkbox"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    border: none;
    padding: 9px 15px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
    line-height: 1.7em;
    color: #777;
    background-image: none;
    border: 2px solid #f4f4f4;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    text-shadow: none;
    padding: 12px 27px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #c29032;
    margin-top: 0px;
    border-radius: 50px;
    font-family: 'Mukta', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #333;
}

.alert-success {
    background: transparent;
    color: #777;
    border: 1px solid #c29032;
    border-radius: 0px;
}

/* placeholder */

::-webkit-input-placeholder {
    color: #777;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #777;
}

select {
    padding: 10px;
    border-radius: 5px;
}

table,
th,
tr,
td {
    border: 1px solid #f4f4f4;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

#message {
    font-family: 'Mukta', sans-serif;
    height: 150px;
    padding: 12px;
    border: 2px solid #f4f4f4;
    background-color: #fff;
}

/* ======= Helpfull Classes ======= */

.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}

.o-hidden {
    overflow: hidden;
}

.pos-re {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pt-60 {
    padding-top: 60px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-90 {
    padding-bottom: 90px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.flex-center-x {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.imgtop {
    padding-top: 90px;
    padding-bottom: 90px;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

blockquote {
    border-left: 5px solid #c29032;
    padding: 20px 40px;
    text-align: left;
    font-family: 'Playfair Display', serif;
}

blockquote h3 {
    font-size: 20px;
    font-weight: 400;
}

blockquote span {
    font-style: italic;
}

/* ======= Scrollbar style ======= */

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #c29032;
}

::-webkit-scrollbar-thumb:hover {
    background: #c29032;
}

/* ======= Selection style ======= */

::-webkit-selection {
    color: #fff;
    background: rgba(194, 144, 50, 0.5);
}

::-moz-selection {
    color: #fff;
    background: rgba(194, 144, 50, 0.5);
}

::selection {
    color: #fff;
    background: rgba(194, 144, 50, 0.5);
}

/* ======= Owl Carousel style ======= */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    border-radius: 50%;
    background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #c29032;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #c29032;
    font-size: 11px;
    margin: 5px;
    padding: 4px 7px;
    background: #c29032;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-radius: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #c29032;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

/* ======= Section Style ======= */

.sports-services,
.sports-about,
.sports-team,
.sports-cases,
.sports-blog,
.sports-post,
.sports-faqs,
.sports-comments,
.sports-testimonial,
.sports-contact {
    padding-top: 90px;
    padding-bottom: 90px;
    clear: both;
    width: 100%;
    display: block;
}

.back-gray {
    background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
    .sports-services,
    .sports-testimonial,
    .sports-about,
    .sports-team,
    .sports-cases,
    .sports-blog,
    .sports-post,
    .sports-faqs,
    .sports-comments,
    .sports-contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .heading-meta {
        margin-bottom: 30px;
    }
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* ======= Sidebar Style ======= */

#sports-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#sports-aside {
    padding: 45px 30px 30px 30px;
    width: 20%;
    position: fixed;
    bottom: 0;
    top: 0px;
    overflow-x: hidden;
    z-index: 1001;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    background: #962a75;
    scrollbar-width: none;
}

@media screen and (max-width: 1200px) {
    #sports-aside {
        width: 25%;
    }
    .topmenu {
        background: linear-gradient(45deg, #962a75, #ee7429);
        padding: 0px 0;
        color: #fff;
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #sports-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding: 30px 30px 15px 30px;
    }
}

#sports-aside .sports-logo {
    text-align: center;
    padding: 0;
    display: block;
    width: 100%;
}

#sports-aside .sports-logo h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

#sports-aside .sports-logo h1 a {
    color: #ffffff;
    font-size: 18px;
}

#sports-aside .sports-logo span {
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 3px;
    color: #999;
    font-weight: 500;
    line-height: 1.75em;
    font-family: 'Mukta', sans-serif;
    text-transform: uppercase;
}

#sports-aside .sports-logo img {
    width: 95px;
    height: auto;
    margin-bottom: 0px;
    background-color: #fff;
}

#sports-logo-footer {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #sports-aside #sports-logo {
        margin-bottom: 60px;
    }
}

#sports-aside #sports-logo a {
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}

#sports-logo-footer a {
    display: inline-block;
    text-align: center;
    color: #fff;
}

#sports-aside #sports-logo a span {
    display: block;
    margin-top: 0px;
    text-align: center;
}

/* ======= Menu ======= */

#sports-aside #sports-main-menu,
#sports-aside #sports-main-menu ul,
#sports-aside #sports-main-menu ul li,
#sports-aside #sports-main-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sports-aside #sports-main-menu {
    padding: 10px 0 10px 0;
}
#sports-aside #sports-main-menu ul ul {
    display: none;
}

#sports-aside #sports-main-menu>ul>li>a {
    margin: 3px 0 0 0;
    padding: 0 0 3px 0;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    line-height: 1.75em;
    color: #fff;
}

#sports-aside #sports-main-menu>ul>li>a>i {
    font-size: 8px;
    vertical-align: middle;
    margin-right: 5px;
}

#sports-aside #sports-main-menu>ul>li>a:hover,
#sports-aside #sports-main-menu>ul>li.active>a,
#sports-aside #sports-main-menu>ul>li.open>a {
    color: #c29032;
}

#sports-aside #sports-main-menu>ul>li.open>a {
    margin: 3px 0 0 0;
    padding: 0 0 3px 0;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    line-height: 1.75em;
    color: #999;
}

#sports-aside #sports-main-menu>ul>li:last-child>a,
#sports-aside #sports-main-menu>ul>li.last>a {}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: 7px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.holder::after {
    top: 10px;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
}

.holder::before {
    top: 10px;
    border-top: 1px solid #c29032;
    border-left: 1px solid #c29032;
}

#sports-aside #sports-main-menu ul ul li a {
    margin: 3px 0 0 0;
    padding: 3px 0 3px 30px;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    line-height: 1.75em;
    color: #999;
}

#sports-aside #sports-main-menu ul ul li:hover>a,
#sports-aside #sports-main-menu ul ul li.open>a,
#sports-aside #sports-main-menu ul ul li.active>a {
    color: #c29032;
}

#sports-aside #sports-main-menu ul ul ul li a {
    margin-left: 30px;
    padding-top: 3px;
}

#sports-aside #sports-main-menu ul ul li.sports-sub>a::after {
    display: block;
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: 7px;
    z-index: 10;
    top: 12px;
    border-top: 1px solid #c29032;
    border-left: 1px solid #c29032;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#sports-aside .sports-footer {
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 30px 0px 0px 0px;
    text-align: center;
}

#sports-aside .copyright p {
    color: #777;
    text-align: center;
    line-height: 1.5em;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

/* sidebar contact info */

.sports-contact-info {
    padding: 15px 0px;
}

.sports-contact-info .feat-inner {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sports-contact-info .feat-inner:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}

.sports-contact-info .icon {
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    color: #c29032;
    opacity: 0.9;
}

.sports-contact-info .feat-info {
    overflow: hidden;
}

.sports-contact-info h5 {
    font-size: 23px;
    margin-bottom: 0px;
    margin-top: 3px;
    font-family: 'Mukta', sans-serif;
    color: #fff;
}

.sports-contact-info h6 {
    color: #c29032;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Mukta', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* footer contact info 2 */

.sports-contact-info2 {
    padding: 10px 0px;
}

.sports-contact-info2 .feat-inner2 {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sports-contact-info2 .feat-inner2 span:before {
    margin-left: 0;
}

.sports-contact-info2 .feat-inner2:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}

.sports-contact-info2 .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    color: #c29032;
}

.sports-contact-info2 .feat-info2 {
    overflow: hidden;
}

.sports-contact-info2 h5 {
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 0px;
    font-family: 'Playfair Display', serif;
    color: #000;
}

.sports-contact-info2 h6 {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Mukta', sans-serif;
}
.text-right img{
    width: 80px;
    margin-top: -16px;
}
.text-right p {
    font-size: 16px;
    margin: revert;
    color: #fff;
}
.footer-bottom{
    /* / padding: 20px 0px; / */
    background-color: #000;
}
.sports-footer2 ul{
    padding-left: 0px;
}
.sports-logo ul{
    padding-left: 0px;
}
.sports-logo a{
    color: #fff;
    font-size: 16px;
}
.sports-logo h3{
    color: #fff;
}
.sports-logo li{
    color: #fff;
}
/* sidebar footer */

.sports-footer p {
    margin-bottom: 0;
    line-height: 2em;
    font-size: 15px;
    color: #fff;
    margin-top: revert;
}

.sports-footer a,
.sports-footer a i {
    color: #fff;
}

@media screen and (max-width: 768px) {
    #sports-aside .sports-footer {
        position: relative;
    }
}

#sports-aside .sports-footer span {
    display: block;
}

#sports-aside .sports-footer ul {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}

#sports-aside .sports-footer ul:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    top: 50%;
    margin-top: -1px;
    right: 100%;
}

#sports-aside .sports-footer ul:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    top: 50%;
    margin-top: -1px;
    right: auto;
    left: 100%;
}

#sports-aside .sports-footer ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3 ease-in-out;
    border-radius: 50%;
}

#sports-aside .sports-footer ul li:last-child {
    margin-right: 0px
}

#sports-aside .sports-footer ul li:hover {
    background-color: transparent;
    border: 1px solid #c29032;
}

#sports-aside .sports-footer ul li a {
    color: #fff;
}

#sports-aside .sports-footer ul li a:hover,
#sports-aside .sports-footer ul li a:active,
#sports-aside .sports-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

/* ======= Content Style ======= */

#sports-main {
    width: 80%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1200px) {
    #sports-main {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    #sports-main {
        width: 100%;
    }
}

/* #sports-hero {
    min-height: 700px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    margin-bottom: 0;
    clear: both;
} */

#sports-hero .btn {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#sports-hero .btn.btn-primary {
    padding: 15px 30px !important;
}

/* ======= Slider Style ======= */

#sports-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

#sports-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}

#sports-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    min-height: 60vh;
}

#sports-hero .flexslider .flex-control-nav {
    bottom: 30px;
    z-index: 1000;
    right: 5px;
    float: right;
    width: auto;
}

#sports-hero .flexslider .flex-control-nav li {
    display: block;
    margin-bottom: 6px;
}

#sports-hero .flexslider .flex-control-nav li a {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 2px solid #fff;
}

#sports-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    border: 2px solid #c29032;
}

#sports-hero .flexslider .flex-direction-nav {
    display: none;
}

#sports-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 100vh;
    padding: 15px 15px;
    z-index: 9;
}

#sports-hero .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 100vh;
    padding: 2em;
    position: relative;
}

#sports-hero .flexslider .slider-text>.slider-text-inner .desc {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 30px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    #sports-hero .flexslider .slider-text>.slider-text-inner {
        text-align: left;
    }
}

#sports-hero .flexslider .slider-text>.slider-text-inner h1 {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin: 0;
    line-height: 1.75em;
}

#sports-hero .flexslider .slider-text>.slider-text-inner p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #sports-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.3em;
    }
    #sports-hero .flexslider .slider-text>.slider-text-inner p {
        font-size: 14px;
        line-height: 1.3em;
    }
}

#sports-hero .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    #sports-hero .flexslider .slider-text>.slider-text-inner .heading-section {
        font-size: 30px;
    }
}

#sports-hero .flexslider .slider-text>.slider-text-inner p {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #sports-hero .flexslider .slider-text>.slider-text-inner .btn {
        /*        width: 100%;*/
    }
}

body.offcanvas {
    overflow-x: hidden;
}

body.offcanvas #sports-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}

body.offcanvas #sports-main,
body.offcanvas .sports-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}

/* ======= Heading Style ======= */

.sports-heading {
    font-size: 30px;
    color: #000;
    margin-bottom: 0px;
}

.sports-heading span {
    display: block;
}

.sports-about-heading {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.sports-about-heading span {
    color: #c29032;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    font-style: italic;
}

.sports-post-heading {
    color: #000;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
}

.sports-contact-heading {
    color: #c29032;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
}

.sports-post-heading span {
    display: block;
}

.heading-meta {
    display: block;
    font-family: 'Mukta', serif;
    font-size: 12px;
    color: #c29032;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
    .sports-post-heading {
        margin-bottom: 15px;
    }
}

.signature {
    width: 120px;
    text-align: right;
    margin-top: 20px;
}

/* ======= Navigation Style ======= */

.sports-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.sports-nav-toggle.active i::before,
.sports-nav-toggle.active i::after {
    background: #fff;
}

.sports-nav-toggle.dark.active i::before,
.sports-nav-toggle.dark.active i::after {
    background: #000;
}

.sports-nav-toggle:hover,
.sports-nav-toggle:focus,
.sports-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.sports-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 1px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: -2px;
}

.sports-nav-toggle i::before,
.sports-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.sports-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.sports-nav-toggle.dark i::before,
.sports-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.sports-nav-toggle i::before {
    top: -7px;
}

.sports-nav-toggle i::after {
    bottom: -7px;
}

.sports-nav-toggle:hover i::before {
    top: -10px;
}

.sports-nav-toggle:hover i::after {
    bottom: -10px;
}

.sports-nav-toggle.active i {
    background: transparent;
}

.sports-nav-toggle.active i::before {
    top: -2px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sports-nav-toggle.active i::after {
    bottom: 2px;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.sports-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 11px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #c29032;
    margin: 15px 15px;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .sports-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}

.js .animate-box {
    opacity: 0;
}

/* sticky style */

#sticky_item {
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#sticky_item.is_stuck {
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    .sticky-parent {
        clear: both;
        height: inherit !important;
        float: left;
        padding-top: 30px;
    }
}

/* ======= Team Style ======= */

.team .item {
    -webkit-box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
    box-shadow: 0 25px 75px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.team .item:hover .info .social {
    top: 0;
}

.team .info {
    background-color: #fff;
    text-align: center;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.team .info h5 {
    margin-bottom: 0px;
    font-size: 20px;
}

.team .info h6 {
    color: #c29032;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
    font-style: italic;
}

.team .info p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}

.team .info .social {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.team .info .social a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #c29032;
    margin: 0 1px;
    font-size: 15px;
}

.team .info .social a:hover {
    color: #c29032;
}



/* ======= FAQs Style ======= */

.faqs-accordion .accordion .item {
    margin-bottom: 30px;
}

.faqs-accordion .accordion .title {
    padding: 18px 60px 18px 20px;
    background: #fff;
    -webkit-box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
}

.faqs-accordion .accordion .title:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 18px;
    right: 20px;
}

.faqs-accordion .accordion .title h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.faqs-accordion .accordion .accordion-info {
    display: none;
    padding: 0px 15px;
    margin-top: 30px;
    border-left: 1px dotted #ccc;
}

.faqs-accordion .accordion .active {
    display: block;
}

.faqs-accordion .accordion .active .title {
    color: #fff;
    background: #c29032;
    -webkit-box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
}

.faqs-accordion .accordion .active .title:after {
    content: '\f068';
}

.faqs-accordion .accordion .active .title h6 {
    color: #fff;
}

/* =======  Gallery Style  ======= */

.gallery-item {
    position: relative;
    padding: 15px 15px 5px 15px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.gallery-box .gallery-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-detail h4 {
    font-size: 16px;
}

.gallery-box .gallery-detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.5);
}

.gallery-box:hover .gallery-img>img {
    transform: scale(1.05);
}


/* =======  Clients Style  ======= */

.clients {
    background-color: #f4f4f4;
}

.clients .owl-carousel {
    margin: 30px 0;
}

.clients .client-logo {
    opacity: 1;
    line-height: 0;
}

.clients .client-logo:hover {
    opacity: 1;
}

.clients img {
    -webkit-filter: none;
    filter: none;
}

.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* Blog Sidebar */

.sports-sidebar-part {
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, .1);
    padding: 30px;
}

.sports-sidebar-block {
    margin-bottom: 60px;
    position: relative;
}

.sports-sidebar-block .sports-sidebar-block-title {
    color: #000;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Blog Sidebar Search */

.sports-sidebar-search-form {
    position: relative;
}

.sports-sidebar-search-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    background: none;
    border: 0;
    padding: 16px;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background: #c29032;
    border-radius: 0;
}

/* Blog Categories */

.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul1>li {
    padding: 6px 0;
    border-bottom: 1px solid #f7f7f7;
}

.ul1>li a {
    font-size: 16px;
    color: #777;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ul1>li a:hover {
    color: #c29032;
    text-decoration: none;
}

.ul1>li a.active {
    color: #c29032;
    text-decoration: none;
}

.ul1>li a span {
    margin-right: 10px;
}

/* Blog Latest Posts */

.latest {
    margin-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
}

.latest a {
    display: block;
    text-decoration: none;
}

.latest a .txt1 {
    line-height: 1.5em;
    font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 15px;
}

.latest a .txt2 {
    color: #999;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.latest a:hover .txt1 {
    color: #c29032;
}

/* Blog Tags, Keywords */

.tags {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.tags li {
    display: inline-block;
    margin: 0 5px 5px 0px;
    float: left;
}

.tags li a {
    display: inline-block;
    background: #fff;
    border: 2px solid #f4f4f4;
    padding: 3px 27px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-decoration: none;
    font-size: 13px;
    color: #777;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border-radius: 60px;
    margin: 0 3px 6px 0;
}

.tags li a:hover {
    background: #c29032;
    color: #fff;
    border: 2px solid transparent;
}

/* Blog Pagination */

.sports-pagination-wrap {
    padding: 0;
    margin: 30px 0;
    text-align: center;
}

.sports-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.sports-pagination-wrap li a {
    background: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sports-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background-color: #c29032;
    color: #fff;
}

.sports-pagination-wrap li a.active {
    background-color: #c29032;
    border: 1px solid #c29032;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .sports-pagination-wrap {
        padding: 0 0 60px 0;
        margin: 0;
        text-align: center;
    }
}

/* Post Comment */

.comments-area {
    padding: 0 0 30px 0;
}

.comments-area .comments-title {
    font-size: 25px;
    font-family: 'Playfair Display', serif;
    line-height: 1.75em;
    font-weight: 500;
    color: #000;
}

ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

ol.comment-list li.comment {
    position: relative;
    padding: 0;
}

ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 20px 30px 20px 90px;
    margin-left: 40px;
    color: #000;
    position: relative;
}

ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 0px;
}

ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 20px;
    left: -40px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-color: #fff;
}

ol.comment-list li.comment .comment-author .name {
    display: inline-block;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.75em;
    font-weight: 500;
    margin-bottom: 0;
}

ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #777;
    font-weight: 500;
}

ol.comment-list li.comment .comment-meta {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    color: #777 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}

ol.comment-list li.comment .comment-meta a {
    color: #000;
}

ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: top;
}

ol.comment-list li.comment p {
    font-size: 14px;
    margin: 0 0 15px;
    color: #777;
}

ol.comment-list li.comment .reply a {
    position: absolute;
    top: 50px;
    right: 30px;
    margin-top: -5px;
    font-size: 12px;
    color: #777;
    letter-spacing: 3px;
    text-transform: uppercase;
}

ol.comment-list li.comment .reply a i {
    font-size: 9px;
    color: #777
}

ol.comment-list li.comment .reply a:hover {
    color: #c29032
}

ol.comment-list li .children {
    list-style: none;
    margin-left: 80px;
}

ol.comment-list li .children li {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }
    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 30px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -35px;
        height: 70px;
        width: 70px;
    }
    ol.comment-list li .children {
        margin-left: 20px;
    }
    ol.comment-list li.comment .reply a {
        position: static;
    }
}

@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 15px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -15px;
        top: 12px;
        width: 60px;
        height: 60px;
    }
    ol.comment-list li.comment .comment-body {
        padding-left: 60px;
        padding-right: 0;
    }
}

/* ======= Contact Style ======= */

.map-section {
    overflow: hidden;
    margin-bottom: 60px;
}

#contactMap {
    width: 100%;
    height: 540px;
}

/* Form */

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 0px solid #e5e5e5;
    height: 54px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    line-height: 1.75em;
    font-weight: 400;
}

.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ececec;
}

.btn-contact {
    font-family: 'Mukta', serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    text-shadow: none;
    padding: 14px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    margin-top: 15px;
    border-radius: 50px;
    background-color: #c29032;
}

.btn-contact:hover {
    background-color: #101010;
}

.btn-contact a:hover {
    color: #fff;
}

/* ======= Footer Style ======= */

#sports-footer2 {
    padding: 60px;
    background: #282828;
}

#sports-footer2 h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0;
    color: #c29032;
}

#sports-footer2 h2 span {
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: none;
    color: #999;
    font-weight: 500;
    line-height: 1.75em;
    font-family: 'Mukta', sans-serif;
    text-transform: uppercase;
}

#sports-footer2 p {
    color: #777;
    text-align: center;
    line-height: 1.5em;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#sports-footer2 .sports-logo {
    /* text-align: center; */
    padding-bottom: 20px;
    display: block;
    width: 100%;
}

#sports-footer2 .sports-logo img {
    max-width: 95px;
}

@media screen and (max-width: 768px) {
    #sports-footer2 {
        padding: 60px 0;
        text-align: center;
    }
}

.sports-lead {
    font-size: 14px;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 20px;
}

/* social 2 */

#sports-footer2 .sports-footer {
    position: relative;
    right: 0;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

#sports-footer2 .sports-footer ul {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}

#sports-footer2 .sports-footer ul:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    margin-top: -1px;
    right: 100%;
}

#sports-footer2 .sports-footer ul:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    margin-top: -1px;
    right: auto;
    left: 100%;
}

#sports-footer2 .sports-footer ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    ;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3 ease-in-out;
    border-radius: 50%;
}

#sports-footer2 .sports-footer ul li:last-child {
    margin-right: 0px
}

#sports-footer2 .sports-footer ul li:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

#sports-footer2 .sports-footer ul li a {
    color: #fff;
}

#sports-footer2 .sports-footer ul li a:hover,
#sports-footer2 .sports-footer ul li a:active,
#sports-footer2 .sports-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}




/* about section starts */
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.welcome-section {
    position: relative;
    padding: 15px 0px;
}
.sec-title.centered {
    text-align: center;
}
.sec-title {
    position: relative;
    margin-bottom: 48px;
}
.sec-title.centered .separator {
    margin: 0 auto;
}
.sec-title .separator {
    position: relative;
    width: 120px;
    text-align: center;
    margin-bottom: 14px !important;
}
.sec-title .separator:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 14px;
    letter-spacing: 3px;
}
.sec-title .separator .icon{
    color: #e7470c;
}
.flaticon-pawprint-1:before {
    content: "\f119";
}
.sec-title .separator:after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 14px;
    letter-spacing: 3px;
}
.sec-title .title {
    position: relative;
    color: #666666;
    font-size: 18px;
    font-style: italic;
    /* font-family: 'Merriweather', serif; */
}
.sec-title h2 {
    position: relative;
    font-size: 36px;
    color: #222222;
    font-weight: 800;
    line-height: 1.2em;
    display: inline-block;
    margin-top: 4px;
}
.welcome-section .image-column {
    position: relative;
    margin-bottom: 40px;
}
.welcome-section .image-column .image {
    position: relative;
}
.welcome-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 8px;
}
.welcome-section .content-column {
    position: relative;
}
.welcome-section .content-column .inner-column {
    position: relative;
    padding-left: 10px;
}
.welcome-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 35px;
}
.welcome-section .content-column .inner-column .text p {
    position: relative;
    color: #444444;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 20px;
}
.list-style-one {
    position: relative;
}
.list-style-one li {
    position: relative;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    margin-bottom: 6px;
    list-style-type: none;
}
.list-style-one li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #e9531b;
}
.list-style-one li:after {
    position: absolute;
    content: '';
    left: 3px;
    top: 8px;
    right: 2px;
    bottom: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #e9531b;
}
.welcome-section .content-column .inner-column .theme-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 40px;
    /* margin-top: 40px; */
    text-decoration: none;
}
.btn {
    padding: 18px 25px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}
.btn-gra {
    color: #fff;
    background-image: linear-gradient(270deg, #2e86c6 0%, #2e86c6 100%);
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: linear-gradient(270deg, #2e86c6 0%, #2e86c6 100%);
    background: linear-gradient(45deg, #730044f0, #ee7429);
}
.btn:hover {
    color: #fff;
}
/* about section ends */

#seniorSection {
    padding-top: 55px;
    padding-bottom: 76px;
    background-color: #ededed;
}
.full-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, .13);
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 0px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 10px 0px;
}
.center-part{
    font-size: 17px;
}
.center-part img{
    width: 35px;
}
.full-box:hover {
    color: #f17528;
}


/* seva service start header */


.mcgill-cases .item {
    position: relative;
    margin-bottom: 90px;
}

.mcgill-cases .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.mcgill-cases .item:hover .con {
    bottom: 0;
}

.mcgill-cases .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(70%);
}

.mcgill-cases .item .con {
    margin: -80px 20px 20px;
    padding: 15px;
    background-color: #fff !important;
    border-top: none;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -48px;
    position: relative;
}

.mcgill-cases .item .con h5 {
    font-size: 20px;
    color: #333;
    margin-bottom: 0px;
    text-transform: none;
}

.mcgill-cases .item .con p {
    color: #999;
    font-size: 15px;
    margin-bottom: 0px;
}

.mcgill-cases .item .con i {
    color: #fff;
    font-size: 20px;
}

.mcgill-cases .item .con h5 a {
    color: #fff;
}

.mcgill-cases .item .con .btn {
    margin-left: 0;
    border-radius: 30px;
    border-color: #fff;
    padding: 11px 30px;
}

.mcgill-cases .item .con .btn:hover {
    border-color: #c29032;
}

.mcgill-cases .item .con .icon {
    padding: 0px;
    color: #c29032;
    font-size: 32px;
}
.mcgill-cases .item {
    position: relative;
    margin-bottom: 90px;
}   
/* seva end here */
.mcgill-services, .mcgill-about, .mcgill-team, .mcgill-cases, .mcgill-blog, .mcgill-post, .mcgill-faqs, .mcgill-comments, .mcgill-testimonial, .mcgill-contact {
    padding-top: 90px;
    padding-bottom: 90px;
    clear: both;
    width: 100%;
    display: block;
}
/* Contact Style =======  */
.map-section {
    overflow: hidden;
    margin-bottom: 60px;
}
#contactMap {
    width: 100%;
    height: 540px;
}
/* Form */
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 0px solid #e5e5e5;
    height: 54px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    line-height: 1.75em;
    font-weight: 400;
}
.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ececec;
}
.btn-contact {
    font-family: 'Mukta', serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    text-shadow: none;
    padding: 14px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    margin-top: 15px;
    border-radius: 50px;
    background-color: #c29032;
}
.btn-contact:hover {
    background-color: #101010;
}
.btn-contact a:hover {
    color: #fff;
}
/* Contact Style =======  */


@media screen and (max-width: 426px) {
    .topmenu {
        display: none;
    }
    .sec-title h2 {
        position: relative;
        font-size: 22px;
    }
}