body{
	min-width: 320px;
	font-size: 14px;
	font-family: 'Roboto';
	color: #0f0f0f
}

img{
	max-height: 100%;
	height: auto;
}

a{
	color: #fff;
	font-weight: 700;
    text-decoration: none;
}

a:hover{
	color: #ff4229;
}

.logo {
  max-height: 50px;

}

#navbar {
  overflow: hidden;
  padding: 70px 70px;
  background-color: #fff;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

#navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
}

#navbar a:hover {
  color: #0b7fcb;
}

#navbar a.active {
  color: #2155ab;
}

#navbar-right {
  float: right;
  margin-top: 12px;
}

@media screen and (max-width: 850px) {
  #navbar {
    padding: 15px 15px !important;
  }
  #navbar a {
	font-size: 15px; 
    display: block;
    text-align: left;
	padding: 5px;
  }
  
}

@media screen and (max-width: 580px) {
  #navbar {
    padding: 7px 7px !important;
  }
  #navbar a {
	font-size: 12px; 
    display: block;
    text-align: left;
	padding: 3px;
  }
  
}

.section-1 {
  background: url(../img/bg-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  padding-top: 225px; 
}

.section-1 span {
	font-weight: 700;
	color: #fff;
}

.section-1 h1, h3 {
	color: #fff;
}

.slidebox-1 {
  height: 75px;
  overflow: hidden;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0px);
  }
  27.27% {
    transform: translateY(0px);
  }
  36.36% {
    transform: translateY(-85px);
  }
  66.63% {
    transform: translateY(-85px);
  }
  72.72% {
    transform: translateY(-170px);
  }
  100% {
    transform: translateY(-170px);
  }
}

@media screen and (max-width: 580px) {
  @keyframes scrollUp {
  0% {
    transform: translateY(0px);
  }
  27.27% {
    transform: translateY(0px);
  }
  36.36% {
    transform: translateY(-75px);
  }
  66.63% {
    transform: translateY(-75px);
  }
  72.72% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(-150px);
  }
}
  
}


.slider-1 {
  display: flex;
  flex-direction: column;
  background-color: transparent;
}

