@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*font-family: "Inter", sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Inter", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*#### Common css start ####*/
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.common-btn1 {
  position: relative;
  padding: 12px 20px;
  background-color: #FF0000;
  border-color: #FF0000;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 10%;
  text-transform: uppercase;
  border-radius: 0;
}
.common-btn1:hover {
  background-color: #e60000;
  border-color: #e60000;
  color: #fff;
}

.common-btn2 {
  position: relative;
  padding: 12px 20px;
  background-color: #8CC63F;
  border-color: #8CC63F;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 10%;
  text-transform: uppercase;
  border-radius: 0;
}
.common-btn2:hover {
  background-color: #7bb332;
  border-color: #7bb332;
  color: #fff;
}

.btn-outline-light {
  position: relative;
  padding: 12px 20px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 10%;
  text-transform: uppercase;
  border-radius: 0;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title.text-center h4 {
  justify-content: center;
}
.common-title h4 {
  position: relative;
  width: 100%;
  color: #8CC63F;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
}
.common-title h4 .dots {
  position: relative;
  display: inline-block;
  background-color: #E9FDCE;
  width: 24px;
  height: 24px;
  border: 2px solid #8CC63F;
  outline: 5px solid #E9FDCE;
  border-radius: 50%;
  margin-right: 12px;
}
.common-title h4 .dots::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #8CC63F;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.common-title h3 strong {
  color: #FF0000;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 19px;
  margin-bottom: 10px;
}

.common-gap {
  padding: 80px 0px;
}

/*#### Common css end ####*/
/*##### Header css start #####*/
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 9;
}

.top-header-wrapper {
  position: relative;
  width: 100%;
  background-color: #1B1E28;
  padding: 10px 0px;
}

.hed-contact-info {
  position: relative;
  width: 100%;
}
.hed-contact-info ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.hed-contact-info ul li {
  position: relative;
  padding: 0px 10px;
}
.hed-contact-info ul li:first-child {
  padding-left: 0;
}
.hed-contact-info ul li p {
  position: relative;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}
.hed-contact-info ul li a {
  position: relative;
  color: #fff;
}
.hed-contact-info ul li a i {
  position: relative;
  color: #FF0000;
  margin-right: 3px;
}

.header-social {
  position: relative;
  width: 100%;
}
.header-social ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 0;
  justify-content: end;
}
.header-social ul li {
  position: relative;
}
.header-social ul li a {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #fff;
  border-radius: 50%;
  font-size: 17px;
  transition: all 0.5s;
}
.header-social ul li a:hover {
  color: #FF0000;
}

.header-menu-wrapper {
  position: relative;
  width: 100%;
}
.header-menu-wrapper .navbar .logo-wrap img {
  width: auto !important;
}
.header-menu-wrapper .navbar {
  position: relative;
}
.header-menu-wrapper .navbar .navbar-nav {
  position: relative;
}
.header-menu-wrapper .navbar .navbar-nav li {
  position: relative;
  padding: 0px 5px;
}
.header-menu-wrapper .navbar .navbar-nav li a {
  position: relative;
  color: #1B1E28;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
  padding: 5px 10px;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 30px;
}
.header-menu-wrapper .navbar .navbar-nav li a:hover {
  color: #FF0000;
}
.header-menu-wrapper .navbar .navbar-nav li a.active {
  color: #FF0000;
}

.head-right-wrap {
  position: relative;
}
.head-right-wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px;
}
.head-right-wrap ul li:first-child {
  padding: 0px 10px;
}

.head-contact-info {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.head-contact-info .icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.head-contact-info .info {
  position: relative;
  padding-left: 8px;
}
.head-contact-info .info h5 {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #565656;
  margin-bottom: 3px;
}
.head-contact-info .info h4 {
  position: relative;
  font-size: 16px;
  color: #1B1E28;
  font-weight: 700;
  margin-bottom: 0;
}
.head-contact-info .info h4 a {
  color: inherit;
}

/*##### Header css end #####*/
/*#### Banner section css start ####*/
.banner-sld-items {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.banner-sld-items::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(98.89deg, #1B1E28 28.1%, rgba(37, 38, 58, 0) 86.38%);
  z-index: 1;
}
.banner-sld-items .banner-content-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-sld-items .banner-content-wrap .banner-content {
  position: relative;
  width: 100%;
}
.banner-sld-items .banner-content-wrap .banner-content h1 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner-sld-items .banner-content-wrap .banner-content h1 strong {
  color: #FF0000;
}
.banner-sld-items .banner-content-wrap .banner-content h4 {
  position: relative;
  width: 100%;
  color: #FF0000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.banner-sld-items .banner-content-wrap .banner-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

#banner-slider .banner-sld-items.slick-slide img {
  transform: scale(1.1);
  transition: transform 3s ease;
}

#banner-slider .banner-sld-items.slick-active img {
  transform: scale(1);
}

/*### dots css start ####*/
#banner-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0px 15px 0px;
}
#banner-slider .slick-dots li {
  position: relative;
  margin: 0px 4px;
}
#banner-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  width: 25px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
}
#banner-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.22);
  border: 2px solid transparent;
  display: block;
  border-radius: 50%;
}
#banner-slider .slick-dots li.slick-active button:before {
  width: 40px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
}

