body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: #c7ddf4;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

.map-fill:hover {
  filter: drop-shadow(-7px 8px 1px rgb(5, 118, 80));
  stroke: none;
}
.map-fill:onclick {
  filter: drop-shadow(-7px 8px 1px rgb(5, 118, 80));
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

button:focus {
  outline: none;
}

.container-space {
  padding: 0px 20px;
}

.rm-animate {
  text-align: right;
  display: flex;
  position: absolute;
  right: 20px;
}
.rm-animate a {
  color: #08b278;
}
.rm-animate .scrolldown-btn svg {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}
.rm-animate .scrolldown-btn svg path {
  fill: #08b278;
}
.rm-animate .scrolldown-btn svg path.first-path {
  animation: scrollanim 1s ease-in-out infinite;
  animation-delay: 0.8s;
}
.rm-animate .scrolldown-btn svg path.second-path {
  animation: scrollanim2 1s ease-in-out infinite;
}
@keyframes scrollanim {
  0% {
    transform: translate(0, -40px);
    opacity: 0;
  }
  60% {
    transform: translate(0, 0);
    opacity: 0.8;
  }
}
@keyframes scrollanim2 {
  0% {
    transform: translate(0, -40px);
    opacity: 0;
  }
  60% {
    transform: translate(0, 0px);
    opacity: 0.6;
  }
}

.sub-menu-content .rm-link {
  position: relative;
  right: 0;
  padding-top: 20px;
}
.sub-menu-content .rm-link-color {
  color: #08b278 !important;
}

.twitter-wrap iframe {
  height: 100%;
  width: 100%;
  min-height: 320px;
}

.facebook-wrap {
  width: 100%;
}
.facebook-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
}
.facebook-wrap iframe ._2p3a {
  width: 100% !important;
}

.youtube #yottie_1 {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.dark-mode {
  overflow-x: hidden;
  filter: grayscale(1);
}

/*--- invert-css ---*/
.invert-color {
  filter: invert(100%);
}

#scroll-down-animation {
  position: absolute;
  bottom: 40px;
  right: 85px;
  z-index: 999;
  display: flex;
  align-items: center;
  column-gap: 20px;
  opacity: 1;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
#scroll-down-animation h6 {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
#scroll-down-animation h6::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  right: -42px;
  top: 17px;
}

.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 2px solid #ffffff;
  height: 40px;
  width: 26px;
  position: relative;
}

.move {
  position: absolute;
  background-color: #ffffff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%, 5px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 30px);
    opacity: 1;
  }
}
.heading {
  position: relative;
  display: inline-block;
}
.heading::before {
  content: "";
  display: block;
  background-image: url("../images/head-line.png");
  width: 80%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -28px;
  background-repeat: no-repeat;
}

.heading-white {
  position: relative;
  display: inline-block;
  color: #ffffff;
}
.heading-white::before {
  content: "";
  display: block;
  background-image: url("../images/head-line-white.png");
  width: 80%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -28px;
  background-repeat: no-repeat;
}

.login {
  background-color: transparent;
  width: 100%;
  height: 45px;
  border-radius: 8px;
  color: #111111;
  min-width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  font-weight: 600;
  border: 1px solid #08b278;
}
.login i {
  color: #111111;
}
.login:hover {
  color: #08b278;
  background-color: transparent;
}
.login:hover i {
  color: #08b278;
}

.common-btn {
  background-color: #0c4da1;
  border: 2px solid #1968cf;
  color: #ffffff;
  width: 100%;
  min-width: 220px;
  height: 50px;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 10px;
}
.common-btn:hover {
  color: white;
  background-color: #08254b;
}

.view-btn {
  background-color: #1968cf;
  border: 2px solid #1968cf;
  color: #ffffff;
  width: 100%;
  min-width: 125px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.view-btn:hover {
  color: #ffffff;
}
.view-btn:hover::before {
  animation: shine 0.75s;
}
.view-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 1s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.reset-btn {
  position: absolute;
  top: 8%;
  right: 8%;
}
.reset-btn a {
  background-color: rgba(35, 103, 191, 0.6509803922);
  border: 2px solid #1968cf;
  color: #ffffff;
  width: 100%;
  min-width: 125px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
}

.slide-nav {
  position: relative;
}
.slide-nav .owl-carousel .owl-nav {
  position: absolute;
  bottom: -85px;
  display: flex;
  max-width: 340px;
  justify-content: space-between;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.slide-nav .owl-carousel .owl-nav .owl-prev span, .slide-nav .owl-carousel .owl-nav .owl-next span {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.34);
  font-weight: 600;
}
.slide-nav .owl-carousel .owl-nav .owl-prev:hover span, .slide-nav .owl-carousel .owl-nav .owl-next:hover span {
  color: #08254b;
}
.slide-nav .owl-carousel .owl-dots {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  column-gap: 45px;
}
.slide-nav .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.34);
  position: relative;
}
.slide-nav .owl-carousel .owl-dots .owl-dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 1px;
  left: 28px;
  background-color: rgba(255, 255, 255, 0.34);
}
.slide-nav .owl-carousel .owl-dots .owl-dot.active {
  background-color: #1968cf;
}
.slide-nav .owl-carousel .owl-dots .owl-dot:last-child::after {
  display: none;
}

#fixed-social {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9999;
  border-radius: 8px 0px 0px 8px;
}
#fixed-social a {
  color: #ffffff;
  display: block;
  position: relative;
  text-align: center;
  line-height: 40px;
  background-color: #123b70;
  padding: 0px 12px;
  z-index: 2;
  margin-bottom: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#fixed-social a svg {
  fill: #ffffff;
  width: 15px;
  height: 15px;
}
#fixed-social a span {
  right: 80px;
  position: absolute;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
  top: 0;
  font-size: 16px;
  background-color: #123b70;
  border-radius: 4px;
}
#fixed-social a span::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #123b70;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  z-index: -1;
  top: 6px;
}
#fixed-social a:hover > span {
  visibility: visible;
  right: 54px;
  opacity: 1;
}

#para .readMoreBtn {
  width: 140px;
  margin-top: 20px;
}

svg path {
  cursor: pointer;
}

/*------ responsive ----*/
header {
  background-color: #ffffff;
  position: relative;
  z-index: 9999;
  width: 100%;
}
header::before {
  content: "";
  background-image: url("../images/ruler.png");
  background-repeat: repeat;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
}
header nav {
  position: relative;
  box-shadow: 5px 0px 12px rgba(0, 0, 0, 0.4509803922);
}
header nav .row {
  align-items: center;
}
header nav .logo-wrap {
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding: 10px 0 10px 0;
}
header nav .right-side {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
  align-items: center;
}
header nav .right-side .menu-wrap {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
  width: 70%;
}
header nav .right-side .menu-wrap li {
  transition: all 0.5s;
  padding: 37px 0px 34px;
}
header nav .right-side .menu-wrap li a {
  color: #000000;
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding: 0;
  white-space: nowrap;
  font-size: 18px;
}
header nav .right-side .menu-wrap li a span {
  display: flex;
}
header nav .right-side .menu-wrap li a span svg {
  width: 10px;
}
header nav .right-side .menu-wrap li a:hover {
  color: #1968cf;
}
header nav .right-side .menu-wrap li a.active {
  color: #1968cf;
}
header nav .right-side .menu-wrap li .moreMenu {
  padding: 0px 40px;
  background-color: #fff;
  box-shadow: 0px 4px 6px 0px #454545;
}
header nav .right-side .menu-wrap li .moreMenu .moreMenuInner {
  display: flex;
  gap: 20px;
  width: 100%;
  position: relative;
}
header nav .right-side .menu-wrap li .moreMenu .moreMenuInner li {
  padding: 25px 0px;
}
header nav .right-side .menu-wrap li .moreMenu .moreMenuInner li a {
  color: #000;
}
header nav .right-side .menu-wrap li .moreMenu .moreMenuInner li .dropdown-menus {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  top: 77px;
  transform: translateY(50px);
}
header nav .right-side .menu-wrap li .moreMenu .moreMenuInner li .dropdown-menus .sub-menu-content ul li {
  padding: 0;
}
header nav .right-side .menu-wrap li .moreMenu .moreMenuInner li .dropdown-menus .sub-menu-content ul li a {
  color: #fff;
}
header nav .right-side .menu-wrap li .moreMenu .moreMenuInner li:hover .dropdown-menus {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
header nav .right-side .ser-list {
  padding: 25px 0;
}
header nav .right-side .function {
  display: flex;
  column-gap: 14px;
  align-items: center;
}
header nav .right-side .function .search-icon i {
  color: #000000;
  font-size: 20px;
}
header nav .right-side .function .accessiblility-drop {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #1968cf;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .right-side .function .accessiblility-drop svg {
  width: 10px;
  fill: white;
}
header nav .right-side .function .login-wrap {
  position: relative;
  padding: 25px 0;
}
header nav .right-side .function .login-wrap .login-dropdown {
  opacity: 0;
  visibility: hidden;
  background-color: #1968cf;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 95px;
  transform: translateY(50px);
  transition: all 0.5s;
  pointer-events: none;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  width: 460px;
}
header nav .right-side .function .login-wrap .login-dropdown::before {
  content: "";
  position: absolute;
  right: 28px;
  top: -9px;
  background-color: #1968cf;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
}
header nav .right-side .function .login-wrap .login-dropdown ul {
  width: 100%;
}
header nav .right-side .function .login-wrap .login-dropdown ul h6 {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
header nav .right-side .function .login-wrap .login-dropdown ul h6 img {
  margin-right: 10px;
}
header nav .right-side .function .login-wrap .login-dropdown ul li {
  padding-top: 15px;
  transition: all 0.5s;
}
header nav .right-side .function .login-wrap .login-dropdown ul li i {
  color: #ffffff;
  margin-right: 10px;
}
header nav .right-side .function .login-wrap .login-dropdown ul li a {
  color: #ffffff;
}
header nav .right-side .function .login-wrap .login-dropdown ul li:hover i {
  color: #08b278;
}
header nav .right-side .function .login-wrap .login-dropdown ul li:hover a {
  color: #08b278;
}
header nav .right-side .function .login-wrap:hover .login-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
  border-radius: 0 0 20px 20px;
}
header nav .right-side .function .login-wrap .resp-login {
  min-width: 50px !important;
  height: 50px;
  border-radius: 50px !important;
  background-color: #e6edf5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
header nav .right-side .function .login-btns .login {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
header nav .right-side .function .login-btns .ser-btn {
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #08b278;
  color: #ffffff;
  font-weight: 600;
}
header nav .right-side .function .login-btns .ser-btn i {
  color: #ffffff;
}
header nav .right-side .function .login-btns .ser-btn svg {
  fill: #ffffff;
}
header nav .right-side .function .login-btns .ser-btn:hover {
  background-color: #088d61;
}

.menu-item a {
  padding: 20px 0 30px;
}
.menu-item .dropdown-menus {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background-color: #08254b;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 50px;
  transform: translateY(50px);
  transition: all 0.5s;
  pointer-events: none;
  padding: 40px 30px;
  display: flex;
  column-gap: 20px;
}
.menu-item .dropdown-menus .sub-menu-content {
  width: 50%;
}
.menu-item .dropdown-menus .sub-menu-content ul li {
  padding: 0;
}
.menu-item .dropdown-menus .sub-menu-content ul li a {
  color: #ffffff;
  padding: 4px 0;
  position: relative;
  transition: all 0.5s;
  display: inline-block;
  white-space: nowrap;
}
.menu-item .dropdown-menus .sub-menu-content ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #08b278;
  transition: all 0.5s;
}
.menu-item .dropdown-menus .sub-menu-content ul li a:hover {
  color: #08b278;
}
.menu-item .dropdown-menus .sub-menu-content ul li a:hover::before {
  width: 100%;
}
.menu-item .dropdown-menus .sub-menu-content ul li a:hover svg {
  fill: #08b278;
}
.menu-item .dropdown-menus .sub-menu-content ul li a:hover svg path {
  fill: #08b278;
}
.menu-item .dropdown-menus .sub-menu-content ul li img {
  width: 20px;
  margin-right: 10px;
}
.menu-item .dropdown-menus .sub-menu-content ul li svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #ffffff;
}
.menu-item .dropdown-menus .sub-menu-content ul li svg path {
  fill: #ffffff;
}
.menu-item .dropdown-menus .sub-menu-content .menu-pera {
  padding-top: 20px;
}
.menu-item .dropdown-menus .sub-menu-content .menu-pera h4, .menu-item .dropdown-menus .sub-menu-content .menu-pera p {
  color: #ffffff;
}
.menu-item .dropdown-menus .sub-menu-content .menu-pera p {
  font-size: 14px;
  padding-top: 15px;
}
.menu-item .dropdown-menus .submenu-img {
  width: 50%;
}
.menu-item .dropdown-menus .submenu-img img {
  width: 100%;
  border-radius: 8px;
}
.menu-item .dropdown-menus li a {
  padding: 20px 0;
}
.menu-item .dropdown-menus li:before {
  display: none !important;
}
.menu-item .dropdown-menus li .sub-dropdown {
  width: 230px;
  right: -233px;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  transform: translateY(50px);
  transition: all 0.5s;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.menu-item .dropdown-menus li .sub-dropdown li a {
  background-color: #ffffff;
  color: #000000 !important;
}
.menu-item .dropdown-menus li .sub-dropdown li:hover a {
  background-color: #1968cf;
  color: #ffffff !important;
}
.menu-item .dropdown-menus li:hover .sub-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.menu-item:hover .dropdown-menus {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
  border-radius: 0px 0px 15px 15px;
}
.menu-item .dropdown-menus-ser {
  width: 75%;
}

.click-menu {
  position: relative;
}
.click-menu a {
  padding: 20px 30px !important;
  display: block;
}
.click-menu a.search-icon {
  padding: 0 !important;
}
.click-menu a.accessiblility-drop {
  padding: 0 !important;
}
.click-menu a img {
  margin-right: 2px;
}
.click-menu .dropdown-menus {
  opacity: 0;
  visibility: hidden;
  width: 230px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 60px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2705882353);
  transform: translateY(50px);
  transition: all 0.5s;
  padding: 20px 15px;
}
.click-menu .dropdown-menus li .inc-dcr {
  display: flex;
  justify-content: space-between;
}
.click-menu .dropdown-menus li .inc-dcr a {
  padding: 0px !important;
  color: #111111;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #e6edf5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.click-menu .dropdown-menus li .inc-dcr a:hover {
  color: #08254b;
  background-color: #e6edf5;
}
.click-menu .dropdown-menus li .inc-dcr a#btn-decrease:hover {
  background-color: #e6edf5;
}
.click-menu .dropdown-menus li .inc-dcr a#btn-orig:hover {
  background-color: #e6edf5;
}
.click-menu .dropdown-menus li .inc-dcr a#btn-increase:hover {
  background-color: #e6edf5;
}
.click-menu .dropdown-menus.search {
  width: fit-content;
  padding: 0;
}
.click-menu .dropdown-menus .searchBarGroup {
  padding: 30px;
}
.click-menu .dropdown-menus.chair-btn {
  width: 170px;
}
.click-menu .dropdown-menus.chair-btn li:first-child {
  margin-bottom: 10px;
}
.click-menu .dropdown-menus.chair-btn li a {
  padding: 10px 5px !important;
  color: #000000;
}
.click-menu .dropdown-menus.chair-btn li:last-child {
  margin-bottom: 0;
}
.click-menu .dropdown-menus.chair-btn li:hover a {
  background-color: #e6edf5;
}
.click-menu.active .dropdown-menus {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}

.search-box {
  width: 350px;
  position: relative;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.search-box .search-input {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 15px 45px 15px 15px;
  background-color: #eaeaeb;
  color: #6c6c6c;
  border-radius: 6px;
  border: none;
  transition: all 0.4s;
}
.search-box .search-input:focus {
  border: none;
  outline: none;
}
.search-box .search-btn {
  background-color: transparent;
  font-size: 18px;
  padding: 6px 9px;
  margin-left: -45px;
  border: none;
  color: #6c6c6c;
  transition: all 0.4s;
  z-index: 10;
}
.search-box .search-btn:hover {
  transform: scale(1.2);
  cursor: pointer;
  color: black;
}

.menu-wrap-search .click-menu .dropdown-menus {
  top: 37px;
}

.menu-item .dropdown-menus-ser {
  top: 70px;
}

@media (max-width: 1600px) {
  header .container-space {
    padding: 0 15px;
  }
  .menu-item .dropdown-menus-ser {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  header nav .right-side .menu-wrap {
    column-gap: 14px;
  }
  header nav .right-side .menu-wrap li a {
    font-size: 16px;
  }
  header nav .right-side .function {
    column-gap: 10px;
  }
  header nav .right-side .function .accessiblility-drop {
    width: 45px;
    height: 45px;
  }
  header nav .right-side .menu-wrap li .moreMenu .moreMenuInner li .dropdown-menus {
    top: 73px;
  }
  header .container-space {
    padding: 0 20px 0px 20px;
  }
}
@media (max-width: 1366px) {
  header nav .right-side {
    column-gap: 12px;
  }
  header nav .right-side .function {
    column-gap: 10px;
  }
  header nav .right-side .function .accessiblility-drop {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1320px) {
  header nav .right-side .menu-wrap li a {
    font-size: 16px;
  }
  header nav .right-side .function .login-btns .login {
    font-size: 12px;
    min-width: 90px;
  }
}
@media (max-width: 1220px) {
  header nav .right-side {
    justify-content: flex-end;
  }
}
@media (max-width: 1199px) {
  .login {
    min-width: 50px;
  }
  header nav .right-side .function .login-wrap {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .click-menu a img {
    width: 15px;
  }
  .login {
    min-width: 30px;
    height: 30px;
  }
  .login i {
    font-size: 12px;
  }
  header nav .right-side .function .accessiblility-drop {
    width: 35px;
    height: 35px;
  }
  header nav .right-side .function .login-wrap .login-dropdown {
    top: 94px;
    right: -24px;
  }
  header nav .right-side .function .login-wrap .resp-login {
    min-width: 35px !important;
    height: 35px;
  }
  header nav .logo-wrap {
    padding: 20px 0;
  }
  #scroll-down-animation {
    display: none;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    left: 20px;
  }
}
@media (max-width: 480px) {
  header nav .right-side .function {
    column-gap: 8px;
  }
  header nav .right-side .function .login-wrap .login-dropdown {
    flex-wrap: wrap;
    width: 280px;
    row-gap: 20px;
  }
  header nav .logo-wrap {
    column-gap: 10px;
  }
  .click-menu .dropdown-menus {
    top: 59px;
    padding: 10px 15px;
  }
  .click-menu .dropdown-menus.chair-btn {
    width: 130px;
  }
  .click-menu .dropdown-menus.chair-btn li a {
    padding: 5px 5px !important;
  }
  header nav .right-side .function .login-wrap .login-dropdown {
    top: 89px;
  }
}
@media (max-width: 380px) {
  header nav .right-side .function .login-wrap .login-dropdown {
    right: -66px;
    top: 82px;
  }
  header .container-space {
    padding: 0 15px;
  }
  header nav .right-side .function .login-wrap .login-dropdown::before {
    right: 70px;
  }
}
.toggle-main-wrapper {
  display: block;
  cursor: pointer;
}
.toggle-main-wrapper .line {
  width: 30px;
  height: 3px;
  background-color: #111111;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#sidebar {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0;
  left: -500px;
  width: 280px;
  background-color: #08254b;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 99999;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#sidebar #toggle_close {
  text-align: end;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}
#sidebar #toggle_close svg {
  width: 15px;
  fill: #08254b;
}
#sidebar #toggle_close2 {
  text-align: start;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  margin-left: unset;
}
#sidebar #toggle_close2 svg {
  width: 15px;
  fill: #08254b;
}
#sidebar .sidebar_logo {
  padding: 24px;
}
#sidebar.open {
  left: 0;
}
#sidebar #cssmenu {
  width: 280px;
}
#sidebar #cssmenu .input-group {
  width: 94% !important;
}
#sidebar #cssmenu .input-group .btn-outline-secondary {
  color: #ddd;
  border-color: #ffffff;
}
#sidebar #cssmenu .input-group .form-control {
  border-color: #ffffff;
}
#sidebar #cssmenu .input-group .form-control:focus {
  box-shadow: none;
}
#sidebar #cssmenu ul li {
  border-bottom: 1px solid #153763;
  position: relative;
}
#sidebar #cssmenu ul li a {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  text-transform: capitalize;
}
#sidebar #cssmenu ul .has-sub ul {
  display: none;
}
#sidebar #cssmenu ul .has-sub ul li {
  border-bottom: none;
  border-top: 1px solid #153763;
}
#sidebar #cssmenu ul .has-sub ul li a {
  padding: 10px 40px;
}
#sidebar #cssmenu ul .has-sub:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
  background-color: #ffffff;
  height: 2px;
  width: 10px;
}
#sidebar #cssmenu ul .has-sub:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 29px;
  background-color: #ffffff;
  height: 10px;
  width: 2px;
  transition: all 0.5s;
}
#sidebar #cssmenu ul .open:after {
  display: none;
}
#sidebar.service-sidebar {
  left: auto;
  right: -550px;
  width: 300px;
}
#sidebar.service-sidebar.open {
  left: auto;
  right: 0;
}
#sidebar.service-sidebar .ser-para {
  margin: 20px 16px 10px 20px;
}
#sidebar.service-sidebar .ser-para p {
  color: #ffffff;
  margin-top: 15px;
  font-size: 14px;
}
#sidebar.service-sidebar .ser-para h4 {
  color: #ffffff;
  font-size: 18px;
}
#sidebar.service-sidebar ul {
  margin-top: 15px;
}
#sidebar.service-sidebar li {
  border-bottom: 0 !important;
}
#sidebar.service-sidebar li svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-right: 10px;
}
#sidebar.service-sidebar li svg path {
  fill: #ffffff;
}
#sidebar.service-sidebar .banner-counter-wrap {
  margin: 25px 20px;
  background-color: transparent !important;
}
#sidebar.service-sidebar .banner-counter-wrap:before, #sidebar.service-sidebar .banner-counter-wrap:after {
  display: none;
}
#sidebar.service-sidebar .banner-counter-wrap .banner-counter {
  padding: 0;
  display: block;
}
#sidebar.service-sidebar .banner-counter-wrap .banner-counter .counter-box {
  background-color: transparent;
  margin-bottom: 20px;
}

