body {
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}

body,html,*{
  box-sizing: border-box;
}

.main-container {
  background: lightgray;
}

.container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.inner-container {
  width: 80%;
  margin: 0 auto;
}

header{
  background: #fff;
  overflow: hidden;
}

.header-contant {
  color: rgb(251, 204, 75);
  font-weight: 600;
  font-size: 26px;
  text-align: right;
  margin: 80px 0;
}

.div-area-1{
  background-color: rgb(251, 204, 75);
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
  height: 80px;
  margin-top: 68px;
}

.section-1{
  background-color: #2b2f36;
  position: relative;
  overflow: hidden;
}

.div-area-2{
  background-color: #8a888c;
  position: absolute;
  right: 0;
  width: 320px;
  height: 25px;
  animation-name: div-area-2-animation;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;

}

@keyframes div-area-2-animation {
  0%{
    right: 0;
  }
  100%{
    right: 34%;
  }
}

.section-1-contant{
  text-align: right;
  width: 750px;
  float: right;
  padding: 35px 0;
}

.section-1-contant h3{
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin: 15px 0;
}

.section-1-contant h1{
  color: #fbcc4b;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
}

.section-1-contant p{
  color: #fff;
  font-size: 17px;
  text-align: justify;
  width: 65%;
  float: right;
}

.section-2{
  background-image: url(../img/1.jpg);
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.section-2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(21, 180, 227, 0.25);
  z-index: -1;
}

.div-area-3-outer {
  overflow: hidden;
}

.div-area-3 {
  background-color: #fff;
  width: 25px;
  height: 80px;
  margin: 15px 0;
  float: right;
}

.section-2-contant{
  color: #fff;
  text-align: right;
  padding: 40px 0;
  width: 60%;
  float: right;
}

.section-2-contant h1{
  font-size: 60px;
  margin: 0 0 0 0;
}

.section-2-contant-p1{
  font-size: 17px;
}

.section-2-contant-p2{
  font-size: 17px;
  color: black;
}

.sidebar-2{
  width: 353px;
  height: 300px;
  padding-left: 100px;
  padding-top: 50px;
  color: #fff;
  background-color: #47433d;
  font-size: 21px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  /* display: none; */
}

.sidebar-2 address p {
  margin: 20px 0;
}

.sidebar-2-contant{
  margin-left: 10px;
}

.address-anchor-1{
  text-decoration: none;
  color: #fff;
}

.address-anchor-2{
  text-decoration: none;
  color: #fbcc4b;
}

footer{
  background-color: #3a697b;
  overflow: hidden;
}

.footer-img{
  padding: 50px 0;
  float: right;
}

.footer-img-1{
  margin: 0 12px;
  transition: 0.5s all;
  cursor: pointer;
}

.footer-img-1:hover {
  transform: scale(120%);
}

.overlape{
  background-color: rgba(251, 204, 75, 0.95);
  width: 25%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  color: #fff;
  padding-left: 25px;
}

.overlape h1{
  font-size: 70px;
  margin: 70px 0 0 0;
  width: 227px;
  height: 82px;
  animation-name: overlape-heading;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes overlape-heading {
  0%{
    font-size: 70px;
    color: white;
  }
  50%{
    color: #8a888c;
  }
  100%{
    font-size: 50px;
    color: #2b2f36;
  }
}

.overlape h3{
  font-size: 22px;
  margin: 0;
  font-weight: 500;
}

.div-area-4{
  background-color: #fff;
  width: 80px;
  height: 25px;
  margin: 350px 0 0 0;
}

.overlape-p1{
  font-size: 18px;
  /* text-align: justify; */
  padding-right: 16px;
  font-weight: 500;
}

.div-area-5{
  background-color: #fff;
  width: 80px;
  height: 25px;
  margin: 350px 0 0 0;
}

.overlape-p2{
  font-size: 24px;
  margin-bottom: 0;
}