@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");


:root {
    --primary:  #ffffff;
    --primaryb:  #e5e5e5;
   --primarynav: #be1e2df7;
    --secondary: #181b1b;
    --orange: #fe0000;
    --light: #181b1bb3;
    --button: #fdba1b;
    --montserrat: "Montserrat", sans-serif;
    --menu-speed: 0.75s;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--montserrat);
    font-size: 1.6rem;
    font-weight: 100;
    font-style: normal;
	color: #2b2b2b;
    background-image: url('https://thewebmax.org/indusza/images/background/map-bg-dark2.png');
}

.align-center{
    text-align: center;
}
.text-center {
    text-align: center;
}

.section {
    min-height: 65vh;
}
.section-title{
    display: flex;
    justify-content: center;
}

.title-description{
    margin-top: 2rem;
    font-size: 3rem;
}



*, *::before, *::after {
	 margin: 0;
	 padding: 0;
	 box-sizing: inherit;
}
 html {
	 box-sizing: border-box;
	 font-size: 50%;
}
 @media only screen and (min-width: 37.5em) {
	 html {
		 font-size: 56.25%;
	}
}
 @media only screen and (min-width: 56.25em) {
	 html {
		 font-size: 62.5%;
	}
}






h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;

}

h2 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h2 em {
  font-style: normal;
  font-weight: 800;
}


.text-center {
    text-align: center;
}

.align-center{

    align-content: center;

}

.title-description {
    margin: 1.5rem;
    padding: 2rem;
    font-weight: 300;
}

.section-title h2 {
  text-align:center;
 
  text-transform:uppercase;
  font-size:4rem; letter-spacing:1px;
  
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
  padding: 1em 5em;
  
}

.section-title h2:after,.section-title h2:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
  /*background-color:#f8f8f8;*/
  
}
@media (max-width: 720px) {
  .section-title h2 {
      padding: 1em 1em;
  }
  
}



.footer-copyright {
        display: block;
        font-weight: 500;
        font-size: 1.2rem;
        border-top: rgba(24, 27, 27, 0.2) solid 1px;
        padding-top: 0.5rem;
        margin-top: 2rem;
    }


.footer-copyright a:link {
  text-decoration: none;
  color: var(--light);
}