.ser-dropdown {
  padding: 10px 30px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000000;
  background: #ffffff;
  position: relative;
  font-size: 18px;
  perspective: 1000px;
  z-index: 100;
  margin-top: 30px;
  height: 45px;
  border-radius: 10px;
  filter: drop-shadow(0 5px 0 #bfcdda);
  transition: all 0.5;
}

.ser-dropdown .drop-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ser-dropdown .drop-icon svg {
  width: 12px;
}

.ser-dropdown:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ser-dropdown:hover .dropdown_menu li {
  display: block;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 1000px;
  z-index: -1;
}

.dropdown_menu li {
  display: none;
  color: #fff;
  background-color: #08254b;
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0;
}

.dropdown_menu li a {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.dropdown_menu li a img {
  width: 25px;
}

.dropdown_menu li:hover {
  background-color: #1968cf;
}

.dropdown:hover .dropdown_menu--animated {
  display: block;
}

.dropdown_menu--animated {
  display: none;
}

.dropdown_menu--animated li {
  display: block;
  opacity: 1;
}

.dropdown_menu-4 .dropdown_item-1 {
  transform-origin: top center;
  animation: scaleZ 300ms 60ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-2 {
  transform-origin: top center;
  animation: scaleZ 300ms 120ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-3 {
  transform-origin: top center;
  animation: scaleZ 300ms 180ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-4 {
  transform-origin: top center;
  animation: scaleZ 300ms 240ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-5 {
  transform-origin: top center;
  animation: scaleZ 300ms 300ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-6 {
  transform-origin: top center;
  animation: scaleZ 300ms 360ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-7 {
  transform-origin: top center;
  animation: scaleZ 300ms 420ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-8 {
  transform-origin: top center;
  animation: scaleZ 300ms 480ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-9 {
  transform-origin: top center;
  animation: scaleZ 300ms 440ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-10 {
  transform-origin: top center;
  animation: scaleZ 300ms 500ms ease-in-out forwards;
}

.dropdown_menu-4 .dropdown_item-11 {
  transform-origin: top center;
  animation: scaleZ 300ms 560ms ease-in-out forwards;
}

@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.banner-counter-wrap {
  background-color: #1968cf;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.banner-counter-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-counter-wrap:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.banner-counter-wrap .banner-counter {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  column-gap: 130px;
}
.banner-counter-wrap .banner-counter .counter-box .counter-img {
  max-width: 30px;
}
.banner-counter-wrap .banner-counter .counter-box .counter-img img {
  width: 100%;
}
.banner-counter-wrap .banner-counter .counter-box {
  background-color: #1968cf;
  text-align: center;
  height: 100%;
  transform: translateY(0px);
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 12px;
  min-width: 165px;
}
.banner-counter-wrap .banner-counter .counter-box .counter-txt {
  text-align: left;
}
.banner-counter-wrap .banner-counter .counter-box .counter-txt h2 {
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.banner-counter-wrap .banner-counter .counter-box .counter-txt h2::after {
  content: "+";
}
.banner-counter-wrap .banner-counter .counter-box .counter-txt h2.plus-remove::after {
  display: none;
}
.banner-counter-wrap .banner-counter .counter-box .counter-txt span {
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  margin-left: 5px;
}
.banner-counter-wrap .banner-counter .counter-box .counter-txt p {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.banner-counter-wrap .banner-counter h2 {
  font-size: 26px;
}
.banner-counter-wrap .banner-counter .counter-one {
  background-color: #1968cf;
  display: flex;
  justify-content: space-between;
  padding: 22px;
  border-radius: 8px;
  flex-wrap: wrap;
  row-gap: 5px;
}
.banner-counter-wrap .banner-counter .counter-one span {
  color: #ffffff;
}
.banner-counter-wrap .banner-counter h6 {
  font-weight: 500;
}

.chat-icon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
.chat-icon a {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background-color: #08b278;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 6px 14px rgba(8, 178, 120, 0.501961));
}
.chat-icon a svg {
  fill: #ffffff;
  width: 22px;
  transform: rotate(0deg);
  transition: all 0.5s;
}

.chat-option {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 5px;
  transform: translateY(-50%);
  right: 20px;
  z-index: 3;
  transition: all 0.5s;
  padding: 0px 0 4px;
}
.chat-option a {
  color: #ffffff;
  display: block;
  position: relative;
  text-align: center;
  line-height: 50px;
  background-color: #ffffff;
  padding: 0px 12px;
  z-index: 2;
  margin-bottom: -2px;
  margin-bottom: 10px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.chat-option a svg {
  fill: #08b278;
  width: 22px;
  height: 20px;
}
.chat-option a span {
  right: 80px;
  position: absolute;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  background-color: #ffffff;
  color: #08b278;
  border-radius: 4px;
}
.chat-option a span::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  z-index: -1;
  top: 6px;
}
.chat-option a:hover > span {
  visibility: visible;
  right: 60px;
  opacity: 1;
}
.chat-option.show {
  opacity: 1;
  visibility: visible;
}

.resp-select-lang select {
  height: 40px;
  word-wrap: normal;
  display: block;
  width: 96%;
  background: transparent;
  border: none;
  padding: 0px 15px;
  color: #ffffff;
  background-color: #08254b;
}
.resp-select-lang select:focus {
  outline: none;
}
.resp-select-lang select:focus-visible {
  outline: none;
}

.resp-ser svg {
  width: 20px !important;
}

.cpwdTopHeader nav .right-side {
  justify-content: flex-end;
}

.menuNav {
  padding: 0px 20px;
  background-color: #08254b;
  display: flex;
}
.menuNav .menu-wrap {
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
  width: 70%;
  position: relative;
}
.menuNav .menu-wrap.menu-wrap-search {
  width: auto;
  align-items: center;
}
.menuNav .menu-wrap.menu-wrap-search li {
  padding: 0;
}
.menuNav .menu-wrap.menu-wrap-search li a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.menuNav .menu-wrap.menu-wrap-search li .dropdown-menus.chair-btn li:first-child {
  margin-bottom: 0;
}
.menuNav .menu-wrap li {
  transition: all 0.5s;
  padding: 12px 0;
}
.menuNav .menu-wrap li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding: 0;
  font-size: 18px;
  white-space: nowrap;
}
.menuNav .menu-wrap li a span {
  display: flex;
  transition: all 0.5s;
}
.menuNav .menu-wrap li a span svg {
  width: 10px;
  fill: #ffffff;
  transition: all 0.5s;
}
.menuNav .menu-wrap li a:hover {
  color: #1968cf;
}
.menuNav .menu-wrap li a:hover span svg {
  width: 10px;
  fill: #1968cf;
}
.menuNav .menu-wrap li a.active {
  color: #08b278;
}
.menuNav .menu-wrap li .moreMenu {
  padding: 0px 40px;
  background-color: #fff;
  box-shadow: 0px 4px 6px 0px #454545;
}
.menuNav .menu-wrap li .moreMenu .moreMenuInner {
  display: flex;
  gap: 20px;
  width: 100%;
  position: relative;
}
.menuNav .menu-wrap li .moreMenu .moreMenuInner li {
  padding: 25px 0px;
}
.menuNav .menu-wrap li .moreMenu .moreMenuInner li a {
  color: #000;
}
.menuNav .menu-wrap li .moreMenu .moreMenuInner li .dropdown-menus {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  top: 77px;
  transform: translateY(50px);
}
.menuNav .menu-wrap li .moreMenu .moreMenuInner li .dropdown-menus .sub-menu-content ul li {
  padding: 0;
}
.menuNav .menu-wrap li .moreMenu .moreMenuInner li .dropdown-menus .sub-menu-content ul li a {
  color: #fff;
}
.menuNav .menu-wrap li .moreMenu .moreMenuInner li:hover .dropdown-menus {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .rightLogo {
    display: flex;
    gap: 10px;
    padding: 20px;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .rightLogo img {
    width: 96px;
  }
  header .container-space {
    padding: 0 20px 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .toggle-main-wrapper .line {
    width: 20px;
    height: 2px;
    margin: 4px auto;
  }
}
.click-menu.open .dropdown-menus {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}

.menuNav .menu-wrap li .searchBarGroup {
  position: relative;
}

.menuNav .menu-wrap li a.closeSearch {
  padding: 0 !important;
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*----- banner-start ------*/
.banner-main-wrap {
  /* banner service section */
}
.banner-main-wrap .banner-wrap {
  position: relative;
}
.banner-main-wrap .banner-wrap .owl-carousel .owl-nav {
  display: none;
}
.banner-main-wrap .banner-wrap .owlControlGroup {
  bottom: 35px;
  left: 60px;
}
.banner-main-wrap .banner-counter-wrap {
  background-color: #1968cf;
  margin: 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.banner-main-wrap .banner-counter-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-main-wrap .banner-counter-wrap:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.banner-main-wrap .banner-counter-wrap .banner-counter {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 130px;
}
.banner-main-wrap .banner-counter-wrap .banner-counter .counter-box .counter-img {
  max-width: 30px;
}
.banner-main-wrap .banner-counter-wrap .banner-counter .counter-box .counter-img img {
  width: 100%;
}
.banner-main-wrap .banner-counter-wrap .banner-counter .counter-box {
  background-color: #1968cf;
  text-align: center;
  height: 100%;
  transform: translateY(0px);
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 12px;
  min-width: 165px;
}
.banner-main-wrap .banner-counter-wrap .banner-counter .counter-box .counter-txt {
  text-align: left;
}
.banner-main-wrap .banner-counter-wrap .banner-counter .counter-box .counter-txt h2 {
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.banner-main-wrap .banner-counter-wrap .banner-counter .counter-box .counter-txt h2::after {
  content: "+";
}
.banner-main-wrap .banner-counter-wrap .banner-counter .counter-box .counter-txt h2.plus-remove::after {
  display: none;
}
.banner-main-wrap .banner-counter-wrap .banner-counter .counter-box .counter-txt span {
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  margin-left: 5px;
}
.banner-main-wrap .banner-counter-wrap .banner-counter .counter-box .counter-txt p {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.banner-main-wrap .banner-counter-wrap .banner-counter h2 {
  font-size: 26px;
}
.banner-main-wrap .banner-counter-wrap .banner-counter .counter-one {
  background-color: #1968cf;
  display: flex;
  justify-content: space-between;
  padding: 22px;
  border-radius: 8px;
  flex-wrap: wrap;
  row-gap: 5px;
}
.banner-main-wrap .banner-counter-wrap .banner-counter .counter-one span {
  color: #ffffff;
}
.banner-main-wrap .banner-counter-wrap .banner-counter h6 {
  font-weight: 500;
}
.banner-main-wrap .banner-service-wrap {
  margin: 30px 30px;
}
.banner-main-wrap .banner-service-wrap p {
  padding: 55px 0 0;
}
.banner-main-wrap .banner-service-wrap p a {
  color: #08b278;
  border-bottom: 1px solid #08b278;
  font-size: 18px;
  margin-left: 10px;
}

.btn-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.btn-wrap .prev-btn, .btn-wrap .next-btn {
  border: 0;
  background-color: transparent;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.34);
}
.btn-wrap .prev-btn span, .btn-wrap .next-btn span {
  display: inline-block;
  height: 66px;
}
.btn-wrap .prev-btn:hover, .btn-wrap .next-btn:hover {
  color: #08254b;
}

.coustomOwlCarousel .owl-nav {
  display: none !important;
}

.owlControlGroup {
  position: absolute;
  z-index: 4;
}
.owlControlGroup .custom-owl-dots {
  display: flex;
  column-gap: 45px;
}
.owlControlGroup .custom-owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: rgba(124, 149, 188, 0.5019607843);
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  position: relative;
}
.owlControlGroup .custom-owl-dots .owl-dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 1px;
  left: 28px;
  background-color: #7c95bc;
}
.owlControlGroup .custom-owl-dots .owl-dot.active {
  background-color: #08b278;
}
.owlControlGroup .custom-owl-dots .owl-dot:last-child::after {
  display: none;
}

@media (max-width: 1700px) {
  .banner-main-wrap .banner-counter-wrap .banner-counter {
    column-gap: 10px;
    justify-content: space-between;
  }
}
@media (max-width: 1440px) {
  .banner-main-wrap .banner-counter-wrap {
    margin: 30px 10px;
  }
  .banner-main-wrap .banner-service-wrap {
    margin: 30px 10px;
  }
}
@media (max-width: 767px) {
  .banner-main-wrap .banner-wrap .owl-carousel .owl-dots {
    bottom: 18px;
  }
  .banner-main-wrap .banner-wrap .owl-carousel .owl-nav {
    bottom: 0;
  }
  .cpwdEmployeeLoginInner .cpwdEmployeeLoginForm {
    margin-bottom: 40px;
  }
  #scroll-down-animation {
    display: none;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .banner-main-wrap .banner-wrap .owl-carousel .owl-dots {
    display: none;
  }
  .banner-main-wrap .banner-wrap .owl-carousel .owl-nav {
    max-width: 50px;
    right: 20px;
    left: auto;
  }
}
@media (max-width: 480px) {
  .banner-main-wrap .banner-counter-wrap:before {
    display: none;
  }
  .banner-main-wrap .banner-counter-wrap::after {
    display: none;
  }
  .banner-main-wrap .banner-counter-wrap .banner-counter {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 25px;
  }
}
/*----- banner-end ------*/
/*----- counter-start -----*/
.counter-wrap .row {
  row-gap: 15px;
}
.counter-wrap .counter-box {
  background-color: #1968cf;
  padding: 30px 15px;
  text-align: center;
  height: 100%;
  transform: translateY(0px);
  position: relative;
  transition: all 0.5s;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.counter-wrap .counter-box:hover {
  transform: translateY(-25px);
}
.counter-wrap .counter-box .counter-txt {
  text-align: left;
}
.counter-wrap .counter-box .counter-txt h2 {
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.counter-wrap .counter-box .counter-txt h2::after {
  content: "";
}
.counter-wrap .counter-box .counter-txt span {
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  margin-left: 5px;
}
.counter-wrap .counter-box .counter-txt p {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 22px;
}
.counter-wrap .counter-box.counter-box2 {
  background-color: #08254b;
}

/*----- counter-end -----*/
/*----- responsive -----*/
@media (max-width: 1366px) {
  .counter-wrap .counter-box .counter-img img {
    width: 64px;
  }
}
@media (max-width: 1199px) {
  .counter-wrap .counter-box .counter-img img {
    width: 55px;
  }
  .counter-wrap .counter-box .counter-txt h2 {
    font-size: 30px;
  }
  .counter-wrap .counter-box .counter-txt p {
    font-size: 18px;
  }
}
/* ---- marquee-css-start ---- */
.gv-notice-wrapper {
  padding: 0 0 30px 0;
}
.gv-notice-wrapper .gv-update-news {
  padding: 18px 20px;
  padding-left: 122px;
  background-color: #08254b;
  position: relative;
  border-radius: 8px;
  box-shadow: 17px 0px 35px rgba(0, 0, 0, 0.3);
}
.gv-notice-wrapper .gv-update-news .side_title {
  width: 170px;
  background-color: #08b278;
  padding: 9px 12px;
  position: absolute;
  top: 13px;
  left: -11px;
  text-align: center;
}
.gv-notice-wrapper .gv-update-news .side_title h5 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.gv-notice-wrapper .gv-update-news .side_title h5::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #08b278;
  border-left: 13px solid transparent;
  left: -1px;
  top: 33px;
  position: absolute;
}
.gv-notice-wrapper .gv-update-news .side_title h5::after {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 14px solid #08254b;
  position: absolute;
  right: 0px;
  top: 1px;
}
.gv-notice-wrapper .gv-update-news marquee p {
  color: #ffffff;
}
.gv-notice-wrapper .gv-update-news marquee p a {
  color: #08b278;
}
.gv-notice-wrapper .gv-update-news marquee p a:hover {
  color: #08b278 !important;
}

/* ---- marquee-css-end ---- */
/* ---- project-css-start ---- */
.headline-project {
  position: relative;
  padding-bottom: 120px;
  padding-top: 30px;
  background: url("../images/bg-project.jpg");
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.headline-project::before {
  content: "";
  background-image: url("../images/bottom-img.png");
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
}

.project-wrap {
  padding: 55px 0 0 0;
}
.project-wrap .head-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}
.project-wrap .project-slider {
  padding: 60px 0 50px 0px;
  position: relative;
}
.project-wrap .project-slider .owl-carousel .item .project-box {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 10px;
  display: block;
}
.project-wrap .project-slider .owl-carousel .item .project-box > a {
  display: block;
  position: relative;
  width: 100%;
}
.project-wrap .project-slider .owl-carousel .item .project-box > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  right: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.61) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.61)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.61) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.61) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.61) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  height: 100%;
  width: 101%;
  transition: all 0.5s;
}
.project-wrap .project-slider .owl-carousel .item .project-box > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(31%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgb(0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  height: 0%;
  width: 101%;
  left: -1px;
  transition: all 0.5s;
}
.project-wrap .project-slider .owl-carousel .item .project-box img {
  transition: all 0.5s;
  border-radius: 10px;
}
.project-wrap .project-slider .owl-carousel .item .project-box .project-txt {
  position: absolute;
  width: -webkit-fill-available;
  bottom: -70px;
  margin: 0 15px;
  transition: all 0.5s;
  z-index: 11;
}
.project-wrap .project-slider .owl-carousel .item .project-box .project-txt h4 {
  text-transform: none;
  width: 100%;
}
.project-wrap .project-slider .owl-carousel .item .project-box .project-txt h4 a {
  color: #ffffff;
}
.project-wrap .project-slider .owl-carousel .item .project-box .project-txt p {
  color: #ffffff;
  margin: 25px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.project-wrap .project-slider .owl-carousel .item .project-box:hover > a::after {
  height: 100%;
}
.project-wrap .project-slider .owl-carousel .item .project-box:hover .project-txt {
  bottom: 30px;
}
.project-wrap .project-slider .owl-carousel .owl-nav span, .project-wrap .project-slider .owl-carousel .owl-next span {
  color: rgba(0, 0, 0, 0.34);
}
.project-wrap .project-slider .owl-carousel .owl-dots .owl-dot {
  background-color: rgba(0, 0, 0, 0.34);
}
.project-wrap .project-slider .owl-carousel .owl-dots .owl-dot.active {
  background-color: white;
}
.project-wrap .project-slider .owl-carousel .owl-dots .owl-dot::after {
  background-color: rgba(128, 128, 128, 0.7411764706);
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* ---- project-css-end ---- */
/*--- responsive ----*/
@media (max-width: 1440px) {
  .project-wrap .project-slider .owl-carousel .item .project-box .project-txt {
    bottom: -75px;
  }
}
@media (max-width: 1366px) {
  .project-wrap .project-slider .owl-carousel .item .project-box .project-txt h4 {
    font-size: 16px;
  }
}
/* ---- about-css-start ---- */
.about-wrapper .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.about-wrapper .bg-video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.about-wrapper .bg-video-wrap .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.about-wrapper .bg-video-wrap .about-content {
  position: absolute;
  top: 50%;
  left: 6%;
  right: 0;
  z-index: 3;
  max-width: 805px;
  width: 100%;
  transform: translateY(-50%);
}
.about-wrapper .bg-video-wrap .about-content h2, .about-wrapper .bg-video-wrap .about-content p {
  color: #ffffff;
}
.about-wrapper .bg-video-wrap .about-content p {
  font-size: 22px;
  padding: 60px 0 40px 0;
}
.about-wrapper .bg-video-wrap .about-content .common-btn {
  text-transform: uppercase;
  max-width: 200px;
}

/* ---- about-css-end ---- */
/*----- responsive ----*/
@media (max-width: 767px) {
  .about-wrapper .bg-video-wrap .about-content {
    max-width: 515px;
  }
  .about-wrapper .bg-video-wrap .about-content h2 {
    font-size: 30px;
  }
  .about-wrapper .bg-video-wrap .about-content p {
    font-size: 16px;
    padding: 15px 0 20px 0;
  }
  .service-wrapper {
    padding: 50px 0;
  }
  .slide-nav .owl-carousel .owl-nav {
    bottom: -80px;
  }
  .slide-nav .owl-carousel .owl-dots {
    bottom: -45px;
    column-gap: 30px;
  }
  h2 {
    font-size: 30px;
  }
  #scroll-down-animation {
    display: none;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .about-wrapper .bg-video-wrap .about-content p {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  .about-wrapper .bg-video-wrap .about-content {
    max-width: 290px;
  }
}
/* ---- testimonial-css-start ---- */
.testimonial-box-wrap {
  background-color: #1f7af1;
  border-radius: 10px;
  padding: 50px;
}
.testimonial-box-wrap .row {
  align-items: center;
  row-gap: 15px;
}
.testimonial-box-wrap .rm-animate a {
  color: #08254b;
  font-weight: 600;
}
.testimonial-box-wrap .rm-animate .scrolldown-btn svg path {
  fill: #08254b;
}
.testimonial-box-wrap .testimonial-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.testimonial-box-wrap .testimonial-box .testimonial-content {
  text-align: center;
  color: #ffffff;
  position: relative;
  width: 33%;
}
.testimonial-box-wrap .testimonial-box .testimonial-content span {
  border: 8px solid #08b278;
  display: inline-block;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  width: 210px;
  height: 210px;
}
.testimonial-box-wrap .testimonial-box .testimonial-content h4 {
  padding: 20px 0 15px 0;
  display: block;
}
.testimonial-box-wrap .testimonial-box .testimonial-content h4 a {
  color: #ffffff;
}

.minister-box p {
  color: #ffffff;
  padding: 70px 0 24px 0;
}
.minister-box a {
  color: #08b278;
  text-decoration: underline;
}

.testimonial-wrap {
  background: url("../images/testimonial-bg.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 0px 0 75px;
  position: relative;
}
.testimonial-wrap .row {
  row-gap: 15px;
}

.social-wrap {
  margin-bottom: 30px;
}
.social-wrap .heading {
  margin-bottom: 55px;
}
.social-wrap .bg-social {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0px 20px;
  height: 460px;
  overflow-y: hidden;
  border: 2px solid #0c4da1;
}
.social-wrap .bg-social .ytPageScroll {
  height: 400px;
  overflow-y: scroll;
}

.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.rotate2 {
  animation: rotation 60s infinite linear;
}

@keyframes rotation2 {
  0% {
    transform: rotate2(0deg);
  }
  100% {
    transform: rotate2(359deg);
  }
}
#particles-js {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0);
  position: absolute;
  top: 0;
  z-index: 999;
  overflow: hidden;
}
#particles-js canvas {
  height: 100vh !important;
}

/* ---- testimonial-css-end ---- */
/*--- responsive ----*/
@media (max-width: 1199px) {
  .testimonial-wrap .testimonial-box-wrap .testimonial-box .testimonial-content span {
    width: 150px;
    height: 150px;
  }
  .testimonial-wrap .testimonial-box-wrap .testimonial-box .testimonial-content img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .testimonial-box-wrap .testimonial-box .testimonial-content {
    width: 100%;
  }
  .testimonial-box-wrap {
    padding: 20px 20px 40px;
  }
  .testimonial-box-wrap .testimonial-box {
    column-gap: 30px;
  }
  #scroll-down-animation {
    display: none;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .testimonial-box-wrap .testimonial-box .testimonial-content {
    width: 100%;
  }
}
/* ---- service-css-start ---- */
.service-wrapper {
  background: url("../images/bg-service.jpg");
  width: 100%;
  height: 100%;
  position: relative;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-wrapper .service-head p {
  color: #ffffff;
  padding: 60px 0 0 0;
  max-width: 700px;
}
.service-wrapper .service-slider {
  padding: 80px 0;
}
.service-wrapper .service-slider .service-box {
  margin-bottom: 50px;
}
.service-wrapper .service-slider .service-box img {
  border-radius: 10px;
}
.service-wrapper .service-slider .service-box .service-content {
  background-color: #c1aa36;
  padding: 30px;
  border-radius: 10px;
  position: absolute;
  width: -webkit-fill-available;
  bottom: 15px;
  margin: 0 20px;
  display: block;
  transition: all 0.5s;
  box-shadow: 20px 0px 25px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  column-gap: 25px;
  min-height: 145px;
}
.service-wrapper .service-slider .service-box .service-content h5 {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service-wrapper .service-slider .service-box .service-content img {
  width: 55px;
}
.service-wrapper .service-slider .service-box .service-content a {
  text-decoration: underline;
  color: #ffffff;
  padding: 15px 0 0 0;
  display: inline-block;
}
.service-wrapper .service-slider .service-box .service-content .hover-img {
  display: none;
}
.service-wrapper .service-slider .service-box .service-content.cicular-box {
  background-color: #67bcc1;
}
.service-wrapper .service-slider .service-box .service-content.horizons-box {
  background-color: #8c8b3b;
}
.service-wrapper .service-slider .service-box .service-content.management-box {
  background-color: #cc9127;
}
.service-wrapper .service-slider .service-box .service-content.tender-box {
  background-color: #618967;
}
.service-wrapper .service-slider .service-box .service-content.booking-box {
  background-color: #417477;
}
.service-wrapper .service-slider .service-box .service-content.activity-box {
  background-color: #c48c59;
}
.service-wrapper .service-slider .service-box .service-content.academy-box {
  background-color: #c95854;
}
.service-wrapper .service-slider .service-box .service-content.implement-box {
  background-color: #cc6177;
}
.service-wrapper .service-slider .service-box .service-content.iconic-box {
  background-color: #9d4e69;
}
.service-wrapper .service-slider .service-box .service-content.housing-box {
  background-color: #7c95bc;
}
.service-wrapper .service-slider .service-box:hover .service-content {
  bottom: 80px;
  background-color: #ffffff;
}
.service-wrapper .service-slider .service-box:hover .service-content h5, .service-wrapper .service-slider .service-box:hover .service-content a {
  color: #000000;
}
.service-wrapper .service-slider .service-box:hover .service-content .normal-img {
  display: none;
}
.service-wrapper .service-slider .service-box:hover .service-content .hover-img {
  display: block;
}

@media (max-width: 1440px) {
  .service-wrapper .service-slider .service-box .service-content {
    padding: 15px;
    column-gap: 13px;
  }
  .service-wrapper .service-slider .service-box .service-content img {
    width: 35px;
  }
  .service-wrapper .service-slider .service-box .service-content h5 {
    padding: 0;
  }
  .service-wrapper .service-slider .service-box .service-content a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .service-wrapper .service-slider .service-box .service-content {
    column-gap: 22px;
  }
  #scroll-down-animation {
    display: none;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    left: 20px;
  }
}
@media (max-width: 380px) {
  .service-wrapper .service-slider .service-box .service-content {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
/* ---- service-css-end ---- */
/* ---- national-css-start ---- */
.national-wrapper {
  background: url("../images/map_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  position: relative;
}
.national-wrapper .row {
  row-gap: 15px;
  align-items: center;
}
.national-wrapper .map-wrap {
  overflow: hidden;
  position: relative;
}
.national-wrapper .map-wrap .map-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.national-wrapper .map-wrap .map-bg img {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  display: block;
}
.national-wrapper .map-wrap .bg-gradient-map {
  width: 450px;
  height: 450px;
  display: block;
  background: #209cff;
  background: -moz-linear-gradient(-45deg, #209cff 0%, #68e0cf 100%);
  background: -webkit-linear-gradient(-45deg, #209cff 0%, #68e0cf 100%);
  background: linear-gradient(135deg, #209cff 0%, #68e0cf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#209cff", endColorstr="#68e0cf",GradientType=1 );
  border-radius: 50%;
  position: absolute;
  top: 110px;
  left: 80px;
}
.national-wrapper .map-scale {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3098039216);
  padding-top: 10px;
}
.national-wrapper h4, .national-wrapper h3, .national-wrapper h5, .national-wrapper p {
  color: #ffffff;
}
.national-wrapper p {
  max-width: 660px;
}
.national-wrapper h3 {
  font-size: 46px;
  padding: 40px 0 20px 0;
}
.national-wrapper .national-counter {
  padding-top: 20px;
  display: flex;
  column-gap: 50px;
}
.national-wrapper .national-counter li {
  display: flex;
  column-gap: 25px;
  align-items: flex-start;
  row-gap: 15px;
  margin-top: 30px;
}
.national-wrapper .national-counter li img {
  width: 50px;
  margin-top: 10px;
}
.national-wrapper .national-counter li .counter-txt .counter-count {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.national-wrapper .national-counter li .counter-txt .counter-count::after {
  content: "+";
  position: absolute;
  right: -30px;
  top: -2px;
  color: #ffffff;
}
.national-wrapper .national-counter li .counter-txt .counter-count.office-count::after {
  display: none;
}
.national-wrapper .national-counter li .counter-txt p {
  text-transform: uppercase;
}

/*---- map ----*/
#chartdiv {
  width: 100%;
  height: 640px;
  position: relative;
  top: 100px;
  left: -24px;
}
#chartdiv .amcharts-chart-div a {
  display: none !important;
}

/*--CPWD Employee Login--*/
.cpwdEmployeeLoginInner {
  padding: 80px 0;
}
.cpwdEmployeeLoginInner .row {
  align-items: center;
}
.cpwdEmployeeLoginInner .cpwdPersonnelInformationContent {
  margin-bottom: 40px;
}
.cpwdEmployeeLoginInner .captchaBackground .captchaLbl {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cpwdEmployeeLoginInner .captchaBackground .captchaLbl .captchaCodeBox {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cpwdEmployeeLoginInner .captchaBackground .captchaLbl .captchaCodeBox .captchaCode {
  background-color: #1968cf;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  width: 150px;
  text-align: center;
}
.cpwdEmployeeLoginInner .captchaBackground .captchaLbl .refreshBtn {
  background-color: #09b279;
  border: 0;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
}
.cpwdEmployeeLoginInner .captchaBackground .captchaInputBox {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cpwdEmployeeLoginInner .cpwdEmployeeLoginForm {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
}
.cpwdEmployeeLoginInner .cpwdEmployeeLoginForm .cpwdEmplyLoginForm form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cpwdEmployeeLoginInner .cpwdEmployeeLoginForm .cpwdEmplyLoginForm form .form-group .form-control {
  background-color: #f8fbff;
  border: 1px solid #c7ddf4;
}
.cpwdEmployeeLoginInner .cpwdEmployeeLoginForm .cpwdEmplyLoginForm form .form-group .forgotPassword {
  margin-top: 10px;
  width: 100%;
  text-align: right;
  display: inline-block;
}
.cpwdEmployeeLoginInner .cpwdEmployeeLoginForm .cpwdEmplyLoginForm form .captchaBackground {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cpwdEmployeeLoginInner .cpwdEmployeeLoginForm .cpwdEmplyLoginForm form .captchaBackground .captchaInputBox .formControl {
  background-color: #f8fbff;
  border: 1px solid #c7ddf4;
  border-radius: 0.25rem;
}

/*--FAQ--*/
.cpwdEmployeeFaq .cpwdEmployeeFaqInner .cpwdEmployeeFaqRow .faqAccordion .card {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 15px;
}
.cpwdEmployeeFaq .cpwdEmployeeFaqInner .cpwdEmployeeFaqRow .faqAccordion .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
  position: relative;
}
.cpwdEmployeeFaq .cpwdEmployeeFaqInner .cpwdEmployeeFaqRow .faqAccordion .card .card-header .btn {
  padding: 8px 40px 8px 12px;
  display: block;
  text-align: left;
  font-weight: 500;
}
.cpwdEmployeeFaq .cpwdEmployeeFaqInner .cpwdEmployeeFaqRow .faqAccordion .card .card-header .btn:focus {
  box-shadow: unset;
}
.cpwdEmployeeFaq .cpwdEmployeeFaqInner .cpwdEmployeeFaqRow .faqAccordion .card .card-header .btn[aria-expanded=false]::after, .cpwdEmployeeFaq .cpwdEmployeeFaqInner .cpwdEmployeeFaqRow .faqAccordion .card .card-header .btn[aria-expanded=true]::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cpwdEmployeeFaq .cpwdEmployeeFaqInner .cpwdEmployeeFaqRow .faqAccordion .card .card-header .btn[aria-expanded=true] {
  color: #1968cf;
}
.cpwdEmployeeFaq .cpwdEmployeeFaqInner .cpwdEmployeeFaqRow .faqAccordion .card .card-header .btn[aria-expanded=true]::after {
  background-image: url(../images/img/minus.png);
  top: 20px;
}
.cpwdEmployeeFaq .cpwdEmployeeFaqInner .cpwdEmployeeFaqRow .faqAccordion .card .card-header .btn[aria-expanded=false]::after {
  background-image: url(../images/img/plus.png);
  top: 15px;
}
.cpwdEmployeeFaq .cpwdEmployeeFaqInner .cpwdEmployeeFaqRow .faqAccordion .cpwdEmployeeFaqBtn {
  margin-top: 40px;
  text-align: center;
}

.cpwdEmplyLoginBtn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cpwdEmployeeFaqBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.commonPrimaryBtn {
  background-color: #08264c;
  border-color: #08264c;
  color: #fff !important;
  padding: 18px 50px;
  transition: all 0.5s;
  width: fit-content;
}
.commonPrimaryBtn:hover {
  color: #fff;
}

.commonPrimaryLink {
  color: #1968cf;
  font-weight: 600;
}

/**/
.cpwdHelpFile {
  padding: 80px 0;
  background-image: url(../images/img/about-us/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .row {
  align-items: center;
}
.cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileImg {
  margin-bottom: 40px;
  text-align: center;
}
.cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table {
  border-radius: 10px;
  overflow: hidden;
}
.cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table thead tr th {
  background-color: #1968cf;
  color: #fff;
  border: 1px solid #cbdaed;
  border-top: 0;
  border-bottom: 0;
  vertical-align: middle;
  padding: 15px 20px;
}
.cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table thead tr th:first-child {
  text-align: center;
}
.cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table tbody tr td {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #cbdaed;
  background-color: #e6edf7;
  padding: 15px 20px;
}
.cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table tbody tr td img {
  margin-right: 10px;
}
.cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table tbody tr td:first-child {
  text-align: center;
}
.cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table tbody tr td a:hover {
  text-decoration: underline;
}
.cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table tbody tr td .pdfHelpFiles {
  display: flex;
  align-items: center;
}

@media (max-width: 1840px) {
  #chartdiv {
    left: -6px;
    top: 100px;
  }
  .national-wrapper .map-wrap .map-bg {
    transform: translateY(-50%);
    top: 50%;
  }
}
@media (max-width: 1700px) {
  #chartdiv {
    left: -22px;
    top: 100px;
  }
  .national-wrapper .map-wrap .map-bg {
    transform: translateY(-50%);
    top: 50%;
  }
}
@media (max-width: 1600px) {
  #chartdiv {
    left: 50px;
    top: 100px;
  }
}
@media (max-width: 1550px) {
  #chartdiv {
    left: 65px;
    top: 100px;
  }
}
@media (max-width: 1440px) {
  .national-wrapper .map-wrap .bg-gradient-map {
    width: 400px;
    height: 400px;
    top: 110px;
    left: 105px;
  }
  #chartdiv {
    height: 530px;
    top: 100px;
    left: 60px;
  }
}
@media (max-width: 1366px) {
  .national-wrapper .map-wrap .bg-gradient-map {
    top: 105px;
    left: 99px;
  }
  .national-wrapper .national-counter {
    column-gap: 15px;
  }
  .national-wrapper .national-counter li {
    column-gap: 15px;
  }
  .national-wrapper .national-counter li .counter-txt .counter-count {
    font-size: 26px;
  }
  .national-wrapper .national-counter li .counter-txt p {
    font-size: 12px;
  }
  #chartdiv {
    left: 65px;
    top: 100px;
  }
}
@media (max-width: 1240px) {
  .national-wrapper .map-wrap .bg-gradient-map {
    width: 335px;
    height: 335px;
    top: 96px;
    left: 90px;
  }
  #chartdiv {
    height: 480px;
    top: 95px;
    left: 55px;
  }
}
@media (max-width: 1199px) {
  .national-wrapper .heading {
    font-size: 30px;
  }
  .national-wrapper h4 {
    font-size: 18px;
  }
  .national-wrapper .map-wrap .bg-gradient-map {
    top: 90px;
  }
}
@media (max-width: 1024px) {
  .national-wrapper .map-wrap .map-bg img {
    width: 100%;
    max-width: 385px;
    margin: 0 auto;
    display: block;
  }
  .national-wrapper .map-wrap .bg-gradient-map {
    width: 250px;
    height: 250px;
    top: 70px;
    left: 68px;
  }
  #chartdiv {
    height: 380px;
    top: 106px;
    left: 35px;
  }
}
@media (max-width: 991px) {
  .national-wrapper .map-wrap .map-bg {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .national-wrapper .map-wrap .map-bg img {
    width: 90%;
    max-width: unset;
  }
  .national-wrapper .map-wrap .bg-gradient-map {
    width: 270px;
    height: 270px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .national-wrapper .national-counter li .counter-txt p {
    font-size: 14px;
  }
  #chartdiv {
    height: 380px;
    top: 110px;
    left: 45px;
  }
  .container-space {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .national-wrapper .map-wrap .map-bg {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .national-wrapper .map-wrap .bg-gradient-map {
    width: 230px;
    height: 230px;
  }
  #chartdiv {
    height: 300px;
    top: 76px;
    left: 40px;
  }
  .national-wrapper .national-counter {
    flex-wrap: wrap;
  }
  #scroll-down-animation {
    display: none;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .national-wrapper {
    padding: 70px 0 0 0;
  }
  .national-wrapper .map-wrap .map-bg img {
    width: 100%;
  }
  .national-wrapper .map-wrap .bg-gradient-map {
    width: 185px;
    height: 185px;
  }
  #chartdiv {
    height: 250px;
    top: 76px;
    left: 30px;
  }
}
@media (max-width: 480px) {
  .national-wrapper .map-wrap .bg-gradient-map {
    width: 150px;
    height: 150px;
  }
  #chartdiv {
    height: 220px;
    top: 76px;
    left: 20px;
  }
}
@media (max-width: 375px) {
  .national-wrapper .map-wrap {
    padding-bottom: 195px;
  }
  .national-wrapper .map-wrap .map-bg img {
    min-width: 240px;
  }
  .national-wrapper .bg-gradient-map {
    width: 210px;
    height: 210px;
    left: 50%;
    top: 45%;
  }
  #chartdiv {
    top: 100px;
    height: 245px;
    left: 30px;
  }
  .cpwdEmployeeLoginInner .captchaBackground .captchaLbl .captchaCodeBox {
    gap: 10px;
    flex-direction: column;
    align-items: self-start;
  }
  .cpwdEmployeeLoginInner .captchaBackground .captchaLbl {
    align-items: self-end;
    gap: 20px;
  }
  .cpwdEmployeeLoginInner .captchaBackground .captchaLbl .refreshBtn {
    margin-bottom: 4px;
  }
  .cpwdEmployeeLoginInner .captchaBackground .captchaInputBox {
    align-items: self-start;
    gap: 10px;
    flex-direction: column;
  }
}
/* ---- national-css-end ---- */
/* ---- sector-css-start ---- */
.sector-wrapper {
  position: relative;
}
.sector-wrapper .sector-head {
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 60px 0 0 60px;
  background-repeat: no-repeat;
}
.sector-wrapper .sector-head p {
  color: #111111;
  margin: 70px 0 24px 0;
  max-width: 500px;
}
.sector-wrapper .sector-head a {
  color: #08b278;
  text-decoration: underline;
}
.sector-wrapper .sector-slider .sector-box {
  position: relative;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.2);
}
.sector-wrapper .sector-slider .sector-box > a {
  display: block;
  position: relative;
}
.sector-wrapper .sector-slider .sector-box > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  right: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.61) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.61)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.61) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.61) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.61) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  height: 100%;
  width: 101%;
  transition: all 0.5s;
}
.sector-wrapper .sector-slider .sector-box > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(31%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgb(0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  height: 0%;
  width: 101%;
  left: -1px;
  transition: all 0.5s;
}
.sector-wrapper .sector-slider .sector-box .sector-content {
  position: absolute;
  opacity: 1;
  bottom: -20%;
  padding: 0 15px;
  width: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
}
.sector-wrapper .sector-slider .sector-box .sector-content h2, .sector-wrapper .sector-slider .sector-box .sector-content h3 {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sector-wrapper .sector-slider .sector-box .sector-content h2 {
  position: relative;
  padding-bottom: 30px;
}
.sector-wrapper .sector-slider .sector-box .sector-content h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  bottom: 15px;
  display: block;
  position: absolute;
}
.sector-wrapper .sector-slider .sector-box .sector-content h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 30%;
  height: 3px;
  background-color: #1968cf;
}
.sector-wrapper .sector-slider .sector-box .sector-content p {
  color: #ffffff;
  margin: 25px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sector-wrapper .sector-slider .sector-box:hover > a::after {
  height: 100%;
}
.sector-wrapper .sector-slider .sector-box:hover .sector-content {
  bottom: 5%;
}
.sector-wrapper .sector-slider .owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  left: -46%;
  bottom: 10%;
  column-gap: 15px;
}
.sector-wrapper .sector-slider .owl-carousel .owl-nav .owl-prev span, .sector-wrapper .sector-slider .owl-carousel .owl-nav .owl-next span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  color: #1968cf;
  border-radius: 50%;
  font-size: 28px;
  border: 2px solid #1968cf;
  transition: all 0.5s;
}
.sector-wrapper .sector-slider .owl-carousel .owl-nav .owl-prev span:hover, .sector-wrapper .sector-slider .owl-carousel .owl-nav .owl-next span:hover {
  background-color: #1968cf;
  color: #ffffff;
}

/* new sector section */
.nw-sector-wrap .sector-box {
  background-color: transparent !important;
}
.nw-sector-wrap .home-media-coverage .mc-custom-box {
  position: relative;
}
.nw-sector-wrap li:nth-child(1) .mc-thumnail-img {
  left: 0;
}
.nw-sector-wrap .mc-thumnail-img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 154px;
  width: 205px;
}
.nw-sector-wrap .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: perspective(500px);
}
.nw-sector-wrap .front-mc-thumnail-img {
  width: 100%;
  height: 100%;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  z-index: 2;
  transform: rotateY(0deg);
  color: #fff;
  font-size: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  backface-visibility: hidden;
}
.nw-sector-wrap .back-mc-thumnail-img {
  transform: rotateY(180deg);
  background: url(../images/media-coverage-jan-thumb-white.png);
  backface-visibility: hidden;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.nw-sector-wrap .back-mc-thumnail-img img {
  width: 70%;
  margin-top: -22px;
  display: block;
}
.nw-sector-wrap span.source {
  display: block;
  color: #ff8222;
  margin-bottom: 10px;
}
.nw-sector-wrap .home-media-coverage .mc-custom-box a {
  color: #fff;
  background: transparent;
}
.nw-sector-wrap .flip-container:hover .flipper {
  transform: rotateY(180deg);
}
.nw-sector-wrap .main-image .sector-content {
  position: absolute;
  opacity: 1;
  bottom: -14%;
  padding: 0 15px;
  width: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
}
.nw-sector-wrap .main-image .sector-content h2, .nw-sector-wrap .main-image .sector-content h3 {
  color: #ffffff;
}
.nw-sector-wrap .main-image .sector-content h2 {
  position: relative;
  padding-bottom: 30px;
}
.nw-sector-wrap .main-image .sector-content h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  bottom: 15px;
  display: block;
  position: absolute;
}
.nw-sector-wrap .main-image .sector-content h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 30%;
  height: 3px;
  background-color: #1968cf;
}
.nw-sector-wrap .main-image .sector-content p {
  color: #ffffff;
  margin: 25px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.nw-sector-wrap .main-image:hover::after {
  height: 100%;
}
.nw-sector-wrap .main-image:hover .sector-content {
  bottom: 5%;
}

.social-bg {
  margin-bottom: 1rem !important;
  color: #fff;
  padding: 10px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid rgba(204, 204, 204, 0.7607843137);
  border-top: 0;
  box-shadow: 0px 0px 6px 2px #ccc;
  text-align: center;
}
.social-bg svg {
  height: 40px;
}

/*--- responsive ----*/
@media (max-width: 1600px) {
  .sector-wrapper .sector-slider .owl-carousel .owl-nav {
    bottom: 4%;
  }
  .sector-wrapper .sector-head p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1440px) {
  .sector-wrapper .sector-slider .owl-carousel .owl-nav {
    left: -44%;
    bottom: 1%;
  }
  .sector-wrapper .sector-slider .sector-box .sector-content {
    bottom: -25%;
  }
  .sector-wrapper .sector-head p {
    max-width: 360px;
  }
}
@media (max-width: 1366px) {
  .sector-wrapper .sector-head p {
    margin: 60px 0 24px 0;
  }
  .sector-wrapper .sector-slider .owl-carousel .owl-nav {
    left: -43%;
  }
}
@media (max-width: 1330px) {
  .sector-wrapper .sector-head {
    padding: 19px 10px 0 45px;
  }
  .sector-wrapper .sector-head p {
    margin: 45px 0 15px 0;
  }
  .sector-wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .sector-wrapper .sector-head {
    padding: 19px 10px 0 45px;
  }
  .sector-wrapper .sector-head p {
    margin: 45px 0 15px 0;
  }
  .sector-wrapper h2 {
    font-size: 30px;
  }
  .sector-wrapper .sector-slider .sector-box .sector-content {
    bottom: -30%;
  }
  .sector-wrapper .sector-slider .sector-box .sector-content h2 {
    font-size: 30px;
  }
  .sector-wrapper .sector-slider .sector-box .sector-content h3 {
    font-size: 20px;
  }
  .sector-wrapper .sector-slider .sector-box .sector-content p {
    margin: 18px 0 0 0;
  }
}
@media (max-width: 991px) {
  .sector-wrapper {
    padding: 0;
  }
  .sector-wrapper .sector-head {
    padding: 50px 0 115px 60px;
  }
  .sector-wrapper .sector-slider .owl-carousel .owl-nav {
    left: 50px;
    top: -95px;
    bottom: auto;
  }
  .sector-wrapper .sector-slider .sector-box .sector-content {
    bottom: -22%;
  }
  .container-space {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .sector-wrapper .sector-slider .sector-box .sector-content {
    bottom: -20%;
  }
  #scroll-down-animation {
    display: none;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .sector-wrapper .sector-slider .sector-box .sector-content {
    bottom: -13%;
  }
}
@media (max-width: 480px) {
  .sector-wrapper .sector-slider .sector-box .sector-content {
    bottom: -15%;
  }
}
@media (max-width: 375px) {
  .sector-wrapper .sector-slider .sector-box .sector-content {
    bottom: -23%;
  }
}
/* ---- sector-css-end ---- */
/* ---- press-css-start ---- */
.press-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.press-wrapper .row {
  row-gap: 20px;
}
.press-wrapper ::-webkit-scrollbar-track {
  border-radius: 10px;
}
.press-wrapper ::-webkit-scrollbar {
  width: 8px;
}
.press-wrapper ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(128, 128, 128, 0.468);
}

.press-wrap {
  height: 400px;
  overflow-y: scroll;
}
.press-wrap .press-box-wrap {
  display: flex;
  column-gap: 25px;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 0;
}
.press-wrap .press-box-wrap .press-img img {
  width: 120px;
  border-radius: 10px;
}
.press-wrap .press-box-wrap .press-content span {
  padding: 0 0 10px 0;
  display: block;
  color: #000000;
}
.press-wrap .press-box-wrap .press-content span svg {
  fill: #1968cf;
  margin-right: 12px;
}
.press-wrap .press-box-wrap .press-content h4 {
  line-height: 32px;
}
.press-wrap .press-box-wrap .press-content h4 a {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 15px;
}
.press-wrap .press-box-wrap .press-content h4:hover a {
  color: #1968cf;
}

/* ---- press-css-end ---- */
@media (max-width: 1440px) {
  .press-wrap .press-box-wrap .press-img img {
    width: 120px;
  }
  .press-wrap .press-box-wrap .press-content h4 {
    line-height: 24px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .press2 .press-wrap .press-box-wrap .press-img {
    width: auto;
  }
  .container-space {
    padding: 0px 30px;
  }
}
/* ---- news-css-start ---- */
.news-slider.news-bg {
  padding: 40px 30px 70px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 20px 0px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
  border: 2px solid #0c4da1;
}
.news-slider .news-box {
  border-radius: 10px;
  box-shadow: 20px 0px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.5s;
}
.news-slider .news-box .news-img {
  position: relative;
}
.news-slider .news-box .news-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.news-slider .news-box .news-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 0;
  width: 100%;
  transition: all 0.5s;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.news-slider .news-box .news-img .news-icon {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  transition: all 0.3s ease-in-out 0s;
}
.news-slider .news-box .news-content {
  background-color: #ecf6ff;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  column-gap: 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 75px;
}
.news-slider .news-box .news-content h5 a {
  color: #000000;
}
.news-slider .news-box .news-content img {
  width: auto;
}
.news-slider .news-box .news-content .gif {
  width: 30px;
}
.news-slider .news-box:hover .news-img::before {
  height: 100%;
}
.news-slider .news-box:hover .news-img .news-icon {
  opacity: 1;
  bottom: 35%;
}
.news-slider .owlControlGroup {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-slider .owl-nav {
  bottom: -80px !important;
}
.news-slider .owl-nav .owl-prev:hover span, .news-slider .owl-nav .owl-next:hover span {
  color: #08254b;
}
.news-slider .owl-dots {
  bottom: -45px !important;
}
.news-slider .owl-dots span {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.news-slider .owl-dots .owl-dot.active {
  background-color: #08b278;
}
.news-slider.slide-nav .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.34);
  position: relative;
}
.news-slider.slide-nav .owl-carousel .owl-dots .owl-dot:after {
  background-color: rgba(0, 0, 0, 0.34);
}
.news-slider.slide-nav .owl-carousel .owl-dots .owl-dot.active {
  background-color: white;
}
.news-slider.slide-nav .owl-carousel .owl-prev span, .news-slider.slide-nav .owl-carousel .owl-next span {
  color: rgba(0, 0, 0, 0.34);
}

.btn-heading {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 65px;
  flex-wrap: wrap;
  row-gap: 45px;
}

.cpwd-slider .owl-nav .owl-prev:hover span, .cpwd-slider .owl-nav .owl-next:hover span {
  color: #d6e9fa !important;
}
.cpwd-slider .owl-dots .owl-dot.active {
  background-color: #d6e9fa !important;
}

/* ---- news-css-end ---- */
/*--- responsive ----*/
@media (max-width: 1440px) {
  .news-wrapper .news-slider .news-box .news-content h5 {
    font-size: 14px;
  }
  .sector-wrapper .sector-head {
    padding: 40px 0 0 40px;
  }
  .sector-wrapper .sector-slider .owl-carousel .owl-nav {
    left: -46%;
    bottom: 6%;
  }
}
@media (max-width: 1366px) {
  .news-wrapper .news-slider .news-box .news-head h3 {
    font-size: 24px;
  }
  .news-slider2 .owl-nav {
    bottom: -75px !important;
  }
  .news-slider2 .owl-dots {
    bottom: -45px !important;
  }
}
@media (max-width: 1199px) {
  .btn-heading .heading {
    font-size: 30px;
  }
  .news-slider .news-box .news-content h5 a {
    font-size: 16px;
  }
  .news-slider2 .owl-nav {
    bottom: -95px !important;
  }
  .news-slider2 .owl-dots {
    bottom: -62px !important;
  }
  .press-wrap .press-box-wrap {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .sector-wrapper .sector-head {
    padding: 15px 15px 40px;
  }
  .sector-wrapper .sector-slider .owl-carousel .owl-nav {
    left: -49%;
  }
  .sector-wrapper .sector-slider .owl-carousel .owl-nav .owl-prev span, .sector-wrapper .sector-slider .owl-carousel .owl-nav .owl-next span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .news-slider2 .owl-nav {
    bottom: -85px !important;
  }
  .news-slider2 .owl-dots {
    bottom: -52px !important;
  }
  .press-wrap .press-box-wrap {
    flex-wrap: nowrap;
  }
  .press-wrap .press-box-wrap .press-content h4 {
    line-height: 28px;
    font-size: 18px;
  }
  .press-wrap .press-box-wrap .press-img {
    width: 100%;
  }
  .container-space {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .news-slider .news-box .news-content {
    min-height: 94px;
  }
  #scroll-down-animation {
    display: none;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .press-wrap .press-box-wrap {
    flex-wrap: wrap;
  }
}
/* ---- partner-css-start ---- */
.partner-wrapper {
  padding: 10px 0;
}
.partner-wrapper .partner-slider .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}
.partner-wrapper .partner-slider .owl-carousel .owl-stage-outer .item a {
  display: block;
  transition: all 0.5s;
}
.partner-wrapper .partner-slider .owl-carousel .owl-stage-outer .item a img {
  transition: all 0.5s;
}
.partner-wrapper .partner-slider .owl-carousel .owl-stage-outer .item a:hover img {
  transform: scale(1.1);
}

/* ---- partner-css-end ---- */
@media (max-width: 500px) {
  .banner-wrap .owl-carousel .owl-nav {
    bottom: 5px;
    max-width: 190px;
    left: 20px;
  }
  .banner-wrap .owl-carousel .owl-dots {
    bottom: 60px;
    left: 30px;
    column-gap: 25px;
  }
  .banner-wrap .owl-carousel .owl-dots .owl-dot::after {
    display: none;
  }
  .banner-wrap .owl-carousel .owl-dots {
    bottom: 25px;
    left: 50px;
  }
}
/* publication-wrap */
.publication-wrapper {
  background: url("../images/testimonial-bg.jpg");
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0 90px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-slider.slide-nav .owl-carousel .owl-dots .owl-dot.active {
  background-color: #000000 !important;
}

.news-slider .heading {
  color: #1968cf;
}

.main-chart {
  position: relative;
  height: 800px;
}

.rightLogo img {
  width: 84px;
}

.innerBannerWrap p {
  color: #fff;
}

.innerBannerWrap h2 {
  margin-bottom: 10px;
}

.projectCounterInner {
  display: flex;
  gap: 20px;
  align-items: center;
}

.projectCounterContent span {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  position: relative;
}

.projectCounterContent span:after {
  position: absolute;
  content: "+";
  right: -20px;
}

.projectCounterContent p {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.projectCounter {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: end;
  height: 100%;
}

.tabBtnInner a {
  background-color: #fff;
  padding: 10px 60px;
  display: inline-block;
  color: #111;
  font-size: 20px;
  font-weight: 600;
}

.tabBtnInner a.active {
  background-color: #0c4da1;
  color: #fff;
}

.tabBtnInner {
  display: flex;
}

.btnPage1 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.btnPage2 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tabBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchBar .input-group input {
  height: 50px;
  border-radius: 0;
  border: 0;
}

.searchBar .input-group input:focus, .searchBar .input-group .btn:focus {
  box-shadow: none;
}

.searchBar .input-group .btn img {
  width: 18px;
}

.searchBar .input-group {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.projectGallerySection {
  margin-top: 60px;
}
.projectGallerySection .projectGalleryCard .content {
  position: relative;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
}
.projectGallerySection .projectGalleryCard .content .content-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 77%, rgba(0, 0, 0, 0.74) 94%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}
.projectGallerySection .projectGalleryCard .content:hover .content-overlay {
  opacity: 1;
}
.projectGallerySection .projectGalleryCard .content:hover .content-details {
  left: 0;
  opacity: 1;
}
.projectGallerySection .projectGalleryCard .content .content-image {
  width: 100%;
}
.projectGallerySection .projectGalleryCard .content .content-details {
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  bottom: 6px;
  left: 0;
  text-align: left;
  padding: 20px 30px;
}
.projectGallerySection .projectGalleryCard .content .content-details h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 24px;
}
.projectGallerySection .projectGalleryCard .content .content-details p {
  color: #fff;
  font-size: 0.8em;
}
.projectGallerySection .projectGalleryCard .content .content-details.fadeIn-bottom {
  bottom: 6px;
}

.projectGalleryFoot ul.pagination li.page-item a.page-link:hover {
  background: #0c4da1;
  color: #fff;
}

.searchBar {
  display: flex;
  align-items: center;
}

.projectGalleryFoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 15px;
}
.projectGalleryFoot .showPageNumber p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.projectGalleryFoot ul.pagination {
  gap: 10px;
}
. ul.pagination li.page-item a.page-link {
  color: #000;
  font-size: 18px;
  border-color: #fff;
  border-radius: 4px;projectGalleryFoot
  padding: 4px 10px;
}
.projectGalleryFoot ul.pagination li.page-item a.page-link:focus {
  box-shadow: none;
}
.projectGalleryFoot ul.pagination li.page-item:hover a {
  background-color: #fff;
}
.projectGalleryFoot ul.pagination li.page-item.active a {
  background-color: #0c4da1;
  color: #fff !important;
  border-color: #0c4da1;
}
.projectGalleryFoot ul.pagination li.page-item.disable a {
  border-color: #0c4da1;
}
.projectGalleryFoot ul.pagination li.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.projectGalleryFoot ul.pagination li.page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.amcharts-chart-div path.map-fill.active {
  fill: red;
}

/*Card Flip Start*/
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 494px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #fff;
  color: white;
  transform: rotateY(180deg);
  padding: 40px 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
}

.content-details .btn {
  background-color: #0c4da1;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 10px;
  text-transform: uppercase;
}

.tblBack table {
  text-align: left;
}

.tblBack table * {
  border: 0;
}

.flip-card-back .flipCardBackHeading h3 {
  color: #000;
  font-size: 22px;
}

.flip-card-back .flipCardBackPara p {
  color: #000;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.flip-card-back .flipCardBackInner {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/*Card Flip End*/
/*custom select css*/
.select {
  position: relative;
  width: 250px;
}

.select .selectBtn {
  background: var(--bg1);
  padding: 12px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: transparent;
  border: 1px solid #0c4da1;
  border-radius: 12px;
}

.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: 0.2s ease;
}

.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.select .selectDropdown .option:hover {
  background: #f8f8f8;
}

.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*custom select css end*/
.SelectList select {
  background-color: transparent;
  border: 0;
}
.SelectList select:focus {
  box-shadow: unset;
}

.rightGroup, .selectGroup {
  display: flex;
  gap: 20px;
}

.searchBar .input-group {
  border-radius: 12px;
}

.projectGalleryCard, .content, .projectGalleryCard .content img {
  height: 100%;
  object-fit: cover;
}

.menuNav .menu-wrap.menu-wrap-search li .dropdown-menus li:hover a {
  background-color: #fff;
}

.cpwdHeadingCommon h4 {
  font-weight: 600;
  font-size: 26px;
}
.cpwdHeadingCommon h4::before {
  content: "";
  display: block;
  background-image: url(../images/head-line.png);
  width: 80%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -26px;
  background-repeat: no-repeat;
}
.cpwdHeadingCommon h3::before {
  content: "";
  display: block;
  background-image: url(../images/head-line.png);
  width: 80%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -26px;
  background-repeat: no-repeat;
}

.cpwdDirectorateGeneral .cpwdDirectorateGeneralInner .cpwdDirectorateGeneralContent {
  background-color: #fff;
  padding: 80px;
}

.cpwdDirectorateGroup {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cpwdDirectorateGroup .cpwdDirectorateGroupItem {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cpwdDirectorateGroup .cpwdDirectorateGroupItem .cpwdDirectorateIcon span {
  display: inline-block;
  background-color: #f4f7fb;
  padding: 10px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid #80aae3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpwdDirectorateGroup .cpwdDirectorateGroupItem .cpwdDirectorateTxt span {
  color: #1968cf;
  font-size: 16px;
  font-weight: 500;
}
.cpwdDirectorateGroup .cpwdDirectorateGroupItem .cpwdDirectorateTxt p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.cpwdDirectorateCardGroup {
  padding: 80px 0;
  position: relative;
}
.cpwdDirectorateCardGroup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/img/bg-contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.cpwdDirectorateCardGroup .row {
  gap: 30px 0;
}
.cpwdDirectorateCardGroup .cpwdDirectorateCard {
  background-color: #f8fbff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  height: 100%;
}
.cpwdDirectorateCardGroup .cpwdDirectorateCard .cpwdDirectorateCardHead {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.map_wrapper {
  position: relative;
}

#dvMap {
  width: 100%;
  height: 590px;
}

.serch_box input {
  float: left;
  font-size: 14px;
  color: #0c0c0c;
  width: calc(100% - 45px);
  height: 50px;
  background: #fff;
  border: 0;
  padding-left: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.serch_box button {
  float: left;
  border: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 50px;
  background-color: #fff;
  color: #0c0c0c;
  padding-left: 20px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* sidebar */
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -473px;
  width: 450px;
  padding: 20px;
  background-color: #f9f9f9;
  z-index: 1000;
  overflow-x: hidden;
  box-shadow: 0 2px 15px 0px rgba(248, 71, 62, 0.05);
}

#toggle {
  position: absolute;
  right: 0;
  padding: 10px 15px 12px 15px;
  border-left: 1px solid #dddddd;
}
#toggle a i:before {
  color: #0c0c0c;
  font-weight: 600;
  font-size: 22px;
}

#sidebar .side_head {
  float: left;
  color: #0681c7;
  font-size: 20px;
  padding-bottom: 15px;
}

#toggle_close {
  float: right;
  font-size: 24px;
  color: #0681c7;
  cursor: pointer;
}

.map_tab_wrapper {
  background: #f9f9f9;
  border-radius: 5px;
}

.net_tab_content {
  padding-top: 10px;
}

.map_tab_wrapper .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background: #0c83c5;
}
.map_tab_wrapper .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #0b73ad;
  width: 175px;
  padding-left: 30px;
}
.map_tab_wrapper .nav-tabs .nav-link.active {
  color: #fff;
  background: #0c83c5;
}
.map_tab_wrapper .nav-tabs .nav-item:first-child a {
  border-top-left-radius: 5px;
}
.map_tab_wrapper .nav-tabs .nav-item:last-child a {
  border-top-right-radius: 5px;
}
.map_tab_wrapper .checkbox {
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}
.map_tab_wrapper .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  line-height: 26px;
  cursor: pointer;
}
.map_tab_wrapper .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  top: 2px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.map_tab_wrapper .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 1px;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.map_tab_wrapper .checkbox input[type=checkbox] {
  opacity: 0;
  z-index: 1;
}
.map_tab_wrapper .checkbox input[type=checkbox]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.map_tab_wrapper .checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.map_tab_wrapper .checkbox input[type=checkbox]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.map_tab_wrapper .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.map_tab_wrapper .checkbox.checkbox-inline {
  margin-top: 0;
}

.products_select, .products_radio, .products_types_radio {
  background: #fff;
  padding: 0px 25px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #efefef;
}

.filter_tab_content h2 {
  font-size: 20px;
  color: #0681c7;
  padding-bottom: 15px;
}

.filter_input_box .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0c0c0c;
}
.filter_input_box span {
  width: 100% !important;
  border-radius: 8px !important;
  height: 40px !important;
  line-height: 40px !important;
  margin-bottom: 10px;
}
.filter_input_box span:focus {
  outline: none;
}
.filter_input_box .select2-selection__arrow b {
  left: auto !important;
  right: 15px;
  border-color: #0c0c0c transparent transparent transparent !important;
}
.filter_input_box .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}
.filter_input_box .select2-selection__clear {
  display: none !important;
}

