/**
* Name: ROS
* Updated: Feb 28th 2024
* Author: Burhanverse 
*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url("../css/footer.css");
@import url("../css/rain.css");

:root {
  --bg-color: #111111;
  /* dark background color */
  --text-color: #cccccc;
  /* light text color */
  --highlight-color: #efef06;
  /* highlight color */

  /* define other variables for colors used in your code */
}

/* set default styles for elements */
body {
  background-color: var(--bg-color);
  color: var(--text-color);
}

/* define styles for specific elements */
.code {
  background-color: var(--bg-color);
  color: var(--text-color);
  border: 1px solid var(--highlight-color);
}

/* toggle between light and dark mode */
.dark-mode {
  --bg-color: #abb2bf;
  /* light background color */
  --text-color: #282c34;
  /* dark text color */
  --highlight-color: #efef06;
  /* highlight color */

  /* update other variables for colors used in your code */
}

/* apply dark mode styles to elements */
.dark-mode body {
  background-color: var(--bg-color);
  color: var(--text-color);
}

.dark-mode .code {
  background-color: var(--bg-color);
  color: var(--text-color);
  border: 1px solid var(--highlight-color);
}

/*--------------------------------------------------------
# download page boxbit
--------------------------------------------------------*/

.satanic {
  border: 3px solid #efef06;
  border-radius: 15px;
  padding: 10px;
}

.my-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00000000;
  border-radius: 15px;
  height: 50px;
  margin: 5px;
}

.my-box boxbit {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #f45050;
  color: #fff;
  border-radius: 0.5em;
  text-align: center;
  line-height: 0.7em;
  margin-left: -1px;
  height: 19px;
}

.my-box boxbit.dev {
  background-color: rgb(105, 0, 191);
  width: 80px;
  margin-right: 10px;
}

.my-box boxbit.lastdate {
  background-color: rgb(0, 140, 168);
  width: 100px;
}

.my-box boxbit.activestat {
  background-color: rgba(0, 154, 0, 0.983);
  margin-left: 10px;
  width: 80px;
}

.my-box boxbit.romdevstat {
  background-color: rgb(187, 140, 0);
  margin-left: 10px;
  width: 100px;
}

.my-box boxbit.inactivestat {
  background-color: rgb(185, 0, 0);
  margin-left: 10px;
  width: 100px;
}

.my-box boxbit:not(:last-child) {
  margin-right: 25px;
  margin-left: 25px;
}

/*--------------------------------------------------------
# wenprogress neon sir
---------------------------------------------------------*/
.wenprogress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 3px;
}

.neon {
  display: block;
  width: 0;
  height: inherit;
  background-color: #efef06;
  /*linear-gradient(90deg, #00ffaa, #ff5e31, #032ad9, #0cb000);*/
}

/*---------------------------------------------------------
# download page buttons 
---------------------------------------------------------*/
.button-like {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #efef06;
  color: #fff;
  border-radius: 0.5em;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
}

/*----------------------------------------------------------
# Fuck section 
----------------------------------------------------------*/

.fuck .fuck-list {
  padding: 0 100px;
}

.fuck .fuck-list ul {
  padding: 0;
  list-style: none;
}

.fuck .fuck-list li+li {
  margin-top: 15px;
}

.fuck .fuck-list li {
  padding: 16px;
  border: 3px solid #efef06;
  border-radius: 15px;
  position: relative;
  box-shadow: none;
}

.fuck .fuck-list a {
  display: block;
  position: relative;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.fuck .fuck-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #efef06;
}

.fuck .fuck-list .icon-show,
.fuck .fuck-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.fuck .fuck-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.fuck .fuck-list .icon-show {
  display: none;
}

.fuck .fuck-list .collapsed {
  color: #fff;
}

.fuck .fuck-list a.collapsed:hover {
  color: #fff;
}

.fuck .fuck-list .collapsed .icon-show {
  display: inline-block;
}

.fuck .fuck-list .collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .fuck .fuck-list {
    padding: 0;
  }
}

/*----------------------------------------------------------
# portfolio box
----------------------------------------------------------*/

.portfolio-wrap {
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
  max-width: 350px;
  width: 350px;
  /* add this */
  height: 550px;
  /* add this */
  margin: 0 auto;
  transition: all 0.3s ease-in-out;

  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2b2535;
  flex-shrink: 0;
  /* add this */
}

