/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header And Nav-Bar
    - Banner
    - About
    - Portfolio
    - Pricing
    - Blog
    - Contact Us
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap");

.main-font {
  font-family: "Oswald", sans-serif;
}
.alt-font {
  font-family: "Montserrat", sans-serif;
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: white;
  border-left: 0 solid white;
  border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
  background: #002e5b;
  width: 0;
  height: 25%;
  transition: 0.5s ease;
  cursor: pointer;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}
.hover-effect::before {
  right: 0;
  opacity: 1;
  bottom: 0;
}
.hover-effect::after {
  top: 0;
  opacity: 0.7;
  left: 0;
}
.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}
/* Use in BLog */
.image {
  overflow: hidden;
}
a.image {
  display: block;
}
.image img {
  width: 100%;
  height: 100%;
  display: block;
}
.image,
.image img {
  position: relative;
}
/* Use in BLog */
.image {
  overflow: hidden;
}
a.image {
  display: block;
}
.image img {
  width: 100%;
  height: 100%;
  display: block;
}
.image,
.image img {
  position: relative;
}

/* ===================================
    General
====================================== */

body {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  color: #202020;
  font-weight: 300;
  line-height: 25px;
  width: 100%;
  overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}
section,
.section-padding {
  position: relative;
  overflow: hidden;
}
a {
  color: #212529;
  text-decoration: none !important;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
p:last-child {
  margin-bottom: 0 !important;
  font-family: Montserrat, sans-serif;
}
p {
  font-family: Montserrat, sans-serif;
  /* font-size: 18px; */
}
.fa,
.far,
.fas {
  display: inline;
}
li {
  list-style: none;
  text-decoration: none;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}
.hidden {
  display: none;
}
section {
  padding: 7.5rem 0;
}
.padding-bottom {
  padding-bottom: 7.5rem;
}
.padding-top {
  padding-top: 7.5rem;
}

/* overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* opacity */
.opacity-full {
  opacity: 1;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}

/*font-weight*/
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}

