@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* @font-face {
  font-family: Arialic Hollow;
  src: url(../fonts/Arialic\ Hollow.ttf);
} */
body {
  background: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

/* .scroll-bar::-webkit-scrollbar {
  width: 5px;
}

.scroll-bar::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

.scroll-bar::-webkit-scrollbar-thumb {
  background-color: #3f51b5;
  border-radius: 38px;
} */

:root {
  --primary-color: #005837;
  --secondary-color: #fcaf17;
  --white-color: #fff;
  --p-text: #50555c;
  --allover-font: "Poppins", sans-serif;
}

.secondary-color {
  color: var(--secondary-color) !important;
}

a:hover {
  text-decoration: none;
}

.pt-40 {
  padding-top: 40px;
}
.pb-80 {
  padding-bottom: 80px;
}

/* .theme-btn-color {
  overflow: hidden;
} */

/* .theme-btn-color {
  background: none;
  border-radius: 4px;
  color: var(--secondary-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 22px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  align-items: center;

  background: #fff;
  box-shadow: 1px 3px 10px #fd7e0447;
  width: 170px;
  line-height: 25px;
  border: solid 2px var(--secondary-color);
} */

/* .theme-btn-color::before,
.theme-btn-color::after {
  background: var(--secondary-color);
  content: "";
  position: absolute;
  z-index: 1;
} */
/* 
.theme-btn-color::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
} */
/* 
.theme-btn-color {
  background: none;
}

.theme-btn-color:hover span {
  color: #fff;
}

.theme-btn-color span {
  z-index: 2;
  position: relative;
}

.theme-btn-color::after {
  background-color: var(--secondary-color);
  height: 130%;
  left: -62%;
  top: -9px;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.theme-btn-color:hover:after {
  height: 123%;
  width: 160%;
} */

/* .yellow-color {
  color: var(--secondary-color);
} */

.btn {
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  line-height: 36px;
  padding: 0px 24px 0 24px;
  font-size: 15px;
  height: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 52px;
}
.btn-primary {
  width: 136px;
  text-align: center;
  border: none;
  color: #000;
  background-color: var(--secondary-color);
}
.btn-primary:hover {
  background: var(--primary-color);
}
/* .section {
  padding-top: 64px;
  padding-bottom: 64px;
} */
/* .grey-bg {
  background-color: #ecf6ff80;
} */

/* .btn-sec {
  position: relative;
  z-index: 99;
} */

/* .white-text {
  color: #fff !important;
} */

/* .white-btn {
  color: #8d9196;
  background-color: #fff;
} */

input,
textarea {
  width: 100%;
  background: #c5c5c5;
  border: 1px solid #c5c5c5;
  padding: 10px;
  margin: 0 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.error_input {
  border: 1px solid #e74c3c;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

a {
  text-decoration: none;
}

.heading {
  position: relative;
}

/* .bd-stroke__title {
  font-size: 100px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #484343;
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 0;
  font-family: var(--heading-font);
  text-transform: capitalize;
  opacity: 16% !important;
  right: 0;
} */

/* .section-title {
  font-size: 40px;
  margin-bottom: 10px;
  color: var(--primary-color);
  font-weight: 900;
  position: relative;
  text-transform: capitalize;
} */

/* ================header==================== */
.header-top {
  background-color: var(--white-color);
}

.header-top {
  padding: 0px 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* .desktop-nav-new ul.menuzord-menu li::before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #d6d6d6;
  border-radius: 50%;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
} */

.desktop-nav-new ul.menuzord-menu li .sub-menu li::before {
  position: absolute;
  content: "";
  height: 0px;
  width: 0px;
  background: #d6d6d6;
  border-radius: 50%;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}

header.sticky-shadow .header-top {
  margin-top: -130px;
}

.header-top .logo-holder img {
  width: 100%;
  height: auto;
  display: block;
}

.top-header .top-header-ul {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 10px 0px 10px 0;
}

.top-header .top-header-ul li a {
  display: flex;
}

.top-header ul li a i {
  color: var(--primary-color);
  font-size: 24px;
  padding-right: 4px;
  position: relative;
}

.top-header ul li a span {
  position: relative;
  color: var(--p-text);
  font-weight: 500;
  font-size: 16px;
}

.top-header ul li {
  padding-right: 40px;
  color: #fff;
}

/* .lh-30 {
  line-height: 30px !important;
} */

/* .float-right {
  width: auto !important;
  float: right;
} */

.desktop-nav > ul > li {
  width: auto;
  display: inline-block;
  margin: 0 0 0 0;
  position: relative;
}

/* .desktop-nav > ul > li:last-child {
  margin: 0px;
} */

.desktop-nav > ul > li > a {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  box-sizing: border-box;
}

.desktop-nav > ul > li > ul {
  width: 100%;
  min-width: 270px;
  position: absolute;
  z-index: 5;
  left: 0px;
  background: #3e4095;
  box-sizing: border-box;
  padding: 0px;
  border: #3e4095 1px solid;
  border-top: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  visibility: hidden;
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
}

.desktop-nav > ul > li:hover a {
  background: #0433aa;
}

.desktop-nav > ul > li:hover > ul {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

.desktop-nav > ul > li > ul > li {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: #3e4095 1px solid;
}

.desktop-nav > ul > li > ul > li:last-child {
  border: none;
}

.desktop-nav > ul > li > ul > li > a {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  border: none;
  box-sizing: border-box;
}

.desktop-nav > ul > li > ul > li > a:hover {
  background: #3e4095;
}

/* header .fa {
  margin-right: 0px !important;
}

header .fa .glyphicon {
  margin-right: 0px !important;
} */

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.header .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .main-header .header-left {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

/* .arunachalportal,
.header-top .logo-txt,
.header-top .logo-holder,
header {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
} */

/* .arunachalportal {
  width: 130px;
  height: auto;
  display: block;
  padding: 0px !important;
}

header.sticky-shadow .arunachalportal {
  width: 60px;
}

header.sticky-shadow .header-top .logo-holder {
  width: 40px;
}

header.sticky-shadow .header-top .logo-txt {
  font-size: 10px;
  line-height: normal;
} */

header.sticky-shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 3px 8px 0px rgb(0 0 0 / 30%);
}

/* .menuzord.orange .menuzord-menu > li a.active,
.menuzord.orange .menuzord-menu > li a:hover > {
  background: #0433aa;
  color: #fff;
} */

/* .stylish-header,
.stylish-header:before {
	background: #b4cf02;
} */

/* .stylish-header:after {
  -webkit-border-top: 80px solid #b4cf02;
  -moz-border-top: 80px solid #b4cf02;
  -ms-border-top: 80px solid #b4cf02;
  -o-border-top: 80px solid #b4cf02;
  border-top: 80px solid #b4cf02;
} */

.menuzord-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: right;
  position: relative;
}

.menuzord-menu > li {
  display: inline-block;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.menuzord-menu > li > a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  outline: 0px;
  line-height: 1.42857;
  -webkit-tap-highlight-color: transparent;
  padding: 10px 20px 10px;
  font-size: 15px;
  color: var(--white-color);
  text-transform: uppercase;
  position: relative;
}
.menuzord-menu > li > a::before,
.menuzord-menu > li.active a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: -3px;
  left: 0;
  transition: 200ms ease-in;
  background: var(--secondary-color);
}
/* .menuzord-menu > li.active a {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -3px;
  left: 0;
  transition: 200ms ease-in;
  background: var(--secondary-color);
} */
.menuzord-menu li:hover a::before,
.menuzord-menu > li.active a::before {
  width: 100%;
}

.menuzord-menu > li:hover > a,
.menuzord-menu > li.active > a {
  color: var(--secondary-color);
}

.logo-holder {
  position: relative;
  width: 148px;
  height: auto;
  padding: 0px 0;
  display: block;
  /* float: left; */
  /* margin-right: 24px; */
  text-align: center;
}
.header-left img {
  width: 100%;
}
.header .text-link-bd-btom::before {
  content: "";
  background: var(--secondary-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  -webkit-animation: shadow-pulse 1s infinite;
  animation: shadow-pulse 1s infinite;
}

.hover-up {
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.btn.btn-default {
  color: #000000;
  background-color: var(--secondary-color);
}

/* .header .block-signin .btn-shadow {
  box-shadow: 0px 3px 10px rgb(223 194 106);
} */
/* 
.sub-menu {
  position: absolute;
  background: #fff;
  padding: 15px 0;
  width: 312px;
  box-shadow: 1px 10px 33px #dddddd70;
}

.sub-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  text-align: left;
  color: #000;
}

.sub-menu li {
  position: relative;
}

.sub-menu li a:hover {
  background: var(--secondary-color);
  color: #222;
}

.menuzord-menu .dropdown .sub-menu {
  display: none;
}

.menuzord-menu .dropdown span i {
  position: relative;
  top: 2px;
}

.menuzord-menu .dropdown:hover .sub-menu {
  display: block;
}

.main-header {
  width: 100%;
  text-align: center;
  padding: 0px 0px;
  transition: all 300ms ease-in-out;
  position: relative;
  border-radius: 10px;
} */

/* .header-nav {
  background-color: var(--primary-color);
} */

.sticky-shadow .header-nav-wrapper::before {
  background: var(--primary-color);
}

.header.sticky-shadow .main-header .header-left .logo-holder {
  display: block;
}

.sticky-shadow .main-header {
  margin-top: 0px;
  padding: 0;
  box-shadow: 0px 0px 0px #e8e8ea;
}
.header .header-nav-wrapper {
  position: absolute;
  width: 100%;
  background: #005837;
}
/* .header.sticky-shadow .header-nav-wrapper {
  top: 0;
  position: relative;
  right: 0;
} */
.logo-ar {
  width: 148px;
}
.logo-ar img {
  width: 98px;
  height: 114px;
}
/* .heading-banner h2 {
  color: #000830;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 800;
} */

/* =======================header-end============================ */
/* ==================banner================ */
.main {
  margin-top: 178px;
}
.banner-section {
  position: relative;
  background-size: cover !important;
}

/* .banner-sec {
  margin-top: 84px;
} */

.carousel-item {
  height: 450px;
  background-position: center !important;
  background-size: cover !important;
}

.hero-text {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  animation-delay: 0.4s;
}

.banner-caption span {
  color: var(--white-color);
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0;
  font-size: 22px;
}
.banner-caption p {
  font-size: 15px;
  color: #fff;
}
.banner-caption h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
}

.banner-caption h1 span {
  color: var(--secondary-color);
}

.bd-stroke__title-hero {
  font-size: 100px;
  font-weight: 700;
  color: transparent;
  font-family: var(--heading-font);
  -webkit-text-stroke: 1px var(--white-color);
  position: absolute;
  z-index: -1;
  top: -36px;
  left: -4px;
  text-transform: capitalize;
  opacity: 28% !important;
}

.bd-stroke__title.mx-0 {
  left: 0;
  right: 0;
}

.carousel-item::before {
  position: absolute;
  content: "";
  background: var(--clr-common-black);
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(
    0deg,
    black 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.802;
}

.banner-caption a {
  animation-delay: 1.2s;
}

.banner-caption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-section {
  height: 850px;
  background-size: cover !important;
  background-position: center !important;
}

.slider-img {
  position: absolute;
  top: -120px;
  width: 524px;
}

.heading-banner h5 {
  color: #ffa500;
  font-weight: 400;
  letter-spacing: 2px;
}

/* ==================banner-end================ */
/* banner logo */
/* .banner-logo .logo ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-logo .logo ul li {
  padding: 24px 0;
  text-align: center;
  flex: 0 0 auto;
  width: 20%;
}
.banner-logo {
  border-bottom: solid 1px #e9e9e9;
}

.logo-banner {
  text-align: center;
  margin: 0 auto;
}
.banner-logo {
  padding: 24px 0;
}
.banner-logo .owl-dots {
  display: none;
} */
.logo-banner {
  width: 120px;
  text-align: center;
  margin: 0 auto;
}
.logo-banner img {
  width: 100%;
}
.trusted-by {
  background-color: var(--primary-color);
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  margin-top: 24px;
}
.logo-scroll {
  overflow-x: scroll;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.banner-logo {
  border-top: solid 2px var(--primary-color);
}
.scroll-disabler {
  width: 100vw;
  height: 450px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.0001);
}

/* ::-webkit-scrollbar {
  display: none;
} */

article {
  min-width: 170px;
  height: 140px;
  padding: 1rem;
  margin: 0 auto;
}
article .wrapper {
  padding: 1rem;
  background-color: #fff;
  height: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
}
article .img {
  height: 50%;
  background-color: lightgray;
  border-radius: 25px 25px 0 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

article .content > div {
  height: 2rem;
  background-color: lightgray;
  margin: 2rem auto 0 auto;
  width: 85%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
article .content > div:last-child {
  height: 5rem;
}

/* .logo-banner img {
  width: 100%;
} */
/* banner logo */
.about-sec {
  border-top: solid 2px var(--primary-color);
  padding: 35px 0;
}
.about-sec h2 {
  font-size: 45px;
  font-weight: 300;
}
.about-sec p {
  padding: 10px 16%;
  color: #474747;
}
/* what-we-do */
.wwd-box {
  border: solid 1px var(--primary-color);
  padding: 40px 20px;
  text-align: center;
  border-top-right-radius: 64px;
  border-bottom-left-radius: 64px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.wwd-box .hover-text {
  background-color: var(--primary-color);
  padding: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.wwd-box .hover-text p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.wwd-box:hover .hover-text {
  transform: translate3d(0, 0, 0);
}
.wwd-box:hover .border-btn {
  background-color: #fff;
  color: var(--primary-color);
}
.border-btn:hover {
  background: var(--primary-color);
  color: #fff;
}
.zikzak-section .border-btn:hover svg path {
  fill: var(--white-color);
}
.border-btn:hover svg path {
  fill: var(--primary-color);
}
.hover-border-btn {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  text-align: center;
}
/* .wwd-box h3 {
  font-size: 22px;
} */
.border-btn {
  background-color: none;
  border: solid 1px var(--primary-color);
  border-radius: 20px;
  color: var(--primary-color);
}
.section {
  padding: 60px 0;
}
.wwd-box .wwd-text h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 16px;
}
.wwd-img {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.wwd-img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.section-title .hd-text {
  font-size: 38px;
  font-weight: 300;
  color: #1f2121;
  text-align: center;
  margin-bottom: 40px;
}
/* what-we-do-end */
/* =============footer================= */
.footer {
  background: #000000;
  padding-top: 80px;
  padding-bottom: 40px;
  text-transform: capitalize;
  position: relative;
}

.footerNav {
  position: relative;
}

.footer_first_contact li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

/* .footer_first_contact li i {
  font-size: 25px !important;
} */
.footer-form {
  margin-top: 25px;
}
.footer_first_contact li p {
  float: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 26px;
  color: rgb(103 98 98);
  font-weight: 400;
  margin-bottom: 0;
}

/* .icon_list_news li a {
  float: left;
  background: var(--secondary-color);
  width: 40px;
  line-height: 40px;
  height: 40px;
  padding-left: 0 !important;
  text-align: center;
  border-radius: 100px;
}

.icon_list_news li a i {
  color: #ffffff;
  font-size: 14px;
} */

/* .footer_border_displ ul li i {
  color: var(--secondary-color);
  margin-right: 15px;
  font-size: 8px;
} */

/* .footer_first_contact li i {
  font-size: 16px;
} */

/* .footer-btn .btn {
  font-size: 13px;
} */

/* .btn.btn-default {
  color: #ffffff;
  background-color: #ffbf00;
} */
.footer-grey-text {
  font-size: 14px;
  color: #595656;
}

.footer_border_displ ul li {
  margin-bottom: 6px;
}

.nav-widget {
  margin-top: 15px;
}

.footerNav h5 {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 16px;
}
.footerNav h5 a {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 16px;
}
.footer_border_displ ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
/* 
.icon_list_news li {
  float: left;
  margin-right: 10px;
}

.footer_first_contact p a {
  color: rgb(170 161 161);
}

.copyright_left {
  margin-top: 45px;
  text-align: center;
  color: #ffffff;
  background: #2222222e;
  padding: 15px;
  display: flex;
  justify-content: center;
}

.copyright_left a {
  color: var(--secondary-color);
} */
.address-text {
  margin-top: 10px;
  margin-bottom: 24px;
}
.address-text .address-icon i {
  color: var(--secondary-color);
  font-size: 25px;
}
.adrs-text h6 {
  color: #080707;
  font-size: 16px;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  display: inline-block;
}
.address-icon {
  margin-right: 6px;
}
.adrs-text p {
  color: #ffffffe0;
  font-weight: 300;
}
.address {
  margin-top: 40px;
}
.footer-form .form-control {
  height: 40px;
}
.footer-form textarea.form-control {
  height: auto;
}
.email-phone p {
  font-weight: 300;
}
.email-phone .col-md-6:nth-child(1) p {
  text-transform: lowercase;
}
/* =============footer-end================= */

/* skill-ar */
.skill-ar {
  padding-top: 88px;
}
.counter-item {
  margin-bottom: 64px;
}
.skill-ar .counter-item .counter {
  color: #0083e2;
  font-size: 64px;
  line-height: 40px;
}
.skill-ar .counter-item p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}
.pluse-icon {
  font-size: 45px;
  color: #0083e2;
}
/* skill-ar End */
/* team section */
.team-ar {
  cursor: pointer;
}
.team-img {
  border-radius: 100%;
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}
.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  text-transform: capitalize;
}
.team-text p {
  font-size: 14px;
  color: #187a55;
}
.team-popup {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.team-popup.show {
  opacity: 1;
  transform: scale(1);
}
.team-popup .btn-close {
  position: absolute;
  right: 20px;
  top: 18px;
}
.team-popup .modal-content {
  border-radius: 10px;
}
.team-popup .team-mamber-details {
  position: relative;
}
.team-popup .modal-content .modal-body {
  padding: 40px;
  height: 90vh;
  overflow: auto;
}
.team-popup .modal-content .modal-body .team-mamber-img {
  width: 200px;
  position: absolute;
  left: 0;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
}
.team-popup .modal-content .modal-body .team-mamber-img img {
  width: 100%;
  height: 100%;
}
.team-mamber-name {
  margin-left: 32%;
}
.team-mamber-details .d-flex {
  height: 200px;
}
.team-mamber-name h3 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.team-mamber-name p {
  color: #187a55;
  text-transform: capitalize;
}
.team-popup .details p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.modal.team-popup {
  background: #ffffff29;
}
/* team section end */
/* About-page */
.tab-section .nav-tabs .nav-link {
  display: block;
  padding: 25px 40px;
  border: none;
  background: none;
  color: #5b5b5b;
  position: relative;
  font-size: 18px;
}
.tab-section .nav-tabs .nav-link::after {
  position: absolute;
  right: 0;
  background: #5b5b5b;
  top: 23px;
  width: 2px;
  height: 24px;
  content: "";
}
.tab-section .nav-tabs .nav-link:last-child::after {
  background: none;
}
.tab-section .nav-tabs .nav-link.active {
  color: #0083e2;
  font-weight: 600;
}
.nav-tabs {
  border-bottom: 1px solid #5b5b5b;
  border-top: solid 1px #5b5b5b;
  justify-content: center;
}
/* we-are-do */
.inner-banner {
  height: 200px;
  display: flex;
  align-items: center;
  background-size: cover;
}
.inner-banner h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 300;
}
.we-are-do-text-sec .text-img {
  width: 100%;
  height: auto;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  overflow: hidden;
}
.we-are-do-text-sec .text-img img {
  width: 100%;
}
.we-do-contant {
  padding-right: 25px;
}
.we-do-contant p {
  color: #000;
  text-align: justify;
}
/* .banner-logo {
  border-top: solid 1px #e9e9e9;
} */
.vision-mission p {
  color: #000;
}
.accordion-qus .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-qus .accordion-header .accordion-button {
  padding-left: 0;
  font-size: 20px;
}
.accordion-qus .accordion-body {
  padding: 20px 0;
  border-top: solid 1px #ddd;
}
.accordion-qus .accordion-body p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}
.accordion-qus .accordion-button:focus {
  z-index: 3;
  border: none;
  box-shadow: none;
}
.accordion-qus {
  margin-bottom: 40px;
}
.color-box .col-2 {
  width: 14.2%;
}
.color-box .col-2 img {
  width: 100%;
}
/* we-are-do End*/
/* About-page end */
/* who we do page */
.we-do-sec .text h3 {
  font-size: 27px;
  color: var(--primary-color);
  margin-bottom: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.we-do-sec .text p {
  font-size: 15px;
  color: #000;
  line-height: 25px;
  padding-bottom: 24px;
}
.we-do-sec .img-ar {
  overflow: hidden;
}
.img-ar img {
  width: 100%;
}
.rounded-two-corner {
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.we-do-sec.section {
  padding: 40px 0;
}
.zikzak-section .p-text p {
  margin-bottom: 20px;
}
/* who we do page end */
/* Our-Project */
.overly-box .overly-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 400px;
}
.overly-box .overly-img::before {
  position: absolute;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0 0 0 / 17%) 0%, rgb(0 0 0) 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.overly-box {
  position: relative;
  margin-bottom: 40px;
}
.overly-box .overly-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.overly-box .text {
  position: absolute;
  bottom: 0;
  padding: 25px 25px 25px;
  z-index: 1;
  width: 100%;
}
.overly-box .text p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.overly-box:hover .overly-img img {
  transform: scale(1.2);
}
.overly-box:hover .overly-img::before {
  background: linear-gradient(180deg, rgb(0 0 0 / 17%) 0%, rgb(3, 78, 43) 100%);
  position: absolute;
  z-index: 1;
}
/* Our-Project */
.contact-sec .overly-box h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 15px;
}
.contact-sec .overly-box .text a i {
  color: #fcaf17;
}
.contact-sec .overly-box .text a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
.contact-sec .address {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-sec .address h3 {
  color: #1f2121;
  font-size: 24px;
  font-weight: 500;
}
.contact-sec .address p {
  margin-top: 12px;
  font-size: 32px;
  color: #0083e2;
}
.address img {
  margin-right: 15px;
}
/* ================ */
/* Milestone */
.milestone {
  background-color: #000;
}
.video-box {
  transition: all 500ms ease;
  position: relative;
}
.video-contant {
  position: absolute;
  bottom: 20px;
  color: #fff;
  left: 0;
  padding: 0 30px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.video-img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  object-fit: cover;
}
.video-box {
  position: relative;
  position: relative;
  height: 600px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3841911764705882) 7%,
    rgba(0, 0, 0, 0.9332107843137255) 87%
  );
  transition: all 0.4s;
}
.video-box::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3841911764705882) 7%,
    rgba(0, 0, 0, 0.9332107843137255) 87%
  );
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.video-box:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(180deg, rgb(0 0 0 / 17%) 0%, rgb(3, 78, 43) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-box:hover .video-img img {
  transform: scale(1.2);
}
.video-box:hover .video-contant {
  bottom: 50px;
}
.video-icon {
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  color: #04367c;
}
/* .welcome-one__video-btn-icon .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 64px;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgb(255 255 255 / 61%);
  animation: ripple 3s infinite;
  border: solid 8px #fff6;
}
.welcome-one__video-btn-icon .ripple:before,
.welcome-one__video-btn-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgb(15 13 29 / 60%);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.welcome-one__video-btn {
  height: 52px;
  width: 52px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-base);
  font-size: 30px;

  transition: all 500ms ease;
  border-radius: 113px;
  color: #ff9800;
  border: none;
  position: relative;
} */

.video-popup {
  opacity: 0;
}
.video-box:hover .video-popup {
  opacity: 1;
}
.video-contant p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.video-count {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffffff;
}
.video-contant h3 {
  font-weight: 500;
}

.more-btn-text {
  margin-left: 20px;
  color: #fff;
  font-size: 22px;
}
.more-btn-text:hover {
  color: #ff9800;
}
.focus-sector-owl .owl-nav {
}
.focus-sector-owl .owl-nav button {
  position: absolute;
  top: 45%;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}
.focus-sector-owl .owl-nav button i {
  color: var(--primary-color);
  font-size: 18px;
}
.focus-sector-owl .owl-nav button.owl-prev {
  left: 20px;
  background: #fff;
}
.focus-sector-owl .owl-nav button.owl-next {
  right: 20px;
  background: #fff;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
  }

  100% {
    box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
  }

  100% {
    box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
  }
}
/* =======Milestone end========= */
/* project-details-page */
.project-dtl-text p {
  font-size: 24px;
  color: #222;
  line-height: 40px;
}
.project-dtl-text a i {
  font-size: 26px;
  font-weight: 100;
}
.project-dtl-text a {
  font-size: 16px;
  display: flex;
  margin-bottom: 10px;
}
.blue-text {
  color: #0083e2 !important;
}
.benefit-details ul li {
  padding: 8px 0px;
  font-size: 15px;
  font-weight: 500;
}
.benefit-details ul li b {
  color: var(--primary-color);
}
.benefit-details ul li i {
  color: var(--primary-color);
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  height: 200px;
  overflow: hidden;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  background: var(--primary-color);
  padding: 15px;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border: solid 30px #fff;
  border-radius: 69px;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
/* project-details-page-end */
.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.wwd-hd h3 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 24px;
}
.what-we-do-popup.show {
  opacity: 1;
  transform: scale(1);
}
.what-we-do-popup {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.what-we-do-popup .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 40px;
  position: relative;
}
.what-we-do-details {
  height: 500px;
  overflow: auto;
  position: relative;
}
.what-we-do-details .details h4 {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
}
.what-we-do-details .details ul li {
  font-size: 15px;
  color: #000;
  padding: 5px 0;
}
.what-we-do-details .details ul li i {
  color: var(--primary-color);
  font-size: 14px;
}
.popup-logo img {
  float: left;
  margin-right: 25px;
  height: 150px;
  max-width: 100%;
}
.popup-logo {
  width: 100%;
  clear: both;
}
