/*Default Style
============================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap');

.img-block{padding-bottom: 10px;}
p.lead{font-size: 24px;color: #C6C6C6; line-height: 34px;}
p.lead-big{font-size: 32px;color: #C6C6C6; line-height: 38px;}
ul.styled-list {list-style-type: none;margin: 0;padding: 0;}
ul.styled-list li {margin-bottom: 7px;position: relative;padding-left: 35px;z-index: 1;-webkit-transition: var(--transition);transition: var(--transition);color: #C6C6C6;font-size: 24px;background: url(../../assets/images/bullet.png)  0 7px no-repeat;}

.insights-block{padding: 25px;background-color: #1d1d1d; transition: all ease .5s; background-image: linear-gradient(#1d1d1d, #39383a);margin-bottom: 30px;}
.insights-text{margin-top: 20px;}
.insights-text h3{font-size: 29px;}
.insights-text p{font-size: 18px;}
a.link{color: #FFDC60; font-weight: 700; font-size: 14px;}
.default-btn {font-size: 15px;color: #010212;font-weight: 600;-webkit-transition:all ease .5s;transition: all ease .5s;text-align: center;position: relative;z-index: 1;overflow: hidden;display: inline-table;padding: 15px 50px;background-color:#FFDC60;border-radius: 5px;}
.default-btn::after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 0;background-color: #bfa242;z-index: -1;-webkit-transition:all ease .5s;transition:all ease .5s;}
.default-btn:hover {color: #010212;}
.default-btn:hover::after {height: 100%;bottom: auto;top: 0;-webkit-animation: fadeInLeft 1s linear;animation: fadeInLeft 1s linear;}
body {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #C6C6C6;
  font-weight: normal;
  background:url(../../assets/images/bg-img1.png),url(../../assets/images/bg-img2.png);
  background-position: top center,top center;
  background-repeat:repeat-y ,no-repeat;
  background-size:contain;
  background-color: #39383A;
  font-weight: 300;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  color: #F7F9FB;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h1{
  font-size: 60px;
}
h2{
  font-size: 60px;
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
  color: var(--body-color);
}

a:hover {
  text-decoration: none;
  color: var(--main-color);
}

a:focus {
  text-decoration: none;
}



p {
  font-size: var(--font-size);
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.ptb-100 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 150px;
}
.pt-80 {
  padding-top: 80px;
}

.pb-100 {
  padding-bottom: 150px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-minus-100 {
  margin-top: -100px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

/*
Bg-color Style*/
.bg-f9fafb {
  background-color: #f9fafb;
}

/*
Banner Area Style
=====================================================*/
.banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.used-hight {
  height: 800px;
}

.banner-area.banner-three-style {
  background-image: url(../../assets/images/banner/banner-bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  max-width: 100%;
  position: relative;
  border: none;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
}

.banner-area.banner-three-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: rgba(42, 55, 123, 0.9);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.banner-area.banner-three-style .banner-content .top-title {
  color: var(--optional-color);
}

.banner-area.banner-three-style .banner-content h1 {
  color: var(--white-color);
}

.banner-area .banner-content p.lead {
  color: #fff! important;
}

.banner-area .banner-content p {
  color: #fff! important;
}

.banner-area.banner-three-style .banner-content p {
  color: var(--white-color);
}

.banner-area .banner-img-2 {
  position: absolute;
  top: 100px;
  right: 30px;
  max-width: 600px;
}

.banner-area .banner-img-2 .banner-imgs {
  padding: 30px;
}

.banner-area .banner-img-2 .banner-border-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.banner-area .banner-img-2 .what-we-do-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.banner-area .banner-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 680px;
}

.banner-content {
  max-width: 645px;
}

.banner-content .top-title {
  font-size: 14px;
  color: var(--main-color);
  margin-bottom: 5px;
  display: block;
}

.banner-content h1 {
  font-size: 60px;
  margin-bottom: 25px;
}
.banner-content h1 span {
  color: #EDCA58;
}

.banner-content p {
  margin-bottom: 24px;
}

.banner-content .banner-btn .default-btn {
  margin-right: 30px;
}

