* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
li,
ul {
    margin: 0;
    padding: 0;
}


:root {
    --bg: rgb(17, 24, 39);
    --brand: rgb(79, 70, 229);
    --text-color: #ffffff;
    --cl1: #444;
    --ff1: 'Poppins', sans-serif;
    --ff2: 'Great Vibes', cursive;
}
body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* common css end */

/* banner section */
#banner{
    height: 100vh;
}
/* .banner-img{
  padding: 200px 0;
}
.banner-img img{
  -webkit-animation: upDown 5s infinite;
  animation: upDown 5s infinite;
  border-radius: 10px;
}


@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
} */
/* #banner{
    background-color: var(--bg);
    padding: 100px 0;
} */
/* .banner-text h5{
    color: var(--text-color);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px;
    border: 1px solid rgb(255 255 255 / 0.1);
    width: fit-content;
    border-radius: 30px;
    transition: all linear .3s;
}
.banner-text h5:hover{
    border-color: rgb(255 255 255 / 0.2);
}
.banner-text h1{
    font-size: 3.75rem;
    line-height: 1.2;
    color: var(--text-color);
    padding: 20px 0;
    font-weight: 700;
}
.banner-text p{
    font-size: 1.5rem;
    color: var(--text-color);
    padding: 20px 0;
    font-weight: 400;
} */
/* banner section */
/* ========================================
                nav part start
   ========================================*/

   .main-menu{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    /* margin-top: 20px; */
    background: rgba(0, 0, 0, 0.562);
}
.main-menu ul  li a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    margin: 0 15px;
    transition: .3s;
}
.main-menu ul  li a:hover{
    color: var(--brand);
}
/* ========================================
                nav part start
   ========================================*/


/* ========================================
                banner part start
   ========================================*/
   #banner {
       position: relative;

   }
   .banner-text h1 {
	font-size: 3.75rem;
	line-height: 1.2;
	color: var(--text-color);
	padding: 20px 0;
	font-weight: 700;
}
.banner-text p {
	font-size: 1.5rem;
	/* line-height: 1; */
	color: var(--text-color);
	padding: 20px 0;
	font-weight: 400;
}
   .banner_text{
    padding-top: 50px;
}
   .banner_item {
    height: 100vh;
    padding: 200px 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner_item::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.banner_text h1 {
	color: var(--subclr);
	font-size: 45px;
	font-weight: 700;
	font-family: var(--ff1);
	letter-spacing: 2px;
}
.banner_text h1 span{
	color: var(--brand);
    font-size: 40px;
}

.banner_text p {
    color: var(--subclr);
    font-size: 17px;
    font-weight: 400;
    font-family: var(--ff1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    padding-top: 30px;
    position: relative;
}

#banner .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#banner .slick-dots li button {
    font-size: 0;
    border: 1px solid #ffffff;
    background: transparent;
    margin: 0 8px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: var(--brand) !important;
}

slick-dots li.slick-active button, #banner .slick-dots li.slick-active button {
	background: var(--brand);
	border-color: var(--brand);
}

.why-us-img img,
.about-img img,
.banner-img img{
    -webkit-animation: upDown 5s infinite;
    animation: upDown 5s infinite;
    border-radius: 10px;
  }

/*
  @-webkit-keyframes upDown {
    0% {
      -webkit-transform: translateY(-45px);
      transform: translateY(-45px);
    }

    50% {
      -webkit-transform: translateY(45px);
      transform: translateY(45px);
    }

    100% {
      -webkit-transform: translateY(-45px);
      transform: translateY(-45px);
    }
  }

  @keyframes upDown {
    0% {
      -webkit-transform: translateY(-45px);
      transform: translateY(-45px);
    }

    50% {
      -webkit-transform: translateY(45px);
      transform: translateY(45px);
    }

    100% {
      -webkit-transform: translateY(-45px);
      transform: translateY(-45px);
    }
  } */
/* ========================================
                banner part end
   ========================================*/

/* report section */
#report{
    padding: 80px 0;
}
/* From Uiverse.io by alexroumi */
.report-btn button {
	padding: 10px 20px;
	border: unset;
	border-radius: 15px;
	color: #212121;
	z-index: 99999999999999999 !important;
	background: #e8e8e8;
	position: relative;
	font-weight: 600;
	font-size: 15px;
	-webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
	box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
	transition: all 250ms;
	overflow: hidden;
	margin-top: 25px;
}

 .report-btn button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #5449e5;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  transition: all 250ms
 }

 .report-btn button:hover {
  color: #e8e8e8;
 }

 .report-btn button:hover::before {
  width: 100%;
 }
