@charset "UTF-8";
html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 71vh;
}

.page-container {
  min-height: 53vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

.g-recaptcha {
  transform: scale(0.77);
}
@media (min-width: 375px) {
  .g-recaptcha {
    transform: scale(0.99);
    transform-origin: 0;
  }
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 63%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 70%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .mini-sections > .div1 {
    flex: 0 0 65%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .mini-sections > .div1 {
    flex: 0 0 65%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1500px) {
  .mini-sections > .div1 {
    flex: 0 0 64%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1700px) {
  .mini-sections > .div1 {
    flex: 0 0 70%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .mini-sections > .div1 .half-container {
    max-width: 810px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .mini-sections > .div1 .half-container {
    max-width: 1110px;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .mini-sections > .div2 .half-container {
    max-width: 620px;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 71px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: center;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 47px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.submit-bg {
  background: url("../../images/submit-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: center;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 25%;
    background-position: 15px 35%;
  }
}

.submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #0045B6;
  background: #0045B6;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
}
.btn-main:hover {
  background: #F68E35;
  border: 1px solid #F68E35;
  color: #fff !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #fff;
  background: #a7c4e9;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding: 0.3rem 1rem;
}
.btn-main2:hover {
  background: #FF010B;
  border: 1px solid #FF010B;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #0045B6;
  background: #0045B6;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #F68E35;
  border: 1px solid #F68E35;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #0045B6;
  background: #0045B6;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #0045B6;
  border: 1px solid #0045B6;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #F68E35;
  background: #0045B6;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
.submit-btn:hover {
  background: #F8FAFD;
  border: 1px solid #F8FAFD;
  color: #000 !important;
  text-decoration: underline;
}

.about-home .animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  border-radius: 100px;
  font-weight: 600;
  color: #1f387e;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.about-home .animated-button svg {
  position: absolute;
  width: 24px;
  fill: #1f387e;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.about-home .animated-button .arr-1 {
  right: 16px;
}
.about-home .animated-button .arr-2 {
  left: -25%;
}
.about-home .animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #0045B6;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.about-home .animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.about-home .animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: white;
  border-radius: 12px;
}
.about-home .animated-button:hover .arr-1 {
  right: -25%;
}
.about-home .animated-button:hover .arr-2 {
  left: 16px;
}
.about-home .animated-button:hover .text {
  transform: translateX(12px);
}
.about-home .animated-button:hover svg {
  fill: white;
}
.about-home .animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #F68E35;
}
.about-home .animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.meet-experts button {
  --primary-color:#ffff;
  --secondary-color:#002152;
  --hover-color:#eceff2;
  --arrow-width:10px;
  --arrow-stroke:2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 0px;
  color: var(--secondary-color);
  padding: 0.5em 1.5em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
  text-transform: uppercase;
}
.meet-experts button .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.meet-experts button .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}
.meet-experts button .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}
.meet-experts button:hover {
  background-color: var(--hover-color);
}
.meet-experts button:hover .arrow {
  background: var(--secondary-color);
}
.meet-experts button:hover .arrow:before {
  right: 0;
}

#header {
  width: 100%;
  border-bottom: 5px solid;
  border-width: 12px;
  border-image: linear-gradient(to right, #F68E35 50%, #ffea83 50%) 1 stretch repeat;
}

.header-top {
  background: rgba(0, 0, 0, 0.5);
}

.header-main {
  background: #000;
}

@media (min-width: 768px) {
  .phone-desk-nav {
    justify-content: end;
    align-items: center;
    display: flex;
  }
}

@media (min-width: 720px) {
  .mobile {
    display: flex;
    align-items: center;
    justify-content: end;
  }
}

.header-info {
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.header-info li {
  font-size: 15px;
  display: inline-block;
  padding: 6px 16px 6px;
  color: #fff;
}
@media (min-width: 768px) {
  .header-info li {
    float: right;
  }
}
.header-info a {
  color: #fff;
}
.header-info a:hover {
  color: #F68E35;
}
.header-info i {
  color: #F68E35;
  margin-right: 5px;
}

.header-social {
  font-size: 0;
  height: 40px;
}
.header-social a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 0;
  color: #ffffff;
}

.header-logo {
  padding: 8px 0;
  float: left;
}
.header-logo img {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .header-logo img {
    width: 40%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .header-logo img {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .header-logo img {
    width: 50%;
    margin: 0 15px;
  }
}
@media (min-width: 1366px) {
  .header-logo img {
    width: 57%;
    margin: 0 15px;
  }
}
@media (min-width: 1500px) {
  .header-logo img {
    width: 57%;
    margin: 0 15px;
  }
}
.header-logo .logo-responsive, .header-logo .logo-sticky {
  display: none;
}

.navbar .nav-link {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar .nav-link {
    font-size: 11px;
  }
}
@media (min-width: 1038px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 1194px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 17px;
  }
}
.navbar .dropdown-menu {
  background: black;
}
.navbar .dropdown-menu li:hover {
  background-color: transparent;
}
.navbar .dropdown-menu a {
  color: #fff;
  text-transform: uppercase;
}
.navbar .dropdown-menu a:hover {
  background: transparent;
}

.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 61%;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 15px;
    margin-top: -140px;
    text-align: left;
    width: 100%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    margin-top: -190px;
  }
}
@media (min-width: 1194px) {
  .slideshow-home .slider-text {
    margin-top: -200px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -200px;
  }
}
@media (min-width: 1280px) {
  .slideshow-home .slider-text {
    margin-top: -230px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -220px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -290px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 0px;
  margin-left: 0;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text h1 {
    font-size: 50px;
  }
}
.slideshow-home .slider-text p {
  color: #000;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text p {
    font-size: 18px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text p {
    font-size: 22px;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 358px;
    background: linear-gradient(50deg, rgba(0, 0, 0, 0.7) 0px, rgba(0, 0, 0, 0) 80%);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.home-video {
  width: 100%;
  text-align: center;
  border-bottom: 5px solid #0045B6;
  border-width: 12px;
}
.home-video .carousel-inner {
  overflow: hidden;
  margin-bottom: -7px;
}
.home-video iframe {
  width: 100%;
  height: 620px;
}
.home-video video {
  object-fit: cover;
  width: 80vw;
  height: 40vh;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .home-video video {
    height: 20vh;
  }
}
@media (min-width: 768px) {
  .home-video video {
    height: 30vh;
  }
}
@media (min-width: 810px) {
  .home-video video {
    height: 30vh;
  }
}
@media (min-width: 1024px) {
  .home-video video {
    height: 40vh;
  }
}
@media (min-width: 1080px) {
  .home-video video {
    height: 60vh;
  }
}
@media (min-width: 1200px) {
  .home-video video {
    height: 70vh;
  }
}
@media (min-width: 1366px) {
  .home-video video {
    height: 45vh;
  }
}
@media (min-width: 1500px) {
  .home-video video {
    height: 70vh;
  }
}

.about-header {
  position: relative;
  text-align: center;
  color: white;
}
.about-header img {
  width: 100%;
  position: relative;
}
.about-header .page-name {
  position: absolute;
  top: 24%;
  left: 45%;
  color: white;
  text-shadow: 0 0 5px black;
  color: #fff;
  font-size: 22px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .about-header .page-name {
    font-size: 41px;
  }
}

.about-home {
  background: #F8FAFD;
}
.about-home img {
  width: 100%;
}
@media (min-width: 720px) {
  .about-home img {
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .about-home img {
    width: 100%;
    margin-top: 0;
  }
}

.focus-area {
  background-image: url(../../images/pattern-bg.png);
}
.focus-area .item-four-column {
  position: relative;
  width: 100%;
}
@media (min-width: 720px) {
  .focus-area .item-four-column {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .focus-area .item-four-column {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .focus-area .item-four-column {
    width: 25%;
  }
}
@media (min-width: 1080px) {
  .focus-area .item-four-column {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .focus-area .item-four-column {
    width: 25%;
  }
}
.focus-area .item-three-column, .focus-area .item-four-column {
  float: left;
  padding: 0 15px;
}
.focus-area .list-box-profolio .image-profolio {
  position: relative;
}
.focus-area .list-box-profolio .image-profolio img {
  width: 100%;
}
.focus-area .list-box-profolio .image-profolio:hover .profolio-show {
  height: 31%;
}
@media (min-width: 768px) {
  .focus-area .list-box-profolio .image-profolio:hover .profolio-show {
    height: 31%;
  }
}
@media (min-width: 1080px) {
  .focus-area .list-box-profolio .image-profolio:hover .profolio-show {
    height: 37%;
  }
}
@media (min-width: 1200px) {
  .focus-area .list-box-profolio .image-profolio:hover .profolio-show {
    height: 31%;
  }
}
.focus-area .list-box-profolio .title-show {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 80%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .focus-area .list-box-profolio .title-show {
    top: 80%;
  }
}
@media (min-width: 1024px) {
  .focus-area .list-box-profolio .title-show {
    top: 79%;
  }
}
@media (min-width: 1080px) {
  .focus-area .list-box-profolio .title-show {
    top: 78%;
  }
}
@media (min-width: 1200px) {
  .focus-area .list-box-profolio .title-show {
    top: 76%;
  }
}
@media (min-width: 1280px) {
  .focus-area .list-box-profolio .title-show {
    top: 77%;
  }
}
@media (min-width: 1366px) {
  .focus-area .list-box-profolio .title-show {
    top: 78%;
  }
}
@media (min-width: 1500px) {
  .focus-area .list-box-profolio .title-show {
    top: 86%;
  }
}
.focus-area .list-box-profolio .title-show h3 {
  background-color: #ffff;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-radius: 10px;
  margin: 0 6%;
  padding: 15px;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0;
  font-weight: 700;
  color: #0045B6;
  justify-content: center;
}
@media (min-width: 768px) {
  .focus-area .list-box-profolio .title-show h3 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .focus-area .list-box-profolio .title-show h3 {
    font-size: 15px;
  }
}
@media (min-width: 1080px) {
  .focus-area .list-box-profolio .title-show h3 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .focus-area .list-box-profolio .title-show h3 {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .focus-area .list-box-profolio .title-show h3 {
    font-size: 17px;
  }
}
@media (min-width: 1366px) {
  .focus-area .list-box-profolio .title-show h3 {
    font-size: 15px;
  }
}
@media (min-width: 1500px) {
  .focus-area .list-box-profolio .title-show h3 {
    font-size: 21px;
  }
}
.focus-area .list-box-profolio .profolio-show {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.focus-area .list-box-profolio .profolio-show .section-heading-jost-size20 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #0045B6;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  .focus-area .list-box-profolio .profolio-show .section-heading-jost-size20 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .focus-area .list-box-profolio .profolio-show .section-heading-jost-size20 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .focus-area .list-box-profolio .profolio-show .section-heading-jost-size20 {
    font-size: 17px;
  }
}
@media (min-width: 1080px) {
  .focus-area .list-box-profolio .profolio-show .section-heading-jost-size20 {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .focus-area .list-box-profolio .profolio-show .section-heading-jost-size20 {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .focus-area .list-box-profolio .profolio-show .section-heading-jost-size20 {
    font-size: 17px;
  }
}
@media (min-width: 1522px) {
  .focus-area .list-box-profolio .profolio-show .section-heading-jost-size20 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .focus-area .list-box-profolio .profolio-show .section-heading-jost-size20 {
    font-size: 20px;
  }
}
.focus-area .list-box-profolio .profolio-info {
  background-color: #ffff;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-radius: 10px;
  margin: 0 6%;
  padding: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .focus-area .list-box-profolio .profolio-info {
    padding: 15px;
  }
}
@media (min-width: 1080px) {
  .focus-area .list-box-profolio .profolio-info {
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .focus-area .list-box-profolio .profolio-info {
    padding: 15px;
  }
}
.focus-area .list-box-profolio .profolio-info .info {
  text-align: left;
}
.focus-area .list-box-profolio .profolio-info .info h3 {
  margin-bottom: 0;
}
.focus-area .list-box-profolio:hover .title-show {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.focus-area a:hover a:focus {
  color: #0045B6;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.focus-area .button-next {
  position: absolute;
  right: 8%;
  top: 25%;
}
.focus-area .button-next .profolio-btn i {
  color: black;
  width: 40px;
  height: 30px;
  background: #F7E5D6;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.focus-area:hover .button-next i {
  background: #F68E35;
  color: black;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 25px;
}

.mini-sections {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/testimonial-bg.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .mini-sections {
    background-attachment: fixed;
  }
}
.mini-sections .section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .mini-sections .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.mini-sections h2 {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 500;
}
.mini-sections .title {
  font-size: 13px;
}
.mini-sections .heading {
  width: 70%;
  margin: 0;
}
.mini-sections .heading h2, .mini-sections .heading span {
  color: #ffffff;
}
@media (min-width: 768px) {
  .mini-sections .heading {
    width: 100%;
  }
}
.mini-sections .testimonials-home .testimonials {
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .mini-sections .testimonials-home .testimonials {
    margin: 0px 50px;
  }
}
@media (min-width: 1200px) {
  .mini-sections .testimonials-home .testimonials {
    margin: 0px 50px;
  }
}
.mini-sections .testimonials-home .testimonials .carousel-inner {
  height: 300px;
}
@media (min-width: 768px) {
  .mini-sections .testimonials-home .testimonials .carousel-inner {
    height: auto;
  }
}
.mini-sections .testimonials-home .testimonials .carousel-inner a {
  text-decoration: none;
}
.mini-sections .testimonials-home .testimonials .testimonial-content {
  padding: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: relative;
  margin-bottom: 50px;
  margin-left: 15px;
  font-size: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .mini-sections .testimonials-home .testimonials .testimonial-content {
    padding: 30px;
  }
}
.mini-sections .testimonials-home .testimonials .testimonial-content:before {
  content: "“";
  font-family: fontawesome;
  float: left;
  padding: 0 15px 1px 0;
  font-size: 70px;
  text-align: center;
  position: relative;
  top: -28px;
  left: 0px;
  color: white;
}
.mini-sections .testimonials-home .testimonials .testimonial-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #fff;
}
.mini-sections .testimonials-home .testimonials .testimonial-content p {
  margin: 0 0 10px;
  color: white;
}
.mini-sections .testimonials-home .testimonials .testimonial-info {
  position: relative;
}
.mini-sections .testimonials-home .testimonials .testimonial-info:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 80%;
  background-color: #fff;
  width: 1px;
  height: 20px;
}
.mini-sections .testimonials-home .testimonials .testimonial-info:after {
  content: "";
  position: absolute;
  top: -70px;
  left: 80%;
  background-color: #fff;
  width: 2px;
  height: 40px;
  transform: skewX(-45deg);
  transform-origin: 100% 100% 0;
}
@media (min-width: 768px) {
  .mini-sections .testimonials-home .testimonials .carousel-indicators {
    top: 102%;
  }
}
.mini-sections .testimonials-home .card {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 20px;
  margin: 0px 0px;
}
@media (min-width: 768px) {
  .mini-sections .testimonials-home .card {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .mini-sections .testimonials-home .card {
    padding: 30px;
    margin: 0px 20px;
    margin-left: 0px;
  }
}
.mini-sections .testimonials-home .card .quote {
  position: relative;
  opacity: 0.1;
  font-size: 42px;
  top: -13px;
}
@media (min-width: 768px) {
  .mini-sections .testimonials-home .card .quote {
    float: left;
    margin-right: 10px;
  }
}
.mini-sections .testimonials-home .card .carousel-inner {
  height: 170px;
}
@media (min-width: 768px) {
  .mini-sections .testimonials-home .card .carousel-inner {
    height: 125px;
  }
}
@media (min-width: 1024px) {
  .mini-sections .testimonials-home .card .carousel-inner {
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .mini-sections .testimonials-home .card .carousel-inner {
    height: 160px;
  }
}
.mini-sections .testimonials-home .card .carousel-indicators {
  position: relative;
  margin-top: 11px;
  margin-bottom: 0;
}
.mini-sections .testimonials-home .card .carousel-indicators li {
  background: #b8b8b8;
}
.mini-sections .testimonials-home .card .carousel-indicators .active {
  background: #0045B6;
}
.mini-sections .testimonials-home .card i {
  font-size: 25px;
  margin-right: 10px;
  color: #0045B6;
}
.mini-sections .quote-section:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  background-color: #ff792d;
  width: 100%;
  right: 0;
  left: auto;
  top: 52%;
  -webkit-clip-path: polygon(1.13% -5px, 100% 0px, 100% 100%, 10% 100%, 5px 51.66%);
  clip-path: polygon(1.13% -5px, 100% 0px, 100% 100%, 10% 100%, 5px 51.66%);
}
@media (min-width: 768px) {
  .mini-sections .quote-section:after {
    top: 46%;
    width: 100%;
    height: 60%;
    -webkit-clip-path: polygon(31% 0, 100% 0, 100% 100%, 28% 100%, 0 51%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 51%);
  }
}
@media (min-width: 834px) {
  .mini-sections .quote-section:after {
    top: 45%;
    width: 100%;
    height: 60%;
    -webkit-clip-path: polygon(31% 0, 100% 0, 100% 100%, 28% 100%, 0 51%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 51%);
  }
}
@media (min-width: 1024px) {
  .mini-sections .quote-section:after {
    top: 0%;
    width: 46%;
    height: 100%;
    -webkit-clip-path: polygon(31% 0, 100% 0, 100% 100%, 28% 100%, 0 51%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 51%);
  }
}
@media (min-width: 1200px) {
  .mini-sections .quote-section:after {
    top: 0%;
    width: 40%;
    height: 100%;
    -webkit-clip-path: polygon(31% 0, 100% 0, 100% 100%, 28% 100%, 0 51%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 51%);
  }
}
.mini-sections .quote-section .meet-experts {
  position: relative;
  z-index: 11;
  width: 85%;
}
@media (min-width: 992px) {
  .mini-sections .quote-section .meet-experts {
    width: 70%;
  }
}
.mini-sections .quote-section .meet-experts textarea {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.mini-sections .quote-section .meet-experts textarea::-moz-placeholder, .mini-sections .quote-section .meet-experts textarea::placeholder {
  color: #fff;
}
.mini-sections .quote-section .meet-experts input {
  margin-bottom: 18px;
  border: 1px solid #fff;
  background-color: #fffc;
  color: #fff;
}
.mini-sections .quote-section .meet-experts input::-moz-placeholder, .mini-sections .quote-section .meet-experts input::placeholder {
  color: #000;
}
@media (min-width: 556px) {
  .mini-sections .quote-section .meet-experts input {
    margin-bottom: 10px;
  }
}
.mini-sections .quote-section .meet-experts .title {
  font-size: 40px;
  font-weight: 700;
  color: black;
  padding-bottom: 4px;
}
@media (min-width: 1400px) {
  .mini-sections .quote-section .meet-experts .title {
    font-size: 38px;
  }
}
.mini-sections .quote-section .meet-experts p {
  padding-bottom: 20px;
  color: #ffffff;
}
.mini-sections .quote-section .meet-experts textarea {
  height: 130px;
  padding-left: 30px;
  margin-bottom: 14px;
}
.mini-sections .quote-section .meet-experts .theme-btn.hvr-light {
  width: 100%;
  padding: 17px;
  background-color: #000;
  color: #ffffff;
}
.mini-sections .quote-section .meet-experts .theme-btn.hvr-light::before {
  background-color: #ffffff;
}
.mini-sections .quote-section .meet-experts .theme-btn.hvr-light::after {
  background-color: #ff792d;
}
.mini-sections .quote-section .meet-experts .theme-btn.hvr-light:hover {
  color: #000;
}

.projects-home {
  background: #F7E5D6;
}
.projects-home .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.projects-home .main-title {
  font-size: 33px;
}
.projects-home .single-case-wrapper {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  transform: scale(0.97);
}
.projects-home .single-case-wrapper a {
  display: block;
  overflow: hidden;
}
.projects-home .single-case-wrapper a:hover img {
  transform: scale(1.15);
}
.projects-home .single-case-wrapper a .img-box {
  overflow: hidden;
  height: 260px;
}
@media (min-width: 768px) {
  .projects-home .single-case-wrapper a .img-box {
    height: 340px;
  }
}
.projects-home .single-case-wrapper a .img-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: 1.3s;
}
@media (min-width: 768px) {
  .projects-home .single-case-wrapper a .img-box img {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .projects-home .single-case-wrapper a .img-box img {
    margin-top: 0px;
  }
}
@media (min-width: 1366) {
  .projects-home .single-case-wrapper a .img-box img {
    margin-top: -75px;
  }
}
.projects-home .single-case-wrapper a .title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0045B6;
  text-align: left;
}
@media (min-width: 720px) {
  .projects-home .single-case-wrapper a .title {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .projects-home .single-case-wrapper a .title {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .projects-home .single-case-wrapper a .title {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .projects-home .single-case-wrapper a .title {
    font-size: 19px;
  }
}
@media (min-width: 1366px) {
  .projects-home .single-case-wrapper a .title {
    font-size: 19px;
  }
}
@media (min-width: 1500px) {
  .projects-home .single-case-wrapper a .title {
    font-size: 22px;
  }
}
.projects-home .single-case-wrapper .content {
  position: absolute;
  background: linear-gradient(90deg, #FFFFFFDE 75%, rgba(255, 255, 255, 0.35) 100%);
  bottom: 20px;
  left: 30px;
  right: 30px;
  display: block;
  width: 90%;
  padding: 10px 20px;
  opacity: 1;
  transition: 1s;
}
@media only screen and (max-width: 1199px) {
  .projects-home .single-case-wrapper .content {
    padding: 10px;
    font-size: 18px;
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 1199px) {
  .projects-home .single-case-wrapper .content span {
    font-size: 16px;
  }
}
.projects-home .single-case-wrapper:hover .content span {
  color: #676767 !important;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.service-area {
  background-image: url(../../images/service-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 31%;
}
@media (min-width: 768px) {
  .service-area {
    background-position: center;
  }
}
@media (min-width: 1024px) {
  .service-area {
    background-position: 60%;
  }
}
@media (min-width: 1080px) {
  .service-area {
    background-position: 60%;
  }
}
@media (min-width: 1180px) {
  .service-area {
    background-position: 60%;
  }
}
@media (min-width: 1500px) {
  .service-area {
    background-position: center;
  }
}
.service-area .container-fluid {
  padding: 45px 15px;
}
@media (min-width: 768px) {
  .service-area .container-fluid {
    padding: 55px 15px;
  }
}
@media (min-width: 1024px) {
  .service-area .container-fluid {
    padding: 115px 15px;
  }
}
@media (min-width: 1024px) {
  .service-area .service-box {
    display: flex;
  }
}
.service-area .service-box .card {
  background-color: #ffffffd6;
  padding: 35px 15px;
}
.service-area .service-box .card .del {
  flex-basis: 50%;
}
.service-area .service-box .card .del i {
  color: #1d91c0;
}
.service-area .service-box .card .mary {
  flex-basis: 50%;
}
.service-area .service-box .card .mary i {
  color: #ecad08;
}
.service-area .service-box .card .es-mary {
  flex-basis: 50%;
}
.service-area .service-box .card .es-mary i {
  color: #b0172b;
}
.service-area .service-box .card .va {
  flex-basis: 50%;
}
.service-area .service-box .card .va i {
  color: #5d458f;
}
.service-area .service-box .card .pa {
  flex-basis: 50%;
}
.service-area .service-box .card .pa i {
  color: #cb3332;
}
.service-area .service-box .title {
  font-size: 33px;
  margin-bottom: 25px;
  text-align: center;
}
.service-area .service-box .com-list {
  font-size: 25px;
  margin-bottom: 15px;
}
.service-area .service-box .list {
  line-height: 2;
  font-size: 20px;
}
@media (min-width: 768px) {
  .service-area .service-box .list {
    font-size: 19px;
  }
}
.service-area .service-box .list i {
  font-size: 15px;
}

.footer {
  background-color: #071925;
  background-image: url(../../images/footer-bg.png);
  color: #fff;
}
@media (min-width: 320px) {
  .footer {
    text-align: center;
  }
}
.footer .container-fluid {
  padding: 0px 55px;
}
@media (min-width: 768px) {
  .footer .container-fluid {
    padding: 0px 65px;
  }
}
@media (min-width: 1024px) {
  .footer .container-fluid {
    padding: 0px 85px 0 65px;
  }
}
@media (min-width: 1200px) {
  .footer .container-fluid {
    padding: 0px 125px 0 65px;
  }
}
.footer .contact-info {
  font-size: 15px;
}
.footer a:hover {
  text-decoration: none;
}
.footer .footer-left img {
  margin: 0 auto;
  width: 70%;
}
@media (min-width: 768px) {
  .footer .footer-left img {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footer .footer-left img {
    width: 50%;
  }
}
.footer span {
  color: #fff;
  font-size: 15px;
}
.footer .contact-info .phone {
  color: white;
}
.footer .footer-assoc {
  margin-top: 20%;
}
@media (min-width: 768px) {
  .footer .footer-assoc {
    margin-top: 5%;
  }
}
@media (min-width: 834px) {
  .footer .footer-assoc {
    margin-top: 5%;
  }
}
@media (min-width: 1024px) {
  .footer .footer-assoc {
    margin-top: 5%;
  }
}
@media (min-width: 1200px) {
  .footer .footer-assoc {
    margin-top: 0%;
  }
}
@media (min-width: 1366px) {
  .footer .footer-assoc {
    margin-top: 0%;
  }
}
@media (min-width: 1500px) {
  .footer .footer-assoc {
    margin-top: 0%;
  }
}
.footer .footer-right .association-logos .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer .footer-right .association-logos .logos {
    width: 13%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .footer .footer-right .association-logos .logos {
    width: 16%;
  }
}
@media (min-width: 1200px) {
  .footer .footer-right .association-logos .logos {
    width: 25%;
  }
}
.footer .footer-right .association-logos img {
  width: 100%;
}
@media (min-width: 768px) {
  .footer .footer-right .association-logos img {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .footer .footer-right .association-logos img {
    width: 50%;
  }
}
@media (min-width: 1180px) {
  .footer .footer-right .association-logos img {
    width: 50%;
  }
}
@media (min-width: 1194px) {
  .footer .footer-right .association-logos img {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer .footer-right .association-logos img {
    width: 60%;
  }
}
.footer ul {
  columns: 1;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  list-style: none;
}
@media (min-width: 768px) {
  .footer ul {
    columns: 2;
    text-align: center;
    margin-top: 0px;
  }
}
@media (min-width: 810px) {
  .footer ul {
    columns: 2;
    text-align: center;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1080px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1180px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
  }
}
@media (min-width: 1280px) {
  .footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
  }
}
@media (min-width: 1366px) {
  .footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
  }
}
@media (min-width: 1500px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
  }
}
.footer ul a {
  color: #fff;
}
.footer ul a:hover {
  color: #fff;
}

.about-page.container {
  min-height: 53vh;
}

.about-page img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 30%;
  }
}

.careers-page .card {
  background: #FFDFC4;
}
.careers-page .card .career-title {
  font-size: 22px;
}
.careers-page .btn-main2 {
  font-size: 18px;
}

.submit-resume-page .card {
  background: #F7E5D6;
}

.team-section .sec-title {
  margin-bottom: 60px;
}
.team-section.style-two:before {
  display: none;
}
.team-section.style-two .team-block {
  margin-bottom: 60px;
}
.team-section hr {
  width: 100%;
  height: 2px;
}
.team-section .cat-name {
  font-size: 32px;
}

.team-block {
  position: relative;
  z-index: 9;
}
.team-block .inner-box {
  position: relative;
  border: 2px solid #F68E35;
  height: auto;
}
@media (min-width: 768px) {
  .team-block .inner-box {
    height: 340px;
  }
}
@media (min-width: 810px) {
  .team-block .inner-box {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .team-block .inner-box {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .team-block .inner-box {
    height: 340px;
  }
}
.team-block .inner-box:hover .overlay-box {
  top: 0;
}
.team-block .inner-box:hover .overlay-box .inner {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
  bottom: 0;
}
.team-block .inner-box:hover .lower-content {
  background-color: #F68E35;
}
.team-block .image-box {
  position: relative;
  overflow: hidden;
}
.team-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .team-block .image-box .image {
    height: 200px;
  }
}
.team-block .image-box .image img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.team-block .overlay-box {
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  padding-top: 30px;
  padding-right: 30px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#000000",GradientType=0 );
  transition: all 500ms ease;
}
.team-block .overlay-box:before {
  position: absolute;
  left: 40px;
  bottom: 0;
  height: 88%;
  width: 1px;
  background-color: #ffffff;
  content: "";
  opacity: 0.7;
}
.team-block .overlay-box:after {
  position: absolute;
  left: 0;
  bottom: 40px;
  height: 1px;
  width: 88%;
  background-color: #ffffff;
  opacity: 0.7;
  content: "";
}
.team-block .overlay-box .inner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -200px;
  padding: 30px 30px 0 55px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block .lower-content {
  position: relative;
  padding: 20px 40px;
  border-top: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .lower-content .name {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #0045B6;
  font-weight: 700;
  margin-bottom: 5px;
}
.team-block .lower-content .name a {
  color: #0045B6;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .lower-content .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content .designation,
.team-block .inner-box:hover .lower-content .name a {
  color: #000;
  background-color: #F68E35;
  border: 2px solid #F68E35;
}

.team-detail-page.container {
  min-height: 50vh;
}

.team-detail-page .card {
  background: #ffea83;
}
.team-detail-page .card img {
  width: 100%;
}
@media (min-width: 768px) {
  .team-detail-page .card img {
    float: right;
    width: 20%;
  }
}
.team-detail-page .card .name {
  font-size: 28px;
}
.team-detail-page .card .title {
  font-size: 16px;
}
.team-detail-page .card .phone {
  font-size: 16px;
  margin-bottom: 10px;
}
.team-detail-page .card p {
  font-size: 16px;
}

.services-page .class-link {
  color: #000;
}
.services-page .container {
  min-height: 52vh;
}
.services-page .photo {
  overflow: hidden;
  height: 120px;
}
.services-page .photo .card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.services-page .photo .card__info-hover {
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.services-page .card__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}
.services-page .card {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}
.services-page .card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.1, 1.1);
}
.services-page .card__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 16px 24px 24px 24px;
}
.services-page .card__category {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #2f2f2f;
}
.services-page .card__title {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000;
}
.services-page .card__by {
  font-size: 12px;
  font-weight: 500;
}
.services-page .card__author {
  font-weight: 600;
  text-decoration: none;
  color: #ad7d52;
}
.services-page .card:hover .card__img--hover {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.services-page .card:hover .card__info {
  background-color: transparent;
  position: relative;
}
.services-page .card:hover .card__info-hover {
  opacity: 1;
}

.services-detail-page .row {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .services-detail-page .main-img img {
    float: right;
    margin-left: 10px;
  }
}
.services-detail-page .gallery-mobile .gallery-photo {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 99.58% 99.91%, 50% 100%, -2.92% 99.91%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 99.58% 99.91%, 50% 100%, -2.92% 99.91%, 0% 25%);
  height: 200px;
  overflow: hidden;
}
.services-detail-page .gallery-mobile .gallery-photo img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.services-detail-page .wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.services-detail-page .wrapper .slick-list {
  padding: 30px 50px !important;
}
.services-detail-page .wrapper .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.services-detail-page .wrapper .slick-dots li {
  display: none;
}
.services-detail-page .wrapper .slick-dots li button:before {
  font-size: 20px;
  color: #0045B6;
}
.services-detail-page .wrapper .slick-next:before, .services-detail-page .wrapper .slick-prev:before {
  color: #F68E35;
  font-size: 32px;
}
.services-detail-page .wrapper .slick-next:before {
  margin-left: 10px;
}
.services-detail-page .wrapper .slick-prev:before {
  margin-left: -30px;
}
.services-detail-page .wrapper .carousel {
  width: 90%;
  margin: 0px auto;
}
.services-detail-page .wrapper .slick-slide {
  margin: 4px;
  float: none;
}
@media (min-width: 768px) {
  .services-detail-page .wrapper .slick-slide {
    float: left !important;
  }
}
.services-detail-page .wrapper .slick-slide .slide-photo {
  overflow: hidden;
  height: auto;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 99.58% 99.91%, 50% 100%, -2.92% 99.91%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 99.58% 99.91%, 50% 100%, -2.92% 99.91%, 0% 25%);
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.services-detail-page .wrapper .slick-slide .slide-photo:hover {
  top: -15px;
}
@media (min-width: 768px) {
  .services-detail-page .wrapper .slick-slide .slide-photo {
    height: 200px;
  }
}
.services-detail-page .wrapper .slick-slide .slide-photo img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.photo-gallery {
  background: #F7E5D6;
}

.project-v-2-page .container {
  min-height: 52vh;
}
.project-v-2-page .project-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: #d0cece;
  z-index: 1;
}
.project-v-2-page .project-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  z-index: -1;
}
.project-v-2-page .project-two .project-one__right {
  margin-left: 19px;
}
.project-v-2-page .project-two .all-project {
  margin-top: 6px;
}
.project-v-2-page .project-two__bottom {
  position: relative;
  display: block;
}
.project-v-2-page .project-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.project-v-2-page .project-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .project-v-2-page .project-two__img {
    height: 260px;
  }
}
.project-v-2-page .project-two__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(9, 8, 8, 0.3);
  background: rgb;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}
.project-v-2-page .project-two__single:hover .project-two__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}
.project-v-2-page .project-two__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease;
}
.project-v-2-page .project-two__single:hover .project-two__img img {
  transform: scale(1.05);
}
.project-v-2-page .project-two__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 20px 20px 20px 20px;
  z-index: 1;
  margin-top: -50px;
  margin-left: 20px;
  margin-right: 20px;
  height: auto;
}
@media (min-width: 768px) {
  .project-v-2-page .project-two__content {
    height: 95px;
    margin-top: -80px;
  }
}
@media (min-width: 1024px) {
  .project-v-2-page .project-two__content {
    height: 95px;
    margin-top: -110px;
  }
}
@media (min-width: 1200px) {
  .project-v-2-page .project-two__content {
    height: 95px;
    margin-top: -80px;
  }
}
.project-v-2-page .project-two__content::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #e8ecf7;
  content: "";
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.project-v-2-page .project-two__single:hover .project-two__content::after {
  opacity: 0;
}
.project-v-2-page .project-two__content-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-image: -moz-linear-gradient(-178deg, #2055e7 1%, #f0982d 100%);
  background-image: -webkit-linear-gradient(-178deg, #2055e7 1%, #f0982d 100%);
  background-image: -ms-linear-gradient(-178deg, #2055e7 1%, #f0982d 100%);
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}
.project-v-2-page .project-two__single:hover .project-two__content-border {
  transform: scale(1, 1);
  transform-origin: right center;
}
.project-v-2-page .project-two__content:before {
  content: "";
  position: absolute;
  border-bottom: 86px solid #e8ecf7;
  border-left: 65px solid transparent;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.project-v-2-page .project-two__content-left {
  position: relative;
  display: block;
}
.project-v-2-page .project-two__title {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: #F68E35;
}
.project-v-2-page .project-two__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
.project-v-2-page .project-two__subtitle a {
  color: black;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-v-2-page .project-two__subtitle a:hover {
  color: #0045B6;
}
.project-v-2-page .project-two__content-right {
  position: relative;
  display: block;
  z-index: 2;
}
.project-v-2-page .project-two__content-right a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 3px;
  background-color: #F68E35;
  font-size: 15px;
  color: white;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-v-2-page .project-two__content-right a:hover {
  background-color: #eee;
  color: white;
}

.project-detail-page .main-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .project-detail-page .main-img img {
    float: right;
    width: 50%;
    margin-left: 10px;
  }
}
.project-detail-page .title {
  font-size: 28px;
}
.project-detail-page .lightgallery .card-columns {
  column-count: 1;
  column-gap: 6px;
}
@media (min-width: 768px) {
  .project-detail-page .lightgallery .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1024px) {
  .project-detail-page .lightgallery .card-columns {
    column-count: 5;
  }
}
@media (min-width: 1200px) {
  .project-detail-page .lightgallery .card-columns {
    column-count: 5;
  }
}
.project-detail-page .lightgallery .gallery-item {
  margin-bottom: 0;
}

.testimonial-section {
  background-color: #f4f4f4;
}
.testimonial-section .card-columns {
  column-count: 1;
  column-gap: 2px;
}
@media (min-width: 768px) {
  .testimonial-section .card-columns {
    column-count: 2;
  }
}
.testimonial-section .container {
  min-height: 52vh;
}
.testimonial-section .card {
  background-image: url(../../images/quote-img.png);
  background-color: #fff;
  background-size: 10rem auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  box-shadow: 0 0.13rem 0.63rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 1.3rem;
  padding: 2rem 1rem 2rem 2rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .testimonial-section .card {
    padding: 2.9rem 2.75rem 2.6rem 5.5rem;
  }
}
.testimonial-section .card h2 {
  font-weight: 700;
  font-size: 1.7rem;
  color: #f08b20;
  line-height: 1.11;
  text-transform: uppercase;
}
.testimonial-section .card p {
  font-weight: 400;
  font-size: 18px;
  color: #4a5459;
  letter-spacing: 0.004em;
  line-height: 1.37;
  margin-top: 5rem;
  font-style: italic;
  text-indent: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .testimonial-section .card p {
    margin-top: 2rem;
  }
}
.testimonial-section .card .attribute {
  margin-top: 1.1rem;
}
.testimonial-section .card .attribute .name {
  font-weight: 700;
  font-size: 15px;
  color: #0045B6;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.testimonial-section .card .attribute .info {
  font-weight: 400;
  font-size: 15px;
  color: #68767d;
  line-height: 1.68;
}
.testimonial-section .card .attribute .link a {
  font-weight: 400;
  font-size: 0.8rem;
  color: #68767d;
  line-height: 1.62;
  text-decoration: underline;
}
.testimonial-section .card .attribute .link a:hover {
  color: #007a76;
}
.testimonial-section .card .attribute .link img {
  width: 50%;
  margin-right: 0.25rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .testimonial-section .card .attribute .link img {
    width: 50%;
    float: right;
  }
}
.testimonial-section .card .attribute .link:visited {
  font-weight: 400;
  font-size: 0.8rem;
  color: #68767d;
  line-height: 1.62;
  text-decoration: underline;
}
.testimonial-section .card .attribute .link:visited:hover {
  color: #007a76;
}

.faq-one .container {
  min-height: 52vh;
}
.faq-one .faq-page-title {
  background-position: center;
}
.faq-one .faq-page-title p {
  padding-top: 60px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  color: white;
}
.faq-one .card-header .accicon {
  float: right;
}
.faq-one .card-header .accicon i {
  color: black;
}
.faq-one .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(-45deg);
}
.faq-one .card-header .rotate-icon {
  transform: rotate(45deg);
  background-color: #F68E35;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}
.faq-one #accordion {
  margin-top: 30px;
  margin-bottom: 30px;
}
.faq-one .faq-card {
  margin-bottom: 20px;
  border: none;
  background: #eee;
  -webkit-box-shadow: 2px 2px 8px -1px #d4e2bf;
  -moz-box-shadow: 2px 2px 8px -1px #d4e2bf;
  box-shadow: 2px 2px 8px -1px #d4e2bf;
  border-radius: 20px;
}
.faq-one .faq-card .card-body {
  background-color: #eee;
}
.faq-one .card-header:first-child {
  border-radius: 20px;
}
.faq-one .faq-card-header {
  background-color: #F7E5D6;
  border: none;
}
.faq-one .faq-card-header .cat-name {
  margin: 5px auto 5px auto;
  font-size: 25px;
}

.quote-request-page {
  background: url(../../images/quote-bg.jpg);
  background-size: cover;
  background-position: center;
}
.quote-request-page .card {
  margin-top: 22%;
  background-color: #F8FAFDCC;
}
@media (min-width: 768px) {
  .quote-request-page .card {
    margin-top: 11%;
  }
}
.quote-request-page textarea {
  height: 180px;
}

.contact-us-page {
  background: #f3eed6;
}
@media (min-width: 1024px) {
  .contact-us-page .cs_map {
    float: right;
    width: 40%;
  }
}
.contact-us-page .cs_map iframe {
  height: 200px;
  width: 100%;
  border: none;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .contact-us-page .cs_map iframe {
    height: 290px;
  }
}
@media (min-width: 1024px) {
  .contact-us-page .cs_map iframe {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .contact-us-page .cs_map iframe {
    height: 800px;
  }
}
.contact-us-page .card {
  background: #F7E5D6;
}
.contact-us-page .card p {
  color: #000;
}
.contact-us-page .title {
  font-size: 35px;
  line-height: 1.25em;
}
.contact-us-page .title span {
  color: #0045B6;
}
.contact-us-page .cs_form_field {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 13px 20px;
  border-radius: 10px;
  background-color: #F8FAFD;
}

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