:root {
  --global-font-family: "Heebo", sans-serif;
  --global-head-family: "Rajdhani", sans-serif;
  --global-font-size: 16px;
  --global-font-weight: 400;
  --global-font-color: #51668a;
  --global-background-color: #FFF;
  --list--font-family:"heebo", sans-serif;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
  background: #51668a;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff5e14;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}
body ::-moz-selection {
  background-color: #ff5e14;
  color: #fff;
}
body ::selection {
  background-color: #ff5e14;
  color: #fff;
}
body .head-container {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}
body .container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}
body .center {
  text-align: center;
}
body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}
body .wpb_single_image {
  margin-bottom: 0;
}
body .wpb_text_column {
  margin-bottom: 0;
}
body .vc_icon_element {
  margin-bottom: 0;
}
body .hidden {
  display: none !important;
}
body .desk-hide {
  display: none !important;
}
body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1rem;
  color: var(--global-font-color);
}
body a {
  color: var(--global-font-color);
  text-decoration: none;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: #0e2b5c;
  transition: 0.4s;
}
body h2.vc_custom_heading {
  color: #0E2B5C;
  font-family: var(--global-head-family);
  font-size: 2.8125rem;
  line-height: 3.5rem;
  font-weight: 700;
  font-style: normal;
}
body h6.vc_custom_heading {
  color: #ff5e14;
  font-family: var(--global-font-family);
  font-size: 0.94rem;
  line-height: 1.5rem;
}
body .button-blue {
  margin-right: 1rem;
}
body .button-blue a {
  background-color: #0e2b5c;
  font-weight: 700;
  border-color: #0e2b5c;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-align: center;
  transition: 0.4s;
}
body .button-blue a:hover {
  background-color: #ff5e14;
  border-color: #ff5e14;
  color: #fff;
}
body .button-orange a {
  background-color: #ff5e14;
  border-color: #ff5e14;
  border: 1px solid #ff5e14;
  font-weight: 700;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-align: center;
  transition: 0.4s;
}
body .button-orange a:hover {
  background-color: #0e2b5c;
  border-color: #0e2b5c;
  color: #fff;
}
body .button-white a {
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: 700;
  color: #0e2b5c;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-align: center;
  transition: 0.4s;
}
body .button-white a:hover {
  background-color: #ff5e14;
  border-color: #ff5e14;
  color: #fff;
}
body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}
body .mg-bottom {
  margin-bottom: 2rem;
}
body .mg-none {
  margin: 0 !important;
}
body .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  transform: translate(0, 0);
}
body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}
body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
body .no-pad {
  padding: 0 !important;
}
body .no-pad > .vc_column-inner {
  padding: 0 !important;
}
body.home .page-header {
  display: none;
}
body .page-header {
  background: transparent;
  padding-left: 0;
  position: relative;
  height: 23.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7.5rem;
}
body .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(27, 26, 26, 0.5) 35%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
body .page-header .page-header-container {
  width: 100%;
}
body .page-header .page-header-container .page-header-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body .page-header .page-header-container .page-header-row .page-heading {
  position: absolute;
  text-align: center;
  z-index: 9;
  color: #fff;
}
body .page-header .page-header-container .page-header-row .page-heading a {
  color: #fff;
}
body .page-header .page-header-container .page-header-row .page-heading a:hover {
  color: #ff5e14;
}
body .page-header .page-header-container .page-header-row .page-heading .page-tagline {
  font-size: 0.96rem;
  font-weight: 700;
  color: #fff;
}
body .page-header .page-header-container .page-header-row .page-heading h2.page-title {
  margin-top: 1rem;
  font-size: 2.625rem;
  color: #fff;
  font-weight: 700;
  font-family: var(--global-head-family);
}
body .page-header .page-header-container .page-header-row .page-heading .page-cta {
  background-color: #fff;
  border: 1px solid #fff;
  line-height: 3.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
}
body .page-header .page-header-container .page-header-row .page-heading .page-cta a {
  color: #0e2b5d;
  padding: 0 2.1875rem;
  display: block;
  font-weight: 700;
  font-size: 0.96rem;
}
body .page-header .page-header-container .page-header-row .page-heading .page-cta:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
body .page-header .page-header-container .page-header-row .page-heading .page-cta:hover a {
  color: #fff;
}
body .page-header .page-header-container .page-header-row .page-header-image {
  position: relative;
}
body .page-header .page-header-container .page-header-row .page-header-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(27, 26, 26, 0.5) 35%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
body .page-header .page-header-container .page-header-row .page-header-image img {
  height: 23.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
body main#main h1.search-title {
  margin: 1rem 0;
}
body main#main .products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main#main .products-grid .product-item {
  flex: 0 0 32%;
  text-align: center;
}
body .topbar {
  border-bottom: 1px solid #e7ebef;
  padding: 13px 0 12px;
  display: flex;
  justify-content: center;
}
body .topbar p.text {
  margin-bottom: 0;
  font-size: 0.9rem;
}
body header#masthead {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #FFF;
  border: 1px solid #e7ebef;
}
body header#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
  transition: 0.2s ease-in-out;
}
body header#masthead.sticky .header-main .head-container {
  transition: 0.2s ease-in-out;
}
body header#masthead.sticky .header-main .head-container .logo img {
  transition: 0.2s ease-in-out;
}
body header#masthead .header-main .flex-row {
  align-items: center;
  justify-content: left;
}
body header#masthead .header-main .flex-row > div {
  padding: 0;
}
body header#masthead .header-main .flex-row .main-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
body header#masthead .header-main .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  max-height: 100%;
  max-width: inherit;
  padding: 0.5rem 1.875rem;
  border-right: 1px solid #e7ebef;
}
body header#masthead .header-main .logo img {
  height: auto;
  transition: 0.6s;
  width: 100%;
  max-width: 12.5rem;
}
body header#masthead .header-main ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
body header#masthead .header-main ul.menu-wrapper > li.menu-item {
  line-height: 5rem;
}
body header#masthead .header-main ul.menu-wrapper > li.menu-item > a {
  padding: 0 1rem !important;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 45%;
  right: -2%;
  font-size: 0.7rem;
  transition: all 0.3s;
  color: #51668a;
  line-height: normal;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a {
  color: #ff5e14;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a:before {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #ff5e14;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family-2);
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #0e2b5c;
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 700;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 0;
  top: 0;
  background: #ff5e14;
  height: 3px;
  transition: all 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  width: 100%;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #0e2b5c;
  display: block;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
  position: relative;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 1rem 2rem;
  color: #0e2b5c;
  letter-spacing: 0;
  transition: 0.4s;
  transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 0.89rem;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:after {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  left: -40px;
  top: 50%;
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 300ms linear 0ms;
  color: #ff5e14;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a::before {
  background: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  transition: 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover:after {
  opacity: 1;
  left: 10px;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: none;
  transition: 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.req-nav-class {
  display: none;
}
body .mm-listitem {
  border-color: #0e2b5c;
}
body nav#mm-menu .mm-navbar {
  justify-content: space-between;
  background: #0e2b5c;
}
body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #0e2b5c;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}
body nav#mm-menu .mm-navbar .mm-btn {
  background-color: #0e2b5c;
}
body nav#mm-menu .mm-navbar .mm-btn::before {
  font-size: 2.5rem;
  color: #fff;
  border-color: #fff;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #0e2b5c;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family-2);
  font-weight: 400;
  color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}
body #content .vc_row {
  margin: 0;
}
body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 7.5rem 0;
}
body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .mg-bottom {
  margin-bottom: 4rem;
}
body #content .full-img > .vc_figure {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}
body #content .inside-header {
  padding-bottom: 5rem;
}
body #content .inside-header.vc_section[data-vc-full-width] {
  overflow: visible;
}
body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
body #content .header-txt p {
  color: #FFF;
  font-family: var(--global-font-family);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}
body #content .main-head {
  font-size: 2.778rem;
  font-family: var(--global-font-family-2);
  font-weight: 700;
  color: #0e2b5c;
  margin-bottom: 1rem;
}
body #content .sub-head {
  font-size: 1.667rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  color: #0e2b5c;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
