@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
@import url("pe-icon-7-stroke.css");
@import url("simple-line-icons.css");
@import url("fontawesome-all.css");
@import url("animate.css");
@import url("flaticon.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");

* {
  margin: 0;

  padding: 0;

  border: none;

  outline: none;

  font-size: 100%;
}

body {
  font-size: 14px;

  color: #787878;

  line-height: 1.6em;

  font-weight: 400;

  background: #fff;

  -webkit-font-smoothing: antialiased;

  -moz-font-smoothing: antialiased;

  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;

  cursor: pointer;

  color: #fddb00;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;

  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;

  font-weight: 400;

  margin: 0;

  background: none;

  line-height: 1.2em;

  font-family: "Lato", sans-serif;

  letter-spacing: -0.02em;
}

textarea {
  overflow: hidden;
}

button {
  outline: none !important;

  cursor: pointer;
}

p {
  font-size: 16px !important;

  line-height: 1.6em;

  font-weight: 400;

  color: #555;
}

.text {
  font-size: 16px;

  line-height: 1.6em;

  font-weight: 400;

  color: #555;

  margin: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.auto-container {
  position: static;
  max-width: 1210px;
  padding: 0 20px;
  margin: -3px auto;
}

.large-container {
  position: static;

  max-width: 1600px;

  padding: 0 15px;

  margin: 0 auto;
}

.page-wrapper {
  position: relative;

  margin: 0 auto;

  width: 100%;

  min-width: 300px;

  z-index: 9;
}

ul,
li {
  list-style: none;

  padding: 0;

  margin: 0;
}

.theme-btn {
  display: inline-block;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  font-family: "Lato", sans-serif;
}

.theme-btn i {
  position: relative;

  display: inline-block;

  font-size: 14px;

  margin-left: 3px;
}

.centered {
  text-align: center !important;
}

.btn-style-one {
  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 30px;

  color: #fff;

  padding: 10px 30px;

  font-weight: 800;

  overflow: hidden;

  border-radius: 3px;

  letter-spacing: 1px;

  background-color: #0073d9;

  text-transform: uppercase;
}

.btn-style-one:hover {
  background-color: #0073d9;

  color: #fff;
}

.ge {
  position: relative;

  transform: all 0.5s ease;

  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 30px;

  color: #fff;

  padding: 10px 30px;

  font-weight: 800;

  border-radius: 3px;

  letter-spacing: 1px;

  background-color: #0073d9;

  text-transform: uppercase;

  z-index: 0;
}

.ge:before {
  position: absolute;

  top: 0;

  left: 0;

  content: "";

  background-color: #0056b3;

  width: 100%;

  height: 100%;

  z-index: -1;

  transform: scaleX(0);

  transform-origin: left;

  transition: transform 0.5s;

  color: #fff;
}

.ge:hover {
  color: #fff;
}

.ge:hover:before {
  transform: scaleX(1);

  transform-origin: right;

  transition: transform 0.5s;
}

.btn-style-two {
  position: relative;

  display: inline-block;

  font-size: 15px;

  line-height: 30px;

  color: #fff;

  padding: 13px 33px;

  font-weight: 700;

  overflow: hidden;

  border-radius: 2px;

  letter-spacing: 1px;

  background-color: #0073d9;

  text-transform: uppercase;
}

.btn-style-two:hover {
  background-color: #fff;

  color: #222;
}

.btn-style-three {
  position: relative;

  display: inline-block;

  font-size: 18px;

  line-height: 30px;

  color: #fff;

  padding: 15px 39px;

  font-weight: 700;

  overflow: hidden;

  border-radius: 3px;

  letter-spacing: 1px;

  background-color: #0073d9;

  text-transform: capitalize;
}

.btn-style-three:hover {
  background-color: #0073d9;

  color: #fff;

  border: 1px solid #efefef;
}

.btn-style-four {
  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 30px;

  color: #ccc;

  padding: 10px 26px;

  font-weight: 400;

  overflow: hidden;

  border-radius: 3px;

  letter-spacing: 1px;

  background: none;

  border: 1px solid #5b626f;

  text-transform: capitalize;
}

.btn-style-four:hover {
  background-color: #0073d9;

  border-color: #0073d9;

  color: #fff;
}

.btn-style-five {
  position: relative;

  display: inline-block;

  font-size: 16px;

  line-height: 30px;

  color: #fff;

  padding: 13px 35px;

  font-weight: 800;

  overflow: hidden;

  border-radius: 3px;

  letter-spacing: 1px;

  background-color: #0073d9;

  text-transform: uppercase;
}

.btn-style-five:hover {
  background-color: #0073d9;

  color: #fff;
}

.btn-style-six {
  position: relative;

  display: inline-block;

  font-size: 15px;

  line-height: 30px;

  color: #0073d9;

  padding: 13px 33px;

  font-weight: 700;

  overflow: hidden;

  border-radius: 2px;

  letter-spacing: 1px;

  background-color: #fff;

  text-transform: uppercase;
}

.btn-style-six:hover {
  background-color: #0073d9;

  color: #fff;
}

.btn-style-seven {
  position: relative;

  display: inline-block;

  font-size: 15px;

  line-height: 30px;

  color: #fff;

  padding: 10px 37px;

  font-weight: 700;

  overflow: hidden;

  border-radius: 2px;

  letter-spacing: 1px;

  background-color: #0073d9;

  text-transform: uppercase;
}

.btn-style-seven:hover {
  background-color: #0073d9;

  color: #fff;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;

  font-size: 16px;

  line-height: 24px;

  color: #222;

  font-weight: 700;

  padding-left: 25px;

  margin-bottom: 11px;
}

.list-style-one li:before {
  content: "\f138";

  position: absolute;

  left: 0;

  top: 0;

  display: block;

  font-size: 14px;

  line-height: 1.6em;

  padding: 0;

  color: #0073d9;

  font-weight: 900;

  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #44bce2;
}

.theme_color {
  color: #0073d9;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.preloader {
  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 999999;

  background-color: #fff;

  background-position: center center;

  background-repeat: no-repeat;

  background-image: url(../images/icons/preloader.svg);
}

img {
  display: inline-block;

  max-width: 100%;

  height: auto;
}

.dropdown-toggle::after {
  display: none;
}

.fa {
  line-height: inherit;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;

  top: 50%;

  left: 30px;

  height: 60px;

  width: 60px;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -webkit-animation: ripple 3s infinite;

  -moz-animation: ripple 3s infinite;

  -ms-animation: ripple 3s infinite;

  -o-animation: ripple 3s infinite;

  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;

  -moz-animation-delay: 0.9s;

  -ms-animation-delay: 0.9s;

  -o-animation-delay: 0.9s;

  animation-delay: 0.9s;

  content: "";

  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;

  -moz-animation-delay: 0.6s;

  -ms-animation-delay: 0.6s;

  -o-animation-delay: 0.6s;

  animation-delay: 0.6s;

  content: "";

  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.scroll-to-top {
  position: fixed;

  bottom: 20px;

  right: 20px;

  width: 60px;

  height: 60px;

  color: #fff;

  font-size: 24px;

  line-height: 60px;

  text-align: center;

  z-index: 100;

  cursor: pointer;

  background: #1b1a1c;

  display: none;

  border-radius: 0;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: #0073d9;
}

#punchline {
  width: 100%;
  float: left;
  font-size: 21px;
  padding: 23px 0 20px;
  text-align: center;
  font-family: "Domine";
  background: #0172d5;
  color: #fff;
  font-style: italic;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  margin-top: -3px;
}

#indexlayout {
  width: 86%;
  margin-right: 7%;
  margin-left: 7%;
  float: left;
  overflow: hidden;
  padding-bottom: 40px;
}

.padtop {
  padding-top: 90px;
}

#div33 {
  width: 33.3%;
  float: left;
  padding-right: 4%;
}

#div331 {
  width: 33.3%;
  float: left;
  padding-right: 4%;
}

.ribbon {
  background: none repeat scroll 0 0 #fedc00;
  color: #fff;
  display: inline-block;
  float: left;
  height: 56px;
  position: relative;
  width: 40px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ribbon .triangle {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fedc00;
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}

.ribbon .triangle.two {
  width: 40px;
  height: 36px;
  position: absolute;
  background: #2d82c2;
  top: 0;
  border: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ribbon span.number {
  font-weight: 800;
  font-size: 17px;
  margin-top: 8px;
}

.ribbon .triangle.two:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2d82c2;
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
  left: 0;
  content: "";
}

.whyus #div33:hover .ribbon,
.whyus #div331:hover .ribbon {
  background: #2d82c2;
}

.whyus #div33:hover .triangle.two:before,
.whyus #div331:hover .triangle.two:before {
  border-top-color: #da251d;
}

.whyus #div33:hover .triangle.two,
.whyus #div331:hover .triangle.two {
  background: #da251d;
}

.whyus #div33:hover .triangle,
.whyus #div331:hover .triangle {
  border-top-color: #2d82c2;
}

.ribbon span {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.ribbon span i {
  font-size: 20px;
  position: relative;
  top: 15px;
}

.whyus #div33:hover span,
.whyus #div331:hover span {
  background-position: -0 top;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hcontent {
  margin-left: 60px;
  margin-bottom: 30px;
}

.hcontent h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #606060;
  margin: 0;
}

.hcontent h5 {
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
  margin: 6px 0 17px;
}

.hcontent p {
  color: #7a7a7a;
  line-height: 23px;
  margin-bottom: 17px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.blockheader h3 {
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.blockheader .content-head {
  margin: 0 10px 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #383838;
  position: relative;
}

.blockheader .content-head h3 {
  color: #383838;
  font-size: 26px;
  font-weight: 800;
}

.blockheader .content-head em {
  font-style: normal;
  background: #fff;
  padding: 0 57px;
  position: relative;
  display: table;
}

.blockheader .blockheadertl1 {
  background: #fcdb01;
  width: 12px;
  height: 13px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  left: 24px;
  top: 8px;
  z-index: 99;
}

.blockheader .blockheadertl2 {
  background: #fcdb01;
  width: 10px;
  height: 11px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  left: 18px;
  top: 9px;
  z-index: 99;
  opacity: 0.9;
}

.blockheader .blockheadertl3 {
  background: #fcdb01;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  position: absolute;
  transform: rotate(45deg);
  left: 12px;
  top: 11px;
  z-index: 99;
  opacity: 0.8;
}

.blockheader .blockheadertr1 {
  background: #fcdb01;
  width: 12px;
  height: 13px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  right: 24px;
  top: 8px;
  z-index: 99;
}

.blockheader .blockheadertr2 {
  background: #fcdb01;
  width: 10px;
  height: 11px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  right: 17px;
  top: 9px;
  z-index: 99;
  opacity: 0.7;
}

.blockheader .blockheadertr3 {
  background: #fcdb01;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  position: absolute;
  transform: rotate(45deg);
  right: 11px;
  top: 11px;
  z-index: 99;
  opacity: 0.4;
}

.blockheader em {
  background: transparent !important;
}

.blockheader .content-head.center {
  text-align: center;
  display: block;
}

.blockheader .center_divider {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  background: #fff;
  margin-top: 2px;
  position: relative;
}

#applications .blockheader .center_divider {
  background: none;
}

#applications .blockheader .content-head {
  background: none;
}

.blockheader .center_divider:before {
  content: "";
  display: inline-block;
  height: 29px;
  left: 0;
  line-height: 28.8px;
  margin-left: -25px;
  position: absolute;
  width: 28px;
  top: -2px;
}

.blockheader .center_divider:after {
  content: "";
  display: inline-block;
  height: 29px;
  right: 0;
  line-height: 28.8px;
  margin-right: -25px;
  position: absolute;
  width: 28px;
  top: -2px;
}

.blockheader .content-head {
  background: transparent;
}

.blockheader .content-head {
  background: url(../img/dv2.png) no-repeat center center;
}

/* Responsive Fixes */
@media (max-width: 992px) {
  #indexlayout {
    width: 100%;
    margin: 0;
    padding: 20px;
  }

  #div33,
  #div331 {
    width: 48%;
    padding-right: 2%;
    margin-bottom: 30px;
  }

  .hcontent {
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  #div33,
  #div331 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    float: none;
  }

  .hcontent {
    margin-left: 60px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .ribbon {
    width: 50px;
    height: 60px;
  }

  .hcontent h4 {
    font-size: 15px;
  }

  .hcontent p {
    font-size: 14px;
    line-height: 22px;
  }

  .hcontent {
    margin-left: 65px;
  }
}

#indexlayout1 {
  width: 100%;
  float: left;
  padding-bottom: 40px;
}

.up-item {
  margin: 0 20px;
}

.up-item a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.up-item a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.owl-carousel {
  z-index: 9;
}

.upi-inner {
  border: 1px solid #dedede;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 15px 0;
}

.upi-inner a {
  text-decoration: none;
}

.upi-inner {
  background: #0172d5;
  border-color: #0e3655;
}

.up-item img {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
}

.upi-inner h4 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0 0 5px;
}

.upi-inner h4 a {
  color: #fff;
}

.upi-thumb {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.upi-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.upi-overlay a {
  width: 32px;
  height: 32px;
  display: table;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  position: relative;
  float: none;
  margin: 0 auto;
}

.upi-overlay a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #fff;
  color: #007bff;
  display: table;
  transform: rotate(45deg);
}

.upi-overlay a:hover:before {
  content: "";
  background: #fff;
}

.upi-overlay a:hover span {
  color: #fff;
}

.upi-overlay a:hover {
  z-index: 999;
  position: relative;
  transition: 0.3s;
}

.upi-overlay span {
  position: relative;
  color: #2d82c2;
  font-weight: 400;
}

.upi-overlay span i {
  margin-right: 0;
  font-size: 16px;
}

.upio-inner {
  display: table-cell;
  margin: auto;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 65px;
  text-align: center;
}