/* report section */

/* service section */
#service{
    padding: 80px 0;
    background: #f5f6f8;
}
.feedback-title h4,
.service-title h4{
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
}
.service-card{
    padding: 70px 20px;
    border: 2px solid rgb(255 255 255 / 0.1);
    border-radius: 10px;
    background-color: var(--text-color);
}
.service-card:hover{
    box-shadow: rgba(126, 126, 126, 0.1) 0px 4px 12px;
}
.service-card h4{
    font-weight: 600;
    font-size: 31px;
    /* border-bottom: 2px solid #222; */
}
.service-card i{
    font-size: 40px;
    padding-bottom: 30px;
    color: rgb(79, 70, 229);
}
.service-card p{
    font-weight: 400;
    font-size: 22px;
    padding-top: 10px;
}
.service-content{
    margin-top: 40px;
}


.read-more-btn button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  margin-top: 30px;
 }

 .read-more-btn button.learn-more {
  width: 12rem;
  height: auto;
 }

 .read-more-btn button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
 }

 .read-more-btn button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
 }

 .read-more-btn button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
 }

 .read-more-btn button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
 }

 .read-more-btn button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
 }

 .read-more-btn button:hover .circle {
  width: 100%;
 }

 .read-more-btn button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }

 .read-more-btn button:hover .button-text {
  color: #fff;
 }

.benefits-btn button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  margin-top: 30px;
 }

 .benefits-btn button.learn-more {
  width: 84%;
  height: auto;
 }

 .benefits-btn button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
 }

 .benefits-btn button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
 }

 .benefits-btn button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
 }

 .benefits-btn button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
 }

 .benefits-btn button.learn-more .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 3.85rem;
	color: #282936;
	font-weight: 500;
	/* line-height: 1.6; */
	text-align: left;
	text-transform: uppercase;
}

 .benefits-btn button:hover .circle {
  width: 100%;
 }

 .benefits-btn button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }

 .benefits-btn button:hover .button-text {
  color: #fff;
 }
/* service section */

/* key-benefits section */
#key-benefits{
    padding: 80px 0;
}
.key-benefits-text h4{
    color: rgb(79, 70, 229);
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 40px;
}
.key-benefits-text ul li i{
    color: rgb(79, 70, 229);
    font-size: 20px;
    padding-right: 10px;
}
.key-benefits-text ul li p span{
    font-weight: 600;
    font-size: 20px;
}
.key-benefits-text ul li p{
    font-weight: 400;
    font-size: 18px;
}
.key-benefits-text ul li{
    padding-bottom: 30px;
}
.key-benefits-img img{
    border-radius: 20PX;
    height: 360PX;
}
.key-benefits-img{
    position: relative;
}
.key-benefits-img-more {
	position: absolute;
	top: 0;
	left: 100%;
	width: 50%;
	padding: 20px;
	border-radius: 20px;
	z-index: 99999999999;
	transform: translate(-50%,-50%);
}
/* key-benefits section */

/* feedback section */
#feedback{
    padding: 80px 0;
    background-color: #f5f6f8;
}
.feedback-inner{
    padding: 70px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    margin-bottom: 55px;
    margin-right: 12px;
    margin-left: 12px;
    position: relative;
}
.feedback-img {
	position: absolute;
	bottom: -52px;
	left: 35px;
  border: 5px solid #fff;
}
.star{
  color: rgb(243, 127, 11);
}
.feedback-inner h6{
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;

}
.slick-dots {
    position: absolute;
    bottom: -45px;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #222;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li.slick-active button {
    background: #000;
    border-color: #000;
  }
  .feedback-content{
    margin-top: 40px;
  }
/* feedback section */

