@charset "UTF-8";
/*
Theme Name: GameOne
Theme URI: http://s7template.com/html/gaameone
Author: s7template
Author URI: http://s7template.com
Description: GameOne - Sports & Betting Platform Html Template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

# Sections
    ## Nav Bar
    ## Banner
    ## Brand Area
    ## Footer
    ## Widgets

# Elements
    ## accordion
    ## filter
    ## apartment
    ## blog
    ## city
    ## feature
    ## gallery
    ## intro
    ## main-search
    ## pricing
    ## service
    ## team
    ## user-list

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap");
:root {
  --main-color: #F01111;
  --main-color-2: #5E35B1;
  --heading-color: #101010;
  --paragraph-color: #000000;
  --body-font: "Nunito", sans-serif;
  --heading-font: "Nunito", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
  background: #fff;
}

h1 {
  font-size: 70px;
  line-height: 1.2333333333;
}

h2 {
  font-size: 50px;
  line-height: 1.3380952381;
}

h3 {
  font-size: 32px;
  line-height: 1.3833333333;
}

h4 {
  font-size: 24px;
  line-height: 1.3380952381;
}

h5 {
  font-size: 18px;
  line-height: 1.3380952381;
}

h6 {
  font-size: 16px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}



p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: #008CA5;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/* .primary-blue-color {
  color: #008ca5!important;
} */

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color);
}

.comment-list li {
  list-style: none;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  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;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

@media all and (min-width: 1200px) {
  .no-lg-gutters > .col,
.no-lg-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  z-index: 0;
  box-shadow: 0px 0px 5px -1px black;
}
.btn:focus, .btn:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:after {
  content: "";
  background: var(--main-color-2);
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 0;
}
.btn:hover {
  color: #fff;
}
.btn:hover:after {
  height: 100%;
  width: 135%;
}

.news-date {
  font-size: 12px;
}

.text-hove:hover {
  color: #fff;
  font-size: 110%;
}
.p-hove:hover {
  color: #fff;
  
}
.load-more:hover {
  color: #fff;
  text-decoration: underline;
  font-size: 105%;
}

.btn-load-more {
  text-align: center;
  color: white;
  background: rgb(0,140,165);
  margin-left: 46.5%; 
  margin-top: 10%;
  margin-bottom: 5%;
  height: 40px;
  border-radius: 12px;
  border: none;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .newsContainer{
    -ms-scrollbar-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
  }
  .newsContainer::-webkit-scrollbar{
    display: none;
  }
  .showNews-container{
    left: calc(50% - 400px) !important;
    width: 800px !important;
  }
}
@media (max-width: 1050px){
  .btn-load-more{
    margin-top: 21% !important;
    margin-left: 43% !important;
  }
}
@media (max-width: 920px){
  .showNews-container{
    margin-left: 50px !important;
    width: 700px !important;
  }
  .btn-load-more{
    margin-top: 25% !important;
    margin-left: 42%!important;
  }
}
@media (max-width: 550px){
  .showNews-container{ 
    margin-left: 150px !important;
    width: 500px !important;
  }
  .btn-load-more{
    margin-top: 40% !important;
    margin-left: 37% !important;
  }
  .showNews-container .myNews{
    height: 470px !important; 
  }
}
@media (max-width: 430px){
  .showNews-container{ 
    margin-left: 215px !important; 
    width: 370px !important;
  }
  .btn-load-more{
    margin-top: 55% !important;
    margin-left: 32% !important; 
  }
}
@media (max-width: 380px){
  .showNews-container{
    margin-left: 225px !important;
    width: 350px !important;
  }
  .btn-load-more{
    margin-left: 30% !important;
  }
}
@media (max-width: 285px){
  .showNews-container{
    margin-left: 265px !important;
    width: 270px !important;
  }
  .btn-load-more{
    margin-top: 75% !important;
    margin-left: 23.5% !important;
  }
  .myNews-details{
    padding: 0 5px 30px !important;
  }
}

.btn-load-more:hover {
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 70%);
  box-shadow: 0 2px 7px rgb(0,0,0,0.6);
}

.btn-load-more a {
  color: #fff;
}

#loadMore {
  display: block;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 80%);
  text-align: center;
  width: 150px;
  margin-left: 45%;
  border-radius: 14px;
  padding: 10px;
}

#loadMore:hover {
  color: #fff;
  background: rgb(38,50,56);
  border: none;
}

.btn-select {
  display: table-column;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 95%);
  width: 6%;
  border-radius: 12px;
  font-size: 18px;
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 1050px) {
  .btn-select {
    display: inline;
    padding-right: 85px;
    margin-left: 7px;
    margin-bottom: 5px;
  }
}

@media (max-width: 920px) {
  .btn-select {
    display: inline;
    margin-left: 5px;
    margin-bottom: 5px;
    padding-right: 75px;
  }
}

@media (max-width: 420px) {
  .btn-select {
    display: inline;
    padding-right: 80px;
    margin-left: 4px;
  }
}

@media (max-width: 390px) {
  .btn-select {
    display: inline;
    padding-right: 75px;
    margin-left: 4px;
    margin-bottom: 10px;
  }
}

.btn-select:hover {
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 85%);
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.7);
}
.btn-select.active {
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 78%);
  transform: translateY(-3px);
  box-shadow: 0 1px 3px rgba(0,0,0,0.8);
} 

.btn-base {
  color: #fff;
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  background-position: 50% 0;
  background-size: 200%;
}
.btn-base:active, .btn-base:focus, .btn-base:hover {
  color: #fff;
  background-position: 0;
}
.btn-base::after {
  display: none;
}

.btn-base-2 {
  color: #fff;
  background: var(--main-color-2);
}
.btn-base-2:after {
  background: -webkit-gradient(linear, left top, right top, from(#F01111), color-stop(15%, #FF8D35), color-stop(30%, #FF8D35), color-stop(55%, #F01111), to(#F01111));
  background: linear-gradient(to right, #F01111 0%, #FF8D35 15%, #FF8D35 30%, #F01111 55%, #F01111 100%);
}
.btn-base-2:hover {
  color: #fff;
  background: var(--main-color-2);
}

.btn-black {
  color: #fff;
  background: #101010;
}
.btn-black:active, .btn-black:focus, .btn-black:hover {
  color: #fff;
}

.btn-blue {
  color: #fff;
  background: #4A64A7;
}
.btn-blue:after {
  background: #fff;
}
.btn-blue:active, .btn-blue:focus, .btn-blue:hover {
  color: #fff;
}
.btn-blue:active:after, .btn-blue:focus:after, .btn-blue:hover:after {
  background: #4A64A7;
}

.btn-border-white {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.btn-border-white:hover, .btn-border-white:focus {
  color: #fff;
  background: var(--main-color);
  border: 2px solid var(--main-color);
}

.btn-border-black {
  color: var(--heading-color);
  border: 2px solid rgba(0, 33, 71, 0.2);
  line-height: 48px;
}
.btn-border-black:hover, .btn-border-black:focus {
  color: #fff;
  border: 2px solid var(--main-color);
}

.read-more-text {
  color: var(--main-color);
  font-weight: 500;
  position: relative;
}
.read-more-text i {
  font-size: 18px;
  position: absolute;
  top: 1px;
  padding-left: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.read-more-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  background: var(--main-color);
  height: 1px;
  width: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.read-more-text:hover i {
  padding-left: 6px;
}
.read-more-text:hover:after {
  width: 100%;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  text-align: center;
  line-height: 44px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
          animation: backto-top-bounce 4s infinite ease-in-out;
  border-radius: 50%;
}

@-webkit-keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
@keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  -webkit-transform: translate(-100%, -240%);
          transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--main-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/**new-preloader**/
.preloader-orbit-loading {
  left: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -webkit-perspective: 780px;
          perspective: 780px;
}
.preloader-orbit-loading .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
.preloader-orbit-loading .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
          animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid white;
}
.preloader-orbit-loading .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
          animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid white;
}
.preloader-orbit-loading .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
          animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid white;
}

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
/*-----------------------------------------
    ## video 
------------------------------------------*/
.video-play-btn {
  border-radius: 50%;
  width: 124px;
  height: 124px;
  display: inline-block;
  line-height: 122px;
  position: relative;
  z-index: 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8D35), to(rgba(240, 17, 17, 0.5)));
  background: linear-gradient(#FF8D35, rgba(240, 17, 17, 0.5));
  z-index: 3;
}
.video-play-btn i {
  font-size: 24px;
  color: #fff;
}
.video-play-btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-play-btn:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.31);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/******* rating-inner *******/
.rating-inner {
  color: #FC9016;
}

.pagination {
  display: inline-block;
  margin-bottom: 0;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item .page-link {
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #0D2564;
  background: transparent;
  line-height: 58px;
  padding: 0;
  margin: 0 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.pagination .page-item .page-link:hover {
  background: #0D2564;
}

/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
  padding: 235px 0 143px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.breadcrumb-area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.7%, #0A1851), color-stop(113.23%, rgba(10, 24, 81, 0)));
  background: linear-gradient(90deg, #0A1851 -0.7%, rgba(10, 24, 81, 0) 113.23%);
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 0;
}
.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
}
.breadcrumb-area .page-title {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
  color: var(--main-color);
}
.breadcrumb-area .page-list li {
  font-size: 18px;
  font-weight: 200;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 8px;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "-";
  font-family: "fontawesome";
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
  color: #fff;
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}

/********* social-media *********/
.social-media {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.social-media li {
  display: inline-block;
  margin: 0 2px;
}
.social-media li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  color: #3F517E;
}
.social-media li a:hover {
  color: #fff;
  background: var(--main-color);
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li:last-child {
  margin-right: 0;
}
.social-media.style-bg li a {
  background: #f5f9ff;
}
.social-media.style-bg li a:hover {
  background: var(--main-color);
  color: #fff;
}
.social-media.style-base li {
  margin-right: 10px;
}
.social-media.style-base li a {
  height: auto;
  width: auto;
  background: transparent;
}
.social-media.style-base li a:hover {
  color: var(--main-color);
}
.social-media.style-base li .facebook {
  color: #3b5999;
}
.social-media.style-base li .twitter {
  color: #55acee;
}
.social-media.style-base li .instagram {
  color: #e4405f;
}
.social-media.style-base li .youtube {
  color: #cd201f;
}

/********* slider-control *********/
.slider-control-square .owl-nav button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 8px;
  border-radius: 0;
  border: 1px solid var(--main-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--main-color);
  background: transparent;
  font-size: 20px;
  padding: 0;
  cursor: pointer;
}
.slider-control-square .owl-nav button:hover {
  background: var(--main-color);
  color: #fff;
}
.slider-control-square .owl-nav .owl-prev {
  margin-left: 0;
}
.slider-control-square .owl-nav .owl-next {
  margin-left: 0;
}

.slider-control-dots .owl-dots .owl-dot {
  height: 10px;
  width: 20px;
  background: #c5c5c5;
  border: 0;
  border-radius: 20px;
  margin: 0 3px;
  padding: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-control-dots .owl-dots .owl-dot.active {
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  width: 40px;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.border-radious-50 img {
  border-radius: 50%;
}

.border-radius-6 {
  border-radius: 6px;
}

.botder-top-1 {
  border-top: 1px solid #e6e8eb;
}

.ratting-inner {
  color: #F5801B;
}

.bg-base {
  background: var(--main-color-2) !important;
}

.bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8D35), to(#F01111)) !important;
  background: linear-gradient(#FF8D35, #F01111) !important;
}

.bg-blue {
  background: white;
}

.bg-navy-1 {
  background: #0D2564;
}

.bg-navy-2 {
  background: #071C53;
}

.bg-gray {
  background: #FCFCFC;
}

.bg-relative {
  position: relative;
}

.bg-cover {
  background-size: cover !important;
  background-position: center !important;
}

.bg-overlay {
  position: relative;
  background-size: cover !important;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #263238;
}
.bg-overlay .container {
  position: relative;
  z-index: 2;
}
.bg-overlay .bg-z-index {
  position: relative;
  z-index: 2;
}

.bg-overlay-1 {
  position: relative;
  background-size: cover !important;
}
.bg-overlay-1:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(16, 16, 16, 0.65);
}
.bg-overlay-1 .container {
  position: relative;
  z-index: 2;
}
.bg-overlay-1 .bg-z-index {
  position: relative;
  z-index: 2;
}

.bg-overlay-2 {
  position: relative;
  background-size: cover !important;
}
.bg-overlay-2:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: white;
}
.bg-overlay-2 .container {
  position: relative;
  z-index: 2;
}
.bg-overlay-2 .bg-z-index {
  position: relative;
  z-index: 2;
}


.bg-overlay-3 {
  position: relative;
  background-size: cover !important;
}
.bg-overlay-3:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.bg-overlay-3 .container {
  position: relative;
  z-index: 2;
}
.bg-overlay-3 .bg-z-index {
  position: relative;
  z-index: 2;
}

.pd-top-30 {
  padding-top: 30px;
}

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

.pd-top-70 {
  padding-top: 70px;
}

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

.pd-top-95 {
  padding-top: 95px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-top-115 {
  padding-top: 115px;
}

.pd-top-120 {
  padding-top: 120px;
}

.pd-top-150 {
  padding-top: 150px;
}

.pd-top-200 {
  padding-top: 200px;
}

.pd-bottom-30 {
  padding-bottom: 30px;
}

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

.pd-bottom-70 {
  padding-bottom: 70px;
}

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

.pd-bottom-95 {
  padding-bottom: 95px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-bottom-120 {
  padding-bottom: 120px;
}

.pd-bottom-200 {
  padding-bottom: 200px;
}

.pd-bottom-220 {
  padding-bottom: 220px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
}

.mg-top--82 {
  margin-top: -82px;
}

.border-bottom {
  border-bottom: 1px solid var(--main-color-2) !important;
}

/************ animate style ************/
.top_image_bounce {
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}

.left_image_bounce {
  -webkit-animation: left-image-bounce 3s infinite ease-in-out;
          animation: left-image-bounce 3s infinite ease-in-out;
}

.right_image_bounce {
  -webkit-animation: right-image-bounce 3s infinite ease-in-out;
          animation: right-image-bounce 3s infinite ease-in-out;
}

.spin_image {
  -webkit-animation: spin 3s infinite ease-in-out;
          animation: spin 3s infinite ease-in-out;
}

@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}
@-webkit-keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
  margin-bottom: 55px;
  position: relative;
}
.section-title .sub-title {
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: var(--main-color);
}
.section-title .sub-title.left-line {
  padding-left: 15px;
}
.section-title .sub-title.left-line:after {
  position: absolute;
  content: "";
  left: 0;
  top: -4px;
  background: #BE63F9;
  height: 30px;
  width: 2px;
}
.section-title .title {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.1;
}
.section-title .title span {
  color: #008CA5;
}
.section-title .content {
  margin-top: 16px;
  margin-bottom: 0;
}
.section-title .content strong {
  color: var(--main-color);
}
.section-title .small-title {
  margin-top: 18px;
  line-height: 36px;
}
.section-title .phone {
  font-weight: 400;
  margin-top: 30px;
}
.section-title .phone img {
  margin-right: 6px;
}
.section-title .single-list-wrap {
  margin-top: 21px;
}
.section-title .btn {
  margin-top: 30px;
}
.section-title.style-white .sub-title {
  color: #fff;
}
.section-title.style-white .sub-title.left-line:after {
  background: #fff;
}
.section-title.style-white .title {
  color: black;
}
.section-title.style-white .content {
  color: black;
}
.section-title.style-white .small-title {
  color: black;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-top {
  background: -webkit-gradient(linear, left top, left bottom, from(#370397), to(#5E35B1));
  background: linear-gradient(#370397, #5E35B1);
  padding: 22px 0 18px;
}
.navbar-top ul {
  margin: 0;
  padding: 0;
  line-height: initial;
}
.navbar-top ul li {
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.navbar-top ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.navbar-top ul li span,
.navbar-top ul li i,
.navbar-top ul li svg {
  margin-right: 10px;
  color: var(--main-color);
}
.navbar-top ul li a:hover {
  color: var(--main-color);
}
.navbar-top .topbar-right a {
  margin: 0 3px;
}
.navbar-top .topbar-right li a i {
  margin-right: 0;
}
.navbar-top .topbar-right li a:last-child {
  margin-right: 0;
}
.navbar-top .topbar-right li:last-child {
  border-right: 0;
}
.navbar-top.style-two {
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-top.style-two ul li p,
.navbar-top.style-two ul li a {
  color: var(--paragraph-color);
}

.navbar-area {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.navbar-area .nav-container {
  background-color: transparent;
  padding: 12px 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-area .nav-container .logo a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.navbar-area .nav-container .logo a img {
  height: auto;
  max-width: 110px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: left;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 50px;
  text-transform: capitalize;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: var(--heading-font);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: #008CA5;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 15px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 14px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  height: 7px;
  width: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: -4px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 24px;
  height: 2px;
  width: 7px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
  background: #019ab5;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:after {
  background: #019ab5
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #050a30;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  /* background: var(--main-color-2); */
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
  padding: 10px 20px 10px 30px;
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
  
}
.navbar-area .nav-container .navbar-collapse .navbar-nav > li {
  margin-right: 12px;
}

.navbar-area-2 .navbar-area {
  background: #370397;
}
.navbar-area-2 .navbar-area .nav-container .logo a img {
  width: 82px;
}
.navbar-area-2 .toggle-btn {
  top: 13px;
}
.navbar-area-2.sticky-active {
  background: #370397;
}

.sticky-active {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
  box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
  background: white;
}
.sticky-active .nav-container .logo a img {
  height: auto;
  width: 80px;
}
.sticky-active .toggle-btn {
  top: 11px;
}

.nav-right-part {
  margin-left: 23px;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 10px;
  right: -5px;
}

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 17px;
  right: -5px;
}

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 24px;
  right: -5px;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

/**************** nav-right-part *************/
.nav-right-part-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container {
    padding: 15px;
  }

  .nav-right-part {
    margin-right: 50px;
  }

  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav > li {
    margin-right: 0;
    padding-right: 0;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 26px;
    right: 3px !important;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
}
.sopen {
  display: block;
}

.toggle-btn {
  left: auto;
  right: -10px;
  position: absolute;
  top: 24px;
  width: 40px;
  height: 40px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border: 0;
  background: transparent;
}
.toggle-btn .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #000;
  left: 7px;
}
.toggle-btn .icon-left:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #000;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #000;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-left:hover {
  cursor: pointer;
}
.toggle-btn .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #000;
  left: 18px;
}
.toggle-btn .icon-right:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #000;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #000;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right:hover {
  cursor: pointer;
}
.toggle-btn.open .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
          transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
          transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
  }

  .navbar-nav li {
    padding-right: 12px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area .logo {
    padding-top: 0px !important;
  }

  .widget ul {
    text-align: left;
  }

  .navbar-collapse {
    background: #fff;
    margin-top: 0px;
    width: 100%;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    right: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-bottom: 20px;
  }

  .navbar-area {
    padding-bottom: 0px;
  }

  .bar1, .bar2, .bar3 {
    background: #fff;
  }

  .party-box-wrapper {
    padding: 50px 0px;
  }

  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }

  .footer-area .copyright-area-inner {
    padding: 20px;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }

  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    padding: 12px 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 3px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
    opacity: 0;
    margin-right: -18px;
  }

  .nav-right-part-mobile {
    display: block;
  }

  .nav-right-part-desktop {
    display: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #333333;
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }

  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }

  .table-responsive {
    display: block !important;
  }

  .btn-custom-default, .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }

  .navbar-area .logo {
    padding-top: 10px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }

  .search-popup .search-form {
    min-width: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .btn-custom-default, .btn-custom-white {
    padding: 5px 18px;
  }

  .search-popup .search-form .form-group .form-control, .search-popup .search-form .submit-btn {
    height: 45px;
  }

  .search-popup .search-form {
    min-width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px;
  }

  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}