.filter_radio {
  float: left;
  border-radius: 35px;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  padding: 2px 8px;
  margin-right: 15px;
}
.filter_radio [type=radio]:checked, .filter_radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.filter_radio [type=radio]:checked + label, .filter_radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0c0c0c;
  margin: 0;
}
.filter_radio [type=radio]:checked + label:before, .filter_radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.filter_radio [type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0681c7;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filter_radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0681c7;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.filter_radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.filter_btn {
  display: inline-block;
  padding: 0 25px;
  padding-top: 0px;
}
.filter_btn button, .filter_btn a {
  display: inline-block;
  border: 0;
  background: #0681c7;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.filter_btn button:hover, .filter_btn a:hover {
  background: #0b73ad;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.filter_show_btn {
  text-align: center;
}
.filter_show_btn button {
  background: transparent;
  border: 0;
}

.filter_hide_btn {
  text-align: center;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.filter_hide_btn button {
  background: #fff;
  padding: 10px 30px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
}
.filter_hide_btn button i {
  padding-right: 10px;
}

.mapLegends {
  position: absolute;
  top: 105px;
  right: 270px;
  width: 95%;
  left: 2%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.19);
}
.mapLegends ul {
  display: inline-block;
  float: left;
  width: 100%;
}
.mapLegends ul li {
  width: 100%;
  float: left;
  display: block;
  font-size: 12px;
  padding: 12px 13px;
  vertical-align: middle;
}

.map_btn {
  position: absolute;
  top: 105px;
  right: 70px;
  width: 180px;
  padding: 0;
}
.map_btn i {
  padding-right: 10px;
}

.model_location {
  float: left;
  width: 350px;
  margin-left: 20px;
}

.sidebar_location_wrapper {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.19);
}
.sidebar_location_wrapper h2 {
  background: #0681c7;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.side_location {
  padding: 15px 15px 5px 15px;
}
.side_location ul li {
  float: left;
  width: 100%;
}
.side_location ul li i {
  float: left;
  width: 20px;
  color: #0681c7;
  line-height: 26px;
}
.side_location ul li p {
  float: left;
  width: calc(100% - 20px);
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  padding-left: 5px;
}

