@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #c3c3ff #497d97;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}


/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}



@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #ff695f;
  font-weight: 700;
  opacity: 1;
  text-transform: capitalize;
}

.section-heading span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff695f;
  opacity: 0.15;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  display: flex;
  align-items: center;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px 0px #03a4ed;
}


.background-header .main-nav .nav li:hover a {
  color: #ff685f !important;
}

.background-header .nav li a.active {
  color: #ff685f !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  box-shadow: 0px 0px 10px 0px #03a4ed;
}

.header-area .logo img {
  max-width: 150px;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;

}


.header-area .main-nav .nav {
  align-items: center;
  float: right;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}


.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #c3c3ff;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ff685f !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ff685f !important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #ff685f !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav li a.active {
  color: #ff685f;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {

  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ff685f !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    padding: 0px 15px;
    text-align: center;
    ;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .background-header .nav {
    margin-top: 80px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff685f !important;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #ff695f;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #ff695f;
  border-radius: 50%;
}

h2 span {
  color: #ff695f;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 0px 60px 0px;
  position: relative;
  overflow: hidden;
}

@media(max-width: 991px) {
  .main-banner {
    padding: 90px 0px 60px 0px;
  }
}

.main-banner:after {
  content: '';
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 267px;
  height: 532px;
  opacity: 0.3;
}

@media(max-width: 576px) {
  .main-banner::after {
    opacity: .6;
  }
}


.main-banner .item h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
}

@media(max-width: 576px) {
  .main-banner .item h2 {
    font-size: 40px;
    line-height: 52px;
  }
}

.main-banner .item h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .item h2 span {
  color: #ff695f;
}

.main-banner .item p {
  margin: 20px 0px;
}


.main-banner .active:before {
  color: #ff685f;
  border-bottom: 3px solid #ff685f;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.counter .services-left-dec img {
  width: 387px;
  height: 638px;
  left: -80px;
  top: -140px;
  position: absolute;
  z-index: 1;
}

.counter .services-right-dec img {
  width: 305px;
  height: 305px;
  right: 25px;
  bottom: -120px;
  position: absolute;
  z-index: 1;
  opacity: 0.7;
}

.counter .container {
  position: relative;
}

.counter {
  position: relative;
  margin-top: 0px;
  padding: 50px;
}

.counter .card {
  background-color: #000000;
  border-radius: 50px 50px 0 50px;
}

.counter .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.counter .section-heading h2 {
  margin: 0px 60px;
  margin-bottom: -10px;
}

@media(max-width: 576px){
  .counter {
    padding: 0px;
  }
  .counter .section-heading h2 {
    margin: 0px;
  }
}


.counter-icon {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4rem;
  border-radius: 50px 50px 0 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5px 0px #03a4ed;
  font-size: 40px;
  color: #03a4ed;
  margin-bottom: 20px;
}

.counter-icon img{
  max-width: 45px;
}

.counter-box {
  border-radius: 50px 50px 0 50px;
  padding: 30px 20px;
  transition: all 0.4s ease;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  background: #031d44;
  position: relative;
  z-index: 1;
}


.counter-number {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}
.counter-title {
  font-size: 18px;
  font-weight: 600;
  color: #03a4ed;
  margin-top: 10px;
}

.img-div{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-div .img-bg{
  height: 400px;
  width: 400px;
  border-radius: 50%;
  background-color: #000c15;
  box-shadow: 0px 0px 10px 0px #03a4ed;
}

@media(max-width: 576px){
  .img-div .img-bg{
    height: 300px;
    width: 300px;
  }
}

.profit-section h5{
  color: #c3c3ff;
}

.profit-section p{
  color: #e0e0e0;
}


/* 
---------------------------------------------
CTA
--------------------------------------------- 
*/

.cta-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  scroll-margin-top: 50px;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.cta-title em{
  color: #03a4ed;
}

.cta-description {
  font-size: 18px;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #031d44;
  color: #03a4ed;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: background 0.3s ease;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  background: rgba(3, 164, 237, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.6s ease;
  z-index: -1;
}

.cta-button:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 1;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-dec {
  width: 100%;
  margin-top: 160px;
}

footer {
  margin-top: -50px;
  z-index: 2;
  position: relative;
}

footer .footer-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 30px;
}

footer .about .logo img {
  width: 89px;
  margin-bottom: 30px;
}

footer .about a {
  color: #afafaf;
  font-weight: 300;
}

footer .about ul {
  margin-top: 20px;
}

footer .about ul li {
  display: inline-block !important;
  margin-right: 5px;
}

