@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.common-form input::-moz-placeholder, .common-form select::-moz-placeholder, .common-form textarea::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  display: flex;
  align-items: center;
  color: #0E0E0E;
}
.common-form input:-ms-input-placeholder, .common-form select:-ms-input-placeholder, .common-form textarea:-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  display: flex;
  align-items: center;
  color: #0E0E0E;
}
.common-form input::placeholder,
.common-form select::placeholder,
.common-form textarea::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  display: flex;
  align-items: center;
  color: #0E0E0E;
}
.common-form input:hover,
.common-form select:hover,
.common-form textarea:hover {
  border: 1px solid #759AAB;
}
.common-form .form-control {
  /*padding: 16px 0px 16px 24px;*/
  background-color: #F4F4F4;
  border: 1px solid #D0D0D0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  display: flex;
  align-items: center;
  color: #0E0E0E;
  border-radius: 0px;
}
.common-form .form-check {
  padding-left: 0;
  position: relative;
}
.common-form .form-check .rounded-checkbox {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.common-form .form-check .rounded-checkbox:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #0E0E0E;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 8px;
}
.common-form .form-check label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #0E0E0E;
}
.common-form .form-check label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #D0D0D0;
  border-radius: 10px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  top: 3px;
  float: left;
}
.common-form .form-check label::before:focus {
  outline: 6px solid #D0D0D0 !important;
}
.common-form .form-check label:hover::before {
  border: 2px solid #3C3C3C;
}
.common-form .form-check label:focus + label:before {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.common-form .form-check label span {
  margin-left: 30px;
}
.common-form .select-arrow {
  background: url(../images/select-arrow.png) no-repeat 95% center;
  background-color: #F4F4F4;
  cursor: pointer;
}

.common-btn .btn-link {
  display: block;
  background: #025949;
  width: 100%;
  padding: 18px 44px 18px 36px;
  font-family: "orbitron";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  border-bottom-right-radius: 2px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 67%, 94% 100%, 0% 100%, 0% 20%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 67%, 94% 100%, 0% 100%, 0% 20%);
}
.common-btn .btn-link:focus {
  background: transparent;
  border: 2px solid #002A22;
  color: #002A22;
}
.common-btn .btn-link:focus::after {
  background: url(../images/green-arrow.png) no-repeat right center;
}
.common-btn .btn-link::after {
  content: "";
  background: url(../images/common-arrow-btn.png) no-repeat right center;
  position: absolute;
  width: 20px;
  height: 10px;
  top: 18px;
}
.common-btn .btn-link:hover {
  background: #3C6E71;
}
.common-btn .btn-link:hover::after {
  transform: translate(2px, -1px);
}

header .hover-scroll-logo {
  display: none;
}
header:hover {
  background: #002A22;
}
header:hover .navbar ul li .active {
  color: #3C6E71;
}
header:hover .inactive-logo {
  display: none;
}
header:hover .hover-scroll-logo {
  display: block;
}