/* score-form section */
#score-form{
    padding: 100px 0;
}
.score-form-content{
    padding: 30px 20px;
    /* box-shadow: rgba(126, 126, 126, 0.1) 0px 4px 12px; */
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form-title{
    /*! color: ; */
    font-weight: 700;
    font-size: 35px;
    /*! padding-bottom: 16px; */
}
.score-form-content form label{
    color: #000;
}
/* .score-form-content form input{
    background: #f1f1f1;
    border: none;
} */
.score-form-content form select{
    /* background: #f1f1f1; */
    color: #666;
}

/* score-form section */

/* footer section*/
.footer {
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
  padding-top: 100px;
  background-color: #f5f5f8;
}

.footer .footer-newsletter {
  /* background-color: color-mix(in srgb, #fff, transparent 95%); */
  background-color: #fff;
  padding: 50px 0;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  background-color: color-mix(in srgb, #f5f5f8, transparent 50%);
  border: 1px solid color-mix(in srgb, #f5f5f8, transparent 90%);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  transition: 0.3s;
  border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--brand);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: color-mix(in srgb, #f5f5f8, transparent 50%);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--brand);
  color: var(--text-color);
  transition: 0.3s;
  border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--brand), transparent 20%);
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--brand), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--brand), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--text-color);
  background: var(--brand);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--brand);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--brand);
}

.footer .footer-about a {
  color: var(--brand);
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/* footer section*/


.input-group {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .input-group .input-group-text {
    cursor: pointer;
    background-color: #e9ecef;
    border-color: #ced4da;
  }

  .input-group .form-control {
    text-align: center;
  }

  .input-group .input-group-text:first-child {
    margin-right: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .input-group .input-group-text:last-child {
    margin-left: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .input-group .form-control[type="text"] {
    appearance: textfield;
    -moz-appearance: textfield;
  }

  .report-section h4{
    font-weight: 700;
    font-size: 25px;
  }

    /* page 2 */
    #heading {
      text-transform: uppercase;
      color: var(--brand);
      font-weight: normal;
    }

    #msform {
      text-align: center;
      position: relative;
      margin-top: 20px;
    }

    #msform fieldset {
      background: white;
      border: 0 none;
      border-radius: 0.5rem;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding-bottom: 20px;
      position: relative;
    }

    .form-card {
      text-align: left;
    }

    #msform fieldset:not(:first-of-type) {
      display: none;
    }

    #msform input,
    #msform textarea {
      padding: 8px 15px 8px 15px;
      border: 1px solid #ccc;
      border-radius: 0px;
      margin-bottom: 25px;
      margin-top: 2px;
      width: 100%;
      box-sizing: border-box;
      font-family: montserrat;
      color: #2c3e50;
      background-color: #eceff1;
      font-size: 16px;
      letter-spacing: 1px;
    }

    #msform input:focus,
    #msform textarea:focus {
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: 1px solid var(--brand);
      outline-width: 0;
    }

    #msform .action-button {
      width: 100px;
      background: var(--brand);
      font-weight: bold;
      color: white;
      border: 0 none;
      border-radius: 0px;
      cursor: pointer;
      padding: 10px 5px;
      margin: 10px 0px 10px 5px;
      float: right;
    }

    #msform .action-button:hover,
    #msform .action-button:focus {
      background-color: #311b92;
    }

    #msform .action-button-previous {
      width: 100px;
      background: #616161;
      font-weight: bold;
      color: white;
      border: 0 none;
      border-radius: 0px;
      cursor: pointer;
      padding: 10px 5px;
      margin: 10px 5px 10px 0px;
      float: right;
    }

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
      background-color: #000000;
    }

    .card {
      z-index: 0;
      border: none;
      position: relative;
    }

    .fs-title {
      font-size: 25px;
      color: var(--brand);
      margin-bottom: 15px;
      font-weight: normal;
      text-align: left;
    }

    .purple-text {
      color: var(--brand);
      font-weight: normal;
    }

    .steps {
      font-size: 25px;
      color: gray;
      margin-bottom: 10px;
      font-weight: normal;
      text-align: right;
    }

    .fieldlabels {
      color: gray;
      text-align: left;
    }

    #progressbar {
      margin-bottom: 30px;
      overflow: hidden;
      color: lightgrey;
    }

    #progressbar .active {
      color: var(--brand);
    }

    #progressbar li {
      list-style-type: none;
      font-size: 15px;
      width: 33.33%;
      float: left;
      position: relative;
      font-weight: 400;
    }

    #progressbar #account:before {
      font-family: FontAwesome;
      content: "\f13e";
    }

    #progressbar #personal:before {
      font-family: FontAwesome;
      content: "\f007";
    }

    #progressbar #payment:before {
      font-family: FontAwesome;
      content: "\f041";
    }

    #progressbar #confirm:before {
      font-family: FontAwesome;
      content: "\f015";
    }

    #progressbar li:before {
      width: 50px;
      height: 50px;
      line-height: 45px;
      display: block;
      font-size: 20px;
      color: #ffffff;
      background: lightgray;
      border-radius: 50%;
      margin: 0 auto 10px auto;
      padding: 2px;
    }

    #progressbar li:after {
      content: "";
      width: 100%;
      height: 2px;
      background: lightgray;
      position: absolute;
      left: 0;
      top: 25px;
      z-index: -1;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
      background: var(--brand);
    }

    .progress {
      height: 20px;
    }

    .progress-bar {
      background-color: var(--brand);
    }

    .fit-image {
      width: 100%;
      object-fit: cover;
    }
    #main-form{
      background-color: #f5f5f8;
      padding: 50px ;
    }
    
    /* Remove padding for tablets and mobile */
    @media (max-width: 1024px) { /* For tablets and smaller screens */
      #main-form {
        padding: 0; /* Remove padding */
      }
    }
    
    @media (max-width: 768px) { /* For mobile devices */
      #main-form {
        padding: 0; /* Remove padding */
      }
    }
    
    #main-form .card{
      padding: 10px !important;
    }
    /* Custom CSS*/
  .input-group {
    display: flex;
    align-items: center;
}

