/**
* Template Name: FlexStart - v1.9.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  overflow: hidden;
  height: 100%;
  position: fixed;
  width:100%;
}

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

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

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

img{
  margin: 10% 0 5% 0;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 2em !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding-bottom: 0.3em !important;
  color: #000000 !important;
  text-transform: uppercase !important;
}

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

.section-header hr {
  border-top: 4px dotted #f15641;
  background-color: white;
}

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


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #000000;
  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: #f15641;
  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;
}
.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
  line-height: 0;
  visibility: hidden;
}
.header .logo img {
  max-height: 40px;
  margin-right: 0.6em;
}
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f15641;
  font-family: "Nunito", sans-serif;
  margin-top: 0.6em;
}

/*--------------------------------------------------------------
# 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;
  color: #f15641 ;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  visibility: hidden;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.visible {
  visibility: visible !important;
  color: #f15641 ;
}

.navbar .active, .navbar .active:focus{
  color: #000000 ;
}

.navbar a:hover, .navbar li:hover > a {
  color: #000000;
}

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

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

@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, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000000;
}
 .navbar-mobile .active{
  color: #f15641;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}

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

/*------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg-2.png) top center no-repeat;
  background-size: cover;
  }
  
.hero h1 {
  margin: 0;
  font-size: 3.5em;
  font-weight: 800;
  color: #f15641;
}
.hero h2 {
  color: #000000;
  margin: 0.5em 0 0.5em 0;
  font-size: 1.7em;
  font-weight: 600;
  width: 80%;
}
.hero .btn-get-started {
  margin-top: 30px;
  height: 4.5em;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #f15641;
  box-shadow: 0px 5px 30px #6304045b;
}
.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  letter-spacing: 1px;
}
.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.hero .btn-get-started:hover i {
  transform: translateX(5px);
}
.hero .hero-img {
  text-align: right;
}
.transparent {
  opacity: 0.5;
}

.distant{
  padding-top: 3em !important;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }

}
@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .hero .btn-get-started {
    margin-top: 30px;
    height: 4em;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    word-wrap: break-word;
    background: #f15641;
    box-shadow: 0px 5px 30px #6304045b;
  }
  .hero .btn-get-started span {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 1px;
  }
  .hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  border-top: solid 0.15em #f15641;
  border-bottom: solid 0.15em #f15641;
  padding: 40px 40px 40px 40px;
  margin-top: 6em;
}

.content-reverse {
  border-left: solid 0.15em #f15641;
  border-right: solid 0.15em #f15641;
  padding: 40px 40px 40px 40px;
}

.about h3 {
  font-size: 1.8em;
  font-weight: 900 !important;
  padding-bottom: 0.5em;
  color: #000000;
  text-transform: uppercase;
}
.about h2 {
  font-size: 1.8em;
  font-weight: 600;
  color: #f15641;
  
}
.about p {
  margin: 15px 0 30px 0;
  line-height: 1.5em;
  font-weight: 500 !important;
}
.about .btn-read-more {
  line-height: 0;
  height: 4em;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #f15641;
  box-shadow: 0px 5px 25px #0000005b;
}
.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  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);
}

@media (max-width: 991px){
  .about .btn-read-more {
    line-height: 1.5;
    height: 6em;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #f15641;
    box-shadow: 0px 5px 25px #0000005b;
  }
  .about .btn-read-more span {
    margin-top: -1em;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 1px;
  }
  }

@media (max-width: 768px){
.about .btn-read-more {
  line-height: 1.5;
  height: 6em;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #f15641;
  box-shadow: 0px 5px 25px #0000005b;
}

.about .btn-read-more span {
  margin-top: -2.2em;
  word-wrap: break-word; 
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 1px;
}
}

@media (max-width: 460px){
  .about .btn-read-more {
    line-height: 1;
    height: 6em;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #f15641;
    box-shadow: 0px 5px 25px #0000005b;
  }
  
  .about .btn-read-more span {
    margin-top: -3em;
    word-wrap: break-word; 
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 1px;
  }
  }

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 0% 5% 10% 5%;
  box-shadow: 0px 0 5px #6304041e;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  margin-bottom: -30%;
}
.values .box img {
  padding: 0% 5% 5%;
  transition: 0.5s;
  transform: scale(1.1);
  height: 60%;
}
.values .box h3 {
  font-size: 24px;
  color: #f15641;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.values .box:hover {
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.74);
}
.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .counts-box {
  padding: 24px 20px;
  height: 100%;
  box-shadow: 0px 0 25px #6304041e;;
}

.counts-box:hover{
  box-shadow: 0px 0 5px #f15641;
  transition: 0.5s;
}

.counts .counts-box h3 {
  font-size: 22px;
  color: #f15641;
  font-weight: 700;
  margin: 0.7em;
}

@media (max-width: 1204px) {
  .counts .counts-box h3 {
    font-size: 20px;
    color: #f15641;
    font-weight: 700;
    margin: 0.7em;
  }
}


@media (max-width: 991px) {
  .counts .counts-box h3 {
    font-size: 12px;
    color: #f15641;
    font-weight: 700;
    margin: 0.7em;
  }
}

@media (max-width: 768px) {
  .counts .counts-box h3 {
    font-size: 24px;
    color: #f15641;
    font-weight: 700;
    margin: 0.7em;
  }
  .counts .counts-box {
    margin: 0.7em;
  }
}

@media (max-width: 460px) {
  .counts .counts-box h3 {
    font-size: 18px;
    color: #f15641;
    font-weight: 700;
    margin: 0.7em;
  }
  .counts .counts-box {
    margin: 0.7em;
  }
}

.counts .counts-box i {
  line-height: 0;
  background: #6304041e;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.counts .counts-box:hover i {
  background: #f15641;
  color: #fff;
}

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

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #000000;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px #6304041e;
  transition: 0.3s;
  height: 100%;
}
.features .feature-box h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
.features .feature-box i {
  line-height: 0;
  background: #6304041e;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.features .feature-box:hover i {
  background: #f15641;
  color: #fff;
}
.features .feture-tabs {
  margin-top: 50px;
}
.features .feture-tabs h3 {
  color: #f15641;
  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;
  width: 100%;
}
.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #f15641;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}
.features .feture-tabs .nav-link.active {
  color: #f15641;
  border-bottom: 3px solid #000000;
}
.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #f15641;
}

.tab-content{
  margin-bottom: 3em;
}


.features span{
  font-weight: 900 !important;
}

.btn-white{
  color: white !important;
  height: 2em !important;
  padding-top: 1em !important;
}

#reference span{
  font-weight: 900 !important;
}

#more_reference{
  margin-top: -5em;
}

#more_reference span{
  font-weight: 900 !important;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #630404;
}
.features .feature-icons {
  margin-top: 120px;
}
.features .feature-icons h3 {
  color: #f15641;
  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: #000000;
}
.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #000000;
  margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1500px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.flip-card-back {
  overflow-y: scroll;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none;
}

.flip-card-back::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.flip-card-front img{
  margin-top: -2em;
  max-height: 300px;
  max-width: 350px;
  margin-left: -1em;
  margin-bottom: 2em;
}

@media (max-width: 1400px) {
  .flip-card-front img{
    margin-top: 0em;
    max-height: 220px;
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  .flip-card-front img{
    margin-top: 0em;
    max-height: 200px;
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .flip-card-front img{
    margin-top: -2em;
    max-height: 310px;
    max-width: 280px;
  }
}

@media (max-width: 460px) {
  .flip-card-front img{
    margin-top: -1.5em;
    max-height: 250px;
    max-width: 220px;
  }
}


/* Style the back side */
.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}