/* button */
.btn {
  -webkit-appearance: initial;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
/* Red button */
.btn.btn-red {
  background: #2d7ab6;
  border-color: #2d7ab6;
  color: #ffffff !important;
}
.btn.btn-red:hover {
  background: #2d7ab6 !important;
  border-color: #2d7ab6;
  color: #ffffff !important;
}
/* Orange button */
.btn.btn-orange {
  background: #2d7ab6;
  border-color: #2d7ab6;
  color: #ffffff;
}
.btn.btn-orange:hover {
  background: #2d7ab6 !important;
  border-color: #2d7ab6;
  color: #ffffff !important;
}
/* Black button */
.btn.btn-black {
  background: #2d7ab6;
  border-color: #2d7ab6;
  color: #ffffff;
}
.btn.btn-black:hover {
  background: #202020 !important;
  border-color: #202020;
  color: #ffffff !important;
}
/* Transparent button */
.btn.btn-trans {
  background: transparent;
  border-color: #202020;
  color: #202020;
}
.btn.btn-trans:hover {
  background: #2d7ab6 !important;
  border-color: #2d7ab6;
  color: #ffffff !important;
}

/* button size */
.btn.btn-small {
  font-size: 12px;
  padding: 4px 1.8em;
}
.btn.btn-medium {
  font-size: 16px;
  padding: 10px 42px;
  line-height: 2em;
}
.btn.btn-large {
  font-size: 16px;
  padding: 14px 30px;
  line-height: 2em;
}
.btn.btn-rounded {
  border-radius: 50px;
}

/* Text color */
.text-red {
  color: #2d7ab6;
}
.text-orange {
  color: #2d7ab6;
}
.text-black {
  color: #000000;
}
.text-white {
  color: #ffffff;
}

/* Background color */
.bg-red {
  background: #2d7ab6;
}
.bg-orange {
  background: #2d7ab6;
}
.bg-black {
  background: #000000;
}
.bg-gray {
  background: #fbfbfb;
}
.bg-transparent {
  background: transparent;
}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover {
  color: #4267b2 !important;
}
.twitter-text-hvr:hover {
  color: #1da1f2 !important;
}
.instagram-text-hvr:hover {
  color: #c32aa3 !important;
}
.linkedin-text-hvr:hover {
  color: #0077b5 !important;
}
.pinterest-text-hvr:hover {
  color: #bd081c !important;
}
.google-text-hvr:hover {
  color: #db4437 !important;
}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover {
  color: #ffffff !important;
  background: #4267b2 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.twitter_bg_hvr2:hover {
  color: #ffffff !important;
  background: #00a7e6;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.linkdin_bg_hvr2:hover {
  color: #ffffff !important;
  background: #1682ab;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.googleplus_bg_hvr2:hover {
  color: #ffffff !important;
  background: #d5463a;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pintrest_bg_hvr2:hover {
  color: #ffffff !important;
  background: #c8232c;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.instagram_bg_hvr2:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  ) !important;
  border-radius: inherit;
  z-index: -1;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.instagram_bg_hvr2:hover {
  color: #ffffff !important;
  z-index: 999;
}
.instagram_bg_hvr2:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* ===================================
    Banner Section
====================================== */

.banner:before {
  position: absolute;
  right: -420px;
  top: 250px;
  animation: scale 0.8s alternate infinite linear both;
}

.main-heading {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
  letter-spacing: -3px;
  color: #202020;
  width: 100vh;
  /* margin-top: 20vh; */
}

.margin-sub-heading {
  color: #202020;
  margin-bottom: 20px;
  margin-top: 20px;
}

.sub-para {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

.col-height {
  height: 65vh;
}

.custom-box {
  padding: 60px 37px;
  position: relative;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.box-1 {
  margin-bottom: 215px;
}

.box-adjust {
  margin-bottom: 215px;
}

/* Boxes And Arrow */

.custom-box {
  padding: 60px 37px;
  position: relative;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.custom-box .box-text {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.143;
  text-align: left;
  letter-spacing: 0;
  position: relative;
  color: #ffffff;
}

.arrow-box {
  position: absolute;
  background-color: #002e5b;
  font-size: 30px;
  padding: 10px 11px;
  right: 0;
  bottom: 0;
  visibility: visible;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-animation: 0.5s fadeInUp;
  animation: 0.5s fadeInUp;
}

.arrow-box.arrow-box-hidden {
  visibility: hidden;
  -webkit-transition: ease;
  -o-transition: ease;
  transition: ease;
  -webkit-animation: 0.5s fadeInDown;
  animation: 0.5s fadeInDown;
}

.arrow-box .las {
  color: #ffffff !important;
  visibility: visible;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.arrow-box .las.las-hidden {
  visibility: hidden;
  -webkit-transition: ease;
  -o-transition: ease;
  transition: ease;
}

.arrow-box1 {
  position: absolute;
  background-color: #2d7ab6;
  font-size: 30px;
  padding: 10px 11px;
  right: 0;
  bottom: 0;
  visibility: hidden;
  -webkit-transition: ease;
  -o-transition: ease;
  transition: ease;
  -webkit-animation: 1s fadeInUp;
  animation: 1s fadeInUp;
}

.arrow-box1.arrow-box1-display {
  visibility: visible;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-animation: 0.5s fadeInDown;
  animation: 0.5s fadeInDown;
}

.arrow-box1 .las {
  color: #ffffff !important;
  visibility: hidden;
  -webkit-transition: ease;
  -o-transition: ease;
  transition: ease;
}

.arrow-box1 .las.las-visible {
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  visibility: visible;
}

.custom-box:hover .arrow-box1 i {
  -webkit-animation: 1.5s rubberBand;
  animation: 1.5s rubberBand;
}

.bg-campus-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.bg-campus-icon i {
  position: absolute;
  color: #2d7ab6;
  top: 15px;
  font-size: 200px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-animation: scale 0.6s alternate infinite linear both;
  animation: scale 0.6s alternate infinite linear both;
}

@-webkit-keyframes scale {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes scale {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.custom-box.bg-orange:hover {
  background: #002e5b;
}

.custom-box.bg-orange:hover .bg-campus-icon i {
  opacity: 0.8;
}

.custom-box:hover .arrow-box i {
  -webkit-animation: 1s rubberBand;
  animation: 1s rubberBand;
}

.bg-study-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.bg-study-icon i {
  position: absolute;
  color: #002e5b;
  top: 15px;
  font-size: 200px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-animation: scale 0.6s alternate infinite linear both;
  animation: scale 0.6s alternate infinite linear both;
}

@keyframes scale {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.custom-box.bg-red:hover {
  background: #2d7ab6;
}

.custom-box.bg-red:hover .bg-study-icon i {
  opacity: 0.8;
}

/* Carousel Mini  */

.image-div {
  width: 100%;
  height: 216px;
  overflow: hidden;
}

.mini-slider .carousel .animation1 {
  -webkit-animation: 0.5s fadeInUp;
  animation: 0.5s fadeInUp;
}

.mini-slider .carousel .animation2 {
  -webkit-animation: 0.5s fadeInDown;
  animation: 0.5s fadeInDown;
}

/* ===================================
    About Section
====================================== */

.heading {
  font-size: 48px;
  font-family: "Oswald", sans-serif;
  color: #202020;
  font-weight: bold;
  width: 95%;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.text {
  font-family: Montserrat, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  color: #202020;
  margin-bottom: 40px;
}

.about-sec .about-details .heading {
  margin-left: auto;
  margin-right: auto;
}

.about-sec .sub-heading {
  color: #2d7ab6;
}

.sub-heading span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #202020;
  margin-right: 8px;
  margin-bottom: 3px;
}

.about-sec .about-details .sub-heading span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.about-sec .our-about-sec {
  padding-top: 70px;
  overflow: hidden;
  padding-bottom: 10px;
}

.about-sec .our-about-sec .about-card {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 0.8s ease;
}

.about-sec .our-about-sec .about-card .image-holder {
  margin-bottom: 30px;
}

.about-sec .our-about-sec .about-card .image-holder i {
  font-size: 50px;
  font-weight: 300;
  transition: 0.8s ease;
}

.about-sec .our-about-sec .about-card .about-card-heading {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 20px;
  transition: 0.8s ease;
}

.about-sec .our-about-sec .about-card .about-card-detail {
  font-family: Montserrat, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  color: #202020;
}

.about-sec .our-about-sec a {
  text-decoration: none;
  color: #202020;
}

.about-sec .our-about-sec .about-card:hover {
  border-radius: 20px;
  box-shadow: 0 0 15px #e1e1e1;
  cursor: pointer;
}

.about-sec .our-about-sec .about-card:hover .about-card-heading {
  color: #2d7ab6;
}

.about-sec .our-about-sec .about-card:hover .image-holder {
  animation: 0.8s zoomIn;
}

/* ===================================
    Portfolio Section
====================================== */

.parallax-box {
  text-align: center;
}

.parallax-box h2 {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
}

.parallax-box h5 {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-size: 18px;
}

.team-data-img {
  overflow: inherit;
}

.single-work {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
}

.single-work img {
  width: 100%;
  height: auto;
}

.single-work .title {
  width: 80%;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 15px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat", sans-serif;
}

.single-work .overlay-text {
  width: 100%;
  height: 100%;
  font-size: 26px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.cases-image-inner {
  position: relative;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111;
}
.cases-line {
  position: absolute;
  background: #ffffff;
}
.top {
  top: 15px;
  right: 15px;
  width: 100px;
  height: 2px;
}
.top-right {
  top: 15px;
  right: 15px;
  height: 100px;
  width: 2px;
}
.bottom {
  top: unset;
  bottom: 15px;
  left: 15px;
  width: 100px;
  height: 2px;
}
.bottom-left {
  top: unset;
  bottom: 15px;
  left: 15px;
  height: 100px;
  width: 2px;
}

.single-work .overlay-text:before,
.single-work .overlay-text:after {
  opacity: 0.6;
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.45s ease-in-out 0s;
  transition: all 0.45s ease-in-out 0s;
  z-index: -1;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.single-work .overlay-text:before {
  right: 0;
}

.single-work .overlay-text:after {
  left: 0;
}

.item:hover .overlay-text {
  opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
  width: 100%;
  transform: skewX(0);
  -webkit-transform: skewX(0);
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -o-transform: skewX(0);
  z-index: 1;
}

.item .img-responsive {
  max-width: 100%;
  transition: all 0.5s ease 0.2s;
}

.item:hover .img-responsive {
  transform: scale(1.2);
  transition: all 0.5s ease 0.2s;
}

/* ===================================
    Pricing Section
====================================== */

.pricing-sec .pricing-details {
  margin-bottom: 50px;
}

.pricing-sec .pricing-details .heading {
  margin: 25px auto 50px auto;
}

.pricing-sec .pricing-details .sub-heading span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #202020;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.pricing-sec .pricing-cards {
  overflow: hidden;
}

.pricing-sec .pricing-card {
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 18.5px;
  padding-right: 18.5px;
  transition: 0.5s ease;
}

.pricing-sec .pricing-card .pricing-card-heading {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #202020;
  transition: 0.5s ease;
  text-transform: capitalize;
}

.pricing-sec .pricing-card .pricing-card-text {
  font-size: 14px;
  color: #202020;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  transition: 0.5s ease;
  width: 85%;
  margin: auto;
  margin-bottom: 25px;
  line-height: 20px;
}

.pricing-sec .pricing-card .pricing-amount {
  font-size: 60px;
  color: #202020;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
  transition: 0.5s ease;
  display: inline-block;
}

.pricing-sec .pricing-card .pricing-amount span {
  font-size: 15px;
  color: #202020;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-left: 5px;
  transition: 0.5s ease;
}

.pricing-sec .pricing-card .pricing-amount i {
  font-size: 15px;
  color: #202020;
  font-weight: bolder;
  position: absolute;
  left: -18px;
  top: 22%;
  transition: 0.5s ease;
}

.pricing-sec .pricing-card .pricing-features {
  padding-right: 0;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.5s ease;
}

.pricing-sec .pricing-card .pricing-features li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #202020;
  text-decoration: none;
}

.pricing-sec .pricing-card.active:nth-child(2) {
  box-shadow: 1px 1px 15px #e1e1e1;
  background: #2d7ab6;
  border-radius: 0;
}

.pricing-sec .pricing-card.active:nth-child(2) * {
  color: #ffffff;
}

/* ===================================
      Blog Section
====================================== */

.sponsor-tags .item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sponsor-tags .item img {
  width: 80%;
  display: inline-block;
}

.blog-area {
  padding-top: 80px;
}

.blog-area .heading {
  line-height: 1.1;
  font-size: 48px;
  margin-bottom: 30px;
}

.blog-box {
  padding: 60px 37px;
  margin-top: 215px;
  position: relative;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.blog-box:hover {
  background-color: #2d7ab6;
}

.blog-box .box-text {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.143;
  text-align: left;
  letter-spacing: 0;
  position: relative;
  color: #ffffff;
}

/* ===================================
      Contact Section
====================================== */

.contact-sec {
  padding-bottom: 0;
}

.contact-sec .heading {
  color: #202020;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 40px;
}

.contact-sec .contact-form {
  width: 95%;
}

.contact-sec .contact-form input {
  color: #8799a3;
  font-size: 16px;
  height: 50px;
  padding: 25px;
}

.contact-sec .contact-form .form-control {
  border-radius: 0;
  border: solid 2px #eceef2;
}

.contact-sec .contact-form input::placeholder {
  color: #8799a3;
  font-size: 16px;
}

.contact-sec .contact-form textarea {
  padding: 13px;
  padding-left: 25px;
  height: 202px;
  color: #8799a3;
  font-size: 16px;
}

.contact-sec .contact-form .btn-red {
  margin-top: 20px;
}

/*contact details*/
.contact-sec .contact-background {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: -1;
}

.contact-sec .contact-details {
  font-family: Montserrat, sans-serif;
  width: 90%;
  margin-left: 20px;
}

.contact-sec .contact-details .heading {
  margin-bottom: 35px;
}

.contact-sec .contact-details .text {
  color: #202020;
  opacity: 0.8;
}

.contact-sec .contact-details ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 50px;
}

.contact-sec .contact-details ul li {
  color: #202020;
  opacity: 0.8;
  list-style: none;
  margin-bottom: 22px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.contact-sec .contact-details ul li:first-child {
  width: 60%;
}

.contact-sec .contact-details ul li span {
  display: inline-block;
  padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child {
  padding-right: 0;
}

.contact-sec .contact-details ul li i {
  font-size: 28px;
  margin-right: 20px;
  margin-bottom: 8px;
  color: #002e5b;
}

/* ===================================
   Footer
====================================== */

.footer-style-1 {
  padding: 5rem 0;
}

.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-block;
}

.footer-social a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  font-size: 17px;
  margin: 0 10px 0 0;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.footer-social li:nth-last-child(1) a {
  margin-right: 0;
}

.footer-social li a:hover {
  background-color: #002e5b;
  color: #ffffff;
}

.company-about {
  font-size: 14px;
}

/* ===================================
    Cursor
====================================== */

#animated-cursor {
  position: absolute;
  left: 0;
  display: none;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ #animated-cursor {
  display: inline-block;
}

#cursor {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border: 2px solid #202020;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
}

#cursor:before {
  font-family: themify;
  content: "\e649";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  left: -12px;
  top: 9px;
  color: #202020;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#hold-event {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0);
}

#cursor-loader {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #202020;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-radius: 50px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-9px, -9px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  -webkit-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
}

#cursor:after {
  font-family: themify;
  content: "\e649";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: 9px;
  color: #202020;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
  0% {
    -webkit-transform: translate(-7px, -7px) rotate(0deg);
    transform: translate(-7px, -7px) rotate(0deg);
  }

  95% {
    -webkit-transform: translate(-7px, -7px) rotate(350deg);
    transform: translate(-7px, -7px) rotate(350deg);
  }

  100% {
    -webkit-transform: translate(-7px, -7px) rotate(360deg);
    transform: translate(-7px, -7px) rotate(360deg);
  }
}

.header-appear.cursor-light:hover ~ #animated-cursor {
  display: none;
}

.header-appear .animated-wrap,
.header-appear .animated-element {
  transform: none !important;
}

/* ===================================
    Loader
====================================== */

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 111111;
  background: #ffffff;
  overflow: hidden !important;
}
.loading {
  position: absolute;
  top: 44%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading.reversed li {
  border: 4px solid;
  -webkit-animation: LOADINGREV 2s infinite;
  animation: LOADINGREV 2s infinite;
}
.loading.reversed li:nth-child(1n) {
  border-color: #2d7ab6;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading.reversed li:nth-child(2n) {
  border-color: #2d7ab6;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading.reversed li:nth-child(3n) {
  border-color: #2d7ab6;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loading li {
  position: absolute;
  margin: 0;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.loading li:nth-child(1n) {
  left: -35px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading li:nth-child(2n) {
  left: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading li:nth-child(3n) {
  left: 35px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.grid-row:after {
  content: "";
  display: table;
  clear: both;
}
.grid-row .col {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@-webkit-keyframes LOADINGREV {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #ffffff;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #ffffff;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #ffffff;
  }
}
@keyframes LOADINGREV {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #ffffff;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #ffffff;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #ffffff;
  }
}

/* ===================================
     Stand Alone
====================================== */

.standalone-row:not(:last-child) {
  margin-bottom: 3rem;
}
.standalone-row .stand-img-des {
  padding-left: 30px;
  text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des {
  padding-left: 0;
  padding-right: 30px;
}
.standalone-detail .sub-heading {
  margin-bottom: 10px;
}
.standalone-area .sub-heading {
  margin-bottom: 8px;
}
.standalone-detail .heading {
  margin-bottom: 20px;
  font-size: 56px;
  color: #2b2b2b;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}

.standalone-detail .para_text {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 15px;
  margin: 0 auto;
}

.standalone-detail {
  padding-bottom: 100px;
}
.standalone-area .heading-text {
  font-weight: 400;
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 45px;
}
.standalone-area .stand-img-des .para_text {
  font-family: "Montserrat", sans-serif;
}

.page-title {
  position: relative;
  text-align: center;
  padding: 200px 0 150px 0;
  background-color: #fbfbfb;
}

.page-title .auto-container {
  position: relative;
}

.page-title h2 {
  position: relative;
  color: #202020;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-size: 3.5rem;
  text-transform: capitalize;
}

.page-breadcrumb {
  position: relative;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f101";
  right: -5px;
  top: 1px;
  color: #2d7ab6;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-breadcrumb li a {
  font-weight: 400;
  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;
}

.page-breadcrumb li a .icon {
  margin-right: 4px;
  color: #2d7ab6;
}

.page-breadcrumb li a:hover {
  color: #2d7ab6;
}

/* ===================================
   Media & Queries
====================================== */

@media (min-width: 1800px) {
}

@media (max-width: 1280px) and (min-width: 992px) {
  .revicon {
    display: none !important;
  }
  .custom-box .box-text {
    font-size: 22px;
  }
  .blog-box .box-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .heading {
    font-size: 44px;
  }
  .main-heading {
    text-align: center;
  }
  .sub-para {
    text-align: center;
  }
  #cursor {
    display: none;
  }

  /* Side Menu */
  .side-menu.center .side-nav .navbar-nav .nav-link {
    margin-right: 0;
    padding: 0 0 30px 0 !important;
  }

  /* Banner */
  .banner {
    padding-bottom: 7.5rem !important;
  }
  .revicon {
    display: none !important;
  }
  .col-height {
    height: 50vh;
  }
  .box-1 {
    margin-bottom: 0;
  }
  .logo {
    margin-left: 10px;
  }

  /* About */
  .about-sec .our-about-sec .about-card {
    width: 60%;
    margin: auto;
  }

  /* Pricing */
  .pricing-sec .price-cards {
    width: 60%;
    margin: auto;
  }

  /* Portfolio */
  .parallax-box h5 {
    font-size: 16px;
  }

  /* Blog */
  .blog-area .heading {
    font-size: 44px;
  }
  .blog-box {
    margin-top: 0;
  }

  /* Contact */
  .contact-sec .contact-form {
    width: 100%;
    margin-left: 0;
  }
  .contact-sec .contact-details {
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
  }
  .contact-sec .contact-details ul li:first-child {
    width: 100%;
  }
  .contact-sec .contact-details ul li {
    display: block;
    margin-bottom: 30px;
  }
  .contact-sec .contact-details ul li i {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }
  .footer-style-1 {
    padding-top: 3rem !important;
  }

  /* Standalone */
  .standalone-detail {
    padding-bottom: 70px;
  }
  .standalone-area .gradient-text1 {
    font-size: 30px;
  }
  .standalone-detail .heading {
    font-size: 30px;
  }
  .standalone-area .sub-heading {
    margin-top: 3rem;
  }
  .standalone-row .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .para_text {
    font-size: 18px;
  }
  .author-avatar {
    float: none;
    margin-bottom: 25px;
    overflow: visible;
  }
  .agency-author {
    padding: 30px;
    text-align: left;
  }
  .author-content {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .founder-text-mt {
    margin-top: 20vh;
  }

  body {
    text-align: center;
  }
  .side-menu {
    width: 380px;
  }
  #cursor {
    display: none;
  }
  section,
  .section-padding,
  .pricing-padding {
    padding: 4.5rem 0;
  }

  /* Side Menu */
  .side-menu.center .side-nav .navbar-nav .nav-link {
    margin-right: 0 !important;
  }
  .quarter-circle {
    width: 100px;
    height: 100px;
  }
  .logo-full {
    display: inline-block;
    width: 80px;
  }
  .side-menu.center .side-nav .navbar-nav .nav-link {
    padding: 0 !important;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 20px;
    min-height: unset;
    line-height: 1.4;
  }
  .fixed-nav-on-scroll {
    height: 80px;
    width: 80px;
  }
  .fixed-nav-on-scroll .fixed-icon-scroll {
    top: 50%;
    left: 42%;
    transform: translateY(0);
  }

  /* Banner */
  .banner {
    padding-bottom: 4.5rem !important;
  }
  .main-heading {
    font-size: 40px;
    text-align: center;
  }
  .sub-para {
    font-size: 14px;
    text-align: center;
  }
  .btn.btn-medium {
    font-size: 14px;
  }
  .col-height {
    height: 78vh;
  }
  .box-1 {
    margin-bottom: 0;
  }
  .heading {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .text {
    font-size: 14px;
  }
  .padding-top {
    padding-top: 4rem;
  }

  /* Portfolio */
  .parallax-box {
    padding: 20px 0;
  }

  /* Pricing */
  .pricing-sec .pricing-details .heading {
    margin-bottom: 25px;
  }
  .pricing-sec .pricing-details {
    margin-bottom: 0;
  }
  .pricing-sec .pricing-card {
    padding-bottom: 60px;
  }

  /* Blog */
  .blog-area .heading {
    font-size: 32px;
  }
  .blog-box {
    margin-top: 0;
  }

  /* Contact */
  .contact-sec .heading {
    font-size: 32px;
  }
  .contact-sec .contact-form {
    width: 100%;
    margin-left: 0;
  }
  .contact-sec .contact-details {
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
  }
  .contact-sec .contact-details ul li:first-child {
    width: 100%;
  }
  .contact-sec .contact-details ul li {
    display: block;
    margin-bottom: 30px;
  }
  .contact-sec .contact-details ul li i {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }
  .footer-style-1 {
    padding-top: 2rem;
  }
  .footer-social a {
    margin: 0;
  }

  /* Standalone */
  .standalone-detail {
    padding-bottom: 70px;
  }
  .standalone-area .gradient-text1 {
    font-size: 30px;
  }
  .standalone-detail .heading {
    font-size: 30px;
  }
  .standalone-area .sub-heading {
    margin-top: 3rem;
  }
  .standalone-row .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 0;
  }
  .standalone-row:nth-child(2) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .page-title h2 {
    font-size: 2.5rem;
  }
  .standalone-area .heading-text {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .side-menu {
    width: 370px;
  }
  .side-menu .inner-wrapper {
    padding: 2.5rem 5rem 3.5rem;
  }
  .main-heading {
    font-size: 36px;
  }
  .custom-box .box-text {
    font-size: 24px;
  }
  .heading {
    font-size: 28px;
  }
  .blog-area .heading {
    font-size: 28px;
  }
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  transition: transform 0.2s;
  border-radius: 15px;
}

.btn-circle :hover {
  transform: scale(1.5);
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.slider-area {
  background-image: url("../images/banner.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-image {
  position: relative;
  margin: 0 auto -80px auto;
  top: 100px;
}

.slider-image img {
  top: -90px;
  width: 100%;
  position: relative;
}

.slider-text {
  background-color: #ffffff;
  color: #2b3033;
}

.slider-area h1 {
  font-size: 58px;
  line-height: 1.2;
}

.slider-area p {
  font-size: 18px;
  font-weight: normal;
}

.slider-area {
  align-items: center;
  display: flex;
  position: relative;
}

.circle-one {
  position: absolute;
  top: 34%;
  left: 56%;
}

.circle-two {
  top: 24%;
  left: 70%;
  position: absolute;
}

.circle-three {
  top: 33%;
  left: 83%;
  position: absolute;
}

.circle-four {
  top: 69%;
  left: 60%;
  position: absolute;
}

.circle-five {
  top: 70%;
  left: 79%;
  position: absolute;
}

.animated-circle {
  background-color: transparent;
  border: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: absolute;
}

.animated-circle:after {
  content: "";
  height: 25px;
  width: 25px;
  background-color: #f93134;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 10px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 101, 80, 0.4);
  box-shadow: 0 0 0 0 rgba(255, 101, 80, 0.4);
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
  }
}

[data-tootik][data-tootik-conf*="invert"]:after {
  background-color: #f93134;
  color: #ffffff;
}

[data-tootik][data-tootik-conf*="invert"]:before {
  border-top-color: #f93134;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

[data-tootik][data-tootik-conf*="invert"][data-tootik-conf*="bottom"]:before {
  border-bottom-color: #f93134;
}

.banner-slider {
  height: 100vh;
}
.banner-slider .banner-slider-row {
  height: 100vh;
}
/*for left area*/
.banner-slider .banner-left-area {
}
.banner-slider .banner-left-area .inner-content .heading {
  font-size: 70px;
}
.banner-slider .banner-left-area .slider-ring {
  height: 300px;
  width: 290px;
  border: solid 5px #ffffff33;
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-slider .banner-left-area .detail-text {
  width: 100%;
}
.slider-object1 {
  position: absolute;
  top: 0;
  left: 20%;
  animation: 12s moving-image infinite;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
}
.slider-object2 {
  position: absolute;
  bottom: 0;
  right: -1%;
  animation: 20s rotating-image infinite;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
}
.slider-object1 img,
.slider-object2 img {
  width: 85%;
}
@keyframes moving-image {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(60px);
  }
}
@keyframes rotating-image {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(20deg);
  }
}
.slider-play-btn {
  color: #ffffff;
  position: absolute;
  bottom: 23%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-play-btn span {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: solid 1px #fff;
  font-size: 14px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.slider-play-btn span i {
  color: #fff;
}
.slider-play-btn:hover span i {
  color: #202020;
}
.slider-play-btn:hover {
  color: #fff;
}
.slider-play-btn:hover span {
  background-color: #ffffff;
}

/*for right area*/
.banner-slider .detail-text {
  width: 50%;
}
.banner-slider .detail-text .sub-heading {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 30%;
}
.banner-slider .detail-text .heading {
  color: #ffffff;
  margin-bottom: 15px;
}
.banner-slider .detail-text .text {
  color: #ffffff;
}
.banner-slider .img-object {
  position: absolute;
  left: 35px;
  bottom: 45px;
  width: 40%;
}
.banner-slider .img-object.right {
  position: absolute;
  right: 13px;
  bottom: 0%;
  left: auto;
  width: 50%;
}
.banner-slider .img-object img {
  max-width: 100%;
}

.height-50 {
  height: 50vh;
}

.bg-green {
  background-color: #9cc11a;
}

.service-box {
  height: 180px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.particles-version {
  position: relative;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

#particles-js .center-col {
  position: absolute;
}

.zoom {
  transition: transform 0.2s; /* Animation */
}
.zoom:hover {
  transform: scale(1.5);
}

.zoom-1 {
  transition: transform 0.2s; /* Animation */
}
.zoom-1:hover {
  transform: scale(1.12);
}

#clients {
  height: 400px;
}

.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}
.no-animation {
  animation: none !important;
}
.no-transform {
  transform: none !important;
}

/* owl carousel bullets */
.owl-dots .owl-dot {
  height: 11px;
  width: 11px;
  margin: 2px 10px;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

.btn-grey-2 {
  background-color: #b2b2b2;
}

/* changes css  */
.banner-bg {
  background-color: black;
}
.particles-container {
  z-index: 1;
  position: relative;
  width: auto;
  height: 750px;
}
.custom-box-color {
  background-color: #235e8c;
}
.services_para {
  font-size: 18px;
}
.banner-pbt {
  padding-top: 0;
  padding-bottom: 0;
}
.video-width {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
}
.structure-width {
  width: 400px;
}
.sub-heading-width {
  width: 310px;
}
.animation-visibility {
  visibility: visible;
  animation-name: fadeIn;
}
.fonth4-choose {
  font-size: 40px;
}

.choose-font-color {
  color: #235e8c;
}
.building-imghw {
  /* height: 50vh; */
  width: 100%;
}
.client-height {
  height: auto !important;
}

.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

.video-container {
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.videoMessage {
  /* text-shadow: 2px 2px 2px #000000; */
  /* color: black; */
  z-index: 99999;
  background-color: rgb(255 255 255 / 75%);
  padding: 5px 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 17px 0px rgb(46 122 181);
}

.caption-1 {
  left: 0;
  top: 0;
  margin-top: 10vh;
}

.heading-banner {
  font-size: 45px !important;
}

.bg-blue,
.hvr-bg-blue:hover {
  background-color: #235e8c;
}
#content-desktop {
  display: block;
}
#content-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  ol,
  ul {
    padding-left: 0rem !important;
  }
  .slider-area p {
    font-size: 15px;
    font-weight: normal;
  }
  .slider-area h1 {
    font-size: 25px;
    margin-top: 8vh;
  }
  .heading-banner {
    font-size: 20px !important;
    margin-top: 25vh;
    line-height: 3rem;
  }
  #content-desktop {
    display: none;
  }
  #content-mobile {
    display: block;
  }
}

.flex-div {
  display: flex;
}

.fixed-left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 350px;
}

.fixed-right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 250px;
  background-color: #9e9e9e21;
  /* box-shadow: 0px 5px 17px 0px rgb(0 0 0 / 30%); */
  /* height: 148vh; */
}
.form-control {
  height: 50px;
  border-radius: 0;
  font-size: 13px;
  background: none;
  border: none;
  border: 1px solid black !important;
  /* border-bottom: 2px solid #f5f5f5; */
  /* box-shadow: none; */
}

button.btn.btn-border.btn-radius {
  padding: 15px 30px;
  width: auto;
  display: inline-block;
  font-weight: 400;
  line-height: 25px;
  color: white;
  background: #2e7ab5;
  font-size: 25px;
  text-transform: capitalize;
  text-align: center;
  -webkit-border-radius: 36px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #2e7ab5;
}
.back-contact {
  background: #80808017;
  padding: 70px 50px !important;
}

.header {
  background-color: black;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 10px 10px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: white;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: white;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
.btn-blue {
  border-color: #2e7ab5 !important;
  background-color: #2e7ab5 !important;
  color: white !important;
}
.btn-setting {
  font-size: 15px;
  font-weight: 600;
  padding: 5px 20px;
  text-transform: uppercase;
  width: 180px;
}
.about-box {
  transition: 0.5s linear;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px 10px;
  max-width: 100%;
  border-radius: 10px;
  /* height: 85vh; */
}
.para-height-why {
  height: 35vh;
}
.header-btn {
  padding: 10px 20px;
  color: white !important;
  line-height: normal;
  margin: 15px 1.25rem;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  width: auto;
  display: inline-block;
  font-weight: 400;
  color: white;
  background: #2e7ab5;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid #2e7ab5;
}
.know-btn {
  color: #0d6efd !important;
  font-weight: 700 !important;
}
.footer-icons li a {
  display: block;
  height: 55px;
  width: 55px;
  font-size: 18px;
  color: #676767;
  line-height: 60px;
  text-align: center;
  margin: 0 0.1rem;
  border-radius: 40px;
  background: transparent;
  box-shadow: 0 0 15px 30px #9e9e9e17 inset;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.footer-copywrite {
  padding: 30px;
  /* color: black; */
  /* background: #297bb7; */
}
.copyrights {
  color: #535353;
  font-weight: bold;
  font-size: 18px;
}
.border-left-menu {
  border-left: 1px solid gray;
}
.about-drop-down {
  min-width: 170px !important;
  margin-left: 49% !important;
}
.quick-font {
  color: white !important;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}
.flag-div {
  padding: 10px;
}
.flag-marr {
  margin-right: 10px;
}
.flag-section {
  float: right;
}
#flag {
  background: black;
  padding-bottom: 10px;
}
span.count_nums.font-light {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
div#bg-counters {
  padding: 4rem 0rem;
  background: #2e7ab5;
  color: white;
}
.main-title h2 {
  font-weight: 300;
  color: #212622;
  line-height: 1.2;
  max-width: 650px;
  margin-bottom: 0rem;
  margin-left: auto;
  margin-right: auto;
}
.main-title {
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
}
.banner-mart100 {
  margin-top: -100px;
}
.banner-mart-h {
  height: 65vh;
  margin-top: -100px;
}
#projects img {
  width: 100%;
  border-radius: 20px;
  height: 354px;
}

/* ashwini  */
.mep-background {
  background-image: url("assets/image/services/Mep/mep banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/*project  gallary css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
::selection {
  color: #fff;
  background: #007bff;
}
body {
  /* padding: 10px; */
}
.wrapper {
  margin: 100px auto;
  max-width: 1100px;
}
.wrapper nav {
  display: flex;
  justify-content: center;
}
.wrapper .items {
  display: flex;
  max-width: 720px;
  width: 100%;
  justify-content: space-between;
}
.items span {
  padding: 7px 25px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  /* color: white; */
  border-radius: 7px;
  border: 2px solid #2e7ab5;
  transition: all 0.3s ease;
}

.items span.active,
.items span:hover {
  color: #fff;
  background: #2e7ab5;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.gallery .image {
  /* width: calc(100% / 4); */
  padding: 7px;
  border-radius: 10px;
}
.gallery .image span {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery .image img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.gallery .image:hover img {
  transform: scale(1.1);
}
.gallery .image.hide {
  display: none;
}
.gallery .image.show {
  animation: animate 0.4s ease;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details {
  padding: 13px 15px 13px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details .title {
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.details .title p {
  font-weight: 500;
  margin-left: 5px;
}
.details .icon {
  color: #007bff;
  font-style: 22px;
  cursor: pointer;
}
.preview-box .image-box {
  width: 100%;
  display: flex;
  height: 500px;
}
.image-box img {
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.shadow {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}
.shadow.show {
  display: block;
}

@media (max-width: 1000px) {
  .gallery .image {
    width: calc(100% / 3);
  }
}
@media (max-width: 800px) {
  .gallery .image {
    width: calc(100% / 2);
  }
}
@media (max-width: 700px) {
  .wrapper nav .items {
    max-width: 600px;
  }
  nav .items span {
    padding: 7px 15px;
  }
}
@media (max-width: 600px) {
  .wrapper {
    margin: 30px auto;
  }
  .wrapper nav .items {
    flex-wrap: wrap;
    justify-content: center;
  }
  nav .items span {
    margin: 5px;
  }
  .gallery .image {
    width: 100%;
  }
}

.image-box img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}

h4.m-4.darkcolor {
  color: black;
}

/* hexagon css  */

.page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3),
.page-home .hexagon-item:nth-last-child(4),
.page-home .hexagon-item:nth-last-child(5),
.page-home .hexagon-item:nth-last-child(6) {
  -webkit-transform: rotate(30deg) translate(87px, -80px);
  -moz-transform: rotate(30deg) translate(87px, -80px);
  -ms-transform: rotate(30deg) translate(87px, -80px);
  -o-transform: rotate(30deg) translate(87px, -80px);
  transform: rotate(30deg) translate(87px, -80px);
}

.hexagon-item:first-child {
  margin-left: 0;
}

/* End of container */
.hexagon-item {
  cursor: pointer;
  width: 200px;
  height: 173.20508px;
  float: left;
  margin-left: -29px;
  z-index: 0;
  position: relative;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.hexagon-item:first-child {
  margin-left: 0;
}

.hexagon-item:hover {
  z-index: 1;
}

.hexagon-item:hover .hex-item:last-child {
  opacity: 1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.hexagon-item:hover .hex-item:first-child {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.hexagon-item:hover .hex-item:first-child div:before,
.hexagon-item:hover .hex-item:first-child div:after {
  height: 5px;
}

.hexagon-item:hover .hex-item div::before,
.hexagon-item:hover .hex-item div::after {
  background-color: #2e7ab5;
}

.hexagon-item:hover .hex-content svg {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
.hex-item {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
  height: 173.20508px;
}

.hex-item:first-child {
  z-index: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hex-item:last-child {
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.hex-item div {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100px;
  height: 173.20508px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.hex-item div::before,
.hex-item div::after {
  background-color: #1e2530;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.hex-item div:before {
  top: 0;
}

.hex-item div:after {
  bottom: 0;
}

.hex-item div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hex-item div:nth-child(2) {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.hex-item div:nth-child(3) {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.hex-content {
  color: #fff;
  display: block;
  height: 180px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transform: rotate(-30deg);
  width: 156px;
}

.hex-content .hex-content-inner {
  left: 50%;
  margin: -3px 0 0 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hex-content .icon {
  display: block;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 11px;
}

.hex-content .title {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}

.hex-content svg {
  left: -7px;
  position: absolute;
  top: -13px;
  transform: scale(0.87);
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.hex-content:hover {
  color: #fff;
}

.hexagon-item:first-child {
  margin-left: 0;
}

.hexagon-item:hover .icon i {
  color: #2e7ab5;
  transition: 0.6s;
}

.hexagon-item:hover .title {
  -webkit-animation: focus-in-contract 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: focus-in-contract 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media only screen and (max-width: 767px) {
  .hexagon-item {
    float: none;
    margin: 0 auto 50px;
  }

  .hexagon-item:first-child {
    margin-left: auto;
  }

  .page-home .hexagon-item:nth-last-child(1),
  .page-home .hexagon-item:nth-last-child(2),
  .page-home .hexagon-item:nth-last-child(3),
  .page-home .hexagon-item:nth-last-child(4),
  .page-home .hexagon-item:nth-last-child(5),
  .page-home .hexagon-item:nth-last-child(6) {
    -webkit-transform: rotate(30deg) translate(0px, 0px);
    -moz-transform: rotate(30deg) translate(0px, 0px);
    -ms-transform: rotate(30deg) translate(0px, 0px);
    -o-transform: rotate(30deg) translate(0px, 0px);
    transform: rotate(30deg) translate(0px, 0px);
  }
}
.hexagon-menu.clear {
  padding-top: -20vh;
  padding-bottom: 10vh;
}

/* card css  */
/* Float four columns side by side */
.column {
  float: left;
  width: 25% !important;
  padding: 0 10px;
  margin-left: 24px;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #2e7ab5 !important;
  margin-bottom: 20px;
  display: block !important;
}
#facility {
  background: #80808014;
}
a {
  color: white;
}
#hexagon {
  background: #80808014;
}
.sd-wh {
  width: 100%;
  height: 56vh;
  border-radius: 18px;
}

@media screen and (max-width: 768px) {
  .hex-item div::before,
  .hex-item div::after {
    background-color: transparent;
  }
  .hexagon-item:hover .hex-item div::before,
  .hexagon-item:hover .hex-item div::after {
    background-color: transparent;
  }
  .main-heading {
    width: initial;
  }
  .banner-slider .detail-text .sub-heading {
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 5px;
    margin-left: 25px;
  }
  .sub-heading-width {
    width: 212px;
  }
  .banner-slider .img-object {
    bottom: 110px;
  }
  .banner-slider .img-object.right {
    bottom: 20%;
  }
  .column {
    float: left;
    width: 100% !important;
    margin-left: 0px !important;
  }
  .animated-circle:after {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #f93134;
    border-radius: 50%;
    position: absolute;
    top: 23vh;
    left: -10vh;
  }
  .container.footer-mobile {
    text-align: center;
  }
  .fixed-top {
    padding: 5px 20px !important;
  }
  html {
    overflow-x: hidden;
  }
  .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
  }
  .text-mobile-left {
    text-align: left;
  }
}

.hover-eff-img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hover-effect:hover {
  opacity: 0.7;
}

.hover-effect:hover .middle {
  opacity: 1;
  backface-visibility: hidden;
}

.middle h3 {
  background-color: #0000008c;
  /* padding: 16px 32px; */
  color: azure;
  padding: 17px;
  border-radius: 14px;
}
.mark,
mark {
  background-color: yellow !important;
  color: black !important;
}

.tab button {
  background-color: black;
}
#hexagon {
  background: none;
}
.top-margin-space {
  margin-bottom: -15%;
}
.owl-thumbs.owl-dots .owl-dot:nth-child(5) {
  top: 14%;
  right: 75%;
}
.owl-thumbs.owl-dots .owl-dot:nth-child(8) {
  top: 28%;
  left: 20%;
}

.owl-thumbs.owl-dots .owl-dot:nth-child(6) {
  top: 55%;
  right: 71%;
}
.owl-thumbs.owl-dots .owl-dot:nth-child(4) {
  top: 19%;
  right: 34%;
}
.owl-thumbs.owl-dots .owl-dot:nth-child(2) {
  top: auto;
  bottom: 69%;
  right: 21%;
}
.owl-thumbs.owl-dots .owl-dot:nth-child(3) {
  top: 46%;
  right: 25%;
}

.owl-thumbs.owl-dots .owl-dot:nth-child(1) {
  top: 67%;
  right: 10%;
}
.owl-thumbs.owl-dots .owl-dot:nth-child(7) {
  top: 68%;
  left: 24%;
}
a.btn.btn-border.btn-radius {
  padding: 15px 30px;
  width: auto;
  display: inline-block;
  font-weight: 400;
  line-height: 25px;
  color: white;
  background: #2e7ab5;
  font-size: 25px;
  text-transform: capitalize;
  text-align: center;
  -webkit-border-radius: 36px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #2e7ab5;
}

/* project detail pages */
.image-setting {
  padding-top: 83px;
}

.imgage-discrip img {
  width: 100%;
  height: 450px;
  border: solid 1px skyblue;
}
.height-set {
  height: 433px;
  border: solid 1px skyblue;
}
@media screen and (max-width: 768px) {
  .project-discribed {
    background-color: aliceblue;
    padding: 27px;
    height: 786px !important;
    /* margin-right: 0px; */
    margin-left: 0px !important;
    z-index: 1;
    padding-left: 0px;
  }
}
.project-discribed {
  background-color: aliceblue;
  padding: 27px;
  height: 700px;px;
  /* margin-right: -98px; */
  margin-left: -44px;
  z-index: 1;
  padding-left: 54px;
}
.slider-set {
  padding-top: 90px;
  z-index: 1;
}
.about-img-small {
  margin-left: 30px;
  top: 0px;
  margin-bottom: -153px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-color: black;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  background-color: black !important;
}

.set-index {
  z-index: -1;
}
/* end */

/* career css  */
.volunteer-img-wrap {
  box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 15%);
}
.volunter-img {
  padding: 30px;
}
.volunteer-contact-form {
  max-width: 760px;
  margin: auto;
  padding: 50px 40px;
  background: #fff;
  margin-top: -318px;
  position: relative;
  z-index: 1;
}
.volunteer-contact-form:before {
  position: absolute;
  left: -7px;
  bottom: -8px;
  width: 102%;
  height: 47%;
  content: "";
  background: #2d7ab6;
  z-index: -1;
}
.volunteer-contact-form h2 {
  margin-top: 0;
  font-size: 36px;
  text-align: center;
  margin-bottom: 15px;
}
.volunteer-contact-form:after {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
}
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.volunteer-contact-form .form-group {
  margin-bottom: 30px;
}
.wpo-contact-form-map form textarea,
.volunteer-contact-form form textarea {
  height: 125px;
}
.volunteer-contact-form .submit-area {
  text-align: center;
}
.volunteer-contact-form form input,
.volunteer-contact-form form select,
.volunteer-contact-form form label,
.volunteer-contact-form form textarea {
  border: 1px solid #d0d4df;
  padding-left: 15px;
  width: 100%;
}
.volunteer-contact-form .form-group-in {
  position: relative;
}
.volunteer-contact-form form label {
  line-height: 50px;
  font-weight: 400;
  font-size: 14px;
}
.volunteer-contact-form .form-group-in input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.volunteer-contact-form .form-group-in i {
  position: absolute;
  right: 30px;
  top: 17px;
  font-size: 20px;
}
[class^="ti-"],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-control {
  height: 50px;
  border-radius: 0;
  font-size: 13px;
  background: none;
  border: none;
  border: 1px solid #9e9e9e75 !important;
  /* border-bottom: 2px solid #f5f5f5; */
  /* box-shadow: none; */
}

#maintainquality {
  background: #80808014;
}
.icon-color i {
  color: #9cc11a;
  font-size: 18px;
}

.project-mang-heading {
  color: #2e7ab5 !important;
}

.accordion-header button {
  font-size: 18px;
  /* line-height: 4; */
  letter-spacing: 0.3px;
  /* Montserrat, font-family: sans-serif; */
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
/* .tab-heading-font-set{
  font-size: 19px;
  8
    letter-spacing: 0.3px;
 
    font-family: Montserrat, sans-serif;
    font-weight: 600;
} */

.set-font a {
  color: white;
  font-family: "Oswald", sans-serif;
}
.set-font a:hover {
  color: white;
}

ol li {
  list-style: number;
}