.darkheader {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
.darkheader .navbar ul li .active {
  color: #3C6E71;
}

.except-home-header {
  background: #002A22;
}
.except-home-header .navbar ul li .active {
  color: #3C6E71;
}

.home-header-wrapper {
  background: url(../images/home-top-bg.png) no-repeat top center;
  background-size: cover;
}

.header-space {
  padding: 26px 0px;
}

.menu .main-menu ul li {
  margin-left: 40px;
}
.menu .main-menu ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.footer-wrapper {
  background: url(../images/footer-bg.png) no-repeat top center;
  padding: 40px 0px 25px 0px;
  background-size: cover;
}
.footer-wrapper .footer-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #3C6E71;
}
.footer-wrapper .footer-links {
  max-width: 160px;
  width: 100%;
  margin-right: 95px;
}
.footer-wrapper .footer-links .links {
  display: inline-grid;
}
.footer-wrapper .footer-links .links a {
  margin-bottom: 16px;
}
.footer-wrapper .footer-company {
  max-width: 280px;
  width: 100%;
  margin-right: 95px;
}
.footer-wrapper .footer-contact {
  max-width: 280px;
  width: 100%;
  margin-right: 95px;
}
.footer-wrapper .footer-contact .contact-detail {
  display: inline-grid;
}
.footer-wrapper .footer-contact .contact-detail a {
  margin-bottom: 6px;
}
.footer-wrapper .footer-subscribe {
  max-width: 350px;
  width: 100%;
}
.footer-wrapper .footer-subscribe form .interest-inline {
  display: flex;
  position: relative;
}
.footer-wrapper .footer-subscribe form .email-sub-btn {
  background-color: #3C6E71;
  padding: 18px;
  position: absolute;
  right: 0%;
}
.footer-wrapper .footer-subscribe form input {
  padding: 14px 24px;
  max-width: 300px;
  width: 100%;
}
.footer-wrapper .footer-subscribe form input::-moz-placeholder {
  color: #0E0E0E;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
}
.footer-wrapper .footer-subscribe form input:-ms-input-placeholder {
  color: #0E0E0E;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
}
.footer-wrapper .footer-subscribe form input::placeholder {
  color: #0E0E0E;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
}
.footer-wrapper h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
.footer-wrapper ul {
  list-style: none;
  padding-left: 0px;
}
.footer-wrapper ul li {
  margin-bottom: 16px;
}
.footer-wrapper ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #759AAB;
  text-decoration: none;
}
.footer-wrapper p,
.footer-wrapper a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #759AAB;
  text-decoration: none;
}
.footer-wrapper .footer-second-row {
  padding-top: 36px;
}
.footer-wrapper .footer-second-row p {
  font-size: 14px;
}
.footer-wrapper .footer-second-row .footer-privacypolicy {
  text-align: end;
}

.home-top-sec {
  padding: 160px 0px 200px 0px;
}
.home-top-sec .home-top-content {
  max-width: 644px;
  width: 100%;
}
.home-top-sec .home-top-content h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 98px;
  line-height: 1.1;
  align-items: center;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.home-top-sec .home-top-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 8px;
  max-width: 510px;
  width: 100%;
}
.home-top-sec .home-top-content .home-top-btn {
  margin-top: 24px;
}
.home-top-sec .home-top-content .home-top-btn .btn-link {
  background: #FFFFFF;
  color: #0E0E0E;
  max-width: 187px;
  width: 100%;
}
.home-top-sec .home-top-content .home-top-btn .btn-link:hover {
  background: #D0D0D0;
}
.home-top-sec .home-top-content .home-top-btn .btn-link:hover::after {
  transform: translate(2px, -1px);
}
.home-top-sec .home-top-content .home-top-btn .btn-link:focus {
  background: transparent;
  border: 1px solid #FFFFFF;
  -webkit-mask: linear-gradient(45deg, var(--g2)), linear-gradient(-45deg, var(--g2)), linear-gradient(90deg, var(--g1)) 50%/100% calc(100% - 2 * var(--s)) no-repeat, linear-gradient(180deg, var(--g1)) 50%/calc(100% - 2 * var(--s)) 100% no-repeat;
}
.home-top-sec .home-top-content .home-top-btn .btn-link::after {
  content: "";
  background: url(../images/arrow-btn.png) no-repeat right center;
  position: absolute;
  width: 20px;
  height: 10px;
  top: 18px;
}

.home-sec-section {
  background: url(../images/home-second-sec-bg.png) no-repeat top center;
  background-size: cover;
  margin-bottom: 40px;
}
.home-sec-section .content-right {
  padding: 124px 0px;
  max-width: 537px;
  width: 100%;
}
.home-sec-section .content-right h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
}
.home-sec-section .content-right p {
  margin-top: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
}
.home-sec-section .content-right .home-abt-btn {
  margin-top: 32px;
  max-width: 157px;
  width: 100%;
}