.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  min-height: 350px;
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

@media(max-width: 460px){
  .services .service-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    min-height: 300px;
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
  }
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}
.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box a {
  color: #000000 !important;
  font-weight: 700 !important;
}

.services .service-box a:hover {
  color: #ffffff !important;
}

.services .service-box {
  border-bottom: 3px solid #000000;
}
.services .service-box .icon {
  color: #f15641;
  background: #ffffff;
}

.services .service-box:hover {
  background: #f15641;
  border: 12px double #ffffff;
}

.services .service-box h3,  .services .service-box p, .services .service-box .read-more{
  visibility: hidden;
}

.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
  visibility: visible;
  transition:visibility 0.5s linear,opacity 0.3s linear;
  color: #ffffff;
}
.services .service-box:hover .icon {
  background: #ffffff;
}

.services .service-box:hover .flip-card-front img {
  visibility: hidden;
  opacity:0;
  transition:visibility 0.3s linear,opacity 0.3s linear;
}

/*--------------------------------------------------------------
# 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: #f15641;
  border-bottom: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(-180deg);
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(341deg) brightness(119%) contrast(119%);
}

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


/*--------------------------------------------------------------
# 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: 50px;
  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: #f1564;
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}
.team .member .social a:hover {
  color: #0db9ee;
}
.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: #f15641;
}
.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;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #f15641;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #630404;
  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: #630404;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #630404;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #630404;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #630404;
}
.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #f15641;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer .footer-newsletter form input[type=submit]:hover {
  background: #f15641;
}
.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat top center;
  background-size: cover;
  border-top: 3px solid #f15641;
  border-bottom: 3px solid #f15641;
  padding: 60px 0 30px 0;
}
@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f15641;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
  color: #f15641;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #f15641;
  text-transform: uppercase;
  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: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}
.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: #000000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
  color: #f15641;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
}
.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #f15641;
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #f15641;
}

/*--------------------------------------------------------------
# Personalization
--------------------------------------------------------------*/

