.val-para{color:rgb(0, 0, 0); }
.val-ty{color:#1062ae; font-weight:bold; letter-spacing:2px;}
.ic-sec{text-align:center; padding:10px 0px;}
.val-para{font-size:15px;}
.val-ue{font-weight:bold; color: #fe7d09;}


section.key-features.py-5 {
    background: #1c1a1f !important;;
}


.ky-fet{color:#ffffff; text-align: center; font-weight:bold;}
.at-pat{color:#ffff; }
.key-bcklr{background-color: #1c1a1f;}
.icon-sec{text-align:center; padding:10px 0px;}
p{font-size:16px;}

:root {
  scroll-behavior: smooth;
}
@font-face {
font-family: "CustomFont";
src: url("../img/Gotham-Font/Gotham-Light.otf");

}
body {
   font-family: CustomFont;
font-weight:normal !important;
font-style:normal;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 10px 0;
  overflow: hidden;
}
.font-12 {
  font-size: 12px;
}
.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  letter-spacing: 1px;

  margin: 0;

  text-transform: uppercase;

  font-size: 24px;
  font-weight: 700;
  color: #e9a811;
}


.col-lg-12.thank-heading {
    color: white;
    margin-top: 51px;
}


.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 768px){
.col-lg-12.heading {
    margin-top: 20px !important;
}
}



.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
	    background: #fff;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #58585a;
  white-space: nowrap;
  transition: 0.3s;
}


.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #9ebf3a;
}

.navbar .getstarted {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #4154f1;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #4154f1;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #4154f1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# features Section
--------------------------------------------------------------*/
.features {
  width: 100%;
  height: 578px;
  background: url("https://freyrenergy.com/thankyou/assets/img/freyrenergy/banner.jpeg") top center no-repeat;

  background-size: cover;

  box-shadow: inset 0 0 0 2000px rgb(21 20 21 / 60%);
}

.col-lg-12.heading {
    text-align: center;
    margin-top: -30px;
}

.image-change {
    margin-top: 20px;
}

.features h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.features h2 {
  color: #fff;
  margin: 15px 0 0 0;
  font-size: 16px;
}

.features .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.features .btn-get-started span {

  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.features .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.features .btn-get-started:hover i {
  transform: translateX(5px);
}

.features .features-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .features {
    background-attachment: fixed;
  }
  .mt-lg-7 {
    margin-top: 7% !important;
  }
}

@media (max-width: 991px) {
  .features {
    height: auto;
    padding: 20px 0 60px 0;
  }
  .features .features-img {
    text-align: center;
    margin-top: 80px;
  }
  .features .features-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .features {
    text-align: center;
  }
  .features h1 {
    font-size: 32px;
  }
  .features h2 {
    font-size: 24px;
  }
  .features .features-img img {
    width: 100%;
  }
}
.banner-card {
  background-color: #ebf3f7;

  padding: 200px 30px;
  border-radius: 10px;

  box-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
}
/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #e9a811;
}

.about p {
  margin: 0px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}
.about .values .box h3 {
  font-size: 18px;
  color: #feb813;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.about .values .box {
  padding: 5px;
}
.dwone {
  background: #d8f3fc;
  box-shadow: none;
}
.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.hd-maon {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #e9a811 !important;
}

.about .btn-read-more span {

  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}

.counts .count-box p {
  padding: 0;
  margin: 0;

  font-size: 14px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  
  transition: 0.3s;
  height: 100%;

}
.freyrenergy .features .feature-box {
 
}
.bg-none .feature-box {
  background: none !important;
	box-shadow: none;
}


.features .feature-box h3 {
  font-size: 18px;
  color: #58585a;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #5a5a5c;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
  color: #fff;
}

.features .feature-box:hover i {
  background: #feba19;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

.footer {
  background: #9ebf3a;
  padding: 0 0 30px 0;
  font-size: 14px;
}
.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #58585a;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #4154f1;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 0px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5a5a5c;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e9a811;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #f6b317;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #5a5a5c;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}

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

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

.banner-card .col-form-label {
  color: #f1a900;
  font-weight: 600;
}

.banner-card {
  background-color: #fff;

  padding: 5px 20px;
  border-radius: 10px;

  box-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
}

.blue-btn {
  background: #5969f3;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.form-hd {
  color: #febb1d !important;
  font-size: 18px !important;
  text-align: center;
  padding-bottom: 20px;
}

.min-250 {
  min-height: 250px;
}
.main-hd {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #58585a !important;
}

@media (max-width: 575.98px) {
	.form-hd {
    
    font-size: 16px !important;
   
    padding-bottom: 5px;
}
	
  .mt-xs-20 {
    margin-top: 20% !important;
  }
  .features h1 {
    font-size: 20px;
  }
  .mt-xs-25 {
    margin-top: 25% !important;
  }
  .features h1 {
    font-size: 18px;
  }
  .features h2 {
    font-size: 15px;
  }
  .features .feature-box h3 {
    font-size: 14px;
  }
  .swiper-pagination {
    bottom: 30px !important;
  }
  .clients .clients-slider .swiper-pagination {
    margin-top: 40px;
  }
  .hd-maon {
    font-size: 18px !important;
  }
  .features {
    height: auto;
    padding: 15px 0 15px 0;
  }
  .about h2 {
    font-size: 18px;
  }
  .p-xs-0 {
    padding: 0px !important;
  }
  .min-250 {
    min-height: 190px;
  }
  
  .mt-xs-5 {
    margin-top: 5% !important;
  }
	.text-xs-left{ text-align: left;}
	.section-header h2{ font-size: 18px !important;}
}

@media (min-width: 576px) and (max-width: 767.98px) {
		.form-hd {
    
    font-size: 16px !important;
   
    padding-bottom: 5px;
}
	
  .mt-xs-20 {
    margin-top: 20% !important;
  }
  .features h1 {
    font-size: 20px;
  }
  .mt-xs-25 {
    margin-top: 15% !important;
  }
  .features h1 {
    font-size: 18px;
  }
  .features h2 {
    font-size: 15px;
  }
  .features .feature-box h3 {
    font-size: 14px;
  }
  .swiper-pagination {
    bottom: 30px !important;
  }
  .clients .clients-slider .swiper-pagination {
    margin-top: 40px;
  }
  .hd-maon {
    font-size: 18px !important;
  }
  .features {
    height: auto;
    padding: 15px 0 15px 0;
  }
  .about h2 {
    font-size: 18px;
  }
  .p-xs-0 {
    padding: 0px !important;
  }
  .min-250 {
    min-height: 190px;
  }
  
  .mt-xs-5 {
    margin-top: 5% !important;
  }
	.text-xs-left{ text-align: left;}
	.section-header h2{ font-size: 18px !important;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.header{ background: #FFF;}
	
	.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .Freyrsatisfaction img {
    margin-right: 10px;
    height: 200px;
  }
  .Freyrsatisfaction .swiper-slide {
    width: 230px !important;
    margin: 10px 30px;
    margin-right: 35px !important;
  }
  .pr-lg-3 {
    padding-right: 3% !important;
  }
  .mb-lg-4 {
    margin-bottom: 4%;
  }
  .pl-lg-4 {
    padding-left: 4% !important;
  }
	.mt-lg-4{ margin-top: 4%;}
}

@media (min-width: 1200px) {
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .Freyrsatisfaction img {
    margin-right: 10px;
    height: 200px;
  }
  .Freyrsatisfaction .swiper-slide {
    width: 230px !important;
    margin: 10px 30px;
    margin-right: 35px !important;
  }
  .pl-lg-4 {
    padding-left: 4% !important;
  }
  .pr-lg-3 {
    padding-right: 3% !important;
  }
  .mb-lg-4 {
    margin-bottom: 4%;
  }
  .pl-lg-3 {
    padding-left: 3% !important;
  }
	.mr-lg-3 {
    margin-right: 3% !important;
}
		.mr-lg-2 {
    margin-right: 2% !important;
}
}

.wt-lable label {
  color: #ffffff;
}
.sub-hd {
  font-size: 18px;
}

.sub-hd {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #58585a !important;
}
.inner-d-fs h3 {
  font-size: 14px !important;
  color: #000000 !important;
  font-weight: normal !important;
}
.section-header h2 {
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #e9a811;
}
.inner-d-fs .sub-hd {
  text-align: center;
}

.float-left {
  float: left !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.min-400 {
  min-height: 400px;
}
.pl-5-inner .feature-box {
  padding: 20px 5px;
}
.min-200 {
  min-height: 200px;
}
.orange-bg {
  background: #fb641b !important;
  border: solid #fb641b 1px;
  border-radius: 10px;
  color: #fff;
}

/* -------- why solar section ------- */
.whysolar-card-img {
  height: 180px !important;
  width: 100% !important;
  object-fit: contain;
}

.solar-card {
  border-radius: 8px;
 
}
.solar-card:hover {
  transition: 0.9s !important;
  transform: scale(1.1);
}

.transitionsec-content {
  line-height: 1.5 !important;
  font-size: 16px;
  letter-spacing: 0.1px;
}
.list-number {
  color: #fff;
  background: rgb(90, 90, 92);
  border-radius: 10px;
  font-size: 16px;
  padding: 3px 10px;
  margin: 0px 3px 0px 0px;
}
.list-number:hover {
  background-color: #feba19;
  color: #fff;
  transition: 0.5s;
}
.banner-card{ background:#58585a;  background-size: cover;}
.form-control {
    border: none;
    border-bottom: 2px solid #fff;
    display: block;
    width: 100%;
    height: 43px;
    font-size: 15px;
    background: none;

}

.home-froms label{ color: #fff;}
.c-wheat{ color: #fff;}
::-webkit-input-placeholder { /* Edge */
  color: #fff !important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
}
.form-control{ color: #fff;}
.hd-top{     border-radius: 10px;}


.font-why p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: #5c6770;
  
}

.font-why  {
    height: 500px;
}



.right-im {
    float: left;
    width: 100%;
	margin-bottom: 15px;
}
.right-im img{
        width: 10%;
}



/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
	.thank-heading h3{ font-size: 16px;}
	.footer {
    background: #feba1a;
    padding: 10px;
    font-size: 12px;
    float: left;
    width: 100%;
}
	.footer .copyright{ padding-top: 0px;}
	
	.features {
    height: 500px;
    background-size: cover;
}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) { 
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 
}


@media (min-width: 1200px) { 
	
}