@charset "utf-8";

body {
  font-family: "Metropolis", sans-serif;
  overflow-x: hidden;
  /* padding-top: 80px; */
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}

.container {
  width: 1240px;
  max-width: 1240px;
  min-width: 1240px;
}

.header {
  width: 100%;
  display: table;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 999;
  /* border-bottom: 2px solid #f37024; */
  height: 80px;
  border-radius: 0 0 50px 50px;
}

/* .header:before{
    content: '';
    left: 0px; top: 100%;
    height: 5px;
    width: 100%;
    display: block;
    position: absolute;

    background: url(../images/toptop.jpg) repeat-x;
} */

.header.fixed1 {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
}

.logo {
  float: left;

  position: relative;
}

.logo a {
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 0 0 20px 20px;
  /* box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2) !important; */
  transition: all 0.7s;
}

.logo a img {
  height: 110px;
  display: block;
}
.header.fixed1 .logo a {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2) !important;
}
.header.fixed1 .logo a img {
  height: 70px;
  transition: all 0.7s;
}
.header_right {
  float: right;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 50px;
}

.top_bar {
  background: #2b2b32;
  height: 40px;
  line-height: 40px;
  position: relative;
  float: right;
  transition: all 0.5s;
  width: 100%;
}

.top_bar ul {
  float: right;
  list-style: none;
}

.top_bar ul li {
  float: left;
  margin-left: 15px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  line-height: 40px;
}

.top_bar ul li i {
  font-size: 20px;
  margin-top: 8px;
  margin-right: 10px;
  float: left;
  cursor: pointer;
}

.top_bar ul > li > a.click {
  float: right;
  color: #f37024;
  margin-left: 10px;
  padding: 0 20px;
  line-height: 36px;
  margin-top: 2px;
  margin-right: 2px;
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

.top_bar ul > li > a.click:hover {
  color: #000;
}

.search {
  float: left;
  z-index: 2;
  position: relative;
}

.search .float_btn {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  background: #3575d3;
}

.search .float_btn:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 70px;
  height: 40px;
  background: #3575d3;
  content: "";
  transform: skew(35deg);
}

.search input + label {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  z-index: 1;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}

.sbtn {
  color: transparent;
  border: 0px;
  z-index: 0;
  position: relative;
  background: transparent;
}

.float_input {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  right: -0;
  border: 1px solid #ddd;
  padding: 0 10px;
  transition: all 0.5s;
}

.search:hover .float_input,
.float_input:focus {
  right: 0;
  width: 300px;
  transition: all 0.5s;
}

.top_lang {
  float: left;
  background: #223f45;
  position: relative;
  padding: 0 20px 0 40px;
}

.top_lang a {
  text-decoration: none;
  color: #fff;
}

.top_lang span {
  width: 100px;
  height: 40px;
  border: 0px;
  background: transparent;
  color: #fff;
  z-index: 1;
  position: relative;
  line-height: 40px;
  appearance: none;
  -webkit-appearance: none;
}