.sopen {
  display: block !important;
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: var(--main-color);
}

.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/************ single-inpur-inner ************/
.single-input-inner {
  margin-bottom: 30px;
  position: relative;
}
.single-input-inner .input-group-text {
  background: transparent;
  padding: 0;
  border: 0;
  color: #f3f3f3;
  margin-bottom: 15px;
  font-size: 14px;
}
.single-input-inner input {
  width: 100%;
  height: 52px;
  border: 0 !important;
  padding: 0 18px;
  color: #f3f3f3;
  background: #321D85;
  border-radius: 0;
}
.single-input-inner input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner input::-moz-placeholder {
  color: #bbbbbb;
}
.single-input-inner input:-ms-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner input::-ms-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner input::placeholder {
  color: #bbbbbb;
}
.single-input-inner textarea {
  width: 100%;
  border: 0 !important;
  height: 160px;
  background: #321D85;
  border-radius: 0;
  color: #f3f3f3;
  padding: 14px 18px;
}
.single-input-inner textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner textarea::-moz-placeholder {
  color: #bbbbbb;
}
.single-input-inner textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner textarea::-ms-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner textarea::placeholder {
  color: #bbbbbb;
}
.single-input-inner.style-border .icon {
  height: 50px;
  position: absolute;
  left: 0;
  top: 36px;
  line-height: 50px;
  border: 1px solid rgba(23, 46, 104, 0.5) !important;
  border-radius: 50%;
  width: 50px;
  text-align: center;
  color: #B3B3B3;
}
.single-input-inner.style-border input {
  border: 1px solid rgba(23, 46, 104, 0.5) !important;
  background: #172e68;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 57px;
  color: rgba(255, 255, 255, 0.7);
}
.single-input-inner.style-border input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.single-input-inner.style-border input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.single-input-inner.style-border input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.single-input-inner.style-border input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.single-input-inner.style-border input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.single-input-inner.style-border textarea {
  border: 1px solid rgba(234, 225, 214, 0.6) !important;
}
.single-input-inner.style-border textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner.style-border textarea::-moz-placeholder {
  color: #bbbbbb;
}
.single-input-inner.style-border textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner.style-border textarea::-ms-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner.style-border textarea::placeholder {
  color: #bbbbbb;
}
.single-input-inner.style-bg input {
  background: #F5F6F6;
}
.single-input-inner.style-bg input::-webkit-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg input::-moz-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg input:-ms-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg input::-ms-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg input::placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg textarea {
  background: #F5F6F6;
}
.single-input-inner.style-bg textarea::-webkit-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg textarea::-moz-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg textarea:-ms-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg textarea::-ms-input-placeholder {
  color: #3F517E;
}
.single-input-inner.style-bg textarea::placeholder {
  color: #3F517E;
}

.single-form-check {
  padding-left: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.single-form-check .form-check-input {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--main-color-2);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  margin-top: -3px;
}
.single-form-check .form-check-label {
  margin-left: 10px;
}

/*----------------------------------------------
    ## Banner
----------------------------------------------*/
.banner-1 {
  background-repeat: no-repeat;
  /* background-size: cover;
  background-position: center center; */
}
.banner-1 .banner-inner {
  padding: 270px 0 170px;
}

.banner-privacy {
  background-repeat: no-repeat;
  /* background-size: cover; */
  /* background-position: center center; */
}
.banner-privacy .banner-inner {
  padding: 270px 0 170px;
}

.banner-company {
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center center; */
}
 .banner-inner .banner-company {
  padding: 270px 0 170px;
}

.banner-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#330592), to(#1A0349));
  background: linear-gradient(#330592, #1A0349);
}
.banner-2 .banner-inner {
  padding: 230px 0;
}
.banner-2 .thumb {
  margin-left: -60px;
  margin-right: -50px;
}

.banner-slider .owl-nav button {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  border: 0;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  font-size: 30px;
  margin-top: -43px;
  cursor: pointer;
}
.banner-slider .owl-nav button.owl-prev {
  -webkit-transform: translate(-110px, 0%);
          transform: translate(-110px, 0%);
  left: 0;
}
.banner-slider .owl-nav button.owl-next {
  -webkit-transform: translate(110px, 0%);
          transform: translate(110px, 0%);
  right: 0;
}

.banner-inner {
  position: relative;
  padding: 250px 0;
}
.banner-inner .sub-title {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 400;
  color: #F3F3F3;
}
.banner-inner .sub-title.color-purple {
  color: #BE63F9;
}
.banner-inner .sub-title.color-purple:after {
  background: #BE63F9;
}
.banner-inner .title {
  color: black;
}
.banner-inner .title span {
  color: #008CA5; 
}
.banner-inner p {
  margin-top: 25px;
  color: black;
}
.banner-inner .btn-wrap {
  margin-top: 50px;
}
.banner-inner .b-animate-1 {
  -webkit-animation: 1.5s 0.2s fadeInLeft both;
          animation: 1.5s 0.2s fadeInLeft both;
}
.banner-inner .b-animate-2 {
  -webkit-animation: 1.5s 0.4s fadeInLeft both;
          animation: 1.5s 0.4s fadeInLeft both;
}
.banner-inner .b-animate-3 {
  -webkit-animation: 1.5s 0.6s fadeInLeft both;
          animation: 1.5s 0.6s fadeInLeft both;
}
.banner-inner .b-animate-4 {
  -webkit-animation: 1.5s 0.8s fadeInLeft both;
          animation: 1.5s 0.8s fadeInLeft both;
          letter-spacing: 1px;
          text-align: justify;
}
.banner-inner .b-animate-5 {
  -webkit-animation: 1.5s 0.9s fadeInLeft both;
          animation: 1.5s 0.9s fadeInLeft both;
}
.banner-inner .animate-img-1 {
  position: absolute;
  left: -74px;
  top: -68px;
}
.banner-inner.style-white .title {
  color: #fff;
}
.banner-inner.style-white .content {
  color: #fff;
}

.b-animate-thumb {
  -webkit-animation: 1.5s 0.4s fadeInRight both;
          animation: 1.5s 0.4s fadeInRight both;
  position: relative;
}
.b-animate-thumb .animate-img-1 {
  position: absolute;
  right: 140px;
  bottom: -26px;
  z-index: -2;
}