body #content .txt ul {
  padding-left: 1.5rem;
}
body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
}
body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
}
body #content .txt p strong {
  color: #0e2b5c;
  font-weight: 600;
}
body #content .txt a {
  color: var(--global-font-color);
  transition: 0.4s;
  font-size: inherit;
}
body #content .txt a:hover {
  opacity: 0.8;
}
body #content .btn {
  margin-bottom: 0;
}
body #content .btn a {
  background: #0e2b5c;
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #0e2b5c;
  border-radius: 15px;
  font-weight: 500;
  padding: 0.806rem 3.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn a:hover {
  background: transparent;
  color: #0e2b5c;
}
body #content .btn-2 {
  margin-bottom: 0;
  border: 0;
  font-size: 3rem;
}
body #content .btn-2 a {
  background: #fff;
  color: #0e2b5c;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border-radius: 15px;
  font-weight: 500;
  padding: 0.806rem 3.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn-2 a:hover {
  color: #fff;
  background: #0e2b5c;
}
body #content .sec-main .slick-track {
  display: flex;
}
body #content .sec-main .row-out {
  position: relative;
}
body #content .sec-main .row-out button.slick-arrow {
  position: absolute;
  top: 50%;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 3rem;
  z-index: 9;
  cursor: pointer;
  opacity: 0.4;
}
body #content .sec-main .row-out button.slick-arrow:hover {
  opacity: 1;
}
body #content .sec-main .row-out button.slick-arrow.slick-next {
  right: 0;
}
body #content .sec-main .row-out button.slick-arrow.slick-prev {
  left: 0;
}
body #content .sec-main .row-out .row-one-inner .img-banner {
  height: 650px;
}
body #content .sec-main .row-out .row-one-inner .img-banner .zoom-active {
  transform: scale(1.1) !important;
  transition: 7s ease-in-out !important;
}
body #content .sec-main .row-out .row-one-inner .img-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
body #content .sec-main .row-out .row-one-inner .row-two-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 18%;
  top: 100%;
  display: flex;
  align-items: center;
  width: 40%;
  z-index: 9;
}
body #content .sec-main .row-out .row-one-inner .row-two-inner p.text-one {
  color: #ff5e14;
  font-size: 1rem;
  font-family: var(--global-font-family);
  margin-bottom: 0;
  line-height: normal;
}
body #content .sec-main .row-out .row-one-inner .row-two-inner h1.head-main {
  color: #fff;
  font-size: 4.675rem;
  font-family: var(--global-head-family);
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
}
body #content .sec-main .row-out .row-one-inner .row-two-inner p.txt {
  font-size: 1.0625rem;
  font-family: var(--global-font-family);
  color: #fff;
  margin-bottom: 0;
  margin-bottom: 2rem;
}
body #content .sec-main .row-out .row-one-inner .row-two-inner .buttons-main {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1.875rem;
}
body #content .sec-main .row-out .row-one-inner .row-two-inner .buttons-main a {
  padding: 1.1875rem 2.1876rem;
  display: block;
}
body #content .sec-main.is-ready .slick-active .row-two-inner {
  top: 0;
  transition: 3s;
}
body #content .sec-two-home {
  margin-bottom: 0;
  padding-bottom: 0;
}
body #content .sec-two-home .row-one {
  margin-left: 6.25rem;
  margin-bottom: 3.4375rem;
}
body #content .sec-two-home .row-one h2 {
  width: 85%;
  margin-bottom: 0;
}
body #content .sec-two-home .row-one h6 {
  margin-left: 6rem;
  margin-bottom: 0.5rem;
}
body #content .sec-two-home .row-two {
  border-bottom: 2px solid #E7EBEF;
  padding-bottom: 2rem;
}
body #content .sec-two-home .row-two .col-left .img-worker {
  position: relative;
}
body #content .sec-two-home .row-two .col-left .row-inner-orange {
  background: linear-gradient(121deg, rgb(255, 102, 0) 0%, rgb(255, 132, 50) 100%);
  position: absolute;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  top: 25%;
  right: 0;
  padding: 2.5rem;
  border-radius: 2px 2px 0 2px;
}
body #content .sec-two-home .row-two .col-left .row-inner-orange .img-orange-box {
  margin-bottom: 1.5rem;
}
body #content .sec-two-home .row-two .col-left .row-inner-orange .txt-left {
  margin-bottom: 0.75rem;
}
body #content .sec-two-home .row-two .col-left .row-inner-orange .txt-left p {
  color: #fff;
  font-family: var(--global-font-family);
  font-size: 1.0625rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-bottom: 0;
}
body #content .sec-two-home .row-two .col-left .row-inner-orange .btn-left-round {
  margin-bottom: 0;
}
body #content .sec-two-home .row-two .col-left .row-inner-orange .btn-left-round a {
  color: #ff5e14;
  padding: 0.2rem 0.8rem;
}
body #content .sec-two-home .row-two .col-left .row-inner-orange .btn-left-round a:hover {
  background: #fff;
  transform: scale(1.02);
}
body #content .sec-two-home .row-two .col-left::before {
  content: "";
  background: #ff8331;
  position: absolute;
  right: 0;
  bottom: -7%;
  height: 12rem;
  width: 10rem;
  z-index: -1;
}
body #content .sec-two-home .row-two .col-left::after {
  content: "";
  background: #ff8331;
  position: absolute;
  right: 27%;
  bottom: 0%;
  height: 2rem;
  width: 2rem;
  z-index: 1;
}
body #content .sec-two-home .row-two .col-two {
  padding-left: 2.5rem;
  padding-right: 3rem;
}
body #content .sec-two-home .row-two .col-two .txt-top {
  margin-bottom: 1.6875rem;
}
body #content .sec-two-home .row-two .col-two .txt-top p {
  color: #0E2B5C;
  font-size: 1.0625rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  line-height: 1.625rem;
  margin-bottom: 0;
}
body #content .sec-two-home .row-two .col-two .txt-mid {
  margin-bottom: 1.6875rem;
}
body #content .sec-two-home .row-two .col-two .txt-mid p {
  color: #51668A;
  font-size: 0.94rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0;
}
body #content .sec-two-home .row-two .col-two .list-txt ul.list {
  list-style: none;
}
body #content .sec-two-home .row-two .col-two .list-txt ul.list li {
  position: relative;
  padding-left: 1rem;
  color: #51668A;
  font-size: 0.94rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
}
body #content .sec-two-home .row-two .col-two .list-txt ul.list li::before {
  content: "-";
  position: absolute;
  left: -1%;
  top: 0;
  font-size: 3rem;
  color: #FF5E14;
  font-weight: 200;
}
body #content .sec-two-home .row-two .col-two .button-white {
  margin-top: 1.5rem;
}
body #content .sec-two-home .row-two .col-two .button-white a {
  background-color: transparent;
  border: 2px solid #ff5e14;
  font-weight: 700;
  color: #ff5e14;
  padding: 1.125rem 2.185rem;
  font-size: 0.95rem;
  text-align: center;
  transition: 0.4s;
  border-radius: 2px;
}
body #content .sec-two-home .row-two .col-two .button-white a:hover {
  background-color: #ff5e14;
  color: #fff;
}
body #content .sec-two-home .row-two .col-right .vc_column-inner {
  padding: 0;
}
body #content .sec-two-home .row-two .col-right .vc_column-inner .p-count {
  color: #51668A;
  font-family: var(--global-font-family);
  font-weight: 700;
  font-size: 1.04rem;
  line-height: 1.6rem;
  margin-bottom: 4rem;
}
body #content .sec-two-home .row-two .col-right .vc_column-inner span.count {
  font-size: 4rem;
  font-family: var(--global-head-family);
  color: #0B2653;
  font-weight: 500;
  line-height: 4rem;
}
body #content .sec-two-home .row-two .col-right .vc_column-inner .percent {
  margin-bottom: 0;
}
body #content .sec-two-home .row-clients {
  margin: 3.125rem 0;
}
body #content .sec-two-home .row-clients .img-clients {
  filter: grayscale(1);
  transition: 0.5s ease-in-out;
}
body #content .sec-two-home .row-clients .img-clients:hover {
  filter: grayscale(0);
  transition: 0.5s ease-in-out;
  transform: rotateX(360deg);
}
body #content .sec-three-home {
  position: relative;
}
body #content .sec-three-home .row-one .col-left * {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
body #content .sec-three-home .row-one .col-left .vc_column-inner {
  padding: 0;
}
body #content .sec-three-home .row-one .col-right {
  background: linear-gradient(121deg, rgb(255, 102, 0) 0%, rgb(255, 119, 29) 56%, rgb(0, 137, 209) 100%);
  padding: 6.25rem 9rem;
}
body #content .sec-three-home .row-one .col-right .vc_column-inner {
  justify-content: center;
}
body #content .sec-three-home .row-one .col-right .vc_column-inner h2 {
  margin-bottom: 1.125rem;
}
body #content .sec-three-home .row-one .col-right .vc_column-inner .txt p {
  color: #fff;
  font-size: 1.06rem;
  font-family: var(--global-font-family);
  line-height: 1.69rem;
  margin-bottom: 2.1rem;
  font-weight: 700;
}
body #content .sec-three-home .row-one .col-right .vc_column-inner .img-vision-mission {
  margin-bottom: 0.625rem;
}
body #content .sec-three-home .row-one .col-right .vc_column-inner .head-vision-mission {
  color: #fff;
  font-size: 1.06rem;
  font-family: var(--global-font-family);
  line-height: 1.69rem;
  margin-bottom: 2.1rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