/*### dots css end*/
/*#### Banner section css end ####*/
/*#### about section css start ####*/
.about-section-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60px;
}

.about-right-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
}
.about-right-content p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.about-right-content ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about-right-content ul li {
  position: relative;
  width: 50%;
  padding-left: 25px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #333641;
  margin-bottom: 5px;
}
.about-right-content ul li::before {
  content: "\f058";
  font-family: fontawesome;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #8CC63F;
}

/*#### about section css end ####*/
/*#### services section css start ####*/
.services-wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/services-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #171A25;
}
.services-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 26, 37, 0.9);
}
.services-wrapper .common-title h3 {
  color: #fff;
}
.services-wrapper .container-fluid {
  position: relative;
  z-index: 1;
}

.services-list {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 100%;
  padding: 15px 15px;
}
.services-list .services-img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.services-list .services-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.services-list .services-content {
  position: relative;
  width: 100%;
}
.services-list .services-content h3 {
  position: relative;
  width: 100%;
  font-size: 22px;
  color: #1B1E28;
  font-weight: 700;
  margin-bottom: 15px;
}
.services-list .services-content h3 a {
  color: inherit;
}
.services-list .services-content p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-list:hover .services-img img {
  transform: scale(1.1);
}

/*#### services section css end ####*/
/*#### Why choose us css start ####*/
.why-choose-wrapper {
  position: relative;
  width: 100%;
}

.why-choose-right-img {
  position: relative;
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
}
.why-choose-right-img img {
  position: relative;
  width: 100%;
}

.why-choose-list {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  padding: 20px 20px;
}
.why-choose-list .icon {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.why-choose-list h4 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.why-choose-list p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 18px;
  margin-bottom: 0px;
}

/*#### Why choose us css end ####*/
/*#### certified translator css start ####*/
.certified-translator-wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/services-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FF0000;
}
.certified-translator-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FF0000;
  mix-blend-mode: darken;
}
.certified-translator-wrapper .container {
  position: relative;
  z-index: 1;
}

.certified-translator-content {
  position: relative;
  width: 100%;
}
.certified-translator-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 36px;
  margin-bottom: 12px;
}
.certified-translator-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.certified-translator-content ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.certified-translator-content ul li {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 20px;
  padding-left: 0;
  padding-right: 40px;
}
.certified-translator-content ul li::before {
  content: "\f058";
  font-family: fontawesome;
  font-size: 18px;
  position: relative;
  display: inline-block;
  color: #8CC63F;
  margin-right: 5px;
}
.certified-translator-content ul li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 25%;
  width: 1px;
  height: 50%;
  background-color: #fff;
}
.certified-translator-content ul li:first-child {
  padding-left: 0;
}
.certified-translator-content ul li:last-child::after {
  display: none;
}

.certified-right-img {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 30%;
  height: 85%;
}
.certified-right-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
}
.testimonials-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-image: url(../images/quote-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonials-wrap p {
  position: relative;
  width: 100%;
  color: #333641;
  font-size: 22px;
  margin-bottom: 15px;
}
.testimonials-wrap .rating-img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.testimonials-wrap h4 {
  position: relative;
  width: 100%;
  color: #333641;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.testimonials-wrap h6 {
  position: relative;
  width: 100%;
  color: #333641;
  font-size: 15px;
  margin-bottom: 0;
}

/**/
#testimonials-slider .slick-arrow {
  position: absolute;
  color: #1B1E28;
  font-size: 20px;
  bottom: -40px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #DFDFDF;
  color: #DFDFDF;
  border-radius: 50%;
  transition: all 0.5s;
}
#testimonials-slider .slick-arrow:hover {
  background-color: transparent;
  border-color: #8CC63F;
  color: #8CC63F;
}