/*----------------------------------------------
    ## All section style
----------------------------------------------*/
.default-card {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 45px;
}
.default-card .default-card-inner {
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.default-card .default-card-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 160px;
  width: 160px;
  /* background-image: url(../img/ro.png); */
  background-size: cover;
  -webkit-transform: translate(-50px, -50%);
          transform: translate(-50px, -50%);
}
.default-card .default-card-inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 160px;
  width: 160px;
  /* background-image: url(../img/ro.png); */
  background-size: cover;
  -webkit-transform: translate(50px, -50%);
          transform: translate(50px, -50%);
}
.default-card .thumb {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 84px;
  width: 84px;
  background: #263238;
  border-radius: 50%;
  line-height: 84px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.default-card .thumb:after {
  content: "";
  position: absolute;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  background: #263238;
  opacity: 0.45;
  z-index: -1;
}
.default-card.default-card-active .default-card-inner {
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  opacity: 1;
  border: 0;
}
.default-card.default-card-active .default-card-inner:before, .default-card.default-card-active .default-card-inner:after {
  /* background-image: url(../img/ro-2.png); */
}
.default-card.default-card-active .thumb {
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
}
.default-card.default-card-active .thumb:after {
  background: rgba(255, 255, 255, 0.45);
}

.single-fact-inner .details {
  margin-top: -20px;
  padding: 0 30px 18px;
}
.single-fact-inner h3 {
  margin-bottom: 0;
  color: #fff;
}
.single-fact-inner p {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.single-fact-inner.style-two .thumb {
  height: 84px;
  width: 84px;
  background: #5E35B1;
  border-radius: 50%;
  line-height: 84px;
  margin: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.single-fact-inner.style-two .thumb:after {
  content: "";
  position: absolute;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  background: #5E35B1;
  opacity: 0.45;
  z-index: -1;
}
.single-fact-inner.style-two:hover .thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8D35), to(#F01111));
  background: linear-gradient(#FF8D35, #F01111);
}
.single-fact-inner.style-two:hover .thumb:after {
  background: rgba(255, 255, 255, 0.45);
}

/************** about-thumb-wrap ***************/
.video-area-inner {
  position: relative;
  background: rgba(56, 17, 127, 0.5);
  border: 2px solid rgba(94, 53, 177, 0.5);
  padding: 9px;
  border-radius: 10px;
}
.video-area-inner .video-play-btn {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.video-area-inner:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 97.5%;
  height: 97%;
  background: rgba(56, 17, 127, 0.25);
  left: 6px;
  top: 6px;
  border-radius: 10px;
  z-index: 1;
}
.video-area-inner:before {
  content: "";
  position: absolute;
  /* background-image: url(../img/ro.png); */
  height: 160px;
  width: 160px;
  left: -80px;
  bottom: 73px;
  background-size: cover;
  z-index: -1;
}
.video-area-inner span.shadow {
  position: absolute;
  /* background-image: url(../img/ro.png); */
  height: 160px;
  width: 160px;
  left: 50%;
  top: -80px;
  z-index: -1;
  background-size: cover;
  display: block;
}
.video-area-inner img {
  border-radius: 10px;
}

.single-about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.single-about-wrap .thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 78px;
  width: 78px;
  background: rgba(56, 17, 127, 0.5);
  border-radius: 10px;
  border: 2px solid rgba(94, 53, 177, 0.5);
  text-align: center;
  line-height: 78px;
  margin-right: 20px;
}
.single-about-wrap .details h5 {
  color: #fff;
  margin-bottom: 9px;
}
.single-about-wrap .details p {
  margin-bottom: 0;
  color: #fff;
}

.about-area .about-thumb {
  position: relative;
}
.about-area .about-thumb:after {
  content: "";
  position: absolute;
  height: 114%;
  width: 100%;
  background: rgba(56, 17, 127, 0.5);
  top: -33px;
  right: -35px;
  z-index: -1;
  border-radius: 10px;
}
.about-area .about-thumb img {
  border-radius: 10px;
}

/************** single-feature ***************/
.single-feature-inner {
  margin-bottom: 50px;
}
.single-feature-inner .details {
  padding: 0 30px 18px;
}
.single-feature-inner .details h4 {
  color: #fff;
  margin-top: -20px;
}
.single-feature-inner .details p {
  color: #fff;
}
.single-feature-inner .thumb img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-feature-inner.default-card.default-card-active .thumb img {
  /* -webkit-filter: brightness(8);
          filter: brightness(8); */
}
.single-feature-inner.style-two .thumb {
  height: 84px;
  width: 84px;
  background: #5E35B1;
  border-radius: 50%;
  line-height: 84px;
  margin: auto auto 40px;
  position: relative;
  z-index: 1;
}
.single-feature-inner.style-two .thumb:after {
  content: "";
  position: absolute;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  background: #5E35B1;
  opacity: 0.45;
  z-index: -1;
}
.single-feature-inner.style-two .details {
  padding: 0;
}

/*********** counter-list-inner ***********/
.call-to-action-area {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

/********* match-table **********/
.match-table-inner {
  background: #24006C;
  border-radius: 10px;
  padding: 70px 70px 30px;
}

/************ single-ticket-inner *************/
.single-ticket-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-ticket-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url(../img/icon/shape.png);
  width: 100%;
  height: 133px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: cover;
  z-index: -1;
}
.single-ticket-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image: url(../img/icon/shape.png);
  width: 100%;
  height: 133px;
  background-size: cover;
  z-index: -1;
}
.single-ticket-wrap h4 {
  color: #fff;
  padding: 68px 0 33px;
  font-weight: 600;
  margin-bottom: 0;
}
.single-ticket-wrap .details {
  background: #38117F;
  padding: 30px 50px 20px;
}
.single-ticket-wrap ul {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.single-ticket-wrap ul li {
  display: block;
  list-style: none;
  color: #fff;
  margin: 0 16px;
}
.single-ticket-wrap ul li img {
  display: block;
  margin-bottom: 10px;
}
.single-ticket-wrap p {
  color: #fff;
}
.single-ticket-wrap .btn-ticket {
  color: #fff;
  display: block;
  padding: 37px 0 69px;
}

/************ single-testimonial-inner *************/
.testimonial-area {
  background-position: center;
  background-size: contain;
}
.testimonial-area:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#070759), to(#000));
  background: linear-gradient(#070759, #000);
  opacity: 0.8;
}

.single-testimonial-inner {
  margin-bottom: 30px;
  position: relative;
}
.single-testimonial-inner p {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
}
.single-testimonial-inner .thumb {
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50%;
  border: 9px solid var(--main-color-2);
}
.single-testimonial-inner .thumb img {
  height: 66px;
  width: 66px;
  border-radius: 50%;
}
.single-testimonial-inner .name h5 {
  color: #fff;
  font-weight: normal;
  margin: 0 0 5px;
}
.single-testimonial-inner .name span {
  font-size: 12px;
  color: #fff;
}
.single-testimonial-inner .quote-icon {
  color: #F01111;
  font-size: 20px;
  margin-bottom: 14px;
}

.testimonial-slider .item .single-testimonial-inner {
  margin-bottom: 0;
}
.testimonial-slider .owl-nav {
  display: none;
}
.testimonial-slider .owl-dots {
  display: none;
}

/************ single-testimonial-inner *************/
.single-testimonial-inner-2 {
  background: #F3F3F3;
  padding: 45px 50px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.single-testimonial-inner-2 .side-icon {
  width: auto !important;
  position: absolute;
  right: 50px;
  top: 50px;
}
.single-testimonial-inner-2 p {
  font-size: 18px;
  margin-bottom: 0;
}
.single-testimonial-inner-2 .media {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-testimonial-inner-2 .media .media-left {
  margin-right: 10px;
}
.single-testimonial-inner-2 .media .media-left img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.single-testimonial-inner-2 .media .media-body {
  margin-top: 4px;
}

.testimonial-slider-2 .owl-nav {
  display: none;
}
.testimonial-slider-2 .owl-dots {
  text-align: center;
}

/************ subscribe-area-inner ************/
.subscribe-area-inner {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.subscribe-area-inner p {
  margin-bottom: 0;
}
.subscribe-area-inner.style-white h3 {
  color: #fff;
}
.subscribe-area-inner.style-white p {
  color: #fff;
}

.single-subscribe-inner {
  position: relative;
}
.single-subscribe-inner input {
  width: 100%;
  border: 1px solid #DFDEDE;
  height: 55px;
  border-radius: 0;
  padding: 0 20px;
  background: transparent;
  color: #fff;
}
.single-subscribe-inner .btn {
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 0;
}
.single-subscribe-inner.style-two input {
  height: 60px;
}
.single-subscribe-inner.style-two .btn {
  right: 0;
  top: 0;
}

.subscribe-inner-box {
  background: #2E2E2E;
  padding: 50px;
}

/********** client-area **********/
.client-slider {
  cursor: pointer;
}
.client-slider .item img {
  width: auto;
  margin: auto;
}
.client-slider .owl-nav {
  display: none;
}

/************** signin area **************/
.signin-inner {
  background: #f2f3f5;
  padding: 60px 50px 56px;
  border-radius: 7px;
}
.signin-inner strong {
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.signin-inner strong:hover {
  color: var(--main-color);
}

.single-checkbox-inner {
  margin-bottom: 20px;
}

/*********  single-contact-info ***********/
.single-contact-info {
  margin-bottom: 26px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  padding: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-contact-info .thumb {
  margin-right: 20px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  background: #F3F3F3;
  font-size: 22px;
  color: var(--main-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-contact-info .details p {
  margin-bottom: 0;
}
.single-contact-info.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-contact-info .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-contact-info:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-contact-info:hover .thumb {
  background: var(--main-color);
}
.single-contact-info:hover .thumb i, .single-contact-info:hover .thumb svg {
  color: #fff;
}

/************** contact area **************/
.contact-g-map {
  margin-bottom: -11px;
}
.contact-g-map iframe {
  line-height: 1 !important;
  border: 0;
  width: 100%;
  height: 470px;
}

.contact-form-inner-wrap {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
  padding: 40px 50px;
}
.contact-form-inner-wrap .section-title {
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 30px;
}
.contact-form-inner-wrap .section-title h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: -1px;
}
.contact-form-inner-wrap .section-title h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  background: var(--main-color);
}

/********* single-production-inner **********/
.single-production-inner {
  background-size: cover;
  background-position: center;
  padding: 37px 20px 40px 20px;
  position: relative;
  margin-bottom: 30px;
}
.single-production-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-production-inner .details-inner {
  position: relative;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-production-inner .details-inner h4 {
  color: #fff;
}
.single-production-inner .details-inner p {
  color: #fff;
}
.single-production-inner .details-inner .rating-inner {
  font-size: 14px;
}
.single-production-inner .details-inner a {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  display: inline-block;
  color: #fff;
  margin: 5px 2px;
}
.single-production-inner .details-inner a:hover {
  background: var(--main-color-2);
}
.single-production-inner .details-inner .btn-wrap {
  margin-top: 10px;
}
.single-production-inner:hover:after {
  visibility: visible;
  opacity: 1;
}
.single-production-inner:hover .details-inner {
  visibility: visible;
  opacity: 1;
}

.production-slider {
  margin: 0 20px;
}
.production-slider .owl-nav {
  display: none;
}
.production-slider .owl-dots {
  display: none;
}

.tipster-slider {
  -webkit-box-shadow: 0px 3px 30px #F3F3F3;
          box-shadow: 0px 3px 30px #F3F3F3;
  border-radius: 200px;
}
.tipster-slider:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 110px;
  width: 110px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -13px;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0px 3px 30px #F3F3F3;
          box-shadow: 0px 3px 30px #F3F3F3;
  border-radius: 50%;
}
.tipster-slider .thumb {
  padding: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tipster-slider .thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 50px;
  width: 50px;
  opacity: 0.5;
  border-radius: 50%;
}
.tipster-slider .center .thumb {
  padding: 0;
}
.tipster-slider .center .thumb img {
  padding: 0;
  position: relative;
  z-index: 2;
  height: 85px;
  width: 85px;
  opacity: 1;
}
.tipster-slider .owl-nav button {
  position: absolute;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 0;
  background: #f5f5f5;
  color: #e9e9e9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tipster-slider .owl-nav button:hover {
  background: var(--main-color);
  color: #fff;
}
.tipster-slider .owl-nav .owl-prev {
  left: 15px;
  top: 14px;
}
.tipster-slider .owl-nav .owl-next {
  right: 17px;
  top: 14px;
}

/******** triper-table-head **********/
.triper-table-head {
  background: #F3F3F3;
  padding: 25px 30px;
  border-radius: 100px;
  font-weight: 700;
  color: #505050;
}

.triper-table-body {
  border: 1px solid #F3F3F3;
  border-radius: 100px;
  color: #505050;
  overflow: hidden;
}
.triper-table-body .s-item {
  padding: 25px 30px;
}
.triper-table-body .bg-color {
  background: #5E35B1;
  color: #fff;
}
.triper-table-body .tptb-bd-bg {
  background: #F3F3F3;
}

/********* upcoming-match-inner **********/
.upcoming-match-inner {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.upcoming-match-inner .name {
  font-size: 15px;
}
.upcoming-match-inner .name .thumb {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  line-height: 54px;
  text-align: center;
  border: 1px solid #F3F3F3;
  display: inline-block;
}
.upcoming-match-inner .name .thumb img {
  width: 65%;
}
.upcoming-match-inner .left-thumb .thumb {
  margin-right: 7px;
}
.upcoming-match-inner .right-thumb .thumb {
  margin-left: 7px;
}
.upcoming-match-inner .middle-thumb img {
  width: 65px;
}

/******* match-start-time-inner ********/
.match-start-time-inner {
  background: #fff;
  border-radius: 7px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.match-start-time-inner .match-top {
  background: var(--main-color);
  border-radius: 7px;
}
.match-start-time-inner .match-top .thumb {
  margin-top: -60px;
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}
.match-start-time-inner .match-top .thumb img {
  height: 100px;
  width: 100px;
  border: 3px solid #F3F3F3;
  border-radius: 50%;
}
.match-start-time-inner .match-top h4,
.match-start-time-inner .match-top p {
  color: #fff;
  margin-bottom: 0;
}
.match-start-time-inner .match-top p {
  padding-bottom: 18px;
}
.match-start-time-inner .middle {
  padding: 20px;
}
.match-start-time-inner .middle .upcoming-match-inner {
  padding: 10px;
}
.match-start-time-inner .middle .upcoming-match-inner img {
  display: inline-block;
}

.match-start-time-slider .owl-nav {
  display: none;
}
.match-start-time-slider .owl-dots {
  text-align: center;
}

.profit-tabs-inner {
  border: 0 !important;
}
.profit-tabs-inner li {
  width: 16.66%;
}
.profit-tabs-inner li a {
  display: block;
  border-radius: 0 !important;
  border: 1px solid #F3F3F3 !important;
  text-align: center;
  color: var(--heading-color);
  font-weight: 700;
  padding: 18px 10px;
}
.profit-tabs-inner li a.active {
  background: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
  color: #fff !important;
}
.profit-tabs-inner.style-two {
  margin-bottom: 50px;
}
.profit-tabs-inner.style-two li {
  width: auto;
}
.profit-tabs-inner.style-two li a {
  height: 80px;
  border: 0 !important;
  background: var(--main-color-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 22.5px;
}
.profit-tabs-inner.style-two li a .thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 11px;
}
.profit-tabs-inner.style-two li a h6 {
  margin-bottom: 0;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}
.profit-tabs-inner.style-two li a.active {
  color: #fff !important;
  background: var(--main-color-2) !important;
}
.profit-tabs-inner.style-two li a.active h6 {
  font-weight: 700;
}
.profit-tabs-inner.style-two li a.active:after {
  display: none;
}
.profit-tabs-inner.style-two li:first-child a {
  border-radius: 10px 0 0 10px !important;
}
.profit-tabs-inner.style-two li:last-child a {
  background: #38117F;
  border-radius: 0 10px 10px 0 !important;
}

.profit-table-inner {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
  padding: 15px 25px 1px 25px;
}
.profit-table-inner .table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.profit-table-inner .table thead {
  background: #F3F3F3;
}
.profit-table-inner .table thead tr th {
  border: 0;
  text-align: center;
  padding: 15px;
}
.profit-table-inner .table tbody tr {
  border: 1px solid #F3F3F3;
  margin-top: 10px;
}
.profit-table-inner .table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #F3F3F3;
}
.profit-table-inner .table tbody tr td .thumb img {
  border-radius: 50%;
}
.profit-table-inner .table tbody tr td.active {
  background: #F3F3F3;
}

.predict-table-inner {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
  margin-bottom: 40px;
}
.predict-table-inner .table-head {
  padding: 21px 30px;
  background: var(--main-color-2);
  position: relative;
  border-radius: 10px 10px 0 0;
}
.predict-table-inner .table-head .table-logo {
  position: absolute;
  left: 50%;
  height: 93px;
  width: 93px;
  top: 50%;
  text-align: center;
  line-height: 93px;
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
  background: var(--main-color-2);
  border-radius: 50%;
}
.predict-table-inner .table-head .table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0;
}
.predict-table-inner .table-head .table-title img {
  margin-right: 10px;
}
.predict-table-inner .table-head a {
  color: #fff;
}
.predict-table-inner .tab-onthe-tab .nav-pills {
  border-bottom: 1px solid var(--main-color-2);
  padding-bottom: 5px;
  margin-bottom: 27px;
}
.predict-table-inner .tab-onthe-tab .nav-pills .nav-item .nav-link {
  padding: 0;
  background: transparent;
  font-size: 16px;
  color: #fff;
  margin-right: 25px;
  position: relative;
}
.predict-table-inner .tab-onthe-tab .nav-pills .nav-item .nav-link.active::after {
  width: 100%;
}
.predict-table-inner .tab-onthe-tab .nav-pills .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #F01111;
  height: 2px;
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.predict-table-inner .tab-onthe-tab .table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 0 auto;
}
.predict-table-inner .tab-onthe-tab .table-list li {
  list-style: none;
  color: #fff;
  width: 98px;
  text-align: center;
  margin: 0 5px;
}
.predict-table-inner .main-table-inner {
  padding: 22px 30px 30px;
  border-radius: 0 0 10px 10px;
  background: #070759;
}
.predict-table-inner .table {
  border-collapse: separate;
  border-spacing: 0 10px;
  min-width: 956px;
}
.predict-table-inner .table tbody tr .active-td .single-td {
  padding: 22px 0px;
}
.predict-table-inner .table tbody tr td {
  text-align: center;
  vertical-align: middle;
  color: #505050;
  border: 0;
  padding: 0;
  height: 80px;
}
.predict-table-inner .table tbody tr td.date {
  text-align: left;
  background: #5E35B1;
  width: 86px !important;
  color: #fff;
  border-radius: 5px 0 0 5px;
  color: #B3B3B3;
  font-size: 14px;
  padding: 0 20px;
}
.predict-table-inner .table tbody tr td:first-child {
  padding: 12.3px 20px;
}
.predict-table-inner .table tbody tr td .media.match-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 15px 20px 15px 30px;
  background: rgba(94, 53, 177, 0.8);
  border-radius: 0 5px 5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  width: 324px;
  height: 100%;
}
.predict-table-inner .table tbody tr td .media.match-name .media-left {
  margin-right: 10px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.predict-table-inner .table tbody tr td .media.match-name .media-left img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 1px;
}
.predict-table-inner .table tbody tr td .media.match-name .media-body {
  width: 100%;
  padding-left: 15px;
}
.predict-table-inner .table tbody tr td .media.match-name .media-body h6 {
  margin-bottom: 0;
  color: #B3B3B3;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: normal;
}
.predict-table-inner .table tbody tr td .media.match-name .media-body h6 span {
  float: right;
}
.predict-table-inner .table tbody tr td .single-td {
  background: rgba(94, 53, 177, 0.5);
  border-radius: 5px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 5px;
  width: 98px;
}

.team-details-area {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.team-details-area h6 {
  color: #505050;
}
.team-details-area .td-top {
  padding: 30px;
}
.team-details-area .price-list {
  padding: 0;
  overflow: hidden;
}
.team-details-area .price-list li {
  list-style: none;
  width: 50%;
  float: left;
  border: 1px solid #F3F3F3;
  padding: 8px 30px;
  overflow: hidden;
}
.team-details-area .price-list li i, .team-details-area .price-list li svg {
  margin-right: 10px;
  color: var(--main-color);
}
.team-details-area .details {
  padding: 30px;
}
.team-details-area .details .td-list-inner {
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.team-details-area .details .td-list-inner img {
  margin-right: 7px;
}
.team-details-area .details .td-bottom-inner p {
  margin-bottom: 0;
}
.team-details-area .details .td-bottom-inner p i, .team-details-area .details .td-bottom-inner p svg {
  font-size: 14px;
  color: #FFB606;
}

/*****betfor-inner*****/
.betfor-inner .title {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
}

.single-betfor-wrap {
  border-radius: 10px;
  background: #38117F;
  margin-top: 55px;
}
.single-betfor-wrap ul {
  margin: 0;
  padding: 0;
}
.single-betfor-wrap ul li {
  display: inline-block;
  list-style: none;
  color: #fff;
}
.single-betfor-wrap ul.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  background: rgba(94, 53, 177, 0.8);
  margin: 0 25px;
  padding: 0 0 0 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-betfor-wrap ul.info li {
  font-size: 14px;
  margin-right: 20px;
}
.single-betfor-wrap ul.info li i, .single-betfor-wrap ul.info li svg {
  margin-right: 7px;
}
.single-betfor-wrap ul.info li .btn {
  border-radius: 15px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.single-betfor-wrap ul.info li:last-child {
  margin-left: auto;
  margin-right: 0;
}
.single-betfor-wrap ul.single-match-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 42px 30px;
}
.single-betfor-wrap ul.single-match-inner .single-match-team h5 {
  color: #F3F3F3;
  font-weight: normal;
  margin-bottom: 5px;
}
.single-betfor-wrap ul.single-match-inner .single-match-team p {
  color: #B3B3B3;
  font-size: 14px;
  margin-bottom: 0;
}
.single-betfor-wrap ul.single-match-inner .thumb {
  background: rgba(243, 243, 243, 0.5);
  height: 86px;
  width: 86px;
  border-radius: 50%;
  line-height: 86px;
  position: relative;
  z-index: 0;
}
.single-betfor-wrap ul.single-match-inner .thumb:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background: rgba(94, 53, 177, 0.5);
  border-radius: 50%;
  top: -7px;
  left: -7px;
  z-index: -1;
  border: 2px solid rgba(94, 53, 177, 0.5);
}
.single-betfor-wrap ul.single-match-inner .match-details {
  padding: 0 31px;
}
.single-betfor-wrap ul.single-match-inner .match-details p {
  color: #B3B3B3;
  margin-bottom: 0;
}
.single-betfor-wrap ul.single-match-inner .match-details .match-time {
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  display: inline-block;
  background: #5E35B1;
  color: #F3F3F3;
  padding: 0 30px;
  margin: 12px 0;
}

.single-betfor-wrap-2 {
  border-radius: 5px;
  background: #38117F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
  padding: 23px 30px 22px;
  list-style: none;
  position: relative;
}
.single-betfor-wrap-2 li {
  text-align: center;
  color: #fff;
}
.single-betfor-wrap-2 li.match-time {
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background: #5E35B1;
  padding: 0 29px;
  font-size: 18px;
  margin: auto;
}
.single-betfor-wrap-2 li .thumb {
  margin-bottom: 10px;
}
.single-betfor-wrap-2 li h6 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.single-betfor-wrap-2 .live-tag {
  position: absolute;
  font-size: 16px;
  color: #fff;
  left: 50%;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single-betfor-wrap-2 .live-tag img {
  margin-right: 6px;
}

.intro-slider {
  margin-top: -90px;
}
.intro-slider .owl-nav {
  display: none;
}
.intro-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.intro-slider .owl-dots .owl-dot {
  display: inline-block;
  height: 10px;
  border: 0;
  border-radius: 30px;
  width: 22px;
  background: #D2D2D2;
  margin: 0 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.intro-slider .owl-dots .owl-dot.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8D35), to(#F01111));
  background: linear-gradient(#FF8D35, #F01111);
  width: 48px;
}

.single-intro-inner {
  border-radius: 5px;
  background: #38117F;
  margin-top: 42px;
  margin-bottom: 30px;
}
.single-intro-inner.single-intro-inner-active .thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8D35), to(#F01111));
  background: linear-gradient(#FF8D35, #F01111);
}
.single-intro-inner .thumb {
  height: 84px;
  width: 84px;
  line-height: 74px;
  border-radius: 50%;
  background: #5E35B1;
  border: 5px solid rgba(255, 255, 255, 0.45);
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -17px;
}
.single-intro-inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 35px;
}
.single-intro-inner ul li {
  list-style: none;
  font-size: 16px;
  color: #fff;
}
.single-intro-inner ul li img {
  display: block;
  margin-bottom: 10px;
}
.single-intro-inner ul li.time {
  height: 40px;
  line-height: 40px;
  border: 1px solid #5E35B1;
  border-radius: 3px;
  padding: 0 29px;
  font-size: 18px;
  margin: auto;
}
.single-intro-inner .linker {
  border-top: 1px solid #5E35B1;
  border-bottom: 1px solid #5E35B1;
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 11px 0px;
  margin-top: 13px;
}
.single-intro-inner .btn {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-weight: normal;
}

.single-process-inner {
  margin-bottom: 30px;
}
.single-process-inner .details {
  margin-top: 15px;
}
.single-process-inner .details h4 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.single-process-inner .details p {
  color: #F3F3F3;
  margin-bottom: 20px;
}
.single-process-inner .details a {
  color: #F3F3F3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-process-inner .details a i, .single-process-inner .details a svg {
  color: var(--main-color-2);
}
.single-process-inner .details a:hover {
  color: var(--main-color);
}

.gamer-slider .owl-dots,
.gamer-slider .owl-nav {
  display: none;
}
.gamer-slider .item {
  position: relative;
}
.gamer-slider .item:hover .gamer-details {
  opacity: 1;
}

.gamer-details {
  text-align: center;
  background: #38117F;
  border-radius: 5px;
  padding: 38px 30px 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gamer-details h5 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.gamer-details p {
  color: #fff;
  margin-bottom: 15px;
}
.gamer-details .ratting-inner {
  margin-bottom: 20px;
}
.gamer-details .ratting-inner span {
  color: #fff;
  margin-right: 5px;
}
.gamer-details .btn {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #5E35B1;
  border-radius: 2px;
  color: #fff;
  padding: 0 18px;
  font-weight: 400;
}
.gamer-details .btn:after {
  background: #FF0268;
}

.plan-inner {
  border-radius: 10px;
  background: #24006C;
  padding: 70px 70px 40px 60px;
}

.single-plan-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(56, 17, 127, 0.5);
  border: 2px solid rgba(94, 53, 177, 0.5);
  border-radius: 10px;
  padding: 40px 40px 40px 0;
  margin-left: 45px;
  margin-bottom: 30px;
  position: relative;
}
.single-plan-wrap:after {
  content: "";
  position: absolute;
  left: 65px;
  top: 50%;
  height: 97px;
  width: 97px;
  background-image: url(../img/ro.png);
  background-size: cover;
  -webkit-transform: translate(-50px, -50%);
          transform: translate(-50px, -50%);
  opacity: 0.5;
}
.single-plan-wrap:before {
  content: "";
  position: absolute;
  right: 100px;
  top: 50%;
  height: 97px;
  width: 97px;
  background-image: url(../img/ro.png);
  background-size: cover;
  -webkit-transform: translate(-50px, -50%);
          transform: translate(-50px, -50%);
  opacity: 0.5;
}
.single-plan-wrap .thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  z-index: 0;
  background: #6B21FF;
  border-radius: 50%;
}
.single-plan-wrap .thumb:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -6px;
  left: -6px;
  height: 97px;
  width: 48px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  background: transparent;
  display: inline-block;
  margin: 0 1em 1em 0;
  z-index: -1;
  border: 2px solid rgba(94, 53, 177, 0.5);
}
.single-plan-wrap .details {
  margin-left: -13px;
}
.single-plan-wrap .details h4 {
  color: #fff;
  margin-bottom: 13px;
}
.single-plan-wrap .details p {
  color: #fff;
  margin-bottom: 0;
}
.single-plan-wrap .btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: normal;
}

.contact-inner {
  background: #24006C;
  border-radius: 10px;
  padding: 65px;
}
.contact-inner h4.subtitle {
  border-bottom: 1px solid rgba(94, 53, 177, 0.5);
  padding-bottom: 20px;
  margin-bottom: 45px;
  color: #fff;
}

.doctor-details-info {
  margin-top: 30px;
}
.doctor-details-info ul {
  margin: 0;
  padding: 0;
}
.doctor-details-info ul li {
  list-style: none;
  margin-bottom: 12px;
}
.doctor-details-info ul li strong {
  color: var(--heading-color);
  min-width: 95px;
  display: inline-block;
}
.doctor-details-info ul li:last-child {
  margin-bottom: 0;
}

.doctor-details-btn {
  border-bottom: 0;
  margin-bottom: 20px;
}
.doctor-details-btn li a {
  border: 0 !important;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.doctor-details-btn li a.active {
  background-color: var(--main-color) !important;
  border-radius: 3px !important;
  color: #fff !important;
}

.service-details-inner-wrap {
  padding: 30px 0;
}

/*---------------------------------------------------
	widget styles
----------------------------------------------------*/
.td-sidebar .widget {
  margin-bottom: 34px;
  background: #172e68;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.td-sidebar .widget .widget-title {
  margin-bottom: 30px;
  font-size: 24px;
  color: #F3F3F3;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 18px;
}

.widget_search .search-form {
  position: relative;
  background: var(--main-color-2);
  border-radius: 5px;
  overflow: hidden;
}

.widget_search .search-form .form-group {
  margin-bottom: 0;
}

.widget_search .search-form input {
  width: 100%;
  border: 0;
  height: 50px;
  background: #071C53;
  border-radius: 5px;
  padding: 0 88px 0 22px;
  color: #F3F3F3;
}
.widget_search .search-form input::-webkit-input-placeholder {
  color: #F3F3F3;
}
.widget_search .search-form input::-moz-placeholder {
  color: #F3F3F3;
}
.widget_search .search-form input:-ms-input-placeholder {
  color: #F3F3F3;
}
.widget_search .search-form input::-ms-input-placeholder {
  color: #F3F3F3;
}
.widget_search .search-form input::placeholder {
  color: #F3F3F3;
}

.widget_search .search-form input:focus {
  border: 0;
  outline: 0;
}

.widget_search .search-form button {
  position: absolute;
  right: 0;
  border: 0;
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 27px;
  top: 0;
  height: 50px;
}

.widget_search .search-form button svg,
.widget_search .search-form button i {
  color: #fff;
}

.widget_search .search-form button:active, .widget_search .search-form button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.widget-recent-post ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding-bottom: 0;
}

.widget-recent-post ul li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.widget-recent-post ul li .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-recent-post ul li .media .media-left {
  margin-right: 11px;
  border-radius: 5px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.widget-recent-post ul li .media .media-left:after {
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  border: 5px solid rgba(94, 53, 177, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.widget-recent-post ul li .media .media-left img {
  border-radius: 5px;
}

.widget-recent-post ul li .media .media-left img {
  border-radius: 4px;
}

.widget-recent-post ul li .media .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.widget-recent-post ul li .media .media-body .title {
  margin-bottom: 9px;
  font-weight: 400;
  color: #fff;
}

.widget-recent-post ul li .media .media-body .post-info {
  font-size: 12px;
  color: #F3F3F3;
}

.widget-recent-post ul li .media .media-body .post-info span {
  color: #3F517E;
}

.widget-recent-post ul li .media .media-body .post-info svg,
.widget-recent-post ul li .media .media-body .post-info i {
  margin-right: 10px;
  color: var(--main-color);
}

.widget-recent-post ul li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_catagory ul {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -5px;
}

.widget_catagory ul li {
  list-style: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 10px;
}
.widget_catagory ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_catagory ul li a {
  position: relative;
  color: #F3F3F3;
}

.widget_catagory ul li a span {
  float: right;
}

.widget_catagory ul li a:hover {
  color: var(--main-color);
}

.widget_catagory ul li a i {
  padding-right: 5px;
}

.widget_catagory ul li:last-child {
  margin-bottom: 0;
}

.widget_tags .tagcloud a {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 5px 9px 0;
  font-weight: 400;
  font-size: 14px;
  color: #F3F3F3;
  background: #071C53;
}

.widget_tags .tagcloud a:hover {
  background: var(--main-color);
  color: #ffffff;
  border-color: var(--main-color);
}

.widget_add .add-inner {
  position: relative;
}
.widget_add .thumb {
  border-radius: 5px;
  display: block;
}
.widget_add .thumb img {
  border-radius: 5px;
  width: 100%;
}
.widget_add .details {
  background: rgba(0, 42, 84, 0.7);
  text-align: center;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 45px 40px;
}
.widget_add .details p {
  color: #F3F3F3;
}
.widget_add .details h4 {
  color: #F3F3F3;
  margin: 21px 0 23px;
}

/*********** widget_checkbox_list ************/
.widget_checkbox_list .single-checkbox:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.single-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  font-size: 16px;
  color: var(--heading-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #E3E3E3;
}
.single-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.single-checkbox input:checked ~ .checkmark {
  background-color: var(--main-color);
}
.single-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.single-checkbox .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EAE1D6;
}
.single-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/******** widget-video-inner *********/
.widget-video-inner {
  border-radius: 5px;
}
.widget-video-inner .thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.widget-video-inner .thumb:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.widget-video-inner .thumb .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 52px;
  z-index: 1;
}
.widget-video-inner .thumb .video-btn i {
  font-size: 18px;
}
.widget-video-inner .thumb .video-btn:after {
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.widget-video-inner .details {
  margin-top: 10px;
}
.widget-video-inner .details ul {
  padding: 0;
  margin: 0;
}
.widget-video-inner .details ul li {
  list-style: none;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px dashed #E3E3E3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget-video-inner .details ul li:last-child {
  border-bottom: 0;
}
.widget-video-inner .details ul li i {
  color: var(--main-color);
  margin-right: 7px;
}
.widget-video-inner .details ul li span {
  margin-right: auto;
  font-weight: 500;
  color: var(--heading-color);
}

/******** widget-contact *********/
.widget_contact .details {
  padding: 0;
}
.widget_contact .details li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 25px;
  list-style: none;
}
.widget_contact .details li i {
  margin-right: 14px;
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--main-color);
}
.widget_contact .details li:last-child {
  margin-bottom: 0;
}
.widget_contact .details li .time {
  font-size: 12px;
  margin-top: 3px;
}
.widget_contact .social-media li a {
  color: var(--main-color);
}
.widget_contact .social-media li a:hover {
  background: var(--main-color);
  color: #fff;
}

.team-widget {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.team-widget .thumb {
  padding: 25px;
}
.team-widget .thumb img {
  width: 100%;
}
.team-widget .details ul {
  padding: 0;
}
.team-widget .details ul li {
  list-style: none;
  padding: 10px 25px;
  border-top: 1px solid #F3F3F3;
}
.team-widget .details ul li i, .team-widget .details ul li svg {
  margin-right: 10px;
  color: var(--main-color);
}
.team-widget .details ul li span {
  color: var(--main-color);
  font-weight: 500;
}

/*------------------------------------------------
    blog style
------------------------------------------------*/
.blog-slider .owl-nav {
  display: none;
}
.blog-slider .owl-dots {
  text-align: center;
}

.single-blog-inner {
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  /* border: 2px solid rgba(56, 17, 127, 0.5); */
  text-align: center;
}
.single-blog-inner .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.single-blog-inner .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.9s;
  transition: 0.9s;
  border-radius: 10px;
}
.single-blog-inner .thumb .date {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 62px;
  height: 55px;
  line-height: 1;
  text-align: center;
  background: var(--main-color);
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding-top: 12px;
}
.single-blog-inner .thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-blog-inner .blog-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.single-blog-inner .blog-meta li {
  display: inline-block;
  margin-right: 15px;
  color: var(--heading-color);
}
.single-blog-inner .blog-meta li i, .single-blog-inner .blog-meta li svg {
  margin-right: 7px;
  color: var(--main-color);
}
.single-blog-inner .blog-meta li:last-child {
  margin-right: 0;
}
.single-blog-inner .details {
  padding: 25px 10px 23px 10px;
  position: relative;
}
.single-blog-inner .details span {
  color: var(--main-color);
  font-size: 14px;
  margin-bottom: 7px;
  display: inline-block;
}
.single-blog-inner .details h5 {
  margin-bottom: 16px;
  font-weight: normal;
  color: #fff;
}
.single-blog-inner .details h5:hover a {
  color: #DF4523;
}
.single-blog-inner .details .title {
  margin-bottom: 15px;
}
.single-blog-inner .details p {
  margin-bottom: 0;
  color: #fff;
}
.single-blog-inner .details .read-more-arrow {
  margin-top: 16px;
}
.single-blog-inner .details .btn-arrow {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  bottom: -25px;
  left: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-blog-inner .details .btn-arrow:hover {
  background: var(--heading-color);
}
.single-blog-inner:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-blog-inner:hover .details .btn-arrow {
  visibility: visible;
  opacity: 1;
}
.single-blog-inner:hover .details .read-more-arrow {
  color: var(--main-color);
}
.single-blog-inner.text-center .details .btn-arrow {
  margin-left: -25px;
}

.blog-thumb-slider {
  position: relative;
}
.blog-thumb-slider .owl-nav button {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  border: 0;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  margin-top: -30px;
}
.blog-thumb-slider .owl-nav button.owl-prev {
  left: 0;
}
.blog-thumb-slider .owl-nav button.owl-next {
  right: 0;
}

.single-blog-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.single-blog-flex .thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 10px;
}
.single-blog-flex .thumb img {
  border-radius: 10px;
}
.single-blog-flex .details {
  margin-left: 30px;
}
.single-blog-flex .details h3 {
  color: #fff;
  margin-bottom: 15px;
}
.single-blog-flex .details ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.single-blog-flex .details ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  margin-right: 30px;
}
.single-blog-flex .details ul li i, .single-blog-flex .details ul li svg {
  color: var(--main-color-2);
  margin-right: 10px;
}
.single-blog-flex .details ul li:last-child {
  margin-right: 0;
}
.single-blog-flex .details p {
  color: #fff;
  margin-bottom: 30px;
}

/******** blog-details-page-content ***********/
.blog-details-page-content .single-blog-inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
}
.blog-details-page-content .single-blog-inner .thumb {
  border-radius: 5px;
  position: relative;
}
.blog-details-page-content .single-blog-inner .thumb:after {
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  border: 10px solid rgba(0, 42, 84, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.blog-details-page-content .single-blog-inner .thumb img {
  border-radius: 5px;
}
.blog-details-page-content .single-blog-inner .details {
  padding: 30px 0 0;
}
.blog-details-page-content .single-blog-inner .details .blog-meta li {
  color: #fff;
}
.blog-details-page-content .single-blog-inner .details .blog-meta li i, .blog-details-page-content .single-blog-inner .details .blog-meta li svg {
  color: var(--main-color-2);
}
.blog-details-page-content .single-blog-inner .details h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog-details-page-content .single-blog-inner .details p {
  margin-bottom: 13px;
}
.blog-details-page-content .single-blog-inner .details span {
  color: #fff;
}
.blog-details-page-content .single-blog-inner .details .ratting-inner {
  margin-bottom: 10px;
  margin-top: 15px;
}
.blog-details-page-content .single-blog-inner .details .ratting-inner .ratting-count {
  background: #F01111;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
}
.blog-details-page-content .single-blog-inner .details .progress-counter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-page-content .single-blog-inner .details .progress-counter-inner .single-progress-counter {
  text-align: center;
  margin-right: 8px;
}
.blog-details-page-content .single-blog-inner .details .circle_percent {
  font-size: 80px;
  width: 1em;
  height: 1em;
  position: relative;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 20px;
}
.blog-details-page-content .single-blog-inner .details .circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}
.blog-details-page-content .single-blog-inner .details .round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8D35), to(#F01111));
  background: linear-gradient(#FF8D35, #F01111);
  clip: rect(0 1em 1em 0.5em);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 1.05s;
  transition: 1.05s;
}
.blog-details-page-content .single-blog-inner .details .percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}
.blog-details-page-content .single-blog-inner .details .percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8D35), to(#F01111));
  background: linear-gradient(#FF8D35, #F01111);
  content: "";
}
.blog-details-page-content .single-blog-inner .details .circle_inbox {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}
.blog-details-page-content .single-blog-inner .details .percent_text {
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: #1D1D1B;
}
.blog-details-page-content .single-blog-inner .details .btn-area {
  margin-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.blog-details-page-content .single-blog-inner .details h4.subtitle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-details-page-content .single-blog-inner .details .list-inner {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 38px;
}
.blog-details-page-content .single-blog-inner .details .list-inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.blog-details-page-content .single-blog-inner .details .list-inner li .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}
.blog-details-page-content .single-blog-inner .details .list-inner li h4 {
  color: #fff;
  margin-bottom: 15px;
}

/*********** tag-and-share ************/
.blog-tag-area {
  background: #172e68;
  border-radius: 5px;
  padding: 24px 30px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.blog-tag-area ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.blog-tag-area ul li {
  display: inline-block;
  list-style: none;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #071C53;
  margin-right: 15px;
  color: #F3F3F3;
  padding: 0 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-tag-area ul li:hover {
  background: var(--main-color);
}
.blog-tag-area ul li:hover a {
  color: #fff;
}
.blog-tag-area ul li:last-child {
  margin-right: 0;
}

.blog-share-area {
  background: #172e68;
  border-radius: 5px;
  padding: 24px 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-share-area ul {
  margin: 0;
  padding: 0;
  margin-left: auto;
  display: inline-block;
}
.blog-share-area ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  color: #F3F3F3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-share-area ul li:hover a {
  color: var(--main-color);
}
.blog-share-area ul li:last-child {
  margin-right: 0;
}

.blog-author-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #172e68;
  border-radius: 10px;
  padding: 20px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-author-area .thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}
.blog-author-area h4 {
  color: #fff;
  margin-bottom: 12px;
}
.blog-author-area .social-media li {
  margin-right: 15px;
}
.blog-author-area .social-media li a {
  background: transparent;
  color: #fff;
  width: auto;
  height: auto;
  line-height: inherit;
}

/******* blog-comment *******/
.blog-comment {
  padding-bottom: 30px;
  background: #172e68;
  border-radius: 10px;
  padding: 47px 50px 10px;
}
.blog-comment h4 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 13px;
  margin-bottom: 50px;
}
.blog-comment .media {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-comment .media .thumb {
  border-radius: 50%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.blog-comment .media .thumb:after {
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  border: 5px solid rgba(0, 42, 84, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.blog-comment .media .thumb img {
  border-radius: 5px;
}
.blog-comment .media a {
  margin-right: 25px;
}
.blog-comment .media a img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
}
.blog-comment .media .media-body h5 {
  margin-bottom: 12;
  color: #F3F3F3;
  font-weight: 400;
}
.blog-comment .media .media-body .date {
  font-size: 14px;
  margin-left: 20px;
}
.blog-comment .media .media-body .date i, .blog-comment .media .media-body .date svg {
  margin-right: 6px;
}
.blog-comment .media .media-body p {
  color: #f3f3f3;
  margin-bottom: 12px;
}
.blog-comment .media .media-body .btn-reply {
  color: #F3F3F3;
}
.blog-comment .media .media-body .btn-reply span {
  height: 27px;
  width: 27px;
  text-align: center;
  line-height: 27px;
  background: #071C53;
  display: inline-block;
  color: #B3B3B3;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 12px;
}

.blog-comment-form {
  padding-bottom: 30px;
  background: #172e68;
  border-radius: 10px;
  padding: 47px 50px 100px;
  margin-top: 50px;
}
.blog-comment-form h4 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 13px;
  margin-bottom: 50px;
}
.blog-comment-form p {
  margin-bottom: 42px;
}
.blog-comment-form .single-input-inner input,
.blog-comment-form .single-input-inner textarea {
  background: #071C53;
}

/********* about section **********/
.bg-relative .shape-img-animate {
  position: absolute;
  width: 150px;
}
.bg-relative .animate-img-1 {
  left: -30px;
  top: 70px;
}
.bg-relative .animate-img-2 {
  right: -70px;
  top: 20%;
}
.bg-relative .animate-img-3 {
  right: 0;
  top: 0;
}

@media all and (max-width: 575px) {
  .banner-inner .animate-img-1 {
    width: 100px;
  }

  .b-animate-thumb .animate-img-1 {
    width: 100px;
  }

  .bg-relative .animate-img-1 {
    width: 100px;
  }
  .bg-relative .animate-img-2 {
    width: 100px;
  }
  .bg-relative .animate-img-3 {
    width: 100px;
  }
  .bg-relative .animate-img-4 {
    width: 100px;
  }
  .bg-relative .animate-img-5 {
    width: 100px;
  }
}
/*--------------------------------------------------
    ##Footer
---------------------------------------------------*/
.footer-area {
  position: relative;
  padding-top: 120px;
}
.footer-area .single-subscribe-inner input {
  height: 55px;
  background: rgba(94, 53, 177, 0.5);
  border: 0;
  border-radius: 28px;
  color: #fff;
  padding: 0 158px 0 20px;
  font-weight: normal;
}
.footer-area .single-subscribe-inner input::-webkit-input-placeholder {
  color: #fff;
}
.footer-area .single-subscribe-inner input::-moz-placeholder {
  color: #fff;
}
.footer-area .single-subscribe-inner input:-ms-input-placeholder {
  color: #fff;
}
.footer-area .single-subscribe-inner input::-ms-input-placeholder {
  color: #fff;
}
.footer-area .single-subscribe-inner input::placeholder {
  color: #fff;
}
.footer-area .single-subscribe-inner .btn {
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  top: 0;
  right: 0;
}
.footer-area .social-media li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.footer-area .social-media li a:hover {
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  border-color: transparent;
}
.footer-area .widget {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.footer-area .widget-title {
  margin-bottom: 29px;
  position: relative;
  color: white;
}
.footer-area .widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 3px;
  width: 60px;
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
}
.footer-area .widget_about .thumb {
  margin-bottom: 20px;
}
.footer-area .widget_about .details p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}
.footer-area .widget_about .details p i,
.footer-area .widget_about .details p svg {
  margin-right: 10px;
}
.footer-area .widget_about .details .social-media {
  margin-top: 15px;
}
.footer-area .widget_contact ul {
  padding: 0;
}
.footer-area .widget_contact ul li {
  color: rgba(255, 255, 255, 0.9);
}
.footer-area .widget_contact ul li i {
  color: rgba(255, 255, 255, 0.9);
}
.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.footer-area .widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}
.footer-area .widget_nav_menu ul li:hover:after {
  background: var(--main-color);
}

.footer-middle {
  background-size: cover;
  padding-bottom: 20px;
}

.footer-bottom {
  padding: 23px 0;
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
.footer-bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}
.footer-bottom p span {
  color: var(--main-color);
}

.footer-area-2 {
  padding-top: 95px;
}

.home-3 {
  --main-color: #45AAF2;
  --heading-color: #fff;
  --paragraph-color: #A0B3E2;
  --body-font: "Exo", sans-serif;
  --heading-font: "Exo", sans-serif;
  --archivo-font: "Archivo", sans-serif;
  --metal-font: "Metal Mania", cursive;
  --body-font-size: 16px;
  --line-height30: 1.7;
}
.home-3 h1 {
  font-size: 72px;
  line-height: 82px;
}
.home-3 .btn {
  border-radius: 4px;
}
.home-3 .navbar-area .nav-container {
  padding: 25px 15px;
}
.home-3 .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover:before, .home-3 .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover:after {
  background: var(--main-color);
}
.home-3 .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color);
}
.home-3 .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  right: auto;
  left: 0;
  background: var(--main-color) !important;
}
.home-3 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a::after {
  display: none;
}
.home-3 .navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child a:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
  right: auto;
  background: #fff;
}
.home-3 .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  position: relative;
  font-weight: 500;
  font-size: 18px;
}
.home-3 .navbar-area .nav-container .navbar-collapse .navbar-nav li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 0%;
  background: var(--main-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 0;
}
.home-3 .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: var(--main-color);
}
.home-3 .nav-right-part .btn {
  padding: 0 26px;
  height: 44px;
  line-height: 44px;
}
.home-3 .sticky-active {
  background: #0B215B;
}
.home-3 .sticky-active .nav-container {
  padding: 11px 15px;
}
.home-3 .section-title .title {
  font-size: 42px;
  line-height: 52px;
}
.home-3 .process-area {
  background: #172E68;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 16px;
  padding: 90px 100px 65px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-bottom: -290px;
}
.home-3 .single-process-wrap {
  margin-bottom: 30px;
  position: relative;
}
.home-3 .single-process-wrap span {
  width: 150px;
  position: absolute;
  -webkit-transform: translate(50%, 0px);
          transform: translate(50%, 0px);
  right: 0;
  top: 0;
}
.home-3 .single-process-wrap span.arrow-up {
  top: 85px;
  right: -15px;
}
.home-3 .single-process-wrap img {
  margin-bottom: 30px;
}
.home-3 .single-process-wrap h4 {
  margin-bottom: 20px;
}
.home-3 .single-process-wrap p {
  margin-bottom: 0;
}
.home-3 .video-area-inner {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
}
.home-3 .video-area-inner .video-play-btn {
  position: absolute;
  right: 50%;
  top: 50%;
  background: linear-gradient(270.51deg, #FA6514 1.45%, #E32004 98.52%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 36px;
  color: #fff;
}
.home-3 .video-area-inner .video-play-btn i, .home-3 .video-area-inner .video-play-btn svg {
  margin-left: 5px;
}
.home-3 .video-area-inner .video-play-btn:before, .home-3 .video-area-inner .video-play-btn:after {
  display: none;
}

.banner-3 {
  background-position: center;
  background-size: cover;
}
.banner-3 .banner-inner {
  padding: 309px 0 200px;
}
.banner-3 .banner-inner h1 {
  font-family: var(--metal-font);
  font-weight: 400;
}
.banner-3 .banner-inner p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 25px;
  color: var(--paragraph-color);
}
.banner-3 .banner-inner .btn-wrap {
  margin-top: 40px;
}

