@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

 

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
 

 
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}
 

 

 
/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #232322;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  top: 0;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px 20px;
  text-align: right;
  text-transform: uppercase;
  font-weight: lighter;
   
}

.sidebar-nav li{
  border-bottom: 1px solid #4e4e4c;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #e966a2;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}
 
 .footer{
   position: absolute;
   width: 100%;
   bottom: 0;
 }

 .footer p{
   color: #fff;
   font-size:10px;
   line-height: 20px;
   font-weight: normal;
 }
 

 .footer p a {
  color: #fff;
}


@media screen and ( max-width: 576px) {
  .footer {
    position: static;
  }
  .textSlide{
    min-height: 600px;
  }

  .content-section h2{     
    margin-left: 20px !important;
    font: normal normal normal 55px/1.4em impact,impact-w01-2010,impact-w02-2010,impact-w10-2010,sans-serif !important;
  }
  .content-section h2 span{
    line-height: 105px !important;
  }
  .textSlide{
    max-width: 99% !important;
  }
}
 

a:hover, a:focus, a:active {
  color: #155d74;
}

.btn-primary {
  background-color: #1D809F !important;
  border-color: #1D809F !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #155d74 !important;
  border-color: #155d74 !important;
}

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: #1D809F !important;
}

.text-primary {
  color: #1D809F !important;
}

.text-secondary {
  color: #ecb807 !important;
}

.bg-dark {
  background-color: #000!important;
}
.quotes {display: none; }
.textSlide{
  max-width: 85%;
  margin:0 auto;
  min-height: 400px;
  
}
.content-section h2{
color:#fff;
text-align: left;
font: normal normal normal 65px/1.4em impact,impact-w01-2010,impact-w02-2010,impact-w10-2010,sans-serif;
text-transform:uppercase;
margin: 0;
padding: 0;
position: relative; 
}

.content-section h2 span{
  text-align: left;
  font-size: 22px;
  letter-spacing: 2px;
  position: relative;
  top: 37px;
  font-family: Arial, Helvetica, sans-serif;
}
.bg-light{
  background-color:#fff !important;
}

.textContainer{
  text-align: left;
  font-family: 'Alata', sans-serif;
}

.textContainer h1 {
  font-size:15px;
}

.textContainer p{
  font-size:14px;
}

.logo img{
  max-width: 300px;
  width: 100%;
}

.blankdiv{
  min-height: 200px;
  height: 100%;
}

.servicesFooter{
  position: static !important;
}
/* according */
#accordionExample .accordionBtn:before,
#accordionExample .accordionBtn.collapsed:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 14px;
    color: #50bbaa;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordionExample .accordionBtn.collapsed:before{
    color: #a0a0a0;
    transform: rotate(0);
}
.accordion h2{
  font-family: 'Alata', sans-serif !important;
}
.accordion .btn{
  width: 100%;
    text-align: left;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
}
.accordion .btn:hover{
  text-decoration:none;
}

.accordion .btn .fa{
  float:right;
  box-shadow: none;
}
.accordion .card-header{
  padding:0px;
  margin: 0;  
}

.accordion>.card>.card-header {  
  background: #000;   
}

.accordion .card-body p {  
  text-align: left;
}

.accordion .card-body ul {  
  text-align: left !important;
}
.innerDiv{
  border:1px solid #999;
  padding:20px;
  min-height: 190px;
}

.innerDiv p{
  font-size:14px;
}

.topHeading{
  color:#000 !important;
  font-size: 2rem !important;
  text-align: center !important;
  margin-bottom:30px !important;
  text-transform: uppercase;
}
.readmore{
  background: #000;
    padding: 10px;
    color: #fff;
}

.readmore:hover{
  text-decoration:none;
  color:#fff;
}