#testimonials-slider .slick-arrow.slick-prev {
  position: absolute;
  left: 0;
}

#testimonials-slider .slick-arrow.slick-next {
  position: absolute;
  left: calc(0% + 45px);
}

/*#### certified translator css end ####*/
/*#### pmi consultants group section css start ####*/
.pmi-consultants-group-wrapper {
  position: relative;
  width: 100%;
  padding: 100px 0px;
  background-image: url(../images/pmi-consultants-group-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pmi-consultants-group-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.37deg, rgba(0, 0, 0, 0.7) -13.7%, rgba(0, 0, 0, 0) 52.83%);
}

.pmi-consultants-content {
  position: relative;
  width: 100%;
}
.pmi-consultants-content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.processing-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  background-color: #F4F4F4;
}
.processing-list .icon {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.processing-list h4 {
  position: relative;
  width: 100%;
  color: #333641;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.processing-list p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 16px;
  margin-bottom: 10px;
}
.processing-list ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.processing-list ul li {
  position: relative;
  width: 100%;
  padding-left: 25px;
  font-size: 16px;
  color: #565656;
  margin-bottom: 8px;
}
.processing-list ul li:last-child {
  margin-bottom: 0px;
}
.processing-list ul li::before {
  content: "\f058";
  font-family: fontawesome;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: -1px;
  color: #8CC63F;
}

/*#### pmi consultants group section css end ####*/
/*#### latest-blog section css start ####*/
.latest-blog-wrapper {
  position: relative;
  width: 100%;
  background-image: url(../images/services-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #171A25;
}
.latest-blog-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 26, 37, 0.9);
}
.latest-blog-wrapper .common-title h3 {
  color: #fff;
}
.latest-blog-wrapper .common-title p {
  color: #7B7B7B;
}
.latest-blog-wrapper .container-fluid {
  position: relative;
  z-index: 1;
}

.blog-list {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.blog-list .blog-img {
  position: relative;
  width: 100%;
}
.blog-list .blog-img img {
  position: relative;
  width: 100%;
}
.blog-list .blog-middle-content {
  position: relative;
  width: 100%;
  padding: 10px 10%;
}
.blog-list .blog-middle-content h3 {
  position: relative;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.blog-list .blog-middle-content h3 a {
  color: inherit;
}
.blog-list .blog-middle-content .blog-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.blog-list .blog-content {
  position: relative;
  width: 100%;
}
.blog-list .blog-content p {
  position: relative;
  width: 100%;
  color: #7B7B7B;
  font-size: 18px;
  margin-bottom: 15px;
}
.blog-list .blog-content h5 {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

/*#### latest-blog section css end ####*/
/*### translators section css start ####*/
.translators-wrapper {
  position: relative;
  width: 100%;
}

.translators-inner-wrap {
  position: relative;
  width: 100%;
  background-image: url(../images/services-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FF0000;
  padding: 40px 40px;
}
.translators-inner-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FF0000;
  mix-blend-mode: darken;
}
.translators-inner-wrap .translators-left-img {
  position: absolute;
  bottom: 0;
  left: 4%;
  width: 220px;
}
.translators-inner-wrap .translators-right-img {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 220px;
}

.translators-content {
  position: relative;
  width: 100%;
  text-align: center;
}
.translators-content .common-title h4 {
  color: #fff;
}
.translators-content .common-title h3 {
  color: #fff;
}
.translators-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

/*### translators section css end ####*/
/*#### Footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  background-color: #EFEFEF;
  padding-top: 60px;
}

.footer-top-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.footer-top-wrapper .footer-line {
  position: relative;
  width: 100%;
}
/*####*/
.footer-newsletter-wrap {
  position: relative;
  width: 100%;
}
.footer-newsletter-wrap h3 {
  position: relative;
  width: 100%;
  color: #333641;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-newsletter-wrap p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-newsletter-wrap h5 {
  position: relative;
  width: 100%;
  color: #B2B2B2;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-newsletter-frm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.footer-newsletter-frm .input-text {
  position: relative;
  width: 100%;
}

.footer-newsletter-frm .input-text .form-control {
  padding: 10px 10px;
  padding-left: 0;
  padding-right: 140px;
  font-size: 14px;
  border-radius: 0px 0px 0px 0px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(51, 54, 65, 0.1215686275);
  color: #565656;
  height: 55px;
}

.footer-newsletter-frm .input-text .form-control:focus {
  outline: none;
  box-shadow: none;
}

.footer-newsletter-frm .input-text .form-control::-moz-placeholder {
  color: #565656;
}

.footer-newsletter-frm .input-text .form-control::placeholder {
  color: #565656;
}

.footer-newsletter-frm .submit {
  position: absolute;
  width: 150px;
  right: 5px;
  bottom: 5px;
}

.footer-newsletter-frm .submit .btn {
  position: relative;
  width: 100%;
  color: #FF0000;
  height: 44px;
  padding: 0;
  font-size: 16px;
  border-radius: 0px;
  background: transparent;
}

/*###*/
.footer-contact-info-list {
  position: relative;
  width: 100%;
}
.footer-contact-info-list h4 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-contact-info-list p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  word-break: break-word;
}
.footer-contact-info-list p a {
  color: inherit;
}

.footer-main-wrapper {
  position: relative;
  width: 100%;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}
.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #333641;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-menu-wrap {
  position: relative;
  width: 100%;
}
.footer-menu-wrap.column2 ul li {
  width: 50%;
}
.footer-menu-wrap ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu-wrap ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}
.footer-menu-wrap ul li a {
  color: #333641;
  font-size: 16px;
  font-weight: 400;
}