.input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.input-group .form-control {
    width: auto;
}

/* preloader */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1b1b1b;
    z-index: 10000009;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid var(--brand);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*Custom Code*/
.report-btn a{
  transition: all linear .3s;
  color: #000;
}
.report-btn button:hover a{
  color: #fff;
}

.banner-text
{
  padding: 150px 0;
}
.banner-form-text
{
  padding: 150px 0;
}
/*
.banner-text h5{
  margin: 0 auto;
} */
    /* Styling the card container */
    #result-card {
      background-color: #f8f9fa;
      border: 1px solid #dee2e6;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      max-width: 600px;
      margin: auto;
  }

  /* Styling the heading */
  #result-card h2 {
      color: #007bff;
      font-size: 24px;
      margin-bottom: 15px;
      text-align: center;
  }

  /* Styling the text */
  #result-card p {
      font-size: 16px;
      color: #343a40;
      line-height: 1.5;
      margin: 10px 0;
  }

  #result-card span {
      font-weight: bold;
      color: #495057;
  }

  /* Adding padding and margins to make the card more spacious */
  .card {
      padding: 20px;
      margin-bottom: 20px;
  }

  /* Responsive design for mobile */
  @media (max-width: 768px) {
      #result-card {
          padding: 15px;
          max-width: 100%;
      }

      #result-card h2 {
          font-size: 20px;
      }

      #result-card p {
          font-size: 14px;
      }
  }
  body{
    direction: ltr;
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: all 0.25s ease-in-out 0s;
  }
     .particles-js {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 99999999999999999;
    }

    .btn_top_bottom {
        color: #fff;
        text-align: center;
        background: var(--brand);
        text-align: center;
        font-size: 15px;
        cursor: pointer;
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 99999999999;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 8px;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
    }

    .btn_top_bottom i p {
        color: var(--subclr);
        font-size: 8px;
        padding-top: 10px;
        letter-spacing: 2px;
    }

    .btn_top_bottom {
        display: none;
    }
