
a.fixer {
  background: none;
}
a.fixer,a.fixer:hover{
  background: none;
}
.fa, .fas {
    font-weight: 900;
}

.accordion dd > div {
  padding: 13px;
  text-align: center;
  font-weight: 700;
  display: block;
  text-decoration: none;
}
.accordion dd > div {
  text-align: center;

}
.fontssss {
  font-family: 'rabar38', Arial, sans-serif;
  text-align: center;
}
.fontsss {
  font-family: 'rabar38', Arial, sans-serif;
  color: white;
  margin: 5px;
}
.fontss {
  font-family: 'rabar38', Arial, sans-serif;
  margin-bottom: 1px;
}
.fonts {
  font-family: 'rabar38', Arial, sans-serif;
}
@font-face {
    font-family: 'rabar38';
    src: url('rabar_038-webfont.woff2') format('woff2'),
         url('rabar_038-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rabar37';
    src: url('rabar_037-webfont.woff2') format('woff2'),
         url('rabar_037-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media screen and (max-width:900px){
    .heads{
        flex: 100%;
        max-width: 500px;
        margin-left: 20px;
        margin-top: 7px;
    }
}
.heads {
    width: 140px;
    margin: 0;
    box-shadow: none;
    margin-left: 20px;
    margin-top: 7px;
}

.bgw {
  color:white;
  font-size: 30px;
}
/* Float four columns side by side */
.column {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-top: 30px;
}
.column1 {
  float: left;
  width: 33%;
  padding: 0 10px;
  margin-top: 30px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .column1 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}



*{
  padding: 0;
  margin: 0;


}
body{
  font-family: 'rabar38', Arial, sans-serif;
}
nav{
  background: #0082e6;
  height: 80px;
  width: 100%;
}
label.logo{
  color: white;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
a.active,a:hover{
  background: #1b9bff;
  transition: .5s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}
section{
  background: url(bg1.jpg) no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
}





@import "compass/css3";
 @import url(https://fonts.googleapis.com/css?family=Lato:400,700);
 * {
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 body {
	 font-family: 'rabar38', Arial, sans-serif;
}
 h1 {
	 font-size: 2em;
	 padding: 2em;
	 text-align: center;
   font-family: 'rabar37';
}
 .accordion dl {
	 border: 1px solid #ddd;
}
 .accordion dl:after {
	 content: "";
	 display: block;
	 height: 1em;
	 width: 100%;
	 background-color: #263184;
}
 .accordion dt > a {
	 text-align: center;
	 font-weight: 700;
	 padding: 2em;
	 display: block;
	 text-decoration: none;
	 color: #fff;
	 -webkit-transition: background-color 0.5s ease-in-out;
}
 .accordion dd {
	 background-color: #eee;
	 font-size: 1em;
	 line-height: 1.5em;
}

 .accordion {
	 position: initial;
	 background-color: #eee;
}
 .container {
	 max-width: 960px;
	 margin: 0 auto;
	 padding: 2em 0 2em 0;
}
 .accordionTitle {
	 background-color: #214495;
	 border-bottom: 1px solid #214495;
}
 .accordionTitle:before {

}
 .accordionTitle:hover {
	 background-color: #263184;
}
 .accordionTitleActive {
	 background-color: #2b6fa4;
}
 .accordionTitleActive:before {
	 -webkit-transform: rotate(-225deg);
	 -moz-transform: rotate(-225deg);
	 transform: rotate(-225deg);
}
 .accordionItem {
	 height: auto;
	 overflow: hidden;
}
 @media all {
	 .accordionItem {
		 max-height: 500em;
	}
}

 .accordionItemCollapsed {
}
 .animateIn {
	 -webkit-animation-name: accordionIn;
	 -webkit-animation-duration: 0.65s;
	 -webkit-animation-iteration-count: 1;
	 -webkit-animation-direction: normal;
	 -webkit-animation-timing-function: ease-in-out;
	 -webkit-animation-fill-mode: both;
	 -webkit-animation-delay: 0s;
	 -moz-animation-name: normal;
	 -moz-animation-duration: 0.65s;
	 -moz-animation-iteration-count: 1;
	 -moz-animation-direction: alternate;
	 -moz-animation-timing-function: ease-in-out;
	 -moz-animation-fill-mode: both;
	 -moz-animation-delay: 0s;
	 animation-name: accordionIn;
	 animation-duration: 0.65s;
	 animation-iteration-count: 1;
	 animation-direction: normal;
	 animation-timing-function: ease-in-out;
	 animation-fill-mode: both;
	 animation-delay: 0s;
}
 .animateOut {
	 -webkit-animation-name: accordionOut;
	 -webkit-animation-duration: 0.75s;
	 -webkit-animation-iteration-count: 1;
	 -webkit-animation-direction: alternate;
	 -webkit-animation-timing-function: ease-in-out;
	 -webkit-animation-fill-mode: both;
	 -webkit-animation-delay: 0s;
	 -moz-animation-name: accordionOut;
	 -moz-animation-duration: 0.75s;
	 -moz-animation-iteration-count: 1;
	 -moz-animation-direction: alternate;
	 -moz-animation-timing-function: ease-in-out;
	 -moz-animation-fill-mode: both;
	 -moz-animation-delay: 0s;
	 animation-name: accordionOut;
	 animation-duration: 0.75s;
	 animation-iteration-count: 1;
	 animation-direction: alternate;
	 animation-timing-function: ease-in-out;
	 animation-fill-mode: both;
	 animation-delay: 0s;
}
 @-webkit-keyframes accordionIn {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale(0.8);
	}
	 100% {
		 opacity: 1;
		 -webkit-transform: scale(1);
	}
}
 @-moz-keyframes accordionIn {
	 0% {
		 opacity: 0;
		 -moz-transform: scale(0.8);
	}
	 100% {
		 opacity: 1;
		 -moz-transform: scale(1);
	}
}
 @keyframes accordionIn {
	 0% {
		 opacity: 0;
		 transform: scale(0.8);
	}
	 100% {
		 opacity: 1;
		 transform: scale(1);
	}
}
 @-webkit-keyframes accordionOut {
	 0% {
		 opacity: 1;
		 -webkit-transform: scale(1);
	}
	 100% {
		 opacity: 0;
		 -webkit-transform: scale(0.8);
	}
}
 @-moz-keyframes accordionOut {
	 0% {
		 opacity: 1;
		 -moz-transform: scale(1);
	}
	 100% {
		 opacity: 0;
		 -moz-transform: scale(0.8);
	}
}
 @keyframes accordionOut {
	 0% {
		 opacity: 1;
		 transform: scale(1);
	}
	 100% {
		 opacity: 0;
		 transform: scale(0.8);
	}
}


a {
  text-decoration: none;

}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #0082e6;
  color: white;
  font-size: 20px;
}

.round {
  border-radius: 50%;
}

.nextdiv {
padding: 8px 16px;
text-align: center;
}

.wrapper {
    background: #fff;
    max-width: 750px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    text-align: center;
    margin-left: 600px;
    display: contents;
}

.responsive {
  width: 90%;
  height: auto;
  max-width: 600px;
}

h1{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 50px;
    font-family: 'rabar37';
}



img{
    width: 200px;
    margin: 10px;
    border-radius: 10px;
}

p{
    margin: 10px;
}
button{
    outline: none;
    border: none;
    cursor: pointer;
    width: 100px;
    padding: 8px 12px;
    background: #1da1f2;
    margin: 25px 20px 0 0;
    color: white;
    border-radius: 6px;
}
button:hover{
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}

.contact-info{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    position: relative;
    flex: 1;
    max-width: 250px;
    height: 100px;
    max-height: 200px;
    background-color: #0082e6;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.icon{
    font-size: 20px;
    color: #ffffff;
    transition: .3s linear;
}



.card-content h3,
.card-content span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    opacity: 0;
}

.card-content h3{
    top: 20px;
    text-transform: uppercase;
    color: #000000;
}

.card-content span{
    bottom: 20px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
}




@media screen and (max-width:900px){
    .card{
        flex: 100%;
        max-width: 500px;

    }
}

.num {
    font-size: 17px;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    transition: .3s linear;
    padding-bottom: 15px;
}