.footer-social-main-wrap h3 {
  text-align: right;
}

.footer-social {
  position: relative;
  width: 100%;
}
.footer-social ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 0;
  justify-content: end;
}
.footer-social ul li {
  position: relative;
}
.footer-social ul li a {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #333641;
  border-radius: 50%;
  font-size: 17px;
  transition: all 0.5s;
}
.footer-social ul li a:hover {
  color: #FF0000;
}

.footer-copyright {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  border-top: 1px solid rgba(40, 40, 40, 0.1490196078);
}
.footer-copyright p {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 15px;
  margin-bottom: 0;
}

/*#### Footer css end ####*/
/*#### inner-banner css start #####*/
.inner-banner-wrapper {
  position: relative;
  width: 100%;
}
.inner-banner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(98.89deg, #1B1E28 28.1%, rgba(37, 38, 58, 0) 86.38%);
  z-index: 2;
}

.inner-banner-wrapper img {
  position: relative;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

.inner-banner-wrapper .inner-banner-content {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-banner-wrapper .inner-banner-content h1 {
  position: relative;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-breadcrumb {
  position: relative;
  width: 100%;
}
.banner-breadcrumb .breadcrumb {
  position: relative;
  margin-bottom: 0;
}
.banner-breadcrumb .breadcrumb li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.banner-breadcrumb .breadcrumb li a {
  position: relative;
  color: #FF0000;
  font-size: 16px;
  font-weight: 600;
}
.banner-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f111";
  font-family: "fontawesome";
  font-size: 7px;
  margin-top: 10px;
  color: #FF0000;
}

.common-gap {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h2 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 35px;
  margin-bottom: 25px;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #8CC63F;
  font-size: 30px;
  margin-bottom: 15px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #FF0000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.cms-content ul li {
  position: relative;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #565656;
  margin-bottom: 8px;
}

.cms-content ul li:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 4px;
  color: #FF0000;
}

/*#### inner-banner css end #####*/
/*##### testimonials page css start #####*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
}

.testimonials-wrapper .testimonials-right-content #testimonials-slider {
  padding-bottom: 10px;
}

.testimonials-wrapper .testimonials-wrap {
  background-color: #F4F4F4;
  padding: 25px 25px;
}
.testimonials-wrapper .testimonials-wrap:before {
  left: 10px;
  top: 10px;
}

/*##### testimonials page css end #####*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
}

.contact-left-wrap {
  position: relative;
  width: 100%;
}

.contact-info-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.contact-info-list .icon {
  width: 60px;
  height: 60px;
  background-color: #8CC63F;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}
.contact-info-list .info {
  position: relative;
  width: calc(100% - 60px);
  padding-left: 15px;
}
.contact-info-list .info h4 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.contact-info-list .info p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 15px;
  margin-bottom: 0px;
}
.contact-info-list .info p a {
  color: inherit;
}

.form-sec {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  border: 1px solid #e3e3e3;
}

.form-sec .form-group p {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.form-sec .form-control, .form-sec .form-select {
  border: 1px solid #F4F4F4;
  background-color: #F4F4F4;
  height: auto;
  padding: 15px 15px;
  border-radius: 0px;
  transition: 0.5s;
  color: #1B1E28;
}
.form-sec .form-control::-moz-placeholder, .form-sec .form-select::-moz-placeholder {
  color: #1B1E28;
}
.form-sec .form-control::placeholder, .form-sec .form-select::placeholder {
  color: #1B1E28;
}
.form-sec .form-control:focus, .form-sec .form-select:focus {
  border: 1px solid #FF0000;
  transition: 0.5s;
  box-shadow: none;
  outline: none;
}

.form-sec .common-btn1 {
  width: 100%;
  border-radius: 0;
  padding: 12px 10px;
  font-size: 18px;
}

.contact-form-right-wrap {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.contact-form-right-wrap img {
  position: relative;
  width: 100%;
}

.map-wrap {
  position: relative;
  width: 100%;
  background-color: #F4F4F4;
  border: 1px solid #e3e3e3;
  padding: 10px;
}
.map-wrap iframe {
  position: relative;
  width: 100%;
  height: 350px;
}

/*#### Careers pages css start #####*/
.careers-top-wrapper {
  position: relative;
  width: 100%;
  background-color: #F4F4F4;
}

.career-right-content {
  position: relative;
  width: 100%;
}

.career-left-img {
  position: relative;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.career-left-img img {
  position: relative;
  width: 100%;
}

.careers-opening-list {
  position: relative;
  width: 100%;
  padding: 25px 20px;
  background-color: #F4F4F4;
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}
.careers-opening-list .job-title {
  position: relative;
  width: 100%;
}
.careers-opening-list .job-title h3 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.careers-opening-list .job-title p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 15px;
  margin-bottom: 5px;
}
.careers-opening-list .job-time-location-wrap {
  position: relative;
  width: 100%;
}
.careers-opening-list .job-time-location-wrap ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.careers-opening-list .job-time-location-wrap ul li {
  position: relative;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 500;
}
.careers-opening-list .job-time-location-wrap ul li i {
  position: relative;
  color: #8CC63F;
  font-size: 24px;
  margin-right: 10px;
}
.careers-opening-list .job-apply-btn {
  position: relative;
  width: 100%;
  text-align: right;
}

/*#### Careers pages css end #####*/
/*#### careers details page css start ####*/
.careers-details-top-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0px;
}