.top_lang select {
  width: 80px;
  height: 39px;
  background: transparent;
  color: #fff;
  border: none;
  z-index: 1;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.bottom-separator {
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
  display: block;
  z-index: 99;
}

.bottom-separator:after {
  box-shadow: 0 0 0 100px #fff;
  border-radius: 100%;
  position: absolute;
  height: 190px;
  content: "";
  right: -20%;
  left: -20%;
}

.menu {
  float: right;
  /* margin-right: 90px; */
}

.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.menu > ul > li {
  float: left;
  position: relative;
  margin: 0px;
}

.menu > ul > li > a {
  padding: 0px 15px;
  line-height: 80px;
  color: #0a55a3;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  margin: 0px;
  text-transform: capitalize;
}

.menu > ul > li:first-child > a {
}

.menu > ul > li > a i {
  margin-left: 5px;
}

.menu > ul > li > a span {
  color: #f37024;
}

.menu > ul > li.search > a i {
  margin-left: 0px;
  color: #0a2462;
  font-size: 18px;
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
  color: #f37024;
}

/*.menu > ul > li > a::before {
    background: #b7b7b7;
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    position: absolute;
    content: "";
}
.menu > ul > li:last-child > a{
    background-color: #a6c437;
    height: 36px;
    line-height: 36px; color: #fff;
    display: inline;
    position: relative;
    top: 15px;
    padding: 8px 20px;
    border-radius: 30px;
}*/

.megamenu {
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #11aa90;
  width: 240px;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
  /* border-top: 3px solid #ef4138; */
}

/* .megamenu:before{
    position: absolute;
    left: 40px;
    top: -13px;
    content: "";
     width: 0; height: 0; 
     border-left: 10px solid transparent; 
     border-right: 10px solid transparent; 
     border-bottom: 10px solid #ef4138;
} */

.menu > ul > li:hover .megamenu {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.megamenu ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.megamenu ul li {
  float: left;
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  /* padding: 0 5px; */
}

.megamenu ul li a {
  text-decoration: none;
  color: #fff;
  padding: 15px 15px;
  display: block;
  font-size: 16px;
  width: 100%;
  text-transform: capitalize;
  /* border-bottom: 1px solid #eaeaea; */
}

.megamenu ul li a:hover {
  background-color: #f37024;
  color: #fff;
  transition: all 0.3s ease 0s;
}

/*----------banner-----------*/

.mtop1 {
  /*height: 75px;*/
}

.main_banner {
  width: 100%;
  border-radius: 0px 0px 100px 100px;
  overflow: hidden;
}
.main_banner:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  z-index: 1;
}
.main_banner::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 35%;
  height: 100%;
  background: url(../images/stroke.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
  z-index: 9;
  opacity: 0.75;
}
.banner_txt {
  top: 35% !important;
  color: #fff;
  position: absolute;
  width: 90%;
  padding: 0 20px !important;
  margin: auto;
  right: 5%;
  margin: auto;
  text-align: left;
}

.banner_hd,
.banner_cont,
.banner_r_more {
  width: 100%;
  float: left;
}

.banner_hd {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  margin-bottom: 10px;
  text-align: center;
}

.banner_hd span {
  color: #000;
  font-weight: 700;
}

.banner_cont {
  color: #fff;
  font-size: 80px;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  line-height: 80px;
  position: relative;
  font-family: "Metropolis", serif;
}

.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}

.banner_cont span i {
  margin-right: 5px;
}

.banner_r_more {
  clear: both;
  margin-top: 10px;
}

.banner_r_more a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  margin: auto;
  display: inline-block;
  background-color: #ffc315;
  border: 2px solid #ffc315;
  font-weight: 600;
  padding: 0 30px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  letter-spacing: 1px;
  margin: 0 10px;
  position: relative;
  border-radius: 30px;
  animation: gradient 15s ease infinite;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  height: 98vh;
  object-fit: cover;
  object-position: center center;
}
/* .banner_r_more a:before{
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        border-top: 0 solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #fff;
} */

.banner_r_more img {
  margin-left: 5px;
}

.banner_r_more a:hover {
  background-color: #11aa90;
  border-color: #11aa90;
  color: #fff;
}

.ban_but {
  bottom: 10%;
}

/*----------banner-----------*/

/*bannerbtns*/

.bannerbtns {
}