.side_legends {
  float: left;
  display: block;
  font-size: 14px;
  padding: 0 15px 15px;
  vertical-align: middle;
}
.side_legends ul li {
  display: inline-block;
}
.side_legends ul li:first-child {
  border-radius: 35px;
  margin-bottom: 5px;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  padding: 5px 20px;
  margin-right: 15px;
}
.side_legends img {
  display: inline-block;
  max-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.side_legends span {
  color: #212121;
  line-height: 1px;
  display: inline-block;
  vertical-align: middle;
}
.side_legends a:hover {
  color: #0056b3;
}

.map_width {
  width: 260px;
}
.map_width h2 {
  background: #1868cf;
}

.gm-style .gm-style-iw-c {
  padding: 0;
  box-shadow: none;
}

@media (max-width: 1400px) {
  .mapLegends {
    right: 250px;
  }
  .map_btn {
    right: 60px;
  }
  .mapLegends > span {
    padding-right: 10px;
    padding-left: 20px;
  }
  .mapLegends ul li {
    padding: 12px 10px;
  }
}
@media (max-width: 991px) {
  .mapLegends {
    width: 150px;
  }
  .mapLegends > span {
    border: 0;
  }
  .model_location {
    float: left;
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .mapLegends {
    left: 12px;
  }
  .mapLegends > span {
    border: 0;
  }
  .mapLegends ul {
    padding-left: 15px;
  }
}
@media (max-width: 580px) {
  #sidebar {
    width: 400px;
  }
}
@media (max-width: 420px) {
  .map_btn {
    left: 17px;
  }
  #sidebar {
    width: 315px;
  }
  .mapLegends {
    top: 165px;
    left: 17px;
  }
  .serch_box_wrapper {
    top: 230px;
    width: 300px;
  }
  .map_tab_wrapper .nav-tabs .nav-link {
    width: 150px;
  }
  .dropdown-menu.show {
    left: -50px !important;
  }
  .filter_radio {
    margin-bottom: 20px;
  }
}
.cpwdTopBanner.cpwdTopBannerContact {
  background-image: url(../images/img/contact-us-banner.png);
}