.about-area-3 {
  padding-bottom: 242px;
}

.fact-area-3 {
  margin-bottom: -60px;
}

.single-fact-inner-3 {
  background: #0B215B;
  border-radius: 16px;
  padding: 50px 0 45px 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-bottom: 30px;
}
.single-fact-inner-3 .thumb {
  margin-bottom: 25px;
}
.single-fact-inner-3 h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.single-fact-inner-3 p {
  font-weight: 600;
  margin-bottom: 0;
}

.predict-area {
  padding-bottom: 380px;
}

.predict-table {
  margin-top: 20px;
}
.predict-table table {
  border-collapse: separate;
  border-spacing: 0 30px;
  margin-bottom: 0;
}
.predict-table table tbody tr {
  background: #172E68;
  border-radius: 16px;
}
.predict-table table tbody tr td {
  border: 0;
  padding: 0;
  vertical-align: middle;
}
.predict-table table tbody tr td:first-child {
  border-radius: 16px 0 0 16px;
}
.predict-table table tbody tr td:last-child {
  border-radius: 0 16px 16px 0;
}
.predict-table table tbody tr td .btn-wrap {
  margin-right: 50px;
  text-align: end;
}
.predict-table table tbody tr .table-space {
  height: 30px;
  background: transparent;
  width: 100%;
  display: block;
}
.predict-table table tbody .predict-title {
  padding: 44px 0 44px 40px;
  position: relative;
}
.predict-table table tbody .predict-title:after {
  content: "";
  position: absolute;
  height: 54px;
  width: 2px;
  background: rgba(161, 179, 227, 0.1);
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.predict-table table tbody .predict-title h4 {
  font-size: 24px;
  margin-bottom: 12px;
}
.predict-table table tbody .predict-title span.date {
  font-size: 16px;
  font-weight: 600;
  color: #C9C5D4;
}
.predict-table table tbody .predict-title span.date i, .predict-table table tbody .predict-title span.date svg {
  margin-right: 10px;
}
.predict-table table tbody .match-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  position: relative;
  width: 378px;
}
.predict-table table tbody .match-schedule:after {
  content: "";
  position: absolute;
  height: 54px;
  width: 2px;
  background: rgba(161, 179, 227, 0.1);
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.predict-table table tbody .match-schedule .verses {
  font-size: 30px;
  font-weight: 700;
  padding: 0 40px;
  color: var(--main-color);
}

.photo-slider-2,
.photo-slider {
  margin-bottom: 30px;
}
.photo-slider-2 .owl-nav,
.photo-slider .owl-nav {
  display: none;
}

.leaderboard-area {
  background-position: center;
  background-size: contain;
}

.leaderboard-table {
  background: #0F2662;
  padding: 0 15px;
  border-radius: 12px;
}
.leaderboard-table .title {
  font-size: 20px;
  font-weight: 700;
  padding: 30px 15px 25px;
  margin-bottom: 0px;
}
.leaderboard-table table {
  margin-bottom: 7px;
  min-width: 425px;
}
.leaderboard-table table thead {
  background: rgba(74, 100, 167, 0.1);
  border: 0;
}
.leaderboard-table table thead tr {
  border: 0;
}
.leaderboard-table table thead tr th {
  border: 0;
  font-size: 14px;
  font-weight: 700;
  color: #6D83BB;
  padding: 13.5px 15px;
}
.leaderboard-table table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 62px;
  vertical-align: middle;
}
.leaderboard-table table tbody tr:last-child {
  border: 0;
}
.leaderboard-table table tbody tr:last-child td {
  border: 0;
}
.leaderboard-table table tbody tr td {
  color: #F0F4FF;
  font-weight: 600;
}
.leaderboard-table table tbody tr td .prediction-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leaderboard-table table tbody tr td .prediction-wrap img {
  margin-right: 12px;
}
.leaderboard-table table tbody tr td.prediction-amount, .leaderboard-table table tbody tr td.prediction-time {
  color: #A0B3E2;
  font-weight: 400;
}