body #content .sec-three-home .row-one .col-right .vc_column-inner .txt-vision-mission-inner p {
  font-size: 0.875rem;
  color: #fff;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  margin-bottom: 2.69rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body #content .sec-three-home .row-one .col-right .vc_column-inner .btn-transparent a {
  background: transparent;
  border-radius: 2px;
  border: 2px solid #FFF;
  color: #fff;
  font-weight: 700;
  padding: 1.1875rem 2.1875rem;
  font-size: 0.95rem;
}
body #content .sec-three-home .row-one .col-right .vc_column-inner .btn-transparent a:hover {
  background: #fff;
  color: #0e2b5d;
}
body #content .sec-three-home .row-two {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 2px 0 0;
  background: linear-gradient(116deg, #F60 0%, #FF8432 100%);
  width: 25rem;
  color: #fff;
  z-index: 9;
  padding: 2.69rem 3.125rem;
}
body #content .sec-three-home .row-two .wpb_column .vc_column-inner {
  padding: 0;
}
body #content .sec-three-home .row-two .wpb_column .vc_column-inner h4 {
  font-size: 1.375rem;
  font-family: var(--global-head-family);
  margin-bottom: 1.125rem;
  line-height: 1.625rem;
}
body #content .sec-three-home .row-two .wpb_column .vc_column-inner .txt-box-inner p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-family: var(--global-font-family);
  color: #fff;
  margin-bottom: 1.8125rem;
}
body #content .sec-three-home .row-two .wpb_column .vc_column-inner .btn-view-projects {
  margin: 0;
}
body #content .sec-three-home .row-two .wpb_column .vc_column-inner .btn-view-projects a {
  background: none;
  border: none;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  padding: 0rem 0rem 0rem 2rem;
  transition: 0.2s;
}
body #content .sec-three-home .row-two .wpb_column .vc_column-inner .btn-view-projects a svg {
  background: #fff;
  border-radius: 50%;
  padding: 0.3rem 0.4rem;
  color: #ff7c24;
  left: 0;
  transition: 0.2s;
  font-size: 0.6rem;
}
body #content .sec-three-home .row-two .wpb_column .vc_column-inner .btn-view-projects a:hover {
  transition: 0.2s;
}
body #content .sec-four-home .row-one h2 {
  font-size: 2.5rem;
}
body #content .sec-four-home .row-two {
  margin-top: 2.1rem;
  margin-bottom: 3.75rem;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .btn-our-service {
  margin: 0;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .btn-our-service a {
  border-radius: 2px;
  border: 2px solid #FF5E14;
  background: #FF5E14;
  font-weight: 700;
  padding: 1.1875rem 2.1875rem;
  font-size: 0.95rem;
  color: #FFF;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .btn-our-service a:hover {
  background: #0e2b5d;
  border-color: #0e2b5d;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .inner-row-two {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .inner-row-two .vc_col-sm-3 {
  height: 100%;
  display: block;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .inner-row-two .vc_col-sm-3 .vc_column-inner {
  padding: 0;
  height: 100%;
  display: block;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .inner-row-two .vc_col-sm-3 .vc_column-inner * {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .inner-row-two .vc_col-sm-3 .vc_column-inner img {
  border-radius: 50%;
  border: 1px solid #ff5e14;
  padding: 0.1rem;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .inner-row-two h5.shabbir-saify {
  color: #0B2653;
  font-size: 1.25rem;
  font-family: var(--global-head-family);
  line-height: 2rem;
  margin-bottom: 0;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .inner-row-two p.director-technical {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1rem;
  font-family: var(--global-font-family);
  margin-bottom: 0;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner {
  padding: 0;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .service-card {
  background: #FFF;
  box-shadow: 0px 3px 13px rgba(40, 40, 40, 0.08);
  transition: 0.3s ease-in-out;
  padding: 2.5rem 2.5rem 3.125rem 2.5rem;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .service-card:hover {
  box-shadow: 0px 3px 13px rgba(40, 40, 40, 0.08);
  transform: translate(0, -10px);
  transition: all 0.3s ease;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .icon-head {
  margin-bottom: 1.9375rem;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .head {
  margin-bottom: 0;
  margin-bottom: 2rem;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .head h4 {
  border-bottom: 2px solid #E7EBEF;
  padding-bottom: 2.06rem;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .head h4 a {
  color: #0E2B5C;
  font-family: var(--global-head-family);
  line-height: 1.8rem;
  font-size: 1.66rem;
  font-weight: 700;
  min-height: 3.8rem;
  width: 85%;
  display: block;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .head h4 a:hover {
  color: #ff5e14;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .txt {
  margin-bottom: 0;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .txt p {
  font-size: 0.875rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .btn-read-more {
  margin: 0;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .btn-read-more a {
  background: none;
  border: none;
  color: #0e2b5c;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  padding: 0;
  transition: 0.2s;
  display: flex;
  gap: 0.3rem;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .btn-read-more a svg {
  background: #FF5E14;
  border-radius: 50%;
  padding: 0.2rem 0rem;
  color: #FFF;
  left: 0;
  transition: 0.2s;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner .slick-track .btn-read-more a:hover {
  transition: 0.2s;
  color: #ff7c24;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner ul.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 2.5rem;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner ul.slick-dots li {
  border-radius: 14px;
  border: 3px solid #CED4DD;
  background: #0E2B5C;
  width: 0.875rem;
  height: 0.875rem;
  cursor: pointer;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner ul.slick-dots li button {
  font-size: 0;
  display: none;
}
body #content .sec-four-home .row-three > .wpb_column > .vc_column-inner ul.slick-dots li.slick-active {
  border: 3px solid #FF5E14;
  background: #FFF;
}
body #content .sec-five-home {
  position: relative;
  margin-bottom: 5.375rem;
}
body #content .sec-five-home .video-row {
  height: 42.375rem;
}
body #content .sec-five-home .video-row .video-img .parallax-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 678px;
  background: url("/wp-content/uploads/2025/12/about-us.jpg") no-repeat center top fixed;
  padding-top: 44.875rem;
  background-size: cover;
}
body #content .sec-five-home .video-row .video-img .parallax-img::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #041127 0%, #041127 45%);
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0.5;
}
body #content .sec-five-home .video-row .videoplay-button {
  position: absolute;
  left: 50%;
  bottom: 50%;
  display: block;
  z-index: 5;
  cursor: pointer;
}
body #content .sec-five-home .video-row .videoplay-button svg {
  animation: playpulse 1s infinite;
  border-radius: 50%;
  color: #fff;
  width: 0.95rem;
  height: 1.06rem;
  background-color: #ff5e14;
  font-size: 1.8rem;
  padding: 2rem;
}
body #content .sec-five-home .video-row .video-box {
  display: none;
}
body #content .sec-five-home .row-two {
  position: absolute;
  bottom: -25%;
  right: 0;
  z-index: 99;
  border-radius: 2px;
  background: linear-gradient(112deg, #F60 0%, #FF8432 100%);
  width: 29rem;
  padding: 3.4rem;
}
body #content .sec-five-home .row-two > .wpb_column > .vc_column-inner .worker-img * {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .sec-five-home .row-two > .wpb_column > .vc_column-inner h4.head {
  font-size: 1.5625rem;
  color: #fff;
  font-family: var(--global-head-family);
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.625rem;
}
body #content .sec-five-home .row-two > .wpb_column > .vc_column-inner .txt p {
  color: #F9F9F9;
  font-family: var(--global-font-family);
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.8125rem;
}
body #content .sec-five-home .row-two > .wpb_column > .vc_column-inner .btn-our-brochure {
  margin: 0;
}
body #content .sec-five-home .row-two > .wpb_column > .vc_column-inner .btn-our-brochure a {
  background: none;
  border: none;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  padding: 0rem 0rem 0rem 2rem;
  transition: 0.2s;
}
body #content .sec-five-home .row-two > .wpb_column > .vc_column-inner .btn-our-brochure a svg {
  background: #fff;
  border-radius: 50%;
  padding: 0.3rem 0.4rem;
  color: #ff7c24;
  left: 0;
  transition: 0.2s;
  font-size: 0.6rem;
}
body #content .sec-five-home .row-two > .wpb_column > .vc_column-inner .btn-our-brochure a:hover {
  transition: 0.2s;
}
body #content .sec-six-home {
  margin-bottom: 0;
}
body #content .sec-six-home .row-one h2.bg-head {
  margin-bottom: 0rem;
}
body #content .grid-gallery {
  margin-top: 2.812rem;
  margin-bottom: 5.875rem;
}
body #content .grid-gallery .vc_col-sm-4 {
  padding-bottom: 0;
}
body #content .grid-gallery .vc_col-sm-4:hover .btn-view {
  opacity: 1;
  transition: 0.3s ease-in-out;
  top: 35%;
}
body #content .grid-gallery .img-gallery-home * {
  display: block;
  width: 100%;
}
body #content .grid-gallery .row-top {
  padding: 0;
  text-align: center;
  position: relative;
}
body #content .grid-gallery .row-top .btn-view {
  position: absolute;
  left: 40%;
  top: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
body #content .grid-gallery .row-top .btn-view a {
  border-radius: 50%;
  background: #FF5E14;
  border: 1px solid #ff5e14;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  padding: 1rem 0.7rem;
}
body #content .grid-gallery .row-bottom {
  padding: 0;
  margin-top: -4rem;
  background: #FFF;
  width: 19.625rem;
  padding-top: 1.5rem;
  padding-right: 0.6rem;
}
body #content .grid-gallery .row-bottom h4 {
  color: #0E2B5C;
  font-family: var(--global-head-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7rem;
  margin-bottom: 1.125rem;
}
body #content .grid-gallery .row-bottom h4:hover {
  color: #ff5e14;
}
body #content .grid-gallery .row-bottom h4 a:hover {
  color: #ff5e14;
}
body #content .grid-gallery .row-bottom .txt-gallery-home p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.875rem;
  color: #51668A;
  font-size: 0.85rem;
  line-height: 1.5rem;
  font-weight: 400;
}
body #content .grid-gallery .btn-read-more {
  margin: 0;
}
body #content .grid-gallery .btn-read-more a {
  background: none;
  border: none;
  color: #0E2B5C;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  padding: 0rem 0rem 0rem 2rem;
  transition: 0.2s;
}
body #content .grid-gallery .btn-read-more a svg {
  background: #ff5e14;
  border-radius: 50%;
  padding: 0.3rem 0.4rem;
  color: #fff;
  left: 0;
  transition: 0.2s;
  font-size: 0.6rem;
}
body #content .grid-gallery .btn-read-more a:hover {
  transition: 0.2s;
  color: #ff5e14;
}
body #content .sec-seven-home .row-one .col-left .vc_column-inner {
  padding-right: 6.25rem;
}
body #content .sec-seven-home .row-one .col-left .vc_column-inner h2 {
  font-size: 2.5rem;
}
body #content .sec-seven-home .row-one .col-left .txt p {
  font-size: 1rem;
  color: #51668A;
  font-family: var(--global-font-family);
  line-height: 1.6rem;
  margin-bottom: 2.1rem;
}
body #content .sec-seven-home .row-one .col-left .btn-service {
  margin-bottom: 0;
}
body #content .sec-seven-home .row-one .col-left .btn-service a {
  background: transparent;
  border-radius: 2px;
  border: 2px solid #FF5E14;
  color: #FF5E14;
  text-align: center;
  font-family: var(--global-font-family);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding: 1.1875rem 2.3125rem;
}
body #content .sec-seven-home .row-one .col-left .btn-service a:hover {
  background: #FF5E14;
  color: #fff;
}
body #content .sec-seven-home .row-one .col-right .vc_column-inner {
  padding: 0;
}
body #content .sec-seven-home .row-one .col-right .vc_column-inner .row-orange-whatsapp {
  border-radius: 2px 2px 0 2px;
  background: linear-gradient(107deg, #F60 0%, #FF8432 100%);
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 18.75rem;
}
body #content .sec-seven-home .row-one .col-right .vc_column-inner .row-orange-whatsapp p a {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #fff;
  gap: 1.375rem;
  font-weight: 700;
  padding: 2.5rem;
}
body #content .sec-seven-home .row-one .col-right::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 8rem;
  border-radius: 0 2px 2px 0;
  background: #FF5E14;
  right: -6%;
  bottom: 0;
  z-index: -1;
}
body #content .border {
  margin-bottom: 5px;
}
body #content .sec-eight-home {
  padding-top: 6.885rem;
}
body #content .sec-eight-home .row-one {
  margin-bottom: 2.6875rem;
}
body #content .sec-eight-home .row-one .txt p {
  text-align: center;
}
body #content .sec-eight-home .row-two .post-grid-blog {
  margin: 0;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 {
  padding-bottom: 0;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4:hover .img-blog img {
  transform: scale(1.2);
  transition: 0.7s;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-row-position-top .vc_col-sm-12 {
  padding: 0;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-row-position-top .vc_col-sm-12 .img-blog {
  overflow: hidden;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-row-position-top .vc_col-sm-12 .img-blog * {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.7s;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-row-position-middle {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  margin-top: 1.625rem;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-row-position-middle .cat-col {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1rem;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-row-position-middle .cat-col .cat-blog {
  margin-bottom: 0;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-row-position-middle .cat-col .cat-blog a {
  color: #FF5E14;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-row-position-middle .cat-col .cat-blog a:hover {
  text-decoration: underline;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-row-position-middle .date-col {
  padding: 0;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-row-position-middle .date-col .date-blog {
  margin-bottom: 0;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-row-position-middle .date-col .date-blog div {
  color: #51668A;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-a .vc_gitem-row-position-bottom, body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-b .vc_gitem-row-position-bottom {
  position: relative;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12, body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 {
  padding: 0;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog, body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog {
  margin-bottom: 1.69rem;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog h4 a, body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog h4 a {
  color: #0E2B5C;
  font-size: 1.49rem;
  font-family: var(--global-head-family);
  font-weight: 600;
  line-height: 2rem;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog h4 a:hover, body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog h4 a:hover {
  color: #ff5e14;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more, body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more {
  margin: 0;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a, body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a {
  background: none;
  border: none;
  color: #0E2B5C;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  padding: 0rem 0rem 0rem 2rem;
  transition: 0.2s;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a svg, body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a svg {
  background: #ff5e14;
  border-radius: 50%;
  padding: 0.3rem 0.4rem;
  color: #fff;
  left: 0;
  transition: 0.2s;
  font-size: 0.6rem;
}
body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a:hover, body #content .sec-eight-home .row-two .post-grid-blog .vc_col-sm-4 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a:hover {
  transition: 0.2s;
  color: #ff5e14;
}
body #content .sec-one-abt .row-one .col-left {
  padding-right: 3.4375rem;
}
body #content .sec-one-abt .row-one .col-right {
  position: relative;
}
body #content .sec-one-abt .row-one .col-right:before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 8rem;
  border-radius: 0 2px 2px 0;
  background: #FF5E14;
  right: -6%;
  bottom: 0;
  z-index: -1;
}
body #content .sec-one-abt .row-one .col-right .vc_column-inner {
  padding: 0;
}
body #content .sec-one-abt .row-one .col-right .vc_column-inner .img-abt * {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .sec-two-abt {
  position: relative;
  margin-bottom: 5.375rem;
}
body #content .sec-two-abt .video-row {
  height: 42.375rem;
}
body #content .sec-two-abt .video-row .video-img .parallax-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 678px;
  background: url("/wp-content/uploads/2025/12/about-us-video.jpg") no-repeat center top fixed;
  padding-top: 44.875rem;
  background-size: cover;
}
body #content .sec-two-abt .video-row .video-img .parallax-img::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #041127 0%, #041127 45%);
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0.5;
}
body #content .sec-two-abt .video-row .videoplay-button {
  position: absolute;
  left: 50%;
  bottom: 50%;
  display: block;
  z-index: 5;
  cursor: pointer;
}
body #content .sec-two-abt .video-row .videoplay-button svg {
  animation: playpulse 1s infinite;
  border-radius: 50%;
  color: #fff;
  width: 0.95rem;
  height: 1.06rem;
  background-color: #ff5e14;
  font-size: 1.8rem;
  padding: 2rem;
}
body #content .sec-two-abt .video-row .video-box {
  display: none;
}
body #content .sec-two-abt .row-two {
  position: absolute;
  bottom: -25%;
  right: 0;
  z-index: 99;
  border-radius: 2px;
  background: #ff5e14;
  width: 29rem;
  padding: 3.4rem 2.2rem;
}
body #content .sec-two-abt .row-two > .wpb_column > .vc_column-inner .worker-img * {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .sec-two-abt .row-two > .wpb_column > .vc_column-inner h4.head {
  font-size: 1.5625rem;
  color: #fff;
  font-family: var(--global-head-family);
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.625rem;
}
body #content .sec-two-abt .row-two > .wpb_column > .vc_column-inner .txt p {
  color: #F9F9F9;
  font-family: var(--global-font-family);
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.8125rem;
}
body #content .sec-two-abt .row-two > .wpb_column > .vc_column-inner .btn-our-brochure {
  margin: 0;
}
body #content .sec-two-abt .row-two > .wpb_column > .vc_column-inner .btn-our-brochure a {
  background: none;
  border: none;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  padding: 0rem 0rem 0rem 2rem;
  transition: 0.2s;
}
body #content .sec-two-abt .row-two > .wpb_column > .vc_column-inner .btn-our-brochure a svg {
  background: #fff;
  border-radius: 50%;
  padding: 0.3rem 0.4rem;
  color: #ff7c24;
  left: 0;
  transition: 0.2s;
  font-size: 0.6rem;
}
body #content .sec-two-abt .row-two > .wpb_column > .vc_column-inner .btn-our-brochure a:hover {
  transition: 0.2s;
}
body #content .sec-three-abt {
  margin-bottom: 0;
}
body #content .sec-three-abt .row-one h2.bg-head {
  margin-bottom: 0rem;
}
body #content .sec-three-abt .row-two .grid-gallery {
  margin-top: 2.812rem;
  margin-bottom: 3.25rem;
}
body #content .sec-three-abt .row-two .grid-gallery .vc_col-sm-4 {
  padding-bottom: 0;
}
body #content .sec-three-abt .row-two .grid-gallery .vc_col-sm-4:hover .btn-view {
  opacity: 1;
  transition: 0.3s ease-in-out;
  top: 35%;
}
body #content .sec-three-abt .row-two .grid-gallery .img-gallery-home * {
  display: block;
  width: 100%;
}
body #content .sec-three-abt .row-two .grid-gallery .row-top {
  padding: 0;
  text-align: center;
  position: relative;
}
body #content .sec-three-abt .row-two .grid-gallery .row-top .btn-view {
  position: absolute;
  left: 40%;
  top: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
