:root {
  --orange: #f4511e;
  --black: #000000;
  --blue: #192073;
  --white: #ffffff;
}
body {
  overflow-x: hidden;
}
.page-header {
  margin-top: 0 !important;
}
body p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Montserrat-Regular", Arial, sans-serif;
  margin-bottom: 16px;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
.round-6 {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.flex {
  display: flex;
}
.gap-10 {
  gap: 10px;
}
.gap-11 {
  gap: 11px;
}
.gap-12 {
  gap: 12px;
}
.gap-13 {
  gap: 13px;
}
.gap-14 {
  gap: 14px;
}
.gap-15 {
  gap: 15px;
}
.for-mobile {
  display: none !important;
}
section {
  position: relative;
}
.container {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.transition {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.btn-style-1 {
  background-color: var(--orange);
  padding: 16px 30px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.btn-style-2 {
  background-color: #ffffff2b;
  border: 1px solid #fff;
  padding: 16px 30px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
}
.btn-style-2:hover {
  background-color: #ffffff54;
}
.read-more-btn {
  background-color: #f4511e;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 4px;
}
.section-padding {
  padding: 100px 0;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: "Montserrat-Bold", Arial, sans-serif;
  margin-bottom: 30px;
}
.section-sub-heading {
  font-size: 24px;
  font-family: "Montserrat-SemiBold", Arial, sans-serif;
  margin-bottom: 16px;
  color: #222;
}
.tick-bullets li {
  text-align: left;
  font-size: 14px;
  padding-left: 35px;
  line-height: 24px;
  padding-bottom: 7px;
  background-image: url("../images/list-item-icon-1.png");
  background-repeat: no-repeat;
}
.white-bg {
  background-color: #fff;
}
.dark-color {
  color: #192073;
}
.light-color,
.light-color p,
.light-color h3,
.light-color h2 {
  color: #ffffff;
}
.section-content {
  padding-left: 26px;
  position: relative;
}
.section-content:before {
  content: "";
  width: 9px;
  height: 51px;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  top: 6px;
}
.web-left-top::before {
  background-image: url("../images/connected-dots.png");
  left: 0;
  max-width: 700px;
  width: 100%;
}
.web-right {
  position: relative;
}
.web-right::after {
  background-image: url("../images/connected-dots-vertical.png");
  right: 0;
  width: 350px;
}
.web-left-top:before,
.web-right:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.video-card {
  position: relative;
}
.video-card .play-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-card .play-icon img {
  transition: width 0.2s;
}
.video-card .play-icon a:hover img {
  width: 60px;
}
.video-popup-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -99;
  display: none;
  padding: 10px 15px;
}
.video-popup-box:before {
  content: "";
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-popup-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 10px;
  background-color: #fff;
  position: relative;
  flex: 1 0 100%;
}
.video-popup-box.opened {
  z-index: 999999;
  display: flex;
  align-items: center;
}
.video-popup-close {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: var(--orange);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
/*  end global css  */
.banner-section.video-banner,
.banner-section.image-banner {
  display: flex;
  align-items: center;
  height: 450px;
}
.banner-section .video-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.banner-section .video-wrapper video {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-section .video-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: #000;
  top: 0;
  opacity: 0.5;
}
.banner-section {
  background-position: center center;
  background-size: cover;
  padding: 150px 20px 100px;
}
.banner-content h1,
.banner-content p {
  color: #fff;
}
.banner-content p {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
.banner-content h1 {
  font-size: 42px;
  line-height: 56px;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 18px;
  padding-left: 0;
}
.bannerSlider .swiper-slide .container,
.bannerSlider .swiper-slide .row {
  height: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.bannerSlider {
  height: 550px;
  overflow: hidden;
}
.bannerSlider .slider-caption {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
}
.bannerSlider .slider-heading {
  font-family: "Montserrat-Bold", Arial, sans-serif;
  font-size: 45px;
  line-height: 58px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.bannerSlider p {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
.bannerSlider .btn-style-1 {
  max-width: 216px;
  margin-top: 40px;
}
.video-icon {
  padding: 16px 25px 16px 36px;
  background-image: url("../../images/video-icon.svg");
  background-repeat: no-repeat;
  background-position: 8px center;
  text-align: center;
}
.bannerSlider .pagination-wrap {
  position: relative;
  max-width: 1200px;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
  bottom: 90px;
}
.bannerSlider .swiper-pagination {
  text-align: left;
}
.bannerSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
  position: absolute;
}
.swiper-pagination-lock,
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination span {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  opacity: 0.7;
  margin-right: 8px;
  background-color: transparent;
  display: inline-block;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1;
}
.first-fold .video-card {
  margin-top: 40px;
  padding: 20px 20px 60px 60px;
  float: right;
  max-width: 480px;
}
/* Custom Tabs */
.custom-tabs {
  display: flex;
}
.custom-tabs .tab-item {
  flex: 1;
  padding: 10px 20px;
  cursor: pointer;
}
.tabs .content-tabs .tab-content {
  display: none;
  padding: 20px;
}
.tabs .content-tabs .tab-content.active-tab-content {
  display: block;
}
.tabs .custom-tabs {
  border-bottom: 1px solid #fff;
  margin-top: 30px;
}
.custom-tabs .tab-item {
  border: 1px solid transparent;
  border-bottom: none;
  padding: 0;
  flex: 0 0 25%;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
.custom-tabs .tab-item .tab-title {
  margin: 10px 0 20px;
  font-size: 18px;
  font-family: "Montserrat-Regular";
}
.custom-tabs .tab-item.active-tab {
  border: 1px solid #eaeaea;
  border-bottom: none;
}
.active-line {
  opacity: 1;
  /* visibility: hidden; */
  width: 100%;
  height: 0.1rem;
  background-color: #ddd;
}
.custom-tabs .tab-item.active-tab .active-line,
.custom-tabs .tab-item:hover .active-line {
  opacity: 1;
  visibility: visible;
  background-color: var(--orange);
  transition: 0.3s;
}
.custom-tabs .tab-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 30px;
}
.tabs .content-inner {
  display: flex;
  column-gap: 30px;
  align-items: center;
  padding: 30px 70px 0 60px;
}
.tabs .content-image {
  flex: 0 0 35%;
}
.tabs .content-image img {
  width: 100%;
  height: auto;
}
/* End Custom Tabs */
.slider-arrows .white-nav.swiper-button-prev {
  background-image: url("../images/white-nav-left.svg");
}
.slider-arrows .white-nav.swiper-button-next {
  background-image: url("../images/white-nav-right.svg");
}
.dotted-grid {
  background-image: url(".././images/dotted-grid.png");
  background-repeat: no-repeat;
  padding: 0 0 40px 40px;
  background-position: left bottom;
}
.ellipse-bg {
  position: relative;
}
.ellipse-bg:before {
  content: "";
  background-image: url("../images/ellipse.png");
  background-repeat: no-repeat;
  max-width: 700px;
  width: 100%;
  height: 700px;
  position: absolute;
  background-size: cover;
  left: -8%;
  top: 6%;
}
.orange-grid-bg:before {
  content: "";
  background-image: url("../images/orange-grid.svg");
  background-repeat: no-repeat;
  width: 120px;
  height: 112px;
  position: absolute;
  background-size: cover;
  right: -13px;
  bottom: -6%;
}
.orange-bg {
  background-color: var(--orange);
}
.blue-bg {
  background-color: #2a34aa;
}
.lightblue-bg {
  background: transparent linear-gradient(180deg, #08699f 0%, #00acc1 100%) 0%
    0% no-repeat padding-box;
}
.purple-bg {
  background-color: #5100b1;
}
.box-items-2,
.box-items-3,
.box-items-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.box-items-2 .box-item,
.box-items-3 .box-item,
.box-items-4 .box-item {
  flex: 0 0 31%;
  padding: 25px;
  box-shadow: 0px 1px 18px #00000017;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}
.box-items-2 .box-item {
  flex: 0 0 47%;
  padding: 0;
}
.box-items-2 .box-item .box-icon {
  margin-bottom: 15px;
  height: 40px;
}
.box-items-3 .box-item .box-icon {
  margin-bottom: 20px;
  height: 60px;
}
.box-items-2 .box-heading,
.box-items-3 .box-heading,
.box-items-4 .box-heading {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.box-items-3 p {
  font-size: 16px;
}
.box-items-4 .box-item {
  flex: 0 0 23%;
  padding: 0;
}
.box-items-4 .box-item .box-icon {
  max-height: 165px;
  overflow: hidden;
}
.box-items-4 .box-item .box-icon img {
  object-fit: cover;
  height: 165px;
  width: 100%;
}
.box-items-4 .box-item .box-content {
  padding: 20px;
  background-color: #fff;
}
.box-items-4 p {
  font-size: 14px;
  line-height: 24px;
}
.box-items-4.icon-boxes .box-item .box-icon img {
  object-fit: none;
  width: 100px;
  height: auto;
}
.box-items-4.icon-boxes .box-icon {
  padding: 20px;
}
.zoom-hover-img img {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}
.zoom-hover-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.icon-box {
  padding: 30px 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.icon-box:hover {
  background-color: var(--orange);
}
.icon-box:hover .icon-box-title p {
  color: var(--white);
}
.icon-box .icon-box-icon {
  flex: 0 0 40px;
}
.icon-box .icon-box-icon img {
  width: 100%;
  height: auto;
}
.icon-box:hover .icon-box-icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.icon-box .icon-box-title {
  flex: 1;
}
.icon-box .icon-box-title p {
  margin-bottom: 0;
  color: #000000;
}
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 35px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4511e70;
  border-radius: 5px;
  left: -42px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.next-btn:before,
.prev-btn:before {
  content: "";
  width: 30px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/white-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.next-btn {
  right: -42px;
  left: auto;
}
.prev-btn {
  transform: translate(0, -50%) rotate(180deg);
  -webkit-transform: translate(0, -50%) rotate(180deg);
}
.next-btn.swiper-button-disabled,
.prev-btn.swiper-button-disabled {
  cursor: auto;
  background-color: #000;
  opacity: 0.3;
}
.swiper-outer-wrapper {
  position: relative;
}
.column-1,
.column-11,
.column-12,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(auto, 200px);
  grid-auto-flow: dense;
  gap: 6px;
}

.gallery-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-container .four-grid-cells {
  grid-row: span 2 / auto;
  grid-column: span 2 / auto;
}

.gallery-container .wide-image {
  grid-column: span 2 / auto;
}
.fancybox__container {
  z-index: 999999 !important;
}
.bounceObject {
  animation: bounceobject 3s linear infinite;
  -webkit-animation: bounceobject 3s linear infinite;
}
@keyframes arrow-move {
  0% {
    background-position: right center;
  }
  50% {
    background-position: 90% center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes bounceobject {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (max-width: 1024px) {
  .section-heading {
    font-size: 36px;
    line-height: 48px;
  }
  .bannerSlider .pagination-wrap {
    bottom: 30px;
  }
  .next-btn {
    right: -12px;
  }
  .prev-btn {
    left: -12px;
  }
}
@media (max-width: 992px) {
  .box-items-4 .box-item {
    flex: 0 0 31%;
  }
}
@media (max-width: 768px) {
  .section-padding {
    padding: 70px 0;
  }
  .bannerSlider .slider-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .bannerSlider .btn-style-1 {
    margin-top: 10px;
  }
  .web-right:after {
    display: none;
  }
  .for-desktop {
    display: none !important;
  }
  .for-mobile {
    display: flex !important;
  }
  .row.column-reverse {
    flex-flow: column-reverse;
  }
  .custom-tabs .tab-item {
    flex: 0 0 25%;
  }
  .tabs .content-inner {
    padding: 60px 0 0;
  }
  .gallery-container {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
}
@media (min-width: 768px) {
  .column-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .column-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .column-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .column-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .column-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .column-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .column-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .column-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .column-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .column-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .column-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .column-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-section {
    padding: 60px 20px;
  }
  .banner-content h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .custom-tabs {
    overflow-y: auto;
    padding-bottom: 20px;
    justify-content: flex-start;
    border-bottom: none;
  }
  .custom-tabs .tab-item {
    flex: 0 0 190px;
    border-bottom: 1px solid #ffffff !important;
  }
  .tabs .content-image {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .tabs .content-inner {
    flex-flow: column-reverse;
    padding-top: 20px;
  }
  .box-items-2 .box-item {
    flex: 0 0 100%;
  }
  .box-items-3 .box-item,
  .box-items-4 .box-item {
    flex: 0 0 48%;
  }
}
@media (max-width: 620px) {
  body p,
  .bannerSlider p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .section-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .section-heading br {
    display: none;
  }
  .bannerSlider {
    height: 400px;
  }
  .bannerSlider .slider-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .bannerSlider .pagination-wrap {
    bottom: 40px;
  }
  .section-sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .section-content:before {
    width: 6px;
    height: 32px;
  }
  .box-items-3 .box-item,
  .box-items-4 .box-item {
    flex: 0 0 100%;
  }
  .box-items-4 .box-item .box-icon {
    max-height: 200px;
  }
  .box-items-4 .box-item .box-icon img {
    height: 100%;
  }
  .orange-grid-bg:before {
    right: 0;
  }
}
@media (max-width: 475px) {
  .icon-box {
    flex-direction: column;
  }
  .icon-box .icon-box-title {
    order: 2;
  }
  .icon-box .icon-box-icon {
    overflow: hidden;
  }
  .icon-box .icon-box-icon img {
    width: auto;
    height: 100%;
  }
}