.bannerbtns a.contact {
  float: right;
  display: inline-block;
  /* background-color: #f37024; */
  background: linear-gradient(
    -45deg,
    #efb400,
    #0a55a3,
    #63369e,
    #f37024,
    #11aa90
  );
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding: 0 25px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s;
  text-transform: uppercase;
  position: relative;
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px; */
  z-index: 999;
  height: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.bannerbtns a.contact img {
  margin-right: 10px;
}

.bannerbtns a.about1 {
  float: left;
  display: inline-block;
  background-color: #f37024;
  padding: 27px 50px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s;
  display: block;
  color: #fff;
  position: relative;
  position: fixed;
  top: 40px;
  left: 0px;
  z-index: 999;
  height: 83px;
}
/* 
.bannerbtns a.about1:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-top: 0 solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
} */

/* .bannerbtns a.contact:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-top: 0 solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
} */

.bannerbtns a.contact:hover {
}

.bannerbtns a.about1:hover {
  background-color: #fff;
  color: #f37024;
}

.banner_r_more a i {
  margin-right: 5px;
}

a.scroll-down-link {
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 35px;
  color: #fff;
  text-align: center;
  z-index: 90;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
  animation: move_fade_move_down 2s ease-in-out infinite;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0px;
  outline: 0px !important;
  border: 0px;
}

a.scroll-down-link img {
  opacity: 0.6;
}

/*animated arrow animattion*/

@-webkit-keyframes move_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}

@keyframes move_fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -5px);
    opacity: 1;
  }
}

/*bannerbtns*/

/*-------section2---------*/

.section2 {
  width: 100%;
  display: table;
  padding: 40px 0;
  background-color: #fff;
}

.about-section {
  position: relative;
  padding: 70px 0 80px;
}

.about-content-block {
  position: relative;
  margin-bottom: 30px;
}

.about-content-block h1 {
  position: relative;
  margin-bottom: 25px;
  font-size: 38px;
  color: #0a55a3;
  line-height: 50px;
  font-weight: bold;
  margin-top: 0;
  font-family: "Metropolis", sans-serif;
}
.about-content-block h3 {
  color: #0a55a3;
  font-weight: bold;
  margin-top: 30px;
}
.about-content-block h4 {
  font-size: 18px;
  color: #f37024;
  line-height: 28px;
  font-family: "Metropolis", sans-serif;
  margin-bottom: 20px;
}

.text {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0px;
}
.about-content-block a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  margin: auto;
  display: inline-block;
  background-color: #ffc315;
  border: 2px solid #ffc315;
  font-weight: 600;
  padding: 0 30px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  letter-spacing: 1px;
  margin: 0 10px;
  position: relative;
  border-radius: 30px;
  animation: gradient 15s ease infinite;
}
.about-content-block a:hover {
  background-color: #11aa90;
  border-color: #11aa90;
  color: #fff;
}
.btn-style-one {
  position: relative;
  line-height: 24px;
  background: none;
  color: #f37024;
  font-size: 13px;
  font-weight: 500;
  border-radius: 29px;
  padding: 15px 48px;
  border: 2px solid #f37024;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
}

.btn-style-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 29px;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  background-color: #f37024;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.btn-style-one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 29px;
  background-color: #f37024;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.btn-style-one span {
  position: relative;
  z-index: 10;
}

.btn-style-one:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-one:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-one:hover {
  color: #fff;
}

.btn-style-two {
  position: relative;
  line-height: 24px;
  background: #f37024;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  padding: 15px 20px;
  text-transform: capitalize;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 20px 0 rgba(237, 98, 33, 0.2);
  box-shadow: 0 20px 20px 0 rgba(237, 98, 33, 0.2);
  width: 100%;
  text-decoration: none;
  display: table;
}

.btn-style-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 6px;
  background-color: #000f41;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.btn-style-two span {
  position: relative;
  z-index: 10;
}

.btn-style-two i {
  position: relative;
  margin-right: 10px;
  z-index: 1;
  font-size: 14px;
}

.btn-style-two:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-style-two:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-two:hover {
  color: #fff;
}

.btn-style-three {
  position: relative;
  line-height: 24px;
  background: #000f41;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  padding: 15px 20px;
  text-transform: capitalize;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 20px 0 rgba(48, 44, 81, 0.2);
  box-shadow: 0 20px 20px 0 rgba(48, 44, 81, 0.2);
  width: 100%;
  display: table;
}

.btn-style-three:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
  background-color: #f37024;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.btn-style-three span {
  position: relative;
  z-index: 10;
}

