@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gabriela&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #8a8a8a;
}

button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: 2px solid #2e559a;
  background-color: #2e559a;
  letter-spacing: 0.03em;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #2e559a;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #2e559a;
  color: #2e559a;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #2e559a;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #2e559a;
  color: #fff;
  border-color: #2e559a;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #2e559a;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #ffc527;
  color: #fff;
  border-color: #ffc527;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #ffc527;
  color: #000;
}

@media screen and (max-width: 991px) {
  .btn-small,
.form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(46, 85, 154, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #223f73;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 18px;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

p {
  line-height: 1.7;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border-right {
  border-right: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.slick-slide:focus {
  outline: none;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(46, 85, 154, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
  margin: auto;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #8a8a8a;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #2e559a;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
}
.slick-arrow i {
  font-size: 30px;
  height: 22px;
  width: 22px;
  color: #333;
  text-align: center;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.slick-arrow:hover i {
  color: #fff;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.padding {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .padding {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .padding {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .padding {
    padding: 10px 0;
  }
}
.section {
  padding: 80px 0;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.breadcrumb-wrapper {
  background: url(../images/breadcrumb-bg.jpg) no-repeat center bottom;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding-top: 8em;
  position: relative;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.breadcrumb-wrapper .bread-title {
  padding: 40px 0;
  position: relative;
}
.breadcrumb-wrapper h4 {
  font-size: 48px;
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
}
.breadcrumb-wrapper p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  display: inline-block;
  background-color: #2e559a;
  border-radius: 0;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -68px;
  border-bottom: 68px solid #2e559a;
  border-left: 68px solid transparent;
}
.breadcrumb-wrapper .breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  right: -68px;
  border-bottom: 68px solid #2e559a;
  border-right: 68px solid transparent;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: inline;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease-in;
  display: inline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f101";
  font-family: "fontAwesome";
  color: #fff;
  padding: 10px;
}

header {
  position: fixed;
  background-color: transparent;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
header .navbar {
  padding: 0;
  border-bottom: 1px solid #fff;
  background-image: linear-gradient(to bottom, rgba(64, 64, 64, 0.3) 0%, rgba(64, 64, 64, 0) 100%);
}
header .navbar .navbar-brand figure {
  max-width: 80px;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar-collapse {
  justify-content: flex-end;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 800;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link.button {
  padding: 12px 20px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 0 0 2px #fff inset;
  border-color: #fff;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link.button:hover {
  box-shadow: 0 0 0 3em #fff inset;
  color: #333;
}
header .navbar-collapse .navbar-nav .nav-link:hover {
  color: #2e559a;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #2e559a;
  font-weight: 700;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
header.fixed-header .navbar {
  background-image: none;
}
header.fixed-header .navbar .navbar-brand {
  display: inline;
  max-width: 60px;
  margin: 5px 0;
}
header.fixed-header .navbar-collapse {
  background-color: #fff;
}
header.fixed-header .navbar-collapse .navbar-nav {
  justify-content: flex-end;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item {
  color: #333;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #333;
  transition: 0.5s ease-in-out;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #2e559a;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .button {
  padding: 12px 20px;
  border: 1px solid #2e559a;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 0 0 2px #2e559a inset;
  transition: 0.5s ease-in-out;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .button:hover {
  color: #fff;
  box-shadow: 0 0 0 3em #2e559a inset;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #2e559a;
}

@media screen and (max-width: 991px) {
  header .navbar .navbar-brand figure {
    max-width: 60px;
  }
  header .navbar-collapse {
    background-color: #fff;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    padding: 0;
    margin: 8px 0;
    letter-spacing: 0.03em;
    color: #333;
    font-weight: 600;
  }
  header .navbar-collapse .navbar-nav .nav-link:hover {
    color: #2e559a;
  }
  header .navbar-collapse .navbar-nav .nav-link.button {
    padding: 12px 20px;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 0 0 3em #2e559a inset;
    border-color: #2e559a;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
  }
  header .navbar-collapse .navbar-nav .nav-link.button:hover {
    box-shadow: 0 0 0 2px #2e559a inset;
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px 0;
  }
}
@media screen and (max-width: 576px) {
  header .navbar .navbar-brand figure {
    max-width: 50px;
  }
  header .navbar .navbar-toggler {
    padding: 0.25rem;
  }
}
.banner {
  position: relative;
}
.banner .block {
  position: relative;
}
.banner .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.banner .block .image img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.banner .block .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner .block .text h2 {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
}
.banner .block .text .txt-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.banner .block .text .txt-button .banner-btn {
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 0 0 2px #fff inset;
  margin: 10px 10px;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
}
.banner .block .text .txt-button .banner-btn:hover {
  box-shadow: 0 0 0 3em #fff inset;
  color: #333;
}
.banner .block .text .txt-button .banner-btn.reverse-style {
  box-shadow: 0 0 0 3em #fff inset;
  color: #333;
}
.banner .block .text .txt-button .banner-btn.reverse-style:hover {
  color: #fff;
  box-shadow: 0 0 0 2px #fff inset;
}
.banner .company-details {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.banner .company-details .company-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.banner .company-details .company-info h5 {
  font-size: 24px;
  font-weight: 700;
  text-shadow: 2px 2px #333;
}
.banner .company-details .company-info .info {
  font-size: 20px;
  padding-left: 8px;
  font-weight: 400;
}
.banner .company-details .company-info .info .fa-facebook-f {
  padding-right: 5px;
}

@media screen and (max-width: 991px) {
  .banner .block .image img {
    min-height: 400px;
  }
  .banner .company-details .company-info h5 {
    font-size: 20px;
  }
  .banner .company-details .company-info .info {
    font-size: 16px;
  }
  .banner .company-details .company-info .info i {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .banner .block .text h2 {
    font-size: 28px;
  }
  .banner .block .text .txt-button .banner-btn {
    padding: 12px 25px;
  }
  .banner .company-details .company-info h5 {
    font-size: 16px;
  }
  .banner .company-details .company-info .info {
    font-size: 13px;
  }
  .banner .company-details .company-info .info i {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .banner .block .text h2 {
    font-size: 22px;
  }
  .banner .block .text .txt-button {
    flex-direction: column;
  }
  .banner .block .text .txt-button .banner-btn {
    padding: 8px 14px;
  }
  .banner .company-details {
    display: none;
  }
  .banner .slick-arrow i {
    font-size: 20px;
  }
}
.gallery .gallery-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gallery .gallery-wrapper .gallery-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 40%;
  background-color: #495e35;
  border: 4px solid #fff;
}
.gallery .gallery-wrapper .gallery-text .logo {
  padding: 0 30px;
}
.gallery .gallery-wrapper .gallery-text .logo img {
  max-width: 120px;
}
.gallery .gallery-wrapper .top-image {
  border: 4px solid #fff;
}
.gallery .gallery-wrapper .gallery-desc p {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  word-spacing: 0.05em;
  line-height: 1.5;
}
.gallery .gallery-image-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .gallery-image-wrapper .images {
  flex: 0 0 25%;
  border: 4px solid #fff;
}

@media screen and (max-width: 991px) {
  .gallery .gallery-wrapper .gallery-text {
    flex: 0 0 50%;
  }
  .gallery .gallery-wrapper .gallery-text .logo {
    padding: 0 20px;
  }
  .gallery .gallery-wrapper .gallery-text .logo img {
    max-width: 100px;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gallery-wrapper .gallery-text .logo {
    padding: 0 20px;
  }
  .gallery .gallery-wrapper .gallery-text .logo img {
    max-width: 60px;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .gallery .gallery-wrapper .gallery-text {
    flex-direction: column;
  }
  .gallery .gallery-wrapper .gallery-text .logo {
    padding: 0 0 10px 0;
  }
  .gallery .gallery-wrapper .gallery-text .logo img {
    max-width: 60px;
  }
  .gallery .gallery-wrapper .gallery-desc {
    padding: 0 10px;
    text-align: center;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 16px;
  }
  .gallery .gallery-image-wrapper .images {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 480px) {
  .gallery .gallery-wrapper {
    flex-direction: column;
  }
  .gallery .gallery-wrapper .gallery-text {
    flex-direction: row;
    padding: 10px 30px;
  }
  .gallery .gallery-wrapper .gallery-text .logo {
    padding: 0 10px;
  }
  .gallery .gallery-wrapper .gallery-text .logo img {
    max-width: 60px;
  }
  .gallery .gallery-wrapper .gallery-desc {
    padding: 0;
    text-align: center;
  }
  .gallery .gallery-wrapper .gallery-desc p {
    font-size: 16px;
  }
}
.about {
  padding: 80px 0;
}
.about .about-desc {
  padding: 0 40px;
}
.about .about-desc .title h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  color: #2e559a;
  word-spacing: 0.05em;
}
.about .about-desc p {
  padding: 20px 0;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 500;
  word-spacing: 0.05em;
}
.about .about-desc .inner_abt_btn .abt-cntct {
  padding: 10px 35px;
  color: #fff;
  box-shadow: 0 0 0 3em #2e559a inset;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
}
.about .about-desc .inner_abt_btn .abt-cntct:hover {
  box-shadow: 0 0 0 2px #2e559a inset;
  color: #333;
}
.about .img-block {
  border: 1px solid rgba(138, 138, 138, 0.5);
  text-align: center;
  margin-bottom: 20px;
  padding: 0 30px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.about .img-block img {
  transition: 0.5s ease-in-out;
}
.about .img-block h6 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.03em;
  word-spacing: 0.04em;
  padding-bottom: 40px;
  transition: 0.5s ease-in-out;
}
.about .img-block:hover {
  box-shadow: -1px 12px 14px -12px #333;
  cursor: pointer;
}
.about .img-block:hover img {
  transform: scale(1.05);
}
.about .img-block:hover h6 {
  color: #2e559a;
}

@media screen and (max-width: 991px) {
  .about {
    padding: 80px 0;
  }
  .about .about-desc {
    padding: 0 10px;
  }
  .about .about-desc .title h2 {
    font-size: 28px;
  }
  .about .about-desc .inner_abt_btn .abt-cntct {
    padding: 10px 25px;
  }
  .about .img-block {
    padding: 0 10px;
  }
  .about .img-block h6 {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
  .about .about-desc {
    margin-bottom: 20px;
    text-align: center;
  }
  .about .about-desc .title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .about .img-block {
    max-width: 50%;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 480px) {
  .about {
    padding-bottom: 20px;
  }
  .about .img-block {
    max-width: 75%;
  }
}
@media screen and (max-width: 400px) {
  .about .img-block {
    max-width: 100%;
  }
}
.service {
  background-color: #eaefe4;
  padding: 80px 0;
}
.service .service-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.service .service-top .title {
  flex: 0 0 40%;
  padding-right: 50px;
}
.service .service-top .title h2 {
  font-size: 32px;
  font-weight: 700;
  word-spacing: 0.05em;
  color: #2e559a;
  line-height: 1.2;
  padding-bottom: 20px;
}
.service .service-top .title h6 {
  font-size: 14px;
  color: #2e559a;
  padding-bottom: 5px;
  border-bottom: 1px solid #2e559a;
  display: inline-block;
}
.service .service-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service .service-bottom .services-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 40px 10px 0 10px;
  padding: 10px;
  transition: 0.5s ease-in-out;
}
.service .service-bottom .services-block .service-desc h6 {
  font-size: 16px;
  color: #2e559a;
  font-weight: 700;
  padding: 10px 0;
  transition: 0.5s ease-in-out;
}
.service .service-bottom .services-block:hover {
  background-color: #fff;
  cursor: pointer;
  box-shadow: 2px 8px 14px -1px #333;
}
.service .service-bottom .services-block:hover .service-desc h6 {
  color: #333;
}

.service-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0;
  background-color: #2e559a;
}
.service-contact .images {
  flex: 0 0 35%;
  padding-right: 30px;
}
.service-contact .service-cntct-desc {
  flex: 0 0 65%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.service-contact .service-cntct-desc .desc {
  padding-right: 50px;
  flex: 0 0 65%;
}
.service-contact .service-cntct-desc .desc h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  padding-bottom: 20px;
}
.service-contact .service-cntct-desc .desc p {
  font-size: 13px;
  color: #fff;
}
.service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct {
  padding: 15px 45px;
  box-shadow: 0 0 0 3em #fff inset;
  color: #333;
  border-radius: 4px;
}
.service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct:hover {
  box-shadow: 0 0 0 2px #fff inset;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .service .service-top .title {
    flex: 0 0 50%;
    padding-right: 50px;
  }
  .service .service-top .title h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .service .service-bottom .services-block {
    flex: 0 0 calc(50% - 20px);
  }

  .service-contact .service-cntct-desc .desc h2 {
    padding-bottom: 10px;
  }
  .service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct {
    padding: 15px 35px;
  }

  .full-width {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .service .service-top {
    flex-direction: column;
    text-align: center;
  }
  .service .service-top .title {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .service-contact .service-cntct-desc .desc {
    padding-right: 20px;
  }
  .service-contact .service-cntct-desc .desc h2 {
    font-size: 20px;
  }
  .service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 576px) {
  .service {
    padding-top: 60px;
  }
  .service .service-bottom .services-block {
    margin-top: 15px;
  }

  .service-contact {
    flex-direction: column;
    padding: 20px;
  }
  .service-contact .images {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .service-contact .service-cntct-desc {
    width: 100%;
    justify-content: center;
  }
  .service-contact .service-cntct-desc .desc h2 {
    padding-bottom: 5px;
    font-size: 18px;
  }
  .service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 480px) {
  .service .service-top .title h2 {
    font-size: 24x;
  }

  .service-bottom .services-block {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.testimonial {
  padding: 80px 0;
}
.testimonial .testi-title {
  text-align: center;
  margin-bottom: 40px;
}
.testimonial .testi-title h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2e559a;
}
.testimonial .testi-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial .testi-wrapper .testi-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0 10px;
  text-align: center;
  object-fit: cover;
  object-position: center;
  padding: 40px 20px;
  background-color: #ebf0e5;
}
.testimonial .testi-wrapper .testi-block img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  max-width: 100px;
  margin: auto;
}
.testimonial .testi-wrapper .testi-block .cmnt h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  padding: 20px 0;
}
.testimonial .testi-wrapper .testi-block .cmnt .star-icon i {
  padding: 0 2px;
  color: #2e559a;
}
.testimonial .testi-wrapper .testi-block .cmnt p {
  padding: 20px 0;
}
.testimonial .testi-wrapper .testi-block .cmnt .client-detail h6 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.testimonial .testi-wrapper .testi-block .cmnt .client-detail p {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .testimonial {
    padding: 40px 0 50px 0;
  }
  .testimonial .testi-wrapper {
    flex-wrap: wrap;
  }
}
.quote {
  padding: 80px 0;
  background-image: url("../images/quote-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.quote .form {
  padding: 60px;
  background-color: rgba(46, 85, 154, 0.8);
}
.quote .form .title {
  padding-bottom: 40px;
}
.quote .form .title h4 {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.03em;
  word-spacing: 0.08em;
  font-weight: 800;
}
.quote .form .title p {
  font-size: 16px;
  color: #fff;
}
.quote .form .select-bar {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.quote .form .select-bar .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.quote .form .select-bar .select-option {
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 16px;
  color: #343434;
}
.quote .form .quote-submission {
  padding: 10px 25px;
  margin: 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #fff;
}
.quote .cost-detail {
  padding: 0 60px;
}
.quote .cost-detail .title {
  padding-bottom: 40px;
}
.quote .cost-detail .title h4 {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.03em;
  word-spacing: 0.08em;
  font-weight: 900;
}
.quote .cost-detail .cost-detail-wrapper .pricing-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #fff;
  padding: 20px;
}
.quote .cost-detail .cost-detail-wrapper .pricing-detail h6,
.quote .cost-detail .cost-detail-wrapper .pricing-detail p {
  font-size: 20px;
  color: #fff;
}
.quote .cost-detail .contactinfo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.quote .cost-detail .contactinfo .contact-detail h6 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.quote .cost-detail .contactinfo .contact-detail p {
  font-size: 32px;
  color: #fff;
}
.quote .cost-detail .contactinfo .request_a_quote {
  font-size: 16px;
  padding: 12px 25px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0 0 0 2px #fff inset;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
.quote .cost-detail .contactinfo .request_a_quote:hover {
  box-shadow: 0 0 0 3em #fff inset;
  color: #333;
}

@media screen and (max-width: 767px) {
  .quote .cost-detail .contactinfo .contact-detail p {
    font-size: 25px;
  }
}
footer {
  background-color: #fff;
  padding: 70px 0 35px 0;
}
footer .footer-block .logo {
  margin-top: -20px;
  margin-bottom: 10px;
}
footer .footer-block .logo img {
  max-width: 70px;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h6 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 0;
  position: relative;
  padding-bottom: 5px;
}
footer .footer-block .footer-title h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 15px;
  background-color: #2e559a;
}
footer .footer-block ul li .quick-link {
  color: #8a8a8a;
  margin-bottom: 5px;
  transition: 0.5s ease-in-out;
}
footer .footer-block ul li .quick-link:hover {
  color: #2e559a;
}
footer .footer-block ul li .footer-cntct {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.5;
  transition: 0.5s ease-in-out;
  margin-bottom: 5px;
}
footer .footer-block ul li .footer-cntct i {
  font-size: 12px;
  color: #2e559a;
  padding-right: 4px;
}
footer .footer-block ul li .footer-cntct:hover p {
  color: #2e559a;
}

.footer-bottom {
  padding: 10px 0;
}
.footer-bottom .bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-bottom .bottom-wrapper .block {
  display: flex;
  flex-direction: row;
}
.footer-bottom .bottom-wrapper .block a {
  padding: 0 4px;
  color: #2e559a;
}
.footer-bottom .bottom-wrapper .develop {
  display: flex;
  flex-direction: row;
}
.footer-bottom .bottom-wrapper .develop a {
  padding: 0 4px;
  color: #2e559a;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 70px 0 35px 0;
  }
  footer .footer-block {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-block .logo {
    margin-top: 0;
  }
  footer .footer-block .logo img {
    max-width: 70px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footer-block .footer-title h6 {
    display: inline-block;
  }
  footer .footer-block ul {
    text-align: center;
  }
  footer .footer-block ul li .footer-cntct {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 70px 0 25px 0;
  }

  .footer-bottom .bottom-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .footer-bottom .bottom-wrapper .block {
    justify-content: center;
  }
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  footer {
    padding: 70px 0 25px 0;
  }
}
@media screen and (max-width: 420px) {
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .develop a {
    text-align: center;
  }
}
.about_us .about-top-section .about-top-section-desc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 40px;
}
.about_us .about-top-section .about-top-section-desc .para {
  flex: 0 0 47%;
  font-size: 14px;
  line-height: 1.7;
  color: #8a8a8a;
}
.about_us .about-top-section .about-top-section-desc.top-padding {
  padding: 40px 0 0 0;
}
.about_us .about-top-section .image {
  text-align: center;
}
.about_us .about-top-section .image img {
  border-radius: 50px;
}

.header-title {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 5px;
  position: relative;
}
.header-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #2e559a;
}
.header-title h1 {
  font-weight: 300;
  font-size: 50px;
  color: #000;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .about_us .about-top-section .about-top-section-desc {
    padding-bottom: 30px;
  }
  .about_us .about-top-section .about-top-section-desc .para {
    flex: 0 0 48%;
    text-align: justify;
    font-size: 14px;
  }
  .about_us .about-top-section .about-top-section-desc.top-padding {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .about_us .about-top-section .about-top-section-desc {
    padding-bottom: 0;
    flex-direction: column;
    text-align: center;
  }
  .about_us .about-top-section .about-top-section-desc .para {
    flex: 0 0 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .about_us .about-top-section .about-top-section-desc.top-padding {
    padding: 0;
  }
  .about_us .about-top-section .about-top-section-desc.top-padding .para {
    padding: 20px 0 0 0;
  }

  .header-title {
    margin-bottom: 30px;
  }
  .header-title h1 {
    font-size: 34px;
  }
}
.service-section {
  padding: 80px 0;
}
.service-section .service-wrapper .block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(138, 138, 138, 0.2);
  padding: 15px 10px;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}
.service-section .service-wrapper .block .text {
  padding: 15px 0;
}
.service-section .service-wrapper .block .text h6 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #2e559a;
}
.service-section .service-wrapper .block .text p {
  color: #8a8a8a;
}
.service-section .service-wrapper .block .text p.para {
  min-height: 90px;
}
.service-section .service-wrapper .block:hover {
  transform: scale(1.02);
  box-shadow: 0 0px 12px -4px #333;
  cursor: pointer;
}

.titles {
  text-align: center;
  padding-bottom: 40px;
}
.titles h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.titles h2 {
  font-size: 36px;
  color: #ff9933;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .service-section {
    padding: 50px 0;
  }
  .service-section .titles {
    padding-bottom: 40px;
    text-align: center;
  }
  .service-section .service-wrapper .block {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-section {
    padding: 30px 0;
  }
  .service-section .titles {
    padding-bottom: 30px;
  }
  .service-section .titles h5 {
    font-size: 16px;
    line-height: 1.4;
  }
  .service-section .titles h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .service-section .service-wrapper .block {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .service-section .titles {
    padding-bottom: 15px;
  }
  .service-section .service-wrapper .block {
    height: auto;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .service-section .service-wrapper .block .text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .service-section .titles {
    padding-bottom: 10px;
  }
  .service-section .titles h5 {
    line-height: 1.5;
  }
  .service-section .titles h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .service-section .titles h5 {
    font-size: 15px;
  }
  .service-section .titles h2 {
    font-size: 20px;
  }
  .service-section .service-wrapper .block .text {
    padding: 10px 0;
  }
  .service-section .service-wrapper .block .text h6 {
    padding-bottom: 10px;
    font-size: 15px;
  }
  .service-section .service-wrapper .block .text p {
    padding: 0;
    font-size: 12px;
  }
}
.contact .contact-wrapper {
  padding: 60px 0;
}
.contact .contact-wrapper .map iframe {
  display: block;
  width: 100%;
  height: 450px;
}
.contact .contact-wrapper .contact-details .title h4 {
  font-size: 38px;
  font-weight: 700;
  color: #2e559a;
  position: relative;
}
.contact .contact-wrapper .contact-details .title h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 40px;
  background-color: #ffc527;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .icon {
  padding: 15px;
  border-radius: 4px;
  border: 2px solid #2e559a;
  background-color: #2e559a;
  transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .icon i {
  font-size: 20px;
  transform: rotate(-45deg);
  color: #fff;
  transition: 0.4s ease-in-out;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail {
  margin-left: 30px;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail h5 {
  font-size: 22px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  color: #8a8a8a;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail p {
  font-size: 16px;
  color: #8a8a8a;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block:hover .icon {
  background-color: transparent;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block:hover .icon i {
  color: #ffc527;
}
.contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block:hover .detail h5 {
  color: #ffc527;
}
.contact .contact-form {
  padding: 60px 0;
  background-color: #333;
}
.contact .contact-form .form-title {
  text-align: center;
  margin-bottom: 50px;
}
.contact .contact-form .form-title h5 {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #2e559a;
  position: relative;
}
.contact .contact-form .form-title h5::before {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  border-top: 26px solid transparent;
  border-right: 26px solid #2e559a;
}
.contact .contact-form .form-title h5::after {
  content: "";
  position: absolute;
  top: 0;
  right: -26px;
  border-top: 26px solid transparent;
  border-left: 26px solid #2e559a;
}
.contact .contact-form .form-title h4 {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}
.contact .contact-form .form-title h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #2e559a;
}
.contact .contact-form .form .form-group {
  margin-bottom: 20px;
}
.contact .contact-form .form .form-group .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.contact .contact-form .form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.contact .contact-form .form .form-group .form-control:-moz-placeholder {
  color: #fff;
}
.contact .contact-form .form .form-group .form-control::-moz-placeholder {
  color: #fff;
}
.contact .contact-form .form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.contact .contact-form .form .form-group .form-control.message {
  resize: none;
}
.contact .contact-form .form .form-button {
  text-align: center;
}
.contact .contact-form .form .form-button .submit-btn {
  padding: 12px 20px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 0 0 3em #2e559a inset;
  border-color: #2e559a;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
}
.contact .contact-form .form .form-button .submit-btn:hover {
  box-shadow: 0 0 0 2px #2e559a inset;
  color: #333;
}

@media screen and (max-width: 1199px) {
  .contact .contact-wrapper .contact-details .title h4 {
    font-size: 30px;
  }
  .contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail h5 {
    font-size: 18px;
  }
  .contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail p {
    font-size: 14px;
    max-width: 100px;
    word-break: break-all;
    line-height: 1.1;
  }
}
@media screen and (max-width: 991px) {
  .contact .contact-wrapper {
    padding: 40px 0;
  }
  .contact .contact-wrapper .contact-details {
    text-align: center;
    margin-top: 30px;
  }
  .contact .contact-wrapper .contact-details .title h4 {
    font-size: 34px;
  }
  .contact .contact-wrapper .contact-details .title h4::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block {
    margin-top: 60px;
    justify-content: center;
  }
  .contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail p span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .contact-details .title h4 {
    font-size: 26px;
  }
  .contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail h5 {
    font-size: 18px;
  }
  .contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail p {
    font-size: 14px;
  }
  .contact .contact-form .form-title h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .contact .contact-wrapper .contact-details .title h4 {
    font-size: 26px;
  }
  .contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail h5 {
    font-size: 16px;
  }
  .contact .contact-wrapper .contact-details .contact-details-wrapper .contact-block .detail p {
    font-size: 13px;
  }
  .contact .contact-form .form-title h4 {
    font-size: 32px;
  }
}
.form .form-group {
  margin-bottom: 20px;
}
.form .form-group .form-control {
  padding: 10px;
  border-radius: 4px;
  color: #343434;
}
.form .form-group .label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.form .form-button .submits-btn {
  padding: 8px 20px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 0 0 2px #fff inset;
  border-color: #fff;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
  font-weight: bold;
}
.form .form-button .submits-btn:hover {
  box-shadow: 0 0 0 3em #2e559a inset;
  color: #fff;
  border-color: #fff;
}

/*# sourceMappingURL=style.css.map */