.banner-content .banner-btn .call-wrap {
  position: relative;
  padding-left: 70px;
  top: 13px;
  display: inline-block;
}

.banner-content .banner-btn .call-wrap .call-us {
  color: var(--body-color);
}

.banner-content .banner-btn .call-wrap .call-us i {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background-color: var(--main-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  top: -4px;
}

.banner-content .banner-btn .call-wrap .call-us span {
  font-weight: 600;
  color: var(--main-color);
}

.banner-content .social-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 150px;
}

.banner-content .social-link li {
  display: inline-block;
  margin-right: 10px;
}

.banner-content .social-link li span {
  color: var(--heading-color);
  margin-right: 100px;
  position: relative;
  top: -2px;
}

.banner-content .social-link li span::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -95px;
  width: 80px;
  height: 1px;
  background-color: #7b7b7b;
}

.banner-content .social-link li:last-child {
  margin-right: 0;
}

.banner-content .social-link li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #7b7b7b;
  border-radius: 50%;
  color: var(--white-color);
  display: inline-block;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.banner-content .social-link li a:hover i {
  background-color: var(--main-color);
}

/*
Footer Area Style
=====================================================*/
.bg-0f1514 {
  background-color: #F9FAFB;
}
.text-right{text-align: right;}
.copy-right-area  {background: #39383a;}
.copy-right-area p {
  color: #c5c3c3;
  font-size: 16px;
}

.copy-right-area p a {
  color: var(--optional-color);
}

/*
Copy Right Area Style
======================================================*/
.copy-right-area p {
  padding-top: 20px;
  padding-bottom: 20px;
}

.copy-right-area p i {
  position: relative;
  top: 2px;
}

.copy-right-area p a {
  color: var(--main-color);
  font-weight: 600;
}

.copy-right-area p a:hover {
  color: var(--main-color);
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color:#39383a;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 2px dashed #ffffff;
  opacity: 1;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.preloader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #39383a;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after {
  width: 0;
}

.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: #FFDC60;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #FFDC60;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: var(--white-color);
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 84%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.go-top.style-three {
  background-color: var(--optional-color);
}

.insights-block:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.is-sticky .navbar-brand img{height: 35px;}

@media (max-width: 600px) {
  .navbar-nav .nav-item:last-child{margin-left: 0px;padding: 0 !important;}
  .navbar-nav .nav-item:last-child .default-btn{padding: 15px 0 !important; color: #fff !important; text-align: center; width: 100%;}
  .timeline-bg{padding: 30px 20px;}
  .timeline-content{padding: 30px 20px;}
  .timeline-one, .timeline-two, .timeline-three, .timeline-four, .timeline-five, .timeline-six {padding-left: 60px;padding-bottom: 30px;background-size: 50px, auto;background-position: 0 0, 25px 0;}
  .partners-bg{padding: 30px 20px;}
  .themes-img{border-top-right-radius: 10px;border-top-left-radius: 10px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
  .themes-content{min-height: auto;padding: 30px 20px;border-top-right-radius: 0px;border-top-left-radius: 0px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
  .reward-logo{margin-right: 20px; width: 60px;}
  .reward-txt, .dark .reward-txt{width: calc(100% - 100px); font-size: 17px;}
  .footer-area h3{margin-top: 30px;}
  .single-footer-widget .social-link {padding: 10px 0;}
  .partners-area{text-align: center;}
  .partners-logo li {display: block;margin: 0 0 30px 0;}
  .copy-right-area .col-lg-4.text-right{text-align: center;}
  .banner-content h1 {font-size: 35px;margin-bottom: 25px;}
  h2 {font-size: 35px;}
  p.lead {font-size: 20px;line-height: 28px; }
  ul.styled-list li {position: relative;padding: 5px 0 5px 35px;z-index: 1;-webkit-transition: var(--transition);transition: var(--transition);color: #C6C6C6;font-size: 20px;background: url(../../assets/images/bullet.png) 0 7px no-repeat; display: inline-block;}
  p.lead-big {font-size: 22px;color: #C6C6C6;line-height: 30px;}
}
/*# sourceMappingURL=style.css.map */