.hide{
  display: none !important;
}

.display{
  display: block !important;
}

.hole{
  padding-top: 10%;
}

.hole_a, .hole_b, .hole_c{
  padding-top: 5%;
}

.hole .content {
  border-top: solid 3px #f25641;
  border-bottom: solid 3px #f25641;
  padding: 5%;
}
.hole h3 {
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 0.5em;
  color: #000000;
  text-transform: uppercase;
}
.hole h2 {
  font-size: 22px;
  font-weight: 700;
  color: #f15641;
  
}
.hole p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.hole img{
  padding-top: 2em;
  padding-bottom: 2em;
}

.hole a{
  color:#f15641 !important;
}

.hole a:hover{
  cursor:pointer;
}

.hole span{
  font-weight: 700;
}

.detached{
  margin: 0 5% 5% 5%;
}

.detached-bottom{
  margin-bottom: 8%;
  margin-left: 0.1%;
  margin-top: 3%;
}

.detached-top{
  margin-top: 10% !important;
  margin-bottom: -10%;
  margin-left: 3%;
}

.closer{
  margin-top: -5em !important;
}

.container-frame{
  min-height: 600px;
}

.container-heat{
  height: 850px;
  margin-top: 10%;
  margin-left: 3%;
  width: 110%;
}

.container-topic{
  height: 500px;
  margin-top: 5%;
  width: 100%;
  margin-left: -6%;
}

.heat .section-header{
  margin-top: 10% !important;
  margin-bottom: -15%;
}


.fit-col{
  width: 60%;
}

.right{
  float: right;
  display: block;
}

.left{
  float: left;
  display: block;
}

.central{
  float: none;
  margin-left: 20%;
}

.clear{
  float: none;
  display: block;
  height: 2.3em;
}

.hole hr{
  border-top: 4px dotted #f15641;
  background: #fff;
  width: 55%;
  opacity: 1 !important;
}

.loader-wrapper-wrapper{
  z-index: +100;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  display:flex;
  justify-content: center;
  align-items: center;
}

.wrapping-wrapper{
  top: 11%;
  left: -0.1%;
  display: inline-block;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  position: relative;
  background-color: white;
  animation: loader 4s infinite ease-in-out;
}

.loader-wrapping{
  top: 22%;
  left: 22%;
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: relative;
  background-color: #f15641;
  animation: loader-wrapping 3s infinite ease-in-out;
}

.loader-wrapper {
  display: inline-block;
  top: 30%;
  left: 29%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative;
  background-color: white;
  animation: loader 2s infinite ease-in-out;
}