body #content .sec-three-abt .row-two .grid-gallery .row-top .btn-view a {
  border-radius: 50%;
  background: #FF5E14;
  border: 1px solid #ff5e14;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  padding: 1rem 0.7rem;
}
body #content .sec-three-abt .row-two .grid-gallery .row-bottom {
  padding: 0;
  margin-top: -4rem;
  background: #FFF;
  width: 19.625rem;
  padding-top: 1.5rem;
  padding-right: 0.6rem;
}
body #content .sec-three-abt .row-two .grid-gallery .row-bottom h4 {
  color: #0E2B5C;
  font-family: var(--global-head-family);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7rem;
  margin-bottom: 1.125rem;
}
body #content .sec-three-abt .row-two .grid-gallery .row-bottom .txt-gallery-home p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.875rem;
  color: #51668A;
  font-size: 0.85rem;
  line-height: 1.5rem;
  font-weight: 400;
}
body #content .sec-three-abt .row-two .grid-gallery .btn-read-more {
  margin: 0;
}
body #content .sec-three-abt .row-two .grid-gallery .btn-read-more a {
  background: none;
  border: none;
  color: #0E2B5C;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  padding: 0rem 0rem 0rem 2rem;
  transition: 0.2s;
}
body #content .sec-three-abt .row-two .grid-gallery .btn-read-more a svg {
  background: #ff7c24;
  border-radius: 50%;
  padding: 0.3rem 0.4rem;
  color: #fff;
  left: 0;
  transition: 0.2s;
  font-size: 0.6rem;
}
body #content .sec-three-abt .row-two .grid-gallery .btn-read-more a:hover {
  transition: 0.2s;
  color: #ff7c24;
}
body #content .sec-four-abt {
  margin-bottom: 0;
  padding-bottom: 0;
}
body #content .sec-four-abt .row-clients {
  margin: 3.125rem 0;
}
body #content .sec-four-abt .row-clients .img-clients {
  filter: grayscale(1);
  transition: 0.5s ease-in-out;
}
body #content .sec-four-abt .row-clients .img-clients:hover {
  filter: grayscale(0);
  transition: 0.5s ease-in-out;
  transform: rotateX(360deg);
}
body #content .sec-five-abt {
  position: relative;
  margin-bottom: 0;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .img-work {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .img-work * {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .img-work .vc_column-inner {
  padding: 0;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white {
  position: absolute;
  left: 0;
  background: #fff;
  width: 23.125rem;
  padding: 3.8125rem 2.5rem 3.375rem 2.5rem;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white .icon-img {
  margin-bottom: 1.25rem;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white .icon-img img {
  width: 4rem;
  transform: rotate(90deg);
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white h5 {
  font-size: 1.5625rem;
  margin-bottom: 1rem;
  line-height: 1.85rem;
  font-family: var(--global-head-family);
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white .txt p {
  font-size: 0.875rem;
  color: #51668A;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  margin-bottom: 1.56rem;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white .txt ul {
  list-style: none;
  padding: 0;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white .txt ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 0.945rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white .txt ul li:before {
  content: "";
  width: 0.875rem;
  height: 2px;
  background-color: #ff5e14;
  position: absolute;
  top: 50%;
  left: 0;
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white .btn-request-quote {
  margin: 0;
  margin-top: 1.125rem;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white .btn-request-quote a {
  background: none;
  border: none;
  color: #0E2B5C;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  padding: 0rem 0rem 0rem 2rem;
  transition: 0.2s;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white .btn-request-quote a svg {
  background: #ff5e14;
  border-radius: 50%;
  padding: 0.3rem 0.4rem;
  color: #fff;
  left: 0;
  transition: 0.2s;
  font-size: 0.6rem;
}
body #content .sec-five-abt .row-one .col-left > .vc_column-inner > .wpb_wrapper .row-white .btn-request-quote a:hover {
  transition: 0.2s;
  color: #ff5e14;
}
body #content .sec-five-abt .row-one .col-right {
  background: #ff5e14;
  padding: 6.25rem 9rem;
}
body #content .sec-five-abt .row-one .col-right .vc_column-inner {
  justify-content: center;
  margin-bottom: 7rem;
}
body #content .sec-five-abt .row-one .col-right .vc_column-inner h6 {
  font-weight: 700;
}
body #content .sec-five-abt .row-one .col-right .vc_column-inner h2 {
  margin-bottom: 1.125rem;
}
body #content .sec-five-abt .row-one .col-right .vc_column-inner .txt p {
  color: #fff;
  font-size: 1.06rem;
  font-family: var(--global-font-family);
  line-height: 1.69rem;
  margin-bottom: 2.1rem;
  font-weight: 400;
}
body #content .sec-five-abt .row-one .col-right .vc_column-inner .btn-transparent {
  margin-bottom: 0;
}
body #content .sec-five-abt .row-one .col-right .vc_column-inner .btn-transparent a {
  background: #fff;
  color: #0e2b5d;
  border-radius: 2px;
  border: 2px solid #FFF;
  font-weight: 700;
  padding: 1.1875rem 2.1875rem;
  font-size: 0.95rem;
}
body #content .sec-five-abt .row-one .col-right .vc_column-inner .btn-transparent a:hover {
  background: transparent;
  color: #fff;
}
body #content .sec-six-abt {
  padding-top: 2.885rem;
}
body #content .sec-six-abt .row-one h2 {
  font-size: 2.5rem;
}
body #content .sec-six-abt .row-one .btn-explore-blog {
  margin-bottom: 0;
}
body #content .sec-six-abt .row-one .btn-explore-blog a {
  background: transparent;
  color: #ff5e14;
  border-radius: 2px;
  border: 2px solid #ff5e14;
  font-weight: 700;
  padding: 1.1875rem 2.1875rem;
  font-size: 0.95rem;
}
body #content .sec-six-abt .row-one .btn-explore-blog a:hover {
  background: #ff5e14;
  color: #fff;
}
body #content .sec-six-abt .row-one .post-grid-blog {
  margin: 0;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 {
  padding-bottom: 0;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6:hover .img-blog img {
  transform: scale(1.2);
  transition: 0.7s;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-row-position-top .vc_col-sm-12 {
  padding: 0;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-row-position-top .vc_col-sm-12 .img-blog {
  overflow: hidden;
  margin-bottom: 0;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-row-position-top .vc_col-sm-12 .img-blog * {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.7s;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-row-position-middle {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  margin-top: 1.625rem;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-row-position-middle .cat-col {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1rem;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-row-position-middle .cat-col .cat-blog {
  margin-bottom: 0;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-row-position-middle .cat-col .cat-blog a {
  color: #FF5E14;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-row-position-middle .cat-col .cat-blog a:hover {
  text-decoration: underline;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-row-position-middle .date-col {
  padding: 0;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-row-position-middle .date-col .date-blog {
  margin-bottom: 0;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-row-position-middle .date-col .date-blog div {
  color: #51668A;
  font-family: var(--global-font-family);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-a .vc_gitem-row-position-bottom, body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-b .vc_gitem-row-position-bottom {
  position: relative;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12, body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 {
  padding: 0;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog, body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog {
  margin-bottom: 1.69rem;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog h4 a, body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog h4 a {
  color: #0E2B5C;
  font-size: 1.49rem;
  font-family: var(--global-head-family);
  font-weight: 600;
  line-height: 2rem;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog h4 a:hover, body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .title-blog h4 a:hover {
  color: #ff5e14;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more, body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more {
  margin: 0;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a, body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a {
  background: none;
  border: none;
  color: #0E2B5C;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  padding: 0rem 0rem 0rem 2rem;
  transition: 0.2s;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a svg, body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a svg {
  background: #ff5e14;
  border-radius: 50%;
  padding: 0.3rem 0.4rem;
  color: #fff;
  left: 0;
  transition: 0.2s;
  font-size: 0.6rem;
}
body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a:hover, body #content .sec-six-abt .row-one .post-grid-blog .vc_col-sm-6 .vc_gitem-zone-b .vc_gitem-row-position-bottom .vc_col-sm-12 .btn-read-more a:hover {
  transition: 0.2s;
  color: #ff5e14;
}
body #content .sec-vis-mis .row-one .sidebar ul {
  list-style: none;
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
}
body #content .sec-vis-mis .row-one .sidebar ul li {
  border-bottom: 2px solid #e7ebef;
}
body #content .sec-vis-mis .row-one .sidebar ul li.current-menu-item a {
  background: #ff5e14;
  color: #fff;
}
body #content .sec-vis-mis .row-one .sidebar ul li.current-menu-item a::before {
  color: #fff;
}
body #content .sec-vis-mis .row-one .sidebar ul li a {
  font-size: 0.94rem;
  color: #0f2b5a;
  font-weight: 700;
  display: block;
  padding: 18px 40px 18px 24px;
  position: relative;
}
body #content .sec-vis-mis .row-one .sidebar ul li a::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #0f2b5a;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  font-size: 0.8rem;
}
body #content .sec-vis-mis .row-one .sidebar ul li a:hover {
  background: #ff5e14;
  color: #fff;
}
body #content .sec-vis-mis .row-one .sidebar ul li a:hover::before {
  color: #fff;
}
body #content .sec-vis-mis .row-one h4.head {
  font-size: 1.625rem;
  margin-bottom: 1rem;
  line-height: 1.85rem;
  font-family: var(--global-head-family);
  font-weight: 700;
}
body #content .sec-vis-mis .row-one .txt p {
  font-size: 1rem;
  color: #51668A;
  font-family: var(--global-font-family);
  line-height: 1.6rem;
  margin-bottom: 1rem;
}
body #content .sec-vis-mis .row-two .btn-download .download-btn-top a {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background-color: #ff5e14;
  border-radius: 2px;
  padding: 24px 60px 24px 30px;
  position: relative;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
body #content .sec-vis-mis .row-two .btn-download .download-btn-top a:hover {
  background: #0e2b5c;
}
body #content .sec-vis-mis .row-two .btn-download .download-btn-top a:hover::before {
  background: #ff5e14;
}
body #content .sec-vis-mis .row-two .btn-download .download-btn-top a::before {
  content: "";
  width: 2rem;
  height: 0.2rem;
  border-radius: 0 2px 2px 0;
  background: #0e2b5c;
  position: absolute;
  right: 16%;
  top: 0;
  z-index: 1;
}
body #content .sec-vis-mis .row-two .btn-download .download-btn-top a svg {
  width: 1.5rem;
  height: 1.5rem;
}
body #content .sec-vis-mis .row-two .btn-download .download-btn-bottom {
  margin-top: 0.625rem;
}
body #content .sec-vis-mis .row-two .btn-download .download-btn-bottom a {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background-color: #ff5e14;
  border-radius: 2px;
  padding: 24px 60px 24px 30px;
  position: relative;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
body #content .sec-vis-mis .row-two .btn-download .download-btn-bottom a:hover {
  background: #0e2b5c;
}
body #content .sec-vis-mis .row-two .btn-download .download-btn-bottom a:hover::before {
  background: #ff5e14;
}
body #content .sec-vis-mis .row-two .btn-download .download-btn-bottom a::before {
  content: "";
  width: 2rem;
  height: 0.2rem;
  border-radius: 0 2px 2px 0;
  background: #0e2b5c;
  position: absolute;
  right: 16%;
  top: 0;
  z-index: 1;
}
body #content .sec-vis-mis .row-two .btn-download .download-btn-bottom a svg {
  width: 1.5rem;
  height: 1.5rem;
}
body #content .sec-one-services .row-two .post-grid-services {
  margin-top: 0;
}
body #content .sec-one-services .row-two .post-grid-services .vc_grid .vc_grid-item {
  margin-bottom: 3.25rem;
}
body #content .sec-one-services .row-two .post-grid-services .vc_grid .vc_grid-item .img-gallery-home {
  height: 17rem;
}
body #content .sec-one-services .row-two .post-grid-services .vc_grid .vc_grid-item .img-gallery-home * {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .sec-service-inside .row-one .sidebar ul {
  list-style: none;
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  width: 90%;
}
body #content .sec-service-inside .row-one .sidebar ul li {
  border-bottom: 2px solid #e7ebef;
  position: relative;
}
body #content .sec-service-inside .row-one .sidebar ul li.current-menu-item a {
  background: #ff5e14;
  color: #fff;
}
body #content .sec-service-inside .row-one .sidebar ul li.current-menu-item::before {
  color: #fff;
}
body #content .sec-service-inside .row-one .sidebar ul li a {
  font-size: 0.94rem;
  color: #0f2b5a;
  font-weight: 700;
  display: block;
  padding: 18px 40px 18px 24px;
  position: relative;
}
body #content .sec-service-inside .row-one .sidebar ul li a:hover {
  background: #ff5e14;
  color: #fff;
}
body #content .sec-service-inside .row-one .sidebar ul li::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #0f2b5a;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  font-size: 0.8rem;
}
body #content .sec-service-inside .row-one .sidebar ul li:hover::before {
  color: #fff;
}
body #content .sec-service-inside .row-one h4.head {
  font-size: 1.625rem;
  margin-bottom: 1rem;
  line-height: 1.85rem;
  font-family: var(--global-head-family);
  font-weight: 700;
}
body #content .sec-service-inside .row-one .txt p {
  font-size: 1rem;
  color: #51668A;
  font-family: var(--global-font-family);
  line-height: 1.6rem;
  margin-bottom: 1rem;
}
body #content .sec-service-inside .row-one .txt a {
  color: #ff5e14;
  font-weight: 700;
}
body #content .sec-service-inside .row-two .btn-download .download-btn-top a {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background-color: #ff5e14;
  border-radius: 2px;
  padding: 24px 60px 24px 30px;
  position: relative;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
