@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap');
.row {
  margin-right: -8px;
  margin-left: -8px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 8px;
  padding-left: 8px;
}
/*  ----------------------------------------------------
2. GENERAL
-------------------------------------------------------- */
body {
  font-size: 16px;
  line-height: 2.7em;
  font-weight: 400;
  color: #677294;
  font-family: 'Nunito', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
a:hover, a:focus, a:active, button {
  text-decoration: none;
  outline: none;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a {
  color: #346afe;
}
a:hover {
  color: #4676fa;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
h6 {
  font-size: 18px;
}
blockquote {
  font-style: italic;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-bottom: 15px;
}
/* -2.1 PARALLAX */
.bg-parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.gredient-overlay {
  background: #346afe;
  background: -webkit-linear-gradient(to left, #346afe, #004e92);
  background: -webkit-linear-gradient(right, #346afe, #004e92);
  background: linear-gradient(to left, #346afe, #004e92);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.color-overlay {
  background: #222D39;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.opacity-8 {
  opacity: 0.8;
}
/* -2.2 COLORS AND BACKGROUND */
.primary-bg {
  background: #346afe;
}
.bg-gray {
  background: #DEEEFC;
}
.bg-light-gray {
  background: #DEEEFC;
}
.bg-black {
  background: #222328;
}
.bg-gredient {
  background: #DEEEFC;
  background: -webkit-linear-gradient(top, rgb(244, 250, 255) 0%, rgb(221, 240, 253) 100%);
  background: linear-gradient(to bottom, rgb(244, 250, 255) 0%, rgb(221, 240, 253) 100%);
}
.color-white h1, .color-white h4, .color-white p, .color-white h2, .color-white {
  color: #ffffff;
}
.card-header .btn-link {
  color: #ffffff;
}
/* -2.3 PADDINGS */
.pt200 {
  padding-top: 200px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.pt70 {
  padding-top: 70px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
/* -2.4 MARGINS */
.mb60 {
  margin-bottom: 60px;
}
.mt60 {
  margin-top: 60px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
/* -2.5 BUTTONS */
.primary-btn {
  padding: 15px 30px;
  background: #8b5145;
    /* background: linear-gradient(180deg, rgba(2, 27, 140, 1) 0%, rgba(22, 55, 205, 1) 100%); */
  color: #ffffff;
  border: none;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
}
.primary-btn-2 {
  background: #222D39;
}
.primary-btn-2:hover {
  background: #677294;
}
.primary-btn-3 {
  background: #677294;
}
.primary-btn-3:hover {
  background: #222D39;
}
a.read-more.primary-btn.primary-btn-2 {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
}
.apps-btn {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.apps-btn span {
  display: block;
}
.hero-content .primary-btn-2, .hero-content .primary-btn-3 {
  margin-left: 50px;
}
.primary-btn span {
  font-weight: 500;
  font-size: 16px;
}
button.primary-btn {
  padding: 12px 20px;
}
.primary-btn i {
  margin-right: 8px;
}
.primary-btn:hover {
  /* background: #4676fa; */
  border: 2px solid;
  color: #ffffff;
}
.cd-btn {
  background: #346afe;
}
.cd-btn:hover {
  background: #4676fa;
  color: #ffffff;
}
.bottom-pattern {
  position: absolute;
  bottom: -4px;
}
/* -2.6 SECTION TITLE */
.section-title h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section-title p {
  font-size: 18px;
}
.section-title h2 span {
  color: #346afe;
}
.lines {
  width: 6px;
  position: relative;
  border-top: 2px solid #346afe;
}
.section-title .lines {
  width: 6px;
  position: relative;
  margin-left: 34px;
  margin-top: 15px;
}
.text-center .lines {
  margin: auto;
}
.lines:before, .lines:after {
  content: "";
  position: absolute;
  top: -2px;
  width: 30px;
  border-top: 2px solid #346afe;
}
.lines:before {
  left: -34px;
}
.lines:after {
  right: -34px;
}
.section-title p {
  margin-top: 20px;
}
/* -2.7 TYPE ANIMATION CSS */
.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #346afe;
}
@-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -2.8 PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DEEEFC;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.loader {
  position: relative;
  margin: 0px auto;
  width: 70px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #346afe;
  }
  40% {
    stroke: #346afe;
  }
  66% {
    stroke: #346afe;
  }
  80%, 90% {
    stroke: #346afe;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #346afe;
  }
  40% {
    stroke: #346afe;
  }
  66% {
    stroke: #346afe;
  }
  80%, 90% {
    stroke: #346afe;
  }
}
/* -2.8 SCROLL TO UP */
.scrollup {
  background: #346AFE;
  border-radius: 2px;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 38px;
  z-index: 9;
  border: 1px solid transparent;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scrollup:hover {
  background: #DEEEFC;
  color: #0d3559;
  border: 1px dashed #346AFE;
}
/*  ----------------------------------------------------
3. HEADER
-------------------------------------------------------- */
.header {
  background: rgbargba(255, 255, 255, 0); 
  transition: all 0.4s;
}
.header a {
  color: #fff
}
.header.nav-sticky {
  background: #1C1C1C;
}
.header-nav .navbar-nav > li .sub-menu li > a:hover {
  background: #1C1C1C;
  color: #fff;
}
.header.nav-sticky a {
  color: #ffffff;
}
.header.nav-sticky .sub-menu a {
  color: #0d3559
}
.header.nav-sticky .dropdown-menu a {
  color: #0d3559
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: transparent;
}
.logo {
  font-size: 30px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.logo-light {
  display: none;
}
.nav-sticky .logo-light {
  display: block;
}
.nav-sticky .logo-dark {
  display: none
}
.logo:hover {
  color: inherit;
}
.logo:first-letter {
  font-size: 40px;
}
.navbar-light .navbar-toggler {
  border: 1px solid #0d3559;
  margin-top: 0px;
  color: #0d3559;
}
.navbar-light.nav-sticky .navbar-toggler {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.header .navbar-nav {
  margin-top: 5px;
}
.header .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    font-weight: bold;
    color: #fff;
}
.header .navbar-nav > li > a.active, .header .navbar-nav > li > a:hover, .header .navbar-nav > li > a:focus {
  background: transparent;
  color: #346AFE;
}
.header.nav-sticky .navbar-nav > li > a.active, .header.nav-sticky .navbar-nav > li > a:hover, .header.nav-sticky .navbar-nav > li > a, .header.nav-sticky .navbar-nav > li > a:focus {
  color: #DEEEFC;
}
.header .nav li a:before {
  background: #1C1C1C;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 15px;
}
.header.nav-sticky .nav li a:before, .header.nav-sticky .nav li a:after {
  background: #ffffff;
}
.header .nav li a:after {
  background: #1C1C1C;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 15px;
}
.header .nav li a.active:after, .header .nav li a.active:before, .header .nav li a:hover:after, .header .nav li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-sticky .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
  background: #346afe;
  color: #ffffff;
}
.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-menu > li > a:hover:after, .dropdown-menu > li > a:hover:before, .dropdown-menu > li.active > a:after, .dropdown-menu > li.active > a:before {
  opacity: 0;
  width: 0px;
}
.navbar-right .dropdown-menu {
  border: medium none;
  border-radius: 0;
  top: 40px;
}
.header .dropdown li a:hover {
  color: #ffffff;
}
/* NAV BAR */
.header-nav .navbar-nav > li {
  margin-left: 15px;
  position: relative;
}
.header-nav .navbar-nav .nav-btn.nav-link {
  border: 1px solid #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
}
.header-nav .navbar-nav .nav-btn.nav-link i {
  margin-left: 5px;
}
.nav-sticky .sub-menu-toggle {
  color: #ffffff;
}
.navbar-toggler {
    color: #fb901e;
    border: 1px solid #fb901e;
    background-color: #1f1c1c;
}
img.logo-dark {
  background-color: #1C1C1C;
  border-radius: 10px;
  padding: 10px 10px;
}
.nav-sticky .navbar-toggler {
  border: 1px solid #ffffff;
}
.nav-sticky .navbar-toggler i {
  color: #ffffff;
}
.header-nav .navbar-nav > li .sub-menu li > a {
  font-size: 14px;
  display: block;
  padding: 5px 20px 5px 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  /* Safari, Chrome */
  -moz-transition: 0.3s;
  /* Firefox 4.0~16.0 */
  transition: 0.3s;
  /* IE >9, FF >15, Opera >12.0 */
}
.header-nav .navbar-nav > li .sub-menu li:hover > a {
  padding-left: 28px;
}
/* Navbar Toogle */
.navbar-toggler {
  outline: none !important;
}
.header-nav.nav-sticky {
  top: 0;
  margin-top: 0;
  padding: 12px 10px;
  -webkit-box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
  /* Webkit browsers */
  -moz-box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
  /* Firefox */
  -ms-box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
  /* IE9 */
  -o-box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
  /* Opera(Old) */
  box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
  /* IE9+, News */
}
.header-nav .navbar-nav > li:hover .sub-menu {
  opacity: 1;
  /* W3C */
  filter: alpha(opacity=100);
  /* IE */
}
.navbar-nav .nav-link {
  float: left;
}
@media (min-width: 992px) {
  .header-nav .navbar-nav > li a {
    position: relative;
  }
  .header-nav .navbar-nav > li .sub-menu {
    background: #ffffff;
    margin: 0;
    padding: 10px 0;
    min-width: 200px;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    /* W3C */
    filter: alpha(opacity=0);
    /* IE */
    z-index: 999;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    /* Webkit browsers */
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    /* Firefox */
    -ms-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    /* IE9 */
    -o-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    /* Opera(Old) */
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    /* IE9+, News */
    pointer-events: none;
    -webkit-transition: 0.3s;
    /* Safari, Chrome */
    -moz-transition: 0.3s;
    /* Firefox 4.0~16.0 */
    transition: 0.3s;
    /* IE >9, FF >15, Opera >12.0 */
  }
  .header-nav .navbar-nav > li .sub-menu-toggle {
    font-size: 15px;
    line-height: 32px;
  }
  .header-nav .navbar-nav > li:hover .sub-menu {
    pointer-events: auto;
    top: 100%;
  }
  ul.sub-menu {
    background: #ffffff;
    margin: 0;
    padding: 10px 0;
    min-width: 200px;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    /* W3C */
    filter: alpha(opacity=0);
    /* IE */
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    /* Webkit browsers */
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    /* Firefox */
    -ms-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    /* IE9 */
    -o-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    /* Opera(Old) */
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
    /* IE9+, News */
    pointer-events: none;
    -webkit-transition: 0.3s;
    /* Safari, Chrome */
    -moz-transition: 0.3s;
    /* Firefox 4.0~16.0 */
    transition: 0.3s;
    /* IE >9, FF >15, Opera >12.0 */
  }
}
@media (max-width: 991px) {
  .header-nav {
    top: 0;
    padding: 10px 15px;
  }
  .navbar-nav {
    padding-top: 5px;
  }
  .header-nav .navbar-nav > li {
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-nav .navbar-nav > li .sub-menu-toggle {
    position: absolute;
    top: 0;
    color: #ffffff;
    width: 100%;
    height: 44px;
    width: 44px;
    line-height: 44px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    background: #0d3559;
  }
  .header-nav .navbar-nav > li .sub-menu {
    margin: 0;
    list-style: none;
    padding-left: 10px;
    padding-top: 0px;
  }
  .navbar-nav .nav-link {
    float: none;
  }
  .header-nav .navbar-nav > li .sub-menu {
    display: none;
  }
  .header-nav .navbar-nav > li.show .sub-menu {
    display: block;
  }
  .header-nav .navbar-nav > li .sub-menu li > a {
    padding: 5px 0;
    color: #ffffff;
  }
  .header-nav .navbar-nav > li .sub-menu li > a:after {
    left: -15px;
  }
  .header-nav .navbar-nav > li .sub-menu li:hover > a {
    padding-left: 0px;
  }
  .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-link:hover, .nav-link.active {
    background: #151515;
  }
}
/*  ----------------------------------------------------
4. HERO SECTION
-------------------------------------------------------- */
.hero-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-full-screen {
  height: 600px;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
.full-height {
    min-height: calc(100vh - 190px);
}
.h-full-height {
  min-height: 85vh;
}
.half-height {
  min-height: 70vh;
}
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.hero-content h1, .hero-content h2 {
  text-transform: capitalize;
}
.hero-content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.promo-image {
  -webkit-animation-name: UpDown;
  -moz-animation-name: UpDown;
  /* Firefox 5.0~16.0 */
  animation-name: UpDown;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  /* Firefox 5.0~16.0 */
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  /* Firefox 5.0~16.0 */
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  /* Firefox 5.0~16.0 */
  animation-direction: alternate;
}
/*  ----------------------------------------------------
5. FEATURES SECTION
-------------------------------------------------------- */
.single-feature-item {
  padding: 25px;
  border: 1px solid #ececec;
  border-radius: 3px;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-feature-item h5 {
  font-size: 16px;
}
.single-feature-item .feature-icon {
  margin-right: 15px;
  font-size: 35px;
  line-height: 45px;
  color: #F7C550;
}
.media {
  margin-top: 20px;
  margin-bottom: 20px;
}
.media h5 {
  font-size: 18px;
}
.media-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px dashed #346afe;
  display: inline-block;
  border-radius: 5px;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.media-icon img {
  width: 40px;
  height: 40px;
  position: relative;
  top: 9px;
}
.media-icon i {
  font-size: 35px;
  color: #346afe;
  line-height: 60px;
}
.media:hover .media-icon {
  background: #346afe;
  -webkit-box-shadow: 0 0 0 7px rgba(0, 91, 234, 0.15);
  box-shadow: 0 0 0 7px rgba(0, 91, 234, 0.15);
}
.media:hover .media-icon i {
  color: #ffffff;
}
.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vertical-align > .flex-box, .vertical-align > .flex-box {
  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;
}
/*  ----------------------------------------------------
6. ABOUT SECTION
-------------------------------------------------------- */
.about-boxes .media {
  text-align: center;
  padding: 30px;
  webkit-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #ffffff;
  border-bottom: 3px solid #346afe;
}
.about-boxes .media p {
  margin-bottom: 0px;
}
.bg-gray .about-boxes .media:hover {
  background: #ffffff;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}
.about-boxes .media:hover, .single-feature-item.media:hover {
  background: #ffffff;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}
.aboutIntroText {}
.aboutIntroText h2 {
  font-size: 45px;
}
.aboutIntroText p {
  font-size: 18px;
  line-height: 30px;
}
.aboutIntroText .primary-btn-2, .aboutIntroText .primary-btn-3 {
  margin-left: 50px;
}
/*  ----------------------------------------------------
7. HOW WORKS
-------------------------------------------------------- */
.how-works-item .icon-outer {
  display: inline-table;
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 5px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  background-color: #ffffff;
  color: #346afe;
  line-height: 90px;
  font-size: 40px;
  margin-bottom: 25px;
  border: 1px dashed #346afe;
}
.how-works-item:hover .icon-outer {
  background: #1C1C1C;
  border: 2px solid;
    /* background: linear-gradient(180deg, rgba(2, 27, 140, 1) 0%, rgba(22, 55, 205, 1) 100%); */
  color: #ffffff;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}
.how-works-item .title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.how-works-item {
  position: relative;
  z-index: 1;
}
.how-works-item:after, .how-works-item:before {
  content: '';
  width: 50%;
  border-top: 1px solid;
  position: absolute;
  top: 45px;
  transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  z-index: -1;
}
.how-works-item::before {
  right: 50%;
}
.how-works-item:after, .how-works-item:before {
    border-color: #000000;
    border-style: d;
}
.how-works-item:first-child::before {
  border-color: transparent;
}
.how-works-item:last-child::after {
  border-color: transparent;
}
/*  ----------------------------------------------------
8. SCREENSHOTS SECTION
-------------------------------------------------------- */
.shot-item {
  padding: 8px;
  border-radius: 4px;
  background: #DEEEFC;
}
.bg-gray .screenshots .shot-item {
  background: #ffffff;
}
.shot-item img {
  border-radius: 4px;
}
.overlay {
  display: block;
  position: relative;
}
.overlay:before, .overlay:after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  background: #222D39;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 0;
}
.overlay:before {
  top: 0;
  z-index: 1;
}
.overlay:after {
  bottom: 0;
  z-index: 1;
}
.shot-item:hover .overlay:before {
  height: 50%;
}
.shot-item:hover .overlay:after {
  height: 50%;
}
.overlay .item-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  font-size: 50px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.owl-dot {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #677294;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #222D39;
}
/*  ----------------------------------------------------
9. NEW SECREENSHOTS SECTION
-------------------------------------------------------- */
.screenshots-mobile {
  padding: 32px 14px 0px 14px;
  background: rgba(0, 0, 0, 0) url(../img/screenshot-mobile.html) no-repeat scroll top center;
  background-size: 100%;
  max-width: 293px;
  margin: 0 auto;
}
.screenshots-mobile.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 18px;
}
.screenshots-mobile .shot-item {
  padding: 0px;
  border-radius: 0px;
}
.mfp-counter {
  display: none;
}
div#accordion button {
  font-size: 18px;
}
div#accordion button:hover, div#accordion button:focus {
  text-decoration: none;
}
div#accordion .card-body {
  font-size: 18px;
  line-height: 30px;
}
/* -9.1 FREQUENTLY ASK QUESTIONS */
.wrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}
.panel:last-child {
  border-bottom: none;
}
.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-heading {
  background: #346AFE;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.panel-heading:hover {
  opacity: 0.8;
}
.panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.panel-body {
  background: #DEEEFC;
}
.bg-gray .panel-body {
  background: #fff;
}
.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}
.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  -webkit-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s;
}
.panel:last-child .panel-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  transition: border-radius linear 0s;
}
.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.panel-heading.active a:before {
  content: ' ';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#bs-collapse .card-header button:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#bs-collapse .card-header.active a:after {
  content: '\e909';
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#accordion .card-header button:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#accordion .card-header button.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#accordion button:hover, #accordion button:focus {
  color: #ffffff;
}
/*  ----------------------------------------------------
10. VIDEO PROMO SECTION
-------------------------------------------------------- */
.video-popup {
  border: 1px dashed #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  color: #ffffff;
  line-height: 70px;
  font-size: 25px;
  border-radius: 100%;
  background: transparent;
}
/*  ----------------------------------------------------
11. PRICING TABLE
-------------------------------------------------------- */
.bg-gray .single-package {
  background: #ffffff;
}
.bg-gray .single-package .price {
  background: #DEEEFC;
}
.single-package {
  background: #F7C550;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 25px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-package:hover {
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}
.bg-gray .featured-package, .featured-package {
  background: #346afe;
  background: -webkit-linear-gradient(to left, #346afe, #004e92);
  background: -webkit-linear-gradient(right, #346afe, #004e92);
  background: linear-gradient(to left, #346afe, #004e92);
}
.featured-package h4, .featured-package ul {
  color: #ffffff;
}
.price {
  background: #222D39;
  padding-top: 10px;
  padding-bottom: 10px;
}
.price h4 {
  margin-bottom: 0px;
}
.sign {
  font-size: 14px;
  vertical-align: super;
}
.price .month {
  font-size: 16px;
}
.package-head {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.package-feature {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
  padding-top: 25px;
}
.package-feature li {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #ececec;
}
.download-btn .primary-btn {
  padding: 10px 25px;
}
.featured-package .primary-btn {
  background: #ffffff;
  color: #346afe
}
.featured-package .primary-btn:hover {
  background: #DEEEFC;
}
/*  ----------------------------------------------------
12. FACTS SECTION
-------------------------------------------------------- */
.single-counter {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-counter h4 {
  color: #ffffff;
  font-weight: normal;
}
.single-counter i {
  font-size: 55px;
}
.counter-number {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 40px;
}
/*  ----------------------------------------------------
13. TESTIMONIAL AREA
-------------------------------------------------------- */
.bg-light-gray .testimonials {
  background: #fff;
}
.testimonial-item {
  text-align: center;
  border: 1px solid #ececec;
  padding: 25px;
}
.testimonial-item blockquote {
  font-style: normal;
  border: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  color: #222D39;
}
.client-avater {
  display: inline-block;
  padding: 5px;
  background: #DEEEFC;
}
.bg-gray .client-avater {
  background: #ffffff;
}
.owl-carousel .owl-item .client-avater img {
  width: auto;
  margin: 0 auto;
}
.company-info {
  margin-bottom: 0px;
  font-size: 14px;
}
.testimonial-item h6 {
  margin-bottom: 0px;
}
/*  ----------------------------------------------------
14. BLOG SECTION
-------------------------------------------------------- */
.blog-post {
  background: #fff;
  padding: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.bg-gray .blog-post {
  background: #ffffff;
}
.blog-thumb {
  height: 250px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center center;
}
.blog-thumb .thumb-overlay {
  width: 100%;
  height: 100%;
  background: #222D39;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 0;
}
.blog-post:hover .blog-thumb .thumb-overlay {
  opacity: 0.8;
  height: 100%;
}
.blog-meta {
  color: #ffffff;
  padding: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 100%;
  position: relative;
}
.blog-post:hover .blog-meta {
  right: 0;
}
.blog-meta a {
  color: #ffffff;
}
.blog-meta a:hover {
  color: #ffffff;
}
.post-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 13px;
}
.post-title {
  font-size: 26px;
}
.post-title a {
  color: #222D39;
}
.latest-blog {
  padding-top: 25px;
  position: relative;
}
.owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
}
.owl-theme .owl-nav [class*=owl-] {
  padding: 4px 14px;
  font-size: 20px;
  background: #222D39;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #677294;
}
.blog-category, .blog-tags, .blog-meta .blog-category {
  display: inline-block;
}
.blog-category a, .blog-tags a, .blog-meta .blog-category a {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.blog-category a:not(:last-child):after, .blog-tags a:not(:last-child):after, .blog-meta .blog-category a:not(:last-child):after {
  content: ",";
  position: absolute;
  top: 0px;
}
/*  ----------------------------------------------------
15. CONTACT SECTION
-------------------------------------------------------- */
.contact-block {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  padding: 30px;
  overflow: hidden;
}
.contact-block h3 {
  text-align: center;
  margin-bottom: 10px;
}
.contact-block .subtitle {
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.email-success, .email-failed, .email-loading, .success-msg, .error-msg {
  font-size: 15px;
  text-align: center;
  padding: 10px;
  display: none;
  margin: 0px !important;
}
.email-loading {
  color: #52B8FF;
}
.email-loading img {
  width: 15px;
  position: relative;
  top: -2px;
}
.email-failed, .error-msg {
  color: #FF5252 !important;
}
.email-failed .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.email-success, .success-msg {
  color: #56CC35;
}
.email-failed .icon, .email-success .icon, .error-msg .icon, .success-msg .icon {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.input-box {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 50px;
  box-shadow: none;
  font-size: 16px;
}
.textarea-box {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: none;
  font-size: 16px;
}
textarea.form-control.textarea-box {
  height: 120px;
}
.input-box:focus, .textarea-box:focus {
  border: 1px solid #346afe;
  box-shadow: none;
}
/*  ----------------------------------------------------
16. SUBSCRIPTION SECTION
-------------------------------------------------------- */
.subscribe-wrap {
  border: 2px solid #ececec;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
}
.subscription-form .input-box {
  width: 100%
}
.subscribe-area h3, .download-area h3 {
  margin-bottom: 10px;
}
.subscribe-area .primary-btn {
  margin-left: 8px;
}
.download-area p {
  margin-bottom: 25px;
}
.download-area .primary-btn {
  margin-bottom: 8px;
  margin-left: 8px;
  padding: 10px 18px;
  margin-right: 5px;
}
/*  ----------------------------------------------------
17. FOOTER SECTION
-------------------------------------------------------- */
.social-icons {
  margin-bottom: 30px;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul li {
  display: inline;
}
.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border: 1px dashed #ccc;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.social-icons ul li a:hover {
  color: #ffffff;
}
.social-icons ul li i {
  line-height: 40px;
}
.facebook a {
  color: #4867AA
}
.facebook a:hover {
  background: #4867AA;
}
.twitter a {
  color: #1DA1F2;
}
.twitter a:hover {
  background: #1DA1F2;
}
.google-plus a {
  color: #DD4D42;
}
.google-plus a:hover {
  background: #DD4D42;
}
.youtube a {
  color: #DF2926;
}
.youtube a:hover {
  background: #DF2926;
}
.linked-in a {
  color: #007BB6;
}
.linked-in a:hover {
  background: #007BB6;
}
.instagram a {
  color: #A823D1;
}
.instagram a:hover {
  background: #A823D1;
}
.pinterest a {
  color: #BD081C;
}
.pinterest a:hover {
  background: #BD081C;
}
.dribbble a {
  color: #EA4C89;
}
.dribbble a:hover {
  background: #EA4C89;
}
.behance a {
  color: #0B7CFF;
}
.behance a:hover {
  background: #0B7CFF;
}
/*  ----------------------------------------------------
18. BLOG LISTS PAGE
-------------------------------------------------------- */
.sandy-pagenation {
  margin-top: 25px;
}
.sandy-pagenation a {
  color: #54657e
}
.sandy-pagenation a:hover, .sandy-pagenation a.active {
  background: #346afe;
  color: #fff;
}
.sandy-pagination .pagination-lg > li:first-child > a, .sandy-pagination .pagination-lg > li:first-child > span {
  border-radius: 0px;
}
.sandy-pagination .pagination > li > a, .sandy-pagination .pagination > li > span {
  color: #54657e
}
.sandy-pagination .pagination > li.active > a {
  color: #ffffff;
  background: #346afe;
}
.post-meta {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}
.post-meta ul li i {
  margin-right: 5px;
}
.post-meta ul li a {
  color: #ffffff;
}
.post-thumb {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px dashed #346AFE;
  border-radius: 4px;
  background: #fff;
}
.bg-gray .post-thumb {
  background: #DEEEFC;
}
.post-thumb img {
  width: 100%;
  border-radius: 4px;
}
.post-content-full {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
.blog-footer {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px dashed #346afe;
}
.blog-footer span {
  padding-right: 15px;
}
/* -18.1 SIDEBAR */
#sidebar {
  overflow: hidden;
}
.sidebar-inner .widget {
  margin-bottom: 30px;
}
.widget.widget_search #searchform {
  position: relative;
}
.widget.widget_search #searchform:after {
  content: "\f002";
  font-family: FontAwesome;
  right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  font-size: 20px;
  color: #C3C3C3;
}
.bg-gray .sidebar-inner .widget {
  background: #ffffff;
}
.sidebar-inner .widget {
  background: #DEEEFC;
  padding: 30px;
}
.widget h3 {
  border-bottom: 1px solid #cccccc;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
}
.widget h3:before {
  content: "";
  width: 60px;
  height: 5px;
  background: #346afe;
  position: absolute;
  bottom: -3px;
  left: 10px;
}
.widget h6 {
  margin-top: 8px;
  margin-bottom: 20px;
}
.widget a {
  color: #54657e
}
.widget ul {
  line-height: 30px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  position: relative;
  padding-left: 15px;
}
.widget ul li::before {
  content: "\f0da";
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  color: #333;
  transition: all .5s;
  opacity: 1;
}
.latest-post-widget h5 {
  font-size: 15px;
}
.latest-post-widget span {
  font-size: 14px;
}
.tagcloud a {
  display: inline-block;
  border: 1px dashed #346AFE;
  border-radius: 20px;
  padding: 0px 15px;
  margin-right: 5px;
  margin-bottom: 10px;
}
/* -18.2 SINGLE PAGE */
.nav-links {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.nav-links span {
  text-transform: uppercase;
}
.nav-links a {
  display: block;
}
.nav-links .nav-previous, .nav-links .nav-next {
  background: #DEEEFC;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.nav-links .nav-previous:hover, .nav-links .nav-next:hover {
  opacity: 0.7;
}
.bg-gray .nav-links .nav-previous, .bg-gray .nav-links .nav-next {
  background: #ffffff;
}
.blog-comment {
  background: #DEEEFC;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}
.bg-gray .blog-comment {
  background: #ffffff;
}
.blog-comment h4 {
  margin-bottom: 30px;
}
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.comment-list .children {
  list-style: none;
}
.avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px dashed #346AFE;
}
.bg-gray .avater {
  background: #DEEEFC;
}
.comment-list .the-comment p {
  margin-bottom: 0px;
}
.meta {
  margin-bottom: 10px;
}
.blog-comment .textarea-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-comment .primary-btn {
  margin-top: 10px;
}
/*  ----------------------------------------------------
19. EXTRA PAGES
-------------------------------------------------------- */
.extra-page-wrapper {
  overflow: hidden;
  position: relative;
}
.ep-title {
  font-size: 120px;
  line-height: 130px;
}
.ep-subtitle {
  font-size: 22px;
  margin-bottom: 25px;
}
.cloud {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  border: 5px dashed #DEEEFC;
  opacity: 0.8;
}
.x1 {
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
  top: 150px;
  border: 5px dotted #346AFE;
}
.x2 {
  border: 5px solid #FE7E17;
  left: 200px;
  top: 200px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}
.x3 {
  border: 5px dashed #673AB7;
  left: -250px;
  top: 250px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}
.x4 {
  border: 5px dotted #E91E63;
  left: 470px;
  top: 300px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-animation: moveclouds 18s linear infinite;
  -moz-animation: moveclouds 18s linear infinite;
  -o-animation: moveclouds 18s linear infinite;
}
.x5 {
  border: 5px solid #E91E63;
  left: -150px;
  top: 100px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}
.x6 {
  border: 5px dashed #8D6E63;
  left: -150px;
  top: 500px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}
.x7 {
  border: 5px dotted 08C2F3;
  left: 470px;
  bottom: 100px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-animation: moveclouds 18s linear infinite;
  -moz-animation: moveclouds 18s linear infinite;
  -o-animation: moveclouds 18s linear infinite;
}
.x8 {
  border: 5px solid #6FDA44;
  left: -250px;
  bottom: 250px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}
.x9 {
  border: 5px dotted #78AC53;
  left: 200px;
  bottom: 200px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}
.x10 {
  border: 5px dashed #123F63;
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
  bottom: 150px;
}
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}
@-moz-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}
@-o-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  100% {
    margin-left: -1000px;
  }
}
/* -19.1 COMING SOON PAGE */
.extra-page-content h1, .extra-page-content h4 {
  margin-bottom: 10px;
}
.countdown-timer {
  margin-bottom: 35px;
}
.countdown-timer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.countdown-timer ul li {
  display: inline-block;
  margin-right: 25px;
  margin-left: 25px;
}
.countdown-timer ul li span {
  display: block;
  font-size: 35px;
}
.extra-page-content .logo {
  margin-bottom: 15px;
  font-size: 35px;
  color: #ffffff;
}
.extra-page-content .logo {
  margin-bottom: 35px;
  font-size: 50px;
  color: #ffffff;
  display: inline-block;
}
.extra-page-content .logo:first-letter {
  font-size: 70px;
}
/* Animations */
@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
    /* Safari, Chrome */
    -moz-transform: translateY(0);
    /* Firefox 3.5~16.0 */
    -ms-transform: translateY(0);
    /* IE9~10 */
    -o-transform: translateY(0);
    /* Opera 10.5~12.10 */
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(30px);
    /* Safari, Chrome */
    -moz-transform: translateY(30px);
    /* Firefox 3.5~16.0 */
    -ms-transform: translateY(30px);
    /* IE9~10 */
    -o-transform: translateY(30px);
    /* Opera 10.5~12.10 */
    transform: translateY(30px);
  }
}
.heroMock {
  -webkit-animation-name: UpDown;
  -moz-animation-name: UpDown;
  /* Firefox 5.0~16.0 */
  animation-name: UpDown;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  /* Firefox 5.0~16.0 */
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  /* Firefox 5.0~16.0 */
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  /* Firefox 5.0~16.0 */
  animation-direction: alternate;
}
@-webkit-keyframes heroMock {
  0% {
    -webkit-transform: translateX(0);
    /* Safari, Chrome */
    -moz-transform: translateX(0);
    /* Firefox 3.5~16.0 */
    -ms-transform: translateX(0);
    /* IE9~10 */
    -o-transform: translateX(0);
    /* Opera 10.5~12.10 */
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(30px);
    /* Safari, Chrome */
    -moz-transform: translateX(30px);
    /* Firefox 3.5~16.0 */
    -ms-transform: translateX(30px);
    /* IE9~10 */
    -o-transform: translateX(30px);
    /* Opera 10.5~12.10 */
    transform: translateX(30px);
  }
}
.rate_list_ul {
  position: relative;
}
.rate_list_ul li {
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px 0;
  border-radius: 4px;
  background: #8b5145 0% 0% no-repeat padding-box;
  /* background: #2D2C31 0% 0% no-repeat padding-box; */
  padding: 15px 20px 15px 25px;
  border: solid 1px #000;
}
.rate_list_ul li:first-child {
  margin-top: 0;
}
.rate_list_ul li i {
  left: -10px;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  font-size: 10px;
  border: 2px solid;
  color: #fff !important;
  background: #1C1C1C;
  -webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.1);
  box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.1);
}
.policy_list_ul {
  position: relative;
}
.policy_list_ul li {
  margin-top: 15px;
  font-weight: 700;
  color: black;
  letter-spacing: 1px;
  font-size: 16px;
  padding-left: 34px;
  line-height: 24px;
  margin-left: 30px;
  background: rgba(222, 238, 252, 0.15);
  border-radius: 4px;
}
.policy_list_ul li:first-child {
  margin-top: 0;
}
.policy_list_ul li i {
  left: 20px !important;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  font-size: 10px;
  color: #fff !important;
  background: #4284f3;
  -webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.1);
  box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.1);
}
.bg-dark {
  background: #222d39;
}
.bg-main {
  background: #d0e5fb;
}
.shaded-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
 
.white_txt, .white_txt p, .white_txt h1, .white_txt h2, .white_txt h3, .white_txt h4, .white_txt h5, .white_txt h6 {
  color: #fff;
}
.single_result {
  padding: 15px 15px;
  text-align: center;
  color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.18);
  transition: 0.6s;
  position: relative;
  border: 1px solid #ffffff;
  background: #8b5145;
}
.single_result h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 50px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.single_result:hover {
  background-color: #1C1C1C;
  color: #fff;
}
.single_result:hover h4 {
  color: #fff;
}
.single_result:hover p.price-table-last {
  color: #fff;
}
.single_result:hover .g_rtime p {
  color: #000;
  background-color: rgb(243 201 64);
}
.single_result ul {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
.single_result ul li {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  width: 32%;
}
.single_result ul li p {
  padding: 10px 0;
  font-size: 29px;
  color: #fff;
  margin: 0;
}
.g_rtime p {
  text-align: left;
  color: #fff;
  border-radius: 5px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #151517;
  font-weight: bold;
  background-color: #1C1C1C;
}
.g_rtime p span {
  float: right;
}
.time-table table {
    background: transparent linear-gradient(135deg, #151517 0%, #2D2C31 100%) 0% 0% no-repeat padding-box;
}
.time-table table tr th {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px;
    margin: 5px;
    background: transparent linear-gradient(135deg, #151517 0%, #2D2C31 100%) 0% 0% no-repeat padding-box;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: transparent linear-gradient(135deg, #151517 0%, #2D2C31 100%) 0% 0% no-repeat padding-box;
}
.table td a:hover {
    background: transparent linear-gradient(135deg, #151517 0%, #2D2C31 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #151517;
    color: #fff;
}
.table td, .table th {
    border-top: 1px solid #fff;
    color: #fff;
}
.pricing_inner a {
    /* background-color: #011b8c; */
    border: 2px solid #151517;
    color: #000;
    width: 100%;
    display: block;
    font-weight: bold;
    border-radius: 30px;
    font-size: 18px;
}
.single_result p.price-table-last {
  font-size: 30px;
  margin: 0;
  color: #000;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #ffb934;
    border: solid 1px #fff;
}
.col_center {
  float: none;
  margin: 0 auto;
}
.best-game-section .hero-image img { 
  position: relative;
  width: 300px; 
}
.hero-image img { 
  position: relative;
  width: 400px; 
}
.input_img {
  margin-top: 11px;
}
.submitBtn {
  margin-top: 25px;
}
#errormsg {
  text-align: left !important;
}
.logo-dark {
  width: 180px;
}
/* .logo-light {
  width: 150px;
} */
.text-align {
  text-align: center !important;
}
.btn-store {
  color: #d2d2d2;
  min-width: 215px;
  padding: 10px 15px !important;
  border-color: #dddddd !important;
  background: #222d39;
}
.btn-store.btn-store-c2 {
  background: #44576b;
}
.btn-store:focus, .btn-store:hover {
  color: #ffffff !important;
  background-color: #171f27;
  border-color: #171f27 !important;
}
.btn-store img {
  width: 38px;
  margin-right: 10px;
}
.btn-store .fa {
  font-size: 40px;
  color: #7fff85;
}
.btn-store .btn-label, .btn-store .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
  margin-top: 2px;
  font-size: 12px;
}
.btn-store .btn-caption {
  font-size: 24px;
}
.btn-whatsapp {
  padding: 10px 15px !important;
  border: 1px dashed #222d39;
  display: inline-block;
  min-width: 300px;
}
.btn-whatsapp img {
  width: 44px;
  margin-right: 10px
}
.btn-whatsapp span {
  font-size: 24px;
  text-align: left;
  line-height: 1.9;
  color: #D7AC2C;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}
.dtm_box {
  background: #fff;
}
.d-table {
  display: table;
  width: 100%;
  height: 100%;
}
.d-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.row_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row_col > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row.row_col:after, .row.row_col:before {
  display: none;
}
.dtm_box_inner .dtm_title {
  color: black;
  font-weight: 700;
}
.dtm_box_inner font {
  color: black;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: black;
  font-weight: 700;
}
.dtm_box_inner h4 {
  margin-bottom: 0;
  color: black;
  font-weight: 700;
}
.plr-0 {
  padding-left: 0;
  padding-right: 0;
}
.dtm_box {
  border: 1px solid #000;
  text-align: center;
}
.dtm_title {
  border-bottom: 1px solid #000;
  margin: 0;
  color: black;
  font-weight: 700;
  text-align: center;
}
.dtm_box_mid {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.col-2s {
  -ms-flex: 0 0 14.28%;
  flex: 0 0 14.28%;
  max-width: 114.28%;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .col-md-2s {
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 114.28%;
    margin-bottom: 18px;
  }
}
.chart_result {
  color: red !important;
}
.minh500p {
  min-height: 500px;
}
.banner-section-two {
  position: relative;
  padding-top: 140px;
  overflow: hidden;
  padding-bottom: 50px;
  background-color: #efc60f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
a.btn-whatsapp {
  background-color: rgb(243 201 64);
}
a.btn-whatsapp span {
  color: #fff;
}
.banner-section-two .layers-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
  z-index: 0;
}
.banner-section-two .layers-box .layer-one {
  position: absolute;
  right: -25%;
  top: 0%;
  width: 450px;
  height: 578px;
  z-index: 3;
  background-repeat: no-repeat;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.banner-section-two .layers-box .layer-two {
  position: absolute;
  right: -100%;
  top: 0px;
  width: 1203px;
  height: 1062px;
  z-index: 2;
  background-repeat: no-repeat;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.banner-section-two .layers-box .layer-three {
  position: absolute;
  right: -100%;
  top: 0%;
  width: 1879px;
  height: 1224px;
  background-repeat: no-repeat;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.banner-section-two .layers-box .layer-one.now-in-view {
  right: 0%;
}
.banner-section-two .layers-box .layer-two.now-in-view {
  right: 0%;
  transition-delay: 300ms;
}
.banner-section-two .layers-box .layer-three.now-in-view {
  right: 0%;
  transition-delay: 600ms;
}
.hero-content h2 {
    font-size: 60px;
	color: #fff;
} 
.hero-content h2 i {
    font-style: normal;
    font-size: 55px;
}
.buttons-st {
    display: flex;
    gap: 20px;
}
.result-section {
  width: 100%;
  height: 100%;
  padding: 80px 0 80px 0;
  background-color: #021b8c;
  background-position: center 0;
  margin-top: -20px;
  background: #1C1C1C;
  /* background: linear-gradient(180deg, rgba(2,27,140,1) 0%, rgba(22,55,205,1) 100%); */
  background-repeat: repeat;
}
.market-chart {
  width: 100%;
  height: 100%;
  padding: 120px 0;
  position: relative;
  margin-top: -75px;
  background-color: #8b5145;
  /* background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%); */
}
.best-game-section {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding: 120px 0 80px 0;
  background-color: #1C1C1C;
  margin-top: -20px;
  /* background: rgb(2, 27, 140); */
  /* background: linear-gradient(180deg, rgba(2, 27, 140, 1) 0%, rgba(22, 55, 205, 1) 100%); */
}
.pricing_inner_head h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    border: 1px solid #f0db73; 
    padding: 15px 0;
    margin: 5px;
    background: transparent linear-gradient(135deg, #151517 0%, #2D2C31 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
}
.pricing_inner ul li {
    color: #f0db73;
}
.pricing_inner a {
  /* background-color: #011b8c; */
  color: #fff;
  width: 100%;
  display: block;
  border: solid #fff 1px;
  font-weight: bold;
  border-radius: 30px;
  font-size: 18px;
}
.best-game-section h2.m-30px-b{color: #fff;}
.online-game{background: url(../img/7_winner-bg.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    padding: 160px 0 120px;
    position: relative;}
.pricing_inner .time-table table {
    width: 280px;
}
span.logo_text {
  color: linear-gradient(#fff, #000 );
  /* background-image: linear-gradient(red, yellow); */
  background: -webkit-linear-gradient(#8b5145, #fff);
  -webkit-background-clip: text;
  padding: 10px 0;
  font-size: 20px;
  font-family: auto;
  -webkit-text-fill-color: transparent;
}
tr:last-child td {
  padding: 0;
}
tr:last-child td a {
  border-radius: 0; 
  padding: 10px 0;
}
.pricing_inner .time-table {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: flex-start;
}
.mb-40{ margin-bottom:50px;}
.best-app-text {
  width: 100%;
  height: 100%;
  padding: 120px 0 80px 0;
  background-position: center 0;
  background-repeat: repeat;
  background-color: #8b5145;
  /* background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%); */
}
.download-section {
    width: 100%;
    height: 100%;
    background: url(../img/winner-bg.png);
    padding: 120px 0 80px 0;
    background-position: center 0;
    background-repeat: repeat;
    margin: -10px 0 0 0;
}
.para-text p {
    color: #000;
    line-height: normal;
    margin: 0 0 15px 0;
    text-align: justify;
}
.how-play-section {
  width: 100%;
  height: 100%;
  padding: 120px 0 80px 0;
  background-color: transparent;
  background-position: center 0;
  background-repeat: repeat;
  margin: -10px 0 0 0;
  background-color: #8b5145;
  /* background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%); */
}
.how-works-item .icon-outer {
    color: #fff;
    background: transparent linear-gradient(135deg, #151517 0%, #2D2C31 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #151517;
    font-size: 38px;
    border-radius: 12px;
    padding: 5px 25px;
}
.how-works-item .icon-outer span {
    color: #fff;
}
.how-play-section h2 {
    color: #000;
}
section.inp-form- {
    background: transparent linear-gradient(90deg, #151517 0%, #2D2C31 50%, #151517 100%) 0% 0% no-repeat padding-box;
}
.footer-black {
    background: #2D2C31 0% 0% no-repeat padding-box;
    line-height: normal;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.hero-content h2 {
    font-size: 55px;
    color: #fff; 
}



/************************19-2-2024************************/
 
.footer-inp span img {
    width: 120px;
}
body {
    font-size: 14px;
}
.footer-inp span p {
    text-align: center;
    text-transform: capitalize;
    color: #333;
    margin: 0 0 -5px 25px;
    font-weight: bold;
    line-height: 17px;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .footer-inp {
    flex-direction: column;
    margin-bottom: 20px;
}
    .footer-inp span p { 
    margin: 0 0 -5px 20px; 
    line-height: 16px;
    font-size: 14px;
}
.footer-inp span img {
  margin-bottom: 20px !important;
}
}



.neonShadow{ 
  border:none; 
  transition:0.3s;
  background-color:rgba(156, 161, 160,0.3);
  animation: glow 1s infinite ;
  transition:0.5s;
}
.neonShadow {
  display: block;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-right: 2.5%;
  font-size: 1.2rem;
  transition: 0.3s;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 30px;
}
.neonShadow:hover{
    transition: 0.3s;
    opacity: 1;
    font-weight: 700;
    }

    @keyframes glow {
      0% {
        background-color: #1C1C1C; 
      }
      20% {
        background-color: #f83205; 
      }
      40% {
        background-color: #33FF57;
      }
      60% {
        background-color: #750dba; 
      }
      80% {
        background-color: #c00fc0;
      }
      100% {
        background-color: rgb(243, 201, 64); 
      }
    }
    
.footer-inp span {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 0 0 50px 0;
  justify-content: center;
  padding: 0 0 50px 0;
  border-bottom: solid 2px #fff;
  background-color: transparent;
}
.footer-inp span p {
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    font-weight: bold;
    line-height: normal;
    margin: 25px 0 0 0;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
}
.footer-inp span img {
    width: 400px;
}
/* ======= contact style ======== */
.Industry_bg {
  background-color: #eaf1f2;
  }
  .induuu {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  box-shadow: 0px 0px 10px -8px;
  }
  .induuu::before {  
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  transform: translateY(50%);
  transition: all 0.3s linear;
  }
  .induuu:hover:before {
  background-color: #ceeac9;
  transform: translateY(0);
  z-index: -1;
  }
  .industry_title p {
  margin: 0;
  padding-top: 20px;
  color: #000;
  }
  .service_title {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  text-align: center;
  }
  .service_back_1 {
    cursor: pointer;
    height: 300px;
    border-radius: 5px;
    padding: 40px 45px;
    background-color: #8b5145;
    transition: 0.3s;
}
  .qwert {
  background: #8b5145;
  }
  .service_back_1:hover{
  background-color: #1C1C1C;
  }
  .service_back_1:hover .font_contact{
    color: #fff;
    }
  .service_back_1:hover .color-p{
    color: #fff;
    }
  .service_back_1:hover .contact_title p a{
    color: #fff;
    }
  .service_back_heading p {
  color: #333;
  font-weight: 600;
  font-size: 17px;
  }
  .text_w {
  width: 285px;
  }
  .service_back_heading p {
  margin: 0;
  padding: 16px 0;
  }
  .service_content_w {
  text-align: center;
  padding: 120px 0px;
  }
  button.button-submit {
  border: none;
  background: #8bc34a;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  }
  p.font_contact {
    font-weight: 800;
    font-size: 18px;
    color: #0a0a0d;
}
.color-p{
     color: white;;
}
.contact_title{
  text-align: center;
}
.contact_title p {
  margin: 0;
}
.contact_title p a{
  color: white;
  text-decoration: none;
}
.contact-icon img {
  width: 50px;
  margin-bottom: 10px;
}
.contact_text_main {
  align-items: center;
  text-align: center;
}
.glance_text_main p {
  font-size: 20px;
  font-weight: 600;
  color: #777;
}
.btn-style {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}
.custom_btn {
  border: 1px solid;
}