.range-of-service {
  padding: 60px 0px 80px 0px;
}
.range-of-service .range-service-title {
  max-width: 654px;
  width: 100%;
  border-left: 2px solid #3C6E71;
  padding-left: 32px;
}
.range-of-service .range-service-title h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
}
.range-of-service .range-service-title p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
}
.range-of-service .range-service-title .inquire-btn .btn-link {
  max-width: 188px;
  width: 100%;
}
.range-of-service .service-list-1 {
  margin-top: 70px;
}
.range-of-service .services {
  margin-top: 48px;
  max-width: 379px;
  width: 100%;
  transition: all 0.2s;
}
.range-of-service .services h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
  font-size: 20px;
  text-transform: capitalize;
}
.range-of-service .services p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  font-size: 14px;
}
.range-of-service .services:hover {
  transition: all 0.2s;
  background: linear-gradient(90deg, rgba(117, 154, 171, 0.08) 0%, rgba(117, 154, 171, 0) 100%);
  padding: 24px;
  border-left: 1px solid #025949;
  transform: translateY(-20px);
}
.range-of-service .hover-services {
  display: none;
}
.range-of-service .service-list-2 {
  margin-top: -71px;
}

.how-it-works {
  background: url(../images/how-it-works-bg.png) no-repeat top center;
  background-size: cover;
  padding: 64px 0px 71px 0px;
  position: relative;
}
.how-it-works .timeline-position {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.how-it-works .how-it-title h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
  text-align: center;
}
.how-it-works .inline-how-work {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.how-it-works .inline-how-work .image-sec {
  max-width: 525px;
  width: 100%;
}
.how-it-works .inline-how-work .square-sec {
  max-width: 48px;
  width: 100%;
  position: relative;
  margin: 0px 80px;
}
.how-it-works .inline-how-work .square-sec img {
  position: absolute;
  top: 40%;
}
.how-it-works .inline-how-work .desc {
  max-width: 486px;
  width: 100%;
  margin: 50px 0px;
  margin-right: 39px;
}
.how-it-works .inline-how-work .desc h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
  font-size: 32px;
}
.how-it-works .inline-how-work .desc p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
}

.get-in-touch {
  margin: 59px 0px 59px 0px;
  background: url(../images/get-in-touch-bg.png) no-repeat center center;
  background-size: cover;
}
.get-in-touch .getin-touch-box {
  background: #F4F4F4;
  max-width: 616px;
  width: 100%;
  padding: 64px;
  margin: 80px 0px;
}
.get-in-touch .getin-touch-box h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
}
.get-in-touch .getin-touch-box p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  margin: 24px 0px;
}
.get-in-touch .getin-touch-box .home-contct-btn {
  max-width: 171px;
  width: 100%;
}

.express-interest {
  padding: 80px 0px;
}
.express-interest h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
}
.express-interest p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  margin: 8px 0px 40px 0px;
}
.express-interest .home-interest-btn {
  text-align: center;
}
.express-interest .home-interest-btn .btn-link {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 67%, 98% 100%, 0% 100%, 0% 20%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 67%, 98% 100%, 0% 100%, 0% 20%);
}

.whowe-top-sec {
  background: url(../images/whoweare-top-bg.png) no-repeat center center;
  background-size: cover;
}
.whowe-top-sec .whowe-top-box {
  padding: 354px 64px;
}
.whowe-top-sec .whowe-top-box h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
  font-size: 98px;
}
.whowe-top-sec .whowe-top-box h2 span {
  color: #025949;
}
.whowe-top-sec .whowe-top-box p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin: 24px 62px;
}

.pride-ourselves {
  padding: 87px 0px;
}
.pride-ourselves .pride-content-box {
  max-width: 728px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.pride-ourselves .pride-content-box h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
}
.pride-ourselves .pride-content-box p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  margin: 16px 0px;
}
.pride-ourselves .pride-content-box .pride-service-btn .btn-link {
  max-width: 247px;
  width: 100%;
  margin: auto;
}

.guarantee-success {
  background: url(../images/guarantee-success-bg.png) no-repeat center center;
  padding: 104px 0px;
  background-size: cover;
}
.guarantee-success .guarantee-success-tilte h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
  color: #FFFFFF;
  text-align: center;
}
.guarantee-success .guarantee-content {
  margin-top: 36px;
}
.guarantee-success .guarantee-content h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
  color: #FFFFFF;
}
.guarantee-success .guarantee-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
}