.testimonial-slider-2 .owl-nav {
  display: none;
}
.testimonial-slider-2 .owl-dots {
  text-align: center;
  margin-top: 45px;
}
.testimonial-slider-2 .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 0;
  background: rgba(72, 123, 255, 0.3);
  padding: 0;
  margin: 0 7.5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.testimonial-slider-2 .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background: #487BFF;
}
.testimonial-slider-2 .single-testimonial-inner {
  background: #172E68;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 40px;
}
.testimonial-slider-2 .single-testimonial-inner .thumb {
  margin-bottom: 15px;
  border: 0;
}
.testimonial-slider-2 .single-testimonial-inner .thumb img {
  width: auto;
  border-radius: 50%;
  margin: auto;
}
.testimonial-slider-2 .single-testimonial-inner .rating-inner {
  color: #FFB84D;
  font-weight: 600;
  margin-bottom: 7px;
}
.testimonial-slider-2 .single-testimonial-inner span {
  color: #8DA2D7;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--archivo-font);
}
.testimonial-slider-2 .single-testimonial-inner .name {
  color: #F0F4FF;
  font-weight: 700;
  font-size: 18px;
  margin: 10px 0;
}
.testimonial-slider-2 .single-testimonial-inner p {
  font-size: 14px;
  font-weight: 400;
  color: #8DA2D7;
  margin-bottom: 25px;
}
.testimonial-slider-2 .single-testimonial-inner .icon-inner span {
  font-weight: 600;
  font-size: 14px;
  color: #F0F4FF;
}