.job-description-left {
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px solid #CCCCCC;
}
.job-description-left h4 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 24px;
  margin-bottom: 15px;
}
.job-description-left p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 15px;
  margin-bottom: 10px;
}

.job-description-right {
  position: relative;
  width: 100%;
}
.job-description-right h4 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 24px;
  margin-bottom: 15px;
}
.job-description-right h5 {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 18px;
  margin-bottom: 12px;
}
.job-description-right h6 {
  position: relative;
  width: 100%;
  color: #FF0000;
  font-size: 18px;
  margin-bottom: 10px;
}
.job-description-right p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 14px;
  margin-bottom: 15px;
}
.job-description-right ul {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.job-description-right ul li {
  position: relative;
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  color: #565656;
  margin-bottom: 8px;
}
.job-description-right ul li:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 4px;
  color: #FF0000;
}

.careers-details-form-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 44%, rgb(243, 243, 243) 99%);
}

.careers-apply-form-wrap {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-shadow: 0 50px 100px -20px rgba(161, 175, 181, 0.25), 0 30px 60px -30px rgba(193, 193, 193, 0.3);
}
.careers-apply-form-wrap .title {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.careers-apply-form-wrap .title h3 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 30px;
  margin-bottom: 12px;
}
.careers-apply-form-wrap .title p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 15px;
  margin-bottom: 10px;
}
.careers-apply-form-wrap .form-group {
  position: relative;
  width: 100%;
}
.careers-apply-form-wrap .form-group label {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.careers-apply-form-wrap .form-group label span {
  color: #707072;
  font-size: 14px;
  margin-left: 5px;
}
.careers-apply-form-wrap .form-group .form-control, .careers-apply-form-wrap .form-group .form-select {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  padding: 12px 10px;
}
.careers-apply-form-wrap .form-group .form-control:focus, .careers-apply-form-wrap .form-group .form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #1B1E28;
}
.careers-apply-form-wrap .submit-application-btn {
  position: relative;
  background-color: #8CC63F;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

/*#### careers details page css end ####*/
/*##### join-our-team page css start ####*/
.join-our-team-wrapper {
  position: relative;
  width: 100%;
  background-color: #F4F4F4;
}

.team-list {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eeeeee;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.04);
}
.team-list .member-img {
  position: relative;
  width: 100%;
}
.team-list .member-img img {
  position: relative;
  width: 100%;
}
.team-list .member-img .social-area .social-list {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
  opacity: 0;
  list-style: none;
  background-color: #fff;
  padding: 12px 12px;
  border-radius: 0 0 25px 25px;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.5s;
}
.team-list .member-img .social-area .social-list li {
  margin-bottom: 20px;
}
.team-list .member-img .social-area .social-list li a {
  color: #595959;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border: 1px solid #595959;
  border-radius: 50%;
  transition: 0.35s;
}
.team-list .team-members-details {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
}
.team-list .team-members-details h4 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.team-list .team-members-details h6 {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 14px;
  margin-bottom: 0;
}
.team-list:hover .member-img .social-area .social-list {
  opacity: 1;
  transform: scaleY(1);
}