body #content .sec-service-inside .row-two .btn-download .download-btn-top a:hover {
  background: #0e2b5c;
}
body #content .sec-service-inside .row-two .btn-download .download-btn-top a:hover::before {
  background: #ff5e14;
}
body #content .sec-service-inside .row-two .btn-download .download-btn-top a::before {
  content: "";
  width: 2rem;
  height: 0.2rem;
  border-radius: 0 2px 2px 0;
  background: #0e2b5c;
  position: absolute;
  right: 16%;
  top: 0;
  z-index: 1;
}
body #content .sec-service-inside .row-two .btn-download .download-btn-top a svg {
  width: 1.5rem;
  height: 1.5rem;
}
body #content .sec-service-inside .row-two .btn-download .download-btn-bottom {
  margin-top: 0.625rem;
}
body #content .sec-service-inside .row-two .btn-download .download-btn-bottom a {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background-color: #ff5e14;
  border-radius: 2px;
  padding: 24px 60px 24px 30px;
  position: relative;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
body #content .sec-service-inside .row-two .btn-download .download-btn-bottom a:hover {
  background: #0e2b5c;
}
body #content .sec-service-inside .row-two .btn-download .download-btn-bottom a:hover::before {
  background: #ff5e14;
}
body #content .sec-service-inside .row-two .btn-download .download-btn-bottom a::before {
  content: "";
  width: 2rem;
  height: 0.2rem;
  border-radius: 0 2px 2px 0;
  background: #0e2b5c;
  position: absolute;
  right: 16%;
  top: 0;
  z-index: 1;
}
body #content .sec-service-inside .row-two .btn-download .download-btn-bottom a svg {
  width: 1.5rem;
  height: 1.5rem;
}
body #content .sec-team-one .row-team {
  margin-bottom: 3.25rem;
}
body #content .sec-team-one .row-team .wpb_column .img-team {
  margin-bottom: 1.5625rem;
  overflow: hidden;
}
body #content .sec-team-one .row-team .wpb_column .img-team img {
  transition: 1s;
}
body #content .sec-team-one .row-team .wpb_column h3 {
  font-size: 1.25rem;
  font-family: var(--global-head-family);
  margin-bottom: 0.5rem;
  transition: 0.3s;
}
body #content .sec-team-one .row-team .wpb_column h5 {
  font-size: 0.875rem;
  font-family: var(--global-font-family);
  margin-bottom: 0;
  font-weight: 400;
}
body #content .sec-team-one .row-team .wpb_column:hover .img-team img {
  transform: scale(1.1);
  transition: 1s;
}
body #content .sec-team-one .row-team .wpb_column:hover h3 {
  color: #ff5e14 !important;
  transition: 0.3s;
}
body #content .sec-one-safety .row-one .col-left {
  padding-right: 3.4375rem;
}
body #content .sec-one-safety .row-one .col-left h2 {
  font-size: 2.5rem;
}
body #content .sec-one-safety .row-one .col-left ul {
  padding-left: 0;
}
body #content .sec-one-safety .row-one .col-left ul li {
  list-style: none;
  position: relative;
  padding-left: 2rem;
  font-size: 0.945rem;
  margin-bottom: 0.5rem;
  color: #51668a;
  font-weight: 500;
  line-height: 1.6875rem;
}
body #content .sec-one-safety .row-one .col-left ul li::before {
  content: "";
  width: 0.875rem;
  height: 2px;
  background-color: #ff5e14;
  position: absolute;
  top: 50%;
  left: 0;
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body #content .sec-one-safety .row-one .col-right {
  position: relative;
}
body #content .sec-one-safety .row-one .col-right:before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 8rem;
  border-radius: 0 2px 2px 0;
  background: #FF5E14;
  right: -6%;
  bottom: 0;
  z-index: -1;
}
body #content .sec-one-safety .row-one .col-right .vc_column-inner {
  padding: 0;
}
body #content .sec-one-safety .row-one .col-right .vc_column-inner .img-abt * {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .sec-one-safety .row-one .col-right .row-orange-whatsapp {
  border-radius: 2px 2px 0 2px;
  background: linear-gradient(107deg, #F60 0%, #FF8432 100%);
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 18.75rem;
}
body #content .sec-one-safety .row-one .col-right .row-orange-whatsapp p {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #fff;
  gap: 1.375rem;
  font-weight: 700;
  padding: 2.5rem;
}
body #content .sec-four-safety {
  margin-bottom: 0;
  padding-bottom: 0;
}
body #content .sec-four-safety .row-clients {
  margin: 3.125rem 0;
}
body #content .sec-four-safety .row-clients .img-clients {
  filter: grayscale(1);
  transition: 0.5s ease-in-out;
}
body #content .sec-four-safety .row-clients .img-clients:hover {
  filter: grayscale(0);
  transition: 0.5s ease-in-out;
  transform: rotateX(360deg);
}
body #content .sec-five-safety {
  position: relative;
  margin-bottom: 0;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .img-work {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .img-work * {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .img-work .vc_column-inner {
  padding: 0;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .img-work::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 17, 39, 0.5);
  opacity: 0.5;
  right: 0%;
  bottom: 0;
  z-index: 0;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white {
  position: absolute;
  left: 0;
  background: #fff;
  width: 23.125rem;
  padding: 3.8125rem 2.5rem 3.375rem 2.5rem;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white .icon-img {
  margin-bottom: 1.25rem;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white .icon-img img {
  width: 4rem;
  transform: rotate(90deg);
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white h5 {
  font-size: 1.5625rem;
  margin-bottom: 1rem;
  line-height: 1.85rem;
  font-family: var(--global-head-family);
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white .txt p {
  font-size: 0.875rem;
  color: #51668A;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  margin-bottom: 1.56rem;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white .txt ul {
  list-style: none;
  padding: 0;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white .txt ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 0.945rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white .txt ul li:before {
  content: "";
  width: 0.875rem;
  height: 2px;
  background-color: #ff5e14;
  position: absolute;
  top: 50%;
  left: 0;
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white .btn-request-quote {
  margin: 0;
  margin-top: 1.125rem;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white .btn-request-quote a {
  background: none;
  border: none;
  color: #0E2B5C;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  line-height: 1.5rem;
  padding: 0rem 0rem 0rem 2rem;
  transition: 0.2s;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white .btn-request-quote a svg {
  background: #ff5e14;
  border-radius: 50%;
  padding: 0.3rem 0.4rem;
  color: #fff;
  left: 0;
  transition: 0.2s;
  font-size: 0.6rem;
}
body #content .sec-five-safety .row-one .col-right > .vc_column-inner > .wpb_wrapper .row-white .btn-request-quote a:hover {
  transition: 0.2s;
  color: #ff5e14;
}
body #content .sec-five-safety .row-one .col-left {
  background: linear-gradient(121deg, rgb(255, 102, 0) 0%, rgb(255, 119, 29) 56%, rgb(0, 137, 209) 100%);
  padding: 6.25rem 9rem;
}
body #content .sec-five-safety .row-one .col-left .vc_column-inner {
  justify-content: center;
}
body #content .sec-five-safety .row-one .col-left .vc_column-inner h6 {
  font-weight: 700;
}
body #content .sec-five-safety .row-one .col-left .vc_column-inner h2 {
  margin-bottom: 1.125rem;
}
body #content .sec-five-safety .row-one .col-left .vc_column-inner .txt ul {
  list-style: none;
  padding-left: 0;
}
body #content .sec-five-safety .row-one .col-left .vc_column-inner .txt ul li {
  color: #fff;
  font-size: 1.06rem;
  font-family: var(--global-font-family);
  line-height: 1.69rem;
  font-weight: 400;
  padding-left: 2rem;
  position: relative;
  margin-top: 0.56rem;
}
body #content .sec-five-safety .row-one .col-left .vc_column-inner .txt ul li::before {
  content: "";
  width: 0.875rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body #content .sec-five-safety .row-one .col-left .vc_column-inner .btn-transparent {
  margin-bottom: 0;
  margin-top: 2.875rem;
}
body #content .sec-five-safety .row-one .col-left .vc_column-inner .btn-transparent a {
  background: #fff;
  color: #0e2b5d;
  border-radius: 2px;
  border: 2px solid #FFF;
  font-weight: 700;
  padding: 1.1875rem 2.1875rem;
  font-size: 0.95rem;
}
body #content .sec-five-safety .row-one .col-left .vc_column-inner .btn-transparent a:hover {
  background: transparent;
  color: #fff;
}
body #content .sec-one-projects .row-one .txt {
  color: #51668a;
  line-height: 1.625;
  font-size: 0.96rem;
  text-align: center;
}
body #content .sec-one-projects .row-one .txt a {
  color: #ff5e14;
}
body #content .sec-one-projects .row-one .grid-projects {
  margin-top: 1rem;
}
body #content .sec-one-projects .row-one .grid-projects .btn-view {
  z-index: 9;
}
body #content .sec-one-projects .row-one .grid-projects .img-gallery-home {
  height: 17rem;
}
body #content .sec-one-projects .row-one .grid-projects .img-gallery-home * {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .sec-one-projects .row-one .grid-projects .btn-read-more {
  margin-bottom: 3.25rem;
}
body #content .sec-one-projects .row-one .grid-projects .vc_grid-pagination ul.vc_grid-pagination-list li.vc_grid-page {
  border: 2px solid #e7ebef !important;
  border-radius: 2px !important;
  margin-right: 0.5rem !important;
}
body #content .sec-one-projects .row-one .grid-projects .vc_grid-pagination ul.vc_grid-pagination-list li.vc_grid-page a.page-link {
  color: #0e2b5c !important;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  margin: 0;
}
body #content .sec-one-projects .row-one .grid-projects .vc_grid-pagination ul.vc_grid-pagination-list li.vc_grid-page.vc_grid-active a {
  color: #FFF !important;
  background: #0e2b5c !important;
}
body #content .sec-one-template, body #content .sec-one-gallery-inside {
  margin-bottom: 0;
}
body #content .sec-one-template .row-one .wpb_column .vc_column-inner, body #content .sec-one-gallery-inside .row-one .wpb_column .vc_column-inner {
  padding: 0;
}
body #content .project-page-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}
body #content .project-page-content .txt p {
  color: #51668A;
  font-family: var(--global-font-family);
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 1.875rem;
}
body #content .project-share-row {
  margin-bottom: 1rem;
}
body #content .project-share-row .share-label {
  font-size: 1rem;
  color: #0f2b5b;
  font-family: var(--global-head-family);
  margin-right: 0.95rem;
  font-weight: 700;
}
body #content .project-share-row a {
  font-size: 0.875rem;
  color: #0f2b5b;
  margin: 0 0.5rem;
}
body #content .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #e7ebef;
  padding: 30px 0;
  margin-bottom: 40px;
}
body #content .nav-links .nav-proj a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body #content .nav-links .nav-proj a img {
  width: 4rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .nav-links .nav-proj.nav-next a {
  flex-direction: row-reverse;
  text-align: right;
}
body #content .nav-links .nav-proj .nav-label {
  font-size: 0.8125rem;
  color: #51668A;
  margin-bottom: 0.25rem;
}
body #content .nav-links .nav-proj .nav-title {
  font-size: 1.1875rem;
  color: #0E2B5C;
  font-family: var(--global-head-family);
  font-weight: 600;
}
body #content .sec-contact-us-one {
  margin-bottom: 0;
}
body #content .sec-two-contact .row-one .col-left > .vc_column-inner {
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  padding: 4.375rem 3.75rem 2rem;
  margin-top: -7rem;
  background: #fff;
}
body #content .sec-two-contact .row-one .col-left h4.bg-head {
  font-size: 1.8375rem;
  font-family: var(--global-head-family);
  margin-bottom: 1rem;
}
body #content .sec-two-contact .row-one .col-left .txt p {
  font-size: 0.9375rem;
  color: #51668a;
  line-height: 1.625rem;
  margin-bottom: 2.5rem;
}
body #content .sec-two-contact .row-one .col-left .col-6, body #content .sec-two-contact .row-one .col-left .col-12 {
  padding-left: 0;
}
body #content .sec-two-contact .row-one .col-left input, body #content .sec-two-contact .row-one .col-left textarea {
  width: 100%;
  border-radius: 1px;
  border: 2px solid #e7ebef;
  color: #51668A;
  padding: 1.5rem 1rem;
  line-height: normal;
  font-size: 0.85rem;
}
body #content .sec-two-contact .row-one .col-left input::-moz-placeholder, body #content .sec-two-contact .row-one .col-left textarea::-moz-placeholder {
  color: #51668A;
  font-size: 0.85rem;
}
body #content .sec-two-contact .row-one .col-left input::placeholder, body #content .sec-two-contact .row-one .col-left textarea::placeholder {
  color: #51668A;
  font-size: 0.85rem;
}
body #content .sec-two-contact .row-one .col-left input:focus, body #content .sec-two-contact .row-one .col-left textarea:focus {
  outline: none;
  border: 2px solid #ff5e14;
}
body #content .sec-two-contact .row-one .col-left textarea {
  width: 100%;
  resize: none;
}
body #content .sec-two-contact .row-one .col-left .submit-btn p {
  margin-bottom: 0;
}
body #content .sec-two-contact .row-one .col-left .submit-btn p input {
  background: #ff5e14;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  padding: 1.2rem 0.5rem;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