.single-blog-inner-2 {
  background: #0D2564;
  border-radius: 8px;
  margin-bottom: 30px;
}
.single-blog-inner-2:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-blog-inner-2 .thumb {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.single-blog-inner-2 .thumb img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-blog-inner-2 .details {
  padding: 25px 30px;
}
.single-blog-inner-2 .details h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.single-blog-inner-2 .details .meta {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}
.single-blog-inner-2 .details .meta li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #A0B3E2;
  margin-right: 30px;
}
.single-blog-inner-2 .details .meta li:last-child {
  margin-right: 0;
}
.single-blog-inner-2 .details .meta li i, .single-blog-inner-2 .details .meta li svg,
.single-blog-inner-2 .details .meta li img {
  margin-right: 10px;
}
.single-blog-inner-2 .details .meta li i, .single-blog-inner-2 .details .meta li svg {
  color: #fff;
}
.single-blog-inner-2 .details p {
  margin-bottom: 20px;
}
.single-blog-inner-2 .details .read-more-text {
  color: #fff;
}
.single-blog-inner-2 .details .read-more-text:after {
  background: #fff;
}

.footer-cta-inner {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 65px 70px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-bottom: -234px;
  z-index: 9999;
}

.footer-area-3 {
  padding-top: 242px;
}
.footer-area-3 .footer-bottom {
  margin-top: 70px;
  padding: 17px 0 16px;
}
.footer-area-3 .footer-bottom p {
  margin-bottom: 0;
}
.footer-area-3 .widget {
  margin-bottom: 50px;
}
.footer-area-3 .widget-title {
  font-size: 20px;
  margin-bottom: 30px;
}
.footer-area-3 .single-subscribe-inner {
  position: relative;
}
.footer-area-3 .single-subscribe-inner input {
  height: 70px;
  border: 0;
  width: 100%;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 70px 0 25px;
  font-weight: normal;
  background: #172E68;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
}
.footer-area-3 .single-subscribe-inner input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-area-3 .single-subscribe-inner input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-area-3 .single-subscribe-inner input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-area-3 .single-subscribe-inner input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-area-3 .single-subscribe-inner input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-area-3 .single-subscribe-inner .btn {
  height: 50px;
  width: 50px;
  line-height: 50px;
  top: 10px;
  right: 10px;
  position: absolute;
  background: #45AAF2;
  -webkit-box-shadow: 0px 10px 30px rgba(99, 213, 203, 0.15);
          box-shadow: 0px 10px 30px rgba(99, 213, 203, 0.15);
  border-radius: 6px;
  padding: 0;
}
.footer-area-3 .social-media li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.footer-area-3 .social-media li a:hover {
  background: var(--main-color);
  border-color: transparent;
}
.footer-area-3 .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.footer-area-3 .widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  color: #A0B3E2;
}
.footer-area-3 .widget_nav_menu ul li:hover:after {
  background: var(--main-color);
}

.signup-area {
  padding-bottom: 220px;
}

.single-plan-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #172e68;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 40px 40px 40px 0;
  margin-left: 45px;
  margin-bottom: 30px;
  position: relative;
}
.single-plan-wrap .thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  z-index: 0;
  background: #172e68;
  border-radius: 50%;
}
.single-plan-wrap .thumb:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -6px;
  left: -6px;
  height: 97px;
  width: 48px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  background: transparent;
  display: inline-block;
  margin: 0 1em 1em 0;
  z-index: -1;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.single-plan-wrap .details {
  margin-left: -13px;
}

.predict-team-list {
  margin: 0;
  padding: 0;
}
.predict-team-list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  background: url(../img/home-3/team/bg.png);
  background-position: center;
  background-size: cover;
  padding: 0 30px;
  margin-bottom: 30px;
}
.predict-team-list li .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.predict-team-list li .media .details h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.predict-team-list li .media .details h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.predict-team-list li .custom-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}
.predict-team-list li .match-time {
  background: url(../img/home-3/team/bg-2.png);
  background-position: center;
  background-size: cover;
  padding: 35px 0 45px;
  border-radius: 25px;
}
.predict-team-list li .match-time h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 5px;
}
.predict-team-list li .match-time h6 {
  font-size: 16px;
  font-weight: 600;
  color: #C9C5D4;
  margin-bottom: 25px;
}
.predict-team-list li .match-time .btn {
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
}

.accordion-item {
  background: #172E68;
  border-radius: 5px;
  margin-bottom: 25px;
}
.accordion-item .accordion-header .accordion-button {
  color: #fff;
  border: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  height: 70px;
  padding: 0 30px;
}
.accordion-item .accordion-header .accordion-button:after {
  -webkit-filter: brightness(99);
          filter: brightness(99);
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #172E68;
}
.accordion-item .accordion-body {
  padding: 0 30px 30px;
}

.single-payment-wrap {
  text-align: center;
  background: #0B215B;
  border-radius: 16px;
  padding: 30px 30px 35px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
}
.single-payment-wrap .thumb {
  margin-bottom: 20px;
}
.single-payment-wrap .thumb img {
  border-radius: 10px;
}
.single-payment-wrap .details h4 {
  margin-bottom: 20px;
}
.single-payment-wrap .details a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(98.73deg, #007DDD 1.45%, #2738A9 50.31%, #5E276C 105.69%);
}

.payment-gateway-check {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
.payment-gateway-check .form-check-input {
  position: absolute;
  left: 30px;
  margin: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 32px;
}
.payment-gateway-check .form-check-label {
  display: block;
}
.payment-gateway-check .form-check-label h6 {
  text-align: left;
  color: #030303;
  margin-left: 28px;
  font-size: 20px;
}
.payment-gateway-check .form-check-label p {
  margin-bottom: 0;
}

.right_conatct_social_icon{
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.contact_us{
    background-color: fff;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    /* box-shadow: 20px 22px 44px #cccc; */
    border-radius: 25px;
    box-shadow: 20px 22px 44px 29px #cccc;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 420px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
    color: white;
}

.info_single{
    margin: 30px 0px;
    color: white;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 7px;
}

button.contact_form_submit {
    background: rgb(0,140,165);
    background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

button.clients_submit {
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}





section {
  padding: 60px 0;
  min-height: 100vh;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}.bg-gray {
  background-color: #fff;
}

.site-heading h2 {
display: block;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
}

.site-heading h2 span {
color: #008CA5;
}

.site-heading h3 span {
  color: #008CA5;
  }

.site-heading h4 {
display: inline-block;
padding-bottom: 20px;
position: relative;
/* text-transform: capitalize; */
z-index: 1;
}

.site-heading h4::before {
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
margin-bottom: 60px;
overflow: hidden;
margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
margin: -15px -15px 0;
padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
background: #ffffff none repeat scroll 0 0;
border: 2px solid;
height: 15px;
margin: 0 5px;
width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
background: #00a01d none repeat scroll 0 0;
border-color: #00a01d;
}

.we-offer-area .item {
background: #ffffff none repeat scroll 0 0;
border-left: 2px solid #00a01d;
-moz-box-shadow: 0 0 10px #cccccc;
-webkit-box-shadow: 0 0 10px #cccccc;
-o-box-shadow: 0 0 10px #cccccc;
box-shadow: 0 0 10px #cccccc;
overflow: hidden;
padding: 30px;
position: relative;
z-index: 1;
}

.we-offer-area.text-center .item {
background: #ffffff none repeat scroll 0 0;
border: medium none;
padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
background: #00a01d none repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
font-size: 40px;
height: 80px;
line-height: 80px;
position: relative;
text-align: center;
width: 80px;
z-index: 1;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
border: 2px solid #00a01d;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "";
height: 90px;
left: -5px;
position: absolute;
top: -5px;
width: 90px;
z-index: -1;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
font-family: "Poppins",sans-serif;
font-size: 50px;
font-weight: 900;
opacity: 0.1;
position: absolute;
right: 30px;
top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
color: #ffffff;
}

.we-offer-area .item i {
color: #00a01d;
display: inline-block;
font-size: 60px;
margin-bottom: 20px;
}

.we-offer-area .item h4 {
font-weight: 600;
text-transform: capitalize;
}

.we-offer-area .item p {
margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
background: rgb(0,140,165);
background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
content: "";
height: 100%;
left: -100%;
position: absolute;
top: 0;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
width: 100%;
z-index: -1;
}

.we-offer-area .item:hover::after {
left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
background-color: #ffffff !important;
color: #00a01d !important;
}

.we-offer-area.text-left .item i {
background: #00a01d none repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
display: inline-block;
font-size: 60px;
height: 100px;
line-height: 100px;
margin-bottom: 30px;
position: relative;
width: 100px;
z-index: 1;
text-align: center;
}

.we-offer-area.text-left .item i::after {
border: 2px solid #00a01d;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "";
height: 120px;
left: -10px;
position: absolute;
top: -10px;
width: 120px;
}


/*--thank you pop starts here--*/
.thank-you-pop{
  width: 100%;
  padding: 235px;
  text-align: center;
}
.thank-you-pop img{
	width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.thank-you-pop h1{
	font-size: 42px;
    margin-bottom: 25px;
	color:#5C5C5C;
}
.thank-you-pop p{
	font-size: 20px;
    margin-bottom: 27px;
 	color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
	font-size: 25px;
    margin-bottom: 40px;
	color:#222;
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	border:2px dashed #222;
	clear:both;
	font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
	color:#03A9F4;
}
.thank-you-pop a{
	display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
	margin-right:5px;
	color:#fff;
}
#ignismyModal .modal-header{
    border:0px;
}
/*--thank you pop ends here--*/


.container-products{
  /* width: 1283px; */
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  --bs-gutter-x: 5.5rem;
}

.container-products .card{
  position: relative;
}

.container-products .card .face{
  width:300px;
  height: 215px;
  transition:.4s;
  
}

.container-products .card .face.face1{
  position: relative;
  /* background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%); */
  display: flex;
  justify-content: center;
  align-content:center;
  align-items: center;
  z-index: 1;
  border-radius: 13px;
  background-image: url("/assets/img/puzzle/hexagon1.svg");
  background-position: 54% 134%;
  background-repeat: no-repeat;
  margin: 0px 0px 50px 0px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.container-products .card .face.face3{
  position: relative;
  /* background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%); */
  display: flex;
  justify-content: center;
  align-content:center;
  align-items: center;
  z-index: 1;
  border-radius: 13px;
  background-image: url("/assets/img/puzzle/BUTTON_SAIT_vLIGHT_BLUE.svg");
  background-position: 54% 134%;
  background-repeat: no-repeat;
  margin: 0px 0px 50px 0px;
}

.container-products .card .face.face4{
  position: relative;
  /* background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%); */
  display: flex;
  justify-content: center;
  align-content:center;
  align-items: center;
  z-index: 1;
  border-radius: 13px;
  background-image: url("/assets/img/puzzle/BUTTON_SAIT_vGREEN.svg");
  background-position: 54% 134%;
  background-repeat: no-repeat;
  margin: 0px 0px 50px 0px;
}

.container-products .card .face.face5{
  position: relative;
  /* background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%); */
  display: flex;
  justify-content: center;
  align-content:center;
  align-items: center;
  z-index: 1;
  border-radius: 13px;
  background-image: url("/assets/img/puzzle/BUTTON_SAIT_vRED.svg");
  background-position: 54% 134%;
  background-repeat: no-repeat;
  margin: 0px 0px 50px 0px;
}

.container-products .card .face.face6{
  position: relative;
  /* background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%); */
  display: flex;
  justify-content: center;
  align-content:center;
  align-items: center;
  z-index: 1;
  border-radius: 13px;
  background-image: url("/assets/img/puzzle/BUTTON_SAIT_vYELLOW.svg");
  background-position: 54% 134%;
  background-repeat: no-repeat;
  margin: 0px 0px 50px 0px;
}

.container-products .card:hover .face.face1{
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}


.container-products .card .face.face1 .contentproducts{
  /* opacity: .2; */
  transition:  0.5s;
  text-align: center;
}

.container-products .card:hover .face.face1 .contentproducts{
  opacity: 1;
 
}

.container-products .card .face.face1 .contentproducts i{
  font-size: 3em;
  color: white;
  display: inline-block;
}

.container-products.card .face.face1 .contentproducts h3{
  font-size: 1em;
  color: white;
  text-align: center;
}

.container-products .card .face.face1 .contentproducts a{
   transition: .5s;
}

.container-products .card .face.face2{
   position: relative;
   background: whitesmoke;
   display: flex;
   /* align-items: center; */
   justify-content: center;
   padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0,0,0,.8);
  transform: translateY(-100px);
  border-radius: 13px;
}

.container-products .card:hover .face.face2{
    transform: translateY(0);
    z-index: 9;

}

.container-products .card .face.face2 .contentproducts {
  font-size: 10pt;
  margin: 0 ;
  padding: 0;
  color:black;
  font-weight: 800;
}

.container-products .card .face.face2 .contentproducts a{
  text-decoration:none;
  color: black;
  box-sizing: border-box;
  /* outline : 1px dashed #333; */
  padding: 3px;
  /* margin: 15px 0 0; */
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
}

.container-products .card .face.face2 .contentproducts a:hover{
  /* background: #333 ; */
  color: whitesmoke; 
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
  background: rgb(0,140,165);
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
}

.textproducts h3{
  color: white;
  font-size: 22px;
  text-shadow: 0px 1px 2px #000000;
}

.textproducts h4{
  color: white;
  font-size: 21px;
  text-shadow: 0px 1px 2px #000000;
}

.textproducts h6{
  color: white;
  font-size: 20px;
  text-shadow: 0px 1px 2px #000000;
}


.cardpic{
  max-width: 45px; 
  transform: translateY(-5px);
  /* box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25); */
  padding: 0 0 12px 0px;
}


/* TEST */

.sg-providers-filter {
  padding: 25px 15px;
  background: #e8f8f7;
  margin: 0 0 20px;
}

.sg-providers-filter__sort-name {
  margin-right: 15px;
  color: #315459;
}

.sg-form-select {
  display: inline-block;
  position: relative;
  font-size: .9rem;
}

.sg-form-select__select {
  position: relative;
  cursor: pointer;
  background: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  text-align: left;
  min-width: 150px;
  border: 1px solid #ebebeb;
}

.sg-form-select__arrow {
  position: absolute;
  right: 10px;
  top: calc(50% - 1px);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-size: .7rem;
}

.sg-form-select__dropdown {
  position: absolute;
  display: none;
  top: 160%;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px #c1c1c1;
  box-shadow: 0 8px 10px #c1c1c1;
  border-radius: 6px;
  width: 220px;
  padding: 15px;
  border: 1px solid #fff;
}

.sg-form-select__item:first-child {
  margin: 0;
}

.sg-form-select__item {
  cursor: pointer;
  margin: 10px 0 0;
}

.sg-form-select__native {
  display: none;
}

.sg-providers .sg-loader {
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.sg-loader--roller {
  width: 80px;
  height: 80px;
}

.sg-loader {
  display: none;
  position: absolute;
  z-index: 20;
}


.sg-loader--roller div {
  -webkit-animation: 1.2s cubic-bezier(.5,0,.5,1) infinite lds-roller;
  animation: 1.2s cubic-bezier(.5,0,.5,1) infinite lds-roller;
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
}

.layout-selector {
  background-color: #fff;
  display: grid;
  grid-template-rows: min-content;
  grid-auto-flow: row;
  grid-gap: 0;
  margin: 0 -20%;
  grid-template-columns: repeat(3,6fr);
  padding-top: 50px;
}

/* Create three equal columns that floats next to each other */
/*.coverage-table .continent {*/
 /* display: none;*/ /* Hide columns by default */
/*}*/

/* The "show" class is added to the filtered elements */
/*.coverage-table .show {
  display: block;
}*/

.logo-selector {
  display: grid;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-auto-flow: row;
  grid-gap: 0;
  padding: 65px;
  margin: 0 -30%;
  grid-template-columns: repeat(5,1fr);
}

/* Create three equal colunms that floats next to each other */
.logo-selector .column {
  display: none; /* Hide columns by default*/ 
} 

/* The "show" class is added to the filtered elements */ 
.logo-selector .show {
  display: block;
} 

.logo-selector .card {
  background-color: #fff;
  border-radius: 0;
  font-size: 10px;
  grid-column: auto;
  margin-top: -2px;
  margin-right: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media all and (max-width: 767px) {
	.logo-selector {
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    grid-auto-flow: row;
    grid-gap: 0;
    padding: 0;
    margin: 0 -25%;
    grid-template-columns: repeat(5,1fr);
    display: contents;
  }
}

@media (max-width: 1030px){
  .layout-selector {
    display: grid;
    grid-template-rows: min-content;
    grid-auto-flow: row;
    margin: 0 -5%;
    grid-template-columns: repeat(3,6fr);
    padding-top: 30px;
  }
}
@media (max-width: 823px){
  .layout-selector {
    grid-template-rows: -webkit-min-content;
    display: block;
    padding: 0;
    margin-left: 90px;
  }
}
@media (max-width: 540px){
  .layout-selector {
    display: block;
    margin: 0 0.5%;
    padding: 0;
    width: 500px;
  }
}
@media (max-width: 420px) {
  .layout-selector {
    grid-template-rows: -webkit-min-content;
    display: contents;
    padding: 0; 
  }
}

#multi-services{
  background: #fff;
  /*height: 100vh;*/
  position: relative;
  padding-top: 25vh;
}

#our-services {
  background: #f6f6f6;
  min-height: 90vh;
  padding-top: 25vh;
}

/* OUR SEERVICES LEFT SIDE */

#our-services .desc {
  width: 33%;
  float: left;
  text-align: justify;
}

#our-services .desc .heading1 h1 {
  /* text-transform: uppercase; */
  font-weight: bold;
  /* letter-spacing: 1.4px; */
  margin-bottom: 30px;
  font-size: 54px;
}

#our-services .desc .text1 {
  color: #000;
  letter-spacing: 1px;
}