.btn-style-three i {
  position: relative;
  margin-right: 10px;
  z-index: 1;
  font-size: 14px;
}

.btn-style-three:hover::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-style-three:hover::after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-three:hover {
  color: #fff;
}

.btn-style-four {
  position: relative;
  line-height: 24px;
  background: var(--theme-color-two);
  color: var(--dark-color-two);
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  padding: 8px 35px;
  text-transform: uppercase;
  overflow: hidden;
}

.btn-style-four:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--dark-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.btn-style-four span {
  position: relative;
  z-index: 10;
}

.btn-style-four:hover::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-four:hover {
  color: #fff;
}

.btn-style-five {
  position: relative;
  line-height: 24px;
  background: var(--theme-color-two);
  color: var(--dark-color-two);
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  padding: 16px 40px;
  text-transform: uppercase;
  overflow: hidden;
}

.btn-style-five:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--dark-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.btn-style-five span {
  position: relative;
  z-index: 10;
}

.btn-style-five:hover::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-style-five:hover::after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-five:hover {
  color: #fff;
}

.btn-style-six {
  position: relative;
  line-height: 24px;
  background: none;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 500;
  border-radius: 29px;
  padding: 15px 48px;
  border: 2px solid var(--theme-color);
  text-transform: uppercase;
  overflow: hidden;
}

.btn-style-six:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  background-color: var(--theme-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.btn-style-six:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--theme-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.btn-style-six span {
  position: relative;
  z-index: 10;
}

.btn-style-six:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-six:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-six:hover {
  color: #fff;
}

.btn-style-seven {
  position: relative;
  line-height: 24px;
  background: none;
  color: var(--theme-color-two);
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  padding: 6px 29px;
  border: 2px solid var(--theme-color-two);
  text-transform: uppercase;
  overflow: hidden;
}

.btn-style-seven:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  background-color: var(--theme-color-two);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.btn-style-seven:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--theme-color-two);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.btn-style-seven span {
  position: relative;
  z-index: 10;
}

.btn-style-seven:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-seven:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-seven:hover {
  color: #fff;
}

.btn-style-eight {
  position: relative;
  line-height: 24px;
  background: none;
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  padding: 8px 30px;
  background: var(--theme-color-two);
  text-transform: uppercase;
  overflow: hidden;
}

.btn-style-eight:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  background-color: var(--theme-color-two);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.btn-style-eight:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--dark-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.btn-style-eight span {
  position: relative;
  z-index: 10;
}

.btn-style-eight:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-eight:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-style-eight:hover {
  color: #fff;
}

.about-content-block .row .text {
  position: relative;
  margin-bottom: 25px;
  padding-left: 25px;
  border-left: 4px solid #ffc315;
}

.about-content-block .link-btn {
  position: relative;
  margin-bottom: 25px;
}

.about-image-block {
  position: relative;
  margin-bottom: 30px;
}

.about-image-block:before {
  position: absolute;
  content: "";
  background: url(../images/decor.png) no-repeat center;
  height: 224px;
  width: 272px;
  top: 0;
  right: 0;
}

.about-image-block .logo-box {
  position: absolute;
  top: 20px;
  right: 70px;
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  background: #fff;
  border-radius: 50%;
  z-index: 99;
}

.about-image-block .logo-box .image {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 140px;
  height: 140px;
  text-align: center;
  line-height: 140px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.about-image-block .logo-box .image:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border: 3px dotted #f37024;
  left: 10px;
  top: 10px;
  border-radius: 50%;
}

.about-image-block .logo-box .image::before {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.about-image-block .logo-box img {
  position: relative;
  width: 85px;
}

@-webkit-keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}

@-moz-keyframes rotateme {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 0.7;
  }
  100% {
    -moz-transform: rotate(360deg);
    opacity: 1;
  }
}