footer .about ul li a {
  width: 32px;
  height: 32px;
  background-color: #03a4ed;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  font-size: 15px;
}

footer .about ul li a:hover {
  background-color: #ff695f;
}

footer .footer-item ul li {
  display: block;
  margin-bottom: 12px;
}

footer .footer-item ul li:last-child {
  margin-bottom: 0px;
}

footer .footer-item ul li a {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
}

footer .footer-item ul li a:hover {
  color: #ff695f;
}

footer .footer-item p {
  font-size: 15px;
  color: #afafaf;
  margin-top: -5px;
}

footer .footer-item form {
  background-color: #03a4ed;
  height: 46px;
  border-radius: 23px;
  position: relative;
  margin-top: 15px;
}

footer .footer-item form input {
  line-height: 46px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  padding: 0px 20px;
  outline: none;
}

footer .footer-item form input::placeholder {
  color: #fff;
}

footer .footer-item form button {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
}

footer .copyright p {
  text-align: center;
  border-top: 1px solid #eee;
  color: #afafaf;
  margin-top: 50px;
  padding: 20px 0px;
  font-weight: 300;
}

footer .copyright p a {
  color: #ff695f;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 1240px) {
  .main-banner::before {
    width: 640px;
    height: 526px;
  }

}

  .footer-item {
    margin-bottom: 45px;
  }


.neon-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0a0f13;
  border-radius: 50px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 11px 25px 10px 25px;
  text-decoration: none;
  box-shadow: 0px 0px 10px 0px #03a4ed;
  position: relative;
  overflow: hidden;
  height: 50px;
  transition: all 0.3s ease;
  padding-right: 55px;
  /* space for the icon circle */
  width: auto;
}

.neon-button .text {
  z-index: 2;
  text-align: center;
  white-space: nowrap;
}

.neon-button .circle {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 15px #03a4ed;
  z-index: 1;
  transition: background-color 0.3s ease;
}

.neon-button i {
  color: #03a4ed;
  transition: transform 0.3s ease;
}

.neon-button:hover {
  color: #c3c3ff;
}

.mobile-menu ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.mobile-menu li {
  border-top: 1px dotted #03a4ed;
  border-bottom: 1px dotted #03a4ed;
  border-left: 3px solid #03a4ed;
  margin-bottom: 5px;
}

.mobile-menu li:first-child {
  border-top: none;
}


.mobile-menu a {
  display: block;
  padding: 12px 16px;
  font-weight: 600;
  color: #c3c3ff;
  text-decoration: none;
  transition: all 0.3s ease;
  /* border-left: 3px solid #55ca83; */

}

.mobile-menu a:hover {
  color: #ffffff;
  background-color: #14a0ff;

}

/* Custom Offcanvas */
.custom-offcanvas {
  position: fixed;
  top: 82px;
  left: -3000px;
  width: 300px;
  height: 100%;
  background-color: #000000;
  box-shadow: 0px 0px 10px 0px #03a4ed;
  transition: left 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
}

.custom-offcanvas.show {
  left: 0;
}

.offcanvas-backdrop {
  position: fixed;
  top: 82px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1050;
}

.offcanvas-backdrop.show {
  display: block;
}

