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

p {
  font-family: "Open Sans", sans-serif;
}

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 #00009e;
  background-color: #00009e;
  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: #00009e;
  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: #00009e;
  color: #00009e;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #00009e;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #00009e;
  color: #fff;
  border-color: #00009e;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #00009e;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #19961a;
  color: #fff;
  border-color: #19961a;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #19961a;
  color: #000;
}
.btn.btn-dark,
.form-control.btn-dark {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn.btn-dark:hover,
.form-control.btn-dark:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.btn.btn-whitey,
.form-control.btn-whitey {
  background-color: #fff;
  color: #332d2d;
  border-color: #fff;
}
.btn.btn-whitey:hover,
.form-control.btn-whitey:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

@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(0, 0, 158, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #00006b;
  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: "Open Sans", 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(0, 0, 158, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.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: #00009e;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 26px;
  color: #000;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

/* custom style for all the section title */
.title {
  padding-bottom: 40px;
  text-align: center;
}
.title h2 {
  font-size: 32px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}
.title h2 span {
  color: #00009e;
}
.title p {
  font-size: 16px;
  color: #8a8a8a;
  width: 600px;
  margin: 0 auto;
  padding-top: 10px;
}

@media screen and (max-width: 992px) {
  .title h2 {
    font-size: 28px;
  }
  .title p {
    font-size: 15px;
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    padding-bottom: 30px;
  }
  .title h2 {
    font-size: 24px;
  }
  .title p {
    font-size: 14px;
    width: auto;
  }
}
@media screen and (max-width: 577px) {
  .title h2 {
    font-size: 20px;
  }
  .title p {
    font-size: 13px;
  }
}
@media screen and (max-width: 481px) {
  .title h2 {
    font-size: 18px;
  }
}
.section {
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
.breadcrumb {
  background: url("../images/banner1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 158, 0.7);
}
.breadcrumb .bread-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .icon i {
  font-size: 72px;
  color: #19961a;
}
.thanks .message {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-top: 30px;
}
.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #333;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #494949;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #00009e;
  border: 1px solid #00009e;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #fff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #4b83fc;
}
.thanks .redirect:hover h5 {
  color: #4b83fc;
}

header {
  z-index: 111;
}
header .nav-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px 0;
}
header .nav-top .navbar-brand figure {
  width: 180px;
}
header .nav-top .company-info {
  flex-direction: row;
  justify-content: space-between;
}
header .nav-top .company-info .info {
  flex-direction: row;
  align-items: center;
  padding: 0 45px;
}
header .nav-top .company-info .info i {
  color: #00009e;
  font-size: 12px;
  padding-right: 10px;
}
header .nav-top .company-info .info p {
  font-size: 14px;
  font-weight: 500;
  color: #332d2d;
  font-weight: 400;
}
header .nav-top .company-info .info:first-child {
  padding-left: 0;
}
header .nav-top .company-info .info:last-child {
  padding-right: 0;
}
header .nav-top .company-info .info .social-icons .social-link i {
  padding-right: 30px;
  font-size: 14px;
}
header .nav-top .company-info .info .social-icons .social-link:last-child i {
  padding-right: 0;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-brand {
  display: none;
}
header .navbar svg rect {
  fill: #fff;
}
header .navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
header .navbar-collapse {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #000;
  z-index: 2;
}
header .navbar-collapse .navbar-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
header .navbar-collapse .navbar-nav .nav-item {
  text-align: center;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link {
  margin: 0 10px;
  padding: 16px 6px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link i {
  color: #fff;
  font-size: 12px;
  padding-right: 6px;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link.button {
  padding: 8px 15px;
  font-size: 12px;
  color: #1c1c1c;
  background-color: #fff;
  border-color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display {
  display: none;
  /* company personal info style ends here*/
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li {
  margin-bottom: 10px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a h6 {
  font-size: 13px;
  font-weight: 400;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a i {
  margin-right: 10px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons a i {
  margin: 0 20px;
  font-size: 14px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li:last-child {
  margin-bottom: 0;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  background-color: #fff;
  animation: smoothScroll 1s forwards;
  animation-direction: alternate;
  /* fixed header custom style ends here*/
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
    transition: all 0.5s cubic-bezier(0, 1.44, 1, 1);
  }
  100% {
    transform: translateY(0px);
    transition: all 0.5s cubic-bezier(0, 1.44, 1, 1);
  }
}
header.fixed-header .nav-top .navbar-brand figure {
  max-width: 120px;
}
header.fixed-header .nav-top .company-info .info {
  padding: 0 25px;
}
header.fixed-header .nav-top .company-info .info p {
  font-size: 13px;
}
header.fixed-header .nav-top .company-info .info:first-child {
  padding-left: 0;
}
header.fixed-header .nav-top .company-info .info:last-child {
  padding-right: 0 !important;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  padding: 10px 0;
}

@media screen and (max-width: 1200px) {
  header .nav-top .company-info .info {
    padding: 0 25px;
  }
  header .navbar-collapse .navbar-nav .nav-item:last-child {
    padding: 0 0;
  }
  header.fixed-header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    left: -47%;
  }
}
@media screen and (max-width: 992px) {
  header {
    background-color: #000;
  }
  header .nav-top {
    display: none !important;
  }
  header .navbar {
    background-color: #000;
    padding: 10px 15px;
    z-index: 2;
  }
  header .navbar .navbar-brand {
    display: inline;
  }
  header .navbar .navbar-brand figure {
    width: 160px;
  }
  header .navbar-collapse {
    flex-direction: column;
  }
  header .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: inline-block;
    padding: 5px 0;
  }
  header .navbar-collapse .navbar-nav .nav-item:last-child {
    padding: 0 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display {
    display: inline-block;
    background-color: #000;
  }
  header .navbar-collapse .second-nav {
    display: none;
  }
  header.fixed-header {
    background-color: #000;
  }
  header.fixed-header .navbar .navbar-brand figure {
    width: 120px;
  }
}
@media screen and (max-width: 577px) {
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display {
    /* company personal info style ends here*/
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul {
    margin: 5px 0 0 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a h6 {
    font-size: 13px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a i {
    font-size: 12px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons a i {
    font-size: 14px;
  }
}
.banner {
  margin-top: -25px;
}
.banner .slider .block {
  position: relative;
  height: calc(100vh - 95px);
}
.banner .slider .block .text {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: right;
  background-color: #00009e;
  border: 3px solid #fff;
  border-left: none;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 20px 20px;
}
.banner .slider .block .text h5 {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: -20px;
  transition: 0.5s ease-out;
}
.banner .slider .block .text .button {
  opacity: 0;
  transition: 0.5s ease-out;
}
.banner .slider .block .text .button a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  overflow: visible;
  transform: translateY(-10px);
  transition: 0.3s ease-out;
}
.banner .slider .block .text .button a i {
  font-size: 14px;
  color: #fff;
  padding-left: 8px;
  transition: 0.2s ease-in-out;
  transition-delay: 0.3s;
}
.banner .slider .block .text .button a:hover i {
  transform: translateX(5px);
}
.banner .slider .block .text:hover h5 {
  margin-bottom: 0;
}
.banner .slider .block .text:hover .button {
  opacity: 1;
}
.banner .slider .block .text:hover .button a {
  transform: translateY(0);
}
.banner .slick-arrow i {
  font-size: 26px;
  display: none;
  transition: 0.3s ease-in;
}
.banner .slick-arrow i:hover {
  color: #fff;
}
.banner:hover .slick-arrow i {
  display: inline;
}

@media screen and (max-width: 992px) {
  .banner {
    margin-top: 0;
  }
  .banner .slider .block {
    height: calc(100vh - 64px);
  }
  .banner .slider .block .image img {
    height: calc(100vh - 64px);
  }
  .banner .slider .block .text h5 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .banner .slider .block .text .button a {
    font-size: 16px;
  }
  .banner .slider .block .text .button a i {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .banner .slider .block {
    height: auto;
  }
  .banner .slider .block .image img {
    height: auto;
  }
  .banner .slider .block .text h5 {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .banner .slider .block .text .button a {
    font-size: 16px;
  }
  .banner .slick-arrow i {
    font-size: 20px;
  }
}
@media screen and (max-width: 577px) {
  .banner .slider .block .text {
    position: relative;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 20px 20px 40px 20px;
  }
  .banner .slider .block .text h5 {
    font-size: 20px;
  }
  .banner .slider .block .text .button a {
    font-size: 14px;
  }
  .banner .slick-dots {
    margin-top: -28px;
    position: relative;
  }
  .banner .slick-dots li {
    background-color: #fff;
  }
  .banner .slick-dots li.slick-active {
    background-color: #332d2d;
  }
}
@media screen and (max-width: 481px) {
  .banner .slider .block .text h5 {
    font-size: 18px;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
  }
}
.about {
  background: url("../images/bg-img.png") no-repeat;
  background-position: right top;
  background-size: 250px;
  margin: 80px 0;
}
.about .about-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.about .about-wrap .block {
  flex: 0 0 calc(50% - 30px);
  margin-right: 30px;
}
.about .about-wrap .block.content-block {
  margin-right: 0;
  margin-left: 30px;
}
.about .about-wrap .block.content-block h4 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}
.about .about-wrap .block.content-block p {
  font-size: 16px;
  color: #332d2d;
  padding-top: 30px;
}
.about .about-wrap .block.content-block .button {
  padding-top: 40px;
}
.about .about-wrap .block.content-block .button .btn-primary {
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .about {
    margin: 45px 0;
  }
  .about .about-wrap {
    flex-direction: column;
  }
  .about .about-wrap .block {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .about .about-wrap .block.content-block {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 24px;
  }
  .about .about-wrap .block.content-block p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    margin: 30px 0;
  }
  .about .about-wrap .block {
    margin-bottom: 30px;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 22px;
  }
  .about .about-wrap .block.content-block p {
    font-size: 14px;
  }
}
@media screen and (max-width: 481px) {
  .about .about-wrap .block {
    margin-bottom: 20px;
  }
  .about .about-wrap .block.content-block h4 {
    font-size: 20px;
  }
  .about .about-wrap .block.content-block p {
    font-size: 13px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 321px) {
  .about .about-wrap .block.content-block h4 {
    font-size: 18px;
  }
}
.special_features {
  padding-bottom: 80px;
}
.special_features .feature-wrapper {
  display: flex;
  flex-direction: row;
}
.special_features .feature-wrapper .features-block {
  flex: 0 0 calc(100% / 3 - 20px);
  margin: 0 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  padding: 20px 10px;
}
.special_features .feature-wrapper .features-block .image img {
  width: 70px;
}
.special_features .feature-wrapper .features-block .image h4 {
  font-size: 20px;
  font-weight: 900;
  color: #3d3d3d;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: 0.3s ease-in-out;
}
.special_features .feature-wrapper .features-block .desc p {
  color: #8a8a8a;
  word-spacing: 0.05em;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .special_features {
    padding-bottom: 45px;
  }
  .special_features .feature-wrapper .features-block .image img {
    width: 80px;
  }
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 18px;
    padding: 20px 0;
  }
  .special_features .feature-wrapper .features-block .desc p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .special_features {
    padding-bottom: 30px;
  }
  .special_features .feature-wrapper {
    flex-direction: column;
  }
  .special_features .feature-wrapper .features-block .image img {
    width: 60px;
  }
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 18px;
    padding: 15px 0;
  }
  .special_features .feature-wrapper .features-block .desc p {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .special_features .feature-wrapper .features-block .image h4 {
    font-size: 16px;
    padding: 10px 0;
  }
}
.choose-us {
  background: url("../images/bg-img2.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.choose-us .choose-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.choose-us .choose-wrapper .desc {
  flex: 0 0 calc(50% - 80px);
  margin-right: 80px;
}
.choose-us .choose-wrapper .desc h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #fff;
}
.choose-us .choose-wrapper .desc h3 span {
  color: #19961a;
}
.choose-us .choose-wrapper .desc .button {
  margin-top: 30px;
}
.choose-us .choose-wrapper .listing {
  flex: 0 0 50%;
}
.choose-us .choose-wrapper .listing .unorder-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.choose-us .choose-wrapper .listing .unorder-list li {
  flex: 0 0 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.choose-us .choose-wrapper .listing .unorder-list li i {
  padding-right: 15px;
  color: #19961a;
}
.choose-us .choose-wrapper .listing .unorder-list li p {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .choose-us .choose-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .choose-us .choose-wrapper .desc {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .choose-us .choose-wrapper .desc h3 {
    font-size: 28px;
  }
  .choose-us .choose-wrapper .listing .unorder-list li {
    justify-content: center;
  }
  .choose-us .choose-wrapper .listing .unorder-list li i {
    padding-right: 15px;
  }
  .choose-us .choose-wrapper .listing .unorder-list li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .choose-us .choose-wrapper .desc h3 {
    font-size: 24px;
  }
  .choose-us .choose-wrapper .listing .unorder-list li i {
    padding-right: 10px;
  }
  .choose-us .choose-wrapper .listing .unorder-list li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 481px) {
  .choose-us .choose-wrapper .desc {
    margin-bottom: 20px;
  }
  .choose-us .choose-wrapper .desc h3 {
    font-size: 18px;
  }
  .choose-us .choose-wrapper .desc h3 span {
    display: block;
  }
  .choose-us .choose-wrapper .desc .button {
    margin-top: 20px;
  }
  .choose-us .choose-wrapper .listing .unorder-list {
    flex-direction: column;
  }
  .choose-us .choose-wrapper .listing .unorder-list li p {
    font-size: 14px;
  }
}
.service {
  background: url("../images/bg-img.png") no-repeat;
  background-position: right top;
  position: relative;
}
.service::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url("../images/bg-img.png") no-repeat;
  background-position: left center;
}
.service .services-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service .services-wrapper .item {
  flex: 0 0 calc(100% / 3 - 20px);
  margin-right: 20px;
  margin-bottom: 40px;
}
.service .services-wrapper .item .image img {
  width: 100%;
}
.service .services-wrapper .item .detail {
  padding: 10px 10px;
  margin: -20px 15px 0 15px;
  box-shadow: 0 0 18px -10px #8a8a8a;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.service .services-wrapper .item .detail h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.service .services-wrapper .item .detail h4 span {
  color: #00009e;
}
.service .services-wrapper .item .detail p {
  display: none;
  font-size: 14px;
  color: #1c1c1c;
  padding: 20px 0;
}
.service .services-wrapper .item .read_more {
  display: none;
  font-size: 14px;
  color: #00009e;
}
.service .services-wrapper .item .read_more i {
  color: #00009e;
  padding-left: 5px;
  font-size: 12px;
  transition: 0.3s ease-in-out;
}
.service .services-wrapper .item .read_more:hover i {
  transform: translateX(5px);
}
.service .button {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 992px) {
  .service .services-wrapper .item {
    flex: 0 0 calc(100% / 2 - 20px);
  }
  .service .services-wrapper .item .detail h4 {
    font-size: 15px;
  }
  .service .services-wrapper .item .detail p {
    font-size: 13px;
  }
  .service .services-wrapper .item .read_more {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .service .services-wrapper {
    flex-direction: column;
  }
  .service .services-wrapper .item {
    margin-right: 0;
  }
  .service .services-wrapper .item .image img {
    width: 100%;
  }
  .service .services-wrapper .item .detail h4 {
    font-size: 16px;
  }
}
.quote {
  background: url("../images/quotebg.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.quote .quote-wrapper {
  display: flex;
  flex-direction: row;
  margin: 40px 0 200px 0;
}
.quote .quote-wrapper .quote-block {
  flex: 0 0 calc(70% - 60px);
  margin-right: 60px;
  position: relative;
}
.quote .quote-wrapper .quote-block .form-block {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 60px;
}
.quote .quote-wrapper .quote-block .title {
  text-align: center;
  padding: 40px 0 20px 0;
}
.quote .quote-wrapper .quote-block .title h5 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  word-spacing: 0.04em;
}
.quote .quote-wrapper .quote-block .title p {
  font-size: 14px;
  color: #fff;
  width: 550px;
  margin: 0 auto;
  padding: 20px 0;
}
.quote .quote-wrapper .quote-block .form {
  background-color: #fff;
  padding: 40px 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: 0 0 16px -8px #8a8a8a;
}
.quote .quote-wrapper .quote-block .form .form-set {
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px 30px 10px;
}
.quote .quote-wrapper .quote-block .form .form-set .form-input {
  width: 100%;
  padding: 10px;
  border: 2px solid rgba(138, 138, 138, 0.3);
  resize: none;
}
.quote .quote-wrapper .quote-block .form .form-set.full_width {
  flex: 100%;
}
.quote .quote-wrapper .quote-block .form .form-set.button {
  margin-bottom: 0;
}
.quote .quote-wrapper .quote-image {
  flex: 0 0 30%;
}

@media screen and (max-width: 1200px) {
  .quote .quote-wrapper {
    margin: 40px 0 250px 0;
  }
  .quote .quote-wrapper .quote-block {
    flex: 0 0 calc(70% - 60px);
    margin-right: 60px;
  }
  .quote .quote-wrapper .quote-block .form-block {
    margin: 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .quote {
    position: relative;
  }
  .quote .quote-wrapper {
    flex-direction: column;
    margin: 0;
  }
  .quote .quote-wrapper .quote-block {
    margin-right: 0;
    position: relative;
    z-index: 3;
  }
  .quote .quote-wrapper .quote-block .form-block {
    position: relative;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 26px;
  }
  .quote .quote-wrapper .quote-block .title p {
    font-size: 14px;
  }
  .quote .quote-wrapper .quote-block .form {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .quote .quote-wrapper .quote-image {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 200px;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .quote .quote-wrapper .quote-block .form-block {
    margin: 0;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 22px;
  }
  .quote .quote-wrapper .quote-block .title p {
    font-size: 13px;
    width: 400px;
    padding: 20px 0 0 0;
  }
  .quote .quote-wrapper .quote-block .form {
    padding: 40px 20px;
  }
  .quote .quote-wrapper .quote-block .form .form-set {
    margin: 0 10px 20px 10px;
  }
  .quote .quote-wrapper .quote-block .form .form-set .form-input {
    padding: 5px 10px;
  }
  .quote .quote-wrapper .quote-image {
    display: none;
  }
}
@media screen and (max-width: 481px) {
  .quote .quote-wrapper .quote-block .title {
    padding: 20px 10px;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 18px;
  }
  .quote .quote-wrapper .quote-block .title p {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .quote .quote-wrapper .quote-block .form {
    padding: 40px 20px;
  }
  .quote .quote-wrapper .quote-block .form .form-set {
    margin: 0 10px 20px 10px;
  }
  .quote .quote-wrapper .quote-block .form .form-set .form-input {
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .quote .quote-wrapper .quote-block .title {
    padding: 20px 10px;
  }
  .quote .quote-wrapper .quote-block .title h5 {
    font-size: 18px;
  }
  .quote .quote-wrapper .quote-block .title p {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .quote .quote-wrapper .quote-block .form {
    flex-direction: column;
  }
  .quote .quote-wrapper .quote-block .form .form-set {
    margin: 0 0 20px 0;
  }
}
.gallery {
  position: relative;
  padding-top: 100px;
}
.gallery .gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .gallery-wrapper .picture {
  position: relative;
  transition: 0.3s ease-in-out;
  flex: 0 0 25%;
}
.gallery .gallery-wrapper .picture img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: center;
}
.gallery .gallery-wrapper .picture::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  background: rgba(0, 0, 158, 0.4);
  transition: 0.5s ease-in-out;
}
.gallery .gallery-wrapper .picture::after {
  content: "";
  position: absolute;
  top: -4%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 158, 0.4);
  transition: 0.3s ease-in-out;
}
.gallery .gallery-wrapper .picture .front::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid rgba(0, 0, 158, 0.7);
  transition: 0.3s ease-in-out;
}
.gallery .gallery-wrapper .picture .back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  animation: fade-inout 0.6s linear;
}
@keyframes fade-inout {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.gallery .gallery-wrapper .picture .back p {
  opacity: 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}
.gallery .gallery-wrapper .picture .back i {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding-top: 5px;
}
.gallery .gallery-wrapper .picture:hover::before {
  height: 100%;
  width: 100%;
}
.gallery .gallery-wrapper .picture:hover::after {
  top: 0;
}
.gallery .gallery-wrapper .picture:hover .front::before {
  z-index: 1;
  top: 0;
}
.gallery .gallery-wrapper .picture:hover .back {
  display: inherit;
}
.gallery .gallery-wrapper .picture:hover .back p,
.gallery .gallery-wrapper .picture:hover .back i {
  opacity: 1;
}

/* for gallery page */
/* for gallery page */
@media screen and (max-width: 992px) {
  .gallery {
    padding-top: 30px;
  }
  .gallery .gallery-wrapper .picture img {
    height: 180px;
  }
  .gallery .gallery-wrapper .picture .front::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #00009e;
  }
  .gallery .gallery-wrapper .picture .back p {
    font-size: 14px;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-wrapper .picture img {
    height: 140px;
  }
  .gallery .gallery-wrapper .picture .front::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #00009e;
  }
  .gallery .gallery-wrapper .picture .back p {
    font-size: 13px;
    line-height: 1.3;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .gallery .gallery-wrapper {
    flex-wrap: wrap;
  }
  .gallery .gallery-wrapper .picture {
    flex: 0 0 50%;
  }
  .gallery .gallery-wrapper .picture img {
    height: 200px;
  }
  .gallery .gallery-wrapper .picture .back p {
    font-size: 13px;
    line-height: 1.3;
  }
  .gallery .gallery-wrapper .picture .back i {
    font-size: 13px;
  }
}
@media screen and (max-width: 481px) {
  .gallery .gallery-wrapper .picture img {
    height: 170px;
  }
}
@media screen and (max-width: 340px) {
  .gallery .gallery-wrapper .picture img {
    height: 140px;
  }
}
.testimonial {
  background: url("../images/testimonialbg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}
.testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.testimonial .title {
  position: relative;
}
.testimonial .testimonial-slider {
  position: relative;
  z-index: 3;
}
.testimonial .testimonial-slider::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(138, 138, 138, 0.3);
  z-index: -1;
}
.testimonial .testimonial-slider .testimonial-block .image {
  margin-top: 20px;
}
.testimonial .testimonial-slider .testimonial-block .image img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.testimonial .testimonial-slider .testimonial-block p {
  font-size: 14px;
  width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}
.testimonial .testimonial-slider .testimonial-block h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0e540f;
  padding-bottom: 5px;
}
.testimonial .testimonial-slider .testimonial-block h6 {
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}

@media screen and (max-width: 577px) {
  .testimonial .testimonial-slider .testimonial-block .image {
    margin-top: 20px;
  }
  .testimonial .testimonial-slider .testimonial-block p {
    font-size: 14px;
    width: auto;
    margin: 0 40px;
    padding: 30px 0;
  }
  .testimonial .testimonial-slider .testimonial-block h5 {
    font-size: 16px;
  }
  .testimonial .testimonial-slider .testimonial-block h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 481px) {
  .testimonial .testimonial-slider .testimonial-block .image {
    margin-top: 20px;
  }
  .testimonial .testimonial-slider .testimonial-block p {
    font-size: 13px;
    margin: 0 20px;
  }
  .testimonial .testimonial-slider .testimonial-block h6 {
    font-size: 13px;
  }
}
.call-us {
  padding: 80px 0;
  background: url("../images/callus-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.call-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.call-us .call-us-content {
  text-align: center;
  position: relative;
}
.call-us .call-us-content h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  word-spacing: 0.05em;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.call-us .call-us-content p {
  font-size: 18px;
  color: #fff;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  padding-top: 10px;
}
.call-us .call-us-content .call-button {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .call-us .call-us-content h3 {
    font-size: 36px;
  }
  .call-us .call-us-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 577px) {
  .call-us .call-us-content h3 {
    font-size: 28px;
  }
  .call-us .call-us-content p {
    font-size: 14px;
  }
  .call-us .call-us-content .call-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 481px) {
  .call-us .call-us-content h3 {
    font-size: 22px;
  }
  .call-us .call-us-content p {
    font-size: 13px;
    padding-top: 5px;
  }
}
footer {
  padding: 70px 0 0 0;
}
footer .footer-block {
  margin-bottom: 40px;
}
footer .footer-block .logo {
  margin-bottom: 30px;
}
footer .footer-block .logo img {
  max-width: 160px;
}
footer .footer-block .footer-about p {
  color: #333;
}
footer .footer-block .abn-no {
  margin-top: 20px;
}
footer .footer-block .abn-no h6 {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
footer .footer-block .footer-title {
  margin-bottom: 40px;
}
footer .footer-block .footer-title h2 {
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #333;
  text-transform: uppercase;
}
footer .footer-block .footer-title h2 span {
  color: #00009e;
}
footer .footer-block .footer-item .footer-link {
  margin-bottom: 10px;
}
footer .footer-block .footer-item .footer-link .info-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-block .footer-item .footer-link .info-detail i {
  padding-right: 10px;
  font-size: 12px;
}
footer .footer-block .footer-item .footer-link .info-detail p {
  color: #333;
  transition: 0.3s ease-in-out;
}
footer .footer-block .footer-item .footer-link:hover .info-detail {
  color: #00009e;
}
footer .footer-block .footer-item .footer-link:hover .info-detail p {
  color: #00009e;
}
footer .footer-mid {
  text-align: center;
}
footer .footer-mid .footer-social-icons {
  position: relative;
  display: inline-block;
}
footer .footer-mid .footer-social-icons .social-icons {
  display: flex;
  flex-direction: row;
  background: #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
footer .footer-mid .footer-social-icons .social-icons .footer-icon {
  padding: 10px 0;
  margin: 0 20px;
}
footer .footer-mid .footer-social-icons .social-icons .footer-icon i {
  color: #fff;
  font-size: 13px;
  transition: 0.3s ease-in-out;
}
footer .footer-mid .footer-social-icons .social-icons .footer-icon:hover i {
  color: #00009e;
}

.footer-bottom {
  background-color: #000;
  padding: 10px 0;
  position: relative;
}
.footer-bottom .block {
  text-align: center;
}
.footer-bottom .block p,
.footer-bottom .block a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline;
}

@media screen and (max-width: 992px) {
  footer {
    padding: 50px 0 0 0;
  }
  footer .footer-block {
    margin-bottom: 40px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 20px;
  }
  footer .footer-block .footer-title h2 {
    font-size: 18px;
  }

  .footer-bottom .block p,
.footer-bottom .block a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 0 0;
    text-align: center;
  }
  footer .footer-block .logo {
    margin-top: 0;
  }
  footer .footer-block .footer-about p {
    font-size: 13px;
  }
  footer .footer-block .abn-no h6 {
    font-size: 13px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 15px;
  }
  footer .footer-block .footer-item .footer-link {
    margin-bottom: 5px;
  }
  footer .footer-block .footer-item .footer-link .info-detail {
    justify-content: center;
  }
  footer .footer-block .footer-item .footer-link .info-detail p {
    font-size: 13px;
  }
  footer .footer-mid .footer-social-icons .social-icons .footer-icon {
    padding: 6px 0;
    margin: 0 15px;
  }

  .footer-bottom {
    padding: 5px 0;
  }
  .footer-bottom .block p,
.footer-bottom .block a {
    display: block;
  }
}
@media screen and (max-width: 577px) {
  .footer-bottom .block p,
.footer-bottom .block a {
    font-size: 12px;
  }
}
.page-aboutUs .about .about-wrap .block.content-block p {
  padding-top: 20px;
}

.page-gallery .gallery {
  padding-top: 0;
}
.page-gallery .gallery .gallery-wrapper {
  justify-content: space-between;
}
.page-gallery .gallery .gallery-wrapper .picture {
  flex: 0 0 calc(25% - 10px);
  margin-top: 15px;
}

@media screen and (max-width: 992px) {
  .page-gallery .gallery .gallery-wrapper .picture {
    flex: 0 0 calc(33.33% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .page-gallery .gallery .gallery-wrapper .picture {
    flex: 0 0 calc(50% - 10px);
  }
}
.page-services .service-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  box-shadow: none;
  margin: 0 0 60px 0;
}
.page-services .service-block .figure {
  flex: 0 0 calc(100% / 2 - 40px);
  height: 100%;
  width: 100%;
  border-radius: 40px 80px 60px 60px;
  overflow: hidden;
}
.page-services .service-block .figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.page-services .service-block .block-content {
  flex: 0 0 calc(100% / 2);
}
.page-services .service-block .block-content h4 {
  font-size: 26px;
  color: #00009e;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
}
.page-services .service-block .block-content p {
  font-size: 15px;
  margin-bottom: 10px;
}
.page-services .service-block.rev-block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .page-services .service-block {
    align-items: center;
  }
  .page-services .service-block .figure {
    flex: 0 0 calc(40% - 20px);
    margin: 0 10px;
  }
  .page-services .service-block .block-content {
    flex: 0 0 calc(60% - 20px);
    margin: 0 10px;
  }
  .page-services .service-block .block-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .page-services .service-block {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .page-services .service-block .figure {
    flex: 0 0 calc(100%);
    margin: 0 0 20px 0;
  }
  .page-services .service-block .block-content {
    flex: 0 0 calc(100%);
    margin: 0;
    text-align: center;
  }
  .page-services .service-block .block-content h4 {
    padding: 10px 0;
  }
  .page-services .service-block .block-content p {
    margin-bottom: 5px;
  }
  .page-services .service-block.rev-block {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 576px) {
  .page-services .service-block {
    margin-bottom: 30px;
  }
  .page-services .service-block .block-content h4 {
    font-size: 20px;
  }
  .page-services .service-block .block-content p {
    font-size: 13px;
  }
  .page-services .service-block.rev-block {
    flex-direction: column-reverse;
  }
}
.page-contact {
  margin: 80px 0;
}
.page-contact .container {
  width: 85%;
  margin: auto;
}
.page-contact .contact-title {
  text-align: center;
  margin-bottom: 60px;
}
.page-contact .contact-title h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}
.page-contact .contact-title h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #332d2d;
  padding-top: 10px;
}
.page-contact .contact-wrapper {
  display: flex;
  justify-content: space-between;
}
.page-contact .contact-wrapper .contact-info {
  flex: 0 0 40%;
  padding: 40px 40px;
  background-color: rgba(0, 0, 158, 0.7);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.page-contact .contact-wrapper .contact-info::before {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
}
.page-contact .contact-wrapper .contact-info::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #525252;
}
.page-contact .contact-wrapper .contact-info .desc h6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.page-contact .contact-wrapper .contact-info .desc p {
  font-size: 0.875rem;
  color: #fff;
  padding-top: 10px;
}
.page-contact .contact-wrapper .contact-info .info {
  margin: 40px 0;
}
.page-contact .contact-wrapper .contact-info .info .co-detail {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-contact .contact-wrapper .contact-info .info .co-detail .icon i {
  font-size: 0.875rem;
  color: #dedede;
  padding-right: 10px;
}
.page-contact .contact-wrapper .contact-info .info .co-detail .text .info-link {
  font-size: 1rem;
  color: #dedede;
  overflow-wrap: anywhere;
}
.page-contact .contact-wrapper .contact-info .info .co-detail:last-child {
  margin-bottom: 0;
}
.page-contact .contact-wrapper .contact-info .contact-social-link {
  display: flex;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link {
  margin-right: 30px;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #19961a;
  z-index: -1;
  border-radius: 4px;
  transition: 0.3s ease-out;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img {
  line-height: 40px;
}
.page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img i {
  color: #fff;
}
.page-contact .contact-wrapper .contact-form {
  flex: 0 0 calc(60% - 20px);
}
.page-contact .contact-wrapper .contact-form .title {
  text-align: left;
}
.page-contact .contact-wrapper .contact-form .title h5 {
  font-size: 0.875rem;
  color: #332d2d;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-contact .contact-wrapper .contact-form .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-contact .contact-wrapper .contact-form .form .form-block {
  flex: 0 0 calc(100% / 2 - 10px);
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.page-contact .contact-wrapper .contact-form .form .form-block label {
  font-size: 0.875rem;
  color: #8a8a8a;
}
.page-contact .contact-wrapper .contact-form .form .form-block .form-fill {
  padding: 8px 10px;
  border: none;
  border-bottom: 2px solid #332d2d;
  border-radius: 4px;
  background-color: transparent;
  resize: none;
  color: #8a8a8a;
}
.page-contact .contact-wrapper .contact-form .form .form-block .form-fill:focus {
  outline: none;
  box-shadow: none;
}
.page-contact .contact-wrapper .contact-form .form .form-block:nth-child(5) {
  flex: 0 0 100%;
  width: 100%;
}
.page-contact .contact-wrapper .contact-form .form .btn {
  font-size: 0.9375rem;
  color: #dedede;
  padding: 10px 20px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .page-contact .contact-wrapper .contact-info::before {
    width: 70px;
    height: 70px;
  }
  .page-contact .contact-wrapper .contact-info::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .page-contact {
    margin: 60px 0;
  }
  .page-contact .contact-wrapper .contact-info::before {
    width: 70px;
    height: 70px;
  }
  .page-contact .contact-wrapper .contact-info::after {
    width: 30px;
    height: 30px;
  }
  .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img {
    line-height: 35px;
  }
  .page-contact .contact-wrapper .contact-info .contact-social-link .cntct-link .icon-img img {
    width: 15px;
  }
}
@media screen and (max-width: 800px) {
  .page-contact {
    margin: 40px 0;
  }
  .page-contact .contact-wrapper {
    flex-direction: column-reverse;
  }
  .page-contact .contact-wrapper .contact-form {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact {
    margin: 30px 0;
  }
  .page-contact .contact-wrapper .contact-form {
    margin-bottom: 30px;
  }
  .page-contact .contact-wrapper .contact-form .form {
    flex-direction: column;
  }
}
.page_quote {
  background: url("../images/bg-img.png") no-repeat;
  background-position: top right;
}
.page_quote .quote .quote-wrapper {
  margin: 0 0 0 0;
}
.page_quote .quote .quote-wrapper .quote-block .form-block {
  position: relative;
}
.page_quote .quote .quote-wrapper .quote-block .form .form-set .check-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000;
}
.page_quote .quote .quote-wrapper .quote-block .form .form-set .check-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page_quote .quote .quote-wrapper .quote-block .form .form-set .check-group .check-btn {
  flex: 0 0 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
}
.page_quote .quote .quote-wrapper .quote-block .form .form-set .check-group .check-btn label {
  font-size: 14px;
  padding-left: 10px;
}
.page_quote .quote .quote-wrapper .quote-image {
  display: none;
}

@media screen and (max-width: 1200px) {
  .page_quote .quote .quote-wrapper {
    margin: 0 0 400px 0;
  }
}
@media screen and (max-width: 992px) {
  .page_quote .quote .quote-wrapper {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 481px) {
  .page_quote .quote .quote-wrapper .quote-block .form .form-set .check-title {
    font-size: 15px;
  }
  .page_quote .quote .quote-wrapper .quote-block .form .form-set .check-group {
    flex-direction: column;
  }
  .page_quote .quote .quote-wrapper .quote-block .form .form-set .check-group .check-btn {
    margin-top: 10px;
  }
  .page_quote .quote .quote-wrapper .quote-block .form .form-set .check-group .check-btn label {
    font-size: 13px;
    padding-left: 10px;
  }
}

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