@-o-keyframes rotateme {
  0% {
    -o-transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -o-transform: rotate(180deg);
    opacity: 0.7;
  }
  100% {
    -o-transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

.about-image-block .image-two {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-image-block .image-three {
  position: absolute;
  right: 30px;
  bottom: 22px;
}

.about-image-block img {
  border-radius: 6px;
}

.about-image-block .image-two a {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.about-image-block .image-two a:hover {
  color: var(--theme-color);
}

.about-image-block .image-two a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  opacity: 0;
}

@-webkit-keyframes myPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes myPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.about-image-block .image-two a:hover:before {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Metropolis", serif;
}
/* .services_section */
.services_section {
  display: grid;
  grid-template-columns: 30fr 70fr;
  grid-template-rows: 1fr;
}
.services_section .ss_left {
  background: linear-gradient(
    -45deg,
    #efb400,
    #0a55a3,
    #63369e,
    #f37024,
    #11aa90
  );
  background-size: auto;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  display: grid;
  align-items: center;
  color: #fff;
  padding: 50px;
}
.ss_left h2 {
  font-size: 42px;
}
.services_section .ss_left .p {
  opacity: 0.6;
  margin-bottom: 10px;
  line-height: 1.6;
}
.services_section .ss_left .buttonA:before {
  z-index: auto;
  background-image: url(../images/button-a2.svg);
}
.services_section .ss_right ul {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
}
.services_section .ss_right ul li {
  position: relative;
  width: 100%;
  float: left;
  padding: 40px;
  font-size: 16px;
  line-height: 28px;
  transition: all ease-in-out 0.5s;
}
.services_section .ss_right ul li:hover {
  z-index: 2;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
}
.services_section .ss_right ul li:nth-child(1) {
  background: #fffbf0;
}
.services_section .ss_right ul li:nth-child(2) {
  background: #fcf9ff;
}
.services_section .ss_right ul li:nth-child(3) {
  background: #fff9f6;
}
.services_section .ss_right ul li:nth-child(4) {
  background: #f5fffd;
}
.services_section .ss_right ul li img {
  height: 60px;
}
.services_section .ss_right ul li .p {
  opacity: 0.9;
}
.services_section .ss_right ul li h4 {
  margin: 15px 0;
  font-size: 24px;
  font-weight: 600;
}
.services_section .ss_right ul li a {
  float: right;
  width: 50px;
  height: 50px;
  border: 1px solid #0a55a3;
  line-height: 48px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  color: #0a55a3;
  margin-top: 30px;
  transition: all ease-in-out 0.5s;
}
.services_section .ss_right ul li a:hover {
  background: #0a55a3;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.buttonA {
  display: inline-block;
  font-size: 14px;
  margin-top: 25px;
  margin-right: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
}
.buttonA span {
  float: left;
  color: #000;
  background: #ffc315;
  font-weight: 500;
  line-height: 30px;
  padding: 7px;
  letter-spacing: 2px;
  padding-left: 20px;
  border-radius: 50px;
  position: relative;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
}
.buttonA:before {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 80px;
  height: 80px;
  content: "";
  transform: translateY(-50%);
  z-index: -1;
  background-image: url(../images/buttonA-bg.svg);
  background-position: center;
  background-size: cover;
}
.buttonA .fa {
  float: right;
  margin: 0 5px;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  transition: all ease-in-out 0.5s;
}
.buttonA:hover .fa {
  background: #ffc315;
}
.buttonA:hover span {
  color: #ffc315;
  background: #fff;
}

/* collaborate_section */
.collaborate_section {
  background-image: url(../images/footer_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  position: relative;
}
.collaborate_section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to left, transparent 0%, #0a55a3 100%);
}
.collaborate_section .txt {
  float: left;
  width: 50%;
  font-size: 16px;
  position: relative;
}
.collaborate_section .txt .p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: #fff;
}
.collaborate_section .home_h1 {
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  font-size: 42px;
}
.collaborate_section .buttonA::before {
  z-index: auto;
  background-image: url(../images/button-a3.svg);
}

/*footer*/
.footer {
  padding: 0;
  display: block;
  background-color: #002f60;
  position: relative;
  width: 100%;
}
.footer_logo {
}
.footer_logo img {
  max-width: 100%;
  max-height: 75px;
  margin-bottom: 30px;
}
.footer_right {
  position: relative;
  padding: 50px 0 30px 0;
  width: 100%;
}
.footer_right_in {
  display: grid;
  grid-template-columns: 30fr 20fr 20fr 20fr 10fr;
  gap: 20px;
}
.footer_right_in h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffc417;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 30px;
}
.footer_right_in ul {
  list-style: none;
}
.footer_right_in ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  margin-bottom: 20px;
  display: block;
}
.footer_right_in ul li a:hover {
  color: #ffc417;
}
.footer_right_in h4 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.footer_right_in p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer_right_in p a {
  color: #ffc417;
  text-decoration: none;
  display: block;
  clear: both;
}
.footer_socical {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  position: relative;
}
.footer_socical a {
  width: 40px;
  height: 40px;
  background-color: #0a55a3;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
}
.footer_socical a img {
  filter: brightness(0) invert(1);
}
.footer_socical a:hover {
  /* background-color: rgba(255, 255, 255, 0.75); */
}
.footer_socical a img {
  height: 15px;
}
.copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  text-align: right;
  font-weight: 300;
  line-height: 1.6;
  position: absolute;
  right: 0;
  bottom: 40px;
}
.ft_add {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #fff;
}
.ft_add img {
  max-height: 22px;
  max-width: 22px;
  position: absolute;
  left: 0;
  top: 2px;
  width: auto;
}
.ft_add a {
  text-decoration: none;
  color: #fff;
}
.ft_add h4 {
  font-weight: 600;
  font-size: 14px;
}
.ft_add p {
  font-weight: 500;
}
/*footer*/