/* Your Provided SVG Button Animation CSS */
.line {
  fill: none;
  stroke: #03a4ed;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

/* Menu Button Basic Style */
.menu {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 1rem;
}

.footer-area {
  background: #000000f7;
  padding: 20px 0px;
  overflow: hidden;
}
.footer-area p{
  color: #c3c3ff;
}
.swal2-container {
  z-index: 9999 !important;
}

/*---------------------
  Contact
-----------------------*/
.contact {
  background: #0d0d0d;
  padding: 40px 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  scroll-margin-top: 50px;
}

select.form-control option {
  background-color: #f0f0f0;
  color: #333;
}

select.form-control option:hover {
  background-color: #4CAF50;
  color: white;
}

select.form-control option:checked {
  background-color: #4CAF50;
  color: white;
}

.entryarea {
  position: relative;
  height: 50px;
  line-height: 50px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media(max-width: 576px) {
  .entryarea {
      width: 100%;
  }
}

.entryarea input,
.entryarea textarea,
.entryarea select {
  position: absolute;
  width: 100%;
  outline: none;
  font-size: 1.5em;
  padding: 0 15px;
  line-height: 50px;
  border-radius: 10px;
  border: 1px solid #f0ffff;
  background: transparent;
  transition: 0.1s ease;
  z-index: 2;
}

.entryarea .labelline {
  position: absolute;
  font-size: 1.2em;
  color: #f0ffff;
  padding: 0 5px;
  margin: 0 20px;
  background-color: #0d0d0d;
  transition: 0.2s ease;
}

.entryarea input:focus,
.entryarea input:valid {
  color: #03a4ed;
  border: 1px solid #03a4ed;
}

.entryarea select:focus,
.entryarea select:valid {
  color: #03a4ed;
  border: 1px solid #03a4ed;
}

.entryarea textarea:focus,
.entryarea textarea:valid {
  color: #03a4ed;
  border: 1px solid #03a4ed;
}

.entryarea select:focus,
.entryarea select:valid {
  color: #03a4ed;
  border: 1px solid #03a4ed;
}

.entryarea input:focus+.labelline,
.entryarea input:valid+.labelline {
  color: #03a4ed;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  transform: translate(-15px, -16px) scale(0.88);
  z-index: 2;
}

.entryarea textarea:focus+.labelline,
.entryarea textarea:valid+.labelline {
  color: #03a4ed;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  transform: translate(-15px, -16px) scale(0.88);
  z-index: 2;
}

.entryarea select:focus+.labelline,
.entryarea select:valid+.labelline {
  color: #03a4ed;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  transform: translate(-15px, -16px) scale(0.88);
  z-index: 2;
}

.entryarea textarea:not(:focus):not(:valid)+.labelline {
  color: #f0ffff;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  transform: translate(0, 0) scale(1);
  z-index: 1;
}

.entryarea select:not(:focus):not(:valid)+.labelline {
  color: #f0ffff;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
  transform: translate(0, 0) scale(1);
  z-index: 1;
}

/* scroll to top area */
.scroll-to-top {
  display: inline-block;
  background: #031d44;
  width: 40px;
  height: 60px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
  position: fixed;
  bottom: -60px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
  box-shadow: 0px 0px 10px 0px #03a4ed;
}

.scroll-to-top span {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}

.scroll-to-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.section-title h2{
  color: #e0e0e0;
}

.section-title h1{
  color: #03a4ed;
  font-weight: bold;
}

.contact-widget {
  background: #100028;
  padding-bottom: 70px;
}

.contact__widget__item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}


.contact__widget__item__icon {
  height: 50px;
  width: 50px;
  border: 1px solid #c3c3ff;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

@media(max-width: 576px){
  .contact__widget__item__icon {
    height: 40px;
    width: 40px;
    border: 1px solid #c3c3ff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
  }
}

.contact__widget__item__icon i {
  font-size: 20px;
  color: #c3c3ff;
}

.contact__widget__item__text {
  overflow: hidden;
  padding-top: 7px;
}

.contact__widget__item__text p a{
  font-size: 22px;
  color: #c3c3ff;
  font-weight: 600;
  margin-bottom: 10px;
}

@media(max-width: 576px) {
  .contact__widget__item__text p {
      font-size: 16px;
      margin-bottom: 10px;
  }
  .contact__widget__item__text p a{
    font-size: 16px;
  }
}

.step-box {
  box-shadow: 0px 0px 10px 0px #03a4ed;
  padding: 30px 20px;
  border-radius: 8px;
  background-color: #031d44;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  width: 96%;
  margin: 0% 2%;
}

.step-number {
  font-size: 72px;
  font-weight: bold;
  color: #527f9f;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 0;
  opacity: 0.5;
}

.step-box h5 {
  color: #c3c3ff;
  margin-bottom: 20px;
}

.step-box p {
  color: #e0e0e0;
  line-height: 24px;
}

.step-img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .step-box {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .step-number {
    font-size: 42px;
  }
}

.cssbuttons-io-button {
  background: #031d44;
  color: white;
  padding: 0.35em;
  padding-left: 1em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  margin: 0 auto;
  box-shadow: rgb(250, 208, 3) 0px 0px 10px;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
  right: 0.3em;
}

.cssbuttons-io-button .icon i {
  width: 1.1em;
  color: #7b52b9;
}

.contact .cssbuttons-io-button {
  margin-top: 80px;
}
.btn-wrap{
  position: relative;
  z-index: 2;
}
.blog-section {
  background: #f9f9f9;
}

.blog-card {
  transition: transform 0.3s ease;
  background-color: #031d44;
}

.blog-card .card-title {
  color: #c3c3ff;
}

.blog-card .card-text {
  color: #e0e0e0;
  line-height: 24px;
}

.blog-details .card-title {
  text-align: center;
}