.faq-section {
  background-color: #F4F4F4;
  padding: 80px 0px;
}
.faq-section .faq-title {
  max-width: 644px;
  width: 100%;
  margin: 144px 0px;
}
.faq-section .faq-title h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
}
.faq-section .faq-title p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  font-size: 20px;
  line-height: 32px;
}
.faq-section .faq-data {
  max-width: 562px;
  width: 100%;
}
.faq-section .faq-data .accordion {
  --bs-accordion-bg: #F4F4F4;
  --bs-accordion-color: #002A22;
  --bs-accordion-active-color: #002A22;
  --bs-accordion-active-bg: #F4F4F4;
  --bs-accordion-border-color: #F4F4F4;
  --bs-accordion-btn-focus-border-color: inherit;
  --bs-accordion-btn-focus-box-shadow: inherit;
}
.faq-section .faq-data .accordion-item .accordion-button {
  font-family: "Roboto";
  font-size: 20px;
  line-height: 132.69%;
  color: #002A22;
  font-weight: 600;
}
.faq-section .faq-data .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  background: url(../images/faq-arrow.svg) no-repeat;
  right: 10px;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(0deg);
}
.faq-section .faq-data .accordion-item .accordion-button:not(.collapsed)::after {
  transform: translateY(50%) translatex(-36%) rotate(90deg);
}
.faq-section .faq-data .accordion-item .accordion-body p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
}

.whoarewe-getintouch {
  background: url(../images/whoarewe-getintouch.png) no-repeat center center;
  background-size: cover;
}

.notfound-section {
  padding: 128px 0px;
  max-width: 774px;
  width: 100%;
  margin: auto;
}
.notfound-section .desc-notfound {
  margin: 41px 0px 24px 0px;
}
.notfound-section .desc-notfound p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
}
.notfound-section .notfound-btn {
  max-width: 150px;
  width: 100%;
  margin: auto;
}

.privacy-heading {
  background: #F4F4F4;
}
.privacy-heading .privacy-ttile {
  padding: 80px 0px;
  max-width: 404px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.privacy-heading .privacy-ttile h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
}
.privacy-heading .privacy-ttile p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  margin-top: 8px;
}

.privacy-desc {
  margin: 80px 0px;
}
.privacy-desc p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  margin-bottom: 16px;
}
.privacy-desc h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  font-weight: 600;
  font-size: 20px;
  color: #002A22;
  line-height: 26.4px;
}
.privacy-desc h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  color: #002A22;
  font-weight: 600;
}
.privacy-desc .points {
  margin-top: 24px;
}

.ourser-top {
  background: url(../images/our-service-top-bg.png) no-repeat center center;
  background-size: cover;
}
.ourser-top .ourser-top-content {
  padding: 330px 0px 346px 0px;
  max-width: 630px;
  width: 100%;
  margin: auto;
}
.ourser-top .ourser-top-content h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
  font-size: 98px;
}
.ourser-top .ourser-top-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  font-size: 20px;
}

.ourser-dedicated {
  background: #F4F4F4;
}
.ourser-dedicated .dedicated-content {
  padding: 80px 0px;
  text-align: center;
}
.ourser-dedicated .dedicated-content .dedicated-title {
  max-width: 952px;
  width: 100%;
  margin: auto;
}
.ourser-dedicated .dedicated-content .dedicated-title h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
}
.ourser-dedicated .dedicated-content .dedicated-title p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  margin-top: 16px;
  color: #025949;
}
.ourser-dedicated .dedicated-content .dedicated-groups {
  margin-top: 40px;
}
.ourser-dedicated .dedicated-content .dedicated-groups .imgs-groups {
  margin: 15px 0px;
}
.ourser-dedicated .dedicated-content .dedicated-groups h5 {
  margin-top: 22px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  font-size: 24px;
  color: #002A22;
  font-weight: 600;
  margin-bottom: 0px;
}
.ourser-dedicated .dedicated-content .dedicated-groups p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  color: #025949;
}