body #content .sec-two-contact .row-one .col-left .submit-btn p input:hover {
  background: #0e2b5c;
}
body #content .sec-two-contact .row-one .col-right {
  padding-left: 3rem;
}
body #content .sec-two-contact .row-one .col-right h5.sm-head {
  font-size: 1.25rem;
  font-family: var(--global-head-family);
  color: #0E2B5C;
  margin-bottom: 1.5rem;
}
body #content .sec-two-contact .row-one .col-right .txt ul {
  padding: 0;
}
body #content .sec-two-contact .row-one .col-right .txt ul li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  color: #51668A;
  margin-bottom: 0.5rem;
  line-height: 1.625;
}
body #content .sec-two-contact .row-one .col-right .txt ul li svg {
  min-width: 1rem;
  margin-right: 1rem;
  color: #ff5e14;
}
body #content .sec-two-contact .row-one .col-right .txt ul li .flex-name {
  width: 100%;
}
body #content .sec-two-contact .row-one .col-right .txt ul li .flex-name .name-align {
  display: flex;
  gap: 0.3rem;
}
body #content .sec-two-contact .row-one .col-right .txt .inner-time {
  font-size: 0.8125rem;
  color: #51668A;
  margin-bottom: 0.5rem;
  line-height: 1.625;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
body #content .sec-two-contact .row-one .col-right .txt .inner-time strong {
  font-weight: 400;
}
body #content .sec-one-req {
  position: absolute !important;
  top: 25%;
  background: linear-gradient(180deg, rgba(255, 94, 20, 0.85) 0%, #ff5e14 100%);
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  left: 0 !important;
  z-index: 9;
  padding-top: 7.5rem;
  margin-bottom: 0;
}
body #content .sec-one-req .row-one .col-left > .vc_column-inner {
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  padding: 4.375rem 3.75rem 2rem;
  background: #fff;
  margin-bottom: 2rem;
}
body #content .sec-one-req .row-one .col-left h4.bg-head {
  font-size: 1.8375rem;
  font-family: var(--global-head-family);
  margin-bottom: 1rem;
}
body #content .sec-one-req .row-one .col-left .txt p {
  font-size: 0.9375rem;
  color: #51668a;
  line-height: 1.625rem;
  margin-bottom: 2.5rem;
}
body #content .sec-one-req .row-one .col-left .col-6, body #content .sec-one-req .row-one .col-left .col-12 {
  padding-left: 0;
}
body #content .sec-one-req .row-one .col-left input, body #content .sec-one-req .row-one .col-left textarea, body #content .sec-one-req .row-one .col-left select {
  width: 100%;
  border-radius: 1px;
  border: 2px solid #e7ebef;
  color: #51668A;
  padding: 1.5rem 1rem;
  line-height: normal;
  font-size: 0.85rem;
}
body #content .sec-one-req .row-one .col-left input::-moz-placeholder, body #content .sec-one-req .row-one .col-left textarea::-moz-placeholder, body #content .sec-one-req .row-one .col-left select::-moz-placeholder {
  color: #51668A;
  font-size: 0.85rem;
}
body #content .sec-one-req .row-one .col-left input::placeholder, body #content .sec-one-req .row-one .col-left textarea::placeholder, body #content .sec-one-req .row-one .col-left select::placeholder {
  color: #51668A;
  font-size: 0.85rem;
}
body #content .sec-one-req .row-one .col-left input:focus, body #content .sec-one-req .row-one .col-left textarea:focus, body #content .sec-one-req .row-one .col-left select:focus {
  outline: none;
  border: 2px solid #ff5e14;
}
body #content .sec-one-req .row-one .col-left textarea {
  width: 100%;
  resize: none;
  height: 7rem;
}
body #content .sec-one-req .row-one .col-left .file-row p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body #content .sec-one-req .row-one .col-left .file-row p input {
  flex: 0 0 73%;
}
body #content .sec-one-req .row-one .col-left .file-row p .btn {
  flex: 0 0 25%;
  background: #ff5e14;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  padding: 1.2rem 0.5rem;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}
