@font-face {
  font-family: 'Rubik';
  src: url(../fonts/Rubik-VariableFont_wght.ttf);
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

body {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #6D747C;
  line-height: 1.5em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #3772FF;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
}

ul,
ul li,
ol,
ol li {
  list-style: none;
  margin: 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  margin: 0 0 15px;
  background: none;
  color: #010101;
  line-height: 1.30em;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

input,
button,
select,
textarea {
  font-family: 'Rubik', sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

p {
  position: relative;
  line-height: 1.50em;
  margin-bottom: 20px;
}

.text {
  position: relative;
  line-height: 1.50em;
  margin-bottom: 0px;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1330px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.theme-btn {
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 8px 30px;
  border: 2px solid #3772FF;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  background: #3772FF;
  border-radius: 22px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-one span {
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

.btn-style-one i {
  position: relative;
  display: inline-block;
  top: -1px;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 24px;
  z-index: 1;
}

.btn-style-one i img {
  position: relative;
  max-height: 24px;
}

.btn-style-one:hover {
  color: #3772FF;
  background: none;
  border-color: #3772FF;
}

.btn-style-two {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 8px 30px;
  border: 2px solid #414073;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  background: none;
  border-radius: 22px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-two span {
  position: relative;
  display: inline-block;
  top: -1px;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 24px;
  z-index: 1;
}

.btn-style-two i {
  position: relative;
  display: block;
  top: -1px;
  z-index: 1;
}

.btn-style-two i img {
  position: relative;
  max-height: 24px;
}

.btn-style-two:hover {
  color: #ffffff;
  background: #3772FF;
  border-color: #3772FF;
}

.btn-style-three {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 10px 30px;
  border: 2px solid #48DCA8;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #48DCA8;
  box-shadow: 0px 15px 30px rgba(72, 220, 168, 0.25);
  border-radius: 8px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-three span {
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

.btn-style-three i {
  position: relative;
  display: inline-block;
  top: -1px;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 24px;
  z-index: 1;
}

.btn-style-three i img {
  position: relative;
  max-height: 24px;
}

.btn-style-three:hover {
  color: #48DCA8;
  background: none;
  border-color: #48DCA8;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.ex-bold-font {
  font-weight: 800;
}

.heavy-font {
  font-weight: 900;
}

.bg-lightgrey {
  background-color: #f6f7f8;
}

.no-bg {
  background: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.grey-color {
  color: #333333 !important;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

form {
  position: relative;
}

/* Default Form Style */

.default-form {
  position: relative;
}

form .form-group {
  position: relative;
  margin-bottom: 30px;
}

form .row {
  margin: 0 -15px;
}

form .row .form-group {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}

form .field-inner {
  position: relative;
  display: block;
}

form .field-inner .alt-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 16px;
  color: #24a77e;
  z-index: 1;
  pointer-events: none;
}

form .form-group .field-label {
  position: relative;
  display: block;
  color: #101010;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 7px;
}

form .form-group .e-label {
  position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="password"],
form .form-group input[type="tel"],
form .form-group input[type="url"],
form .form-group input[type="file"],
form .form-group input[type="number"],
form .form-group textarea,
form .form-group select {
  position: relative;
  display: block;
  height: 48px;
  width: 100%;
  font-size: 16px;
  color: #101010;
  line-height: 24px;
  font-weight: 400;
  padding: 11px 20px;
  background-color: #ffffff;
  border: 1px solid #DCDCE7;
  border-radius: 24px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

form .form-group textarea {
  height: 150px;
  padding-top: 15px;
  resize: none;
}

form .form-group select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
  cursor: pointer;
}

form .form-group select option {
  line-height: 24px;
  padding-left: 25px;
  text-indent: 25px;
  cursor: pointer;
}

form .form-group input[type="submit"],
form .form-group button {
  display: inline-block;
}

form .form-group input[type="text"]:focus,
form .form-group input[type="email"]:focus,
form .form-group input[type="password"]:focus,
form .form-group input[type="tel"]:focus,
form .form-group input[type="url"]:focus,
form .form-group input[type="file"]:focus,
form .form-group input[type="number"]:focus,
form .form-group textarea:focus,
form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
  border-color: #3772FF;
}

form ::-webkit-input-placeholder {
  color: #656363;
}

form ::-moz-input-placeholder {
  color: #656363;
}

form ::-ms-input-placeholder {
  color: #656363;
}

form label.error {
  color: #ff0000;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  padding-top: 7px;
  line-height: 24px;
}

/*** 

====================================================================

  Main Header style

====================================================================

***/

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0px 0px;
  background: none;
  min-height: 84px;
  z-index: 999;
}

.main-header .auto-container {
  max-width: 1330px;
  padding: 0 20px;
}

.main-header .header-upper {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  background: none;
  padding: 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.fixed-header .header-upper {
  position: fixed;
  top: 0;
  background: #050023;
  border-bottom-color: #414073;
}

.main-header ul,
.main-header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-header .main-box {
  position: relative;
  padding: 0px;
}

.main-header .main-box .logo-box {
  position: relative;
  display: block;
  float: left;
  padding: 27px 0px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  z-index: 5;
}

.main-header .main-box .logo-box .logo {
  position: relative;
  display: block;
  float: left;
}

.main-header .main-box .logo-box .logo img {
  position: relative;
  display: block;
  height: 30px;
  z-index: 1;
}

.main-header .nav-box {
  position: relative;
  float: right;
}

.main-header .header-upper .links-box {
  position: relative;
  float: left;
  padding-top: 20px;
  margin-left: 70px;
}

.main-header .header-upper .links-box .link {
  position: relative;
  float: left;
  margin-right: 15px;
}

.main-header .header-upper .links-box .link:last-child {
  margin-right: 0;
}

.main-header .header-upper .links-box .link .theme-btn {
  position: relative;
  display: block;
  padding-right: 25px;
  padding-left: 25px;
}

.main-header .header-upper .links-box .call-btn {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #03030f;
  line-height: 32px;
  padding-left: 60px;
}

.main-header .header-upper .links-box .call-btn .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  background: #01020f;
  color: #ffffff;
  border-radius: 50%;
}

.main-header .header-upper .links-box .call-btn .icon img {
  max-height: 30px;
}

.main-header .nav-outer {
  position: relative;
  float: left;
}

.main-menu {
  position: relative;
  display: block;
  padding: 0px 0px;
}

.main-menu .navbar-collapse {
  padding: 0px;
  margin: 0px;
  border: none;
  box-shadow: none;
}

.main-menu .navigation {
  position: relative;
  z-index: 1;
}

.main-menu .navigation>li {
  position: relative;
  display: block;
  float: left;
  padding: 20px 0px;
  margin-left: 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #E0E0E0;
  padding: 7px 0px;
  font-weight: 500;
  line-height: 30px;
  text-transform: none;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

body.home-two {
  background: #ffffff;
  color: #6D747C;
}

body.home-two h1,
body.home-two h2,
body.home-two h3,
body.home-two h4,
body.home-two h5,
body.home-two h6 {
  color: #283445;
}

body.home-two .scroll-to-top {
  background: #48DCA8;
}

/*** 

====================================================================
  Header Two
====================================================================

***/

.header-two.fixed-header .header-upper {
  position: fixed;
  top: 0;
  background: #ffffff;
  border-bottom-color: #48DCA8;
}

.header-two .main-menu .navigation>li>a {
  color: #283445;
  font-size: 14px;
  text-transform: uppercase;
}

.header-two .main-menu .navigation>li>a.mPS2id-highlight-first,
.header-two .main-menu .navigation>li>a.mPS2id-highlight-last {
  color: #48DCA8;
  text-decoration: none;
  opacity: 1;
}

.header-two .header-upper .links-box {
  padding-top: 23px;
  margin-left: 80px;
}

.header-two .header-upper .links-box .link .theme-btn {
  padding: 7px 25px;
  font-size: 14px;
}

/*** 

====================================================================
  Banner Two
====================================================================

***/
.banner-section {
  position: relative;
}
.banner-two .banner-container {
  position: relative;
}

.banner-two .curve-layer {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 260px;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}

.banner-two .banner-container {
  padding: 120px 0 120px;
}

.banner-two .text-col {
  position: relative;
  margin-bottom: 30px;
}

.banner-two .text-col h1 {
  position: relative;
  color: #101010;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.45em;
  margin-bottom: 25px;
}

.banner-two .text-col .inner {
  position: relative;
  max-width: 620px;
  padding-top: 30px;
}

.banner-two .text-col .text {
  position: relative;
  color: #6D747C;
  max-width: 520px;
}

.banner-two .text-col .links-box {
  position: relative;
  padding-top: 45px;
}

.banner-two .text-col .links-box .link {
  position: relative;
  float: left;
  margin-right: 44px;
}

.banner-two .text-col .links-box .link:last-child {
  margin-right: 0;
}

/*** 

====================================================================
  Title Box Two
====================================================================

***/

.title-box-two {
  position: relative;
  margin-bottom: 60px;
}

.title-box-two.centered {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 60px;
}

.title-box-two h2 {
  position: relative;
  font-weight: 600;
  line-height: 1.40em;
  text-transform: capitalize;
  padding-bottom: 12px;
  margin: 0 0;
}

.title-box-two h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 106px;
  border-bottom: 4px solid #48DCA8;
}

.title-box-two.centered h2:before {
  left: 50%;
  margin-left: -53px;
}

.title-box-two .text-content {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  color: #6D747C;
  padding-top: 32px;
  max-width: 420px;
  margin: 0 auto;
}

.title-box-two .links-box {
  position: relative;
  padding-top: 40px;
}

.title-box-two .links-box .link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.title-box-two.centered .links-box .link {
  margin: 0 10px;
}

.title-box-two h4 {
  position: relative;
  font-weight: 500;
  padding-top: 15px;
  text-transform: capitalize;
}

/*** 

====================================================================
  Intro Two
====================================================================

***/

.intro-two {
  position: relative;
  padding: 70px 0px 70px;
}

.intro-two .auto-container {
  max-width: 1140px;
}

.intro-two .image-col {
  position: relative;
  order: 0;
  margin-bottom: 30px;
}

.intro-two .image-col .inner {
  position: relative;
  min-height: 100%;
}

.intro-two .image-col .image {
  position: relative;
  display: block;
}

.intro-two .image-col .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
}

.intro-two .text-col {
  position: relative;
  order: 12;
}

.intro-two .text-col .inner {
  position: relative;
  padding-left: 30px;
  padding-top: 30px;
}

.intro-two .info-block {
  position: relative;
  margin-bottom: 30px;
}

.intro-two .info-block .inner-box {
  position: relative;
  display: block;
  max-width: 490px;
  padding-left: 75px;
  padding-top: 10px;
  min-height: 70px;
}

.intro-two .info-block .inner-box:before {
  content: '';
  position: absolute;
  left: 24px;
  top: 48px;
  height: 100%;
  border-left: 2px dashed #679FEF;
}

.intro-two .info-block:last-child .inner-box:before {
  display: none;
}

.intro-two .info-block .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0A8F61;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.intro-two .info-block .inner-box:hover .icon-box {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.intro-two .info-block h5 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.intro-two .info-block .text {
  max-width: 330px;
  font-size: 14px;
  line-height: 22px;
}

/*** 

====================================================================
  Why Section Two
====================================================================

***/

.why-section-two {
  position: relative;
  padding: 80px 0px 40px;
}

.why-section-two:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(30, 58, 205, 0.04) 6.53%, rgba(247, 247, 247, 0) 18.35%);
  ;
  background: -ms-linear-gradient(right top, #f6f7fd, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right top, #f6f7fd, rgba(0, 0, 0, 0));
}

.why-block-two {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.why-block-two .inner-box {
  position: relative;
  display: block;
  padding: 40px 40px;
  background: none;
  min-height: 100%;
  border: 1px solid #DCDCE7;
  border-radius: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.why-block-two .inner-box:hover {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}

.why-block-two .inner {
  position: relative;
  min-height: 94px;
  padding-left: 120px;
}

.why-block-two .icon-box {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-block-two .inner:hover .icon-box {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.why-block-two .icon-box img {
  position: relative;
  max-height: 94px;
}

.why-block-two h4 {
  line-height: 1.5em;
  margin-bottom: 12px;
}

.why-block-two .text {
  position: relative;
  color: #6D747C;
  line-height: 1.5em;
}

/*** 

====================================================================
  How It Works Two
====================================================================

***/

.how-it-works-two {
  position: relative;
  padding: 0px 0px 90px;
}

.how-it-works-two .upper-row {
  position: relative;
  padding-bottom: 30px;
}

.how-it-works-two .upper-row .title {
  position: relative;
  float: left;
  margin-bottom: 30px;
}

.how-it-works-two .upper-row .more-link {
  position: relative;
  float: right;
  margin-bottom: 30px;
}

.how-it-works-two .upper-row .more-link a {
  position: relative;
  color: #283445;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
}

.how-it-works-two .upper-row .more-link a .icon {
  padding-left: 12px;
}

.how-it-works-two .image-col {
  position: relative;
  margin: 10px 0;
}

.how-it-works-two .image-col .inner {
  position: relative;
  min-height: 100%;
}

.how-it-works-two .image-col .image {
  position: relative;
  display: block;
}

.how-it-works-two .image-col .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
}

.how-it-works-two .text-col {
  position: relative;
}

.how-it-works-two .text-col .inner {
  position: relative;
}

.info-block-two {
  position: relative;
  margin-bottom: 40px;
}

.info-block-two .inner-box {
  position: relative;
  display: block;
  max-width: 230px;
  min-height: 100%;
}

.info-block-two .inner-box:hover .icon-box {
  transform: rotateY(180deg);
}

.info-block-two .icon-box {
  position: relative;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  font-size: 32px;
  line-height: 98px;
  text-align: center;
  background: none;
  border: 1px solid #DCDCE7;
  margin-bottom: 24px;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.info-block-two h5 {
  color: #283445;
  margin-bottom: 12px;
}

.info-block-two .text {
  position: relative;
}

/*** 

====================================================================
  Contact Section
====================================================================

***/

.contact-two {
  position: relative;
  padding: 0px 0px 70px;
}

.contact-two .curve-image {
  position: absolute;
  right: 0px;
  bottom: 120px;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.contact-two .info-col {
  position: relative;
  margin-bottom: 30px;
}

.contact-two .info-box {
  position: relative;
  padding: 28px 24px;
  background: #F6F6F6;
  border-radius: 20px;
}

.contact-two .info-box li {
  position: relative;
  display: block;
  margin: 0 0 24px;
  padding-top: 9px;
  color: #101010;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.contact-two .info-box li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  color: #48DCA8;
  background: #ffffff;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.06);
}

.contact-two .info-box li.phone .icon {
  color: #FF7A00;
}

.contact-two .info-box li.address .icon {
  color: #3813E7;
}

.contact-two .info-box li a {
  position: relative;
  color: #101010;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-two .info-box li a:hover {
  color: #48DCA8;
}

.contact-two .info-box li.map-link a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  line-height: 24px;
  color: #05C6FF;
  text-transform: capitalize;
  font-weight: 500;
}

.contact-two .info-box li.map-link a:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 0;
  bottom: -2px;
  border-bottom: 1px solid #05C6FF;
}

.contact-two .info-box li.map-link i {
  padding-right: 10px;
}

.contact-two .social-links {
  position: relative;
  padding-top: 20px;
}

.contact-two .social-links h6 {
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-two .social-links h6 span {
  position: relative;
}

.contact-two .social-links h6 span:after {
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 5px;
  bottom: 0;
  width: 100px;
  border-bottom: 1px solid #DCDCE7;
}

.contact-two .social-links li {
  position: relative;
  float: left;
  margin-right: 20px;
}

.contact-two .social-links li a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.0);
  border-radius: 6px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-two .social-links li a img {
  max-height: 32px;
}

.contact-two .social-links li a:hover {
  border-color: #48DCA8;
}

.contact-two .form-col {
  position: relative;
  margin-bottom: 30px;
}

.contact-two .form-box {
  position: relative;
  padding: 24px 24px 14px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.06);
}

.contact-two .form-box h4 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.contact-two .form-box h4:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  border-bottom: 2px solid #48DCA8;
}

.contact-two .form-box .form-group {
  margin-bottom: 16px;
}

.contact-two .form-box form input,
.contact-two .form-box form select,
.contact-two .form-box form textarea {
  position: relative;
  border-width: 2px;
  border-radius: 8px;
}

.contact-two .form-box form textarea {
  height: 115px;
}

.contact-two .form-box form input:focus,
.contact-two .form-box form select:focus,
.contact-two .form-box form textarea:focus {
  border-color: #48DCA8;
}

.contact-two form ::-webkit-input-placeholder {
  color: #6D747C;
}

.contact-two form ::-moz-input-placeholder {
  color: #6D747C;
}

.contact-two form ::-ms-input-placeholder {
  color: #6D747C;
}


.contact-two .form-box .theme-btn {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 8px auto 0;
  padding: 11px 20px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0px 15px 30px rgba(72, 220, 168, 0.25);
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.footer-two {
  position: relative;
  background: #fff;
  padding: 0 0;
}

.footer-two .upper-section {
  position: relative;
  padding: 60px 0px 40px;
}

.footer-two .footer-column {
  position: relative;
  margin-bottom: 30px;
}

.footer-two .footer-widget {
  position: relative;
}

.footer-two .widget-title {
  position: relative;
  margin-bottom: 30px;
}

.footer-two .widget-title h5 {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0;
  font-weight: 600;
}

.footer-two .footer-widget .widget-content {
  position: relative;
  display: block;
}

.footer-two .upper-section .footer-logo {
  position: relative;
  margin-top: -7px;
  margin-bottom: 30px;
}

.footer-two .upper-section .text {
  position: relative;
}

.footer-two .upper-section .link-box {
  position: relative;
  padding-top: 30px;
}

.footer-two .upper-section .links {
  position: relative;
}

.footer-two .upper-section .links li {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.footer-two .upper-section .links li:last-child {
  margin-bottom: 0;
}

.footer-two .upper-section .links li a {
  position: relative;
  display: block;
  font-weight: 400;
  color: #00D89E;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.footer-two .upper-section .links li a:hover {
  color: #48DCA8;
  text-decoration: underline;
}

.footer-two .upper-section .cards {
  position: relative;
  margin-bottom: 30px;
}

.footer-two .card {
  padding: 16px 10px;
  border: none !important;
}

.footer-two .lower {
  position: relative;
}

.footer-two .lower .inner {
  position: relative;
  display: block;
  padding: 22px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #F6F6F6;
  border-top: 1px solid rgba(220, 220, 231, 0.4);
}

.footer-two .lower .copyright {
  position: relative;
  text-align: center;
  color: #01020f;
}

.footer-two .lower .copyright a {
  position: relative;
}

.footer-two .lower .copyright a:hover {
  text-decoration: underline;
}

.casinos-box {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid #dcdce738;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}
.casinos-image {
  border-radius: 20px;
}
.casinos-image {
  height: 100%;
  width: auto;
}
.casinos-box li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.casinos-box li::before {
  content: "\2713";
  color: #48DCA8;
}
.rating,
.casinos-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rating p {
  margin-bottom: 0;
}
.rating .rating-number {
  color: #48DCA8;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
.rating svg {
  margin-top: 10px;
}
.rating_subtext {
  font-size: 12px;
}
.casinos-box h4 {
  font-size: 20px !important;
}
.casinos-btn {
  padding: 0 10px 0 0;
  row-gap: 5px;
}
.casinos-btn a {
  width: 100%;
}
.casinos-wrapper .text-white-50.text-center {
  padding: 10px;
  background-color: rgba(215, 38, 62, 0.2);
}
.casinos-wrapper .text-white-50.text-center a {
  color: white;
}
#intro-section .row {
  margin: 0 !important;
}
@media screen and (max-width:992px) {
  #home {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .casinos-wrapper {
    width: 100%;
  }
  .casinos-box {
    grid-template-columns: 1fr;
    padding: 20px;
    text-align: center;
    gap: 10px;
    width: 100%;
  }
  .casinos-box li {
    justify-content: center;
  }
  .casinos-image {
    max-width: 200px;
    margin: 0 auto;
  }
  .casinos-btn {
    padding: 0;
  }
  .footer-two .widget-title {
    margin-bottom: 16px;
  }
  .footer-two .widget-title br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .col-sm-3 img {
    max-width: 50%;
  }
  .casinos-box {
    grid-template-columns: 1fr;
  }
  .casinos-box .casinos-image {
    width: 100%;
    height: auto;
  }
  .casinos-box h4 {
    padding: 0 10px;
    text-align: center;
  }
  .casinos-btn {
    padding: 0 10px 10px;
  }
  .banner-two .text-col h1 {
    font-size: 36px;
  }
  .main-menu .navigation>li {
    margin-left: 20px;
  }
  .why-block-two .inner-box {
    padding: 40px 20px;
  }
  .why-block-two .inner {
    padding-left: 0;
  }
  .why-block-two .icon-box {
    position: relative;
    margin-bottom: 20px;
  }
  .title-box-two h2 {
    font-size: 28px;
  }
}
.verification {
  display: none;
}
.verification--open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.verification__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 802px;
  padding: 62px 78px 80px;
  background-color: #fff;
  border-radius: 20px;
}
.verification__text {
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 130%;
  text-align: center;
}
.verification__btn {
  min-width: 262px;
  margin-bottom: 20px;
}
.verification__btn:active {
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  .verification__area {
    width: 600px;
    padding: 32px 48px;
    background-size: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .verification__area {
    width: 400px;
    padding: 32px;
    background-position: center center;
  }
}
@media screen and (max-width: 575.98px) {
  .verification__area {
    width: 280px;
    padding: 16px;
  }
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
}
.docs {
  word-break: break-word;
  padding: 160px 20px 100px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: #00D89E;
  transition: 0.3s;
}
.docs a:hover {
  color: #101010;
}
@media screen and (max-width: 767.98px) {
  .docs {
    padding: 140px 0px 50px;
  }
  .docs h1 {
    font-size: 32px;
  }
  .docs h2 {
    font-size: 24px;
  }
  .docs h3 {
    font-size: 20px;
  }
}