.contact-title {
  padding: 64px 0px;
  max-width: 560px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.contact-title p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  font-size: 20px;
  font-weight: 600;
}
.contact-title h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
}

.contact-form {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
.contact-form .contactus-form {
  max-width: 891px;
  width: 100%;
}
.contact-form .contactus-form #msg {
  min-height: 138px;
}
.contact-form .contactus-form .home-interest-btn .btn-link {
  text-align: center;
}
.contact-form .contact-detail {
  background: #002A22;
  padding: 45px 86px 48px 74px;
  margin-top: 22px;
}
.contact-form .contact-detail .num-email-detail {
  max-width: 341px;
  width: 100%;
}
.contact-form .contact-detail .work-hrs {
  max-width: 341px;
  width: 100%;
}
.contact-form .contact-detail .con-detail-title {
  position: relative;
}
.contact-form .contact-detail .con-detail-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 1px;
  background: #025949;
}
.contact-form .contact-detail h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  font-size: 14px;
  margin-bottom: 16px;
}
.contact-form .contact-detail h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
}
.contact-form .contact-detail p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
}
.contact-form .contact-detail .con-det-desc {
  margin-top: 30px;
}

.succ-fail-modal .modal-dialog {
  max-width: 743px;
  width: 100%;
  margin: auto;
}
.succ-fail-modal .modal-content {
  background: url(../images/succ-fail-popup-bg.png) no-repeat center center;
  background-size: cover;
  padding: 56px;
  text-align: center;
}
.succ-fail-modal .modal-content h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.69%;
  align-items: center;
  text-transform: capitalize;
  color: #002A22;
  font-size: 32px;
  color: #FFFFFF;
  margin-top: 16px;
}
.succ-fail-modal .modal-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 151.19%;
  color: #3C6E71;
}
.succ-fail-modal .modal-content .modal-footer {
  justify-content: center;
  border-top: 0px;
}
.succ-fail-modal .modal-content .modal-footer .modalclose-btn .close-msg-link {
  background-color: #FFFFFF;
  color: #0E0E0E;
}
.succ-fail-modal .modal-content .modal-footer .modalclose-btn .close-msg-link::after {
  content: "";
  background: url(../images/arrow-btn.png) no-repeat right center;
  position: absolute;
  width: 20px;
  height: 10px;
  top: 18px;
}
.succ-fail-modal .modal-content .modal-footer .modalclose-btn .cls-link {
  max-width: 130px;
  padding: 18px 36px;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.succ-fail-modal .modal-content .modal-footer .modalclose-btn .try-link {
  background-color: #FFFFFF;
  color: #0E0E0E;
  padding: 18px 36px;
  max-width: 159px;
}
.succ-fail-modal .modal-content .modal-footer .modalclose-btn .try-link::after {
  content: "";
  background: url(../images/arrow-btn.png) no-repeat right center;
  position: absolute;
  width: 20px;
  height: 10px;
  top: 18px;
}

.fail-modal .modal-dialog .modal-content p {
  color: #C81414;
}

/*LAZY LOADING START*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  -webkit-animation: fade-in 1s ease-in-out both;
          animation: fade-in 1s ease-in-out both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.whitemenu-icon {
  float: right;
}

.modal-backdrop.show {
  --bs-backdrop-bg: #fff;
  --bs-backdrop-opacity: 0.7;
}

#congosuccess .modal-content {
  padding: 36px;
}
#congosuccess .modal-content .modal-body {
  padding: 0;
}

.mobile-range-service .services:hover {
  transition: all 0.2s;
  background: linear-gradient(90deg, rgba(117, 154, 171, 0.08) 0%, rgba(117, 154, 171, 0) 100%);
  padding: 24px;
  border-left: 1px solid #025949;
  transform: translateY(-20px);
}

.special_img_r {
 background: url(../images/contact-right.png);
}


/*# sourceMappingURL=style.css.map */