body #content .sec-one-req .row-one .col-left .file-row p .btn:hover {
  background: #0e2b5c;
}
body #content .sec-one-req .row-one .col-left .submit-btn {
  width: 100%;
}
body #content .sec-one-req .row-one .col-left .submit-btn p {
  margin-bottom: 0;
}
body #content .sec-one-req .row-one .col-left .submit-btn p input {
  background: #ff5e14;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: var(--global-font-family);
  padding: 1.2rem 0.5rem;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
body #content .sec-one-req .row-one .col-left .submit-btn p input:hover {
  background: #0e2b5c;
}
body #content .sec-one-req .row-one .col-right {
  padding-left: 3rem;
}
body #content .sec-one-req .row-one .col-right h5.sm-head {
  font-size: 1.25rem;
  font-family: var(--global-head-family);
  color: #0E2B5C;
  margin-bottom: 1.5rem;
}
body #content .sec-one-req .row-one .col-right .txt ul {
  padding: 0;
}
body #content .sec-one-req .row-one .col-right .txt ul li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  color: #51668A;
  margin-bottom: 0.5rem;
  line-height: 1.625;
}
body #content .sec-one-req .row-one .col-right .txt ul li svg {
  min-width: 1rem;
  margin-right: 1rem;
  color: #ff5e14;
}
body #content .sec-one-req .row-one .col-right .txt .inner-time {
  font-size: 0.8125rem;
  color: #51668A;
  margin-bottom: 0.5rem;
  line-height: 1.625;
  display: flex;
  justify-content: space-between;
  width: 80%;
}
body #content .sec-one-req .row-one .col-right .txt .inner-time strong {
  font-weight: 400;
}
body #content .faqs-page-sec .faqs-page-row {
  margin-top: 1rem;
}
body #content .faqs-page-sec .faqs-page-row .vc_do_toggle {
  border: 1px solid #e5e9ed;
  border-radius: 2px;
  -ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  background-color: #fff;
  padding: 24px 30px;
}
body #content .faqs-page-sec .faqs-page-row .vc_do_toggle .vc_toggle_title {
  font-size: 1rem;
  color: #0b2653;
  transition: all 300ms linear 0ms;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