.like_shop {
  display: tabel-cell;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.like_shop span {
  background: #f9f9f9;
  display: inline-block;
  padding: 4px 14px 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #0172d5;
  font-size: 13px;
}

.upi-overlay a:nth-child(1) {
  left: -50px;
}

.upi-overlay a:nth-child(2) {
  right: -50px;
}

.up-item:hover .upi-overlay a:nth-child(1) {
  left: -0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.up-item:hover .upi-overlay a:nth-child(2) {
  right: -0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.up-item:hover .upi-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.up-item:hover .upi-overlay a:nth-child(1) {
  left: -0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.up-item:hover .upi-overlay a:nth-child(2) {
  right: -0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin-top: 60px;
  margin-bottom: 10px;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin: 0 auto;
  margin-top: 45px;
  text-align: center;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../images/index.gif) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons {
  z-index: 9;
}

.owl-theme .owl-controls .owl-buttons div {
  position: relative;
  border: 2px solid #2d82c2;
  border-radius: 100%;
  background-color: transparent;
  background-image: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  opacity: 0.6;
  margin: 0;
  color: #2d82c2;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.4s ease 0;
  -webkit-transition: all 0.4s ease 0;
  -ms-transition: all 0.4s ease 0;
  -o-transition: all 0.4s ease 0;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div i {
  font-weight: 700;
  font-size: 21px;
}

.owl-theme .owl-controls .owl-buttons div:hover i {
  color: #008bd0;
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

#simpleImg {
  margin-top: 25px;
}

#simpleImg img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* about us */
.read-more-btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: #007bff;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background-color: #0056b3;
  color: #fff;
}

/* header */
/* ===== Top Bar ===== */
.topbar {
  background: linear-gradient(90deg, #096ed3, #3c39eb);
  padding: 6px 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  z-index: 1050;
}

.topbar .contact-info a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}

.topbar .contact-info a i {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #0a0b0b;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.topbar .contact-info a:hover {
  background: #00b4d8;
  color: #fff;
}

.topbar .contact-info a:hover i {
  background: #fff;
  color: #00b4d8;
}

.topbar .social-iconss a {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  transition: all 0.3s;
}

.topbar .social-iconss a:hover {
  background: #f2f7f8;
  color: #070505;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .topbar {
    display: none !important;
  }
}

/* ===== Navbar ===== */
.navbar {
  background: #f5f8fd;
}

.navbar .nav-link {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.9;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #ffcc00 !important;
  opacity: 1;
}

/* ===== Sticky Header ===== */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.galle {
  padding: 50px 0;
}

.gili {
  border: 1px solid #a9a9a9;

  width: 100%;

  height: 80%;
}

.imig {
  margin: 15px 0;

  height: 300px;
}

.imi-title {
  text-align: center;

  color: #fff;

  background-color: #0073d9;

  padding: 15px 0;

  font-size: 15px;

  text-transform: uppercase;
}

.header-style-two .logo-outer {
  position: relative;

  float: left;
}

.header-style-two .info-outer {
  position: relative;

  float: right;

  padding-top: 30px;
}

.header-style-two .info-outer .info-box {
  position: relative;

  float: left;

  margin-left: 70px;

  padding-left: 45px;

  margin-bottom: 30px;
}

.header-style-two .info-outer .info-box .icon {
  position: absolute;

  left: 0;

  top: 0;

  line-height: 56px;

  font-size: 30px;

  color: #0073d9;
}

.header-style-two .info-outer .info-box:first-child {
  margin-left: 0;
}

.header-style-two .info-outer .info-box:before {
  content: "";

  position: absolute;

  left: -36px;

  top: 0;

  height: 56px;

  border-left: 1px solid #e0e0e0;
}

.header-style-two .info-outer .info-box:first-child:before {
  display: none;
}

.header-style-two .info-outer .info-box .info {
  position: relative;

  display: block;

  line-height: 1.4em;

  font-size: 16px;

  color: #222;
}

.header-style-two .info-outer .info-box strong {
  font-weight: 700;

  line-height: 1.2em;

  font-size: 15px;

  color: #222;
}

.header-style-two .info-outer .info-box a {
  color: #222;
}

.header-style-two .info-outer .info-box a:hover {
  text-decoration: underline;

  color: #0073d9;
}

.header-style-three {
  position: absolute;

  background: none;
}

.header-style-three .header-upper {
  background: none;
}

.header-style-three .main-menu .navigation > li > a {
  color: #010101;
}

.header-style-three .main-menu .navigation > li:hover > a,
.header-style-three .main-menu .navigation > li.current > a {
  color: #fddb00;
}

.header-style-three .search-box-btn {
  color: #fff;
}

.header-style-three .search-box-btn:hover {
  color: #0073d9;
}

.main-header .search-box-outer .dropdown-menu {
  border-top-color: #0073d9;
}

.sticky-header {
  position: fixed;

  visibility: hidden;

  opacity: 0;

  left: 0;

  top: 0;

  width: 100%;

  padding: 0;

  z-index: -1;

  background: #fff;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  -webkit-transition: top 300ms ease;

  -moz-transition: top 300ms ease;

  -ms-transition: top 300ms ease;

  -o-transition: top 300ms ease;

  transition: top 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;

  z-index: 99999;

  visibility: visible;
}

.fixed-header .sticky-header .logo {
  padding: 10px 0;

  /* width: 28%; */
  width: 20%;
}

.sticky-header .main-menu .navigation > li {
  margin-left: 24px;

  padding: 5px 0;

  margin-right: 0;

  background-color: transparent;
}

.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li:after {
  display: none !important;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 15px 0 !important;

  line-height: 30px;

  font-size: 16px;

  font-weight: 600;

  color: #222;

  text-transform: capitalize;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
  opacity: 1;

  color: #0073d9;
}

.page-title {
  position: relative;

  padding: 115px 0;

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;
}

.page-title:before {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  content: "";

  background: #2769bf;

  background: -moz-linear-gradient(left, #2f6ec0 0%, #4291f5 100%);

  background: -webkit-linear-gradient(left, #2f6ec0 0%, #4291f5 100%);

  background: linear-gradient(to right, #2f6ec0 0%, #4291f5 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f6ec0', endColorstr='#4291f5', GradientType=1);

  z-index: 0;
}

.page-title:after {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  content: "";

  background: url(../images/background/page-title-pattern.html) right top
    no-repeat;

  z-index: 1;

  opacity: 0.05;
}

.page-title .inner-container {
  position: relative;

  z-index: 5;
}

.page-title h1 {
  position: relative;

  float: left;

  font-size: 48px;

  color: #fff;

  line-height: 50px;

  font-weight: 600;
}

.page-title h1 span {
  font-weight: 300;

  margin-right: 10px;
}

.page-title .bread-crumb {
  position: relative;

  float: right;

  padding: 10px 0;
}

.page-title .bread-crumb li {
  position: relative;

  float: left;

  font-size: 16px;

  line-height: 30px;

  color: #fff;

  font-weight: 600;

  text-transform: capitalize;

  cursor: default;

  padding-right: 15px;

  margin-right: 12px;
}

.page-title .bread-crumb li:before {
  position: absolute;

  right: -3px;

  font-size: 14px;

  line-height: 30px;

  color: #0073d9;

  content: "\f0da";

  font-family: "Font Awesome 5 Free";
}

.page-title .bread-crumb li:last-child {
  padding-right: 0;

  margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title .bread-crumb li a {
  color: #fff;

  font-weight: 600;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;

  border-bottom: 1px solid #fff;
}

.page-title .bread-crumb li a:hover {
  color: #0073d9;
}

.main-slider {
  position: relative;
}

.main-slider .border-layer {
  position: relative;

  width: 200px;

  height: 345px;

  border: 12px solid #fff;

  border-right: none;
}

.main-slider .border-layer:before {
  position: absolute;

  content: "";

  right: -125px;

  top: -12px;

  width: 125px;

  height: 12px;

  background-color: #fff;
}

.main-slider h2 {
  position: relative;

  display: block;

  font-size: 60px;

  color: #fff;

  font-weight: 700;

  line-height: 1.14em;

  text-transform: uppercase;
}

.main-slider .text {
  position: relative;

  display: block;

  font-size: 30px;

  line-height: 1.6em;

  color: #fff;

  font-weight: 300;
}

.main-slider .link-box {
  position: relative;
}

.main-slider .link-box:after {
  display: table;

  clear: both;

  content: "";
}

.main-slider .link-box .theme-btn {
  position: relative;

  float: left;

  margin-right: 35px;
}

.main-slider .icons-box {
  position: relative;
}

.main-slider .icons-box .icon {
  position: relative;

  float: left;

  display: block;

  color: #fff;

  font-size: 52px;

  line-height: 56px;

  margin-right: 35px;

  font-weight: 400;
}

.main-slider-two {
  position: relative;
}

.main-slider-two .border-layer {
  position: relative;

  width: 200px;

  height: 345px;

  border: 12px solid #fff;

  border-right: none;
}

.main-slider-two .border-layer:before {
  position: absolute;

  content: "";

  right: -125px;

  top: -12px;

  width: 125px;

  height: 12px;

  background-color: #fff;
}

.main-slider-two h2 {
  position: relative;

  display: block;

  font-size: 60px;

  color: #fff;

  font-weight: 700;

  line-height: 1.14em;

  text-transform: capitalize;
}

.main-slider-two .text {
  position: relative;

  display: block;

  font-size: 20px;

  line-height: 1.6em;

  color: #fff;

  font-weight: 400;
}

.main-slider-two .link-box {
  position: relative;
}

.main-slider-two .link-box .theme-btn {
  position: relative;

  margin-right: 20px;
}

.main-slider-two .link-box:after {
  display: table;

  clear: both;

  content: "";
}

/* header */
/* === Topbar === */
.topbar {
  background: linear-gradient(90deg, #0172d5, #0172d5);
  color: #fff;
  padding: 6px 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  z-index: 1050;
}

.topbar .contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar .contact-info i {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 6px;
}

.topbar .social-icons a {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: 0.3s;
  text-decoration: none;
}

.topbar .social-icons a:hover {
  background: #000;
  color: #fff;
}

/* Hide topbar on mobile */
@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}

/* === Navbar === */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar {
  .navbar {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 18px;
  }
}

.navbar-brand img {
  height: 80px;
  width: 100px;
  transition: 0.4s;
}

.nav-link {
  color: #070808 !important;
  margin: 0 10px;
  transition: 0.3s;
}

.nav-link:active {
  color: #fddb00 !important;
}

.nav-link:hover {
  color: #fddb00 !important;
}

/* Search Bar Input + Button */
.search-bar {
  position: relative;
  width: 280px;
}

.search-bar input {
  border-radius: 25px 0 0 25px;
  border: 1px solid #0172d5;
  height: 40px;
  font-size: 14px;
}

.search-bar button {
  border-radius: 0 25px 25px 0;
  background: #0172d5;
  color: #fff;
  border: none;
  height: 40px;
  padding: 0 16px;
}

/* Dropdown Search Results */
.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  max-height: 320px;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Search Result Item */
.search-item {
  display: block;
  padding: 10px 14px;
  color: #222;
  font-size: 14px;
  text-decoration: none !important;
  border-bottom: 1px solid #efefef;
}

/* Remove hover highlight as requested */
.search-item:hover {
  background: transparent !important;
  color: #0172d5;
}

/* No result text */
.no-result {
  padding: 10px 14px;
  font-size: 14px;
  color: #888;
}
#searchResults {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
display: none;
max-height: 300px;
overflow-y: auto;
z-index: 1000;
}

#searchResults .result-item {
padding: 10px 15px;
cursor: pointer;
transition: background 0.2s;
}

#searchResults .result-item:hover {
background-color: #f1f1f1;
}

/* Mobile Hide Search Bar */
@media (max-width: 991px) {
  .search-bar {
    display: none;
  }
}

/* ===================== DROPDOWN BASE ===================== */
.nav-item.dropdown {
  position: relative;
}

/* Dropdown menu */
.dropdown-menu {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0;
  margin-top: 10px;
  width: 350px;           
  max-height: 350px;      
  overflow-y: auto;       

  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

/* Scrollbar style */
.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #0057b8, #ffd500) !important;
  border-radius: 10px;
}

/* ===================== HOVER SHOW ===================== */
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===================== DROPDOWN ITEMS ===================== */
.dropdown-item {
  padding: 10px 15px;
  color: #060606;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.3s;
}

.dropdown-item:last-child {
  border-bottom: none;
}

/* Hover effect */
.dropdown-item:hover {
  background: #0172d5;
  color: #fff;
}

/* Active page highlight */
.dropdown-item.active {
  background: #0172d5!important;
  color: #fff !important;
}

/* ===================== MOBILE SUPPORT ===================== */
@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none;
    max-height: 250px;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    transform: none;
  }
}


/* ===== Offcanvas Mobile ===== */
.offcanvas-body a {
  color: #004aad !important;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 5px 0;
}

.offcanvas-header {
  background: linear-gradient(135deg, #0057b8, #ffd500) !important;
  color: #fff;
}

.offcanvas-header .btn-close {
  filter: invert(1);
}

.offcanvas .dropdown-menu {
  display: none;
  position: static !important;
  float: none;
  background-color: #fff;
  color: #000;
  border: none;
  padding-left: 1rem;
}

.offcanvas .dropdown-menu.show {
  display: block;
}

/* === Offcanvas === */
.offcanvas {
  background: linear-gradient(135deg, #0057b8, #ffd500) !important;
  color: #fff;
}

.offcanvas .nav-link {
  color: #fff !important;
  margin: 8px 0;
}

.offcanvas .nav-link:hover {
  color: #000 !important;
}
.dropdown-scroll {
  max-height: 400px;
  overflow-y: auto;
}

.mobile-dropdown-scroll {
  max-height: 350px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0;
}

.mobile-dropdown-scroll li a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.mobile-dropdown-scroll li a:hover {
  background-color: #f1f1f1;
  color: #0172d5;
}

.offcanvas .dropdown-menu {
  display: none;
}

.offcanvas .dropdown-menu.show {
  display: block;
}

.navbar-nav .nav-link.active {
  color: #0172d5 !important;
  font-weight: 600;
}

.dropdown-menu::-webkit-scrollbar,
.mobile-dropdown-scroll::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb,
.mobile-dropdown-scroll::-webkit-scrollbar-thumb {
  background: #0172d5;
  border-radius: 4px;
}
.custom-toggler {
  background-color: #007bff; /* Blue background */
  border: none;
  border-radius: 6px;
  padding: 8px 10px;
}

/* Make the hamburger icon white */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* banner */
.top-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  margin-top: 130px;
}

/* Each slide */
.top-slide {
  flex: 1 0 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Active slide */
.top-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

/* Dots navigation */
.top-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
  color: #0057b8;
}

.top-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0057b8;
  cursor: pointer;
  transition: background 0.3s;
}

.top-dots .dot.active {
  background: #ffcc00;
}

/* Responsive */

@media (max-width: 768px) {
  .top-slider {
    aspect-ratio: 4/3;
    height: 25vh;
    margin-top: 100px;
  }

  .top-dots {
    position: absolute;
    bottom: 2px;
    left: 47%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
  }
  .carousel {
    margin-top: 90px;
  }
}

@media (max-width: 576px) {
  .top-slider {
    aspect-ratio: 3/4;
    height: 25vh;
    margin-top: 100px;
  }

  .top-dots {
    position: absolute;
    bottom: 2px;
    left: 47%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
  }
}

@media (max-width: 400px) {
  .top-slider {
    aspect-ratio: 1/1;
    height: 25vh;
    margin-top: 100px;
  }

  .top-dots {
    position: absolute;
    bottom: 2px;
    left: 47%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
  }
}

/* Wrapper Section */
.unique-heading-section {
  text-align: center;
  padding: 24px 20px 40px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8faff, #e9f3ff);
}

/* Heading Title */
.unique-heading-title {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(90deg, #004aad, #00aaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.2px;
  position: relative;
  display: inline-block;
  animation: titleFadeIn 1.2s ease forwards;
}

/* Animated Accent Behind Text */
.unique-heading-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: linear-gradient(90deg, #ffcc00, #004aad);
  border-radius: 10px;
  animation: slideBar 1.2s ease-out 0.5s forwards;
}

/* Glowing Effect Animation */
@keyframes titleFadeIn {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Sliding Bar Animation */
@keyframes slideBar {
  0% {
    width: 0;
  }

  100% {
    width: 180px;
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .unique-heading-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .unique-heading-title {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .unique-heading-title {
    font-size: 24px;
    letter-spacing: 0.5px;
  }
}

/* faq */
.accordion-section {
  position: relative;
  overflow: hidden;
}

.accordion-bg {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, #1a73e8, #00cfff, #ff5f6d, #ffc371);
  background-size: 400% 400%;
  animation: gradientFlow 18s ease infinite;
  opacity: 0.15;
  border-radius: 50%;
  z-index: 1;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.accordion-container {
  position: relative;
  z-index: 2;
}

/* ------------------ LAYOUT ------------------ */
.accordion-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.accordion-image {
  flex: 1 1 45%;
  text-align: center;
  padding: 20px;
}

.accordion-image img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  transition: transform 0.5s ease;
}

.accordion-content {
  flex: 1 1 50%;
  padding: 20px 30px;
}

/* ------------------ ACCORDION ------------------ */
.accordion-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all 0.4s ease;
}

.accordion-button {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  border: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #00cfff, #1a73e8);
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 207, 255, 0.6);
}

.accordion-body {
  background: rgba(255, 255, 255, 0.05);
  color: #0b0a0a;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  line-height: 1.6;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------------------ RESPONSIVE ------------------ */
@media (max-width: 991px) {
  .accordion-section {
    padding: 70px 15px;
  }

  .accordion-row {
    flex-direction: column;
  }

  .accordion-content {
    padding: 0 15px;
    margin-top: 30px;
  }

  .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .accordion-body {
    font-size: 0.9rem;
  }
}

.innovation-section {
  position: relative;

  padding-bottom: 55px;
}

.innovation-section .content-column {
  position: relative;
}

.innovation-section .content-column .inner-column {
  position: relative;

  padding-top: 95px;
}

.innovation-section .content-column .bold-text {
  position: relative;

  color: #222;

  font-size: 16px;

  line-height: 1.7em;

  font-weight: 700;

  margin-bottom: 20px;
}

.innovation-section .content-column .text {
  position: relative;

  color: #555;

  font-size: 16px;

  line-height: 1.7em;

  font-weight: 400;

  margin-bottom: 45px;
}

.innovation-section .content-column .inner-column .counter-box {
  position: relative;

  z-index: 1;

  text-align: center;

  margin-right: -80px;

  background-color: #fff;

  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);

  -ms-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}

.innovation-section .content-column .inner-column .fact-counter .column {
  padding: 0;

  float: left;
}

.innovation-section
  .content-column
  .inner-column
  .fact-counter
  .column:last-child
  .inner {
  border-right: none;
}

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
}

.fact-counter .column .inner {
  position: relative;

  padding: 45px 0;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  border-right: 1px solid #ddd;
}

.fact-counter .count-outer {
  position: relative;

  margin: 0;

  font-weight: 300;

  color: #0073d9;

  font-size: 40px;
}

.fact-counter .count-outer .count-text {
  position: relative;

  font-weight: 300;

  color: #0073d9;

  font-size: 40px;

  display: inline-block;
}

.fact-counter .column .counter-title {
  position: relative;

  font-size: 16px;

  font-weight: 700;

  color: #222;

  display: block;

  margin-top: 15px;

  letter-spacing: 1px;

  text-transform: capitalize;
}

/* ===== FACT SECTION ===== */
.work-facts-section {
  position: relative;
  background: url("../img/banner.jpg") center center / cover no-repeat;
  color: #fff;
}

.work-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.work-facts-section .container {
  position: relative;
  z-index: 1;
}

.work-fact-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 15px;
  border-radius: 20px;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.work-fact-item:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
}

.work-icon-wrapper {
  width: 80px;
  height: 80px;
  background: #0172d5;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-icon-wrapper svg {
  width: 38px;
  height: 38px;
}

.work-fact-item h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.work-fact-item p {
  font-size: 1rem;
  font-weight: 500;
  color: #f5f5f5;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .work-icon-wrapper {
    width: 65px;
    height: 65px;
  }

  .work-icon-wrapper svg {
    width: 30px;
    height: 30px;
  }

  .work-fact-item h3 {
    font-size: 1.5rem;
  }
}

.innovation-section .images-column {
  position: relative;

  margin-bottom: 30px;
}

.innovation-section .images-column .inner-column {
  position: relative;

  margin-top: -17px;
}

.innovation-section .images-column .image {
  position: relative;

  margin-bottom: 25px;
}

.innovation-section .images-column .image img {
  position: relative;

  width: 100%;

  display: block;
}

.services-section {
  position: relative;

  padding-bottom: 70px;
}

.services-block {
  position: relative;

  margin-bottom: 40px;
}

.services-block .inner-box {
  position: relative;

  display: block;

  text-align: center;

  padding: 55px 15px 60px;

  background-color: #f3f5f9;

  border-bottom: 3px solid #0073d9;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-block .inner-box .big-icon {
  position: absolute;

  left: 0;

  top: 80px;

  right: 0;

  bottom: 0;

  line-height: 1em;

  font-size: 200px;

  text-align: center;

  color: rgba(255, 255, 255, 0.05);
}

.services-block .inner-box:hover {
  border-color: #0073d9;
}

.services-block .inner-box:before {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  visibility: visible;

  background-color: #0073d9;

  transition: all 700ms ease;

  -webkit-transition: all 700ms ease;

  -ms-transition: all 700ms ease;

  -o-transition: all 700ms ease;

  -webkit-transform: scaleY(0);

  -ms-transform: scaleY(0);

  -moz-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transform-origin: top;

  -ms-transform-origin: top;

  -moz-transform-origin: top;

  transform-origin: top;
}

.services-block .inner-box:hover::before {
  opacity: 1;

  visibility: visible;

  -webkit-transform: scaleY(1);

  -ms-transform: scaleY(1);

  -moz-transform: scaleY(1);

  transform: scaleY(1);
}

.services-block .inner-box .icon-box {
  position: relative;

  font-size: 60px;

  line-height: 1em;

  color: #0073d9;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-block .inner-box:hover .text,
.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .icon-box {
  color: #fff;
}

.services-block .inner-box h3 {
  position: relative;

  font-size: 20px;

  font-weight: 700;

  color: #222;

  line-height: 1.3em;

  margin-top: 30px;

  margin-bottom: 20px;
}

.services-block .inner-box h3 a {
  position: relative;

  color: #222;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-block .inner-box .text {
  position: relative;

  font-size: 16px;

  line-height: 1.7em;

  color: #555;

  padding: 0 22px;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-block .inner-box .arrow {
  position: absolute;

  left: 50%;

  bottom: 0;

  margin-bottom: -22px;

  width: 44px;

  height: 44px;

  color: #0073d9;

  font-size: 10px;

  line-height: 44px;

  text-align: center;

  border-radius: 50%;

  font-weight: 800;

  margin-left: -20px;

  background-color: #fff;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);

  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);

  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.services-block .inner-box:hover .arrow {
  background-color: #0073d9;

  color: #fff;
}

.fluid-section-one {
  position: relative;

  margin-bottom: -20px;

  z-index: 1;
}

.fluid-section-one .outer-container {
  position: relative;

  min-height: 250px;
}

.fluid-section-one .image-column {
  position: absolute;

  left: 0;

  top: 0;

  width: 50%;

  height: 100%;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;
}

.fluid-section-one .image-column .image-box {
  position: relative;

  display: none;
}

.fluid-section-one .image-column .image-box img {
  position: relative;

  display: block;

  width: 100%;
}

.fluid-section-one .content-column {
  position: relative;

  float: right;

  width: 50%;
}

.fluid-section-one .content-column .inner-column {
  position: relative;

  width: 100%;

  max-width: 600px;

  padding: 25px 15px 80px 80px;
}

.fluid-section-one .content-column .text {
  position: relative;

  color: #555;

  font-size: 16px;

  line-height: 1.8em;

  margin-bottom: 28px;
}

.fluid-section-one .content-column ul {
  margin-left: 30px;
}

.fluid-section-one .content-column .signature-box {
  position: relative;

  margin-top: 35px;
}

.fluid-section-one .content-column .signature-box h4 {
  position: relative;

  font-style: italic;

  color: #0073d9;

  font-size: 16px;

  font-weight: 700;

  line-height: 1.3em;
}

.fluid-section-one .content-column .signature-box .signature-img {
  position: relative;

  margin-top: 12px;
}

.services-section-two {
  position: relative;

  padding: 115px 0 80px;

  margin: 0 30px;

  background-color: #0073d9;

  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.services-section-two .inner-container {
  position: relative;
}

.services-section-two .inner-container .big-icon {
  position: absolute;

  left: -200px;

  top: -30px;

  font-size: 400px;

  line-height: 1em;

  color: rgba(255, 255, 255, 0.08);
}

.services-section-two .sec-title {
  margin-bottom: 55px;
}

.services-section-two .sec-title .text {
  position: relative;

  font-size: 16px;

  line-height: 1.8em;

  margin-top: 90px;

  padding-right: 100px;

  color: rgba(255, 255, 255, 0.6);
}

.services-section-two .owl-dots {
  display: none;
}

.services-section-two .owl-nav {
  position: absolute;

  right: 0;

  top: -125px;
}

.services-section-two .owl-nav .owl-prev {
  position: relative;

  color: #fff;

  font-size: 20px;

  display: inline-block;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-section-two .owl-nav .owl-next {
  position: relative;

  color: #fff;

  font-size: 20px;

  padding-left: 20px;

  margin-left: 20px;

  display: inline-block;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.services-section-two .owl-nav .owl-prev:hover,
.services-section-two .owl-nav .owl-next:hover {
  color: #0073d9;
}

.services-block-two {
  position: relative;

  margin-bottom: 30px;
}

.services-block-two .inner-box {
  position: relative;
}

.services-block-two .inner-box .image {
  position: relative;

  display: block;

  overflow: hidden;
}

.services-block-two .inner-box .image a {
  position: relative;

  display: block;
}

.services-block-two .inner-box .image a:before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: #000;

  opacity: 0;

  -webkit-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  transform: translateY(-100%);

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  z-index: 1;
}

.services-block-two .inner-box:hover .image a:before {
  opacity: 0.5;

  -webkit-transform: translateY(0%);

  -ms-transform: translateY(0%);

  transform: translateY(0%);
}

.services-block-two .inner-box .image img {
  position: relative;

  width: 100%;

  display: block;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-block-two .inner-box:hover .image img {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);
}

.services-block-two .inner-box .lower-content {
  position: relative;

  padding-top: 35px;
}

.services-block-two .inner-box .lower-content h3 {
  position: relative;

  font-size: 24px;

  font-weight: 700;

  line-height: 1.4em;
}

.services-block-two .inner-box .lower-content h3 a {
  position: relative;

  color: #fff;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-block-two .inner-box .lower-content h3 a:hover {
  color: #0073d9;
}

.services-block-two .inner-box .lower-content .text {
  position: relative;

  font-size: 16px;

  line-height: 1.7em;

  margin-top: 12px;

  color: rgba(255, 255, 255, 0.7);
}

.services-block-two .inner-box .lower-content .read-more {
  position: relative;

  color: #0073d9;

  font-weight: 700;

  letter-spacing: 1px;

  margin-top: 20px;

  display: inline-block;

  text-transform: uppercase;

  text-decoration: underline;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-block-two .inner-box .lower-content .read-more .arrow {
  position: relative;

  top: -1px;

  font-size: 10px;

  font-weight: 700;

  color: rgba(255, 255, 255, 0.8);
}

.services-block-two .inner-box .lower-content .read-more:hover {
  color: #fff;
}

.quote-section {
  position: relative;
}

.quote-section .inner-section {
  position: relative;

  padding: 48px 60px;

  margin-top: -18px;

  z-index: 1;

  background-color: #efefef;
}

.quote-section .content {
  position: relative;

  padding-left: 70px;
}

.quote-section .content .icon {
  position: absolute;

  left: 0;

  top: 4px;

  color: #0073d9;

  font-size: 60px;

  line-height: 1em;
}

.quote-section .content h3 {
  position: relative;

  color: #0073d9;

  font-size: 32px;

  font-weight: 700;
}

.quote-section .content .text {
  position: relative;

  color: #fff;

  font-size: 16px;

  font-weight: 700;

  margin-top: 5px;
}

.quote-section .theme-btn {
  position: relative;

  margin-top: 15px;
}

.projects-section {
  position: relative;

  padding: 95px 0;
}

.projects-section .sec-title {
  margin-bottom: 55px;
}

.projects-section .projects-carousel {
  position: relative;
}

.projects-section .projects-carousel .image-carousel {
  position: relative;
}

.projects-section .projects-carousel .image-carousel .image-column {
  position: relative;
}

.projects-section .projects-carousel .image-carousel .image-column .image {
  position: relative;
}

.projects-section .projects-carousel .image-carousel .image-column .image img {
  position: relative;

  width: 100%;
}

.projects-section .projects-carousel .image-carousel .content-column {
  position: relative;
}

.projects-section
  .projects-carousel
  .image-carousel
  .content-column
  .inner-column {
  position: relative;

  padding-top: 22px;

  padding-left: 18px;
}

.projects-section
  .projects-carousel
  .image-carousel
  .active
  .content-column
  .inner-column {
  opacity: 1;

  -webkit-transform: translateX(0px);

  -ms-transform: translateX(0px);

  transform: translateX(0px);
}

.projects-section
  .projects-carousel
  .image-carousel
  .content-column
  .inner-column {
  opacity: 0;

  -webkit-transform: translateX(50px);

  -ms-transform: translateX(50px);

  transform: translateX(50px);
}

.projects-section
  .projects-carousel
  .image-carousel
  .active
  .content-column
  .inner-column {
  opacity: 1;

  -webkit-transform: translateX(0px);

  -ms-transform: translateX(0px);

  transform: translateX(0px);

  transition: all 1000ms ease;

  -moz-transition: all 1000ms ease;

  -webkit-transition: all 1000ms ease;

  -ms-transition: all 1000ms ease;

  -o-transition: all 1000ms ease;
}

.projects-section
  .projects-carousel
  .image-carousel
  .image-column
  .inner-column {
  opacity: 0;

  -webkit-transform: translateX(-50px);

  -ms-transform: translateX(-50px);

  transform: translateX(-50px);
}

.projects-section
  .projects-carousel
  .image-carousel
  .active
  .image-column
  .inner-column {
  opacity: 1;

  -webkit-transform: translateX(0px);

  -ms-transform: translateX(0px);

  transform: translateX(0px);

  transition: all 1000ms ease;

  -moz-transition: all 1000ms ease;

  -webkit-transition: all 1000ms ease;

  -ms-transition: all 1000ms ease;

  -o-transition: all 1000ms ease;
}

.projects-section .projects-carousel .image-carousel .content-column {
  position: relative;
}

.projects-section .projects-carousel .image-carousel .content-column .title {
  position: relative;

  color: #555;

  font-size: 16px;
}

.projects-section .projects-carousel .image-carousel .content-column h3 {
  position: relative;

  color: #222;

  font-size: 32px;

  margin-top: 8px;
}

.projects-section .projects-carousel .image-carousel .content-column .text {
  position: relative;

  margin-top: 18px;

  color: #555;

  font-size: 16px;

  line-height: 1.7em;

  margin-bottom: 26px;
}

.projects-section
  .projects-carousel
  .image-carousel
  .content-column
  .read-more {
  position: relative;

  color: #0073d9;

  font-size: 16px;

  font-weight: 700;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  text-transform: uppercase;

  text-decoration: underline;
}

.projects-section
  .projects-carousel
  .image-carousel
  .content-column
  .read-more
  .arrow {
  position: relative;

  top: 1px;

  color: #0073d9;

  font-weight: 800;

  margin-left: 4px;
}

.projects-section
  .projects-carousel
  .image-carousel
  .content-column
  .read-more:hover {
  color: #0073d9;
}

.projects-section .projects-carousel .thumbs-carousel {
  max-width: 560px;

  margin: 0 auto;

  margin-top: 70px;
}

.projects-section .projects-carousel .thumbs-carousel li:hover {
  cursor: pointer;
}

.projects-section .projects-carousel .thumbs-carousel li:before {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  z-index: 1;

  opacity: 0;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  background-color: rgba(0, 0, 0, 0.8);

  border-bottom: 3px solid #0073d9;
}

.projects-section .projects-carousel .thumbs-carousel li:hover::before {
  opacity: 1;
}

.projects-section .projects-carousel .thumbs-carousel .owl-nav {
  position: absolute;

  left: -80px;

  right: -80px;

  top: 50%;

  margin-top: -21px;
}

.projects-section .projects-carousel .thumbs-carousel .owl-nav .owl-prev {
  position: absolute;

  width: 44px;

  height: 44px;

  line-height: 42px;

  border-radius: 50px;

  text-align: center;

  font-size: 20px;

  border: 1px solid #dedede;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.projects-section .projects-carousel .thumbs-carousel .owl-nav .owl-next {
  position: absolute;

  right: 0;

  width: 44px;

  height: 44px;

  line-height: 42px;

  border-radius: 50px;

  text-align: center;

  font-size: 20px;

  border: 1px solid #dedede;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.projects-section .projects-carousel .thumbs-carousel .owl-nav .owl-prev:hover,
.projects-section .projects-carousel .thumbs-carousel .owl-nav .owl-next:hover {
  color: #fff;

  border-color: #0073d9;

  background-color: #0073d9;
}

.skill-section {
  position: relative;

  padding: 110px 0 120px;

  margin: 0 30px;

  background-attachment: fixed;

  background-size: cover;

  background-repeat: no-repeat;
}

.skill-section:before {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0, 30, 87, 0.55);
}

.skill-section .skill-column {
  position: relative;
}

.skill-section .skill-column .inner-column {
  position: relative;
}

.skill-section .skill-column h2 {
  position: relative;

  color: #fff;

  font-size: 44px;

  font-weight: 700;

  line-height: 1.2em;

  padding-top: 30px;

  margin-bottom: 70px;
}

.skill-section .skill-column h2 span {
  font-weight: 800;

  border-bottom: 1px solid #0073d9;
}

.skill-section .skill-column h2:before {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  width: 120px;

  height: 1px;

  background-color: #0073d9;
}

.skill-section .skill-column h2:after {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  width: 40px;

  height: 1px;

  background-color: #fff;
}

.skills {
  position: relative;
}

.skills .skill-item {
  position: relative;

  margin-bottom: 32px;
}

.skills .skill-item:last-child {
  margin-bottom: 0;
}

.skills .skill-item .skill-bar {
  position: relative;

  width: 100%;

  height: 3px;

  background-color: #eee;
}

.skills .skill-item .skill-bar .bar-inner {
  position: relative;

  width: 100%;

  height: 3px;

  background: none;
}

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;

  left: 0;

  top: 0;

  height: 3px;

  width: 0;

  -webkit-transition: all 2000ms ease;

  -ms-transition: all 2000ms ease;

  -o-transition: all 2000ms ease;

  -moz-transition: all 2000ms ease;

  transition: all 2000ms ease;

  background: -webkit-linear-gradient(left, #fff, #df6614);

  background: -ms-linear-gradient(left, #fff, #df6614);

  background: -o-linear-gradient(left, #fff, #df6614);

  background: -moz-linear-gradient(left, #fff, #df6614);
}

.skills .skill-item .skill-header {
  position: relative;

  margin-bottom: 15px;
}

.skills .skill-item .skill-header .skill-title {
  position: relative;
}

.skills .skill-item .skill-header .skill-title {
  float: left;

  color: #fff;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.4em;
}

.skills .skill-item .skill-header .skill-percentage {
  float: right;

  color: #fff;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.4em;

  opacity: 0.6;
}

.skill-section .video-column {
  position: relative;
}

.skill-section .video-column .inner-column {
  position: relative;

  padding-top: 150px;
}

.skill-section .video-column .inner-column .video-link-box {
  position: relative;

  float: right;

  text-align: center;
}

.video-link-box .play-box {
  position: relative;

  display: block;

  text-align: center;

  width: 80px;

  height: 80px;

  margin: 0 auto;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

.video-link-box .play-box .icon {
  position: relative;

  width: 80px;

  height: 80px;

  z-index: 99;

  display: inline-block;

  color: #0073d9;

  font-weight: 400;

  font-size: 20px;

  text-align: center;

  border-radius: 50%;

  padding-left: 4px;

  line-height: 80px;

  background-color: #fff;

  transition: all 900ms ease;

  -moz-transition: all 900ms ease;

  -webkit-transition: all 900ms ease;

  -ms-transition: all 900ms ease;

  -o-transition: all 900ms ease;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);

  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.video-link-box .play-box .icon-outer {
  position: relative;

  display: block;

  width: 80px;

  height: 80px;

  margin: 0 auto;
}

.video-link-box .play-box .icon-outer:before {
  content: "";

  position: absolute;

  left: -15px;

  top: -15px;

  width: 110px;

  height: 110px;

  background: rgba(255, 255, 255, 0.3);

  border-radius: 50%;
}

.video-link-box .play-box .icon:after {
  content: "";

  position: absolute;

  left: -5px;

  top: -5px;

  bottom: -5px;

  right: -5px;

  background: rgba(255, 255, 255, 0.3);

  border-radius: 50%;
}

.video-link-box .ripple,
.video-link-box .ripple:before,
.video-link-box .ripple:after {
  position: absolute;

  top: 50%;

  left: 50%;

  height: 70px;

  width: 70px;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -webkit-animation: ripple 3s infinite;

  -moz-animation: ripple 3s infinite;

  -ms-animation: ripple 3s infinite;

  -o-animation: ripple 3s infinite;

  animation: ripple 3s infinite;
}

.video-link-box .ripple:before {
  -webkit-animation-delay: 0.9s;

  -moz-animation-delay: 0.9s;

  -ms-animation-delay: 0.9s;

  -o-animation-delay: 0.9s;

  animation-delay: 0.9s;

  content: "";

  position: absolute;
}

.video-link-box .ripple:after {
  -webkit-animation-delay: 0.6s;

  -moz-animation-delay: 0.6s;

  -ms-animation-delay: 0.6s;

  -o-animation-delay: 0.6s;

  animation-delay: 0.6s;

  content: "";

  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-link-box .video-title {
  position: relative;

  font-size: 14px;

  font-style: italic;

  color: #fff;

  display: block;

  margin-top: 25px;
}

.clients-section {
  position: relative;

  padding: 100px 0;

  margin: 0 60px;

  margin-top: -20px;

  background-color: #f3f5f9;

  z-index: 1;
}

.clients-section.style-two {
  background: none;

  margin: 0;

  padding-bottom: 0;
}

.clients-section.style-two .logo-icon {
  display: none;
}

.clients-section .owl-dots,
.clients-section .owl-nav {
  display: none;
}

.clients-section.style-two .owl-dots {
  display: block;

  width: 100%;

  text-align: center;

  padding-top: 40px;
}

.clients-section.style-two .owl-dots .owl-dot {
  display: inline-block;

  margin: 0 5px;
}

.clients-section.style-two .owl-dots .owl-dot span {
  position: relative;

  display: block;

  width: 10px;

  height: 10px;

  background: none;

  border: 1px solid #e0e0e0;

  border-radius: 50%;
}

.clients-section.style-two .owl-dots .owl-dot.active span {
  background: #0073d9;

  border-color: #0073d9;
}

.clients-section .logo-icon {
  position: absolute;

  right: 0;

  top: 90px;

  left: 0;

  font-size: 500px;

  line-height: 1em;

  text-align: center;

  font-weight: 800;

  color: rgba(0, 30, 87, 0.03);
}

.clients-section .sec-title {
  margin-bottom: 55px;
}

.testimonial-block {
  position: relative;
}

.testimonial-block .inner-box {
  position: relative;

  text-align: center;
}

.testimonial-block .inner-box .image-outer {
  position: relative;

  width: 260px;

  height: 90px;

  margin: 0 auto;
}

.testimonial-block .inner-box .image-outer .quote {
  position: absolute;

  left: 0;

  top: 28px;

  right: 0;

  font-size: 28px;

  color: #0073d9;
}

.testimonial-block .inner-box .image-outer .quote.quote-left {
  left: 0;

  right: auto;

  -webkit-transform: rotateY(180deg);

  -ms-transform: rotateY(180deg);

  transform: rotateY(180deg);
}

.testimonial-block .inner-box .image-outer .quote.quote-right {
  right: 0;

  left: auto;

  -webkit-transform: rotateX(180deg);

  -ms-transform: rotateX(180deg);

  transform: rotateX(180deg);
}

.testimonial-block .inner-box .image-outer .image {
  position: relative;

  width: 90px;

  height: 90px;

  border-radius: 50%;

  overflow: hidden;

  margin: 0 auto;
}

.testimonial-block .inner-box .text {
  position: relative;

  font-size: 22px;

  color: #222;

  font-style: italic;

  line-height: 1.5em;

  max-width: 930px;

  margin: 0 auto;

  margin-top: 30px;
}

.testimonial-block .inner-box h3 {
  position: relative;

  color: #222;

  font-size: 18px;

  font-weight: 700;

  margin-top: 30px;
}

.testimonial-block .inner-box .location {
  position: relative;

  color: #222;

  font-size: 14px;

  font-weight: 400;

  margin-top: 4px;
}

.news-section {
  position: relative;

  padding: 100px 0 50px;
}

.news-section.alternate {
  padding-bottom: 100px;
}

.news-section.alternate:before {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  top: 400px;

  background: #f3f5f9;
}

.news-section .sec-title {
  margin-bottom: 50px;
}

.news-block {
  position: relative;

  margin-bottom: 50px;
}

.news-block .inner-box {
  position: relative;
}

.news-block .inner-box .image {
  position: relative;

  display: block;

  background: #222;

  overflow: hidden;
}

.news-block .inner-box .image img {
  position: relative;

  width: 100%;

  display: block;

  transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;
}

.news-block .inner-box:hover .image img {
  opacity: 0.7;

  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  transform: scale(1.05);
}

.news-block .inner-box .lower-content {
  position: relative;

  margin-left: 12px;

  margin-right: 12px;

  padding: 34px 60px 60px;

  text-align: center;

  margin-top: -20px;

  z-index: 1;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  border-bottom: 3px solid #0073d9;

  background-color: #fff;

  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.news-block .inner-box:hover .lower-content {
  border-color: #0073d9;

  -webkit-transform: translateY(-20px);

  -ms-transform: translateY(-20px);

  transform: translateY(-20px);
}

.news-block .inner-box .lower-content h3 {
  position: relative;

  font-weight: 700;

  font-size: 24px;

  line-height: 1.5em;

  padding-bottom: 18px;

  margin-bottom: 22px;
}

.news-block .inner-box .lower-content h3:after {
  position: absolute;

  content: "";

  left: 50%;

  bottom: 0;

  height: 1px;

  width: 50px;

  margin-left: -25px;

  background-color: #0073d9;
}

.news-block .inner-box .lower-content h3 a {
  position: relative;

  color: #222;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover {
  color: #0073d9;
}

.news-block .inner-box .lower-content .post-date {
  position: relative;

  color: #555;

  font-size: 16px;

  line-height: 1.3em;
}

.news-block .inner-box .lower-content .post-date span {
  font-weight: 700;
}

.news-block .inner-box .lower-content .arrow {
  position: absolute;

  left: 50%;

  bottom: 0;

  margin-bottom: -22px;

  width: 44px;

  height: 44px;

  color: #0073d9;

  font-size: 10px;

  line-height: 44px;

  text-align: center;

  border-radius: 50%;

  font-weight: 800;

  margin-left: -20px;

  background-color: #fff;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);

  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.news-block .inner-box:hover .lower-content .arrow {
  color: #fff;

  background-color: #0073d9;
}

.factory-section {
  position: relative;

  padding: 40px 0 100px;

  background-position: center bottom;

  background-repeat: repeat-x;
}

.factory-section .owl-dots,
.factory-section .owl-nav {
  display: none;
}

.factory-section .title-box {
  position: relative;

  text-align: center;

  margin-bottom: 60px;
}

.factory-section .title-box h2 {
  position: relative;

  font-size: 52px;

  color: #0073d9;

  font-weight: 700;

  line-height: 1.2em;
}

.factory-section .title-box .text {
  position: relative;

  font-size: 18px;

  color: #555;

  font-weight: 400;

  line-height: 1.8em;

  margin-top: 25px;
}

.factory-section .factory-icon {
  text-align: center;
}

.factory-section .factory-icon a {
  position: relative;

  display: block;
}

.factory-section .factory-icon img {
  position: relative;

  display: inline-block;

  max-width: 100% !important;

  width: auto !important;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.factory-section .factory-icon img:hover {
  opacity: 0.6;

  -webkit-filter: grayscale(1);

  filter: grayscale(1);
}

.newsletter-section {
  position: relative;

  padding: 50px 0;

  margin: 0 30px;

  margin-bottom: -20px;

  background-color: #0073d9;

  z-index: 1;
}

.newsletter-section h2 {
  position: relative;

  color: #fff;

  font-size: 32px;

  font-weight: 700;

  line-height: 1.3em;

  margin-top: 6px;
}

.subscribe-form .form-group {
  position: relative;

  display: block;

  margin: 0;

  width: 100%;

  padding-right: 165px;
}

.subscribe-form .form-group .icon {
  position: absolute;

  left: 24px;

  top: 20px;

  z-index: 1;

  color: #888;

  font-size: 16px;

  line-height: 1em;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
  position: relative;

  display: block;

  width: 100%;

  line-height: 36px;

  height: 56px;

  font-size: 14px;

  color: #222;

  background: #fff;

  padding: 10px 20px 10px 50px;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  transition: all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .submit-btn {
  position: absolute;

  right: 0;

  top: 0;

  color: #fff;

  font-size: 16px;

  font-weight: 700;

  cursor: pointer;

  padding: 16px 52px;

  background-color: #0073d9;

  text-transform: uppercase;
}

/* 🌐 FOOTER */
.main-footer {
  position: relative;
  color: #fff;
  padding-top: 70px;
  background-image: url("../img/footer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}

/* 🔹 Dark overlay for better readability */
.main-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  /* adjusts brightness, change opacity if needed */
  z-index: 0;
}

.main-footer > * {
  position: relative;
  z-index: 1;
}

/* 🔹 Headings */
.footer-widget h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.text-footer {
  color: #fff;
}

.footer-widget h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #fedc00;
}

/* 🔹 Footer links */
.footer-service-list li,
.contact-list li {
  margin-bottom: 8px;
  font-size: 15px;
}

.footer-service-list a,
.contact-list a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
}

.footer-service-list a:hover,
.contact-list a:hover {
  color: #fedc00;
  text-decoration: underline;
}

/* 🔹 Social Icons */
.social-links_footer {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.social-links_footer a {
  color: #fff;
  font-size: 18px;
  background: #fedc00;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-links_footer a:hover {
  background: #fff;
  color: #0074d9;
  transform: rotate(10deg);
}

/* 🔹 Logo */
.logo img.footer-logo {
  max-width: 150px;
  height: auto;
  transition: transform 0.3s ease;
}

.logo img.footer-logo:hover {
  transform: scale(1.08);
}

/* 🔹 Policy Links */
.policies {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  text-align: center;
}

.policies ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.policies li {
  display: inline-block;
  margin: 0 15px;
}

.policies a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.policies a:hover {
  color: #fedc00;
  text-decoration: underline;
}

/* 🔹 Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  color: #ccc;
  text-align: center;
}

.footer-bottom a {
  color: #fedc00;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

/* 🔹 Responsive Adjustments */
@media (max-width: 991px) {
  .footer-column {
    margin-bottom: 30px;
  }

  .policies ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify;
  }

  .policies li {
    display: block;
    margin: 8px 0;
  }
}

.news-widget-block {
  position: relative;

  margin-bottom: 30px;
}

.news-widget-block:last-child {
  margin-bottom: 0;
}

.news-widget-block:last-child {
  margin-bottom: 0;
}

.news-widget-block .widget-inner {
  position: relative;

  padding-left: 100px;

  min-height: 75px;
}

.news-widget-block .widget-inner .image {
  position: absolute;

  left: 0;

  top: 0;

  width: 85px;

  height: 0;
}

.news-widget-block .widget-inner .post-date {
  position: relative;

  color: #fff;

  font-size: 12px;

  font-weight: 400;

  margin-bottom: 5px;
}

.news-widget-block .widget-inner h3 {
  position: relative;

  color: #ccc;

  font-size: 18px;

  line-height: 1.4em;

  font-weight: 400;

  top: -4px;

  margin-bottom: 5px;
}

.news-widget-block .widget-inner h3 a {
  position: relative;

  color: #ccc;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.news-widget-block .widget-inner h3 a:hover {
  color: #0073d9;
}

.main-footer .contact-widget .number {
  position: relative;

  color: #fff;

  font-size: 20px;

  font-weight: 700;

  margin-bottom: 15px;
}

.main-footer .contact-widget ul li {
  position: relative;

  color: #ccc;

  font-size: 16px;

  margin-bottom: 12px;
}

.main-footer .contact-widget ul li a:hover {
  color: #fff;

  text-decoration: underline;
}

.main-footer .footer-bottom {
  position: relative;

  padding: 30px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-bottom .copyright {
  position: relative;

  color: #ccc;

  font-size: 16px;
}

.main-footer .footer-bottom .social-links {
  position: relative;
}

.main-footer .footer-bottom .social-links li {
  position: relative;

  margin-left: 15px;

  display: inline-block;
}

.main-footer .footer-bottom .social-links li a {
  position: relative;

  color: #ccc;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.main-footer .footer-bottom .social-links li a:hover {
  color: #0073d9;
}

/* page banner */
/* =============================
   PAGE BANNER STYLING (No Overlay, White Text)
================================ */
.page-banner {
  background-image: url(../img/pgbanner.jpg);
  position: relative;
  padding: 120px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}

/* Inner content */
.page-banner .inner-container {
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin: 25px auto 0;
}

.page-banner h1 {
  text-transform: capitalize !important;
  font-size: 48px !important;
  color: #fff !important;
  line-height: 1.3em !important;
  font-weight: 700 !important;
  margin-top: 108px !important;
  margin-bottom: 2px !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4) !important;
}

/* Breadcrumb styling */
.page-banner .bread-crumb {
  padding: 10px 0;
  display: inline-block;
}

.page-banner .bread-crumb li {
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  cursor: default;
  padding-right: 15px;
  margin-right: 12px;
  position: relative;
}

.page-banner .bread-crumb li:before {
  position: absolute;
  right: -3px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  content: "\f105";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
}

.page-banner .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before {
  display: none;
}

.page-banner .bread-crumb li a {
  color: #ffcc00;
  font-weight: 500;
  transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover {
  color: #fff;
}

/* =============================
   RESPONSIVE MEDIA QUERIES
================================ */

/* Tablets (≤ 992px) */
@media (max-width: 992px) {
  .page-banner {
    padding: 90px 0;
  }

  .page-banner h1 {
    font-size: 36px;
  }
}

/* Phones (≤ 576px) */
@media (max-width: 576px) {
  .page-banner {
    padding: 70px 0;
    background-size: contain;
    background-position: center;
  }

  .page-banner h1 {
    font-size: 28px;
    padding: 0 15px;
  }

  .page-banner .bread-crumb li {
    font-size: 14px;
  }
}

/* Extra Small Phones (≤ 480px) */
@media (max-width: 480px) {
  .page-banner {
    background-size: auto 100%;
    background-position: center;
  }

  .page-banner h1 {
    font-size: 24px;
  }
}

.contact-page-section {
  position: relative;

  padding: 100px 0 50px;
}

.contact-page-section .info-column {
  position: relative;

  margin-bottom: 40px;
}

.contact-page-section .info-column .inner-column {
  position: relative;

  margin-right: -20px;

  padding: 50px 35px 45px;

  background-color: #0073d9;

  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);

  -ms-box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);

  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.contact-page-section .info-column .inner-column .title-box {
  position: relative;
}

.contact-page-section .info-column .inner-column .title-box h3 {
  position: relative;

  color: #fff;

  font-size: 32px;

  font-weight: 700;

  line-height: 1.3em;
}

.contact-page-section .info-column .inner-column .title-box .title-text {
  position: relative;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.5em;

  margin-top: 8px;

  margin-bottom: 30px;

  color: rgba(255, 255, 255, 0.8);
}

.contact-page-section .info-column .inner-column .social-links {
  position: relative;
}

.contact-page-section .info-column .inner-column .social-links li {
  position: relative;

  margin-right: 4px;

  margin-bottom: 5px;

  display: inline-block;
}

.contact-page-section .info-column .inner-column .social-links li a {
  position: relative;

  color: #fff;

  width: 45px;

  height: 45px;

  border-radius: 2px;

  display: inline-block;

  text-align: center;

  line-height: 43px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;

  border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-page-section .info-column .inner-column .social-links li a:hover {
  color: #0073d9;

  border-color: #fff;

  background-color: #fff;
}

.contact-info-list {
  position: relative;
}

.contact-info-list li {
  position: relative;

  margin-bottom: 0;

  font-size: 16px;

  min-height: 35px;

  line-height: 1.8em;

  padding-left: 30px;

  color: rgba(255, 255, 255, 0.8);
}

.contact-info-list li strong {
  font-weight: 700;

  font-size: 16px;

  display: block;
}

.contact-info-list li .icon {
  position: absolute;

  left: 0;

  top: 8px;

  font-size: 18px;

  line-height: 1em;
}

.contact-page-section .form-column {
  position: relative;
}

.contact-page-section .form-column .inner-column {
  position: relative;

  padding-left: 60px;
}

.contact-page-section .form-column .inner-column .row {
  margin: 0 -11px;
}

.contact-page-section .form-column .inner-column .contact-form .form-group {
  padding: 0 10px;
}

.contact-form {
  position: relative;

  margin-bottom: 30px;
}

.contact-form .form-group {
  position: relative;

  margin-bottom: 22px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;

  display: block;

  width: 100%;

  color: #a5a5a5;

  line-height: 26px;

  padding: 10px 28px;

  height: 60px;

  font-size: 14px;

  border-radius: 2px;

  background: #f3f5f9;

  border: 1px solid transparent;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #0073d9;
}

.contact-form .form-group textarea {
  position: relative;

  display: block;

  width: 100%;

  line-height: 26px;

  padding: 10px 28px;

  color: #a5a5a5;

  height: 200px;

  font-size: 14px;

  resize: none;

  border-radius: 2px;

  background: #f3f5f9;

  border: 1px solid transparent;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  transition: all 300ms ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: red !important;
}

.contact-form label.error {
  display: block;

  line-height: 24px;

  padding: 5px 0 0;

  margin: 0;

  text-transform: uppercase;

  font-size: 12px;

  color: red;

  font-weight: 500;
}

.contact-map-section {
  position: relative;
}

.contact-map-section .outer-container {
  padding: 0 20px;

  margin-bottom: -140px;
}

.contact-map-section .map-outer {
  position: relative;

  height: 500px;
}

.contact-map-section .map-canvas {
  position: relative;

  left: 0;

  top: 0;

  width: 100%;

  height: 500px;
}

.map-data {
  text-align: center;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.8em;

  padding: 10px;
}

.map-data h6 {
  font-size: 16px;

  font-weight: 700;

  text-align: center;

  margin-bottom: 10px;

  color: #121212;
}

.sidebar-page-container {
  position: relative;

  padding: 100px 0 50px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar.padding-left {
  padding-left: 40px;
}

.sidebar-widget {
  position: relative;

  margin-bottom: 45px;
}

.sidebar-title {
  position: relative;

  margin-bottom: 20px;

  padding: 15px 15px 15px 24px;

  border-left: 5px solid #0073d9;

  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.sidebar-title h5 {
  position: relative;

  font-size: 18px;

  color: #222;

  font-weight: 800;

  line-height: 30px;
}

.sidebar .search-box .form-group {
  position: relative;

  margin: 0;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;

  line-height: 30px;

  padding: 10px 50px 10px 22px;

  border: 1px solid transparent;

  background: #f3f5f9;

  display: block;

  font-size: 14px;

  width: 100%;

  height: 60px;

  color: #888;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
  position: absolute;

  right: 10px;

  top: 10px;

  height: 40px;

  width: 40px;

  display: block;

  font-size: 16px;

  color: #fff;

  line-height: 100%;

  font-weight: 400;

  background: #0073d9;

  border-radius: 50%;
}

.blog-categories {
  position: relative;
}

.blog-categories li {
  position: relative;

  border-bottom: 1px solid #ddd;
}

.blog-categories li a {
  position: relative;

  color: #0073d9;

  font-size: 18px;

  padding: 16px 48px;

  display: block;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.blog-categories li a:before {
  position: absolute;

  left: 25px;

  margin-top: -2px;

  font-size: 18px;

  line-height: 30px;

  content: "\f105";

  font-weight: 800;

  font-family: "Font Awesome 5 Free";
}

.blog-categories li a:hover {
  color: #0073d9;
}

.sidebar .popular-posts .post {
  position: relative;

  font-size: 15px;

  color: #242424;

  padding: 0;

  padding: 30px 25px;

  min-height: 70px;

  margin-bottom: 0;
}

.sidebar .popular-posts .post:nth-child(2n + 0) {
  background-color: #f3f5f9;
}

.sidebar .popular-posts .post .post-inner {
  position: relative;

  padding-left: 95px;

  min-height: 70px;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;

  left: 0;

  top: 0;

  width: 75px;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;

  width: 100%;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
  position: relative;

  top: -4px;

  font-size: 18px;

  margin: 0;

  font-weight: 400;

  color: #222;

  line-height: 1.4em;

  text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
  color: #222;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
  color: #0073d9;
}

.sidebar .popular-posts .post-info {
  position: relative;

  font-size: 12px;

  color: #555;

  font-weight: 400;

  line-height: 1.3em;

  margin-top: 4px;
}

.sidebar .popular-tags .widget-content {
  padding: 15px 22px 0;
}

.sidebar .popular-tags a {
  position: relative;

  display: inline-block;

  line-height: 24px;

  padding: 10px 22px;

  margin: 0 6px 10px 0;

  color: #222;

  text-align: center;

  font-size: 16px;

  background: none;

  font-weight: 400;

  border: 1px solid #ddd;

  text-transform: capitalize;

  transition: all 300ms ease;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  border-color: #0073d9;

  background-color: #0073d9;

  color: #fff;
}

.support-widget {
  position: relative;
}

.support-widget .widget-content {
  position: relative;

  padding: 50px 40px;

  background-color: #0073d9;

  text-align: center;
}

.support-widget .icon {
  position: relative;

  display: block;

  font-size: 60px;

  line-height: 1em;

  color: #0073d9;

  font-weight: 400;

  margin-bottom: 15px;
}

.support-widget .text {
  position: relative;

  display: block;

  font-size: 22px;

  line-height: 30px;

  color: #fff;

  font-weight: 700;

  margin-bottom: 20px;
}

.support-widget .number {
  position: relative;

  display: block;

  font-size: 28px;

  line-height: 1.2em;

  color: #fff;

  font-weight: 700;

  margin-bottom: 5px;
}

.support-widget .email {
  position: relative;
}

.support-widget .email a {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 28px;

  color: #fff;

  font-weight: 700;
}

.support-widget .email a:hover {
  text-decoration: underline;
}

.services-widget {
  position: relative;
}

.services-widget .widget-content {
  position: relative;

  padding: 125px 35px 55px;

  background-size: cover;
}

.services-widget .widget-content:before {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0, 0, 0, 0.7);
}

.services-widget .widget-content .icon {
  position: relative;

  z-index: 1;

  font-size: 52px;

  line-height: 1em;

  color: #fff;

  margin-bottom: 18px;
}

.services-widget .widget-content h3 {
  position: relative;

  color: #fff;

  font-size: 30px;

  font-weight: 700;

  line-height: 1.3em;

  margin-bottom: 18px;
}

.services-widget .widget-content .text {
  position: relative;

  color: #fff;

  font-size: 16px;

  line-height: 1.6em;

  margin-bottom: 20px;
}

.news-block-two {
  position: relative;

  margin-bottom: 90px;
}

.news-block-two .inner-box {
  position: relative;
}

.news-block-two .inner-box .image {
  position: relative;

  display: block;

  overflow: hidden;
}

.news-block-two .inner-box .image a {
  position: relative;

  display: block;
}

.news-block-two .inner-box .image a:before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: #000;

  opacity: 0;

  -webkit-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  transform: translateY(-100%);

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  z-index: 1;
}

.news-block-two .inner-box:hover .image a:before {
  opacity: 0.5;

  -webkit-transform: translateY(0%);

  -ms-transform: translateY(0%);

  transform: translateY(0%);
}

.news-block-two .inner-box .image img {
  position: relative;

  width: 100%;

  display: block;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image img {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);
}

.news-block-two .inner-box .lower-content {
  position: relative;

  margin-left: 30px;

  margin-right: 30px;

  padding: 38px 40px 50px;

  margin-top: -75px;

  z-index: 1;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  border-bottom: 3px solid #0073d9;

  background-color: #fff;

  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.news-block-two .inner-box .lower-content .post-meta {
  position: relative;

  margin-bottom: 6px;
}

.news-block-two .inner-box .lower-content .post-meta li {
  position: relative;

  color: #555;

  font-size: 14px;

  display: inline-block;

  padding-right: 10px;

  margin-right: 10px;

  line-height: 1em;

  font-weight: 400;

  border-right: 1px solid #555;
}

.news-block-two .inner-box .lower-content .post-meta li strong {
  font-weight: 700;
}

.news-block-two .inner-box .lower-content .post-meta li:last-child {
  padding-right: 0;

  border-right: none;

  margin-right: 0;
}

.news-block-two .inner-box:hover .lower-content {
  border-color: #0073d9;
}

.news-block-two .inner-box .lower-content h3 {
  position: relative;

  font-weight: 700;

  font-size: 32px;

  line-height: 1.5em;

  padding-bottom: 14px;

  margin-bottom: 22px;
}

.news-block-two .inner-box .lower-content h3:after {
  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  height: 1px;

  width: 50px;

  background-color: #0073d9;
}

.news-block-two .inner-box .lower-content h3 a {
  position: relative;

  color: #0073d9;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .lower-content h3 a:hover {
  color: #0073d9;
}

.news-block-two .inner-box .lower-content .post-date {
  position: relative;

  color: #555;

  font-size: 16px;

  line-height: 1.3em;
}

.news-block-two .inner-box .lower-content .post-date span {
  font-weight: 700;
}

.news-block-two .inner-box .lower-content .text {
  position: relative;

  line-height: 1.8em;

  margin-bottom: 15px;
}

.news-block-two .inner-box .lower-content .arrow {
  position: absolute;

  left: 42px;

  bottom: 0;

  margin-bottom: -22px;

  width: 44px;

  height: 44px;

  color: #0073d9;

  font-size: 16px;

  line-height: 44px;

  text-align: center;

  border-radius: 50%;

  font-weight: 800;

  background-color: #fff;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.news-block-two .inner-box:hover .lower-content .arrow {
  color: #fff;

  background-color: #0073d9;
}

.news-block-two .inner-box .lower-content .share {
  position: absolute;

  bottom: 20px;

  right: 40px;

  font-size: 20px;
}

.news-block-three {
  position: relative;

  margin-bottom: 90px;
}

.news-block-three .inner-box {
  position: relative;

  padding: 70px 15px;

  text-align: center;

  background-size: cover;
}

.news-block-three .inner-box:before {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(223, 101, 18, 0.95);
}

.news-block-three .inner-box .icon-box a {
  position: relative;

  color: #fff;

  line-height: 1em;

  font-size: 30px;

  z-index: 1;
}

.news-block-three .inner-box h4 {
  position: relative;

  font-size: 32px;

  line-height: 1.3em;

  font-weight: 700;

  margin-top: 15px;
}

.news-block-three .inner-box h4 a {
  position: relative;

  color: #fff;
}

.news-block-three .inner-box .post-date {
  position: relative;

  color: #fff;

  font-size: 14px;

  font-weight: 400;

  z-index: 1;

  margin-top: 10px;
}

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;

  display: inline-block;

  margin: 0 3px 0 0;
}

.styled-pagination li a {
  position: relative;

  display: inline-block;

  line-height: 42px;

  height: 45px;

  font-size: 16px;

  min-width: 45px;

  color: #222;

  font-weight: 700;

  text-align: center;

  background: #fff;

  border: 1px solid #ddd;

  text-transform: capitalize;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #fff;

  border-color: #0073d9;

  background-color: #0073d9;
}

/* Industries Section */

.gss-industries-section {
  background-color: #f9f9f9;
}

.gss-industry-img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gss-industry-img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.gss-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
}

.gss-highlight-text {
  color: #e63946;
}

.gss-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
}

.industries-section {
  position: relative;
  background: url("../img/about/fact.png") center/cover no-repeat;
  padding: 80px 20px;
  color: #0b0909;
  overflow: hidden;
}

.industries-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 15px;
}

.industries-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
  text-align: left;
}

.industries-heading {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  background: linear-gradient(120deg, #ff5b5b, #f1c40f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fadeSlideDown 1s ease forwards;
}

.industries-intro {
  font-size: 18px;
  margin-bottom: 15px;
  animation: fadeSlideLeft 1s ease forwards;
}

.industries-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.industries-list li {
  font-size: 16px;
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
  opacity: 0;
  transform: translateX(-30px);
  animation: fadeInList 0.6s forwards;
}

.industries-list li:nth-child(1) {
  animation-delay: 0.2s;
}

.industries-list li:nth-child(2) {
  animation-delay: 0.4s;
}

.industries-list li:nth-child(3) {
  animation-delay: 0.6s;
}

.industries-list li:nth-child(4) {
  animation-delay: 0.8s;
}

.industries-list li:nth-child(5) {
  animation-delay: 1s;
}

.industries-desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
  animation: fadeSlideUp 1s ease forwards;
}

/* Animations */
@keyframes fadeSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlideLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInList {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .industries-heading {
    font-size: 32px;
  }

  .industries-intro {
    font-size: 17px;
  }

  .industries-list li {
    font-size: 15px;
  }

  .industries-desc {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .industries-heading {
    font-size: 28px;
    text-align: center;
  }

  .industries-content {
    text-align: center;
  }

  .industries-list li {
    font-size: 14px;
    padding-left: 0;
  }

  .industries-desc {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .industries-heading {
    font-size: 24px;
  }

  .industries-desc,
  .industries-list li {
    font-size: 13px;
  }

  .industries-section {
    padding: 60px 15px;
  }
}

/* certficiates */

.pres-sec {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  padding: 20px 10px;
}

.section-heading {
  font-weight: 700;
  font-size: 32px;
}

.icon-circle {
  width: 90px;
  height: 90px;
  background-color: #fddb00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.icon-circle i {
  font-size: 36px;
  color: #fff;
}

.icon-circle:hover {
  transform: scale(1.1);
  background-color: #fddb00;
}

.section-heading {
  color: #0073d9;
  font-weight: 700;
  margin-bottom: 15px;
}

.certificate-section p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .icon-circle {
    width: 70px;
    height: 70px;
  }

  .icon-circle i {
    font-size: 28px;
  }

  .section-heading {
    font-size: 20px;
    text-align: center;
  }

  .certificate-section p {
    text-align: center;
  }
}

/* why choose us */
/* ===== Why Choose GLOBAL STATIC SHIELD Section ===== */
.ion-why-section {
  background-color: #fff;
  position: relative;
}

.ion-why-title {
  color: #d9232d;
  font-weight: 700;
}

.ion-why-subtext {
  color: #444;
  font-size: 16px;
}

.ion-why-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.ion-why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.ion-icon-circle {
  width: 90px;
  height: 90px;
  background: #0172d5;
  border: 12px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ion-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.ion-card-text {
  font-size: 15px;
  color: #555;
  margin-top: 8px;
}

.ion-why-image img {
  border-radius: 20px;
}

/* contact */
.contact-top {
  background: url("../img/banner/pro-1.png") center/cover no-repeat;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  color: #333;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Overlay */
.contact-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.topinfo-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}

/* Info Box */
.topinfo-box {
  background: linear-gradient(135deg, #0057b8, #ffd500) !important;
  border-radius: 15px;
  padding: 25px;
  flex: 1 1 300px;
  max-width: 350px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.topinfo-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.25);
}

/* Icon Circle */
.topinfo-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #ffd500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0057b8;
  font-size: 28px;
  box-shadow: 0 0 10px rgba(255, 213, 0, 0.5);
}

.topinfo-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.topinfo-text {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .topinfo-section {
    flex-direction: column;
    align-items: center;
  }

  .topinfo-box {
    max-width: 100%;
  }
}

/* Contact Section */
.contact-section {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  background: gainsboro;
  color: #000;
}

.contact-form {
  flex: 1 1 400px;
  padding: 30px;
  animation: fadeInLeft 1s ease-in-out;
}

.contact-form h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}

.contact-form .form-control {
  background: transparent;
  border: 1px solid #555;
  color: #000;
  border-radius: 8px;
  transition: 0.3s;
}

.contact-form .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.4);
}

.contact-form .form-control::placeholder {
  color: #000;
}

/* Blue Dropdown Styling */
#product {
  background-color: #0056b3;
  color: #fff;
  border: 1px solid #004494;
  appearance: none;
  padding-right: 35px;
}

#product option {
  background-color: #0056b3;
  color: #fff;
}

/* Button Styling */
.contact-form button {
  background: #0056b3;
  border: none;
  font-weight: bold;
  padding: 12px;
  transition: 0.3s;
  border-radius: 8px;
}

.contact-form button:hover {
  background: #0056b3;
  transform: scale(1.05);
}

/* Map */
.map-container {
  flex: 1 1 400px;
  min-height: 400px;
  animation: fadeInRight 1s ease-in-out;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
  }

  .map-container {
    height: 300px;
  }
}

.about-section {
  position: relative;

  padding: 0;

  background: #fff;
}

.about-section .left-column {
  position: relative;

  float: left;

  width: 50%;

  background: #f3f5f9;
}

.about-section .left-column .inner-column {
  position: relative;

  float: right;

  width: 100%;

  max-width: 600px;

  padding: 70px 70px 70px 15px;
}

.about-section .left-column .text {
  margin-bottom: 10px;

  font-size: 16px;
}

.about-section .left-column .signature {
  margin-bottom: 10px;
}

.about-section .left-column .author-name {
  color: #0073d9;

  font-weight: 700;

  font-style: italic;
}

.about-section .right-column {
  position: relative;

  float: left;

  width: 50%;

  background: #fff;
}

.about-section .right-column .inner-column {
  position: relative;

  width: 100%;

  max-width: 600px;

  padding: 70px 15px 40px 100px;
}

.services-block-six {
  position: relative;

  margin-bottom: 30px;
}

.services-block-six .inner {
  position: relative;

  display: block;

  overflow: hidden;

  padding: 40px 15px;

  border: 1px solid #e0e0e0;

  text-align: center;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  transition: all 500ms ease;
}

.services-block-six .inner:hover .icon {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;
}

.services-block-six .inner:hover {
  border-color: #0073d9;

  background: #0073d9;
}

.services-block-six .inner .over-link {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 5;
}

.services-block-six .inner .icon {
  position: relative;

  font-size: 64px;

  line-height: 1em;

  color: #0073d9;

  margin-bottom: 25px;
}

.services-block-six .inner h3 {
  position: relative;

  font-size: 18px;

  line-height: 1.3em;

  color: #222;

  font-weight: 700;

  text-transform: capitalize;
}

.services-block-six .inner:hover h3 {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;
}

.services-block-six .inner h3 a {
  color: #222;
}

.services-block-six .inner:hover h3,
.services-block-six .inner:hover h3 a,
.services-block-six .inner:hover .icon {
  color: #fff;
}

.title-style-one {
  position: relative;
}

.title-style-one.centered {
  max-width: 880px;

  margin: 0 auto 60px;

  text-align: center;
}

.title-style-one .icon {
  margin-bottom: 15px;
}

.title-style-one .subtitle {
  font-size: 18px;

  color: #afafaf;
}

.title-style-one h2 {
  font-size: 52px;

  color: #222;

  font-weight: 300;

  line-height: 1.2em;
}

.title-style-one.alternate h2 {
  font-size: 42px;

  font-weight: 700;
}

.fun-facts-section {
  position: relative;

  padding: 100px 0 60px;

  background-color: #fff;

  background-position: center bottom;

  background-repeat: repeat-x;
}

.fun-facts-section .count-column {
  position: relative;

  text-align: center;

  margin-bottom: 40px;
}

.fun-facts-section .count-column .inner-box {
  position: relative;

  display: block;
}

.fun-facts-section .count-column .count-outer {
  position: relative;

  display: block;

  margin: 0 0 15px;

  font-weight: 400;

  color: #0073d9;

  font-size: 72px;

  line-height: 1.2em;
}

.fun-facts-section .count-column .count-text {
  position: relative;
}

.fun-facts-section .count-column .counter-title {
  position: relative;

  display: block;

  font-size: 17px;

  font-weight: 700;

  color: #222;

  text-transform: uppercase;

  margin-bottom: 10px;
}

.fun-facts-section .count-column .text {
  position: relative;

  font-size: 16px;

  font-weight: 400;

  color: #555;
}

.services-section-three {
  position: relative;

  padding: 100px 0 50px;

  background-color: #fff;
}

.services-block-three {
  position: relative;

  margin-bottom: 50px;
}

.services-block-three .inner-box {
  position: relative;

  display: block;
}

.services-block-three .inner-box .image {
  position: relative;

  display: block;

  overflow: hidden;

  height: auto !important;
}

.services-block-three .inner-box .image a {
  position: relative;

  display: block;
}

.services-block-three .inner-box .image a:before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: #0073d9;

  opacity: 0;

  -webkit-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  transform: translateY(-100%);

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  z-index: 1;
}

.services-block-three .inner-box:hover .image a:before {
  opacity: 0.7;

  -webkit-transform: translateY(0%);

  -ms-transform: translateY(0%);

  transform: translateY(0%);
}

.services-block-three .inner-box .image img {
  position: relative;

  width: 100%;

  height: 250px;

  display: block;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);
}

.services-block-three .inner-box .lower-content {
  position: relative;

  padding: 25px 0;
}

.services-block-three .inner-box .lower-content h3 {
  position: relative;

  font-size: 16px;

  font-weight: 700;

  /*line-height: 30px;*/
  line-height: 25px;

  padding-left: 20px;

  margin: 10px 0;

  /*text-align: center;*/
}

.services-block-three .inner-box .lower-content h3 a {
  position: relative;

  color: #000;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
  /*font-size: 20px;*/
  font-size: 18px;

  margin: 0;

  padding: 0;

  text-align: center !important;
}

.services-block-three .inner-box .lower-content h3 a:hover {
  color: #0073d9;

  text-decoration: underline;
}

.services-block-three .inner-box .text {
  margin-bottom: 40px;
}

.services-block-three .inner-box .lower-content .text {
  position: relative;

  font-size: 14px;

  line-height: 30px;

  color: #000;

  padding-left: 20px;

  margin-bottom: 10px;
}

.services-block-three .inner-box .text p {
  margin-bottom: 25px;
}

.services-block-three .inner-box .lower-content .read-more {
  position: relative;

  color: #555;

  font-weight: 700;

  font-size: 16px;
  padding: 10px 15px;

  /*float: left;*/

  display: inline-block;

  text-transform: unset;

  text-decoration: underline;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  text-align: center;
}

.services-block-three .inner-box .lower-content .read-more .fas {
  position: relative;

  font-size: 16px;

  font-weight: 700;

  padding-left: 5px;

  color: #000;
}

.services-block-three .inner-box .lower-content .read-more:hover {
  color: #0073d9;
}

.services-block-four {
  position: relative;

  margin-bottom: 50px;
}

.services-block-four .inner-box {
  position: relative;

  display: block;

  color: #fff;
}

.services-block-four .inner-box .image {
  position: relative;
}

.services-block-four .inner-box .image img {
  position: relative;

  width: 100%;

  display: block;
}

.services-block-four .inner-box .over-content {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.7);
}

.services-block-four .inner-box .content-box {
  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  padding: 20px 30px 30px;
}

.services-block-four .inner-box .content-box h3 {
  position: relative;

  font-size: 28px;

  font-weight: 700;

  line-height: 1.4em;

  margin-bottom: 10px;
}

.services-block-four .inner-box .content-box .logo {
  position: relative;

  margin-bottom: 10px;
}

.services-block-four .inner-box .content-box h3 a {
  position: relative;

  color: #fff;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-block-four .inner-box .content-box h3 a:hover {
  color: #0073d9;

  text-decoration: underline;
}

.services-block-four .inner-box .content-box .text {
  position: relative;

  font-size: 16px;

  line-height: 1.6em;

  color: #fff;

  margin-bottom: 0;
}

.featured-section {
  position: relative;

  padding: 150px 0;

  background-color: #fff;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;
}

.featured-section .content-box {
  position: relative;

  max-width: 700px;

  padding: 50px 50px 55px;

  background: #fff;
}

.featured-section .content-box .title {
  position: relative;

  margin-bottom: 40px;
}

.featured-section .content-box .title h2 {
  position: relative;

  color: #0073d9;

  font-weight: 800;

  font-size: 30px;

  text-transform: capitalize;

  padding-bottom: 15px;
}

.featured-section .content-box .title:before {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 21px;

  border-bottom: 1px solid #0073d9;
}

.featured-section .content-box .title:after {
  content: "";

  position: absolute;

  left: 20px;

  bottom: 0;

  width: 60px;

  border-bottom: 1px solid #0073d9;
}

.featured-section .content-box .slide-item h3 {
  position: relative;

  color: #222;

  font-weight: 700;

  font-size: 20px;

  text-transform: capitalize;

  margin-bottom: 15px;
}

.featured-section .content-box .slide-item h3 a {
  position: relative;

  color: #222;
}

.featured-section .content-box .slide-item h3 a:hover {
  color: #0073d9;

  text-decoration: underline;
}

.featured-section .content-box .slide-item .text {
  position: relative;

  color: #222;

  font-weight: 400;

  font-size: 16px;

  margin-bottom: 30px;
}

.featured-section .content-box .slide-item .read-more {
  position: relative;

  color: #0073d9;

  font-weight: 700;

  display: inline-block;

  font-size: 14px;

  text-transform: uppercase;

  text-decoration: underline;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.featured-section .content-box .slide-item .read-more .fas {
  position: relative;

  font-size: 16px;

  font-weight: 700;

  padding-left: 5px;

  color: #0073d9;
}

.featured-section .content-box .slide-item .read-more:hover {
  color: #0073d9;
}

.featured-section .content-box .owl-dots {
  display: none;
}

.featured-section .content-box .owl-nav {
  position: absolute;

  right: 0;

  top: -80px;
}

.featured-section .content-box .owl-nav .owl-prev,
.featured-section .content-box .owl-nav .owl-next {
  position: relative;

  display: inline-block;

  width: 42px;

  height: 42px;

  text-align: center;

  border: 1px solid #e0e0e0;

  line-height: 40px;

  color: #0073d9;

  font-size: 18px;

  margin-left: 7px;

  border-radius: 50%;
}

.featured-section .content-box .owl-nav .owl-prev:hover,
.featured-section .content-box .owl-nav .owl-next:hover {
  color: #fff;

  background: #0073d9;

  border-color: #0073d9;
}

.what-we-offer {
  position: relative;

  padding: 100px 0 50px;

  background-color: #fff;
}

.what-we-offer .text-column {
  position: relative;

  margin-bottom: 50px;
}

.what-we-offer .text-column .inner {
  position: relative;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab-buttons {
  position: relative;
}

.tabs-box .tab-buttons .tab-btn {
  position: relative;

  display: inline-block;

  cursor: pointer;
}

.tabs-box .tabs-content {
  position: relative;
}

.tabs-box .tabs-content .tab {
  position: relative;

  display: none;
}

.tabs-box .tabs-content .tab.active-tab {
  display: block;
}

.tabs-style-one .tab-buttons {
  position: relative;

  margin-bottom: 35px;
}

.tabs-style-one .tab-buttons .tab-btn {
  position: relative;

  float: left;

  margin-right: 45px;

  text-align: center;

  font-size: 18px;

  text-transform: capitalize;

  color: #888;

  font-weight: 700;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.tabs-style-one .tab-buttons .tab-btn .icon {
  display: block;

  line-height: 1em;

  font-size: 32px;

  font-weight: 400;

  margin-bottom: 15px;
}

.tabs-style-one .tab-buttons .tab-btn .txt {
  display: block;

  position: relative;

  padding-bottom: 5px;
}

.tabs-style-one .tab-buttons .tab-btn .txt:before {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  border-bottom: 3px solid transparent;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.tabs-style-one .tab-buttons .tab-btn.active-btn .txt {
  color: #0073d9;
}

.tabs-style-one .tab-buttons .tab-btn.active-btn .txt:before {
  width: 100%;

  border-color: #0073d9;
}

.tabs-style-one .tab-buttons .tab-btn.active-btn .icon {
  color: #0073d9;
}

.tabs-style-one .tab p {
  margin-bottom: 30px;
}

.tabs-style-one .tab ul {
  position: relative;

  margin-bottom: 30px;
}

.tabs-style-one .tab ul li {
  position: relative;

  padding-left: 28px;

  font-weight: 700;

  color: #222;

  margin-bottom: 10px;

  line-height: 1.5em;
}

.tabs-style-one .tab ul li:before {
  content: "\f138";

  position: absolute;

  left: 0;

  top: 0;

  display: block;

  font-size: 14px;

  line-height: 1.4em;

  padding: 0;

  color: #888;

  font-weight: 900;

  font-family: "Font Awesome 5 Free";
}

.tabs-style-one .tab .link-box {
  position: relative;

  padding-top: 20px;
}

.tabs-style-one .tab .read-more {
  position: relative;

  color: #0073d9;

  font-weight: 700;

  display: inline-block;

  font-size: 14px;

  text-transform: uppercase;

  text-decoration: underline;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.tabs-style-one .tab .read-more .fas {
  position: relative;

  font-size: 16px;

  font-weight: 700;

  padding-left: 5px;

  color: #0073d9;
}

.tabs-style-one .tab .read-more:hover {
  color: #0073d9;
}

.what-we-offer .image-column {
  position: relative;

  margin-bottom: 50px;
}

.what-we-offer .image-column .inner {
  position: relative;

  display: block;

  margin-top: 95px;

  margin-left: 140px;

  margin-right: -140px;

  border: 12px solid #0073d9;

  height: 600px;
}

.what-we-offer .image-column .image-1 {
  position: absolute;

  width: 100%;

  max-width: 446px;

  right: -80px;

  bottom: 0;

  margin: 0;
}

.what-we-offer .image-column .image-2 {
  position: absolute;

  left: -110px;

  bottom: 85px;

  width: 100%;

  max-width: 340px;

  margin: 0;
}

.what-we-offer .image-column img {
  display: block;

  width: 100%;
}

.video-box {
  position: relative;
}

.video-box .overlay-link {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  display: block;

  background: rgba(0, 30, 87, 0.6);

  -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.15);

  -ms-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.15);

  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.15);
}

.play-box-two {
  position: absolute;

  left: 50%;

  top: 50%;

  margin-left: -30px;

  margin-top: -30px;

  width: 60px;

  height: 60px;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

.play-box-two .icon {
  position: relative;

  width: 60px;

  height: 60px;

  z-index: 99;

  display: inline-block;

  color: #0073d9;

  font-weight: 400;

  font-size: 18px;

  text-align: center;

  border-radius: 50%;

  padding-left: 4px;

  line-height: 60px;

  background-color: #fff;

  transition: all 900ms ease;

  -moz-transition: all 900ms ease;

  -webkit-transition: all 900ms ease;

  -ms-transition: all 900ms ease;

  -o-transition: all 900ms ease;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);

  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.play-box-two .icon-outer {
  position: relative;

  display: block;

  width: 60px;

  height: 60px;

  margin: 0 auto;
}

.play-box-two .icon-outer:before {
  content: "";

  position: absolute;

  left: -10px;

  top: -10px;

  width: 80px;

  height: 80px;

  background: rgba(255, 255, 255, 0.3);

  border-radius: 50%;
}

.play-box-two .icon:after {
  content: "";

  position: absolute;

  left: -5px;

  top: -5px;

  bottom: -5px;

  right: -5px;

  background: rgba(255, 255, 255, 0.3);

  border-radius: 50%;
}

.play-box-two .ripple,
.play-box-two .ripple:before,
.play-box-two .ripple:after {
  position: absolute;

  top: 50%;

  left: 50%;

  height: 70px;

  width: 70px;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -webkit-animation: ripple 3s infinite;

  -moz-animation: ripple 3s infinite;

  -ms-animation: ripple 3s infinite;

  -o-animation: ripple 3s infinite;

  animation: ripple 3s infinite;
}

.play-box-two .ripple:before {
  -webkit-animation-delay: 0.9s;

  -moz-animation-delay: 0.9s;

  -ms-animation-delay: 0.9s;

  -o-animation-delay: 0.9s;

  animation-delay: 0.9s;

  content: "";

  position: absolute;
}

.play-box-two .ripple:after {
  -webkit-animation-delay: 0.6s;

  -moz-animation-delay: 0.6s;

  -ms-animation-delay: 0.6s;

  -o-animation-delay: 0.6s;

  animation-delay: 0.6s;

  content: "";

  position: absolute;
}

.request-quote-section {
  position: relative;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  z-index: 1;

  padding: 100px 0 70px;
}

.request-quote-section:before {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: #0073d9;

  content: "";

  opacity: 0.9;
}

.request-quote-section .sec-title .text {
  margin-top: 25px;

  color: rgba(255, 255, 255, 0.6);
}

.appointment-form {
  position: relative;
}

.appointment-form .form-group {
  position: relative;

  margin-bottom: 30px;
}

.appointment-form .ui-selectmenu-button.ui-button,
.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="email"],
.appointment-form .form-group input[type="tel"],
.appointment-form .form-group input[type="url"],
.appointment-form .form-group textarea,
.appointment-form .form-group select {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 30px;

  color: #fff;

  font-weight: 400;

  padding: 11px 25px;

  width: 100%;

  height: 54px;

  background-color: #0d2960;

  border-radius: 3px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.appointment-form .form-group textarea {
  height: 138px;

  resize: none;
}

.appointment-form .form-group input[type="submit"],
.appointment-form button {
  display: block;

  width: 100%;

  text-align: center;

  line-height: 30px;

  padding: 12px 30px;
}

.appointment-form .form-group input[type="submit"]:hover,
.appointment-form button:hover {
  background: #222;
}

.appointment-form .form-group input:focus,
.appointment-form .form-group textarea:focus,
.appointment-form .form-group select:focus {
  border-color: #0073d9;
}

.appointment-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.appointment-form ::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.appointment-form ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.appointment-form .ui-button .ui-icon {
  background: none;

  position: relative;

  top: 5px;

  text-indent: 0;

  color: #ab7442;
}

.appointment-form .ui-button .ui-icon:before {
  font-family: "Font Awesome 5 Free";

  content: "\f107";

  font-weight: 900;

  position: absolute;

  right: 0;

  top: 0;

  width: 10px;

  height: 20px;

  display: block;

  color: #fff;

  line-height: 20px;

  font-size: 14px;

  text-align: center;

  z-index: 5;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 10px 20px;

  line-height: 20px;

  font-size: 14px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #0073d9;

  border-color: #0073d9;
}

.testimonials-section {
  position: relative;

  background: #fff;

  padding: 100px 0 50px;
}

.testimonials-section .sec-title {
  margin-bottom: 50px;
}

.testimonial-block-one {
  position: relative;
}

.testimonial-block-one .inner-box {
  position: relative;

  display: block;
}

.testimonial-block-one .upper {
  position: relative;

  padding: 40px 35px 80px;

  background: #f3f5f9;

  border-radius: 3px;

  margin-bottom: 40px;

  text-align: center;
}

.testimonial-block-one .upper:before {
  content: "";

  position: absolute;

  left: 35px;

  bottom: -22px;

  border: 12px solid transparent;

  border-top: 12px solid #f3f5f9;
}

.testimonial-block-one .upper .text {
  position: relative;

  font-size: 17px;

  font-style: italic;

  line-height: 1.6em;
}

.testimonial-block-one .upper .icon {
  position: absolute;

  right: 30px;

  bottom: 30px;

  font-size: 40px;

  color: #0073d9;
}

.testimonial-block-one .lower {
  position: relative;

  padding-left: 65px;

  min-height: 50px;

  padding-top: 3px;

  margin-left: 20px;
}

.testimonial-block-one .lower .image {
  position: absolute;

  left: 0;

  top: 0;

  width: 50px;

  height: 50px;

  border-radius: 50%;

  overflow: hidden;
}

.testimonial-block-one .lower .image img {
  position: relative;

  display: block;

  width: 50px;

  height: 50px;

  border-radius: 50%;
}

.testimonial-block-one .lower .name {
  font-size: 17px;

  line-height: 1.4em;

  color: #222;

  font-weight: 700;

  text-transform: capitalize;
}

.testimonial-block-one .lower .location {
  font-size: 14px;

  color: #222;
}

.testimonials-section .owl-nav,
.testimonials-section .owl-dots {
  display: none;
}

.sponsors-section {
  position: relative;

  padding: 100px 0;

  background: #fff;
}

.sponsors-section.alternate {
  padding: 50px 0 100px;
}

.sponsors-section .owl-dots,
.sponsors-section .owl-nav {
  display: none;
}

.sponsors-section .logo {
  text-align: center;
}

.sponsors-section .logo a {
  position: relative;

  display: block;
}

.sponsors-section .logo img {
  position: relative;

  display: inline-block !important;

  max-width: 100% !important;

  width: auto !important;

  opacity: 0.7;

  -webkit-filter: grayscale(1);

  filter: grayscale(1);

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.sponsors-section .logo img:hover {
  opacity: 1;

  -webkit-filter: grayscale(0);

  filter: grayscale(0);
}

.newsletter-section-two {
  position: relative;

  padding: 100px 0;

  background: #fff;

  z-index: 1;
}

.newsletter-section-two .title-box {
  position: relative;

  max-width: 980px;

  margin: 0 auto 50px;

  text-align: center;
}

.newsletter-section-two .title-box h2 {
  position: relative;

  color: #0073d9;

  font-size: 32px;

  font-weight: 700;

  line-height: 1.3em;

  margin-bottom: 20px;
}

.newsletter-section-two .title-box .text {
  position: relative;

  color: #222;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.6em;

  margin-bottom: 0;
}

.subscribe-form-two {
  position: relative;

  max-width: 560px;

  margin: 0 auto;
}

.subscribe-form-two .form-group {
  position: relative;

  display: block;

  margin: 0;

  width: 100%;

  padding-right: 165px;
}

.subscribe-form-two .form-group .icon {
  position: absolute;

  left: 24px;

  top: 20px;

  z-index: 1;

  color: #888;

  font-size: 16px;

  line-height: 1em;
}

.subscribe-form-two .form-group input[type="text"],
.subscribe-form-two .form-group input[type="tel"],
.subscribe-form-two .form-group input[type="email"],
.subscribe-form-two .form-group textarea {
  position: relative;

  display: block;

  width: 100%;

  line-height: 36px;

  height: 56px;

  font-size: 14px;

  color: #222;

  background: #f3f5f9;

  padding: 10px 20px 10px 50px;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  transition: all 300ms ease;
}

.subscribe-form-two .form-group input[type="submit"],
.subscribe-form-two .submit-btn {
  position: absolute;

  right: 0;

  top: 0;

  color: #fff;

  font-size: 16px;

  font-weight: 700;

  cursor: pointer;

  padding: 16px 52px;

  background-color: #de6512;

  text-transform: uppercase;
}

.blog-detail {
  position: relative;
}

.blog-detail .inner-box {
  position: relative;
}

.blog-detail .inner-box .image {
  position: relative;
}

.blog-detail .inner-box .image img {
  position: relative;

  width: 100%;

  display: block;
}

.blog-detail .inner-box .lower-content {
  position: relative;
}

.blog-detail .inner-box .lower-content .content-inner {
  position: relative;
}

.blog-detail .inner-box .lower-content .content-inner .title-box {
  position: relative;

  padding: 40px;

  margin-left: 30px;

  margin-right: 30px;

  margin-top: -75px;

  margin-bottom: 35px;

  background-color: #fff;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

  border-bottom: 3px solid #0073d9;
}

.blog-detail .inner-box .lower-content .content-inner .title-box .post-meta {
  position: relative;

  margin-bottom: 4px;
}

.blog-detail .inner-box .lower-content .content-inner .title-box .post-meta li {
  position: relative;

  color: #555;

  line-height: 1em;

  display: inline-block;

  padding-right: 12px;

  margin-right: 12px;

  border-right: 1px solid #555;
}

.blog-detail
  .inner-box
  .lower-content
  .content-inner
  .title-box
  .post-meta
  li:last-child {
  padding-right: 0;

  margin-right: 0;

  border-right: 0;
}

.blog-detail
  .inner-box
  .lower-content
  .content-inner
  .title-box
  .post-meta
  li
  strong {
  font-weight: 600;
}

.blog-detail .inner-box .lower-content .content-inner .title-box h2 {
  position: relative;

  font-weight: 700;

  font-size: 32px;

  color: #0073d9;

  line-height: 1.5em;
}

.blog-detail .inner-box .lower-content .text {
  position: relative;
}

.blog-detail .inner-box .lower-content .text p {
  position: relative;

  color: #555;

  font-size: 16px;

  line-height: 1.8em;

  margin-bottom: 22px;
}

.blog-detail .inner-box .lower-content .text h3 {
  position: relative;

  font-weight: 800;

  font-size: 24px;

  color: #222;

  line-height: 1.5em;

  margin-bottom: 16px;
}

.blog-detail .inner-box .lower-content .text .gallery-column {
  position: relative;

  margin-top: 35px;
}

.blog-detail .inner-box .lower-content .text .gallery-column .image {
  margin-bottom: 30px;
}

.blog-detail .inner-box .lower-content .text .gallery-column .image img {
  width: 100%;

  display: block;
}

.blog-detail .inner-box .lower-content .text blockquote {
  position: relative;

  margin-bottom: 30px;

  padding: 50px 50px 45px;

  background-color: #f3f5f9;
}

.blog-detail .inner-box .lower-content .text blockquote .blockquote-inner {
  position: relative;

  text-align: center;
}

.blog-detail
  .inner-box
  .lower-content
  .text
  blockquote
  .blockquote-inner
  .big-icon {
  position: absolute;

  top: -20px;

  font-size: 180px;

  line-height: 1em;

  text-align: center;

  width: 100%;

  color: rgba(0, 30, 87, 0.05);
}

.blog-detail
  .inner-box
  .lower-content
  .text
  blockquote
  .blockquote-inner
  .quote-icon {
  position: relative;

  color: #0073d9;

  font-size: 30px;

  line-height: 1em;

  margin-bottom: 15px;
}

.blog-detail
  .inner-box
  .lower-content
  .text
  blockquote
  .blockquote-inner
  .quote-text {
  position: relative;

  color: #222;

  font-size: 18px;

  font-style: italic;

  line-height: 1.8em;

  font-weight: 700;
}

.blog-detail .inner-box .lower-content .post-share-options {
  position: relative;
}

.blog-detail .inner-box .lower-content .post-share-options .tags a {
  position: relative;

  color: #0073d9;

  font-size: 12px;

  font-weight: 800;

  margin-right: 2px;

  text-transform: uppercase;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

.blog-detail .inner-box .lower-content .post-share-options .tags a:hover {
  color: #0073d9;
}

.new-article {
  position: relative;

  padding: 10px;

  margin-top: 35px;

  background-color: #0073d9;
}

.new-article .prev-post {
  position: relative;

  width: 50%;

  float: left;

  padding-right: 5px;
}

.new-article .prev-post a {
  position: relative;

  color: #fff;

  padding: 18px 25px;

  display: block;

  font-size: 13px;

  font-weight: 700;

  text-transform: uppercase;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  background-color: rgba(255, 255, 255, 0.1);
}

.new-article .prev-post a .fas {
  margin-right: 5px;

  color: #0073d9;

  font-size: 15px;
}

.new-article .prev-post a:hover {
  color: #0073d9;
}

.new-article .next-post {
  position: relative;

  width: 50%;

  float: right;

  text-align: right;

  padding-left: 5px;
}

.new-article .next-post a {
  position: relative;

  color: #fff;

  padding: 18px 25px;

  display: block;

  font-size: 13px;

  font-weight: 700;

  text-transform: uppercase;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  background-color: rgba(255, 255, 255, 0.1);
}

.new-article .next-post a .fas {
  margin-left: 5px;

  color: #0073d9;

  font-size: 15px;
}

.new-article .next-post a:hover {
  color: #0073d9;
}

.sidebar-page-container .comments-area {
  position: relative;

  margin-bottom: 60px;

  margin-top: 65px;
}

.sidebar-page-container .group-title {
  position: relative;

  margin-bottom: 45px;
}

.sidebar-page-container .group-title h2 {
  position: relative;

  font-size: 32px;

  color: #0073d9;

  font-weight: 800;

  padding-bottom: 12px;

  text-transform: capitalize;
}

.sidebar-page-container .group-title h2:before {
  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  width: 120px;

  height: 1px;

  background-color: #0073d9;
}

.sidebar-page-container .group-title h2:after {
  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  width: 40px;

  height: 1px;

  background-color: #0073d9;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;

  padding: 0;

  margin-bottom: 40px;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment {
  position: relative;

  min-height: 70px;

  padding: 0 0 0 100px;

  font-size: 14px;
}

.sidebar-page-container .comments-area .reply-comment {
  margin-left: 120px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;

  left: 0;

  top: 0;

  width: 70px;

  border-radius: 50%;

  margin-bottom: 20px;

  overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100%;

  display: block;
}

.sidebar-page-container .comments-area .comment-info {
  margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-box strong {
  font-size: 18px;

  font-weight: 700;

  color: #222;

  display: block;

  line-height: 1.3em;

  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
  color: #555;

  font-size: 16px;

  line-height: 1.8em;

  margin-bottom: 16px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  font-size: 12px;

  color: #444;

  font-weight: 700;
}

.sidebar-page-container .comments-area .comment-box .reply-outer {
  position: relative;
}

.sidebar-page-container .comments-area .comment-box .reply-outer:before {
  position: absolute;

  content: "";

  left: 0;

  top: 11px;

  width: 100%;

  height: 1px;

  background-color: #ddd;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
  position: relative;

  padding: 0 22px 0 0;

  font-size: 14px;

  color: #0073d9;

  font-weight: 700;

  text-transform: uppercase;

  text-decoration: underline;

  background-color: #fff;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box .theme-btn .fas {
  margin-left: 4px;

  top: 1px;

  color: #0073d9;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
  color: #0073d9;
}

.comment-form .form-group {
  margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;

  display: block;

  width: 100%;

  line-height: 28px;

  padding: 10px 28px;

  color: #888;

  border: 1px solid transparent;

  height: 60px;

  font-size: 16px;

  background: #f3f5f9;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #fa0;
}

.comment-form .form-group textarea {
  position: relative;

  display: block;

  width: 100%;

  line-height: 24px;

  padding: 15px 18px;

  color: #888;

  border: 1px solid transparent;

  height: 150px;

  background: #f3f5f9;

  resize: none;

  font-size: 16px;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  transition: all 300ms ease;
}

.comment-form button {
  padding: 13px 51px;
}

.comment-form button:hover {
  background-color: #030e22;

  color: #fff;
}

.sidebar-page-container .sidebar-side .sidebar.padding-right {
  padding-right: 40px;
}

.services-categories {
  position: relative;
}

.services-categories li {
  position: relative;

  margin-bottom: 5px;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-categories li a {
  position: relative;

  color: #0073d9;

  font-size: 18px;

  font-weight: 400;

  display: block;

  background-color: #f3f5f9;

  border-bottom: 1px solid #9eaac0;

  padding: 20px 15px 20px 30px;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-categories li a:before {
  position: absolute;

  content: "\f105";

  right: 22px;

  top: 22px;

  color: #000048;

  font-size: 18px;

  font-weight: 900;

  font-family: "Font Awesome 5 Free";
}

.services-categories li.active a:before,
.services-categories li:hover a:before {
  color: #fff;
}

.services-categories li.active a,
.services-categories li a:hover {
  color: #fff;

  border-color: #0073d9;

  background-color: #0073d9;
}

.brochures {
  position: relative;
}

.brochures .widget-content {
  padding-top: 15px;
}

.brochures .brochure-btn {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 30px;

  color: #222;

  font-weight: 500;

  padding: 15px;

  border-bottom: 1px solid #ddd;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.brochures .brochure-btn span {
  position: relative;

  float: left;

  color: #0073d9;

  font-size: 30px;

  margin-right: 20px;
}

.brochures .brochure-btn:hover {
  color: #0073d9;
}

.services-detail {
  position: relative;
}

.services-detail .inner-box {
  position: relative;
}

.services-detail .inner-box .image {
  position: relative;
}

.services-detail .inner-box .image img {
  position: relative;

  width: 100%;

  display: block;
}

.services-detail .inner-box .lower-content {
  position: relative;

  padding-top: 35px;
}

.services-detail .inner-box .lower-content .title-box {
  position: relative;

  margin-bottom: 35px;
}

.services-detail .inner-box .lower-content .title-box .title {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 24px;

  color: #afafaf;

  font-weight: 400;

  text-transform: capitalize;

  margin-bottom: 10px;
}

.services-detail .inner-box .lower-content .title-box h2 {
  position: relative;

  display: block;

  font-size: 44px;

  line-height: 1.2em;

  color: #0073d9;

  font-weight: 700;

  padding-bottom: 25px;
}

.services-detail .inner-box .lower-content .title-box h2:before {
  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  width: 120px;

  height: 1px;

  background-color: #0073d9;
}

.services-detail .inner-box .lower-content .title-box h2:after {
  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  width: 40px;

  height: 1px;

  background-color: #0073d9;
}

.services-detail .inner-box .lower-content .bold-text {
  position: relative;

  color: #222;

  font-size: 16px;

  font-weight: 700;

  line-height: 1.8em;

  margin-bottom: 22px;
}

.services-detail .inner-box .lower-content .text {
  position: relative;
}

.services-detail .inner-box .lower-content .text p {
  position: relative;

  color: #555;

  font-size: 16px;

  line-height: 1.7em;

  margin-bottom: 25px;
}

.services-detail .inner-box .lower-content .text h3 {
  position: relative;

  color: #0073d9;

  font-size: 24px;

  margin-bottom: 24px;

  padding-bottom: 22px;

  font-weight: 900;
}

.services-detail .inner-box .lower-content .text h3:before {
  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  height: 1px;

  width: 50px;

  background-color: #0073d9;
}

.services-detail .services-featured-outer {
  position: relative;

  margin-top: 35px;

  margin-bottom: 10px;
}

.services-detail .inner-box .lower-content .default-two-column {
  position: relative;

  margin-bottom: 15px;
}

.services-detail .inner-box .lower-content .default-two-column .column {
  margin-bottom: 20px;
}

.feature-block {
  position: relative;

  margin-bottom: 35px;
}

.feature-block .inner-box {
  position: relative;

  padding-left: 105px;

  padding-bottom: 32px;

  min-height: 112px;

  border-bottom: 1px solid #ddd;
}

.feature-block .inner-box .icon-box {
  position: absolute;

  left: 0;

  top: 0;

  width: 80px;

  height: 80px;

  color: #e3803d;

  line-height: 80px;

  font-size: 50px;

  display: block;

  text-align: center;

  background-color: #f3f5f9;
}

.feature-block .inner-box h4 {
  position: relative;

  font-size: 18px;

  color: #222;

  font-weight: 700;

  line-height: 1.3em;

  margin-bottom: 8px;
}

.feature-block .inner-box .text {
  position: relative;

  color: #555;

  font-size: 16px;

  line-height: 1.7em;
}

.services-detail .inner-box .lower-content h5 {
  position: relative;

  font-size: 20px;

  font-weight: 700;

  line-height: 1.3em;

  text-align: center;

  color: #222;

  margin-bottom: 35px;

  margin-top: 40px;
}

.services-detail .inner-box .lower-content .fact-counter {
  position: relative;

  z-index: 1;

  text-align: center;

  background-color: #fff;

  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);

  -ms-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}

.services-detail .inner-box .lower-content .fact-counter .counter-column {
  float: left;

  padding: 0;
}

.services-detail
  .inner-box
  .lower-content
  .fact-counter
  .column:last-child
  .inner {
  border-right: none;
}

/* page banner */
.page-banner.style-two {
  position: relative;

  /*padding: 110px 0 80px;*/
  padding: 200px 0 150px;

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;
}

.title-style-one.style-two {
  position: relative;

  margin-bottom: 60px;
}

.title-style-one.style-two h2 {
  font-size: 52px;

  color: #0073d9;

  font-weight: 400;

  line-height: 1.2em;
}

.title-style-one .text {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 30px;

  color: #555;

  font-weight: 400;

  margin-top: 30px;
}

.about-section-two {
  position: relative;

  background-repeat: no-repeat;

  background-position: center bottom;

  padding: 100px 0 0;
}

.about-section-two .title-style-one {
  max-width: 980px !important;
}

.about-section-two .image-column {
  position: relative;
}

.about-section-two .image-column .inner-column {
  position: relative;

  padding-right: 60px;
}

.about-section-two .image-column .image {
  position: relative;

  display: block;
}

.about-section-two .image-column .image img {
  display: block;

  width: 100%;

  height: 400px;
}

.about-section-two .content-column {
  position: relative;
}

.about-section-two .content-column .inner-column {
  position: relative;

  padding-top: 45px;

  margin-left: -30px;
}

.about-section-two .content-column .text {
  position: relative;

  padding-right: 30px;

  margin-bottom: 65px;
}

.about-section-two .content-column .text p {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 26px;

  color: #555;

  font-weight: 400;

  font-family: "Lato", sans-serif;

  margin-bottom: 26px;
}

.about-section-two .content-column .text p strong {
  position: relative;

  font-weight: 700;
}

.about-section-two .fact-counter {
  position: relative;

  text-align: center;

  background-color: #fff;

  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);

  -ms-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);

  margin-left: -80px;
}

.about-section-two .fact-counter .column {
  position: relative;

  float: left;

  padding: 0;
}

.about-section-two .fact-counter .count-outer .count-text {
  font-size: 44px;
}

.about-section-two .fact-counter .column .counter-title {
  letter-spacing: 0;
}

.mission-section {
  position: relative;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding: 100px 0;

  margin-top: 105px;
}

.mission-section:before {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: #0073d9;

  opacity: 0.9;

  content: "";
}

.mission-section .colum {
  position: relative;
}

.mission-section .colum.right-column .inner-column {
  position: relative;

  margin-top: 20px;
}

.mission-section .colum .inner-column {
  position: relative;
}

.mission-section .content-box {
  position: relative;

  background-repeat: no-repeat;

  background-position: center;

  background-color: #fff;

  text-align: center;

  padding: 65px 70px 60px;
}

.mission-section .content-box h4 {
  position: relative;

  display: block;

  font-size: 32px;

  line-height: 1.2em;

  color: #0073d9;

  font-weight: 900;

  padding-bottom: 15px;

  margin-bottom: 30px;
}

.mission-section .content-box h4:before {
  position: absolute;

  content: "";

  left: 0;

  right: 0;

  margin: 0 auto;

  bottom: 0;

  width: 80px;

  height: 1px;

  border-right: 60px solid #0073d9;

  border-left: 20px solid #0073d9;
}

.mission-section .content-box .text {
  position: relative;

  display: block;

  font-size: 17px;

  line-height: 25px;

  color: #555;

  font-weight: 400;

  text-align: justify;
}

.sta {
  font-size: 17px !important;

  line-height: 30px !important;
}

.mdm {
  margin-bottom: 20px !important;

  padding-top: 50px;
}

.mdm h2 {
  font-size: 40px !important;
}

.mission-section .image-box {
  position: relative;
}

.mission-section .image-box .image {
  position: relative;

  margin-bottom: 0;
}

.mission-section .image-box .image img {
  display: block;

  width: 100%;

  height: auto;
}

.faq-section {
  position: relative;

  padding: 100px 0 85px;
}

.faq-section.no-pd-top {
  padding-top: 0;
}

.faq-section .upper-box {
  position: relative;

  margin-bottom: 40px;
}

.faq-section .upper-box .text {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 30px;

  color: #555;

  font-weight: 400;
}

.faq-section .title-style-one {
  margin-bottom: 40px;
}

.faq-section .accordion-column {
  position: relative;
}

.faq-section .title-style-one h2 {
  font-size: 44px;

  color: #222;

  font-weight: 700;
}

.faq-section .accordion-column .inner-column {
  position: relative;

  padding-right: 30px;
}

.faq-section .accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;

  margin-bottom: 15px;
}

.accordion-box .block .acc-btn {
  position: relative;

  font-size: 18px;

  cursor: pointer;

  line-height: 35px;

  color: #222;

  font-weight: 700;

  padding: 15px 50px 15px 35px;

  transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  background-color: #f3f5f9;
}

.accordion-box .block .icon-outer {
  position: absolute;

  right: 30px;

  top: 15px;

  font-size: 16px;

  line-height: 35px;

  color: #555;

  text-align: center;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon {
  position: relative;
}

.accordion-box .block .acc-btn.active {
  background-color: #0073d9;

  color: #fff;
}

.accordion-box .block .acc-btn.active .icon-outer {
  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  transform: rotate(90deg);

  color: #0073d9;
}

.accordion-box .block .acc-content {
  position: relative;

  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;

  font-size: 16px;

  padding: 30px 35px 15px;
}

.accordion-box .block .content .text {
  font-size: 16px;

  line-height: 26px;

  color: #555;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0;
}

.faq-section .image-column {
  position: relative;
}

.faq-section .image-column .inner-column {
  position: relative;

  padding-top: 105px;

  margin-left: 50px;

  margin-right: -60px;
}

.faq-section .image-column .image {
  position: relative;

  display: block;

  text-align: right;

  border: 15px solid #0073d9;

  height: 600px;
}

.faq-section .image-column .image img {
  position: absolute;

  right: -40px;

  bottom: 0;
}

.accordion-box.style-two .block .acc-btn {
  padding-left: 55px;

  padding-right: 20px;
}

.accordion-box.style-two .block .acc-btn.active {
  background-color: #0073d9;

  color: #fff;
}

.accordion-box.style-two .block .icon-outer {
  left: 30px;

  right: auto;

  color: #0073d9;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
  color: #fff;
}

.accordion-box.style-two .block .content {
  padding-left: 55px;
}

.featured-services {
  position: relative;
}

.feature-block-five {
  position: relative;
}

.feature-block-five .inner-box {
  position: relative;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding: 80px 15px 75px;

  overflow: hidden;

  text-align: center;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.feature-block-five .inner-box:before {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  opacity: 0.85;

  content: "";

  background-color: #166495;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.feature-block-five .inner-box:after {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  opacity: 0.5;

  content: "";

  background-color: #000;

  -webkit-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  transform: translateY(-100%);

  -webkit-transition: all 700ms ease;

  -moz-transition: all 700ms ease;

  -ms-transition: all 700ms ease;

  -o-transition: all 700ms ease;

  transition: all 700ms ease;
}

.feature-block-five .inner-box:hover:after {
  -webkit-transform: translateY(0%);

  -ms-transform: translateY(0%);

  transform: translateY(0%);
}

.feature-block-five .inner-box .content {
  position: relative;

  max-width: 430px;

  margin: 0 auto;

  padding: 0 15px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;

  z-index: 1;
}

.feature-block-five .icon-box {
  position: relative;

  display: block;

  margin-bottom: 40px;
}

.feature-block-five .icon-box .icon {
  position: relative;

  display: block;

  font-size: 100px;

  line-height: 1em;

  color: #fff;
}

.feature-block-five .icon-box img {
  max-width: 100%;

  height: auto;
}

.feature-block-five h4 {
  position: relative;

  display: inline-block;

  font-size: 24px;

  line-height: 1.2em;

  color: #fff;

  font-weight: 700;

  margin-bottom: 17px;
}

.feature-block-five h4 a {
  display: inline-block;

  color: #fff;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.feature-block-five h4 a:hover {
  text-decoration: underline;
}

.feature-block-five .text {
  position: relative;

  display: inline-block;

  font-size: 16px;

  line-height: 26px;

  color: #fff;

  font-weight: 400;

  margin-bottom: 35px;
}

.feature-block-five .link-box {
  position: relative;

  display: block;
}

.feature-block-five .link-box a {
  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 24px;

  color: #fff;

  font-weight: 700;

  text-transform: uppercase;

  text-decoration: underline;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.feature-block-five .link-box a:hover {
  color: #0073d9;
}

.feature-block-five .link-box a i {
  margin-left: 3px;
}

.feature-block-five:nth-child(2) .inner-box:before {
  background-color: #0073d9;
}

.feature-block-five:nth-child(3) .inner-box:before {
  background-color: #06a490;
}

.team-section {
  position: relative;

  padding: 100px 0 70px;
}

.team-section .sec-title {
  margin-bottom: 60px;
}

.team-block {
  position: relative;

  margin-bottom: 60px;
}

.team-block .inner-box {
  position: relative;
}

.team-block .image-box {
  position: relative;
}

.team-block .image-box .image {
  position: relative;

  margin-bottom: 0;

  background-color: #0073d9;

  overflow: hidden;
}

.team-block .image-box .image img {
  display: block;

  width: 100%;

  height: auto;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.team-block .inner-box:hover .image img {
  opacity: 0.7;

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);
}

.team-block .lower-content {
  position: relative;

  text-align: center;

  z-index: 1;

  padding: 34px 15px 50px;

  background-color: #f3f5f9;

  border-bottom: 3px solid #0073d9;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.team-block .inner-box:hover .lower-content {
  border-color: #0073d9;

  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  background-color: #0073d9;
}

.team-block .lower-content h3 {
  position: relative;

  font-size: 20px;

  font-weight: 700;

  line-height: 1.2em;

  color: #222;

  margin-bottom: 5px;
}

.team-block .lower-content h3 a {
  position: relative;

  color: #222;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.team-block .inner-box:hover .lower-content h3 a {
  color: #fff;
}

.team-block .lower-content .designation {
  position: relative;

  font-size: 14px;

  line-height: 24px;

  font-weight: 700;

  color: #555;

  font-style: italic;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.team-block .inner-box:hover .lower-content .designation {
  color: #fff;
}

.team-block .lower-content .arrow {
  position: absolute;

  left: 50%;

  bottom: 0;

  margin-bottom: -22px;

  width: 44px;

  height: 44px;

  color: #0073d9;

  font-size: 10px;

  line-height: 44px;

  text-align: center;

  border-radius: 50%;

  font-weight: 800;

  margin-left: -20px;

  background-color: #fff;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;

  -webkit-box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.06);

  -ms-box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.06);

  box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.06);
}

.team-block .inner-box:hover .lower-content .arrow {
  color: #fff;

  background-color: #0073d9;
}

.team-section-two {
  position: relative;

  padding: 0 0 70px;
}

.team-block-two {
  position: relative;

  margin-bottom: 30px;
}

.team-block-two .inner-box {
  position: relative;
}

.team-block-two .image-box {
  position: relative;

  display: block;

  overflow: hidden;
}

.team-block-two .overlay-box {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: rgba(0, 30, 87, 0.9);

  opacity: 0;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .overlay-box {
  -webkit-transform: translateY(0%);

  -moz-transform: translateY(0%);

  -ms-transform: translateY(0%);

  -o-transform: translateY(0%);

  transform: translateY(0%);

  opacity: 1;

  visibility: visible;
}

.team-block-two .contact-list {
  position: absolute;

  left: 0;

  right: 0;

  top: 30%;

  max-width: 180px;

  margin: 0 auto;

  -webkit-transform: translateY(50%);

  -moz-transform: translateY(50%);

  -ms-transform: translateY(50%);

  -o-transform: translateY(50%);

  transform: translateY(50%);

  -webkit-transition: all 500ms ease 500ms;

  -moz-transition: all 500ms ease 500ms;

  -ms-transition: all 500ms ease 500ms;

  -o-transition: all 500ms ease 500ms;

  transition: all 500ms ease 500ms;

  opacity: 0;
}

.team-block-two .inner-box:hover .contact-list {
  opacity: 1;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);
}

.team-block-two .contact-list li {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 26px;

  color: #fff;

  margin-bottom: 5px;
}

.team-block-two .contact-list li .icon {
  position: relative;

  margin-right: 10px;

  color: #0073d9;
}

.team-block-two .contact-list li a {
  color: #fff;

  display: inline-block;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.team-block-two .contact-list li a:hover {
  color: #0073d9;
}

.team-block-two .image-box .image {
  position: relative;

  margin-bottom: 0;
}

.team-block-two .image-box .image img {
  display: block;

  width: 100%;

  height: auto;
}

.team-block-two .lower-content {
  position: relative;

  text-align: center;

  z-index: 1;

  padding: 35px 15px 30px;

  background-color: #f3f5f9;

  border-bottom: 3px solid #0073d9;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .lower-content {
  border-color: #0073d9;

  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.team-block-two .lower-content h3 {
  position: relative;

  font-size: 20px;

  font-weight: 700;

  line-height: 1.2em;

  color: #222;

  margin-bottom: 5px;
}

.team-block-two .lower-content h3 a {
  position: relative;

  color: #222;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.team-block-two .lower-content h3 a:hover {
  color: #0073d9;
}

.team-block-two .lower-content .designation {
  position: relative;

  display: block;

  font-size: 14px;

  line-height: 24px;

  font-weight: 700;

  color: #555;

  font-style: italic;

  margin-bottom: 15px;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.team-block-two .social-links {
  position: relative;

  display: block;
}

.team-block-two .social-links li {
  position: relative;

  display: inline-block;

  margin: 0 10px;
}

.team-block-two .social-links li a {
  position: relative;

  display: inline-block;

  font-size: 15px;

  line-height: 24px;

  color: #555;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.team-block-two .social-links li a:hover {
  color: #0073d9;
}

.news-section-two {
  position: relative;

  padding: 100px 0 0;

  background-color: #0073d9;
}

.news-section-two .sec-title {
  margin-bottom: 55px;
}

.news-section-two .sec-title .text {
  position: relative;

  font-size: 16px;

  line-height: 1.8em;

  margin-top: 40px;

  padding-right: 100px;

  color: rgba(255, 255, 255, 0.6);
}

.news-section-two .owl-dots {
  display: none;
}

.news-section-two .owl-nav {
  position: absolute;

  left: 50%;

  width: 1200px;

  margin-left: -600px;

  top: -125px;

  text-align: right;
}

.news-section-two .owl-nav .owl-prev {
  position: relative;

  color: #fff;

  font-size: 20px;

  display: inline-block;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.news-section-two .owl-nav .owl-next {
  position: relative;

  color: #fff;

  font-size: 20px;

  padding-left: 20px;

  margin-left: 20px;

  display: inline-block;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.news-section-two .owl-nav .owl-prev:hover,
.news-section-two .owl-nav .owl-next:hover {
  color: #0073d9;
}

.news-block-four {
  position: relative;
}

.news-block-four .inner-box {
  position: relative;

  display: block;

  text-align: center;

  overflow: hidden;
}

.news-block-four .image {
  position: relative;

  display: block;

  overflow: hidden;
}

.news-block-four .image img {
  position: relative;

  display: block;

  width: 100%;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.news-block-four:hover .image img {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

  opacity: 0.7;
}

.news-block-four .lower-content {
  position: relative;

  display: block;

  width: 100%;

  padding: 50px 20px 35px;

  background: #193467;
}

.news-block-four.bg-two .lower-content {
  background: #0073d9;
}

.news-block-four .lower-content h3 {
  position: relative;

  max-width: 300px;

  margin: 0 auto;

  font-size: 24px;

  line-height: 1.4em;

  font-weight: 600;

  color: #fff;
}

.news-block-four .lower-content h3 a {
  color: #fff;
}

.news-block-four .lower-content h3 a:hover {
  text-decoration: underline;
}

.news-block-four .lower-content .read-more {
  position: absolute;

  left: 50%;

  margin-left: -23px;

  top: -23px;

  width: 46px;

  height: 46px;

  line-height: 46px;

  font-weight: 400;

  font-size: 18px;

  color: #222;

  background: #fff;

  border-radius: 50%;

  z-index: 1;

  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);

  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);

  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.news-block-four:hover .lower-content .read-more {
  background: #222;

  color: #fff;
}

.design-section {
  position: relative;

  padding-top: 90px;
}

.design-section .upper-section {
  position: relative;
}

.design-section .upper-section .title-column {
  position: relative;

  margin-bottom: 30px;
}

.design-section .upper-section .title-column .inner-column {
  position: relative;
}

.design-section .upper-section .content-column {
  position: relative;
}

.design-section .upper-section .content-column .inner-column {
  position: relative;

  margin-bottom: 50px;
}

.design-section .upper-section .content-column .inner-column .icons-box {
  position: relative;
}

.design-section .upper-section .content-column .inner-column .icons-box .icon {
  position: relative;

  margin-right: 35px;

  color: #0073d9;

  font-size: 50px;

  line-height: 1em;

  display: inline-block;
}

.design-section
  .upper-section
  .content-column
  .inner-column
  .icons-box
  .icon:first-child {
  top: 5px;
}

.design-section .upper-section .content-column .inner-column .bold-text {
  position: relative;

  color: #222;

  font-size: 16px;

  font-weight: 700;

  line-height: 1.7em;

  margin-top: 24px;
}

.design-section .upper-section .content-column .inner-column .text {
  position: relative;

  color: #555;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.7em;

  margin-top: 18px;
}

.design-section .lower-section {
  position: relative;

  margin-bottom: -20px;

  z-index: 1;
}

.design-section .lower-section .feature-block-two {
  padding: 0;

  float: left;
}

.feature-block-two {
  position: relative;
}

.feature-block-two .inner-box {
  position: relative;

  overflow: hidden;

  padding: 150px 45px 45px;

  background-color: #06a490;
}

.feature-block-two:nth-child(2) .inner-box {
  background-color: #0073d9;
}

.feature-block-two:nth-child(3) .inner-box {
  background-color: #166495;
}

.feature-block-two .inner-box .content {
  position: relative;

  -webkit-transition: all 900ms ease;

  -ms-transition: all 900ms ease;

  -o-transition: all 900ms ease;

  transition: all 900ms ease;
}

.feature-block-two .inner-box:hover .content,
.feature-block-two.active .inner-box .content {
  opacity: 0;
}

.feature-block-two .inner-box .side-icon {
  position: absolute;

  right: -30px;

  bottom: -30px;

  line-height: 1em;

  font-size: 180px;

  color: rgba(255, 255, 255, 0.1);
}

.feature-block-two .inner-box .title {
  position: relative;

  display: inline-block;

  font-size: 14px;

  font-weight: 700;

  padding-bottom: 10px;

  margin-bottom: 20px;

  color: rgba(255, 255, 255, 0.6);
}

.feature-block-two .inner-box .title:before {
  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  height: 1px;

  width: 25px;

  background-color: rgba(255, 255, 255, 0.6);
}

.feature-block-two .inner-box h3 {
  position: relative;

  font-size: 20px;

  font-weight: 700;

  line-height: 1.3em;

  margin-bottom: 7px;

  color: #fff;
}

.feature-block-two .inner-box h3 a {
  position: relative;

  color: #fff;
}

.feature-block-two .inner-box .sub-title {
  position: relative;

  font-size: 14px;

  font-weight: 500;

  color: rgba(255, 255, 255, 0.6);
}

.feature-block-two .inner-box .overlay-box {
  position: absolute;

  left: 10px;

  bottom: 10px;

  right: 10px;

  top: 10px;

  z-index: 2;

  opacity: 0;

  display: block;

  -moz-transform: translateY(60px);

  -webkit-transform: translateY(60px);

  -ms-transform: translateY(60px);

  -o-transform: translateY(60px);

  transform: translateY(60px);

  -webkit-transition: all 900ms ease;

  -ms-transition: all 900ms ease;

  -o-transition: all 900ms ease;

  transition: all 900ms ease;
}

.feature-block-two .inner-box:hover .overlay-box,
.feature-block-two.active .inner-box .overlay-box {
  opacity: 1;

  -moz-transform: translateY(0px);

  -webkit-transform: translateY(0px);

  -ms-transform: translateY(0px);

  -o-transform: translateY(0px);

  transform: translateY(0px);
}

.feature-block-two .inner-box .overlay-box .overlay-inner {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  display: table;

  text-align: left;

  padding: 10px 30px;

  vertical-align: middle;
}

.feature-block-two .inner-box .overlay-box .overlay-inner .overlay-content {
  position: relative;

  display: table-cell;

  vertical-align: middle;
}

.feature-block-two .inner-box .overlay-box .title-two {
  position: relative;

  display: inline-block;

  font-size: 14px;

  font-weight: 700;

  padding-bottom: 8px;

  margin-bottom: 22px;

  color: rgba(255, 255, 255, 0.6);
}

.feature-block-two .inner-box .overlay-box .title-two:before {
  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  height: 1px;

  width: 25px;

  background-color: rgba(255, 255, 255, 0.6);
}

.feature-block-two .inner-box .overlay-box h4 {
  position: relative;

  font-size: 20px;

  font-weight: 700;

  line-height: 1.3em;

  margin-bottom: 12px;

  color: #fff;
}

.feature-block-two .inner-box .overlay-box h4 a {
  position: relative;

  color: #fff;
}

.feature-block-two .inner-box .overlay-box h4 a:hover {
  text-decoration: underline;
}

.feature-block-two .inner-box .overlay-box .text {
  position: relative;

  font-size: 16px;

  line-height: 1.5em;

  color: rgba(255, 255, 255, 1);
}

.industries-section {
  position: relative;
  background-color: #0073d9;
}

.industries-section .big-icon {
  position: absolute;

  left: 0;

  right: 0;

  font-size: 400px;

  line-height: 1em;

  text-align: center;

  font-weight: 700;

  color: rgba(255, 255, 255, 0.05);
}

.industry-block {
  position: relative;

  margin-bottom: 50px;
}

.industry-block .inner-box {
  position: relative;

  text-align: center;
}

.industry-block .inner-box .icon-box {
  position: relative;

  margin-bottom: 10px;
}

.industry-block .inner-box h3 {
  position: relative;

  font-size: 24px;

  font-weight: 700;

  line-height: 1.3em;

  margin-bottom: 15px;
}

.industry-block .inner-box h3 a {
  position: relative;

  color: #fff;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.industry-block .inner-box .text {
  position: relative;

  font-size: 16px;

  line-height: 1.7em;

  margin-bottom: 22px;

  color: rgba(255, 255, 255, 1);
}

.industry-block .inner-box .read-more {
  position: relative;

  color: #0073d9;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  text-decoration: underline;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.industry-block .inner-box .read-more .icon {
  position: relative;

  margin-left: 4px;
}

.industry-block .inner-box .read-more:hover {
  color: #fff;
}

.about-industry-section {
  position: relative;

  padding: 100px 0 60px;
}

.about-kinetic-section {
  position: relative;

  padding: 60px 0;
}

.about-industry-section .content-column {
  position: relative;

  margin-bottom: 40px;
}

.about-industry-section .content-column .inner-column {
  position: relative;
}

.about-industry-section .content-column .inner-column .text {
  position: relative;

  margin-bottom: 30px;
}

.about-industry-section .content-column .inner-column .text p {
  position: relative;

  color: #555;

  font-size: 16px;

  line-height: 1.7em;

  margin-bottom: 20px;
}

.about-industry-section .content-column .inner-column .text p:last-child {
  margin-bottom: 0;
}

.about-industry-section .content-column .signature-box {
  position: relative;

  margin-top: 45px;
}

.about-industry-section .content-column .signature-box .ceo {
  position: relative;

  font-style: italic;

  color: #888;

  font-size: 12px;

  margin-top: 5px;

  display: block;
}

.about-industry-section .images-column {
  position: relative;

  margin-bottom: 40px;
}

.about-industry-section .images-column .inner-column {
  padding-top: 20px;
}

.about-industry-section .images-column .inner-column img {
  display: block;

  width: 100%;
}

.about-industry-section .images-column .column:nth-child(2) .image {
  margin-top: 150px;
}

.fluid-section-two {
  position: relative;
}

.fluid-section-two .outer-container {
  position: relative;

  background-color: #0073d9;
}

.fluid-section-two .left-column {
  position: relative;

  float: left;

  width: 50%;
}

.fluid-section-two .left-column .inner-column {
  position: relative;

  max-width: 730px;

  float: right;

  width: 100%;

  padding: 90px 100px 90px 20px;
}

.fluid-section-two .left-column .inner-column .read-more {
  position: relative;

  color: #0073d9;

  font-size: 14px;

  font-weight: 700;

  margin-left: 105px;

  text-transform: uppercase;

  text-decoration: underline;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.fluid-section-two .left-column .inner-column .read-more .icon {
  position: relative;

  margin-left: 4px;

  color: #fff;

  opacity: 0.6;
}

.fluid-section-two .left-column .inner-column .read-more:hover {
  color: #fff;
}

.fluid-section-two .left-column .inner-column .sec-title {
  margin-bottom: 55px;
}

.fluid-section-two .left-column .inner-column .history-outer {
  position: relative;
}

.fluid-section-two .left-column .inner-column .history-outer:before {
  position: absolute;

  content: "";

  left: 68px;

  top: 0;

  width: 1px;

  height: 100%;

  background-color: rgba(255, 255, 255, 0.3);
}

.fluid-section-two .left-column .inner-column .history-block {
  position: relative;

  margin-bottom: 45px;
}

.fluid-section-two .left-column .inner-column .history-block .inner-block {
  position: relative;

  padding-left: 105px;
}

.fluid-section-two
  .left-column
  .inner-column
  .history-block
  .inner-block:before {
  position: absolute;

  content: "";

  left: 65px;

  top: 0;

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background-color: #0073d9;
}

.fluid-section-two
  .left-column
  .inner-column
  .history-block
  .inner-block
  .date {
  position: absolute;

  left: 0;

  top: 0;

  width: 45px;

  text-align: right;

  font-size: 18px;

  font-weight: 700;

  color: rgba(255, 255, 255, 0.6);
}

.fluid-section-two
  .left-column
  .inner-column
  .history-block
  .inner-block
  .date
  span {
  text-transform: uppercase;

  font-size: 12px;

  display: block;

  font-weight: 400;
}

.fluid-section-two .left-column .inner-column .history-block .inner-block h3 {
  position: relative;

  top: -8px;

  font-weight: 700;

  font-size: 16px;

  line-height: 1.6em;

  margin-bottom: 0;
}

.fluid-section-two .left-column .inner-column .history-block .inner-block h3 a {
  position: relative;

  color: #fff;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.fluid-section-two
  .left-column
  .inner-column
  .history-block
  .inner-block
  h3
  a:hover {
  color: #0073d9;
}

.fluid-section-two
  .left-column
  .inner-column
  .history-block
  .inner-block
  .history-text {
  position: relative;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.8em;

  color: rgba(255, 255, 255, 0.6);
}

.fluid-section-two .right-column {
  position: relative;

  width: 50%;

  float: right;

  z-index: 5;
}

.fluid-section-two .image-layer {
  position: absolute;

  right: 0;

  top: 0;

  height: 100%;

  width: 50%;

  background-size: cover;

  z-index: 1;
}

.fluid-section-two .image-layer:before {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(223, 101, 18, 0.95);
}

.fluid-section-two .right-column .inner-column {
  position: relative;

  max-width: 730px;

  padding: 130px 20px 110px 100px;
}

.fluid-section-two .right-column .inner-column .video-link-box .play-box {
  margin: 0;

  display: inline-block;
}

.fluid-section-two .right-column .inner-column .video-link-box .video-title {
  position: relative;

  display: inline-block;

  margin-left: 30px;
}

.fluid-section-two .right-column .inner-column h2 {
  position: relative;

  color: #fff;

  font-size: 44px;

  font-weight: 700;

  line-height: 1.2em;

  padding-top: 30px;

  margin-bottom: 70px;

  margin-top: 75px;
}

.fluid-section-two .right-column .inner-column h2 span {
  font-weight: 800;

  border-bottom: 1px solid #000;
}

.fluid-section-two .right-column .inner-column h2:before {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  width: 120px;

  height: 1px;

  background-color: #000;
}

.fluid-section-two .right-column .inner-column h2:after {
  position: absolute;

  content: "";

  left: 0;

  top: 0;

  width: 40px;

  height: 1px;

  background-color: #fff;
}

.skills.style-two .skill-item .skill-bar .bar-inner .bar {
  background-image: -ms-linear-gradient(left, #5680cf 0%, #011f58 100%);

  background-image: -moz-linear-gradient(left, #5680cf 0%, #011f58 100%);

  background-image: -o-linear-gradient(left, #5680cf 0%, #011f58 100%);

  background-image: -webkit-gradient(
    linear,
    left top,

    right top,

    color-stop(0, #5680cf),
    color-stop(100, #011f58)
  );

  background-image: -webkit-linear-gradient(left, #5680cf 0%, #011f58 100%);

  background-image: linear-gradient(to right, #5680cf 0%, #011f58 100%);
}

.sec-title .icon {
  margin-bottom: 15px;
}

.services-section.style-two {
  padding: 100px 0 80px;
}

.services-section.style-two .services-block {
  margin-bottom: 40px;
}

.services-section.style-two .services-block .inner-box {
  text-align: left;

  padding-left: 35px;

  padding-right: 35px;
}

.services-section.style-two .services-block .inner-box:hover {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);

  -ms-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);

  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.services-section.style-two .services-block .inner-box:before {
  background-color: #fff;
}

.services-section.style-two .services-block .inner-box .text {
  padding: 0;
}

.services-section.style-two .services-block .inner-box:hover .icon-box {
  color: #0073d9;
}

.services-section.style-two .services-block .inner-box:hover .text,
.services-section.style-two .services-block .inner-box:hover h3 a {
  color: #222;
}

.services-section.style-two .services-block .inner-box:hover .arrow {
  color: #fff;
}

.approach-section {
  position: relative;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 0 0 50px;

  background-position: center 60px;
}

.approach-section .image-column {
  position: relative;

  margin-bottom: 50px;
}

.approach-section .image-column .inner-column {
  position: relative;

  padding-right: 55px;
}

.approach-section .image-column .image {
  position: relative;

  margin-bottom: 0;
}

.approach-section .image-column .image img {
  display: block;

  width: 100%;

  height: auto;
}

.approach-section .content-column {
  position: relative;

  margin-bottom: 50px;
}

.approach-section .content-column .inner-column {
  position: relative;

  margin-left: -20px;

  padding-top: 15px;
}

.approach-section .content-column .sec-title {
  position: relative;

  margin-bottom: 35px;
}

.approach-section .content-column .sec-title h2 {
  color: #222;

  font-weight: 700;
}

.approach-section .content-column .sec-title .text {
  margin-top: 35px;
}

.approach-block {
  position: relative;

  margin-bottom: 40px;
}

.approach-block:last-child {
  margin-bottom: 0;
}

.approach-block .inner-box {
  position: relative;

  padding-left: 100px;

  min-height: 60px;

  padding-top: 5px;
}

.approach-block .icon-box {
  position: absolute;

  left: 10px;

  top: 0;
}

.approach-block .icon-box .icon {
  position: relative;

  display: block;

  font-size: 56px;

  line-height: 1em;

  color: #0073d9;
}

.approach-block h4 {
  position: relative;

  display: block;

  font-size: 20px;

  line-height: 1.3em;

  color: #222;

  font-weight: 900;

  margin-bottom: 3px;
}

.approach-block h4 a {
  display: inline-block;

  color: #222;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.approach-block h4 a:hover {
  color: #0073d9;
}

.approach-block .text {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 25px;

  color: #555;

  font-weight: 400;
}

.featured-section .outer-box {
  position: relative;
}

.featured-section .outer-box .content-box {
  position: relative;

  float: right;

  width: 100%;
}

.what-we-offer.style-two {
  position: relative;
}

.what-we-offer.style-two .text-column .inner {
  position: relative;

  padding-left: 80px;

  margin-right: -80px;
}

.what-we-offer.style-two .tabs-style-one .tab ul li:before {
  color: #0073d9;

  top: 2px;
}

.what-we-offer.style-two .tabs-style-one .tab-buttons .tab-btn .txt {
  font-size: 20px;
}

.what-we-offer.style-two .tabs-style-one .tab p,
.what-we-offer.style-two .tabs-style-one .tab-buttons {
  margin-bottom: 40px;
}

.what-we-offer.style-two .tabs-style-one .tab ul li {
  font-size: 16px;
}

.what-we-offer.style-two:after,
.what-we-offer.style-two:before {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 50%;

  background-color: #f3f5f9;

  content: "";
}

.what-we-offer.style-two:after {
  top: auto;

  bottom: 0;

  background-color: #fff;

  height: 100px;

  z-index: 1;

  width: 100%;
}

.what-we-offer .title-column {
  position: relative;

  overflow: hidden;

  margin-bottom: 50px;
}

.what-we-offer .title-column .inner {
  position: relative;

  background-color: #f3f5f9;

  padding-right: 30px;
}

.what-we-offer .title-column .sec-title h2 {
  font-weight: 700;

  margin-bottom: 35px;
}

.services-section-three.style-two {
  position: relative;

  padding: 100px 0 20px;
}

.brochures-col {
  padding: 0px !important;
}

.services-section-three.style-two .services-block-three {
  margin-bottom: 20px;
}

.services-section-three.style-two
  .services-block-three
  .inner-box
  .lower-content
  .read-more {
  color: #000;

  text-decoration: none;
  float: right;
}

.services-section-three.style-two
  .services-block-three
  .inner-box
  .lower-content
  .read-more:hover {
  color: #222;
}

.services-section-three.style-two .sec-title {
  margin-bottom: 60px;
}

.services-section-three.style-two .sec-title .text {
  position: relative;

  font-size: 16px;

  line-height: 1.8em;

  margin-top: 80px;
}

.services-section-three.style-two .services-block-five {
  margin-bottom: 70px;
}

.services-block-five {
  position: relative;
}

.services-block-five .inner-box {
  position: relative;

  text-align: center;
}

.services-block-five .image-box {
  position: relative;

  margin-bottom: 28px;
}

.services-block-five .image-box img {
  display: inline-block;

  max-width: 100%;

  height: auto;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.services-block-five .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1) translateY(-5px);

  -moz-transform: scale(1.1) translateY(-5px);

  -ms-transform: scale(1.1) translateY(-5px);

  -o-transform: scale(1.1) translateY(-5px);

  transform: scale(1.1) translateY(-5px);
}

.services-block-five .content-box {
  position: relative;
}

.services-block-five h4 {
  position: relative;

  display: block;

  font-size: 24px;

  line-height: 1.2em;

  color: #222;

  font-weight: 700;

  margin-bottom: 15px;
}

.services-block-five h4 a {
  position: relative;

  display: inline-block;

  color: #222;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.services-block-five h4 a:hover {
  color: #0073d9;

  text-decoration: underline;
}

.services-block-five .text {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 26px;

  color: #555;

  font-weight: 400;

  margin-bottom: 25px;
}

.services-block-five .link-box a {
  position: relative;

  color: #0073d9;

  font-weight: 700;

  font-size: 14px;

  display: inline-block;

  text-transform: uppercase;

  text-decoration: underline;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.services-block-five .link-box a i {
  position: relative;

  font-size: 16px;

  font-weight: 700;

  padding-left: 5px;

  color: #0073d9;
}

.services-block-five .link-box a:hover {
  color: #0073d9;
}

.sponsors-section.alternate-2 {
  padding: 75px 0;
}

.features-section {
  position: relative;
}

.features-section .outer-container {
  position: static;

  max-width: 1440px;

  padding: 0;

  margin: 0 auto;
}

.feature-block-six {
  position: relative;
}

.feature-block-six .inner-box {
  position: relative;

  padding: 65px 60px 40px;

  border: 1px solid #e6e9ef;

  margin-right: -1px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.feature-block-six .inner-box:hover {
  background-color: #f3f5f9;
}

.feature-block-six .icon-box {
  position: relative;

  display: block;

  margin-bottom: 30px;
}

.feature-block-six .icon-box .icon {
  display: block;

  font-size: 80px;

  line-height: 1em;

  color: #0073d9;

  font-weight: 400;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.feature-block-six .inner-box:hover .icon-box .icon {
  color: #0073d9;
}

.feature-block-six h5 {
  position: relative;

  display: block;

  font-size: 20px;

  line-height: 1.5em;

  color: #222;

  font-weight: 900;

  margin-bottom: 10px;
}

.feature-block-six h5 a {
  display: inline-block;

  color: #222;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.feature-block-six h5 a:hover {
  color: #0073d9;
}

.feature-block-six .text {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 26px;

  color: #555;

  font-weight: 400;
}

.features-section-two {
  position: relative;

  padding-top: 100px;
}

.features-section-two.alternate {
  padding-bottom: 80px;
}

.feature-block-seven {
  position: relative;

  margin-bottom: 50px;
}

.feature-block-seven:last-child {
  margin-bottom: 0;
}

.feature-block-seven .image-column {
  position: relative;

  order: 2;

  margin-bottom: 30px;
}

.feature-block-seven .image-column .image-box {
  position: relative;
}

.feature-block-seven .image-column .image {
  position: relative;

  margin-bottom: 0;
}

.feature-block-seven .image-column .image-box img {
  display: block;

  width: 100%;

  height: auto;
}

.feature-block-seven .content-column {
  position: relative;

  margin-bottom: 30px;
}

.feature-block-seven .content-column .inner-column {
  position: relative;

  padding-right: 35px;

  padding-top: 10px;
}

.feature-block-seven .sec-title {
  position: relative;

  margin-bottom: 35px;
}

.feature-block-seven .sec-title .title {
  margin-bottom: 0;
}

.feature-block-seven .sec-title h2 {
  font-size: 44px;

  color: #222;

  font-weight: 700;
}

.feature-block-seven .text {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 26px;

  color: #555;

  font-weight: 400;

  margin-bottom: 37px;
}

.feature-block-seven .link-box a {
  position: relative;

  color: #0073d9;

  font-weight: 700;

  font-size: 14px;

  display: inline-block;

  text-transform: uppercase;

  text-decoration: underline;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.feature-block-seven .link-box a i {
  position: relative;

  font-size: 16px;

  font-weight: 700;

  padding-left: 5px;

  color: #0073d9;
}

.feature-block-seven .link-box a:hover {
  color: #0073d9;
}

.feature-block-seven.style-two .image-column {
  order: 0;
}

.feature-block-seven.style-two .content-column .inner-column {
  padding-right: 0;

  padding-left: 35px;
}

.tp-mask-wrap {
  top: 50px;
}

div#quad {
  font-size: 0;

  width: 100%;

  margin: 0 auto;
}

div#quad figure {
  margin: 0 10px;

  width: 23%;

  height: auto;

  transition: 1s;

  display: inline-block;

  position: relative;

  overflow: hidden;

  border: 5px solid #deb887;
}

div#quad figure.expanded {
  border: 5px solid transparent;
}

div#quad figure:hover {
  cursor: pointer;

  z-index: 4;
}

div#quad figure img {
  width: 100%;

  height: auto;
}

div#quad figure:nth-child(1) {
  transform-origin: bottom left;
}

div#quad figure:nth-child(2) {
  transform-origin: bottom right;
}

div#quad figure:nth-child(3) {
  transform-origin: bottom left;
}

div#quad figure:nth-child(4) {
  transform-origin: bottom right;
}

div#quad figure figcaption {
  margin: 0;

  opacity: 0;

  background: rgba(0, 0, 0, 0.3);

  color: #fff;

  padding: 0.3rem;

  font-size: 1.2rem;

  position: absolute;

  bottom: 0;

  width: 100%;

  transition: 1s 1s opacity;
}

.expanded {
  transform: scale(2);

  z-index: 5;

  position: relative;
}

.expanded::before {
  position: absolute;

  content: "X";

  color: #fff;

  top: 3px;

  left: 230px;

  font-size: 13px;

  transition: all 0.3s;
}

.expanded:hover::before,
.expanded:focus::before {
  color: #df4322;

  transform: rotate(360deg);
}

div#quad figure.expanded figcaption {
  opacity: 1;
}

div.full figure:not(.expanded) {
  pointer-events: none;
}

.text p {
  text-align: justify;
}

.product-image {
  border-radius: 5px;

  width: 150px;

  height: 150px;

  border: 2px solid #164561;
}

.nvtab li {
  padding: 8px;

  border: 1px solid #df4323;

  margin: 5px;

  width: 120px;

  text-align: center;

  border-radius: 4px;

  font-weight: 700;

  cursor: pointer;
}

.nvtab li .active {
  color: #0056b3;
}

.tab-content {
  margin: 15px;
}

.kul li {
  list-style-type: disc;

  line-height: 1.8;

  color: #555;

  /*font-weight: 550;*/

  font-size: 16px;
}

.heel {
  float: left;

  margin-right: 25px;
}

.txt-seo h5 {
  color: #222 !important;

  font-size: 20px;

  font-weight: 550;

  padding: 5px 10px;
}

.txt-seo p {
  text-align: justify;

  font-size: 16px;
}

.p-10l {
  padding: 15px 35px 15px 0;
}

.p-10r {
  padding: 15px 0;
}

.sec {
  padding: 50px 0;
}

.sec-pb {
  padding-bottom: 50px;
}

.hs {
  padding: 20px 25px;

  min-height: 250px;
}

.product-imagee {
  border-radius: 5px;

  border: 2px solid #164561;

  width: 100%;

  height: 200px;
}

.tof {
  color: #0073d9 !important;

  font-size: 22px;

  font-weight: 550;

  padding-bottom: 20px;

  text-transform: uppercase;
}

.fac {
  color: #222 !important;

  font-size: 22px;

  font-weight: 550;

  padding-bottom: 10px;

  text-align: left;
}

.be {
  margin-top: 50px;

  padding-bottom: 10px;
}

.tt {
  margin-left: 30px;
}

.fom {
  margin-top: 70px;
}

.cco {
  clear: both;

  margin-top: 110px;
}

.first-box ul li a {
  font-size: 18px;

  font-family: inherit;

  color: #222;

  transition: all 0.3s ease-in-out;

  font-weight: 500;
}

.first-box ul li:hover a {
  font-weight: 550;
}

.first-box ul li {
  transition: all 0.3s ease-in-out;

  margin: 20px 0;

  position: relative;
}

.first-box ul li::before {
  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  content: "\f101";

  position: absolute;

  left: -20px;

  color: #333;
}

.first-box ul {
  padding: 30px 0;
}

.smap {
  font-size: 32px;

  color: #0073d9;

  font-weight: 400;

  text-align: center;

  line-height: 1.2em;

  text-transform: capitalize;
}

.smap-section {
  padding: 40px 0;
}

.thanks {
  text-align: center;
}

.thanks i {
  font-size: 100px !important;

  padding: 20px 0;

  color: #0073d9;

  width: 500px;
}

.thank-h3 {
  font-size: 40px;
}

.thank-h4 {
  margin-top: 15px;

  font-size: 22px;

  text-align: center;

  color: #222;

  font-weight: 500;

  text-transform: uppercase;
}

.thank-btn {
  margin-top: 15px;

  text-align: center;
}

.undertake {
  position: relative;

  display: block;

  font-size: 18px !important;

  line-height: 26px;

  color: #555;

  font-weight: 400;

  font-family: "Lato", sans-serif;

  margin-bottom: 15px !important;
}

.undertake::before {
  position: absolute;

  font-family: fontAwesome;

  left: -20px;

  content: "\f101";
}

.title-style-one.style-two h3 {
  font-size: 30px;

  color: #0073d9;

  line-height: 1.5em;
}

.kcenter {
  padding-bottom: 80px;
}

.kcicm {
  margin: 30px 0;
}

.about-section-two .image-column .kcimage {
  border: 1px solid #ccc;

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

video {
  width: 100%;

  height: 270px;
}

.broch {
  float: right;

  padding-right: 40px;
}

.alih {
  width: 100% !important;

  height: 400px !important;
}

.awh {
  width: 100% !important;

  height: 80% !important;
}

.link-inner {
  transition: all 0.5s ease-in-out;

  overflow: hidden;

  display: block;
}

.link-inner:hover {
  transform: scale(1.1);
}

.dmp {
  position: relative;

  font-size: 16px;
}

@media (min-width: 240px) and (max-width: 410px) {
  .sai {
    font-size: 25px;

    line-height: 45px;
  }

  .rev_slider .tp-mask-wrap .tp-caption,
  .rev_slider .tp-mask-wrap :last-child,
  .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
  .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
    margin-bottom: 0;

    margin-top: 50px;
  }

  .text h3 {
    font-size: 20px;
  }

  .header-style-two .info-outer {
    display: none;
  }

  .ini {
    padding: 0;
  }

  .fact-counter .column .inner {
    border-right: 0;

    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 411px) and (max-width: 669px) {
  .header-style-two .info-outer .info-box,
  .header-style-two .info-outer .info-box:first-child {
    width: 50% !important;

    padding: 0 !important;
  }

  .ini {
    padding: 0;
  }

  .header-style-two .info-outer .info-box .info {
    font-size: 15px;
  }

  .fact-counter .column .inner {
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 670px) and (max-width: 767px) {
  .header-style-two .info-outer .info-box,
  .header-style-two .info-outer .info-box:first-child {
    width: 50% !important;

    padding: 0 !important;
  }

  .list-style-one {
    padding-left: 50px;
  }

  .ini {
    padding: 0;
  }

  .fact-counter .column .inner {
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-style-two .info-outer .info-box,
  .header-style-two .info-outer .info-box:first-child {
    width: 100% !important;
  }

  .ini {
    padding: 0;
  }

  .services-block-three .inner-box .lower-content .read-more {
    font-size: 12px;
  }

  .main-menu .navigation > li > a {
    font-size: 15px;
  }

  .ge {
    padding: 5px 8px;
  }

  .main-header .outer-box .btn-box {
    margin-left: 0;

    margin-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .header-style-two .info-outer .info-box,
  .header-style-two .info-outer .info-box:first-child {
    width: 50% !important;
  }

  .fixed-header .sticky-header .logo {
    float: left !important;

    width: 30% !important;
  }
}

@media (min-width: 1050px) and (max-width: 1200px) {
  .main-menu .navigation > li {
    margin-right: 15px !important;
  }

  .main-menu .navigation > li > a {
    font-size: 14px;
  }

  .ge {
    font-size: 13px;

    padding: 5px 15px;

    margin-top: 4px;
  }

  .sticky-header .main-menu .navigation > li > a {
    font-size: 14px;
  }

  .header-style-two .main-menu .navigation > li > a {
    font-size: 14px;
  }

  .header-style-two .main-menu .navigation > li {
    margin-left: 15px;
  }

  .main-menu .navigation > li > ul > li > a {
    font-size: 14px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

.grecaptcha-badge {
  /*z-index: 999;*/
}

div#google_translate_element span {
  display: none;
}

.skiptranslate.goog-te-gadget {
  color: transparent;
}

div#google_translate_element2 select.goog-te-combo {
  border: 1px solid black;

  padding: 2px;

  position: relative;

  top: 17px;
}

ul.social-links_footer {
  display: flex;

  padding: 20px 0px;
}

ul.social-links_footer li {
  margin: 0px 10px;

  background-color: #0073d9;
}

ul.social-links_footer span {
  padding: 5px;

  width: 30px;

  height: 30px;

  text-align: center;

  font-size: 18px;

  color: white;
}

/*divya css*/

.prodsec_col .lower-content h3 {
  font-size: 16px;

  line-height: 25px;
}

.prodsec_col .lower-content {
  padding: 20px 5px;

  height: 100px;
}

.prodsec_col .inner-box:hover .lower-content {
  border-color: #df4322;

  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

  background-color: #294b5e;
}

.prodsec_col .lower-content i {
  font-size: 18px;

  font-weight: 700;
}

.content-column.abt2_sec .inner-column {
  padding: 30px;
}

.content-column.abt2_sec h2 {
  font-size: 38px;
}

.content-column.abt2_sec .list-style-one li {
  font-size: 16px;

  line-height: 1.6em;

  font-weight: 400;

  color: #555;

  text-align: justify;
}

.inner-box.wow.fadeInUp.animated {
  padding: 10px;

  border: 1px solid #df4423;

  min-height: 408px;

  /*background-color: #df4423;*/
}

@media (min-width: 1200px) {
  .container-tabs {
    max-width: 100%;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;

    background-color: #0073d9;
  }
}

a:hover {
  color: #0073d9;

  text-decoration: underline;
}

.brochure-products {
  padding-bottom: 15px;

  font-size: 18px;

  color: #afafaf;
}

.download-cta-1 {
  position: fixed;

  top: 50%;

  left: 0;

  color: white;

  width: 50px;

  z-index: 999999;
}

.cta-icon {
  font-size: 32px;

  background-color: #0073d9;

  padding: 10px;

  color: white;
}

.cta-btn {
  margin-bottom: 10px;
}

.brochure-title {
  color: #0073d9;
}

.brouchure-submit-btn {
  background-color: #0073d9;

  font-weight: 500px !important;
}

/*prashanth added css*/
.fixed-buttons-1 {
  transform: rotate(-90deg);
  position: fixed;
  /*top: 45%;*/
  top: 58%;
  width: 110px;
  left: -35px;
  height: 40px;
  background-color: #fddb00 !important;
}

.fixed-buttons-1 a {
  text-decoration: none !important;
}

.lower-content .text-center {
  height: 60px;
}

@media (min-width: 768px) and (max-width: 1028px) {
  .lower-content .text-center {
    height: 100px;
  }
}

.client-logo img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 100%;
}

button.wh-ap-btn {
  outline: none;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #2ecc71;
  padding: 0;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
  content: "";
  background-image: url("//i.imgur.com/cAS6qqn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 48%;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}

button.wh-ap-btn:hover {
  opacity: 1;
  background-color: #20bf6b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
}

.wh-fixed {
  margin-left: 15px;
  margin-bottom: 15px;
}

.wh-fixed > a {
  display: block;
  text-decoration: none;
}

button.wh-ap-btn::before {
  /*content: 'Whatsapp';*/
  display: block;
  position: absolute;
  margin-left: 70px;
  margin-top: 16px;
  height: 25px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  width: 0;
  opacity: 0;
  padding: 0;
  transition: opacity 0.4s, width 0.4s, padding 0.5s;
  padding-top: 7px;
}

.wh-fixed > a:hover button.wh-ap-btn::before {
  opacity: 1;
  width: auto;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  width: 80px;
}

/* market area */
/* WRAPPER */
.region-section {
  padding: 70px 20px;
  text-align: center;
}

.region-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 50px;
  background-color: #0172d5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* GRID */
.region-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 35px;
  padding: 0 20px;
}

/* CARD */
.region-box {
  padding: 20px 15px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.35s ease;
   border-color: #0172d5;
}

/* CARD HOVER EFFECT */
.region-box:hover {
  transform: translateY(-10px) scale(1.05);
  border-color: yellow;
  box-shadow: 0 12px 25px rgba(255,0,0,0.28);
}

/* FLAG IMAGE */
.region-flag {
  width: 95px;
  height: 95px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
  transition: 0.3s ease;
}

.region-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.region-box:hover .region-flag img {
  transform: scale(1.08);
}

/* LABEL */
.region-box h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #000048;
  margin-top: -22px;
}

/* MOBILE */
@media (max-width: 600px) {
  .region-flag {
    width: 75px;
    height: 75px;
  }
  .region-box h4 {
    font-size: 0.95rem;
  }
}

:root {
  --brand-yellow: #fddc00;
  --brand-blue: #0172d5;
  --light-gray: #f7f7f7;
  --text-dark: #333;
  --border-color: #e0e0e0;
}

/* ===== PRODUCT SECTION WRAPPER ===== */
.products-section {
 margin-top: 30px;
  max-width: 1350px;
 
}
:root {
  --brand-blue: #0172d5;
}

/* ===== PRODUCTS HEADING ===== */
.products-heading {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--brand-blue);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.products-heading::after {
  content: "";
  width: 100%;
  height: 4px;
  background: var(--brand-blue);
  position: absolute;
  bottom: -10px;
  left: 0;

  animation: productsLineGrow 2s ease infinite alternate;
}

/* ===== ANIMATION ===== */
@keyframes productsLineGrow {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.main-content {
  background: #fff;
  border: 1px solid var(--border-color);
  padding: 40px 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.product-label {
  font-size: 30px;
  color: var(--brand-blue);
}

/* ===== HEADINGS ===== */
h3.heading,
h4.heading,
h5.heading,
h6.heading {
  color: var(--brand-blue);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 18px;
  font-size: 22px;
  letter-spacing: 0.5px;
}

h3.heading::after,
h4.heading::after,
h5.heading::after,
h6.heading::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 70px;
  height: 3px;
  background: var(--brand-yellow);
  border-radius: 3px;
  animation: underlineGrow 1s ease forwards;
}

@keyframes underlineGrow {
  from {
    width: 0;
  }
  to {
    width: 70px;
  }
}

/* ===== TEXT ===== */
.text-block {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* ===== LIST ===== */
.list {
  list-style: none;
  padding-left: 0;
}
table{
  color: #000;
}
caption{
  color: #000;
}
strong{
  color: #000;
}
li.list-item strong {
  color: #000 !important;
  font-weight: 700 !important;
  background: transparent !important;
}

.list-item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
}

.list-item::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--brand-blue);
  font-weight: bold;
  transition: all 0.3s ease;
}

.list-item:hover::before {
  color: var(--brand-yellow);
  transform: scale(1.2);
}

/* ===== IMAGES ===== */
.product-img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.product-img:hover {
  transform: translateY(-4px);
}

/* ===== BUTTON ===== */
.btn-quote {
  background-color: var(--brand-blue);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 12px 36px;
  letter-spacing: 0.5px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(1, 116, 217, 0.2);
}

.btn-quote:hover {
  background-color: var(--brand-yellow);
  color: var(--text-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(253, 220, 0, 0.3);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .products-section {
    padding: 40px 20px;
  }

  .main-content {
    padding: 30px 20px;
  }

  h3.heading,
  h4.heading,
  h5.heading,
  h6.heading {
    font-size: 20px;
  }

  .product-img {
    max-height: 320px;
  }
}

@media (max-width: 576px) {
  .products-section {
    padding: 30px 15px;
  }

  .main-content {
    padding: 24px 16px;
  }

  h3.heading,
  h4.heading,
  h5.heading,
  h6.heading {
    font-size: 18px;
  }
}

.disclaimer-section {
  padding: 60px 20px;
  max-width: 1300px;
  margin: auto;
  color: #1a1a1a;
}

.disclaimer-container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  border-left: 5px solid #007BFF; /* blue accent */
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.1);
  animation: fadeInUp 1s ease forwards;
}

.disclaimer-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #007BFF;
  margin-bottom: 30px;
  position: relative;
}

.disclaimer-title::after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: #007BFF;
  margin: 10px auto 0;
  border-radius: 2px;
}

.disclaimer-item {
  margin-bottom: 25px;
}

.disclaimer-item h3 {
  font-size: 1.25rem;
  color: #0056b3;
  margin-bottom: 10px;
}

.disclaimer-item p {
  line-height: 1.75;
  font-size: 1rem;
  color: #333;
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .disclaimer-container {
    padding: 30px 20px;
  }

  .disclaimer-title {
    font-size: 1.8rem;
  }

  .disclaimer-item h3 {
    font-size: 1.1rem;
  }

  .disclaimer-item p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .disclaimer-section {
    padding: 40px 15px;
  }

  .disclaimer-container {
    padding: 20px 15px;
  }

  .disclaimer-title {
    font-size: 1.6rem;
  }

  .disclaimer-item h3 {
    font-size: 1rem;
  }

  .disclaimer-item p {
    font-size: 0.9rem;
  }
}

/* sitemap */
.sitemap-header {
  background: linear-gradient(90deg, #60a4ec, #5fcaf4);
  color: #fff;
  text-align: center;
}

.sitemap-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.sitemap-header p {
  font-size: 1rem;
  opacity: 0.9;
  margin-top: 10px;
}

.sitemap-tree {
  max-width: 1100px;
  margin: 50px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(255, 122, 0, 0.15);
  padding: 40px;
}

.sitemap-tree ul {
  list-style: none;
  padding-left: 25px;
  position: relative;
}

.sitemap-tree ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  border-left: 2px solid#0073d9;
}

.sitemap-tree li {
  position: relative;
  margin: 8px 0;
  padding-left: 20px;
}

.sitemap-tree li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  border-top: 2px solid#0073d9;
}

.sitemap-tree li a {
  text-decoration: none;
  color: #fff;
  background: #0073d9;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.sitemap-tree li a:hover {
  background: #0073d9;
  transform: translateX(5px);
}

.sitemap-tree ul ul {
  margin-left: 20px;
  border-left: 2px dashed#0073d9;
  padding-left: 15px;
}

@media (max-width: 992px) {
  .sitemap-tree {
    margin: 30px 15px;
    padding: 25px;
  }

  .sitemap-header h1 {
    font-size: 2rem;
  }

  .sitemap-tree li a {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .sitemap-header h1 {
    font-size: 1.7rem;
  }

  .sitemap-header p {
    font-size: 0.9rem;
  }

  .sitemap-tree {
    padding: 20px;
  }

  .sitemap-tree li a {
    font-size: 13.5px;
  }
}

/* gallery */

.esd-info-wrapper {
  padding: 40px 5%;
  background: #ffffff;
}

.esd-heading {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.esd-description {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
  text-align: justify;
}

.esd-tagline {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #0091ea;
  font-style: italic;
}

/* -------------------- GALLERY SECTION -------------------- */

.gall-main-wrapper {
  padding: 40px 5%;
  background: #f8f8f8;
}

.gall-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #333;
  font-weight: 600;
}

.gall-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

@media (max-width: 992px) {
  .gall-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gall-grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gall-box {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

.gall-box:hover {
  transform: translateY(-5px);
}

/* -------------------- IMAGE WRAPPER + ZOOM -------------------- */

.gall-img-wrap {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zoom-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.zoom-img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* No cropping */
  transition: transform 0.4s ease;
}
.main-content .img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.main-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.main-content img:hover {
  transform: scale(1.05); /* reduced zoom */
  cursor: zoom-in;
}

.zoom-container:hover .zoom-img {
  transform: scale(1.05);
  cursor: zoom-in;
}

.gall-label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background: rgba(0, 102, 204, 0.95);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


/* market area content */
    .market-area {
     margin: 0 auto;
    padding: 60px 0px;
    }

.market-content {
 box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  background: #fff;

      margin-bottom: 60px;
      padding: 50px 40px;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      animation: fadeUp 1s ease forwards;
}

.market-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(184, 0, 0, 0.15);
}

.market-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  position: relative;
}

/* ICON STYLE */
.market-heading i {
  font-size: 1.8rem;
  background: #ffe6e6;
  color: #0172d5;
  padding: 12px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.market-heading h2,
.market-heading h3,
.market-heading h4 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0172d5;
  line-height: 1.3;
}

.market-heading:hover i {
  background: #0172d5;
  color: #fff;
}

.market-heading:hover {
  transform: translateX(3px);
  transition: 0.3s ease;
}

.market-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
  color: #000;
}

.market-text b {
  color: #0172d5;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 992px) {
  .market-area {
    padding: 60px 15px;
  }

  .market-heading {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .market-heading {
    justify-content: center;
    text-align: center;
  }

  .market-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .market-text p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .market-heading {
    font-size: 1.6rem;
  }

  .market-heading i {
    font-size: 1.5rem;
  }

  .market-text p {
    font-size: 14px;
  }
}
