/* ------------------------------------------------------------------ Reset Css -------------------------------------------------------------------- */
h1.fs-lg {
  font-size: 150px;
  line-height: 80%;
}
@media (min-width: 767px) and (max-width: 991px) {
  h1.fs-lg {
      font-size: 42px;
 }
}
/* ------------------------------------------------------------------ Template Default Button -------------------------------------------------------------------- */
.btnd, .theme-btn, .video-btn {
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
.theme-btn {
  color: #FFF;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #086ad7;
  border: 1px solid #086ad7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.theme-btn.theme-2 {
  background-color: #ff5e14;
  border: 1px solid #ff5e14;
  color: #fff;
  border-radius: 50px;
  padding: 22px 40px;
}
.theme-btn.theme-2:hover {
  background-color: #211e3b;
  border: 1px solid #211e3b;
}
.theme-btn.theme-2.white {
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  color: #211e3b;
  border-color: #fff;
}
.theme-btn.theme-2.white:hover {
  background-color: #211e3b;
  color: #fff;
  border-color: #211e3b;
}
@media (max-width: 767px) {
  .theme-btn {
      padding: 17px 30px;
      font-size: 13px;
 }
}
@media (max-width: 580px) {
  .theme-btn {
      padding: 16px 26px;
 }
}
@media (max-width: 480px) {
  .theme-btn {
      padding: 15px 25px;
 }
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn.no-fil {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  margin-left: 15px;
}
@media (max-width: 500px) {
  .theme-btn.no-fil {
      margin-left: 0;
 }
}
.theme-btn.no-fil:hover {
  background-color: #086ad7;
  border: 1px solid #086ad7;
}
.theme-btn.black {
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #FFF;
}
.theme-btn.black:hover {
  background-color: #086ad7;
  border: 1px solid #086ad7;
}
.theme-btn.minimal-btn {
  color: #211e3b;
  border: 1px solid #b0cff2;
  background: transparent;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.theme-btn.minimal-btn:hover {
  background-color: #086ad7;
  border: 1px solid #086ad7;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #FFF;
}
.theme-btn.off-white {
  background-color: #efeff1;
  color: #211e3b;
  border: 1px solid #efeff1;
}
.theme-btn:hover {
  background-color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #FFF;
}
.hero-slider-2 button i {
  transition: 0.4s;
}
/* ---------------------------------- Hero Section - Styles ------------------------------------ */
.hero-1 .single-slide {
  padding: 330px 0px 225px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .hero-contents h2 {
      font-size: 120px !IMPORTANT;
 }
}
@media (max-width: 1199px) {
  .hero-1 .single-slide {
      padding: 230px 0px 175px;
 }
}
@media (max-width: 991px) {
  .hero-1 .single-slide {
      padding: 170px 0px 90px;
 }
}
@media (max-width: 767px) {
  .hero-1 .single-slide {
      padding: 150px 0px 100px;
 }
}
.hero-1 .single-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/slide_bg_circle.png");
  width: 60%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: .5;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .hero-1 .single-slide::before {
      width: 100%;
 }
}
.hero-1 .single-slide .hero-contents {
  position: relative;
  z-index: 2;
}
.hero-1 .single-slide .hero-contents h1 {
  font-weight: 900;
}
@media (max-width: 1199px) {
  .hero-1 .single-slide .hero-contents h1 {
      font-size: 100px;
 }
}
@media (max-width: 991px) {
  .hero-1 .single-slide .hero-contents h1 {
      font-size: 80px;
 }
}
@media (max-width: 767px) {
  .hero-1 .single-slide .hero-contents h1 {
      font-size: 60px;
 }
}
.hero-1 .single-slide .hero-contents h2 {
  font-size: 100px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .hero-1 .single-slide .hero-contents h2 {
      font-size: 80px;
 }
}
@media (max-width: 991px) {
  .hero-1 .single-slide .hero-contents h2 {
      font-size: 70px;
 }
}
@media (max-width: 767px) {
  .hero-1 .single-slide .hero-contents h2 {
      font-size: 50px;
 }
}
.hero-1 .single-slide .hero-contents p {
  color: #211e3b;
  font-weight: 500;
  font-size: 24px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .hero-1 .single-slide .hero-contents p {
      font-size: 20px;
 }
}
.hero-1 .single-slide .hero-contents a {
  margin-top: 35px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .hero-1 .single-slide .hero-contents a {
      margin-top: 20px;
 }
}
.hero-1 .single-slide .slide-top-img {
  width: 771px;
  height: 788px;
  position: absolute;
  z-index: -1;
  background-color: #eee;
  right: 0;
  top: 0;
  content: "";
  -webkit-clip-path: polygon(25% 0, 100% 0%, 101% 70%, 66% 80%, 0% 17%);
  clip-path: polygon(25% 0, 100% 0%, 101% 70%, 66% 80%, 0% 17%);
  background-position: -125px;
}
@media (max-width: 1400px) {
  .hero-1 .single-slide .slide-top-img {
      width: 634px;
      height: 652px;
      right: -83px;
      background-position: -90px;
 }
}
.hero-1 .single-slide .slide-bottom-img {
  width: 972px;
  height: 486px;
  position: absolute;
  z-index: -1;
  background-color: #eee;
  right: 30px;
  bottom: 0;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1400px) {
  .hero-1 .single-slide .slide-bottom-img {
      width: 672px;
      height: 386px;
      right: 0;
 }
}
.hero-1 .single-slide .bg-overlay::before {
  background: #211e3b;
  opacity: .1;
}
.owl-carousel .owl-item.active .techex-animate-1 {
  -webkit-animation: fadeInUp 0.5s ease-in-out 0.5s both;
  animation: fadeInUp 0.5s ease-in-out 0.5s both;
}
.owl-carousel .owl-item.active .techex-animate-2 {
  -webkit-animation: fadeInUp 0.5s ease-in-out 1s both;
  animation: fadeInUp 0.5s ease-in-out 1s both;
}
.owl-carousel .owl-item.active .techex-animate-3 {
  -webkit-animation: fadeInUp 0.5s ease-in-out 1.5s both;
  animation: fadeInUp 0.5s ease-in-out 1.5s both;
}
/* * hero section 1 owl sec */
.hero-1 button.owl-prev i {
  background-color: #ffffff;
  color: #000;
  position: absolute;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  top: 50%;
  left: 38px;
  transform: translate(-50%, -50%);
}
.hero-1 button.owl-next i {
  background-color: #ffffff;
  color: #000;
  position: absolute;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.hero-1 .owl-dots {
  text-align: center;
  margin-right: 270px;
  padding-bottom: 10px;
}
section.hero-slide-wrapper.hero-1 .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.hero-1 button.owl-dot span {
  background: rgb(98, 94, 94);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  margin: 0 5px;
}
.hero-1 button.owl-dot.active span {
  background: rgb(128, 125, 125);
  width: 30px;
  border-radius: 10px;
  border: none;
}
section.hero-slide-wrapper.hero-1 .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
/* HERO 2 */
.hero-2 {
  position: relative;
  background-color: #211e3b;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .hero-2 {
      padding-left: 0;
 }
}
.hero-2 .single-slide {
  padding: 250px 0px;
  z-index: 1;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 1600px) {
  .hero-2 .single-slide {
      padding: 180px 0px;
      padding-left: 80px;
 }
}
@media (max-width: 1199px) {
  .hero-2 .single-slide {
      padding-left: 30px;
 }
}
@media (max-width: 991px) {
  .hero-2 .single-slide {
      padding: 90px 0px 170px 0px;
 }
}
@media (max-width: 767px) {
  .hero-2 .single-slide {
      padding: 70px 0px 130px 0px;
 }
}
@media (max-width: 500px) {
  .hero-2 .single-slide {
      padding: 65px 0px 120px 0px;
 }
}
.hero-2 .single-slide::before, .hero-2 .single-slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#211e3b), to(rgba(33, 30, 59, 0)));
  background-image: linear-gradient(90deg, #211e3b 0%, rgba(33, 30, 59, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #211e3b 0%, rgba(33, 30, 59, 0) 100%);
  z-index: -1;
}
.hero-2 .single-slide.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
.hero-2 .single-slide .hero-contents {
  position: relative;
}
.hero-2 .single-slide .hero-contents h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 900;
  line-height: 110%;
  margin-top: -10px;
  text-transform: capitalize;
}
.hero-2 .single-slide .hero-contents h2 {
  color: #fff;
  font-size: 90px;
  font-weight: 900;
  line-height: 110%;
  margin-top: -10px;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  .hero-2 .single-slide .hero-contents h2 {
      font-size: 70px;
 }
}
@media (max-width: 767px) {
  .hero-2 .single-slide .hero-contents h2 {
      font-size: 50px;
 }
}
@media (max-width: 500px) {
  .hero-2 .single-slide .hero-contents h2 {
      font-size: 42px;
 }
}
@media (max-width: 375px) {
  .hero-2 .single-slide .hero-contents h2 {
      font-size: 40px;
 }
}
@media (max-width: 1600px) {
  .hero-2 .single-slide .hero-contents h1 {
      font-size: 70px;
 }
}
@media (max-width: 767px) {
  .hero-2 .single-slide .hero-contents h1 {
      font-size: 50px;
 }
}
@media (max-width: 500px) {
  .hero-2 .single-slide .hero-contents h1 {
      font-size: 42px;
 }
}
@media (max-width: 375px) {
  .hero-2 .single-slide .hero-contents h1 {
      font-size: 40px;
 }
}
.hero-2 .single-slide .hero-contents p {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .hero-2 .single-slide .hero-contents p {
      font-size: 22px;
 }
}
@media (max-width: 375px) {
  .hero-2 .single-slide .hero-contents a {
      margin-top: 20px;
      margin-right: 0;
 }
}
.hero-2 .owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-2 .owl-theme .owl-dots .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  position: relative;
}
.hero-2 .owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}
.hero-2 .owl-theme .owl-dots .owl-dot::before {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border-width: 3px;
  border-color: #fff;
  border-style: solid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  content: "";
}
.hero-2 .single-slide .hero-contents .theme-btn.techex-btn i {
  margin-top: 4px;
}
.hero-2 .single-slide .hero-contents a {
  margin-top: 35px;
  margin-right: 20px;
  color: #fff;
}
/* * hero section 2 */
.hero-slider-2 button.owl-prev i {
  background-color: #ffffff;
  color: #000;
  position: absolute;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  top: 50%;
  left: -13%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
@media (max-width: 1600px) {
  .hero-slider-2 button.owl-prev i {
      left: 4%;
 }
  .hero-slider-2 button.owl-next i {
      right: -18px;
 }
}
@media (min-width: 1600px) {
  .hero-slider-2 button.owl-prev i {
      left: -13.5%;
 }
}
@media (min-width: 1800px) {
  .hero-slider-2 button.owl-prev i {
      left: -13%;
 }
}
@media (min-width: 2100px) {
  .hero-slider-2 button.owl-prev i {
      left: -8%;
 }
}
.hero-slider-2 button.owl-next i {
  background-color: #ffffff;
  color: #000;
  position: absolute;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.hero-slider-2 .owl-dots {
  text-align: center;
  margin-right: 270px;
  padding-bottom: 10px;
}
section.hero-slide-wrapper.hero-2 .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: -130px;
}
.hero-slider-2 button.owl-dot span {
  background: rgb(255, 255, 255);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
  margin: 0 5px;
}
.hero-slider-2 button.owl-dot.active span {
  background: rgb(245, 230, 230);
  width: 30px;
  border-radius: 10px;
  border: none;
}
.hero-2 .hero-text {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%) rotate(-90deg) translateX(23%);
  transform: translateY(-50%) rotate(-90deg) translateX(23%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-size: 160px;
  font-family: "Circular Std";
  font-weight: 900;
  letter-spacing: -0.03em;
  left: -170px;
  z-index: 2;
  opacity: 0.15;
}
section.hero-slide-wrapper.hero-2 .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
@media (max-width:1600px) {
  section.hero-slide-wrapper.hero-2 .owl-dots {
      position: absolute;
      width: 100%;
      bottom: 50px;
      left: 0;
 }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  section.hero-slide-wrapper.hero-2 .owl-dots {
      bottom: 0px;
 }
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  section.hero-slide-wrapper.hero-2 .owl-nav {
      display: none;
 }
}
/*================== Featured Box ==========================*/
.work-process-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 80px;
  position: relative;
}
@media (max-width: 1199px) {
  .work-process-grid {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-gap: 80px;
 }
}
@media (max-width: 767px) {
  .work-process-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-gap: 30px;
 }
}
.work-process-grid::after {
  background-image: url("../img/work-process-line.png");
  width: 1543px;
  height: 154px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 42%;
  content: "";
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1600px) {
  .work-process-grid::after {
      display: none;
 }
}
.work-process-grid .single-work-process {
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.work-process-grid .single-work-process:nth-child(2), .work-process-grid .single-work-process:nth-child(4) {
  margin-top: 90px;
}
@media (max-width: 1400px) {
  .work-process-grid .single-work-process:nth-child(2), .work-process-grid .single-work-process:nth-child(4) {
      margin-top: 30px;
 }
}
.work-process-grid .single-work-process:nth-child(4) {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .work-process-grid .single-work-process:nth-child(4) {
      margin-top: 30px;
 }
}
.work-process-grid .single-work-process:hover .icon {
  background-color: #086ad7;
  color: #fff;
}
.work-process-grid .single-work-process .icon {
  border-radius: 50%;
  width: 115px;
  height: 115px;
  border: 10px solid #fff;
  background-color: #e6f0fb;
  color: #086ad7;
  line-height: 100px;
  font-size: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 25px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-process-grid .single-work-process .icon:hover {
  background-color: #086ad7;
  color: #fff;
}
.work-process-grid .single-work-process .content h3 {
  margin-bottom: 10px;
}
.work-process-grid .single-work-process .content p {
  font-size: 16px;
}
.work-process-grid .single-work-process .content span {
  display: inline-block;
  border: 2px solid #dbe0ea;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 32px;
  background: transparent;
  margin: 0 auto;
  margin-top: 15px;
}
/* =============================================== Heading New ============================*/
.section-title.heading-new {
  position: relative;
  z-index: 1;
}
.section-title.heading-new span {
  position: absolute;
  font-weight: 900;
  font-size: 120px;
  line-height: 1;
  color: #211e3b;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .05;
  z-index: -1;
  top: -40px;
  text-transform: uppercase;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .section-title.heading-new span {
      font-size: 90px;
      top: -30px;
 }
}
@media (max-width: 767px) {
  .section-title.heading-new span {
      font-size: 80px;
      top: -20px;
 }
}
@media (max-width: 500px) {
  .section-title.heading-new span {
      font-size: 60px;
 }
}
.section-title.heading-new p {
  color: #086ad7;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
.section-title.heading-new h1 {
  line-height: 50px;
  font-weight: 900;
  text-transform: capitalize;
}