body #content .faqs-page-sec .faqs-page-row .vc_do_toggle .vc_toggle_title h4 {
  color: #0E2B5C;
}
body #content .faqs-page-sec .faqs-page-row .vc_do_toggle .vc_toggle_title .vc_toggle_icon {
  left: 90%;
}
body #content .faqs-page-sec .faqs-page-row .vc_do_toggle .vc_toggle_title .vc_toggle_icon::before {
  background-color: #0E2B5C;
  border: none;
}
body #content .faqs-page-sec .faqs-page-row .vc_do_toggle .vc_toggle_title .vc_toggle_icon::after {
  background-color: #0E2B5C;
  height: 4px;
  width: 9px;
  border: none;
}
body #content .faqs-page-sec .faqs-page-row .vc_toggle_active {
  border-color: #0e2b5b;
}
body #content .faqs-page-sec .faqs-page-row .vc_toggle_active .vc_toggle_title {
  color: #ff5e14;
}
body #content .faqs-page-sec .faqs-page-row .vc_toggle_active .vc_toggle_title h4 {
  color: #ff5e14;
}
body #content .faqs-page-sec .faqs-page-row .vc_toggle_active .vc_toggle_title .vc_toggle_icon::after {
  color: #0E2B5C;
}
@keyframes playpulse {
  from {
    box-shadow: 0 0 0 0 rgba(245, 125, 34, 0.85);
  }
  to {
    box-shadow: 0 0 0 30px rgba(245, 125, 34, 0);
  }
}
body.page-id-232 .page-header, body.page-id-310 .page-header {
  height: 27.75rem;
}
body.page-id-232 .page-header::before, body.page-id-310 .page-header::before {
  background-image: -webkit-linear-gradient(bottom, rgba(27, 26, 26, 0.55), rgba(0, 0, 0, 0));
  background-color: rgba(4, 17, 39, 0.35);
}
body.page-id-249 .page-header {
  height: 27.75rem;
}
body.page-id-249 .page-header::before {
  background-image: -webkit-linear-gradient(bottom, rgba(27, 26, 26, 0.55), rgba(0, 0, 0, 0));
  background-color: rgba(4, 17, 39, 0.35);
}
body.page-id-257 .page-header {
  height: 27.75rem;
}
body.page-id-257 .page-header::before {
  background-image: -webkit-linear-gradient(bottom, rgba(27, 26, 26, 0.55), rgba(0, 0, 0, 0));
  background-color: rgba(4, 17, 39, 0.35);
}
body.page-id-257 .page-header .page-header-container .page-header-row .page-heading h2.page-title {
  font-size: 4.69rem;
}
body.page-id-30 .page-header {
  height: 83rem;
  background-attachment: fixed;
  background-size: cover;
  align-items: baseline;
  padding-top: 12rem;
}
body.page-id-30 .page-header .page-heading {
  width: 36rem;
}
body.page-id-334 .page-header {
  height: 27.75rem;
}
body .images-projects .vc-gitem-zone-height-mode-auto:before {
  padding-top: 100%;
}
body.page-id-548 .page-header, body.page-id-566 .page-header {
  height: 27.75rem;
}
body.page-id-548 .page-header::before, body.page-id-566 .page-header::before {
  background-image: -webkit-linear-gradient(bottom, rgba(27, 26, 26, 0.55), rgba(0, 0, 0, 0));
  background-color: rgba(4, 17, 39, 0.35);
}
body.page-id-548 .page-header-container .page-header-row .page-heading h2.page-title, body.page-id-566 .page-header-container .page-header-row .page-heading h2.page-title {
  font-size: 4.69rem;
}
body.single-gallery .page-header, body.single-project .page-header {
  height: 27.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
body.single-gallery .page-header::before, body.single-project .page-header::before {
  background-image: -webkit-linear-gradient(bottom, rgba(27, 26, 26, 0.55), rgba(0, 0, 0, 0));
  background-color: rgba(4, 17, 39, 0.35);
}
body.single-gallery .page-header-container .page-header-row .page-heading h2.page-title, body.single-project .page-header-container .page-header-row .page-heading h2.page-title {
  font-size: 4rem;
}
body.single-gallery .images-projects, body.single-project .images-projects {
  margin-top: 2rem;
}
body.single-service .page-header, body.page-id-1051 .page-header {
  height: 27.75rem;
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
  background-attachment: fixed;
}
body.single-service .page-header::before, body.page-id-1051 .page-header::before {
  background-image: -webkit-linear-gradient(bottom, rgba(27, 26, 26, 0.55), rgba(0, 0, 0, 0));
  background-color: rgba(4, 17, 39, 0.35);
}
body.single-service .images-projects, body.page-id-1051 .images-projects {
  margin-top: 2rem;
}
body.single-service .img, body.page-id-1051 .img {
  margin-top: 1rem;
}
body.page-id-216 .page-header {
  display: none;
}
body.page-id-1051 .vc_custom_heading.txt-gallery-home.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.category.archive .page-header {
  height: 27.75rem;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}
body.category.archive .page-header::before {
  background-image: -webkit-linear-gradient(bottom, rgba(27, 26, 26, 0.55), rgba(0, 0, 0, 0));
  background-color: rgba(4, 17, 39, 0.35);
}
body.category.archive .posts-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 5rem;
}
body.category.archive .posts-grid .post-item {
  flex: 0 0 32%;
}
body.category.archive .posts-grid .post-item img {
  height: 300px !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-post .page-header {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
}
body.single-post .page-header::before {
  background-image: -webkit-linear-gradient(bottom, rgba(27, 26, 26, 0.55), rgba(0, 0, 0, 0));
  background-color: rgba(4, 17, 39, 0.35);
}
body.single-post .page-header .page-header-container .page-header-row .page-heading {
  width: 70%;
}
body.single-post .post-page-content .container .flex-row .col-4 {
  position: sticky;
  top: 100px;
  height: 100%;
}
body.single-post .post-page-content .container .flex-row .col-4 .post-search {
  margin-bottom: 3rem;
}
body.single-post .post-page-content .container .flex-row .col-4 .post-search form {
  background: #f4f4f4;
  padding: 1rem 0.5rem;
}
body.single-post .post-page-content .container .flex-row .col-4 .post-search form label {
  display: none;
}
body.single-post .post-page-content .container .flex-row .col-4 .post-search form input {
  border: 0;
  outline: none;
  background: transparent;
  width: 90%;
}
body.single-post .post-page-content .container .flex-row .col-4 .post-search form button {
  background: transparent;
  border: 0;
  width: 5%;
  cursor: pointer;
}
body.single-post .post-page-content .container .flex-row .col-4 .post-search form button svg {
  color: #0e2b5c;
  font-size: 1.1rem;
}
body.single-post .post-page-content .container .flex-row .col-4 h4 {
  font-size: 1.5rem;
  font-family: var(--global-head-family);
  font-weight: 600;
  margin-bottom: 2rem;
  color: #0e2b5c;
}
body.single-post .post-page-content .container .flex-row .col-4 .recent-posts .recent-post-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e7ebef;
  margin-bottom: 1rem;
}
body.single-post .post-page-content .container .flex-row .col-4 .recent-posts .recent-post-item .col-3 img {
  width: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 4rem;
}
body.single-post .post-page-content .container .flex-row .col-4 .recent-posts .recent-post-item .col-9 h5 {
  font-size: 1.1875rem;
  font-family: var(--global-head-family);
  color: #0e2b5c;
  font-weight: 700;
}
body.single-post .post-page-content .container .flex-row .col-4 .post-categories {
  margin-bottom: 4rem;
}
body.single-post .post-page-content .container .flex-row .col-4 .post-categories ul {
  list-style: none;
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
}
body.single-post .post-page-content .container .flex-row .col-4 .post-categories ul li {
  border-bottom: 2px solid #e7ebef;
  position: relative;
}
body.single-post .post-page-content .container .flex-row .col-4 .post-categories ul li::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #0f2b5a;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  font-size: 0.8rem;
}
body.single-post .post-page-content .container .flex-row .col-4 .post-categories ul li a {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
}
body.single-post .post-page-content .container .flex-row .col-4 .post-categories ul li a span {
  background: #ff5e14;
  color: #fff;
  padding: 0rem 0.5rem;
  border-radius: 50%;
  margin-right: 2rem;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail {
  padding-left: 2rem;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-featured-image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-meta-row {
  font-size: 0.8125rem;
  gap: 1rem;
  margin-bottom: 1rem;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-meta-row .post-meta-category a {
  color: #ff5e14;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-meta-row .post-meta-category a:hover {
  text-decoration: underline;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-meta-row .post-meta-author {
  color: #0e2b5c;
  font-weight: 600;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-content > .wpb-content-wrapper > .vc_row > .wpb_column > .vc_column-inner {
  padding: 0;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-content a {
  color: #ff5e14;
  font-size: 1rem;
  font-weight: 600;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-content h3 {
  font-size: 2.625rem;
  font-family: var(--global-head-family);
  line-height: 1.2;
  color: #0e2b5c;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-content h4 {
  font-size: 1.525rem;
  font-family: var(--global-head-family);
  line-height: 1.2;
  color: #0e2b5c;
  margin-bottom: 1rem;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-content ul {
  padding-left: 1.2rem;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-content th, body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-content td {
  border: 1px solid;
  padding: 0.3rem;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-content img {
  width: 100%;
  height: 100%;
  margin-top: 1rem;
}
body.single-post .post-page-content .container .flex-row .col-8 .post-detail .post-share {
  margin: 2rem 0;
}
body footer#colophon {
  background: #0B2653;
  color: #fff;
  position: relative;
}
body footer#colophon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background: #081E46;
  z-index: 0;
}
body footer#colophon .footer-widget {
  padding-top: 6.5625rem;
  padding-bottom: 2.18rem;
  position: relative;
  z-index: 1;
}
body footer#colophon .footer-widget .container > .flex-row {
  justify-content: space-between;
  flex-wrap: nowrap;
}
body footer#colophon .footer-widget .container > .flex-row .first-col img {
  margin-bottom: 1.56rem;
}
body footer#colophon .footer-widget .container > .flex-row .first-col p {
  color: #F9F9F9;
  font-family: var(--global-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.6875rem;
}
body footer#colophon .footer-widget .container > .flex-row .first-col .cont-foot-btn {
  color: #FF5E14;
  font-size: 0.96rem;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
  transition: 0.2s;
  font-weight: 700;
}
body footer#colophon .footer-widget .container > .flex-row .first-col .cont-foot-btn svg {
  background: #ff5e14;
  border-radius: 50%;
  padding: 0.3rem 0.2rem;
  color: #fff;
  left: 0;
  transition: 0.2s;
  font-size: 0.7rem;
}
body footer#colophon .footer-widget .container > .flex-row .first-col .cont-foot-btn:hover {
  padding-left: 0;
  transition: 0.2s;
  color: #fff;
}
body footer#colophon .footer-widget .container > .flex-row .first-col .cont-foot-btn:hover svg {
  transition: 0.2s;
  background: #fff;
  color: #ff5e14;
}
body footer#colophon .footer-widget .container > .flex-row .sec-col h2.widget-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  font-family: var(--global-head-family);
  margin-bottom: 1.875rem;
}
body footer#colophon .footer-widget .container > .flex-row .sec-col p {
  margin-bottom: 1.06rem;
  font-size: 0.875rem;
  color: #f9f9f9;
}
body footer#colophon .footer-widget .container > .flex-row .sec-col a {
  font-size: 1.5rem;
  color: #6B89C1;
  font-family: var(--global-head-family);
  font-weight: 600;
  line-height: 1.5rem;
}
body footer#colophon .footer-widget .container > .flex-row .sec-col a:hover {
  color: #ff5e14;
}
body footer#colophon .footer-widget .container > .flex-row .sec-col a svg {
  color: #FF5E14;
}
body footer#colophon .footer-widget .container > .flex-row .sec-col .loc-footer {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #f9f9f9;
}
body footer#colophon .footer-widget .container > .flex-row .col-foot a {
  font-size: 0.875rem;
  color: #f9f9f9;
}
body footer#colophon .footer-widget .container > .flex-row .col-foot a:hover {
  color: #ff5e14;
}
body footer#colophon .footer-widget .container > .flex-row .col-foot h2.widget-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  font-family: var(--global-head-family);
  margin-bottom: 1.875rem;
}
body footer#colophon .footer-widget .container > .flex-row .col-foot li {
  list-style: none;
  margin-top: 0.66rem;
}
body footer#colophon .footer-widget .container > .flex-row .col-foot p {
  color: #F9F9F9;
}
body footer#colophon .footer-widget .container .row-two {
  margin-top: 5.25rem;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 1px 73px 0 rgba(40, 40, 40, 0.18);
  position: relative;
  z-index: 1;
}
body footer#colophon .footer-widget .container .row-two .flex-row .col {
  border-right: 1px solid #EAEAEA;
}
body footer#colophon .footer-widget .container .row-two .flex-row .flex-row {
  justify-content: center;
  align-items: center;
  gap: 0.78rem;
  flex-wrap: nowrap;
  padding: 1rem 0rem;
}
body footer#colophon .footer-widget .container .row-two .flex-row .flex-row P {
  margin-bottom: 0;
  color: #51668A;
  font-size: 0.8125rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  line-height: 1.4rem;
}
body footer#colophon .footer-widget .container .row-two .flex-row .flex-row svg {
  color: #FF5E14;
  font-size: 1rem;
}
body footer#colophon .footer-widget .container .row-two .flex-row .flex-row a, body footer#colophon .footer-widget .container .row-two .flex-row .flex-row .bold-line {
  color: #51668A;
  font-family: var(--global-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4rem;
}
body footer#colophon .footer-widget .container .row-two .flex-row .flex-row a:hover {
  color: #ff5e14;
}
body footer#colophon .footer-widget .container .row-two .flex-row .req-quote-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer#colophon .footer-widget .container .row-two .flex-row .req-quote-col .foot-white-rwq-quote-btn {
  border-radius: 2px;
  border: 2px solid #FF5E14;
  background: #FF5E14;
  color: #FFF;
  text-align: center;
  font-family: var(--global-font-family);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  padding: 0.625rem 1.0625rem;
}
body footer#colophon .footer-widget .container .row-two .flex-row .req-quote-col .foot-white-rwq-quote-btn:hover {
  background: #0e2b5d;
  border-color: #0e2b5d;
}
body footer#colophon .copyright {
  position: relative;
  z-index: 1;
  padding-bottom: 2.25rem;
}
body footer#colophon .copyright .copyright-line {
  text-align: center;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0;
}
body footer#colophon .copyright .copyright-line a {
  color: #fff;
}
body footer#colophon .copyright .copyright-line a:hover {
  color: #ff5e14;
}
body #contact-widget {
  position: fixed;
  right: 0;
  top: 39%;
  z-index: 9999;
}
body #contact-widget #open-tab {
  background-color: #ff6600;
  color: #ffffff;
  padding: 1.25rem 0.625rem;
  border-radius: 1.5rem 0 0 1.5rem;
  cursor: pointer;
  text-align: center;
  width: 3rem;
  height: 8.25rem;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body #contact-widget #open-tab:hover {
  width: 13.35rem;
  height: 16rem;
}
body #contact-widget #open-tab:hover .header-text, body #contact-widget #open-tab:hover .o-tcaIcon .label {
  opacity: 1;
  visibility: visible;
  margin-bottom: 1.25rem;
}
body #contact-widget #open-tab:hover .o-tcaIcon {
  margin-bottom: 1.25rem;
}
body #contact-widget #open-tab:hover .o-tcaIcon svg {
  font-size: 2.5rem;
  transition: 0.3s all ease-in;
}
body #contact-widget #open-tab .header-text {
  font-weight: bold;
  font-size: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
}
body #contact-widget #open-tab .o-tcaIcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body #contact-widget #open-tab .o-tcaIcon svg {
  font-size: 1.425rem;
  transition: font-size 0.4s ease-in-out;
  display: block;
  margin-bottom: 0.3125rem;
}
body #contact-widget #open-tab .o-tcaIcon a {
  color: #fff;
  margin: auto;
}
body #contact-widget #open-tab .o-tcaIcon a .label {
  font-weight: 600;
  font-size: 0.9375rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
  text-transform: capitalize;
}

/* Back to Top Button */
#backToTop {
  position: fixed;
  bottom: 7rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  background: #ff5e14;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  z-index: 9999;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
#backToTop:hover {
  background: #081E46;
  transform: translateY(0) scale(1.05);
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#backToTop .top-arrow {
  line-height: 1;
  font-weight: bold;
}/*# sourceMappingURL=template.css.map */