.cpwdSitemap {
  width: 100%;
  background-image: url(../images/img/bg-contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
.cpwdSitemap .row {
  row-gap: 30px;
}
.cpwdSitemap .Sitemapinnerbox {
  width: 100%;
  background-color: #e4edf7;
  border-radius: 20px;
  padding: 30px 0px;
}
.cpwdSitemap .Sitemapinnerbox .sitemapinnertopheading {
  margin-left: 30px;
  margin-bottom: 20px;
}
.cpwdSitemap .Sitemapinnerbox .sitemapinnertopheading a {
  color: #000000;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox {
  width: 100%;
  padding: 20px 30px;
  border-top: 1px solid #c7ddf4;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox h4 {
  margin-bottom: 10px;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox h4 a {
  color: #000000;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox {
  width: 100%;
  background-color: #f8fbff;
  border-radius: 20px;
  border-top: 1px solid #c7ddf4;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 0px;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li {
  width: 100%;
  border-bottom: 1px solid #c7ddf4;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li:last-child {
  border-bottom: 0;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li h6 {
  padding: 20px 30px;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li h6 a {
  color: #1968cf;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li .sitemapdetailblacktxtbox {
  width: 100%;
  padding: 0px 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 8px;
  margin: 15px 0px;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li .sitemapdetailblacktxtbox p a {
  color: #111111;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li:nth-child(1) {
  border-bottom: 1px solid #c7ddf4;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li:nth-child(2) {
  border-bottom: 1px solid #c7ddf4;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li:nth-child(3) {
  border-bottom: 1px solid #c7ddf4;
}
.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li:nth-child(4) {
  border-bottom: 1px solid #c7ddf4;
}

.cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox:last-child {
  padding-bottom: 0;
}

/*responsive*/
@media (max-width: 1440px) {
  .rightGroup, .selectGroup {
    gap: 8px;
  }
  .SelectList {
    padding: 8px 10px;
  }
  .SelectList {
    padding: 8px 10px;
  }
  .tabBtnInner a {
    padding: 10px 20px;
  }
  .flip-card {
    height: 400px;
  }
  .select {
    width: 180px;
  }
  .tabBtnInner a {
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .flip-card-back .flipCardBackPara p {
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
  }
}
@media (max-width: 1199px) {
  .main-chart {
    height: auto;
    padding: 100px 0;
  }
  #chartdiv {
    top: unset;
    left: unset;
    width: 100%;
  }
  .national-wrapper .map-wrap .map-bg {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 45%;
  }
  .national-wrapper .map-wrap .map-bg img {
    max-width: 100%;
  }
  .national-wrapper .national-counter {
    column-gap: 30px;
  }
  #chartdiv {
    height: 500px;
  }
  .national-wrapper .map-wrap .map-bg {
    width: 100%;
  }
  .national-wrapper .map-wrap .map-bg img {
    width: 68%;
  }
  .national-wrapper {
    padding: 80px 0;
  }
  .national-wrapper p {
    max-width: 100%;
  }
  .tabBtn {
    align-items: self-start;
    flex-direction: column;
    gap: 14px;
  }
  .tblBack .table {
    font-size: 14px;
  }
  .content-details .btn {
    height: 40px;
    font-size: 16px;
  }
  .flip-card-back .flipCardBackInner {
    gap: 18px;
  }
  .cpwdDirectorateGeneral .cpwdDirectorateGeneralInner .cpwdDirectorateGeneralContent {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .tabBtnInner a {
    padding: 10px 20px;
  }
  .projectCounter {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .testimonial-box-wrap .testimonial-box .testimonial-content span {
    width: 180px;
    height: 180px;
  }
  .testimonial-box-wrap .testimonial-box .testimonial-content img {
    width: 180px;
    height: 180px;
  }
  .testimonial-box-wrap .testimonial-box .testimonial-content h4 a {
    color: #ffffff;
    font-size: 18px;
  }
  .testimonial-box-wrap .testimonial-box .testimonial-content p {
    font-size: 14px;
  }
  .testimonial-box-wrap .testimonial-box .testimonial-content h4 {
    padding: 20px 0 10px 0;
  }
  .rightGroup {
    flex-direction: column;
    width: 100%;
  }
  .rightGroup {
    flex-direction: column-reverse;
    width: 100%;
    gap: 20px;
  }
  .searchBar form, .searchBar {
    width: 100%;
  }
  .SelectList {
    padding: 0;
  }
  .container-space {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .national-wrapper .map-wrap .map-bg img {
    width: 100%;
  }
  .tabBtn {
    flex-direction: column;
    gap: 20px;
  }
  .searchBar {
    width: 100%;
  }
  .tabBtnInner {
    display: flex;
    width: 100%;
  }
  .tabBtnInner a {
    width: 50%;
  }
  .projectGalleryFoot {
    flex-direction: column;
  }
  .projectGalleryFoot {
    flex-direction: column;
    gap: 14px;
  }
  .projectGalleryFoot ul.pagination {
    flex-wrap: wrap;
  }
  .tabBtnInner a {
    font-size: 16px;
  }
  #scroll-down-animation {
    display: none;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .slide-nav .owl-carousel .owl-dots {
    column-gap: 12px;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    display: none;
  }
  .select {
    width: 100%;
  }
  .main-chart {
    height: auto;
    padding: 0px 0;
  }
  .gv-notice-wrapper .gv-update-news .side_title {
    width: 140px;
  }
  .container-space {
    padding: 0px 15px;
  }
  .logo-wrap .logo2 {
    width: 60px;
  }
  .logo-wrap .logo1 {
    width: 240px;
  }
  .rm-animate {
    margin: 20px 0 0;
  }
  .testimonial-box-wrap {
    padding: 20px 20px 60px;
  }
  .news-slider.news-bg {
    padding: 20px 4px 20px 15px;
  }
  .press-wrap .press-box-wrap .press-img img {
    width: 96%;
  }
  .container-space {
    padding: 0px 15px;
  }
  .social-bg svg {
    height: 30px;
  }
  header nav .right-side .function .login-wrap .login-dropdown {
    flex-direction: column;
    gap: 20px;
  }
  .tabBtnInner a {
    font-size: 14px;
  }
  .projectCounterInner {
    gap: 10px;
    flex-direction: column;
  }
  .projectCounterContent p {
    font-size: 14px;
  }
  .projectCounterContent span {
    font-size: 22px;
  }
  .projectCounterIcon img {
    width: 46px;
  }
  .projectCounterIcon {
    width: 100%;
  }
  .selectGroup {
    flex-direction: column;
  }
  .cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table tbody tr td .pdfHelpFiles span, .cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table tbody tr td, .cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table tbody tr td a, .cpwdHelpFile .cpwdHelpFileInner .cpwdHelpFileRow .cpwdHelpFileTbl table thead tr th {
    font-size: 12px;
  }
  .cpwdDirectorateGroup .cpwdDirectorateGroupItem .cpwdDirectorateTxt p {
    font-size: 14px;
  }
  .cpwdDirectorateCardGroup .cpwdDirectorateCard .cpwdDirectorateCardHead h4, .cpwdHeadingCommon h4 {
    font-size: 18px;
  }
  .cpwdDirectorateCardGroup {
    padding: 40px 0;
  }
  .cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox {
    padding: 15px;
  }
  .cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox h4 a {
    font-size: 16px;
  }
  .cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li h6 {
    padding: 15px;
    font-size: 14px;
  }
  .cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li .sitemapdetailblacktxtbox {
    padding: 0px 15px;
  }
  .cpwdSitemap .Sitemapinnerbox .Sitemapinnerdetailbox .Sitemapinnerdetailwhitebox ul li .sitemapdetailblacktxtbox p a {
    font-size: 14px;
  }
  .cpwdSitemap {
    padding: 40px 0px;
  }
  .container-space {
    padding: 0px 15px !important;
  }
}
@media (max-width: 375px) {
  .national-wrapper .map-wrap {
    padding: 40px 0;
  }
  #chartdiv {
    height: 300px;
  }
  .reset-btn {
    position: absolute;
    top: 0%;
    right: 0%;
  }
  .reset-btn a {
    height: 36px;
    font-size: 14px;
    min-width: 100px;
  }
  .national-wrapper .map-scale {
    font-size: 10px;
  }
  .container-space {
    padding: 0px 15px;
  }
  .projectCounterContent p {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .slide-nav .owl-carousel .owl-dots {
    column-gap: 8px;
  }
}
.right-side .function .menu-item .dropdown-menus .sub-menu-content {
  width: 30%;
}
.right-side .function .menu-item .dropdown-menus .submenu-img {
  width: 70%;
}

/* new single page start */
.single-page-wrap {
  padding: 70px 0;
}
.single-page-wrap .about-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 30px 0;
}
.single-page-wrap .about-img ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 20px;
}
.single-page-wrap .about-img ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
}
.single-page-wrap .about-img ul li a span {
  color: #000000;
  font-size: 20px;
}
.single-page-wrap .about-img ul li a svg path {
  fill: #0b4da1;
}
.single-page-wrap .about-img .common-btn {
  max-width: 170px;
}
.single-page-wrap .heading {
  margin-bottom: 30px;
}
.single-page-wrap p {
  margin-top: 35px;
}
.single-page-wrap .points {
  margin-top: 35px;
}
.single-page-wrap .points li {
  position: relative;
  padding-left: 35px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.single-page-wrap .points li:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background-color: #0b4da1;
  position: absolute;
  top: 10px;
  left: 0;
}
.single-page-wrap .news-image {
  margin-top: 25px;
}
.single-page-wrap .tag-media {
  padding: 15px 0;
  border-top: 1px solid #a1b9d2;
  border-bottom: 1px solid #a1b9d2;
  margin-top: 40px;
}
.single-page-wrap .tag-media .tags {
  display: flex;
  column-gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 12px;
}
.single-page-wrap .tag-media .tags p {
  margin: 0;
}
.single-page-wrap .tag-media .tags p svg {
  width: 20px;
  transform: rotate(90deg);
  fill: #1968cf;
}
.single-page-wrap .tag-media .tags p span {
  font-weight: 600;
  color: #1968cf;
  padding-left: 7px;
}
.single-page-wrap .tag-media .tags ul {
  display: flex;
  column-gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 12px;
}
.single-page-wrap .tag-media .tags ul a {
  color: #000000;
  font-size: 16px;
}
.single-page-wrap .tag-media .tags ul a svg {
  width: 15px;
}
.single-page-wrap .tag-media .tags .icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #241f21;
  border: 1px solid #241f21;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  transition: all 0.5s;
}
.single-page-wrap .tag-media .tags .icon a svg {
  fill: #ffffff;
}
.single-page-wrap .tag-media .tags .icon a:hover {
  background-color: transparent;
}
.single-page-wrap .tag-media .tags .icon a:hover svg {
  fill: #241f21;
}
.single-page-wrap .release-news {
  margin-top: 50px;
}
.single-page-wrap .release-news .release-box {
  background-color: #d0dff0;
  display: flex;
  align-items: center;
  column-gap: 40px;
  border-radius: 15px;
  transition: all 0.5s;
}
.single-page-wrap .release-news .release-box img {
  border-radius: 15px;
}
.single-page-wrap .release-news .release-box .r-cont {
  padding: 0 10px;
}
.single-page-wrap .release-news .release-box small {
  font-size: 16px;
  color: #1968cf;
  text-transform: uppercase;
  font-weight: 600;
}
.single-page-wrap .release-news .release-box p {
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 10px;
}
.single-page-wrap .release-news .release-box p a {
  color: #111111;
}
.single-page-wrap .release-news .release-box.bg-dark {
  flex-direction: row-reverse;
  background-color: #d0dff0 !important;
}
.single-page-wrap .release-news .release-box:hover {
  background-color: #1968cf;
}
.single-page-wrap .release-news .release-box:hover p a {
  color: #ffffff;
}
.single-page-wrap .release-news .release-box:hover small {
  color: #ffffff;
}
.single-page-wrap .release-news .release-box:hover.bg-dark {
  background-color: #1968cf !important;
}
.single-page-wrap .cate-box {
  border-radius: 15px;
  background-color: #ffffff;
  padding: 40px 15px;
  margin-bottom: 33px;
}
.single-page-wrap .cate-box .heading {
  margin-left: 25px;
  display: block;
  font-size: 30px;
}
.single-page-wrap .cate-box .arch-date {
  margin-top: 50px;
  padding: 0 25px;
}
.single-page-wrap .cate-box .arch-date li a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  color: #111111;
}
.single-page-wrap .cate-box .arch-date li a svg {
  width: 15px;
  fill: #1968cf;
}
.single-page-wrap .cate-box .arch-date li a:hover {
  color: #1968cf;
}
.single-page-wrap .cate-box .arch-date.recent-news li {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #d0dce8;
}
.single-page-wrap .cate-box .arch-date.recent-news a {
  font-size: 14px;
  margin-bottom: 10px;
}
.single-page-wrap .cate-box .arch-date.recent-news a svg {
  fill: #1968cf;
}
.single-page-wrap .cate-box .arch-date.recent-news a.head-para {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-page-wrap .cate-box .arch-date.recent-news a img {
  width: 120px;
  border-radius: 10px;
}
.single-page-wrap ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.single-page-wrap ::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}
.single-page-wrap ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dbeafa;
}
.single-page-wrap .scrollbar {
  max-height: 220px;
  overflow-y: scroll;
}

@media (max-width: 1440px) {
  .single-page-wrap .about-img ul {
    max-width: 470px;
  }
  .single-page-wrap .heading {
    font-size: 26px;
  }
  .single-page-wrap .release-news .release-box {
    column-gap: 10px;
  }
}
@media (max-width: 1366px) {
  .single-page-wrap .release-news .release-box small {
    font-size: 14px;
  }
  .single-page-wrap .release-news .release-box p {
    font-size: 18px;
  }
  .single-page-wrap .cate-box .heading {
    margin-left: 15px;
    font-size: 22px;
  }
  .single-page-wrap .cate-box .arch-date {
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .project-vdo-wrap .iframe {
    height: 300px !important;
  }
}
@media (max-width: 480px) {
  .single-page-wrap {
    padding: 40px 0;
  }
  .single-page-wrap .container-space {
    padding: 0 20px;
  }
  .single-page-wrap .heading {
    font-size: 20px;
  }
  .single-page-wrap .tag-media .tags.justify-content-end {
    justify-content: flex-start !important;
    margin-top: 15px;
  }
  .single-page-wrap .release-news .release-box img {
    width: 100px;
  }
  .single-page-wrap .release-news {
    margin-top: 30px;
  }
  .single-page-wrap .cate-box {
    padding: 30px 5px;
  }
  .single-page-wrap .cate-box .arch-date.recent-news li img {
    width: 100px;
  }
}
#sidebar-nav.sticky {
  position: sticky;
  top: 5px;
}

.inner-banner-wrap {
  background-image: url("../images/inner-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding: 100px 0;
}
.inner-banner-wrap nav .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
.inner-banner-wrap nav .breadcrumb .breadcrumb-item a {
  color: #ffffff;
}
.inner-banner-wrap nav .breadcrumb .breadcrumb-item::before {
  color: #ffffff;
}
.inner-banner-wrap h2 {
  color: #ffffff;
  padding-top: 20px;
  max-width: 720px;
}

.inner-banner-wrap-2 {
  background-image: url("../images/inner-banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding: 100px 0;
}

.inner-banner-wrap-3 {
  background-image: url("../images/thyagraj-header-img-inner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding: 100px 0;
}

.inner-banner-wrap-4 {
  background-image: url("../images/sangrahalaya-header-inner-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding: 100px 0;
}

.inner-banner-wrap-4 {
  background-image: url("../images/sangrahalaya-header-inner-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding: 100px 0;
}

.inner-banner-wrap-5 {
  background-image: url("../images/authorised-img-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding: 100px 0;
}

.about-project-wrap {
  padding: 80px 0;
}
.about-project-wrap .row {
  align-items: center;
  row-gap: 20px;
}
.about-project-wrap .about-project-slider .owl-carousel .owl-nav {
  bottom: 0;
}
.about-project-wrap .about-project-slider .owl-carousel .owl-dots {
  bottom: 33px;
}
.about-project-wrap .about-project-slider .owl-carousel .item img {
  border-radius: 8px;
}
.about-project-wrap .about-project-content p {
  padding-top: 50px;
  font-weight: 500;
}
.about-project-wrap .about-project-content .download-btn {
  max-width: 360px;
  margin-top: 40px;
  height: 70px;
}
.about-project-wrap .about-project-content .download-btn img {
  margin-right: 15px;
}
.about-project-wrap .web-link {
  color: #1968cf;
  display: inline-block;
  margin-top: 15px;
  font-weight: 500;
}

/* video section start */
.video-wrap {
  position: relative;
}
.video-wrap .video-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-wrap .video-img img {
  max-height: 100%;
}
.video-wrap .video-img img.disp-img {
  display: none;
}
.video-wrap #myBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-wrap #myBtn.show-text {
  z-index: 100;
}
.video-wrap #myBtn1 {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.video-wrap #myBtn1.show-text {
  z-index: 100;
}
.video-wrap #myBtn3 {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.video-wrap #myBtn3.show-text {
  z-index: 100;
}
.video-wrap .overlay-video {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
}
.video-wrap .main-btn {
  background-color: #58595B;
  color: #ffffff;
  margin-top: 20px;
}

#mobVideo {
  height: 100vh;
}

.project-vdo-wrap {
  position: relative;
  padding: 80px 0;
}
.project-vdo-wrap::before {
  content: "";
  background-image: url("../images/project-vdo.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 495px;
  position: absolute;
  top: 0;
}
.project-vdo-wrap .vdo-head {
  padding-bottom: 10px;
}
.project-vdo-wrap .heading::before {
  left: 50%;
  transform: translateX(-50%);
}
.project-vdo-wrap p {
  position: relative;
  font-weight: 500;
}
.project-vdo-wrap .minister-pera {
  font-size: 26px;
  font-weight: 600;
}
.project-vdo-wrap .second-pera {
  padding-top: 40px;
}
.project-vdo-wrap .capfims-para {
  font-size: 35px;
}
.project-vdo-wrap .video-player .video-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.project-vdo-wrap .video-player .video-img img {
  max-height: 100%;
  height: 100% !important;
  border-radius: 8px;
}
.project-vdo-wrap .video-player .video-img img.disp-img {
  display: none;
}
.project-vdo-wrap .video-player #myBtn1 {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.project-vdo-wrap .video-player #myBtn1.show-text {
  z-index: 100;
}
.project-vdo-wrap .video-player img#myBtn1 {
  top: 50% !important;
}
.project-vdo-wrap .gpro-vdo {
  position: relative;
  margin: 70px 0 0 0;
  text-align: center;
  border-radius: 40px;
  overflow: hidden;
}
.project-vdo-wrap .gpro-vdo video {
  border-radius: 40px;
  background: #0b4693;
}
.project-vdo-wrap .gpro-vdo .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-vdo-wrap .gpro-vdo .cover {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 50px;
}
.project-vdo-wrap .gpro-vdo .cover video {
  opacity: 0;
  width: 100%;
  transition: 1s;
  position: absolute;
  z-index: -1;
  left: 0;
  height: 100%;
}
.project-vdo-wrap iframe {
  width: 100%;
  height: 554px;
  position: relative;
  border-radius: 30px;
}
.project-vdo-wrap .iframe-1 {
  width: 100%;
  height: 554px;
  position: relative;
  border-radius: 30px;
}

.prev-next {
  margin-top: 60px;
}
.prev-next .row {
  row-gap: 15px;
}

.about-project-box {
  background-color: #d0dff0;
  display: flex;
  align-items: center;
  column-gap: 45px;
  border-radius: 20px;
  transition: all 0.5s;
  position: relative;
}
.about-project-box .inner-box-img img {
  border-radius: 20px;
  width: 165px;
  height: 149px;
}
.about-project-box .about-project-content a {
  text-transform: uppercase;
  color: #0c4da1;
  font-weight: 600;
}
.about-project-box .about-project-content h4 {
  padding-top: 10px;
  font-weight: 600;
}
.about-project-box:hover {
  background-color: #1968cf;
}
.about-project-box:hover a, .about-project-box:hover h4 {
  color: #ffffff;
}
.about-project-box.project-next {
  justify-content: end;
}

.project-vdo-wrap .capfims-ul {
  list-style: inside;
  padding-top: 30px;
  list-style-position: inherit;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 0px 0px 21px;
}
.project-vdo-wrap .capfims-ul li {
  margin-bottom: 20px;
}

/*=========================authorised circular section css start========================*/
.authorised-inner-wrap {
  background-image: url("../images/authorised-circular-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 80px 0px;
}
.authorised-inner-wrap .authorised-tab-section .authorised-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  align-items: center;
  border-bottom: none;
}
.authorised-inner-wrap .authorised-tab-section .authorised-tab .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid #08b278;
  border-top-left-radius: none;
  border-top-right-radius: none;
  color: #08b278;
}
.authorised-inner-wrap .authorised-tab-section .authorised-tab .active {
  background-color: #08b278;
  color: #ffffff;
}
.authorised-inner-wrap .authorised-tab-section .inner-tab-box {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 3px 12px;
}
.authorised-inner-wrap .authorised-tab-section .inner-tab-box .tab-heading-text ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 70px;
  color: #111;
  font-size: 20px;
  font-weight: bold;
}
.authorised-inner-wrap .authorised-tab-section .inner-tab-box .tab-content-1 .accordion-item-1 {
  background-color: #f9f9f9;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.authorised-inner-wrap .authorised-tab-section .inner-tab-box .tab-content-1 .accordion-item-1 .accordion-button:not(.collapsed) {
  background-color: #051c3a;
}
.authorised-inner-wrap .authorised-tab-section .inner-tab-box .tab-content-1 .accordion-item-1 .inner-accordion-body {
  background-color: #f9f9f9;
  overflow-x: auto;
}
.authorised-inner-wrap .authorised-tab-section .inner-tab-box .tab-content-1 .accordion-item-1 .inner-accordion-body .table {
  padding: 30px;
  width: 100%;
}
.authorised-inner-wrap .authorised-tab-section .inner-tab-box .tab-content-1 .accordion-item-1 .inner-accordion-body .table thead tr {
  background-color: #0c4da1;
}
.authorised-inner-wrap .authorised-tab-section .inner-tab-box .tab-content-1 .accordion-item-1 .inner-accordion-body .table thead tr th {
  color: #ffffff;
}
.authorised-inner-wrap .authorised-tab-section .inner-tab-box .tab-content-1 .accordion-item-1 .inner-accordion-body .table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.authorised-inner-wrap .authorised-tab-section .inner-tab-box .tab-content-1 .accordion-item-1 .inner-accordion-body .table tbody tr:nth-child(even) {
  background-color: #dbeafa;
}

/*==========================gujarat wrappper section css start==================================*/
.gujarat-inner-wrap .inner-accordian-body-2 {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 3px 12px;
}
.gujarat-inner-wrap .inner-accordian-body-2 .table {
  padding: 30px;
  width: 100%;
}
.gujarat-inner-wrap .inner-accordian-body-2 .table thead tr {
  background-color: #0c4da1;
}
.gujarat-inner-wrap .inner-accordian-body-2 .table thead tr th {
  color: #ffffff;
  white-space: nowrap;
}
.gujarat-inner-wrap .inner-accordian-body-2 .table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.gujarat-inner-wrap .inner-accordian-body-2 .table tbody tr:nth-child(even) {
  background-color: #dbeafa;
}
.gujarat-inner-wrap .inner-accordian-body-2 .table tbody tr td .table-anchor {
  text-decoration: underline;
  color: #295ca8;
}

@media (max-width: 1440px) {
  .about-project-wrap .about-project-content .rajpath-pera {
    padding-top: 20px;
  }
  .about-project-wrap .about-project-content .download-btn {
    max-width: 325px;
    margin-top: 20px;
    height: 50px;
  }
}
@media (max-width: 1366px) {
  .counter-wrap .counter-box .counter-txt h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .inner-banner-wrap {
    background-position: center;
  }
  .inner-banner-wrap-2 {
    background-position: center;
  }
}
@media (max-width: 991px) {
  .about-project-box.project-next {
    justify-content: start;
    flex-direction: row-reverse;
  }
  .container-space {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .project-vdo-wrap::before {
    height: 335px;
  }
  .project-vdo-wrap .video-player #myBtn1 {
    width: 60px;
  }
  #scroll-down-animation {
    display: none;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .gujarat-inner-wrap .inner-accordian-body-2 {
    padding: 10px;
  }
  .authorised-inner-wrap {
    padding: 20px 0px;
  }
  .inner-banner-wrap-5 {
    padding: 50px 0;
  }
  .gujarat-inner-wrap .inner-accordion-body .table tbody tr td, .gujarat-inner-wrap .inner-accordian-body-2 .table thead tr th, .inner-banner-wrap nav .breadcrumb .breadcrumb-item a {
    font-size: 14px;
  }
  .inner-banner-wrap h2 {
    font-size: 16px;
    padding-top: 0px;
  }
}
@media (max-width: 480px) {
  .inner-banner-wrap {
    padding: 60px 0;
  }
  .inner-banner-wrap-2 {
    padding: 60px 0;
  }
  .about-project-wrap .about-project-content .download-btn {
    font-size: 14px;
  }
  .about-project-box {
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .inner-banner-wrap-2 h2 {
    font-size: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 380px) {
  .about-project-box .about-project-content {
    padding: 12px;
  }
  .gujarat-inner-wrap .inner-accordion-body .table tbody tr td, .gujarat-inner-wrap .inner-accordian-body-2 .table thead tr th, .inner-banner-wrap nav .breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
  .inner-banner-wrap h2 {
    font-size: 14px;
  }
  .inner-banner-wrap {
    padding: 40px 0;
  }
}
/*==============================cpwd new responsive start(circular page)===========================*/
@media (max-width: 380px) {
  .authorised-inner-wrap .authorised-tab-section .inner-tab-box .tab-heading-text ul {
    column-gap: 14px;
  }
  .authorised-inner-wrap .authorised-tab-section .inner-tab-box {
    padding: 34px;
  }
}
.cpwdVideo .cpwdVideoOuter {
  position: relative;
}
.cpwdVideo .cpwdVideoOuter .cpwdFullVideoInner {
  position: relative;
  background-color: #09254c;
}
.cpwdVideo .cpwdVideoOuter .cpwdFullVideoInner .cpwdFullVideoBtn {
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 15%;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter {
  position: relative;
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  z-index: -1;
  opacity: 0.6;
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCategoriesHead {
  padding: 20px;
  border-bottom: 1px solid #fff;
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCategoriesHead h5 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter {
  padding: 10px 4px 20px 0;
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter .cpwdVideoCategoriesNav {
  height: 320px;
  overflow-y: scroll;
  /* Scrollbar Styling */
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter .cpwdVideoCategoriesNav::-webkit-scrollbar {
  width: 6px;
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter .cpwdVideoCategoriesNav::-webkit-scrollbar-track {
  background-color: #656464;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter .cpwdVideoCategoriesNav::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter .cpwdVideoCategoriesNav ul {
  flex-direction: column;
  padding-right: 10px;
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter .cpwdVideoCategoriesNav ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter .cpwdVideoCategoriesNav ul li a:hover {
  background: #069d6a;
}

.cpwdOffice {
  padding: 80px 0px;
  width: 100%;
  position: relative;
}
.cpwdOffice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/img/bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.cpwdOffice .cpwdOfficeHead h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1968cf;
}
.cpwdOffice .cpwdOfficeTbl .cpwdOfficeTblInner .table {
  border-radius: 8px;
  overflow: hidden;
}
.cpwdOffice .cpwdOfficeTbl .cpwdOfficeTblInner .table thead {
  background-color: #1968cf;
  color: #fff;
}
.cpwdOffice .cpwdOfficeTbl .cpwdOfficeTblInner .table tbody {
  background-color: #fff;
}

.cpwdPaginationBox {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.cpwdPaginationBox .cpwdShowing p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.cpwdPaginationBox .cpwdPagination .pagination {
  gap: 10px;
}
.cpwdPaginationBox .cpwdPagination .pagination li a {
  border: 0;
  border-radius: 6px;
}
.cpwdPaginationBox .cpwdPagination .pagination li.cpwdPageItemBtn a {
  border: 1px solid #0d6efd;
  border-radius: 6px;
}

.cpwdOfficeFilter {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}
.cpwdOfficeFilter .cpwdOfficeHead {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.cpwdOfficeFilter .cpwdOfficeSelectGroup {
  padding: 20px;
}
.cpwdOfficeFilter .cpwdOfficeSelectGroup .cpwdOfficeSelectItem form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cpwdOfficeFilter .cpwdOfficeSelectGroup .cpwdOfficeSelectItem .formGroup label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}
.cpwdOfficeFilter .cpwdOfficeSelectGroup .cpwdOfficeSelectItem .formGroup .select {
  width: 100%;
  background-color: #f8fbff;
}
.cpwdOfficeFilter .cpwdOfficeSelectGroup .cpwdOfficeSelectItem .formGroup .select .selectBtn {
  border: 1px solid #83b2ee;
  border-radius: 10px;
}
.cpwdOfficeFilter .cpwdOfficeSelectGroup .cpwdOfficeSelectItem .formGroup .select .selectBtn:after {
  border-right: 2px solid #0c4da1;
  border-bottom: 2px solid #0c4da1;
}
.cpwdOfficeFilter .cpwdOfficeSelectGroup .cpwdOfficeSelectItem .formGroup .select .selectDropdown {
  border-radius: 10px;
}
.cpwdOfficeFilter .cpwdOfficeSelectGroup .cpwdOfficeSelectItem .formGroup button.filterFrmBtn {
  width: 100%;
  background: #1968cf;
  border: 0;
  color: #fff;
  padding: 14px;
  border-radius: 8px;
}

.cpwdTopBanner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
}
.cpwdTopBanner.cpwdTopBannerOffice {
  background-image: url("../images/img/bg1.png");
}
.cpwdTopBanner.cpwdTopBannerContractors {
  background-image: url("../images/img/bg3.png");
}
.cpwdTopBanner.cpwdTopBannerVideo {
  background-image: url("../images/img/bg1.png");
}
.cpwdTopBanner.cpwdTopBannerAboutUs {
  background-image: url("../images/img/about-us/banner.png");
}
.cpwdTopBanner .cpwdTopBannerInner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.cpwdTopBanner .cpwdTopBannerInner .breadcrumb li {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.cpwdTopBanner .cpwdTopBannerInner .breadcrumb li a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.cpwdTopBanner .cpwdTopBannerInner h5 {
  font-size: 30px;
  color: #fff;
}
.cpwdTopBanner .cpwdTopBannerInner .cpwdVideoSearch {
  margin-top: 20px;
}
.cpwdTopBanner .cpwdTopBannerInner .cpwdVideoSearch form .input-group {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.cpwdTopBanner .cpwdTopBannerInner .cpwdVideoSearch form .input-group input {
  height: 50px;
  border: 0;
}
.cpwdTopBanner .cpwdTopBannerInner .cpwdVideoSearch form .input-group input::placeholder {
  font-style: italic;
}
.cpwdTopBanner .cpwdTopBannerInner .cpwdVideoSearch form .input-group .input-group-text {
  background-color: #fff;
  border: 0;
}
.cpwdTopBanner .cpwdTopBannerInner .cpwdVideoSearch form .input-group .input-group-text img {
  width: 20px;
}

.cpwdListContractors {
  background-image: url(../images/img/bg4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsHead {
  padding-bottom: 50px;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsHead h2 {
  font-size: 42px;
  color: #000;
  position: relative;
  text-align: center;
  font-weight: 700;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsHead h2::after {
  content: "";
  position: absolute;
  bottom: -32px;
  width: 200px;
  height: 20px;
  background-image: url(../images/img/title-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  left: 50%;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup {
  margin-top: 50px;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard {
  text-align: center;
  background: #fff;
  padding: 50px 20px 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  height: 100%;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .bgLineClr {
  position: absolute;
  display: inline-block;
  height: 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 80%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .bgLineClr.bgLineClr1 {
  background: #423d9b;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .bgLineClr.bgLineClr2 {
  background: #f6b940;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .bgLineClr.bgLineClr3 {
  background: #e76e54;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .bgLineClr.bgLineClr4 {
  background: #548fe7;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .cpwdListContractorsCardItem {
  margin-bottom: 20px;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard:hover .cpwdListContractorsContent h4 a {
  color: #08ae76;
  text-decoration: none;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .cpwdListContractorsContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .cpwdListContractorsContent h4 {
  font-size: 22px;
  color: #000;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .cpwdListContractorsContent h4 a {
  text-decoration: none;
  font-size: 22px;
  color: #000;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .cpwdListContractorsContent p {
  font-size: 16px;
  color: #000;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .cpwdListContractorsContent a {
  font-size: 16px;
  display: inline-block;
}
.cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .cpwdListContractorsContent a:hover {
  text-decoration: underline;
}

.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo {
  position: relative;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo .ytVideoCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  z-index: 4;
  object-fit: cover;
  border-radius: 20px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo .cwpdTogglePlay {
  border: 0;
  background-color: transparent;
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 6;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo .cpwdFullVideo.cpwdFullVideo2 {
  border-radius: 20px;
  position: relative;
  z-index: 4;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo .cwpdTogglePlay {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #08254b;
  font-size: 20px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo.ytCpwdGenesisBgvideo {
  background-color: #08254b;
  position: relative;
  z-index: 4;
  border-radius: 20px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo.ytCpwdGenesisBgvideo .cwpdTogglePlay {
  bottom: 124px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #08254b;
  font-size: 20px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo.ytCpwdGenesisBgvideo .cpwdFullVideo {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo.ytCpwdGenesisBgvideo .ytVideoCover {
  border: 3px solid #08254b;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo .ytCpwdGenesisContant {
  background-color: #08254b;
  padding: 25px;
  position: relative;
  z-index: 4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo .ytCpwdGenesisContant p {
  color: #fff;
}

.cpwdContractorsManagement {
  background-image: url(../images/img/bg5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
.cpwdContractorsManagement .row {
  align-items: center;
}
.cpwdContractorsManagement .cpwdContractorsManagementSystem {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cpwdContractorsManagement .cpwdContractorsManagementSystem .cpwdContractorsManagementIcon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpwdContractorsManagement .cpwdContractorsManagementSystem .cpwdContractorsManagementTxt {
  width: 60%;
}
.cpwdContractorsManagement .cpwdContractorsManagementSystem .cpwdContractorsManagementTxt h5 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}
.cpwdContractorsManagement .cpwdContractorsManagementSystem .cpwdContractorsManagementTxt p {
  font-size: 16px;
  color: #fff;
}
.cpwdContractorsManagement .cpwdVisitBtn {
  display: flex;
  align-items: center;
}
.cpwdContractorsManagement .cpwdVisitBtn .view-btn {
  height: 54px;
}

.cpwdCircularsRelated {
  background-image: url(../images/img/bg6.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedHeading h2 {
  position: relative;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 700;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedHeading h2::after {
  content: "";
  position: absolute;
  bottom: -32px;
  width: 200px;
  height: 20px;
  background-image: url(../images/img/title-line-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedHeading p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard {
  padding: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard.cpwdCircularsClr1 {
  background-color: #08264c;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard.cpwdCircularsClr1 .cpwdCircularsIcon {
  transition: all 0.4s ease;
  border: 4px solid #08264c;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard.cpwdCircularsClr1:hover .cpwdCircularsIcon {
  border-color: #08b278;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard.cpwdCircularsClr2 {
  background-color: #08b278;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard.cpwdCircularsClr2 .cpwdCircularsIcon {
  transition: all 0.4s ease;
  border: 4px solid #08b278;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard.cpwdCircularsClr2:hover .cpwdCircularsIcon {
  border-color: #08264c;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard .cpwdCircularsRelatedIcon span.cpwdCircularsIcon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard .cpwdCircularsRelatedTxt p {
  font-size: 22px;
  color: #fff;
}
.cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard .cpwdCircularsRelatedTxt a {
  display: inline-block;
  margin-top: 20px;
}

.cpwdSurveyProcurement {
  padding: 80px 0;
}
.cpwdSurveyProcurement.cpwdSurProcurement {
  background-image: url(../images/img/about-us/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard::before {
  content: "";
  top: 0;
  left: 0;
  width: 95px;
  height: 100%;
  position: absolute;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard::after {
  content: "";
  top: 0;
  left: 95px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../images/img/about-us/h3_testimonial_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementIcon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementIcon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementIcon span.cpwdSurveyClr1 {
  background-color: #08264c;
  border: 5px solid #fff;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementIcon span.cpwdSurveyClr2 {
  background-color: #08ae76;
  border: 5px solid #fff;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementContent {
  position: relative;
  z-index: 2;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementContent h4 {
  font-size: 30px;
  color: #08264c;
  margin-bottom: 5px;
  font-weight: 700;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementContent p {
  margin-bottom: 10px;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementContent a {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementContent a:hover {
  color: #08264c;
  text-decoration: underline;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard.cpwdSurveyProcurementCard1::before {
  background-color: #08264c;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard.cpwdSurveyProcurementCard2::before {
  background-color: #08ae76;
}
.cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard.cpwdSurveyProcurementCard2 .cpwdSurveyProcurementContent h4 {
  color: #08ae76;
}

.cpwdKnowledgeVideosFilter {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}
.cpwdKnowledgeVideosFilter .cpwdKnowledgeVideosFilterInner .cpwdKnowledgeVideosHeading {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.cpwdKnowledgeVideosFilter .cpwdKnowledgeVideosFilterInner .cpwdKnowledgeVideosHeading h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0c4ca1;
}
.cpwdKnowledgeVideosFilter .cpwdKnowledgeVideosFilterInner .cpwdKnowledgeOptGroup {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 0;
}
.cpwdKnowledgeVideosFilter .cpwdKnowledgeVideosFilterInner .cpwdKnowledgeOptGroup .cpwdFormCheck {
  padding: 8px 18px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cpwdKnowledgeVideosFilter .cpwdKnowledgeVideosFilterInner .cpwdKnowledgeOptGroup .cpwdFormCheck label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
}
.cpwdKnowledgeVideosFilter .cpwdKnowledgeVideosFilterInner .cpwdKnowledgeOptGroup .cpwdFormCheck:hover {
  background-color: #08ae76;
  color: #fff;
}
.cpwdKnowledgeVideosFilter .cpwdKnowledgeVideosFilterInner .cpwdKnowledgeOptGroup .allFormCheckBtn {
  padding: 0 20px;
}
.cpwdKnowledgeVideosFilter .cpwdKnowledgeVideosFilterInner .cpwdKnowledgeVideoBtn {
  padding: 0px 20px 40px;
}
.cpwdKnowledgeVideosFilter .cpwdKnowledgeVideosFilterInner .cpwdKnowledgeVideoBtn .view-btn {
  height: 40px;
  width: 200px;
}

.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner {
  margin-bottom: 40px;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosImg {
  position: relative;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosImg img {
  width: 100%;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosImg .flVideo {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard .cpwdKnowledgeVideosCardInner .cpwdKnowledgeVideosImg {
  overflow: hidden;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard .cpwdKnowledgeVideosCardInner .cpwdKnowledgeVideosImg img {
  transition: all 0.4s ease;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard:hover .cpwdKnowledgeVideosCardInner .cpwdKnowledgeVideosImg img {
  transform: scale(1.1);
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard:hover .cpwdKnowledgeVideosCardInner .cpwdKnowledgeVideosContent h4 {
  color: #0f56b8;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard .cpwdKnowledgeVideosContent {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard .cpwdKnowledgeVideosContent span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard .cpwdKnowledgeVideosContent span img {
  width: 15px;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard .cpwdKnowledgeVideosContent h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #000;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard .cpwdKnowledgeVideosContent p {
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard .cpwdKnowledgeVideosContent p img {
  width: 15px;
}

.cpwdMissionVision {
  background-image: url("../images/img/about-us/bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
.cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdSurveyProcurement {
  padding: 0;
  margin-bottom: 50px;
}
.cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard {
  height: 100%;
}
.cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter {
  padding-top: 20px;
  display: flex;
  column-gap: 50px;
  justify-content: space-between;
}
.cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li {
  display: flex;
  column-gap: 25px;
  align-items: center;
  row-gap: 15px;
}
.cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li img {
  width: 50px;
  margin-top: 10px;
}
.cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li .counter-txt {
  padding-right: 35px;
}
.cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li .counter-txt .counter-count {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: fit-content;
  color: #fff;
  align-items: center;
}
.cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li .counter-txt .counter-count::after {
  content: "+";
  position: absolute;
  right: -35px;
  top: -2px;
  color: #ffffff;
}
.cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li .counter-txt .counter-count.office-count::after {
  display: none;
}
.cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li .counter-txt p {
  text-transform: uppercase;
  color: #fff;
}

.cpwdHeadingCommon {
  margin-bottom: 50px;
  position: relative;
}
.cpwdHeadingCommon h2 {
  font-size: 44px;
  color: #08264c;
  position: relative;
  font-weight: 700;
}
.cpwdHeadingCommon h2::after {
  content: "";
  position: absolute;
  bottom: -32px;
  width: 200px;
  height: 20px;
  background-image: url(../images/img/title-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.cpwdReadMoreBtn {
  background-color: #08264c;
  color: #fff;
  padding: 10px 20px;
}
.cpwdReadMoreBtn:hover {
  color: #fff;
}

.cpwdGenesisSec {
  background-image: url(../images/img/about-us/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .row {
  align-items: center;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisContent .cpwdGenesisContentPara {
  margin-bottom: 20px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg.aboutCpwdSec .cpwdGenesisImgInner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1968cf;
  width: 300px;
  height: 100%;
  border-radius: 20px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg.aboutCpwdSec .cpwdGenesisImgInner {
  margin-bottom: 30px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner {
  position: relative;
  padding: 40px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1968cf;
  width: 300px;
  height: 100%;
  border-radius: 10px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 460px;
  border-radius: 30px;
}
.cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner img {
  position: relative;
  z-index: 1;
}

.cpwdHistoricalBackgroundSec {
  background-color: transparent;
  margin-top: -40px;
}
.cpwdHistoricalBackgroundSec .cpwdHistoricalBackgroundInner {
  position: relative;
  overflow: hidden;
}
.cpwdHistoricalBackgroundSec .cpwdHistoricalBackgroundInner::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 100%;
  height: 100%;
  background-image: url(../images/img/about-us/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
}

.cpwdHistoricalBackgroundBox {
  background-color: #1968cf;
  padding: 40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 1;
}
.cpwdHistoricalBackgroundBox .cpwdHeadingCommon h2 {
  color: #fff;
}
.cpwdHistoricalBackgroundBox .cpwdHeadingCommon h2::after {
  background-image: url(../images/img/title-line-white.png);
}
.cpwdHistoricalBackgroundBox p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.cpwdHistoricalBackgroundBox .cpwdHistoricalBackgroundList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 0;
}
.cpwdHistoricalBackgroundBox .cpwdHistoricalBackgroundList .cpwdHistoricalBackgroundListCol ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cpwdHistoricalBackgroundBox .cpwdHistoricalBackgroundList .cpwdHistoricalBackgroundListCol ul li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.cpwdHistoricalBackgroundBox .cpwdHistoricalBackgroundList .cpwdHistoricalBackgroundListCol ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../images/img/about-us/checked.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.cpwdOurUnitsSec {
  padding: 80px 0;
  background-image: url(../images/img/about-us/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cpwdOurUnitsSec .cpwdOurUnitsInner .cpwdOurUnitsCarousel {
  position: relative;
}
.cpwdOurUnitsSec .cpwdOurUnitsInner .cpwdOurUnitsCarousel .ourUnitsOwlCarousel .projectBox {
  overflow: hidden;
}
.cpwdOurUnitsSec .cpwdOurUnitsInner .cpwdOurUnitsCarousel .ourUnitsOwlCarousel .projectBox a {
  display: block;
}
.cpwdOurUnitsSec .cpwdOurUnitsInner .cpwdOurUnitsCarousel .ourUnitsOwlCarousel .projectBox a .projectBoxInner {
  position: relative;
}
.cpwdOurUnitsSec .cpwdOurUnitsInner .cpwdOurUnitsCarousel .ourUnitsOwlCarousel .projectBox a .projectBoxInner .projectTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
}
.cpwdOurUnitsSec .cpwdOurUnitsInner .cpwdOurUnitsCarousel .ourUnitsOwlCarousel .projectBox a .projectBoxInner .projectTxt h4 {
  margin-bottom: 5px;
}
.cpwdOurUnitsSec .cpwdOurUnitsInner .cpwdOurUnitsCarousel .ourUnitsOwlCarousel .projectBox a .projectBoxInner .projectTxt span {
  text-decoration: underline;
}
.cpwdOurUnitsSec .cpwdOurUnitsInner .owlControlGroup {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 20px;
  width: fit-content !important;
}

.ourUnitsOwlCarousel .owl-nav {
  display: none;
}

.cpwdSurveyProcurementSec {
  background-image: url(../images/img/about-us/bg4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cpwdGenesisImgInner a.flVideo {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

/**********/
.cpwdTimeline {
  display: flex;
  overflow-x: hidden;
  max-width: fit-content;
  margin: 0 auto;
}

.cpwdTimeline .cpwdTimelineItem {
  font-family: sans-serif;
  border-radius: 8px;
  background: transparent;
  color: white;
  margin: 2rem 1rem;
}

.cpwdTimeline .cpwdTimelineItem:nth-child(even) {
  padding-top: 90px;
  margin-left: -300px;
}

.cpwdTimelineSec {
  padding: 150px 0 80px;
  position: relative;
  background-image: url(../images/img/about-us/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #cddcef;
}
.cpwdTimelineSec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../images/img/mask1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.cpwdTimelineSec .cpwdTimelineOuter .container-space {
  padding: 0px 0px 0 20px;
  overflow: hidden;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner {
  display: flex;
  gap: 80px;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent {
  display: flex;
  align-items: center;
  width: 400px;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent .cpwdTimelineHeadingContentInner .cpwdTimelineHeading {
  position: relative;
  width: fit-content;
  margin-bottom: 40px;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent .cpwdTimelineHeadingContentInner .cpwdTimelineHeading::before {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 100px;
  height: 20px;
  background-image: url(../images/img/title-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent .cpwdTimelineHeadingContentInner .cpwdTimelineHeading::after {
  content: "";
  background-image: url(../images/img/about-us/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -58px;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent .cpwdTimelineHeadingContentInner .cpwdTimelineHeading span {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent .cpwdTimelineHeadingContentInner .cpwdTimelineHeading h4 {
  font-size: 52px;
  text-transform: uppercase;
  color: #1968cf;
  font-weight: 800;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent .cpwdTimelineHeadingContentInner .cpwdTimelinePara p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider {
  background-image: url(../images/img/about-us/timeline-bg2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(100% - 400px);
  padding-left: 80px;
  position: relative;
  cursor: grab;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineContent {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: 130px 350px;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineContent .cpwdTimelineImg img {
  width: 100%;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineContent .cpwdTimelineTxt h4 {
  color: #1868ce;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineContent .cpwdTimelineTxt p {
  font-size: 16px;
  display: inline;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineContent .cpwdTimelineTxt a {
  font-size: 16px;
  color: #1968cf;
}
.cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineYear span.cpwdTlYearInner {
  font-size: 70px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

/**********/
.cpwdFilter {
  background: #fff;
}
.cpwdFilter .cpwdFilterBtn .cpwdFilterInner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  background: #fff;
  padding: 20px 0;
  border-radius: 10px;
}
.cpwdFilter .cpwdFilterBtn .cpwdFilterInner h5 {
  font-weight: 500;
  font-size: 22px;
  color: #000;
}
.cpwdFilter .cpwdFilterBtn .cpwdFilterInner span {
  font-weight: 500;
  font-size: 22px;
  color: #000;
}

.scrollNav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #a4b0c0;
  width: fit-content;
  padding: 20px 12px;
  border-radius: 50px;
  position: fixed;
  right: 14px;
  z-index: 6;
  transform: translateY(-50%);
  top: 50%;
}
.scrollNav a {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.scrollNav a.active {
  background-color: #1968cf;
}

/* Tooltip container */
.scrollNavTooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* dotted underline */
  cursor: help; /* cursor style */
  margin-right: 20px; /* spacing between links */
  margin: 0;
}

/* Tooltip text */
.scrollNavTooltip .tooltiptext {
  visibility: hidden;
  width: fit-content;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 5px 14px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  text-wrap: nowrap;
}

/* Tooltip arrow on the right */
.scrollNavTooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px; /* adjust the arrow to the right */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #333; /* set the border on the right */
}

/* Show tooltip on hover */
.scrollNavTooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*data table css start*/
.cpwdOfficeTblInner table.dataTable.display > tbody > tr.odd > .sorting_1, .cpwdOfficeTblInner table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1, .cpwdOfficeTblInner table.dataTable.stripe > tbody > tr.odd > *, .cpwdOfficeTblInner table.dataTable.display > tbody > tr.odd > *, .cpwdOfficeTblInner table.dataTable.display > tbody > tr.even > .sorting_1, .cpwdOfficeTblInner table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1, .cpwdOfficeTblInner table.dataTable.hover > tbody > tr:hover > *, .cpwdOfficeTblInner table.dataTable.display > tbody > tr:hover > * {
  box-shadow: unset;
}
.cpwdOfficeTblInner .dataTables_wrapper .dataTables_length, .cpwdOfficeTblInner .dataTables_wrapper .dataTables_filter {
  margin-bottom: 20px;
}
.cpwdOfficeTblInner .cpwdDataTableOffice {
  border-radius: 10px;
  overflow: hidden;
}
.cpwdOfficeTblInner .cpwdDataTableOffice thead {
  background-color: #1968cf;
  color: #fff;
}
.cpwdOfficeTblInner .cpwdDataTableOffice tbody {
  background-color: #fff;
}
.cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button.current, .cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  background-color: #0d6efd;
  border-color: #0d6efd;
  border-radius: 6px;
}
.cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #0d6efd !important;
}
.cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button.first.disabled, .cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, .cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled {
  border: 1px solid #0d6efd;
  border-radius: 6px;
  color: #0d6efd !important;
  background-color: transparent;
}
.cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button.next, .cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button.last, .cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button.first {
  background-color: #0d6efd;
  border: 1px solid #0d6efd;
  border-radius: 6px;
  color: #fff !important;
}
.cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: transparent;
  border-color: transparent;
  box-shadow: unset;
}
.cpwdOfficeTblInner .dataTables_wrapper .dataTables_info {
  font-weight: 600;
}
.cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate, .cpwdOfficeTblInner .dataTables_wrapper .dataTables_info {
  margin-top: 20px;
}
.cpwdOfficeTblInner .dataTables_wrapper .dataTables_paginate a {
  margin-bottom: 10px;
  margin-right: 5px;
}

/*data table css end*/
.cpwdOfficeFilterInner {
  position: relative;
}
.cpwdOfficeFilterInner .cpwdCloseToggle {
  position: absolute;
  right: 0;
  top: 0;
  color: #111;
}

/*  cpwd Employee Login css start */
.cpwdEmployeeLogin {
  width: 100%;
  background-image: url(../images/img/about-us/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* cpwdEmployeeFaq css start */
.cpwdEmployeeFaq {
  width: 100%;
  background-image: url(../images/img/about-us/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
}

/*responsive css*/
@media only screen and (min-width: 1440px) {
  .custom-container-xxl {
    max-width: 1350px;
  }
}
@media only screen and (min-width: 1600px) {
  .custom-container-xxl {
    max-width: 1500px;
  }
}
@media only screen and (min-width: 1700px) {
  .custom-container-xxl {
    max-width: 1600px;
  }
}
@media only screen and (max-width: 1899px) {
  .cpwdTimeline .cpwdTimelineItem:nth-child(even) {
    padding-top: 76px;
  }
}
@media only screen and (max-width: 1699px) {
  .cpwdTimeline .cpwdTimelineItem:nth-child(even) {
    padding-top: 64px;
  }
}
@media only screen and (max-width: 1599px) {
  .cpwdVideo .cpwdVideoOuter .cpwdVideoCategories {
    left: 20%;
  }
  .cpwdTimeline .cpwdTimelineItem:nth-child(even) {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1499px) {
  .cpwdTimeline .cpwdTimelineItem:nth-child(even) {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li .counter-txt .counter-count {
    font-size: 50px;
  }
  .cpwdTimelineSec {
    padding: 100px 0 80px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineYear span.cpwdTlYearInner {
    font-size: 50px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineYear span.cpwdTlYearInner img {
    width: 26px;
  }
  .cpwdTimeline .cpwdTimelineItem:nth-child(even) {
    padding-top: 37px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li .counter-txt .counter-count {
    font-size: 38px;
  }
  .cpwdTimeline .cpwdTimelineItem:nth-child(even) {
    padding-top: 15px;
  }
  .cpwdVideo .cpwdVideoOuter .cpwdVideoCategories {
    left: 25%;
  }
  .cpwdListContractorsCardGroup .row {
    gap: 20px 0;
  }
  .cpwdVisitBtn .view-btn {
    width: 200px;
  }
  .cpwdContractorsManagement .cpwdContractorsManagementSystem .cpwdContractorsManagementTxt {
    width: 100%;
  }
  .cpwdContractorsManagement .cpwdContractorsManagementSystem {
    margin-bottom: 40px;
  }
  .cpwdContractorsManagement .cpwdVisitBtn {
    justify-content: center;
  }
  .cpwdSurveyProcurement .cpwdSurveyProcurementInner .row {
    gap: 20px 0;
  }
  .cpwdKnowledgeVideosFilter {
    border-radius: 0px;
    margin-bottom: 40px;
    position: fixed;
    z-index: 99;
    background: #fff;
    left: 0;
    padding: 20px;
    top: 0;
    overflow-y: scroll;
    width: 400px;
    transform: translateX(-500px);
    transition: all 0.5s ease;
    box-shadow: 0 0 10px 1px #363535;
  }
  .cpwdKnowledgeVideosFilter.active {
    transform: translateX(0px);
  }
  .cpwdOfficeFilter {
    border-radius: 0px;
    margin-bottom: 40px;
    position: fixed;
    z-index: 99;
    background: #fff;
    left: 0;
    padding: 20px;
    top: 0;
    overflow-y: scroll;
    width: 400px;
    transform: translateX(-500px);
    transition: all 0.5s ease;
    box-shadow: 0 0 10px 1px #363535;
  }
  .cpwdOfficeFilter.active {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 991px) {
  .cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter {
    gap: 18px;
  }
  .cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter .cpwdVideoCategoriesNav {
    height: 160px;
  }
  .cpwdVideo .cpwdVideoOuter .cpwdVideoCategories {
    left: 30%;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner {
    flex-direction: column;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider {
    width: 100%;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineContent .cpwdTimelineTxt p,
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineContent .cpwdTimelineTxt a {
    font-size: 14px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent .cpwdTimelineHeadingContentInner .cpwdTimelineHeading h4 {
    font-size: 32px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent .cpwdTimelineHeadingContentInner .cpwdTimelineHeading span {
    font-size: 16px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent .cpwdTimelineHeadingContentInner .cpwdTimelineHeading::after {
    width: 30px;
    height: 30px;
    right: -40px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent {
    width: 98%;
  }
  .cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .cpwdGenesisContent {
    margin-bottom: 20px;
  }
  .cpwdHeadingCommon h2 {
    font-size: 30px;
  }
  .cpwdHeadingCommon h2::after {
    width: 100px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .circle img {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .scrollNav {
    display: none;
  }
  .cpwdVideo .cpwdVideoOuter .cpwdVideoCategories {
    left: 30%;
    position: static;
    transform: unset;
    border-radius: 0;
    margin: 15px;
  }
  .cpwdOfficeFilter .cpwdOfficeSelectGroup {
    padding: 20px 0;
  }
  .cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter::after {
    background: rgb(9, 37, 76);
  }
  .cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter .cpwdVideoCategoriesNav {
    height: 320px;
  }
  .cpwdPaginationBox {
    flex-direction: column;
  }
  .cpwdOffice {
    padding: 40px 0px;
  }
  .cpwdPaginationBox .cpwdPagination .pagination {
    flex-wrap: wrap;
  }
  .cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementContent h4 {
    font-size: 24px;
  }
  .cpwdContractorsManagement .cpwdContractorsManagementSystem .cpwdContractorsManagementTxt h5 {
    font-size: 26px;
  }
  .cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsHead h2 {
    font-size: 30px;
  }
  .cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsHead h2::after {
    width: 100px;
  }
  .cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup {
    margin-top: 20px;
  }
  .cpwdListContractors,
  .cpwdContractorsManagement,
  .cpwdCircularsRelated,
  .cpwdSurveyProcurement {
    padding: 40px 0;
  }
  .cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard .cpwdCircularsRelatedTxt p {
    font-size: 16px;
  }
  .cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup .cpwdCircularsRelatedCard {
    padding: 40px 20px;
  }
  .cpwdTopBanner .cpwdTopBannerInner .breadcrumb li a,
  .cpwdTopBanner .cpwdTopBannerInner .breadcrumb li {
    font-size: 14px;
  }
  .cpwdTopBanner {
    padding: 40px 0px;
  }
  .cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedHeading h2::after {
    width: 100px;
  }
  .cpwdKnowledgeVideosFilter .cpwdKnowledgeVideosFilterInner .cpwdKnowledgeOptGroup .cpwdFormCheck label {
    font-size: 14px;
  }
  .cpwdTopBanner .cpwdTopBannerInner .cpwdVideoSearch form .input-group input,
  .cpwdTopBanner .cpwdTopBannerInner .cpwdVideoSearch form .input-group input::placeholder {
    font-size: 14px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineYear span.cpwdTlYearInner img {
    width: 16px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineContent {
    grid-template-columns: 100px 300px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineContent .cpwdTimelineTxt h4 {
    font-size: 16px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider .cpwdTimeline .cpwdTimelineItem .cpwdTimelineItemInner .cpwdTimelineYear span.cpwdTlYearInner {
    font-size: 30px;
  }
  .cpwdTimeline .cpwdTimelineItem:nth-child(even) {
    padding-top: 44px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner iframe {
    height: 360px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner {
    padding: 20px 20px 20px 0px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg.aboutCpwdSec .cpwdGenesisImgInner {
    padding: 20px 0px 20px 20px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg.aboutCpwdSec .cpwdGenesisImgInner::after {
    width: 200px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo .ytVideoCover {
    height: 360px;
  }
  .cpwdGenesisSec, .cpwdOurUnitsSec {
    padding: 40px 0;
  }
  .cpwdGenesisImg {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo.ytCpwdGenesisBgvideo .cwpdTogglePlay {
    bottom: 158px;
  }
  .cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li .counter-txt .counter-count::after {
    right: -19px;
  }
  .cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter {
    gap: 15px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo.ytCpwdGenesisBgvideo .cwpdTogglePlay img {
    width: 80px;
  }
  .cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter .cpwdVideoCategoriesNav ul li a {
    font-size: 14px;
  }
  .cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCategoriesHead h5 {
    font-size: 16px;
  }
  .cpwdVideo .cpwdVideoOuter .cpwdFullVideoInner .cpwdFullVideoBtn {
    top: 10px;
    right: 10px;
  }
  .cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCategoriesHead h5 img {
    width: 20px;
  }
  .cpwdOffice {
    padding: 40px 0px;
  }
  .cpwdOffice .cpwdOfficeTbl .cpwdOfficeTblInner .table {
    font-size: 12px;
  }
  .cpwdContractorsManagement .cpwdContractorsManagementSystem {
    flex-direction: column;
  }
  .cpwdContractorsManagement .cpwdContractorsManagementSystem .cpwdContractorsManagementTxt {
    text-align: center;
  }
  .cpwdContractorsManagement .cpwdContractorsManagementSystem .cpwdContractorsManagementTxt h5 {
    font-size: 20px;
  }
  .cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsHead h2 {
    font-size: 26px;
  }
  .cpwdTopBanner .cpwdTopBannerInner h5 {
    font-size: 25px;
  }
  .cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedCardGroup {
    grid-template-columns: repeat(1, 1fr);
  }
  .cpwdTopBanner .cpwdTopBannerInner .breadcrumb li a,
  .cpwdTopBanner .cpwdTopBannerInner .breadcrumb li {
    font-size: 12px;
  }
  .cpwdCircularsRelated .cpwdCircularsRelatedInner .cpwdCircularsRelatedContent .cpwdCircularsRelatedHeading h2 {
    font-size: 20px;
  }
  .cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard {
    flex-direction: column;
  }
  .cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard::before {
    width: 100%;
    height: 100px;
  }
  .cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementContent h4 {
    font-size: 18px;
  }
  .cpwdContractorsManagement .cpwdContractorsManagementSystem .cpwdContractorsManagementTxt p,
  .cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .cpwdListContractorsContent p {
    font-size: 14px;
  }
  .cpwdListContractors .cpwdListContractorsInner .cpwdListContractorsCardGroup .cpwdListContractorsCard .cpwdListContractorsContent h4 {
    font-size: 18px;
  }
  .cpwdTopBanner .cpwdTopBannerInner h5 {
    font-size: 20px;
  }
  .cpwdKnowledgeVideosFilter .cpwdKnowledgeVideosFilterInner .cpwdKnowledgeOptGroup .cpwdFormCheck label {
    font-size: 12px;
  }
  .cpwdKnowledgeVideos .cpwdKnowledgeVideosInner .cpwdKnowledgeVideosCard .cpwdKnowledgeVideosContent h4 {
    font-size: 14px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineHeadingContent .cpwdTimelineHeadingContentInner .cpwdTimelinePara p {
    font-size: 14px;
  }
  .cpwdTimelineSec,
  .cpwdMissionVision {
    padding: 40px 0;
  }
  .cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdSurveyProcurement {
    padding: 0;
    margin-bottom: 10px;
  }
  .cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li .counter-txt .counter-count {
    font-size: 26px;
  }
  .cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter li .counter-txt p,
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisContent .cpwdGenesisContentPara p,
  .cpwdHistoricalBackgroundBox p,
  .cpwdHistoricalBackgroundBox .cpwdHistoricalBackgroundList .cpwdHistoricalBackgroundListCol ul li {
    font-size: 14px;
  }
  .cpwdHistoricalBackgroundBox .cpwdHistoricalBackgroundList {
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner::after {
    width: 200px;
  }
  .cpwdTimelineSec .cpwdTimelineOuter .cpwdTimelineInner .cpwdTimelineSlider {
    padding-left: 30px;
  }
  .cpwdMissionVision .cpwdMissionVisionInner .cpwdMissionVisionCard .cpwdMissionVisionCounter .national-counter {
    grid-template-columns: repeat(1, 1fr);
  }
  .cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard {
    padding: 40px 15px;
  }
  .cpwdTimeline .cpwdTimelineItem:nth-child(even) {
    padding-top: 15px;
  }
  .cpwdHistoricalBackgroundBox {
    padding: 15px;
  }
  .cpwdHeadingCommon h2 {
    font-size: 25px;
  }
  .cpwdSurveyProcurementContent p {
    font-size: 14px;
  }
  .cpwdOurUnitsSec .cpwdOurUnitsInner .ourUnitsOwlCarousel .projectBox a .projectBoxInner .projectTxt h4 {
    font-size: 18px;
  }
  .cpwdOurUnitsSec .cpwdOurUnitsInner .ourUnitsOwlCarousel .projectBox a .projectBoxInner .projectTxt span {
    font-size: 12px;
  }
  .cpwdKnowledgeVideosFilter, .cpwdOfficeFilter {
    width: 300px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg.aboutCpwdSec .cpwdGenesisImgInner::after {
    width: 150px;
  }
  .cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard::after {
    top: 104px;
    left: 0;
  }
  .cpwdSurveyProcurement .cpwdSurveyProcurementInner .cpwdSurveyProcurementCard .cpwdSurveyProcurementContent {
    position: relative;
    z-index: 2;
    text-align: left;
    width: 100%;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner img {
    width: 80px;
  }
}
@media only screen and (max-width: 350px) {
  .cpwdVideo .cpwdVideoOuter .cpwdVideoCategories .cpwdVideoCategoriesOuter .cpwdVideoCategoriesInner .cpwdVideoCatgNavOuter .cpwdVideoCategoriesNav ul li a {
    font-size: 12px;
  }
  .cpwdTimeline .cpwdTimelineItem:nth-child(even) {
    padding-top: 10px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner {
    padding: 10px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner::after {
    width: 100px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner iframe {
    height: 300px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg.aboutCpwdSec .cpwdGenesisImgInner::after {
    width: 100px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo.ytCpwdGenesisBgvideo .cwpdTogglePlay {
    bottom: 204px;
  }
  .cpwdGenesisSec .cpwdcpwdGenesisInner .cpwdGenesisImg .cpwdGenesisImgInner .ytCpwdGenesisvideo .ytVideoCover {
    height: 300px;
  }
}
.footer-wrapper .top-footer {
  background: url("../images/bg-footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  width: 100%;
  height: 100%;
}
.footer-wrapper .top-footer .row {
  row-gap: 15px;
  align-items: center;
}
.footer-wrapper .top-footer .footer-logo {
  display: inline-block;
}
.footer-wrapper .top-footer .address-wrap li {
  display: flex;
  column-gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.footer-wrapper .top-footer .address-wrap li:last-child {
  margin-bottom: 0;
}
.footer-wrapper .top-footer .address-wrap li span {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-wrapper .top-footer .address-wrap li a, .footer-wrapper .top-footer .address-wrap li p {
  color: #ffffff;
}
.footer-wrapper .top-footer .follow-wrap h4 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 12px;
}
.footer-wrapper .top-footer .follow-wrap ul {
  display: flex;
  column-gap: 35px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 30px 0;
}
.footer-wrapper .top-footer .follow-wrap ul li a img {
  width: 45px;
}
.footer-wrapper .top-footer .follow-wrap .feedback-btn {
  width: 100%;
  max-width: 180px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
}
.footer-wrapper .top-footer .footer-media {
  display: flex;
  column-gap: 10px;
}
.footer-wrapper .top-footer .footer-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.5s;
}
.footer-wrapper .top-footer .footer-media a svg {
  width: 15px;
  fill: #ffffff;
}
.footer-wrapper .top-footer .footer-media a:hover {
  transform: translateY(-10px);
}
.footer-wrapper .top-footer .footer-media a.twitter {
  background-color: #00a6de;
  border-color: #00a6de;
}
.footer-wrapper .top-footer .footer-media a.facebook {
  background-color: #334c8c;
  border-color: #334c8c;
}
.footer-wrapper .top-footer .footer-media a.linkedin {
  background-color: #0b69c7;
  border-color: #0b69c7;
}
.footer-wrapper .top-footer .footer-media a.you-tube {
  background-color: #f60000;
  border-color: #f60000;
}
.footer-wrapper .foot-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.footer-wrapper .foot-wrap .f-logo {
  max-width: 250px;
}
.footer-wrapper .center-footer {
  background-color: #051c3a;
  padding: 15px 0;
}
.footer-wrapper .center-footer .row {
  row-gap: 15px;
}
.footer-wrapper .center-footer .row .footer-menu {
  display: flex;
}
.footer-wrapper .center-footer .row .footer-menu li {
  border-right: 1px solid #ffffff;
  padding: 0 24px;
  transition: all 0.5s;
}
.footer-wrapper .center-footer .row .footer-menu li a {
  color: #ffffff;
}
.footer-wrapper .center-footer .row .footer-menu li:last-child {
  border-right: 0;
}
.footer-wrapper .center-footer .row .footer-menu li:hover a {
  color: #1968cf;
}
.footer-wrapper .center-footer .row .footer-count-img {
  display: flex;
  justify-content: end;
  align-items: center;
}
.footer-wrapper .center-footer .row .footer-count-img p {
  color: #111;
  background: #fff;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 16px;
}
.footer-wrapper .center-footer .row .footer-count-img span {
  color: #ffffff;
  display: inline-block;
  background-color: #2f4eff;
  padding: 5px 10px;
  font-size: 16px;
  height: 100%;
}
.footer-wrapper .center-footer .row .footer-count-img img {
  width: 100%;
}
.footer-wrapper .bottom-footer {
  background-color: #051c3a;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-wrapper .bottom-footer .row {
  row-gap: 15px;
  align-items: center;
}
.footer-wrapper .bottom-footer .row p {
  color: #ffffff;
  text-align: center;
}
.footer-wrapper .bottom-footer .row .bottom-footer-img {
  display: flex;
  justify-content: end;
  column-gap: 35px;
  flex-wrap: wrap;
  row-gap: 15px;
}

.accordion5-wrapper .accordion-button {
  background-color: transparent;
}
.accordion5-wrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion5-wrapper .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.accordion5-wrapper .accordion-button:after {
  background-image: none;
}
.accordion5-wrapper .accordion-item {
  border: none;
  background-color: transparent;
}
.accordion5-wrapper .accordion-item .accordion-header button {
  position: relative;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  transition: all 0.5s;
}
.accordion5-wrapper .accordion-item .accordion-header button:before {
  content: "+";
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: absolute;
  right: 23px;
  top: 10px;
  z-index: 9;
  color: #ffffff;
}
.accordion5-wrapper .accordion-item .accordion-header button:not(.collapsed):before {
  content: "-";
  right: 25px;
  font-size: 24px;
}
.accordion5-wrapper .accordion-item .accordion-body {
  padding: 20px 0;
}
.accordion5-wrapper .accordion-item .accordion-body ul li {
  color: #ffffff;
  margin-bottom: 10px;
}
.accordion5-wrapper .accordion-item .accordion-body ul li:last-child {
  margin-bottom: 0;
}

/*---- responsive -----*/
@media (max-width: 1600px) {
  .footer-wrapper .center-footer .row .footer-menu li {
    padding: 0 18px;
  }
  .footer-wrapper .center-footer .row .footer-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .footer-wrapper .center-footer .row .footer-menu li {
    padding: 0 10px;
  }
  .footer-wrapper .foot-wrap .f-logo {
    max-width: 150px;
  }
  .footer-wrapper .center-footer .row .footer-count-img p {
    font-size: 14px;
  }
  .footer-wrapper .center-footer .row .footer-count-img span {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .foot-wrap {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: flex-start !important;
  }
  .footer-count-img {
    justify-content: flex-start !important;
  }
}
@media (max-width: 991px) {
  .footer-wrapper .center-footer .row .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrapper .bottom-footer p {
    text-align: center;
  }
  .footer-wrapper .bottom-footer .row .bottom-footer-img {
    justify-content: center;
  }
  .container-space {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .footer-wrapper .center-footer .row .footer-count-img img {
    width: auto;
  }
  .footer-wrapper .center-footer .row .footer-menu {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .footer-wrapper .center-footer .row .footer-menu li {
    padding: 0 10px;
  }
  #scroll-down-animation {
    display: none;
  }
  .slide-nav .owl-carousel .owl-dots .owl-dot::after {
    left: 20px;
  }
}/*# sourceMappingURL=style.css.map */

.d-none{
  display:none;
}