/*##### join-our-team page css end ####*/
/*#### Services details page css start ####*/
.services-details-top-wrapper {
  position: relative;
  width: 100%;
}

.services-img-box {
  position: relative;
  width: 100%;
}
.services-img-box img {
  position: relative;
  width: 100%;
}

.services-details-content {
  position: relative;
  width: 100%;
}

.services-details-section2 {
  position: relative;
  width: 100%;
  background-color: #F4F4F4;
}

/*#### Services details page css end ####*/
/*#### industries page css start #####*/
.industries-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 0px;
}

.industries-list {
  position: relative;
  width: 100%;
  padding: 25px 25px;
  background-color: #F4F4F4;
}
.industries-list .industries-img {
  position: relative;
  width: 100%;
}
.industries-list .industries-img img {
  position: relative;
  width: 100%;
}

/*#### industries page css end #####*/
/*##### quick css start ###*/
.quick-quote-wraper .close {
  position: absolute;
  right: 6px;
  top: 0px;
  z-index: 9;
  color: #FF0000;
  font-size: 22px;
  background-color: transparent;
  border: 0px;
  opacity: 1;
}

.quick-quote-wraper .quick-quote-form {
  position: relative;
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.quick-quote-wraper .quick-quote-form .title {
  position: relative;
  width: 100%;
}

.quick-quote-wraper .quick-quote-form .title h3 {
  position: relative;
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #1B1E28;
  font-weight: 600;
}

.quick-quote-wraper .quick-quote-form .title h3:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #333641;
}

.quick-quote-wraper .quick-quote-form .btn-warning {
  padding: 12px 20px;
}

.quick-quote-wraper .quick-quote-form .form-group p {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.quick-quote-wraper .form-control {
  border: 1px solid #E5E5E5;
  border-radius: 0;
  padding: 12px 12px;
}
.quick-quote-wraper .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #FF0000;
}

/*##### quick css end ###*/
/*###### Blog page css start #####*/
.blog-wrapper {
  position: relative;
  width: 100%;
}

.blog-wrap {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #ddd;
}
.blog-wrap .blog-img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.blog-wrap .blog-img img {
  position: relative;
  width: 100%;
}
.blog-wrap .blog-content {
  position: relative;
  width: 100%;
}
.blog-wrap .blog-content h5 {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 14px;
  margin-bottom: 5px;
}
.blog-wrap .blog-content h3 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-wrap .blog-content h3 a {
  color: inherit;
}
.blog-wrap .blog-content p {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 15px;
  margin-bottom: 15px;
}

.blog-details-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.blog-details-content {
  position: relative;
  width: 100%;
}
.blog-details-content h1 {
  position: relative;
  width: 100%;
  color: #1B1E28;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.blog-details-content .entry-meta {
  position: relative;
  width: 100%;
  color: #565656;
  font-size: 15px;
  margin-bottom: 10px;
}
.blog-details-content .entry-meta a {
  color: #FF0000;
}
.blog-details-content .blog-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-details-content .blog-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.blog-details-content .blog-img .blog-date {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.blog-details-content .blog-img .blog-date p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 2px;
}
.blog-details-content .blog-img:hover img {
  transform: scale(1.1);
}

/*###### Blog page css end #####*//*# sourceMappingURL=style.css.map */