/* OUR SERVICES RIGHT SIDE */

#our-services .services {
  width: 35%;
  float: right;
  margin-top: 50px;
}

#our-services .services .column {
  float: left;
  margin-right: 60px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#our-services .services .column .service {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  /* background: #FFFFFF; */
  background-image: url(/assets/img/bgprod3.jpg);
  background-position: 165% 134%;
  transition: all 0.1s ease;
  margin-bottom: 7px;
  box-shadow: 0px 0px 6px 0px #000000;
}

/* #our-services .services .column .service:hover {
  background: #28282e;
  color: #fff;
}

#our-services .services .column .service:hover .service-icon {
  color: #fff;
} */

#our-services .services .column .service .service-desc {
  transform: rotate(-45deg);
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

#our-services .services .column .service .service-desc .service-icon  {
  font-size: 20px;
  margin-bottom: 5px;
  color: white;
}



/* end of our services section */

/* media query */

@media all and (max-width: 967px) {
  #our-services {
      padding-top: 60px;
  }
  
  #our-services .desc {
      width: 100%;
      float: none;
      margin-bottom: 30px;
  }
  
  #our-services .services {
    width: 81%;
  }
  
  #our-services .services .column {
      transform: rotate(0deg);
      margin-right: 10px;
  }
  
  #our-services .services .column .service .service-desc {
      transform: rotate(0deg);
  }

  .pd-top-100 {
    padding-top: 275px;
}
#our-services .desc .heading1 h1 {
  /* text-transform: uppercase; */
  font-weight: bold;
  /* letter-spacing: 1.4px; */
  margin-bottom: 30px;
  font-size: 53px;
  text-align: center;
}

}

/* .heading1 h1:after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background: #BABABA;
  margin-top: 4px;
  
} */

.clear-fix {
  clear: both;
}

.hidden {
  visibility: hidden !important;
}

.service-txt{
  color:white;
}

.sub-menu {
  display: none;
}

.current-menu-item:hover .sub-menu {
  display: block;
}

/* .menu-item-has-children:hover .sub-menu {
  display:block;
} */

#pres-services {
  background: #fff;
  position: relative;
  padding-top: 15vh;
  padding-bottom: 9vh;
}

.mainCards{
  display: flex;
  max-width: 98%;
  margin-left: 1%; 
  transition: 0.4s;
}

.test-img1{ 
  width: 1200px;
  height: 531px;
  border-radius: 20px;
  background-position: center;
}
.contentCard:not(.active) .test-img1{
  display: none; 
}

.mainCards .contentCard{
  background-position: center;
  position: relative; 
  width: 167px;
  height: 535px;
  margin: 6px;
  cursor: pointer;
  border-radius: 23px; 
  border: 2px solid rgb(0,140,165);
}

.mainCards .contentCard .cardLabel .cardInfo{
  display: flex;
  height: 120px;
  flex-direction: column;
}

.contentCard .cardLabel{
  display: flex;
  position: absolute;
}
.contentCard.active .cardLabel{
  display: none;
}

.contentCard:hover.active .cardLabel{
  display: block;
  padding: 26px 16px;
  border-radius: 23px;
  position: absolute;
  bottom: 3px;
  left: 7px;
  right: 7px;
  z-index: auto;
  backdrop-filter: blur(18px) brightness(70%);
  word-break: break-all;
}

.contentCard.active .hiddenText{
  display: none;
} 
.contentCard:not(.active) .hiddenText{
  display: none;
}

.contentCard:hover:not(.active) .hiddenText{ 
  border-radius: 20px;
  padding: 40px 71px;
  border-radius: 17px;
  display: flex;
  position: absolute;
  border-radius: 21px;
  bottom: -405px;
  left: 14px;
  z-index: auto;
  backdrop-filter: blur(20px) brightness(75%);
} 

.contentCard.active{
  flex-grow: 10000; 
  background-size: auto 100%;
}
.contentCard:hover:not(.active){
  transform: translateY(-6px);
}
.contentCard:not(.active) .cardInfo{
  opacity: 0;
}

.contentCard:not(.active) {
  background: url(/assets/img/layouts/pres.png);
  background-size: cover;
  opacity: 0.82;
  filter: brightness(86%);
}
.contentCard:not(.active) .longHead1{
  text-align: center;
  left: 25px; 
}
.contentCard:not(.active) .longHead2{
  text-align: center;
  left: 30px; 
}
.contentCard:not(.active) .longHead3{
  text-align: center;
  left: 35px; 
}
.contentCard:not(.active) .longHead4{
  text-align: center;
  left: 40px; 
}
.contentCard:not(.active) .longHead5{
  text-align: center;
  left: 10px; 
}

        /*5elemntsMob*/
@media(max-width: 1300px){
  .presContainer{
    -ms-scrollbar-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
  }
  .presContainer::-webkit-scrollbar{
    display: none;
  }
  .test-img1{
    width: 950px;
    height: 425px;
    border-radius: 20px;
    background-position: center;
  }
  .contentCard:not(.active) .test-img1{
    display: none;
  }
  .contentCard.active .test-img1{
    display: block;
  }
  .mainCards{
    display: table; 
    margin-left: -3px;
  }
  .mainCards .contentCard{ 
    width: 230px !important; 
    height: 254px !important; 
    margin: 20px !important;
  }
  .mainCards .contentCard.active{
    width: 950px !important;
    height: 430px !important;
  }
  .contentCard.active .cardLabel{
    display: block !important;
    border-radius: 20px !important;
    padding: 20px !important;
    bottom: 4px !important; 
    left: 5px;
    right: 5px; 
    backdrop-filter: blur(20px) brightness(80%) !important;
  }
  .contentCard:hover.active .cardLabel{
    bottom: 4px !important;
    left: 5px !important; 
    right: 5px !important;
    text-align:left !important;
  }
  .contentCard:hover:not(.active) .hiddenText{ 
    bottom: -155px; 
    left: 48px; 
    padding: 30px 70px !important; 
  }
  .contentCard:not(.active) .hiddenText{ 
    display: flex !important;
    padding: 30px 70px !important;
    position: absolute;
    text-align: center; 
    border-radius: 20px !important;
    bottom: -150px !important; 
    left: 44px !important; 
    backdrop-filter: blur(17px) brightness(90%) !important;
  }
  .mainCards .contentCard .cardLabel .cardInfo{
    height: 95px; 
  }
  .mainCards .contentCard h4{
    font-size: 17px !important;
    font-weight: 600 !important;
    top: 8px !important; 
  }
  .mainCards .contentCard p{
    font-size: 15px !important;
    font-weight: 550 !important;
    bottom: 10px !important;
  }
  .mainCards .contentCard .longText{
    font-size: 14px !important;
    bottom: -6px !important;
  }
  .mainCards .contentCard .shortText{
    bottom: 30px !important;
  }
  .mainCards .contentCard:not(.active) p{
    display: none;
  }
  .contentCard:not(.active) .longHead1{
    left: 35px !important; 
  }
  .contentCard:not(.active) .longHead2, .longHead3{ 
    left: 40px !important; 
  }
  .contentCard:not(.active) .longHead4{
    left: 47px !important;
  }
  .contentCard:not(.acitve) .longHead5{
    left: 25px !important; 
  }
}





       /*4elemntMob*/
/* @media(max-width: 1300px){
  .presContainer{ 
    -ms-scrollbar-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
  }
  .presContainer::-webkit-scrollbar{ 
    display: none; 
  }
  .test-img1{ 
    width: 950px;
    height: 450px;
    border-radius: 20px;
    background-position: center;
  }
  .contentCard:not(.active) .test-img1{
    display: none; 
  }
  .contentCard.active .test-img1{
    display: block;
  }
  .mainCards{
    display: table;
    margin-left: -1%;
  }
  .mainCards .contentCard{
    width: 180px !important;
    height: 200px !important;
    margin: 15px !important;
  }
  .mainCards .contentCard.active {
    width: 950px !important;
    height: 455px !important;
  }
  .contentCard:hover.active .cardLabel{
    display: block !important;
    padding: 6px !important;
    bottom: 4px !important;
    left: 5px; 
    right: 5px; 
    backdrop-filter: blur(17px) brightness(97%) !important;
  }
  .contentCard:hover:not(.active) .hiddenText{
    padding: 6px !important; 
    position: absolute !important;
    border-radius: 17px !important;
    bottom: -102px !important;
    left: 25px !important;
    right: 20px !important;
    backdrop-filter: blur(17px) brightness(84%);
  }
  .contentCard:not(.active) .hiddenText{
    color: black;
    font-weight: 640;
    text-align: center;
    padding: 6px; 
    border-radius: 17px;
    position: absolute;
    bottom: -102px;
    left: 25px;
    right: 20px;
    z-index: auto;
    backdrop-filter: blur(17px) brightness(97%);
    word-break: break-all;
  }
  .mainCards .contentCard .cardLabel .cardInfo{
    height: 90px !important;
  }
  .mainCards .contentCard h4{ 
    font-size: 22px !important;
    font-weight: 640 !important; 
  }
  .mainCards .contentCard p{
    font-size: 19px !important;
    font-weight: 580 !important;
  }
}
@media(max-width: 420px){
  .test-img1{
    width: 600px;
    height: 295px;
    border-radius: 20px;
    background-size:cover;
  }
  .mainCards .contentCard.active{
    width: 600px !important;
    height: 300px !important;
  }
} */


.mainCards .contentCard h4{ 
  color: #fff;
  font-size: 22px; 
  font-weight: 700;
  position: absolute;
  top: 10px;
}

.mainCards .contentCard p{
  color: #fff;
  font-size: 18px; 
  font-weight: 650;
  position: absolute;
  bottom: 25px;
}
.mainCards .contentCard .longText{
  bottom: -5px;
 }
.mainCards .contentCard .shortText{
  bottom: 45px;
}

/**End PresentationPage**/
/**NewsPage**/
.showNews-container {
  position: relative;
  height: 300px;
  width: 700px;
  left: calc(50% - 350px);
  display: flex;
}

.myNews {
  display: inline;
  transition: 0.4s ease-out;
  left: 0px;
}
.myNews:not(:first-child) {
  margin-left: -70px;
}
.myNews:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
}

.myNews:hover ~ .myNews {
  position: relative;
  left: 60px;
  transition: 0.4s ease-out;
}
.myNews:hover ~ .btn-load-news {
  position: relative;
  left: 20px;
  transition: 0.4s ease-out;
}

.more-features-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 100px 32px 184px 32px;
}

.more-features-content2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(458px, 1fr));
  gap: 25px;
  padding: 100px 32px 184px 32px;
}