.portfolio-item {
  margin-bottom: 20px;
  /* add some margin to separate the boxes */
}

.portfolio-item:hover .portfolio-wrap {
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  transform: scale(1.02);
}

/*-----------------------------------------------------------
# General
-----------------------------------------------------------*/
body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

a {
  color: #efef06;
  text-decoration: none;
}

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

h1 {
  font-family: "Nunito", sans-serif;
} 
h2 {
  font-family: "Nunito", sans-serif;
} 
h3 {
  font-family: "Nunito", sans-serif;
} 
h4 {
  font-family: "Nunito", sans-serif;
} 
h5 {
  font-family: "Nunito", sans-serif;
}
h6 {
  font-family: "Nunito", sans-serif;
}

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

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

.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}

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

/*-----------------------------------------------------------
# Preloader
-----------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #111111;
}

.dot1,
.dot2,
.dot3 {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #efef06;
  animation: animate-dot 1s ease-in-out infinite;
}

.dot2 {
  animation-delay: 0.1s;
}

.dot3 {
  animation-delay: 0.2s;
}

@keyframes animate-dot {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

/*----------------------------------------------------------
# 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;
  background: #111111;
  z-index: 997;
  padding: 10px 0;
}

/*#header.header-scrolled {
  border-color: #efef06;
}*/

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #16507b;
}

#header .logo img {
  max-height: 30px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*-----------------------------------------------------------
# Navigation Menu
-----------------------------------------------------------*/
/*
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  font-size: 15px;
  font-weight: 700;
}

.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;
  color: #ccc;
  white-space: nowrap;
  transition: 0.3s;
}

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

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

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #efef06;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #ccc;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #ccc;
  background: #efef06;
}

.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;
  text-transform: none;
}

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

.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: #efef06;
  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(0, 0, 0, 0.8);
  transition: 0.3s;
  z-index: 999;
}

.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: #000000;
  overflow-y: auto;
  transition: 0.3s;
}

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

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

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  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: #efef06;
}

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

/*-----------------------------------------------------------
# Hero Section
----------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  /*background: url("../img/hero-bg.jpg") top center;*/
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  /* pitch black in rgba format */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 72px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #efef06;
  margin: 10px 0 0 0;
  font-size: 22px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2487ce;
}

#hero .btn-get-started:hover {
  background: #3194db;
}

#hero .icon-boxes {
  margin-top: 100px;
}

#hero .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #2b2535;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero .icon-box .title a {
  color: #fff;
  transition: 0.3s;
}

#hero .icon-box .description {
  font-size: 15px;
  color: #999;
  line-height: 28px;
  margin-bottom: 0;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #efef06;
}

#hero .icon-box:hover {
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transform: scale(1.08);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #hero {
    height: auto;
  }
}

@media (max-width: 992px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*----------------------------------------------------------
# Sections General
----------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #111111;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #fff;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

/*-----------------------------------------------------------
# About
-----------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #efef06;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

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

.counts .count-box {
  width: 100%;
  text-align: center;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #fff;
  margin-left: 80px;
  margin: auto;
}

.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

/*-----------------------------------------------------------
# Clients
-----------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*-----------------------------------------------------------
# Testimonials
-----------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

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

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

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #efef06;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  color: #999;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #2b2535;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #9900;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

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

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

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

/*----------------------------------------------------------
# button theming
----------------------------------------------------------*/
.btn-light-magenta {
  background-color: #efef06;
  /* Set the background color to light magenta */
  color: #fff;
  /* Set the text color to white */
}

.btn-light-magenta:hover {
  background-color: #c97be8;
  /* Set the background color to light magenta */
  color: #fff;
  /* Set the text color to white */
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #efef06;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #2487ce;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

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

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #111111;
  opacity: 1;
  border: 1px solid #2487ce;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2487ce;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.member_satan {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  background: #00000000;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #111111;
}

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

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #2487ce;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}

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

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

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

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111111;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  border-top: 1px solid #efef06;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

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

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #efef06;
  font-size: 18px;
  line-height: 1;
}

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

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

#footer .footer-top .footer-links ul a {
  color: #efef06;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #efef06;
}

#footer .footer-newsletter {
  font-size: 15px;
}

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

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #111111;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #111111;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #111111;
}

#footer .copyright {
  color: #fff;
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #111111;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #000000;
  color: #efef06;
  text-decoration: none;
}