/* =========== GOOGLE FONTS ========= */
/* @import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&family=Heebo:wght@300;400;500;600;700;800;900&display=swap"); */



.form-link a {
  text-decoration: none;
  /* background-color: greenyellow; */
}



/* ============================= 
    COMMON CSS
================================ */
html {
  scroll-behavior: smooth;
}

/* body {
  font-family: "Heebo", sans-serif;
  color: #585978;
} */

/* Footer */
#footer {
  color: green;
}

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

#footer a {
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

#footer a:hover {
  text-decoration: none;
}

#footer {
  background: #f3f3f3;
  padding-top: 80px;
}

#footer .widget-wrapper .footer-widget {
  margin-bottom: 50px;
}

#footer .widget-wrapper .footer-widget .logo {
  margin-bottom: 30px;
}

#footer .widget-wrapper .footer-widget p.desc {
  margin-bottom: 30px;
}

#footer .widget-wrapper .footer-widget .social-media {
  justify-content: flex-start;
}

#footer .widget-wrapper .footer-widget .social-media li a {
  background: rgba(47, 128, 237, 0.4);
  margin: 0;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  font-size: 20px;
}

#footer .widget-wrapper .footer-widget .social-media li a:hover {
  background: #2f80ed;
}

#footer .widget-wrapper .footer-widget h6 {
  font-weight: 600;
  color: #585978;
  margin-bottom: 35px;
  margin-top: 10px;
}

#footer .widget-wrapper .footer-widget .links li a {
  font-size: 16px;
  line-height: 32px;
  color: #585978;
}

#footer .widget-wrapper .footer-widget .links li a:hover {
  color: #2f80ed;
}

#footer .copyright-wrapper {
  border-top: 1px solid rgba(88, 89, 120, 0.4);
  padding: 20px 0;
}

#footer .copyright-wrapper p {
  font-size: 14px;
  font-weight: 500;
  /* text-align: center; */
  color: rgba(88, 89, 120, 0.6);
}

#footer .copyright-wrapper p a {
  color: inherit;
}

#footer .copyright-wrapper p a:hover {
  color: #2f80ed;
}

#footer {
  background: #323450;
}

#footer .widget-wrapper .footer-widget p {
  color: #ffffff;
}

#footer .widget-wrapper .footer-widget h6 {
  color: #ffffff;
}

#footer .widget-wrapper .footer-widget .social-media li a {
  background: rgba(255, 255, 255, 0.1);
}

#footer .widget-wrapper .footer-widget .social-media li a:hover {
  background: #2f80ed;
}

#footer .widget-wrapper .footer-widget .links li a {
  color: #ffffff;
}

#footer .widget-wrapper .footer-widget .links li a:hover {
  color: #2f80ed;
}

#footer .copyright-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}

/* #footer .social-media {
  display: flex;
  align-items: center;
} */

#footer .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .social-media li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2f80ed;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 8px;
}

/* End footer */

/*--------------------------------------------------------------
# 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-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
}

.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: #a2cce3;
}

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

/**
* Mobile Navigation 
*/

/* ToDO */
.header {
  color: #fff;
  font-size: 28px;
  /* cursor: pointer; */
  display: none;
  line-height: 0;
  transition: 0.5s;
}

/* @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(17, 38, 48, 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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

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

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

/* End navigation */

/**********************************
* Hero section
***********************************/
#hero {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("/images/rss-hero2-bg.jpg") #000 center top no-repeat;
  /* background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("../img/hero-bg.jpg") center top no-repeat; */
}

#hero h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  color: #fff;
}

@media (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }
}

/**********************************
* END Hero section
***********************************/