@media (max-width: 666px) {
  .more-features-content {
    gap: 80px;
  }
  .more-features-content2 {
    gap: 80px;
  }
  .more-features-content2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 25px;
    padding: 100px 25px 184px 25px;
  }
}

/* @media (max-width: 376px) {
 
  .more-features-content2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
    gap: 25px;
    padding: 100px 0px 184px 5px;
  }
} */

@media (max-width: 375px) {
 
  .more-features-content2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
    gap: 25px;
    padding: 100px 32px 184px 5px;
  }
}

@media (max-width: 280px) {
  .more-features-content {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .more-features-content2 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.more-features-content .feature {
  position: relative;
  /* background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%); */
  background: linear-gradient(90deg, rgb(1 139 164) 0%, rgb(26 112 128) 56%, rgb(0 0 0) 100%);
  border-radius: 6px;
  background-color: black;
  box-shadow: 0px 0px 3px #000000;
}

.more-features-content2 .feature {
  position: relative;
  /* background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%); */
  background: linear-gradient(90deg, rgb(1 139 164) 0%, rgb(26 112 128) 56%, rgb(0 0 0) 100%);
  border-radius: 6px;
  background-color: black;
  box-shadow: 0px 0px 3px #000000;
}

.showNews-container .myNews {
  height: 450px; 
  width: 97%;
  position: relative;
  color: white;
  background: linear-gradient(90deg, rgb(1 139 164) 0%, rgb(26 112 128) 56%, rgb(0 0 0 ) 100%);
  border-radius: 5px;
  box-shadow: 0px 0px 3px #000000;
}
.showNews-container .myNews:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px 2px rgba(0,0,0,0.6);
}

.news-img {
  height: 400px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 830px){
  .news-img {
    height: 250px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
@media (max-width: 420px){
  .news-img {
    height: 220px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.country-details{
  display: flex;
  margin: 2px;
  padding: 4px;
  border-radius: 40px;
  margin-left: 23%;
  margin-top: 5rem;
}

.filter-header {
  text-align: center;
}
.btn-continent {
  font-size: 21px;
  font-weight: 400;
  margin: 8px;
}


.btn-continent:hover a, .btn-continent.active a{
  color: rgb(38,50,36);
}
.btn-continent a{
  color: #fff;
}
.btn-continent.active {
  font-size: 21px;
  font-weight: 500;
} 

@media (max-width: 1300px){
  .world {
    -ms-overflow-style: none; /*for Internet Explorer, Edge*/
    scrollbar-width: none; /*for Firefox*/
    overflow-y: scroll;
  }
  .world::-webkit-scrollbar{
    display: none; /*For Chrome, Safari, Opera*/
  }
}

@media (max-width: 960px){
  .world {
    /*overflow-x: auto;*/
    width: 100%;
    padding-left: 20px;
  }
  .world {
    -ms-overflow-style: none;/*for Internet Explorer, Edge */
    scrollbar-width: none; /*for Firefox */
    overflow-y: scroll;
  }
  .world::-webkit-scrollbar{
    display: none; /*for Chrome, Safari and Opera*/
  }
}

@media (max-width: 440px) {
  .world{
    width: 100%;
    padding-left: 20px;
  }
  .world {
    -ms-overflow-style: none;/* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: scroll;
  }
  .world::-webkit-scrollbar {
    display: none; /* for Chrome, Safari and Opera*/
  }
  .btn-continent{
    color: #fff;
    padding-right: 20px;
    margin-left: 2px;
  }
}

#load-more {
  border-radius: 14px;
  background-color: rgb(0,140,165);
  color: #fff;
  border: none;
  padding: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 510px;
  margin-bottom: 320px;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}
.button-group {
  display: inline-block;
  margin-right: 50px;
  vertical-align: middle;
}

.cover-card {
  position: relative;
  margin-top: 70px;
  margin-bottom: 80px;
}

.world{
  display: -webkit-inline-box;
  /*flex-direction: row;*/
  border-radius: 14px;
  background: rgb(0,140,165);
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: 0 4px 10px rgb(0,0,0,0.6);
}

/* control table*/
.continent{
  display: contents;
  width: -webkit-fill-avlaible;
  height: 160px;
  margin-bottom: 140px;
}

@media (max-width: 920px){
  .cover-card{
    margin-top: 70px;
  }
  .cover-card{
    -ms-overflow-style: none; /*for Internet Explorer,Edge */
    scrollbar-width: none; /*for Firefox*/
    overflow-x: scroll;
  }
  .cover-card::-webkit-scrollbar {
    display: none; /*for Chrome, Safari and Opera*/
  }
}

@media (max-width: 550px){
  .cover-card{
    margin-top: 70px;
    margin-bottom: 250px;
  }
  .cover-card {
    -ms-overflow-style: none;/* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: scroll;
  }
  .cover-card::-webkit-scrollbar {
    display: none; /* for Chrome, Safari and Opera*/
  }
}
@media (max-width: 420px){
  .cover-card {
    margin-top: 70px;
    margin-bottom: 220px;
  }
  .cover-card {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: scroll; 
  }
  .cover-card::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}
@media (max-width: 290px){
  .cover-card {
    margin-top: 70px;
    overflow-x: auto;
  }
}

.league-table {
  display: block;
  text-align: center; 
  border-radius: 25px;
  overflow-x: hidden;
  margin: auto;
  width: 700px;
  margin-top: 0.5rem;
  margin-bottom: 70px;
}
.league-table .league-row, .league-head {
  padding: 1em;
  padding-right: 1.5em;
  width: 20%;
  background: #f8f8f8;
  border-bottom: 2px solid #fff;
  box-shadow: 0 0 5rem 0 rgb(0 0 0/15%);
}

.cover-head{
  height: 40px;
  font-style: italic;
  font-size: 17px;
  position: sticky;
  background: linear-gradient(90deg, rgba(38,50,56,1) 0%, rgba(0,140,165,1) 15%, rgba(0,140,165,1) 85%);
  border: 1px solid #ddd;
}

@media (max-width: 1030px) {
  .country-details {
    display: flex;
    padding: 4px;
    border-radius: 40px;
    margin-top: 5rem;
    margin-left: 20%;  
  }
}

@media (max-width: 920px) {
  .country-details {
    display: flex;
    padding: 4px;
    border-radius: 40px;
    margin-top: 5rem;
    margin-left: 20%;
  }
}

@media (max-width: 840px) {
  .league-table {
    display: block;
    width: 600px;
  }
  .country-details {
    display: flex;
    padding: 4px;
    border-radius: 40px;
    margin-top: 5rem;
    margin-left: 10%;
  }
}

@media (max-width: 440px) {
  .league-table {
    display: block;
    width: 650px
  }
  .country-details {
    display: flex;
    padding: 4px;
    border-radius: 40px;
    margin-left: 3px;
  }
  .league-table {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: scroll; 
  }
  .league-table::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}
.cover-card {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-x: scroll; 
}
.cover-card::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.img-layout{
  height: 300px;
  width: 500px;
  padding-top: 15px;
  padding-left:25px;
}

.img-flag {
  margin-right: 10px;
  border-radius: 40px;
  height: 45px;
}

.img-hover-zoom{
  height: 220px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-left-radius: 5px 
}

.img-hover-zoom img{
  transition: transform .7s ease;
}

.img-hover-zoom:hover img{
  transform: scale(1.05);
}

/* .more-features-content .feature:before,
.more-features-content .feature::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
} */

@media (max-width: 666px) {
  .more-features-content > div:nth-child(2):before,
  .more-features-content > div:nth-child(2)::after {
    width: 6px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .more-features-content > div:nth-child(2):before {
    top: -80px;
  }
  .more-features-content > div:nth-child(2):after {
    bottom: -80px;
  }
 
}

@media (min-width: 1130px) {

  .more-features-content {
    align-items: baseline;
  }
  .more-features-content > div:nth-child(2) {
    margin-top: 30px;
  }
  .more-features-content > div:nth-child(2):before,
  .more-features-content > div:nth-child(2)::after {
    height: 6px;
    width: 25px;
    top: 40%;
  }
  .more-features-content > div:nth-child(2):before {
    left: -25px;
  }
  .more-features-content > div:nth-child(2):after {
    right: -25px;
  }
  .more-features-content > div:nth-child(3) {
    margin-top: 60px;
  }
}



.feature .feature-illustration {
  position: absolute;
  top: -32.5px;
  left: 25px;
  display: grid;
  place-items: center;
  width: 65px;
  height: 65px;
  background: #000;
  border-radius: 50%;
  /* background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%); */
}

@media (max-width: 666px) {
  .feature .feature-illustration {
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
  }
}

.feature .feature-illustration img {
  max-width: 60%;
}

.feature .feature-details {
  padding: 0 25px 30px;
  margin-top: 60px;
  color: white;
  /* text-shadow: 0px 1px 3px #000000; */
}



@media (max-width: 666px) {
  .feature .feature-details {
    text-align: center;
    margin-top: 80px;
  }
}

@media (max-width: 280px) {
  .feature .feature-details {
    padding: 0 20px 25px;
  }
}

@media (max-width: 500px) {
  .feature .feature-details h3 {
    font-size: 20px;
  }
}

@media (max-width: 280px) {
  .feature .feature-details h3 {
    font-size: 18px;
  }
}

.feature .feature-details p {
  margin-top: 10px;
  font-size: 14px;
  color: white;
  /* text-shadow: 0px 0px 3px #000000; */
}

.myNews .myNews-details {
  padding: 0 25px 30px;
  margin-top: 9px;
  color: white;
}
.myNews .myNews-details p{
  margin-top: 10px;
  font-size: 14px;
  color: white;
}

.section-header {
  text-align: center;
  font-weight: 800;
}

.section-header span {
  text-align: center;
  font-weight: 800;
  color: #008CA5;
}

.section-header h2 {
  font-size: 35px;
}

@media (max-width: 500px) {
  .section-header h2 {
    font-size: 26px;
  }
}

@media (max-width: 280px) {
  .section-header h2 {
    font-size: 22px;
  }
}

.section-header p {
  width: 50%;
  margin: 7px auto 0;
}

@media (max-width: 992px) {
  .section-header p {
    width: 70%;
  }
}

@media (max-width: 500px) {
  .section-header p {
    width: 100%;
  }
}


#cards_landscape_wrap-2{
  text-align: center;
  background: #F7F7F7;
}
#cards_landscape_wrap-2 .container{
  padding-top: 80px; 
  padding-bottom: 100px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  /* width: 100%; */
  height: 200px;
  /* max-width: 190px; */
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Black', sans-serif;
  letter-spacing: 1px;
  color: #008CA5;
}

.license-box {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

/* cars2 */


.cardtabs{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 14px 80px 18px 36px;
  cursor: pointer;
}

.cardtabs:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.cardtabs h3{
  font-weight: 600;
}

.cardtabs img{
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}

.cardtabs-1{
  background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png);
      background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.cardtabs-2{
   background-image: url(https://ionicframework.com/img/getting-started/components-card.png);
      background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.cardtabs-3{
   background-image: url(https://ionicframework.com/img/getting-started/theming-card.png);
      background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

@media(max-width: 990px){
  .cardtabs{
    margin: 20px;
  }
} 
.cardssect{
  padding: 20px 0;
    min-height: 55vh;
}

.tools
{
  padding: 170px 0;
  min-height: 100vh;
}

@media only screen and (min-width: 750px){
 
.footer__request {
    max-width: initial;
    margin: 0;
}
.footer__request-input {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.5rem;
}
.footer__request {
  max-width: initial;
  margin: 0;
}
}
.footer__request {
  position: relative;
  max-width: 52rem;
  margin: 1rem auto 0;
}

.landing-checkbox {
  cursor: pointer;
  user-select: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.landing-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

input:checked+.landing-checkbox__icon {
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  border: none;
  
}

input:checked+.landing-checkbox__icon::before {
  content: "\2713";
  display: block;
  margin: -2px 0px 0px 2px;
  color: white;
}

.landing-checkbox__icon {
  display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    border-radius: 0.6rem;
    border: 0.1rem solid #008CA5;
    margin-right: 0.5rem;
}

.demobox {
  background-color: fff;
  padding: 230px 0px;
}

.readmore-prod{
  color: white;
    font-size: 14px;
    /* text-shadow: 0px 1px 2px #000000; */
    font-weight: 600;
}

.readmore-prod:hover{
  color: white;
    font-size: 14px;
    text-shadow: 0px 1px 0px #ffffff;
    font-weight: 600;
}

.readmore{
  color: white;
    font-size: 14px;
    text-shadow: 0px 1px 2px #000000;
    font-weight: 600;
}

.readmore:hover{
  color: white;
    font-size: 14px;
    text-shadow: 0px 1px 1px #ffffff;
    font-weight: 600;
}


.sticky-banner {
  position: fixed;
  bottom: 20px;
  z-index: 90;
  left: 20px;
}

.sticky-banner .bannerpopup {
  transition: all .3s ease-in-out;
  display: block;
  width: 200px;
  height: 150px;
}
.sticky-banner img {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
  transition: all .3s ease-in-out;
  width: 100%;
  height: auto;
}

.sticky-banner img+img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.sticky-banner .bannerpopup svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  width: 60%;
  height: auto;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.sticky-banner .minify {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all .3s ease-in-out;
}

.sticky-banner .bannerpopup:hover img+img {
  opacity: 1;
}

.sticky-banner-tiny .sticky-banner .bannerpopup {
  width: 64px;
  height: 64px;
  background: linear-gradient(90deg, rgba(0,140,165,1) 0%, rgba(0,140,165,1) 56%, rgba(38,50,56,1) 100%);
  border-radius: 50%;
}

.sticky-banner-tiny .sticky-banner .minify {
  opacity: 0;
  pointer-events: none;
}

.sticky-banner-tiny .sticky-banner .bannerpopup img {
  opacity: 0;
}

.sticky-banner-tiny .sticky-banner .bannerpopup:hover img+img {
  opacity: 0;
}


.sticky-banner-tiny .sticky-banner .bannerpopup svg {
  opacity: 1;
}

.sticky-banner-tiny .sticky-banner .bannerpopup svg+svg {
  opacity: 0;
}

.button-4 {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button-4:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-4:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

.button-4:active {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-4:focus {
  outline: 1px transparent;
}

.button-4:before {
  display: none;
}

.button-4:-webkit-details-marker {
  display: none;
}

.siteFooterBar {
	position: fixed;
	bottom: 0;
	padding-top: 10px;
	width: 100%;
	box-shadow: 0px 0px 25px rgb(207, 207, 207);
	height: 78px;
	color: #9B9B9B;
	background: #F3F3F3;
}

.content {
	display: block;
	padding: 10px;
	margin: 0px auto;
	text-align: center;
	font: 25px Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    width:250px;
}
.foot {
 display:inline;
    line-height: 70px;
}
.content img {
 /* height:70px; */
    width: 200px;
    /* float:left; */
}
.iso {
  align-items: center;
  -webkit-box-align: center;
  display: grid;
  gap: 4.8rem 4.8rem;
  grid-template-columns: auto auto;
  justify-items: center;
  margin: 4.8rem auto;
  max-width: 1024px; }

.iso li {
list-style: none;
margin: 0;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.iso img {
  height: 10.2rem;

}
/* .iso:hover li {
filter: blur(0px);
-webkit-filter: blur(0px);
}
.iso:hover li:not(:hover)  {
filter: blur(2px);
-webkit-filter: blur(2px);
} */
.iso li:hover {
-webkit-transform: translateY(-0.3rem);
transform: translateY(-0.3rem); 
}

@media (min-width: 1024px) {
/* .iso {
  grid-template-columns: auto auto auto auto; } */
  
/* .iso img {
height: 4rem; } */
}

/* --- Images (gray logo) --- */
/* .iso img {
-webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
        filter: grayscale(100%) brightness(10%) contrast(10%); }

.iso img:hover {
background: none;
-webkit-filter: grayscale(0%);
        filter: grayscale(0%);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; } */