@import url("../fonts/Gilroy_fonts/stylesheet.css");
html, body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

ul,
li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

textarea {
  resize: vertical;
}

a:hover {
  text-decoration: none;
}

* html .clearfix {
  height: 1%;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
span,
p,
a,
label {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.ease,
a,
input[type=submit],
button {
  transition: all 0.5s ease;
}

.relative {
  position: relative;
}

.clearfix {
  display: block;
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.middle-div {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hori-div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.relative, .rel {
  position: relative;
}

.absolute, .abs {
  position: absolute;
}

input:focus, button:focus, textarea:focus {
  outline: none;
}

.z-top {
  position: relative;
  z-index: 80;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
}

.navbar-toggler {
  display: block;
  padding: 27px 19px;
  width: 18px;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  background-clip: content-box;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #fff;
  transform: scale(1.2);
}

.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler:before, .navbar-toggler:after {
  position: relative;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  transition: transform 500ms ease-in-out;
}

.navbar-toggler:before {
  top: -6px;
}

.navbar-toggler:after {
  bottom: -4px;
}

.navbar-toggler__text {
  display: none;
}

.navbar-toggler--active {
  background-color: rgba(255, 255, 255, 0);
  transition-delay: 0s;
}

.navbar-toggler--active:before {
  transform: translateY(6px) rotate(-225deg);
}

.navbar-toggler--active:after {
  transform: translateY(-6px) rotate(225deg);
}

body {
  font-family: "Poppins", sans-serif;
}

#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
}

#site-header.hide {
  top: -130px;
}

.container-fluid {
  padding: 0 5%;
  max-width:1440px;
}

.container-padding {
  padding: 0 100px;
}

header {
  background-color: #000000;
  padding: 20px 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .navbar-brand {
  display: inline-block;
  margin-bottom: -8rem;
}
header .navbar-brand img {
  width: 200px;
}
header .navbar-nav li:not(:last-child) {
  margin-right: 25px;
}
header .navbar-nav li a.menu-link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-toggle::after {
  content: "";
}

footer {
  padding: 50px 0 0;
  background-position: top;
}
footer .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-media a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
footer .social-media a:hover {
  background-color: #fff;
}
footer .social-media a:hover i {
  color: #0D1820;
}
footer .social-media a i {
  color: #fff;
  font-size: 20px;
}
footer .footer-links h2 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
footer .footer-links ul {
  -moz-column-count: 2;
       column-count: 2;
}
footer .footer-links ul li {
  margin-bottom: 10px;
}
footer .footer-links ul li a {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
footer .contact-info h2 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
footer .contact-info .contact-btn {
  background-color: #004C85;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
footer .contact-info ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
footer .contact-info ul li span {
  color: #fff;
  text-decoration: underline;
}
footer .contact-info ul li a {
  color: #fff;
}
footer .blue-strip {
  padding: 10px;
  background-color: #004C85;
  margin-top: 50px;
}
footer .blue-strip .note-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .blue-strip .note-row p {
  color: #fff;
  font-size: 14px;
}
footer .blue-strip .note-row ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .blue-strip .note-row ul li {
  line-height: 1;
}
footer .blue-strip .note-row ul li:not(:last-child) a {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
footer .blue-strip .note-row ul li a {
  line-height: 1;
  color: #fff;
  font-size: 14px;
}

.banner-section .banner-slider li img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .banner-slider li .slider-wrapper {
  position: relative;
}
.banner-section .banner-slider li .slider-wrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-section .banner-slider .owl-dots {
  position: absolute;
  z-index: 40;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40%;
  width: 100%;
}
.banner-section .banner-slider .owl-dots .owl-dot {
  background-color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
}
.banner-section .banner-slider .owl-dots .owl-dot.active {
  background-color: #0092FF;
}
.banner-section .banner-wrapper {
  z-index: 20;
}
.banner-section .banner-wrapper p {
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-section .banner-wrapper h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 600;
}
.banner-section .guide {
  position: absolute;
  bottom: 0;
  z-index: 20;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-padding {
  padding: 100px 0;
}

.block-wrapper h2 {
  font-size: 50px;
  font-weight: bold;
  color: #004C85;
  margin-bottom: 10px;
}
.block-wrapper .line {
  border-top: 1px solid #004C85;
  padding: 1px;
  margin: 10px 0;
  width: 143px;
}
.block-wrapper p {
  font-size: 20px;
  font-weight: 500;
}

.btn-primary {
  background-color: #004C85;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}

.section-heading {
  margin-bottom: 50px;
}
.section-heading h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #004C85;
  font-weight: bold;
}
.section-heading .line {
  border-top: 1px solid #004C85;
  padding: 1px;
  margin: 10px auto;
  width: 143px;
}
.section-heading p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.we-can-help {
  background-color: #EFEFEF;
}

.group-list li .wrapper {
  min-height: 570px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  background-size: 100% 70%;
  background-position: top;
  transition: all 0.3s ease-in-out;
}
.group-list li .wrapper:hover {
  align-items: center;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.group-list li .wrapper:hover .shape {
  display: block;
}
.group-list li .wrapper:hover:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #004C85;
  opacity: 37%;
  position: absolute;
  left: 0;
  top: 0;
}
.group-list li .wrapper:hover .bottom-wrapper {
  padding: 0;
  background-color: transparent;
}
.group-list li .wrapper:hover .bottom-wrapper .group-name {
  color: #fff;
}
.group-list li .wrapper:hover .icon-wrapper {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 76, 133) 100%) !important;
  border: none !important;
}
.group-list li .wrapper .bottom-wrapper {
  background: #fff;
  text-align: center;
  padding: 10px 20px 50px;
  width: 100%;
  position: relative;
  z-index: 20;
}
.group-list li .wrapper .bottom-wrapper .icon-wrapper {
  border: 10px solid #EFEFEF;
  background-color: #004C85;
  height: 161px;
  width: 161px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -70px;
}
.group-list li .wrapper .bottom-wrapper .group-name {
  color: #004C85;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  margin-top: 20px;
}
.group-list li .wrapper .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 30;
}
.group-list li .wrapper .shape .shape-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.group-list li .wrapper .shape a {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.impact-list {
  padding: 0 100px;
}
.impact-list .impact-wrapper {
  min-height: 500px;
}
.impact-list .impact-wrapper:hover .impact-overlay {
  display: block;
}
.impact-list .impact-wrapper .impact-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  text-align: center;
  color: #fff;
  display: none;
}
.impact-list .impact-wrapper .impact-overlay .project-location {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.impact-list .impact-wrapper .impact-overlay .line {
  border-top: 1px solid #fff;
  padding: 1px;
  margin: 10px auto;
  width: 87px;
}
.impact-list .impact-wrapper .impact-overlay .project-name {
  font-size: 30px;
  margin-bottom: 10px;
}
.impact-list .impact-wrapper .impact-overlay p {
  font-size: 16px;
}

.impact .nav-arrows {
  padding: 0 100px;
  position: absolute;
  left: 0;
  z-index: 20;
  top: 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
.impact .nav-arrows div {
  pointer-events: all;
  cursor: pointer;
}
.impact .nav-arrows div img {
  width: 60px;
}

.logo-section {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
.logo-section .design-1 {
  position: absolute;
  left: -10vw;
  top: 10%;
  max-width: 400px;
}
.logo-section .design-2 {
  position: absolute;
  right: -10vw;
  bottom: 15%;
  max-width: 400px;
}
.logo-section .logo-wrapper img {
  margin-bottom: 10px;
}

.testimony {
  background-color: #EFEFEF;
}
.review-list .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.review-list li{
    height:100%;
}
.review-list li .review-wrapper,.review-list-area li .review-wrapper {
  background-color: #1E1E1E;
  border-radius: 20px;
  overflow: hidden;
  height:100%;
}
.review-list li .review-wrapper .profile-wrapper,.review-list-area li .review-wrapper .profile-wrapper {
  background-color: #004C85;
  padding: 30px;
  height: 100%;
}
.review-list li .review-wrapper .profile-wrapper img,.review-list-area li .review-wrapper .profile-wrapper img {
  height: 170px;
  width: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.review-list li .review-wrapper .review-content,.review-list-area li .review-wrapper .review-content {
  padding: 20px;
}
.review-list li .review-wrapper .review-content .stars,.review-list-area li .review-wrapper .review-content .stars {
  margin-bottom: 10px;
}
.review-list li .review-wrapper .review-content .stars i,.review-list-area li .review-wrapper .review-content .stars i {
  color: #fff;
}
.review-list li .review-wrapper .review-content p,.review-list-area li .review-wrapper .review-content p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.review-list li .review-wrapper .review-content h2,.review-list-area li .review-wrapper .review-content h2 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
}

.contact-section {
  padding: 70px 0;
}
.contact-section .c-wrapper {
  background-color: #fff;
  padding: 30px;
}
.contact-section .c-wrapper .form-wrapper h2 {
  color: #004C85;
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
}
.contact-section .c-wrapper .form-wrapper p {
  font-size: 15px;
  color: #171717;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-section .c-wrapper .form-wrapper .input-group {
  margin-bottom: 20px;
}
.contact-section .c-wrapper .form-wrapper .input-group label {
  font-size: 15px;
  color: #171717;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-section .c-wrapper .form-wrapper .input-group input {
  width: 100%;
  background-color: #EFEFEF;
  padding: 10px;
  color: #000;
  font-size: 15px;
  height: 43px;
  border: none;
}
.contact-section .c-wrapper .form-wrapper .input-group textarea {
  width: 100%;
  background-color: #EFEFEF;
  padding: 10px;
  color: #000;
  font-size: 15px;
  height: 112px;
  border: none;
}
.contact-section .c-wrapper .form-wrapper .input-select {
  margin-bottom: 20px;
}
.contact-section .c-wrapper .form-wrapper .input-select h3 {
  font-size: 15px;
  color: #171717;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-section .c-wrapper .form-wrapper .input-select .check-wrapper {
  display: flex;
  align-items: flex-start;
}
.contact-section .c-wrapper .form-wrapper .input-select .check-wrapper input {
  transform: scale(1.3);
  transform-origin: left center;
}
.contact-section .c-wrapper .form-wrapper .input-select .check-wrapper label {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
}
.contact-section .c-wrapper .form-wrapper-bg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.page-banner {
  min-height: 600px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.47;
}
.page-banner h1 {
  color: #fff;
  z-index: 20;
  position: relative;
  font-size: 60px;
  text-transform: uppercase;
  margin-top: 50px;
}

.blog-section {
  padding: 100px 0;
}
.blog-section .side-blog {
  position: sticky;
  top: 0;
}
.blog-section .side-blog .recent-post {
  padding: 20px;
}
.blog-section .side-blog .recent-post .panel-heading {
  text-align: center;
  background-color: #004C85;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.recent-list li:not(:last-child) {
  margin-bottom: 20px;
}
.recent-list li .post-wrapper {
  display: block;
}
.recent-list li .post-wrapper .blog-img {
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-list li .post-wrapper .post-wrapper {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.recent-list li .post-wrapper .date-comment {
  display: flex;
  align-items: center;
}
.recent-list li .post-wrapper .date-comment div {
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #000000;
  line-height: 1;
}
.recent-list li .post-wrapper .date-comment div:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
}

.side-panel {
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 60px;
}
.side-panel:after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgb(0, 76, 133) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.side-panel .content-panel {
  position: relative;
  z-index: 20;
  text-align: center;
}
.side-panel .content-panel h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.side-panel .content-panel a {
  border: 1px solid #fff;
  color: #fff;
  padding: 20px;
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-list li {
  margin-bottom: 50px;
}
.blog-list li .blog-wrapper img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.blog-list li .blog-wrapper .blog-info {
  padding: 0 10px;
}
.blog-list li .blog-wrapper .blog-info .blog-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-list li .blog-wrapper .blog-info .date-comment {
  display: flex;
  align-items: center;
}
.blog-list li .blog-wrapper .blog-info .date-comment div {
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1;
}
.blog-list li .blog-wrapper .blog-info .date-comment div:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
}
.blog-list li .blog-wrapper .blog-info p {
  font-size: 16px;
  font-weight: 300;
}
.blog-list li .blog-wrapper .blog-info a.read-more {
  font-size: 21px;
  font-weight: 600;
  color: #004C85;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}

.blog-content-inner .blog-wrapper img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.blog-content-inner .blog-wrapper .blog-info {
  padding: 0 10px;
}
.blog-content-inner .blog-wrapper .blog-info .blog-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-content-inner .blog-wrapper .blog-info .date-comment {
  display: flex;
  align-items: center;
}
.blog-content-inner .blog-wrapper .blog-info .date-comment div {
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1;
}
.blog-content-inner .blog-wrapper .blog-info .date-comment div:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
}
.blog-content-inner .blog-wrapper .blog-info p {
  font-size: 16px;
  font-weight: 300;
}
.blog-content-inner .blog-wrapper .blog-info a.read-more {
  font-size: 21px;
  font-weight: 600;
  color: #004C85;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}

.video-list {
  padding: 50px 0;
}
.video-list li {
  margin-bottom: 50px;
}
.video-list li .video-wrapper .video-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
}
.video-list li .video-wrapper .video-thumb .thumb {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-list li .video-wrapper .video-thumb .button {
  position: absolute;
}
.video-list li .video-wrapper .video-content {
  padding: 0 10px;
}
.video-list li .video-wrapper .video-content h2 {
  font-size: 25px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.video-list li .video-wrapper .video-content p {
  font-size: 16px;
}

.section-banner {
  min-height: 600px;
  padding: 50px 0;
}

.banner-title, .page-banner h1 {
  margin-top: 5rem;
  font-size: 50px;
}

.services-section {
  padding: 100px 0;
  overflow: hidden;
}

.service-list li {
  margin-bottom: 30px;
}
.service-list li .service-wrapper {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.service-list li .service-wrapper:hover .overlay-content {
  transform: translateY(0);
}
.service-list li .service-wrapper:hover .service-name-1 {
  opacity: 0;
  transform: translateY(-20rem);
}
.service-list li .service-wrapper img {
  width: 50%;
}
.service-list li .service-wrapper .overlay-image-1 {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.service-list li .service-wrapper .service-name {
  color: #fff;
  position: relative;
  z-index: 20;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-transform: uppercase;
}
.service-list li .service-wrapper .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
.service-list li .service-wrapper .overlay-content .service-name {
  margin-bottom: 30px;
}
.service-list li .service-wrapper .overlay-content p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.service-list li .service-wrapper .overlay-content a {
  border: 1px solid #FFFFFF;
  padding: 20px 50px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 50px;
}

.common-design-1 {
  position: absolute;
  left: -19vw;
  top: 3vw;
}

.common-design-2 {
  position: absolute;
  right: -19vw;
  bottom: 10vw;
}

.shop-side-bar {
  position: sticky;
  top: 0;
  left: 0;
}

.categories-wrapper .cat-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

/* --- fillter */
.range-slider {
  padding-top: 3.5em;
  position: relative;
  text-align: center;
}

.range-slider::before, .range-slider::after {
  content: " ";
  display: table;
}

.range-slider::after {
  clear: both;
}

.range-slider .track {
  bottom: 15px;
  height: 6px;
  left: 0;
  margin-bottom: -3px;
  position: absolute;
  width: 0;
  z-index: 50;
  border-radius: 15px;
}

.range-slider .track--full {
  background: #cccccc;
  width: 100%;
}

.range-slider .track--included {
  background: #004C85;
  border-radius: 3px;
}

.range-slider .slider-thumb {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  display: inline-block;
  height: 30px;
  position: absolute;
  width: 30px;
  z-index: 101;
  border: 7px solid #004C85;
  margin-top: -5px;
}

.range-slider [type=range] {
  -webkit-appearance: media-slider;
  background: none;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 75;
}

.range-slider [type=range]:focus {
  outline: none;
}

.range-slider [type=range]::-moz-focus-outer {
  border: 0;
}

.range-slider [type=range]:first-of-type {
  float: left;
  margin-bottom: -30px;
}

.range-slider [type=range]:last-of-type {
  float: right;
  margin-bottom: 0;
}

.range-slider [type=range]::-webkit-slider-runnable-track {
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}

.range-slider [type=range]::-ms-fill-lower {
  background: none;
  border: 0;
}

.range-slider [type=range]::-ms-fill-upper {
  background: none;
  border: 0;
}

.range-slider [type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  color: transparent;
  height: 6px;
  z-index: -1;
}

.range-slider [type=range]:focus::-ms-fill-lower {
  background: none;
  border: 0;
}

.range-slider [type=range]:focus::-ms-fill-upper {
  background: none;
  border: 0;
}

.range-slider [type=range]::-moz-range-track {
  -moz-appearance: none;
  background: none;
  border: 0;
  height: 6px;
  z-index: -1;
}

.range-slider [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #004C85;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: -12px;
  outline: 0;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
  opacity: 0;
}

.range-slider [type=range]::-ms-thumb {
  background: #004C85;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: 0;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
  opacity: 0;
}

.range-slider [type=range]::-moz-range-thumb {
  -moz-appearance: none;
  background: #004C85;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-top: -12px;
  pointer-events: all;
  position: relative;
  width: 30px;
  z-index: 100;
  opacity: 0;
}

.range-slider .output,
.range-slider output {
  background: none;
  border: none;
  border-radius: 4px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  height: 2.5em;
  font-size: 15px;
  left: 50%;
  line-height: 2.5em;
  padding: 0 0.75em;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, 0);
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.side-nav-header {
  color: #004C85;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 30px;
}

.filter-option {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-option button {
  border: none;
}
.filter-option p {
  font-size: 15px;
}

.product-list li {
  margin-bottom: 50px;
}
.product-list li .row {
  background-color: #EFEFEF;
}
.product-list li .row img {
  height: 323px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-list li .row .product-content {
  padding: 50px;
}
.product-list li .row .product-content .product-name {
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-list li .row .product-content .product-desc {
  font-size: 25px;
  font-weight: 600;
}
.product-list li .row .product-content .product-info {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-list li .row .product-content .product-info p {
  font-size: 16px;
  font-weight: 500;
}

.product-section .panel-1 .product-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
  margin-bottom: 20px;
}
.product-section .panel-1 a {
  display: block;
  text-align: center;
}
.product-section .panel-1 a img {
  margin-right: 10px;
}
.product-section .panel-2 .product-name {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
  line-height: 1;
}
.product-section .panel-2 .product-type {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-section .panel-2 .product-desc {
  margin-bottom: 50px;
}
.product-section .panel-2 .product-desc p {
  font-size: 17px;
  font-weight: 300;
}
.product-section .panel-2 .product-publish {
  font-size: 25px;
  font-weight: 500;
}
.product-section .panel-3 .form-wrapper {
  padding: 30px;
}
.product-section .panel-3 .form-wrapper .product-price {
  font-size: 40px;
  color: #004C85;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product-section .panel-3 .form-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #171717;
  margin-bottom: 20px;
}
.product-section .panel-3 .form-wrapper .input-group {
  margin-bottom: 10px;
}
.product-section .panel-3 .form-wrapper .input-group label {
  font-size: 16px;
  font-weight: 600;
  color: #171717;
  display: block;
  margin-bottom: 10px;
}
.product-section .panel-3 .form-wrapper .input-group select {
  width: 100%;
  display: block;
  background-color: #EFEFEF;
  border: none;
  height: 50px;
  padding: 10px;
}
.product-section .panel-3 .form-wrapper .total {
  border-top: 1px solid #707070;
  padding: 10px 0;
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-section .panel-3 .form-wrapper .total h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #004C85;
  font-size: 20px;
}
.product-section .panel-3 .form-wrapper .total h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #004C85;
  font-size: 25px;
}
.product-section .panel-3 .form-wrapper .submit {
  margin: 20px 0;
}
.product-section .panel-3 .form-wrapper .submit button {
  display: block;
  width: 100%;
}
.product-section .panel-3 .form-wrapper .submit button img {
  margin-left: 20px;
}

.product-feature {
  background-color: #EFEFEF;
}
.product-feature .list-heading {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #004C85;
}
.product-feature .feature-list {
  border-top: 1px solid rgba(54, 54, 54, 0.36);
  padding-top: 50px;
}
.product-feature .feature-list li {
  display: flex;
  margin-bottom: 20px;
}
.product-feature .feature-list li img {
  width: 35px;
  font-size: 24px;
  color: #707070;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}

.related-list li .product-wrapper {
  display: flex;
  align-items: center;
  background-color: #EFEFEF;
}
.related-list li .product-wrapper img {
  width: 50%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-list li .product-wrapper .product-content {
  padding: 20px;
}
.related-list li .product-wrapper .product-content h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
.related-list li .product-wrapper .product-content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.related-list li .product-wrapper .product-content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.related-list li .product-wrapper .product-content a {
  display: block;
  width: 100%;
  text-align: center;
}

.billing-info .bill-form .input-group label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.billing-info .bill-form .input-group input {
  width: 100%;
  padding: 10px;
  height: 60px;
  border: 1px solid #000000;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}
.billing-info .additional-option {
  position: sticky;
  top: 0;
  left: 0;
}
.billing-info .additional-option .input-group label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.billing-info .additional-option .input-group textarea {
  width: 100%;
  padding: 10px;
  height: 500px;
  border: 1px solid #000000;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}
.billing-info .other-info .order-wrapper .order-heading {
  font-size: 30px;
  text-transform: uppercase;
  color: #004C85;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.billing-info .other-info .order-wrapper .total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.billing-info .other-info .order-wrapper .total-row h2 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.billing-info .other-info .order-wrapper .total-compute {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.billing-info .other-info .order-wrapper .total-compute h2 {
  color: #004C85;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.billing-info .other-info .payment {
  margin-top: 20px;
}
.billing-info .other-info .payment .payment-row h2 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.billing-info .other-info .payment .payment-row div input {
  margin-right: 10px;
}
.billing-info .other-info .note {
  margin-bottom: 20px;
}
.billing-info .other-info .note p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.billing-info .other-info .submit-btn button {
  display: block;
  width: 100%;
  text-align: center;
}

.account-banner {
  min-height: 400px;
}
.account-banner h1 {
  margin-top: 10rem;
}

.form-account .input-group {
  margin-bottom: 30px;
}
.form-account .input-group h2 {
  font-size: 22px;
  font-weight: 500;
  color: #171717;
  margin-bottom: 10px;
}
.form-account .input-group input {
  border: 1px solid #004C85;
  height: 60px;
  padding: 10px 20px;
  color: #171717;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  width: 100%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.form-account .input-submit {
  margin-top: 20px;
  text-align: center;
}
.form-account .input-submit button {
  text-transform: uppercase;
  font-size: 19px;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.account-section {
  padding: 100px 0;
}

.form-option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.form-option img {
  margin-right: 10px;
}
.form-option a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #171717;
}
.form-option a span {
  font-weight: bold;
  color: #004C85;
  text-decoration: underline;
}

.verify-message {
  margin-bottom: 50px;
}
.verify-message h2 {
  font-size: 33px;
  font-weight: 600;
  color: #004C85;
  margin-bottom: 10px;
}
.verify-message p {
  font-size: 20px;
  font-weight: 500;
  color: #171717;
}

.recent-list li .post-wrapper .date-comment div {
  white-space: nowrap;
}

.impact-list .impact-wrapper .impact-overlay {
  overflow-y: auto;
}

.section-subcontent {
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
}

.line {
  border-top: 1px solid #004C85;
  padding: 1px;
  margin: 10px 0;
  width: 143px;
}

.service-list li .service-wrapper .overlay-content ul li {
  margin-bottom: 5px;
  text-align: left;
  list-style: disc;
}

.service-list li .service-wrapper .overlay-content ul {
  margin: 10px 0;
  padding-left: 20px;
}

.service-list li .service-wrapper .overlay-content .content-holder {
  overflow-y: auto;
  max-height: 500px;
  padding-right: 20px;
}

.service-list li .service-wrapper .service-name {
  text-transform: uppercase;
}

.primary-list {
  margin: 5px 20px 20px;
}
.primary-list li {
  list-style: disc;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.sec-1-img img, .sec-2-img img {
  width: 100% !important;
  height: 570px;
}

.cart-body {
  padding: 50px 0;
}
.cart-body .cart-heading {
  margin-bottom: 50px;
}
.cart-body .cart-heading h2 {
  font-size: 40px;
  font-weight: 500;
}
.cart-body .cart-heading p {
  font-size: 20px;
}
.cart-body .product-listing .product-item {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cart-body .product-listing .product-item .product-wrapper .product-name {
  font-size: 30px;
  color: #004C85;
  font-weight: 600;
  margin-bottom: 10px;
}
.cart-body .product-listing .product-item .product-wrapper .pdf-list .pdf-item {
  margin-bottom: 5px;
}
.cart-body .product-listing .product-item .product-wrapper .view-btn a {
  text-transform: uppercase;
  gap: 10px;
  display: flex;
  align-items: center;
}
.cart-body .product-listing .product-item .product-wrapper .license {
  margin-top: 10px;
}
.cart-body .product-listing .product-item .product-wrapper .license h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cart-body .product-listing .product-item .product-wrapper .license select {
  width: 100%;
  background-color: #EFEFEF;
  padding: 15px 10px;
  border: none;
}
.cart-body .product-listing .product-item .product-wrapper .price-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-body .product-listing .product-item .product-wrapper .price-option a {
  text-decoration: underline;
  font-size: 16px;
  color: #004C85;
  text-transform: uppercase;
}
.cart-body .product-listing .product-item .product-wrapper .price-option .price {
  color: #004C85;
  font-size: 30px;
  font-weight: 600;
}

.checkout-btns {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  max-width: 90%;
}
.checkout-btns a {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.checkout-btns a.continue-shopping {
  background-color: #004C85;
  text-align: center;
}
.checkout-btns a.clear-cart {
  background-color: #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.checkout-form {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
  position: sticky;
  top: 20px;
}
.checkout-form .checkout-btn {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #004C85;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  gap: 10px;
}
.checkout-form .sub-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}
.checkout-form .sub-item h2 {
  font-size: 16px;
  font-weight: 600;
  color: #171717;
  text-transform: uppercase;
}
.checkout-form .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}
.checkout-form .item.total {
  border-top: 1px solid #707070;
  padding-top: 10px;
}
.checkout-form .item h2 {
  font-size: 25px;
  font-weight: 600;
  color: #171717;
  text-transform: uppercase;
  color: #004C85;
}

.team-about {
  margin-top: 100px;
  margin-bottom: 50px;
}
.team-about .team-card {
  width: 100%;
}
.team-about .team-card .team-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}
.team-about .team-card .team-details {
  width: 100%;
}
.team-about .team-card .team-details .row {
  align-items: center;
}
.team-about .team-card .team-details .social-links i.fa {
  font-size: 20px;
}
.team-about .team-card .share-col {
  height: auto;
}
.team-about .team-content .member-name {
  font-size: 50px;
  color: #004C85;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.team-about .team-content .member-position {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}
.team-about .team-content .team-quote {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}
.team-about .team-content .team-bio p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
.team-about .team-content .team-bio ul {
  margin-left: 20px;
}
.team-about .team-content .team-bio ul li {
  list-style: disc;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px;
}

.company-logos {
  margin: 20px 0;
}
.company-logos img {
  height: 13vh;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .checkout-form {
    position: relative;
    top: 0;
    margin-top: 50px;
  }
  .checkout-btns {
    max-width: 100%;
  }
  .cart-body .product-listing .product-item .product-wrapper .price-option {
    margin-top: 20px;
  }
  .team-about .team-content .member-name {
    font-size: 30px;
  }
  .team-about .team-content .member-position {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .team-about .team-content .team-quote {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .team-about .team-content .team-bio p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .team-about .team-content .team-bio ul li {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .cart-body .cart-heading h2 {
    font-size: 30px;
  }
  .cart-body .cart-heading p {
    font-size: 14px;
  }
  .cart-body .product-listing .product-item .product-wrapper .product-name {
    font-size: 24px;
  }
  .cart-body .product-listing .product-item .product-wrapper .price-option .price {
    font-size: 20px;
  }
  .pdf-name {
    font-size: 14px;
  }
  .checkout-btns {
    flex-direction: column;
    gap: 10px;
  }
  .checkout-btns a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .checkout-form .item h2 {
    font-size: 16px;
  }
  .checkout-form .sub-item h2 {
    font-size: 13px;
  }
  .checkout-form .checkout-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.archive-banner {
  min-height: 50vh;
  position: relative;
}
.archive-banner:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}

.archive-section {
  padding: 100px 15px;
}
.archive-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-section .archive-wrapper {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 50px;
  max-width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.archive-section .archive-wrapper img {
  margin-bottom: 20px;
}
.archive-section .archive-wrapper h2 {
  font-size: 30px;
  color: #004C85;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.archive-section .archive-wrapper p {
  font-size: 20px;
  color: #171717;
  font-weight: 500;
  margin-bottom: 40px;
}
.archive-section .archive-wrapper a {
  background-color: #004C85;
  padding: 15px 60px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

@media (max-width: 768px) {
  .archive-section .archive-wrapper h2 {
    font-size: 22px;
  }
  .archive-section .archive-wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .archive-section .archive-wrapper img {
    max-width: 88px;
  }
  .archive-section .archive-wrapper a {
    padding: 10px 50px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .archive-section .archive-wrapper {
    padding: 25px;
  }
  .archive-section {
    padding: 50px 15px;
  }
}
header {
  background-color: transparent;
}

.banner-section {
  min-height: 100vh;
}
.banner-section:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}

.goals {
  background-color: #E9E5E5;
}

.we-can-help {
  background-color: #E9E5E5;
}

.testimony {
  background-color: #fff;
}

footer .logo-panel img {
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.team-intro {
  padding: 50px 0;
  background-color: #E9E5E5;
}
.team-intro p {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}

.team-row .team-div {
  margin: 0 20px 50px;
}
.team-row .team-div .team-img {
  height: 400px;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.team-row .team-div .team-content {
  background-color: transparent;
  padding: 20px;
}
.team-row .team-div .team-content .name {
  font-size: 28px;
  color: #030303;
  font-weight: 600;
  text-align: center;
}
.team-row .team-div .team-content .position {
  font-size: 16px;
  margin: 10px 0;
  color: #000000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.team-row .team-div .team-content .content p, .team-row .team-div .team-content .content ul li {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.team-row .team-div .team-content .content ul {
  margin-left: 20px;
  margin-top: 10px;
}
.team-row .team-div .team-content .content ul li {
  list-style: disc;
}
.team-row .team-div .team-content .content ul li::marker {
  color: #2DA5FF;
}
.team-row .team-div .team-content .team-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.team-row .team-div .team-content .team-footer .fa-icon {
  height: 50px;
}
.team-row .team-div .team-content .team-footer .other-button {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.team-row .team-div .team-content .team-footer .other-button a {
  color: #004C85;
  text-decoration: underline;
}

.revamp-section {
  background-color: #E9E5E5;
}
.revamp-section p {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}

.company-logos img {
  height: 25vh;
}

.help-2 {
  background-color: #fff;
}

.video-wrapper {
  width: 100%;
}
.video-wrapper iframe {
  height: 627px;
  width: 100%;
}

.our-vission {
  padding: 50px 0;
}
.our-vission .vission-wrapper {
  background-image: url("../images/new-images/dddd.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 40vh;
  padding: 50px 20px;
  position: relative;
}
.our-vission .vission-wrapper img{
    width:100%;
}
.our-vission .vission-wrapper h1 {
  /*position: absolute;*/
  top: 150px;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  right: 120px;
}
.row.vission-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
}
.service-list li .service-wrapper {
    padding: 50px;
    min-height: 700px;
}

.service-list li .service-wrapper .overlay-image-1 {
    position: absolute !important;
}
.vision-card {
  min-height: 500px !important;
  background-size: cover;
}

.product-image {
    text-align: center;
    padding-bottom: 20px;
}
.product-content {
    text-align: center;
    padding-bottom: 30px;
}
.product-image img {
    height: 220px;
}
.product-content h2.product-name {
    font-size: 30px;
    padding-bottom: 6px;
}
.product-content p{
    font-size: 16px;
    padding-bottom: 6px;
}
.product-info a {
    margin-top: 10px;
}

/*# sourceMappingURL=main.css.map */
#loading {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}
#loading-image {
  z-index: 100;
  width: 10%;
  opacity: 1;
}




/*new css 7-12-2023*/
.blog-content-inner .blog-wrapper .blog-info div h1{
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-content-inner .blog-wrapper .blog-info div h2, .blog-content-inner .blog-wrapper .blog-info div h3{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-content-inner .blog-wrapper .blog-info div ul{
    margin-bottom: 10px;
    padding-left: 20px;
}
.blog-content-inner .blog-wrapper .blog-info div ol{
    margin-bottom: 10px;
    padding-left: 20px;
}
.blog-content-inner .blog-wrapper .blog-info div ul li{
    list-style: disc;
    font-weight: 300;
}
.blog-content-inner .blog-wrapper .blog-info div ol li{
     list-style-type: lower-alpha;
     font-weight: 300;
}