/* contact form */
#contact {
    background-color: #6a9ac4;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-box {
    width: clamp(100px, 90%, 1000px);
    margin: 80px 50px;
    display: flex;
    flex-wrap: wrap;
  }

  .contact-links, .contact-form-wrapper {
    width: 50%;
    padding: 8% 5% 10% 5%;
  }


  .contact-links {
    background-color: #1f2e43;
    background:
      radial-gradient(
        circle at 55% 92%, #426691 0 12%, transparent 12.2%
      ),
      radial-gradient(
        circle at 94% 72%, #426691 0 10%, transparent 10.2%
      ),
      radial-gradient(
        circle at 20% max(78%, 350px), #263a53 0 7%, transparent 7.2%
      ),
      radial-gradient(
        circle at 0% 0%, #263a53 0 40%, transparent 40.2%
      ),
      #1f2e43;
    border-radius: 10px 0 0 10px;
  }

  .contact-form-wrapper {
    background-color: #ffffff8f;
    border-radius: 0 10px 10px 0;
  }

  @media only screen and (max-width: 800px) {
    .contact-links, .contact-form-wrapper {
      width: 100%;
    }

    .contact-links {
      border-radius: 10px 10px 0 0;
    }

    .contact-form-wrapper {
      border-radius: 0 0 10px 10px;
    }
  }

  @media only screen and (max-width: 400px) {
    .contact-box {
      width: 95%;
      margin: 8% 5%;
    }
  }


  .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
  }

  .link {
    margin: 10px;
    cursor: pointer;
  }

 .link a img {
    width: 45px;
    height: 45px;
    filter:
      hue-rotate(220deg)
      drop-shadow(2px 4px 4px #0006);
    transition: 0.2s;
    user-select: none;
  }

 .link a img:hover {
    transform: scale(1.1, 1.1);
  }
.contact-links h2{
    color: var(--text-color);
    font-weight: 600;
    font-size: 25px;
}
 .link a img:active {
    transform: scale(1.1, 1.1);
    filter:
      hue-rotate(220deg)
      drop-shadow(2px 4px 4px #222)
      sepia(0.3);
  }

  .form-item {
    position: relative;
  }

  .contact-form-wrapper form label, input, textarea {
    font-family: 'Poppins', sans-serif;
  }

  .contact-form-wrapper form label {
    position: absolute;
    top: 10px;
    left: 2%;
    color: #999;
    font-size: clamp(14px, 1.5vw, 18px);
    pointer-events: none;
    user-select: none;
  }

  .contact-form-wrapper form  input, textarea {
    width: 100%;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 12px;
    font-size: clamp(15px, 1.5vw, 18px);
  }

  .contact-form-wrapper form input:focus+label,
  .contact-form-wrapper form input:valid+label,
  .contact-form-wrapper form textarea:focus+label,
  .contact-form-wrapper form textarea:valid+label {
    font-size: clamp(13px, 1.3vw, 16px);
    color: #777;
    top: -20px;
    transition: all .225s ease;
  }

  .submit-btn {
    background-color: #fd917e;
    filter: drop-shadow(2px 2px 3px #0003);
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-size: clamp(16px, 1.6vw, 18px);
    display: block;
    padding: 12px 20px;
    margin: 2px auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
  }

  .submit-btn:hover {
    transform: scale(1.1, 1.1);
  }

  .submit-btn:active {
    transform: scale(1.1, 1.1);
    filter: sepia(0.5);
  }




/* contact form */

/* footer section */
.footer-distributed{
    background: rgba(0, 0, 0, 0.849);
    /* box-shadow: 0 1px 1px 0 rgba(146, 14, 14, 0.12); */
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
  }

  /* Footer left */

  .footer-distributed .footer-left{
    width: 40%;
  }

  /* The company logo */

  .footer-distributed h3{
    color:  #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
  }

  .footer-distributed h3 span{
    color:  var(--brand);
  }

  /* Footer links */

  .footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
  }

  .footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    text-decoration: none;
    color:  inherit;
  }

  .footer-distributed .footer-company-name{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }

  /* Footer Center */

  .footer-distributed .footer-center{
    width: 35%;
  }

  .footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }

  .footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
  }

  .footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight:400;
    vertical-align: middle;
    margin:0;
  }

  .footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
  }

  .footer-distributed .footer-center p a{
    color:  var(--brand);
    text-decoration: none;;
  }

  .footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }

  .footer-distributed .footer-links .link-1:before {
    content: none;
  }

  /* Footer Right */

  .footer-distributed .footer-right{
    width: 20%;
  }

  .footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
  }

  .footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .footer-distributed .footer-icons{
    margin-top: 25px;
  }

  .footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
  }

  /* If you don't want the footer to be responsive, remove these media queries */

  @media (max-width: 880px) {

    .footer-distributed{
      font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
    }

    .footer-distributed .footer-center i{
      margin-left: 0;
    }

  }
/* footer section */
.sec-title{
    position:relative;
    z-index: 1;
    margin-bottom:60px;
  }

  .sec-title .title{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #00aeef;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .sec-title h2{
    position: relative;
    display: block;
    font-size:40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom:18px;
  }

  .sec-title h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:50px;
    height:3px;
    background-color:#d1d2d6;
  }

  .sec-title .text{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
  }

  .sec-title.light h2{
    color: #ffffff;
  }