.loader {
  display: inline-block;
  top: 33%;
  left: 33%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  animation: loader 1s infinite ease-in-out;
}

.loader-inner {
  height: 100%;
  border-radius: 50%;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #f15641;
  animation: loader-inner 2s infinite ease-in-out;
}

@keyframes loader {
  0% { transform: scale(150%);}
  5% { transform: scale(145%);}
  10% { transform: scale(140%);}
  15% { transform: scale(135%);}
  20% { transform: scale(130%);}
  25% { transform: scale(125%);}
  30% { transform: scale(120%);}
  35% { transform: scale(115%);}
  40% { transform: scale(110%);}
  45% { transform: scale(105%);}
  50% { transform: scale(100%);}
  55% { transform: scale(105%);}
  60% { transform: scale(110%);}
  65% { transform: scale(115%);}
  70% { transform: scale(120%);}
  75% { transform: scale(125%);}
  80% { transform: scale(130%);}
  85% { transform: scale(135%);}
  90% { transform: scale(140%);}
  95% { transform: scale(145%);}
  100% { transform: scale(150%);}
}

@keyframes loader-inner {
  0% { opacity: 0;}
  10% { opacity: 0.20;}
  20% { opacity: 0.40;}
  30% { opacity: 0.60;}
  40% { opacity: 0.80;}
  50% { opacity: 1;}
  100% { opacity: 0;}
  90% { opacity: 0.20;}
  80% { opacity: 0.40;}
  70% { opacity: 0.60;}
  60% { opacity: 0.80;}
  50% { opacity: 1;}
}

@keyframes loader-wrapping {
  0% { opacity: 0;}
  10% { opacity: 0.20;}
  20% { opacity: 0.40;}
  30% { opacity: 0.60;}
  40% { opacity: 0.80;}
  50% { opacity: 1;}
  100% { opacity: 0;}
  90% { opacity: 0.20;}
  80% { opacity: 0.40;}
  70% { opacity: 0.60;}
  60% { opacity: 0.80;}
  50% { opacity: 1;}
}

@media (max-width: 1500px){
  .wrapping-wrapper{
    top: 0%;
    left: 0%;
    display: inline-block;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    position: relative;
    background-color: white;
    animation: loader 4s infinite ease-in-out;
  }

}

@media (max-width: 991px){
  .wrapping-wrapper{
    top: 30%;
    left: 0%;
    display: inline-block;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    position: relative;
    background-color: white;
    animation: loader 4s infinite ease-in-out;
  }

}

@media (max-width: 768px){
  .wrapping-wrapper{
    top: 24%;
    left: 0%;
    display: inline-block;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    position: relative;
    background-color: white;
    animation: loader 4s infinite ease-in-out;
  }
  
  .loader-wrapping{
    top: 22%;
    left: 22%;
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    background-color: #f15641;
    animation: loader-wrapping 3s infinite ease-in-out;
  }
  
  .loader-wrapper {
    display: inline-block;
    top: 30%;
    left: 29%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
    background-color: white;
    animation: loader 2s infinite ease-in-out;
  }
  
  .loader {
    display: inline-block;
    top: 33%;
    left: 33%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    animation: loader 1s infinite ease-in-out;
  }
  
  .loader-inner {
    height: 100%;
    border-radius: 50%;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #f15641;
    animation: loader-inner 2s infinite ease-in-out;
  }

}

@media (max-width: 450px){
  .wrapping-wrapper{
    top: 10%;
    left: -1%;
    display: inline-block;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: relative;
    background-color: white;
    animation: loader 4s infinite ease-in-out;
  }
  .loader-wrapping{
    top: 15%;
    left: 15%;
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    background-color: #f15641;
    animation: loader-wrapping 3s infinite ease-in-out;
  }
  
  .loader-wrapper {
    display: inline-block;
    top: 30%;
    left: 29%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
    background-color: white;
    animation: loader 2s infinite ease-in-out;
  }
  
  .loader {
    display: inline-block;
    top: 33%;
    left: 33%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    animation: loader 1s infinite ease-in-out;
  }
  
  .loader-inner {
    height: 100%;
    border-radius: 50%;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #f15641;
    animation: loader-inner 2s infinite ease-in-out;
  }
  }
 