.home_industries {
  background-color: #fff;
  padding: 50px 0;
  width: 100%;
  background-image: url(../images/project-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.home_industries ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.home_industries ul li {
}
.home_industries ul li a {
  text-decoration: none;
  display: block;
  color: #fff;
  /* border-radius: 0 0 10px 10px; */
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.hi_img {
  position: relative;
  display: block;
}
.hi_img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0a55a3;
  opacity: 0.79;
  /* border-radius: 0 0 10px 10px; */
  overflow: hidden;
}
.hi_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.hi_info {
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.hi_info img {
  height: 50px;
  transition: all 0.3s;
}
.hi_info h3 {
  margin: 15px 0;
  color: #fff;
  transition: all 0.3s;
}
.hi_info p {
  color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s;
  line-height: 26px;
  font-size: 16px;
}
.home_industries ul li a:hover .hi_info img {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.home_industries ul li a:hover .hi_info p {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.home_industries .owl-dots {
  position: absolute;
  bottom: -50px;
  width: auto;
  margin: auto;
  display: table;
  left: 0;
  right: 0;
}

.homeqlinks {
  padding: 60px 0 30px;
  background-color: #fff;
  width: 100%;
  display: table;
  background-image: url(../images/blog-bg-1-1.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 140%;
}
.homeqlinks h2,
.home_industries h2 {
  position: relative;
  margin-bottom: 25px;
  font-size: 38px;
  color: #0a55a3;
  line-height: 50px;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  font-family: "Metropolis", sans-serif;
}
.homeqlinksin {
  width: 100%;
  position: relative;
  padding: 0px 40px 40px;
  display: table;
}
.homeqlinksin .col-sm-4 {
  padding: 0 20px;
}
img.homebendots {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
}
.homeqlinks_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
.homqbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  /* border-bottom: 4px solid rgba(243, 112, 36, 0.192); */
  transition: all 0.3s;
  box-shadow: 5px 5px 15px 0px rgba(64, 84, 178, 0.35);
  overflow: hidden;
}
.homqbox img {
  width: 80px;
}
.homqbox h3 {
  margin: 40px 0 20px;
  color: #333;
  font-size: 21px;
  font-weight: 500;
}
.homqbox:hover {
  /* border-color: #f37024; */
}
