body {
  color: #5d6269;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
}

a:focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.btn.focus, .btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-send {
  background-color: #da4337;
  color: #fff;
  padding: 12px 30px;
}

.btn-send:hover {
  background-color: #ff594c;
  color: #fff;
}

.form-control {
  height: 50px;
}

.form-control:focus {
  box-shadow: none;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,.1)!important;
}

header .navbar-light .navbar-nav .nav-item {
  padding: 0 1rem;
}

header .navbar-light .navbar-nav .nav-link {
  color: #353535;
  font-size: 17px;
  border-bottom: 4px solid transparent;
  padding: 31px 0;
}

header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #da4337;
  border-bottom: 4px solid #da4137;
}

header .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #da4337;
  border-bottom: 4px solid #da4137;
}

main {
  margin-top: 90px;
}

#header-part {
  background: url(../../assets/img/header-bg1.png)no-repeat top left, url(../../assets/img/header-bg2.png)no-repeat bottom right, url(../../assets/img/header-right-bg.png)no-repeat bottom right, linear-gradient(130deg, #0a1e77 10%, #199dbf);
  padding: 50px 0;
}

.header-inner {
  background: url(../../assets/img/header-img.png)no-repeat center right 10%;
}

.header-text-part {
  padding: 137px 0;
  background: url(../../assets/img/dotted.png)no-repeat center;
}

.welcome {
  font-family: 'Oleo Script', cursive;
  color: #f3b14b;
  font-size: 50px;
}

.header-title {
  font-family: 'Poppins', sans-serif;
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  line-height: 90px;
}

.header-text {
  font-size: 36px;
  color: #fff;
  line-height: 48px;
}

.main-title {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  color: #031a55;
  font-weight: 700;
  background: url(../../assets/img/title-line.png) no-repeat center bottom;
  margin-bottom: 50px;
  padding-bottom: 18px;
  text-align: center;
}

#about-part {
  background-color: #fff;
}

.about-text {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

#service-part {
  background-color: #f4f9fc;
}

.service-box-title {
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
  color: #031a55;
  font-weight: 600;
}

#contact-part {
  background: url(../../assets/img/contact-bg1.png)no-repeat top left, url(../../assets/img/contact-bg2.png)no-repeat top center, url(../../assets/img/contact-bg3.png)no-repeat bottom right, linear-gradient(40deg, #1f9a8e, #0a1e77 20%, #0a1e77 100%);
}

#contact-part textarea.form-control {
  min-height: 100px;
}

.add-box {
  background-color: #2f408b;
  padding: 20px;
}

.cont-text {
  color: #fff;
  margin-left: 20px;
}

.people-img {
  text-align: center;
  margin-top: 60px;
  margin-bottom: -218px;
}

.ftr-part {
  background: url(../../assets/img//ftr-dotted.png) no-repeat top -40px left 260px;
  padding: 162px 0 50px 0;
}

#return-to-top {
  position: fixed;
  bottom: 90px;
  right: 8px;
  background: #fdb205;
  width: 36px;
  height: 36px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  text-align: center;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  line-height: 35px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #fdcb05;
}

#return-to-top:hover i {
  color: #fff;
  top: 2px;
}

@media (max-width: 1600px) {
  .header-inner {
    background: url(../../assets/img//header-img.png)no-repeat center right 5%;
  }
}

@media (max-width: 1450px) {
  .header-inner {
    background-size: 700px;
  }
}

@media (max-width: 1370px) {
  .header-inner {
    background-size: 600px;
  }
}

@media (max-width: 1199px) {
  .header-inner {
    background-size: 500px;
  }
}

@media (max-width: 1199px) {
  .header-text-part {
    padding: 40px 0;
  }
}

@media (max-width: 1199px) {
  .ftr-part {
    background: url(../../assets/img//ftr-dotted.png) no-repeat top -40px left 168px;
  }
}

@media (max-width: 991px) {
  .header-inner {
    background: url(../../assets/img//header-img.png)no-repeat top center;
    background-size: 400px;
  }
}

@media (max-width: 991px) {
  .header-text-part {
    padding-top: 300px;
    background: url(../../assets/img//dotted.png)no-repeat bottom -50px left;
  }
}

@media (max-width: 991px) {
  .py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .ftr-part {
    background: url(../../assets/img//ftr-dotted.png) no-repeat top -70px left 70px;
    background-size: 400px;
    padding: 110px 0 50px 0;
  }
}

@media (max-width: 991px) {
  .about-text {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .people-img {
    margin-top: 50px;
    margin-bottom: -133px;
  }
}

@media (max-width: 767px) {
  main {
    margin-top: 65px;
  }
}

@media (max-width: 767px) {
  header .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  header .navbar-light .navbar-nav .nav-item {
    padding: 0;
  }
}

@media (max-width: 767px) {
  header .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    border-bottom: 1px solid transparent;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  header .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    border-bottom: 3px solid #da4137;
  }
}

@media (max-width: 767px) {
  .header-inner {
    background-size: 300px;
  }
}

@media (max-width: 767px) {
  .header-text-part {
    background: url(../../assets/img//dotted.png)no-repeat bottom left;
    background-size: contain;
    padding-top: 230px;
  }
}

@media (max-width: 767px) {
  .welcome {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .header-title {
    font-size: 60px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .header-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .main-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .py-100 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .people-img {
    margin-top: 40px;
    margin-bottom: -95px;
  }
}

@media (max-width: 767px) {
  .ftr-part {
    background: url(../../assets/img//ftr-dotted.png) no-repeat center;
    background-size: contain;
    padding: 90px 0 50px 0;
  }
}