.wordcloud{
  height: 50em !important;
  visibility: visible;
  margin-top: -2em;
  margin-left: 4em;
}

@media (max-width: 1200px) {
  .wordcloud{
    height: 50em !important;
    visibility: visible;
    margin-top: -2em;
    margin-left: -2em;
  }
}

@media (max-width: 991px) {
  .wordcloud{
    height: 50em !important;
    visibility: visible;
    margin-top: -2em;
    margin-left: 9em;
  }
}

@media (max-width: 768px) {
  .wordcloud{
    height: 50em !important;
    visibility: visible;
    margin-top: -2em;
    margin-left: 0.2em;
  }
}

.counts .content {
  border-right: solid 3px #f25641;
  border-left: solid 3px #f25641;
  padding: 5%;
}

.values .content {
  padding: 5%;
}

@media (max-width: 768px) {
  .values .content {
    border-left: solid 3px #f25641;
    border-right: solid 3px #f25641;
    padding: 5%;
  }
}

.counts h3 {
  font-size: 25px;
  font-weight: 900;
  padding-bottom: 0.5em;
  color: #000000;
  text-transform: uppercase;
}
.counts h2 {
  font-size: 22px;
  font-weight: 700;
  color: #f15641;
}

.counts p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.counts header p{
  line-height: normal !important;
}

.counts img{
  padding-top: 2em;
  padding-bottom: 2em;
}

.counts a{
  color:#f15641 !important;
}

.counts a:hover{
  cursor:pointer;
}

.counts span{
  font-weight: 700;
}

.counts hr {
  border-top: 4px dotted #f15641;
  background: #fff;
  width: 33%;
  opacity: 1 !important;
}

.counts a span {
  padding-bottom: 10% !important;
}

.smaller{
  width: 70%;
  margin-left: 25%;
  margin-top: -10%;
}

@media (max-width: 991px){
    .smaller{
      width: 100%;
      margin-top: -10%;
    }
}

@media (max-width: 768px){
  .smaller{
    width: 70%;
    margin-top: 2%;
    margin-left: 20%;
  }
}

.distant{
  margin-top: 1%;
  padding-left: 5%;
}

.center{
  text-align: center;
  margin-top:7%;
  padding: 5%;
  border: 4px #000000 dotted;
  background-color: white;
}

#network{
  margin-bottom: 12%;
}

#network .box{
  padding: 2% !important;
  min-height: 120px;
}

.features .counts-box {
  padding: 24px 20px;
  height: 100%;
  box-shadow: 0px 0 25px #6304041e;;
}

.counts-box:hover{
  box-shadow: 0px 0 5px #f15641;
  transition: 0.5s;
}

.features .counts-box h3 {
  font-size: 22px;
  color: #f15641;
  font-weight: 700;
  margin: 0.7em;
}

@media (max-width: 1204px) {
  .features .counts-box h3 {
    font-size: 20px;
    color: #f15641;
    font-weight: 700;
    margin: 0.7em;
  }
}


@media (max-width: 991px) {
  .features .counts-box h3 {
    font-size: 12px;
    color: #f15641;
    font-weight: 700;
    margin: 0.7em;
  }
}

@media (max-width: 768px) {
  .features .counts-box h3 {
    font-size: 24px;
    color: #f15641;
    font-weight: 700;
    margin: 0.7em;
  }
  .features .counts-box {
    margin: 0.7em;
  }
}

@media (max-width: 460px) {
  .features .counts-box h3 {
    font-size: 18px;
    color: #f15641;
    font-weight: 700;
    margin: 0.7em;
  }
  .features .counts-box {
    margin: 0.7em;
  }
}

.features .counts-box i {
  line-height: 0;
  background: #6304041e;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.features .counts-box:hover i {
  background: #f15641;
  color: #fff;
}

.features .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.features .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #f15641;
}

.features .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #000000;
}
.features .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}