.slider-1 .slide-1 {
  display: flex;
  padding: 10px 10px 10px 0;
  font-size: 20px;
  margin: 5px 10px 5px 0;
  
  animation-name: scrollUp;
  animation-duration: 11s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.pb-20 {
	padding-bottom: 12rem !important;
}

.pt-20 {
	padding-top: 12rem !important;
}

.pb-10 {
	padding-bottom: 6rem !important;
}

.pt-10 {
	padding-top: 6rem !important;
}

.pr-3 {
	padding-right: 2rem !important;
}

.pl-3 {
	padding-left: 2rem !important;
}

.pr-1 {
	padding-right: 1rem !important;
}

.pl-1 {
	padding-left: 1rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.mb-20 {
	margin-bottom: 12rem !important;
}

.section-2 h4 {
	color: #fff;
	text-align: center;
}

.section-2 img {
	max-height: 160px;
}

.sec-2-bc-1 {
  background-color: #0b7fcb;
}

.sec-2-bc-2 {
  background-color: #2155ab;
}

.sec-2-bc-3 {
  background-color: #3b3384;
}

.section-3 {
  background: url(../img/bg-2.png) no-repeat center center fixed;
	background-size: cover;
}

.section-3 h1 {
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.btn-custom {
  color: #fff;
  background-color: #ff8e00;
  border-color: #d47600;
}

.section-3 a:hover{
	color: #ffdeb5;
}

.section-3 a {
	text-align: center;
}

.sec-4-bc-1 {
  background-color: #ffffff;
}

.sec-4-bc-2 {
  background-color: #0b7fcb;
}

.sec-4-bc-3 {
  background-color: #ff8e00;
}

.sec-4-bc-4 {
  background-color: #141414;
}

.section-4 img {
	max-height: 64px;
}

.sec-4-bc-1 h5 {
	color: #111;
	font-weight: 100;
}

.sec-4-bc-1 h1 {
	color: #111;
}

.sec-4-bc-1 a {
	color: #ff8e00;
}

.sec-4-bc-2 h5 {
	color: #fff;
	font-weight: 100;
}

.sec-4-bc-2 h1 {
	color: #fff;
}

.sec-4-bc-2 a {
	color: #ff8e00;
}

.sec-4-bc-3 h5 {
	color: #fff;
	font-weight: 100;
}

.sec-4-bc-3 h1 {
	color: #fff;
}

.sec-4-bc-3 a {
	color: #0b7fcb;
}

.sec-4-bc-4 h5 {
	color: #fff;
	font-weight: 100;
}

.sec-4-bc-4 h1 {
	color: #fff;
}

.sec-4-bc-4 a {
	color: #ff8e00;
}

.section-4 a:hover{
	color: #2155ab;
}

footer {
  background-color: #0b7fcb;
}

.section-5 {
  padding-top: 225px; 
}

.section-5 h1 {
	color: #fff;
	text-align: center;
}

.section-5 h5 {
	color: #4b4b4b;
}

.icon {
  max-height: 16px;
}

.sec-5-bc-1 {
  background-color: #3b3384;
}

.sec-5-bc-3 {
  background: url(../img/bg-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  padding-top: 225px; 
}

.sec-5-bc-4 {
  background: url(../img/bg-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  padding-top: 225px; 
}

.sec-5-bc-5 {
  background: url(../img/bg-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  padding-top: 225px; 
}

.section-6 h1 {
	color: #fff;
	text-align: center;
}

.section-6 h5 {
	color: #4b4b4b;
}

.sec-6-bc-1 {
  background-color: #0b7fcb;

}

.section-7 h1 {
	color: #fff;
	text-align: center;
}

.section-7 h5 {
	color: #4b4b4b;
}


.sec-7-bc-1 {
  background-color: #ff8e00;

}

.section-8 h1 {
	color: #fff;
	text-align: center;
}

.section-8 h5 {
	color: #4b4b4b;
}

.sec-8-bc-1 {
  background-color: #2155ab;
}

.portfolio {
  display: flex;
  flex-wrap: wrap;
  min-width: 320px;
}

.portfolio h2 {
  flex-basis: 100%;
  text-align: center;
  margin: 50px auto 30px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  color: #111;
}
.card-1 {
  width: 25%;
  overflow: hidden;
  position: relative;
}
.card-1 .content {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: -100px;
  transition: all 0.7s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  min-height: 100px;
  background: #111;
}
.card-1 .image {
  z-index: 1;
  height: 100%;
}
.card-1 img {
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  transform: scale(1.2);
}

.card-1:hover .content {
  bottom: 0px;
  color: #fff;
}

.card-1:hover .image img {
  transform: scale(1);
}

.card-1 .content span:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.card-1 .content span:last-child {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

.card-p .content span:last-child {
  color: #3b3384;
}

.card-b .content span:last-child {
  color: #0b7fcb;
}

.card-o .content span:last-child {
  color: #ff8e00;
}

.card-d .content span:last-child {
  color: #2155ab;
}

@media screen and (max-width: 768px) {
  .card-1 {
  width: 50%;
  }
  .card-1 .content {
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .card-1 {
  width: 100%;
  }
}

.sctn-5 {
  margin-top: -145px;
  height: 145px;
}

.sctn-6 {
  margin-top: -145px;
  height: 145px;
}

.sctn-7 {
  margin-top: -145px;
  height: 145px;
}

.sctn-8 {
  margin-top: -150px;
  height: 150px;
}

.section-9 {
  background: url(../img/bg-3.png) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 225px; 
}

.section-9 h1 {
	color: #0b7fcb;
	text-align: center;
}

.section-9 h4 {
	font-weight: 700;
	color: #0b7fcb;
	text-align: center;
}

.sec-10-bc-1 {
  background-color: #2155ab;
}

.sec-10-bc-2 {
  background-color: #3b3384;
}

.section-10 h2 {
	color: #fff;
	text-align: center;
}

.section-10 img {
	max-height: 128px;
}