body {
  margin: 0;
  font-family: "Oswald";
}
html {
  scroll-behavior: smooth;
}
.header .container,
.mission-section .container,
.service-section .container,
.footer .container,
.footer-bottom-section .container {
  padding: 0;
}
/* header start*/
.header-bg {
  background-image: linear-gradient(#001935, #00152d, #001123);
  text-align: center;
  padding: 65px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.logo {
  padding: 0 0 128px;
}
.main-text h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 100px 0;
  text-transform: uppercase;
}
.log-in-btn {
  margin: 0 0 34px 0;
}
.log-in-btn a {
  font: 600 20px/22px "Nunito", Helvetica, sans-serif;
  text-decoration: none;
  display: inline-block;
  color: #111;
  padding: 14px 60px;
  background-image: linear-gradient(#e4bda2, #bd8766, #bd8766, #e4bda2);
  border-radius: 50px;
  background-size: 100% 300%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.log-in-btn a:hover {
  background-position: 0 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 4px 15px 0 rgba(94, 82, 74, 0.5);
}
.register h5 {
  font: 600 20px/22px "Nunito", Helvetica, sans-serif;
  color: #fff;
}
.register h5 a {
  text-decoration: none;
  color: #bc8563;
  margin: 0 0 0 30px;
  transition: all 0.5s;
}
.register h5 a:hover {
  color: #fff;
}
.header-bg::after {
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #fff;
  bottom: -26px;
  left: 0;
  top: auto;
  right: 0;
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(135deg);
  margin: auto;
}
.x1 {
  top: auto;
  animation-name: circle1;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  transition: all 5s;
  right: 0;
  position: absolute;
  bottom: 50px;
  width: 183px;
  height: 123px;
  z-index: -1;
}
@keyframes circle1 {
  0% {
    bottom: 50px;
    right: 0;
  }
  25% {
    bottom: 50px;
    right: 80%;
  }
  50% {
    bottom: 50px;
    right: 0;
  }
  100% {
    bottom: 50px;
    right: 80%;
  }
}
.x2 {
  bottom: auto;
  animation-name: circle2;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  transition: all 5s;
  left: 0;
  position: absolute;
  top: -10px;
  width: 309px;
  height: 208px;
  z-index: -1;
}
@keyframes circle2 {
  0% {
    top: -10px;
    left: 0;
  }
  25% {
    bottom: -10px;
    left: 80%;
  }
  50% {
    bottom: -10px;
    left: 0;
  }
  100% {
    bottom: -10px;
    left: 80%;
  }
}

/* header End*/
/* mission-section Start*/
.main-head h2 {
  font: 300 50px/60px "Oswald", Helvetica, sans-serif;
  color: #001124;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.main-head h2::after {
  height: 1px;
  width: 30px;
  background: #bb8462;
  position: absolute;
  content: "";
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
.mission-section {
  padding: 66px 0;
}
.mina-pare p {
  font: 300 24px/40px "Nunito", Helvetica, sans-serif;
  color: #000000;
  text-align: center;
  padding: 0;
  width: 32%;
  margin: 0 auto;
}
.mission-ceter-img02 {
  margin: 0 0 -40px 0;
  animation-name: circle3;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  transition: all 5s;
  transform: translatey(0px);
  text-align: right;
}
@keyframes circle3 {
  0% {
    transform: translatey(0px);
  }
  25% {
    transform: translatey(30px);
  }
  50% {
    transform: translatey(20px);
  }
  100% {
    transform: translatey(0px);
  }
}
/* mission-section End*/
/* service-section Start*/
.service-bg {
  background-image: url(../images/services_bg.jpg);
  background-repeat: no-repeat;
  padding: 60px 0;
}
.service-bg .main-head h2 {
  margin: 0 0 50px 0;
}
.service-bg .main-head h2::after {
  background: #111;
}
/* service-section End*/
/* footer Start*/
.footer {
  text-align: center;
  padding: 40px 0;
}
.footer-logo-text {
  font: 600 20px/35px "Nunito", Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
  margin: 8px 0 30px 0;
}
.footer-mail {
  font: 400 22px/30px "Nunito", Helvetica, sans-serif;
  color: #000000;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-main h4 {
  font: 400 22px/30px "Nunito", Helvetica, sans-serif;
  color: #000000 !important;
}
.footer-main a {
  text-decoration: none;
  color: #000000;
}
.footer-main a:hover {
  text-decoration: none;
  color: #1c1833;
}
.footer-mail img {
  margin: 0 10px 0 0;
  max-width: 30px;
}
/* footer End*/
/* footer-bottom Start*/
.footer-bottom {
  background: #1c1833;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.footer-bottom p,
.footer-bottom p a {
  margin: 0;
  font: 400 20px/30px "Nunito", Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.footer-bottom p a:hover {
  color: #ca997f;
}
/* footer-bottom End*/
/* Responsive start*/
@media (max-width: 1024px) {
  .mina-pare p {
    width: 57%;
  }
  .service-bg {
    background-image: url(../images/services_bg_tab.jpg);
  }
}
@media (max-width: 991px) {
  .service-bg {
    background-image: url(../images/services_bg_tab02.jpg);
  }
}
@media (max-width: 768px) {
  .service-bg {
    background-image: url(../images/services_bg_tab03.jpg);
  }
}
@media (max-width: 543px) {
  .mission-ceter-img02 {
    margin: 0;
  }
  @keyframes circle3 {
    0% {
      transform: translatey(0px);
    }
    25% {
      transform: translatey(-30px);
    }
    50% {
      transform: translatey(-20px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  .mina-pare p {
    padding: 0 15px;
  }
  .main-text h1 {
    font-size: 40px;
  }
  .service-bg {
    background-image: url(../images/services_bg_mobile.jpg);
  }
  .mission-ceter-img01 {
    align-items: end;
    display: flex;
    height: 100%;
    margin: 0 -100px 0px -180px;
  }
}
@media (max-width: 420px) {
  .main-head h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .main-text h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .register h5 {
    font-size: 16px;
  }
  .mina-pare p {
    font-size: 18px;
    line-height: 30px;
  }
  .footer-main h4 {
    font-size: 18px;
  }
  .footer-mail img {
    width: 15px;
  }
  .footer-bottom p {
    font-size: 18px;
  }
  .mina-pare p {
    width: 94%;
  }
}
/* Responsive end*/