.sec-title{
    margin-top: 60px;
}
  .sec-title.text-center h2:before{
    left:50%;
    margin-left: -25px;
  }

  .list-style-one{
    position:relative;
  }

  .list-style-one li{
    position:relative;
    font-size:16px;
    line-height:26px;
    color: #222222;
    font-weight:400;
    padding-left:35px;
    margin-bottom: 12px;
  }

  .list-style-one li:before {
      content: "\f058";
      position: absolute;
      left: 0;
      top: 0px;
      display: block;
      font-size: 18px;
      padding: 0px;
      color: #ff2222;
      font-weight: 600;
      -moz-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1.6;
      font-family: "Font Awesome 5 Free";
  }

  .list-style-one li a:hover{
    color: #44bce2;
  }

  .btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #00aeef;
  }

  .btn-style-one:hover{
    background-color: #0794c9;
    color: #ffffff;
  }
  .about-section{
    position: relative;
    padding: 120px 0 70px;
  }

  .about-section .sec-title{
    margin-bottom: 45px;
  }

  .about-section .content-column{
    position: relative;
    margin-bottom: 50px;
  }

  .about-section .content-column .inner-column{
    position: relative;
    padding-left: 30px;
  }

  .about-section .text{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
  }

  .about-section .list-style-one{
    margin-bottom: 45px;
  }

  .about-section .btn-box{
    position: relative;
  }

  .about-section .btn-box a{
    padding: 15px 50px;
  }

  .about-section .image-column{
    position: relative;
  }

  .about-section .image-column .text-layer{
      position: absolute;
      right: -110px;
      top: 50%;
      font-size: 325px;
      line-height: 1em;
      color: #ffffff;
      margin-top: -175px;
      font-weight: 500;
  }

  .about-section .image-column .inner-column{
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
  }
  .inner-column img{
    border-radius: 20px;
  }
  .about-section .image-column .inner-column .author-desc{
      position: absolute;
      bottom: 16px;
      z-index: 1;
      background: orange;
      padding: 10px 15px;
      left: 96px;
      width: calc(100% - 152px);
      border-radius: 50px;
  }
  .about-section .image-column .inner-column .author-desc h2{
      font-size: 21px;
      letter-spacing: 1px;
      text-align: center;
      color: #fff;
    margin: 0;
  }
  .about-section .image-column .inner-column .author-desc span{
      font-size: 16px;
      letter-spacing: 6px;
      text-align: center;
      color: #fff;
    display: block;
    font-weight: 400;
  }
  /* .about-section .image-column .inner-column::before {
	content: '';
	position: absolute;
	width: calc(50% + 80px);
	height: calc(100% + 180px);
	top: -33px;
	left: -3px;
	background: transparent;
	z-index: 0;
	border: 44px solid var(--brand);
} */
.lightbox-image{
    margin-top: 100px;
}
  .about-section .image-column .image-1{
    position: relative;
  }
  .about-section .image-column .image-2{
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .about-section .image-column .image-2 img,
  .about-section .image-column .image-1 img{
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
        border-radius: 46px;
  }

  .about-section .image-column .video-link{
    position: absolute;
    left: 70px;
    top: 170px;
  }

  .about-section .image-column .video-link .link{
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .about-section .image-column .video-link .link:hover{
    background-color: #191e34;
    color: #fff;
  }
.serv-icon i{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: var(--brand);
    font-size: 15px;
    margin-right: 10px;
}
.serv-icon h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
/* *********************** */

/* new */

.about-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px;
}

.about-box {
    flex: 1 1 calc(25% - 20px);
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.about-box h3 {
    color: #007bff;
    margin-bottom: 15px;
}

.about-box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
}
.hero {
    background: url('solar-homes-data-analytics.jpg') no-repeat center center;
    background-size: cover;
    color: black;
    padding-top: 50px;
    text-align: center;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
    color: black;
}

.hero p {
    font-size: 1.5rem;
}
.contact-section {
    background: #007bff;
    color: white;
    padding: 40px 20px;
    text-align: center;
}
.about-box i{
    font-size: 40px;
  padding-bottom: 30px;
  color: rgb(79, 70, 229);
}
.about-box h3{
    font-weight: 600;
  font-size: 29px;
  color: #000;
}
.about-box p{
    font-weight: 400;
  font-size: 15px;
}
.contact-section a {
    color: #ffc107;
    text-decoration: none;
    font-weight: bold;
}

footer {
    background: #343a40;
    color: white;
    padding: 20px;
    text-align: center;
}

footer a {
    color: #ffc107;
    text-decoration: none;
    margin: 0 10px;
}
