@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
  --primary-color: #5c2d91;
  --secondary-color: #000;
  --background-color: #fff;
  --border-color: #eee;
  --primary-font: "Manrope", Arial, sans-serif;
}

html {
  box-sizing: border-box;
  font-family: var(--primary-font);
  font-size: 16px;
  background-color: var(--background-color);
  color: var(--secondary-color);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--primary-font);
  background-color: var(--background-color);
  color: var(--secondary-color);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  transition: color 0.2s;
}

.main-btn {
  border: 0;
  border-radius: 0;
  color: #fff !important;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 0.625rem 1.875rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  position: relative;
  clip-path: polygon(calc(100% - 13px) 0px, 100% 11px, 100% 100%, 0 100%, 0 0);
  text-decoration: none;
  z-index: 1;
}
.main-btn::before {
  position: absolute;
  clip-path: polygon(calc(100% - 13px) 0px, 100% 11px, 100% 100%, 0 100%, 0 0);
  content: "";
  background: linear-gradient(270deg, #ff764b 0, #ff764b 28.35%, #f92d4e 100%);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.main-btn::after {
  position: absolute;
  clip-path: polygon(calc(100% - 13px) 0px, 100% 11px, 100% 100%, 0 100%, 0 0);
  content: "";
  position: absolute;
  clip-path: polygon(calc(100% - 13px) 0px, 100% 11px, 100% 100%, 0 100%, 0 0);
  content: "";
  background: #f07923;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.2s ease-out;
  width: 100%;
}
.main-btn:hover::before {
  z-index: -1;
  color: #fff !important;
  transition: all 0.2s ease-out;
}
.main-btn:hover::after {
  z-index: -2;
}

.main-header {
  background: #ffffff;
  border-bottom: 2px solid var(--border-color);
  padding: 10px 72px;
  /* position: absolute; */
  width: 100%;
  /* z-index: 9; */
}
.main-header .logo img {
  max-height: 52px;
}
.main-header .main-nav .nav-link {
  font-weight: 500;
  color: #2a2a2a;
  padding: 0.5rem 1rem;
  font-size: 17px;
}
.main-header .main-nav .nav-link:hover, .main-header .main-nav .nav-link.active {
  color: var(--primary-color);
}
.main-header .main-nav .btn.contact-btn {
  background-color: var(--secondary-color);
  color: var(--background-color);
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.main-header .main-nav .btn.contact-btn:hover {
  background-color: #333;
}

.banner-section {
  padding: 170px 0 40px;
  background-image: linear-gradient(158deg, #09172c 10%, #0d4cab 80%, #ef7715 100%);
  position: relative;
}
.banner-section .banner-overlay {
  opacity: 1;
  background-image: url(../images/hero-img.png);
  background-size: 40% auto;
  background-position: right bottom;
  background-attachment: scroll;
  background-repeat: no-repeat;
  mix-blend-mode: normal;
  top: 0;
  right: 50px;
  position: absolute;
  opacity: 1;
  height: 84%;
  width: 100%;
  z-index: 0;
  filter: opacity(50%);
}
.banner-section .banner-content {
  position: relative;
  z-index: 2;
}
.banner-section .banner-content h1 {
  color: #fff;
  font-size: 51px;
  font-weight: 400;
  margin-bottom: 21px;
}
.banner-section .banner-content p.banner-desc {
  font-size: 19px;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .banner-section .container {
    max-width: 1200px;
    width: 100%;
  }
}
.banner-section .banner-kit {
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
.banner-section .banner-kit p {
  color: #fff;
  font-size: 16px;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 2rem;
}
.banner-section .banner-kit p::after {
  content: "";
  left: 6.25rem;
  flex: 1 0 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.about-us-section {
  padding: 90px 0;
}
.about-us-section .about-txt {
  position: relative;
  display: inline-block;
  padding: 30px;
  border-radius: 12px;
  background: linear-gradient(336deg, #03527a, #0f78a9, #f07923);
  clip-path: polygon(calc(100% - 18px) 0px, 100% 13px, 100% calc(100% - 23px), calc(100% - 23px) 100%, 16px 100%, 0 calc(100% - 18px), 0 0);
  overflow: hidden;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-us-section .about-txt::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: #ffffff;
  z-index: -1;
  border-radius: 10px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
.about-us-section h5 {
  font-size: 24px;
  position: relative;
  color: #6a6a6a;
}
.about-us-section .abt-us {
  padding: 0 30px 0 70px;
}
.about-us-section .abt-us h2 {
  font-size: 53px;
  margin-bottom: 10px;
  font-weight: 700;
  /* background: linear-gradient(122deg, #fcb045, #f50356); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #565656;
}
.about-us-section .abt-us p {
  color: #686868;
  font-size: 20px;
}

.services-section {
  padding: 60px 0;
}
.services-section a {
  text-decoration: none;
}
.services-section .service-box {
  padding: 30px 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  z-index: 2;
}
.services-section .service-box .service-txt {
  position: relative;
  z-index: 3;
}
.services-section .service-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e56f1c;
  z-index: 1;
  transition: all ease 0.5s;
}
.services-section .service-box:hover::after {
  height: 100%;
}
.services-section .service-box:hover h5, .services-section .service-box:hover p {
  color: #fff;
}
.services-section .service-box:hover img {
  filter: brightness(200);
}
.services-section .service-box img {
  width: 62px;
  margin-bottom: 20px;
}
.services-section .service-box h5 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 27px;
  color: #626262;
}
.services-section .service-box p {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  min-height: 170px;
}

.fullwidth-bg-section {
  background: url("../images/bg-section.jpg") center center/cover no-repeat;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(calc(100% - 123px) 0px, 100% 100px, 100% 100%, 0 100%, 0 0);
}
.fullwidth-bg-section h2 {
  background: #e56f1c;
  padding: 13px 40px 20px;
  line-height: 60px;
  max-width: -moz-max-content;
  max-width: max-content;
  clip-path: polygon(calc(100% - 45px) 0px, 100% 47px, 100% 100%, 0 100%, 0 0);
}

.carousel-section .item .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0509803922) !important;
  border: 2px solid rgba(0, 0, 0, 0.0509803922);
  margin: 10px;
  min-height: 250px;
}
.carousel-section .owl-nav {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.carousel-section .owl-nav button {
  position: relative;
  background: #e56f1c !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.carousel-section .owl-nav button span {
  font-size: 50px;
  display: block;
  position: absolute;
  top: -24px;
  color: #fff;
}

.expertise-section {
  padding: 80px 0;
}
.expertise-section h3 {
  position: relative;
  font-size: 58px;
  padding: 0 75px 75px 0;
  clip-path: polygon(calc(100% - 18px) 0px, 100% 13px, 100% calc(100% - 23px), calc(100% - 23px) 100%, 16px 100%, 0 calc(100% - 18px), 0 0);
}
.expertise-section h3::before {
  position: absolute;
  content: "";
  top: 0;
  width: 1.125rem;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(0deg, #ff264c 0, #faaf3b 100%);
}
.expertise-section h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1.125rem;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(90deg, #0b2c5e 0, #e56f1c 90%);
}
.expertise-section .expertise-txt {
  padding-left: 60px;
}
.expertise-section .expertise-txt p {
  font-size: 17px;
  color: #3a3a3a;
}

.site-footer {
  padding-bottom: 0;
  background: #000;
}
.site-footer .top_footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.25rem 0;
  background: #09182d;
}
.site-footer .top_footer .site-branding img {
  width: 220px;
}
.site-footer .footer-social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.site-footer .footer-social-icons img {
  width: 38px;
}
.site-footer .mid_footer {
  padding: 3.125rem 0 1.25rem;
}
.site-footer .columns {
  /* flex-direction: row; */
  display: flex;
  flex-direction: row;
  /* gap: 1.25rem; */
  justify-content: space-between;
}
.site-footer h4 {
  color: #ff764b;
  font-size: 1.0625rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.site-footer a,
.site-footer p {
  color: #fff;
  font-size: 1.0625rem;
  word-break: break-word;
}
.site-footer ul {
  padding-left: 0;
}
.site-footer ul li {
      list-style-type: none;
    padding: 5px 0;
    color: #efefef;
}
.site-footer a {
  text-decoration: none;
  line-height: 28px;
}
.site-footer .wp-block-group {
  display: flex;
  gap: 7px;
  max-width: 220px;
}

.company-carousel-section h2.sec-title {
  background: #e56f1c;
  padding: 5px 40px 10px;
  line-height: 60px;
  max-width: -moz-max-content;
  max-width: max-content;
  clip-path: polygon(calc(100% - 42px) 0px, 100% 47px, 100% 100%, 0 100%, 0 0);
  margin: 0 auto 30px;
  color: #fff;
}
.company-carousel-section .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.company-carousel-section .owl-nav button {
  background: #e56f1c !important;
  width: 38px;
  height: 38px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  position: absolute;
}
.company-carousel-section .owl-nav button.owl-prev {
  top: 53px;
  left: -70px;
  margin: auto;
}
.company-carousel-section .owl-nav button.owl-next {
  top: 53px;
  right: -70px;
  margin: auto;
}
.company-carousel-section .owl-nav button span {
  font-size: 44px;
  color: #fff;
  line-height: 1;
  position: static;
  position: absolute;
  top: -10px;
  bottom: 0;
}

section.about-sec-1 {
  padding: 61px 0;
  position: relative;
}
section.about-sec-1 h2 {
  color: #022e49;
  font-size: 42px;
  margin-bottom: 26px;
}
section.about-sec-1 p {
  font-size: 20px;
  color: #5a5a5a;
  margin-bottom: 50px;
}

.portfolio-section .bio .biograph {
  /* border: 2px solid #000; */
  position: relative;
  padding: 110px 40px 40px;
  margin-top: 110px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}
.portfolio-section .bio .biograph .profile-container {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border: 5px solid #f07923;
  /* border-top: 5px solid #007bff; */
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
}
.portfolio-section .bio .biograph .profile-container .profile-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

section.ourmission {
  padding: 60px 0 100px;
}
section.ourmission .our-mission {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border: 2px solid #f07923;
}
section.ourmission .our-mission img {
  width: 80px;
  height: 80px;
}

.service-page h2 {
  background: #f07923;
  padding: 0px 70px 8px;
  line-height: 43px;
  max-width: -moz-max-content;
  max-width: max-content;
  clip-path: polygon(calc(100% - 42px) 0px, 100% 27px, 100% 100%, 0 100%, 0 0);
  margin: 0 auto 30px;
  color: #fff;
  width: 100%;
}
.service-page .service-box {
  background-color: #fff;
  padding: 10px;
}
.service-page .service-box .service-title {
  background-color: #015487;
  color: #fff;
  padding: 8px 12px 8px 8px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 16px;
  border-radius: 0 30px 30px 0;
}
.service-page .service-box ul li {
  margin-bottom: 5px;
  font-size: 17px;
  color: #666666;
  font-weight: 500;
  border-bottom: 1px solid #1381c5;
  padding: 10px 0;
}
.service-page .service-box ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #77a3c4;
  padding-bottom: 2px;
}
.service-page .service-box ul li a:hover {
  color: #007bff;
  border-color: #007bff;
}

.contact-page {
  padding: 80px 0;
}
.contact-page img {
  outline: 10px solid #015789;
  padding: 10px;
}
.contact-page h3 {
  background: #f07923;
  padding: 4px 10px 6px;
  color: #fff;
  clip-path: polygon(calc(100% - 52px) 0px, 100% 27px, 100% 100%, 0 100%, 0 0);
}
.contact-page ul.list-unstyled {
  padding-left: 30px;
  list-style: disc;
}
.contact-page ul.list-unstyled li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0901960784);
}

.contact-cards-section h3 {
  background: #f07923;
  padding: 4px 10px 6px;
  color: #fff;
  clip-path: polygon(calc(100% - 52px) 0px, 100% 27px, 100% 100%, 0 100%, 0 0);
}
.contact-cards-section .contact-card {
  background: #005178;
  color: #fff;
  padding: 2px;
  border: 5px solid #f07923;
}
.contact-cards-section .contact-card h2.card-title {
  font-size: 22px;
  margin-bottom: 30px;
  text-decoration: underline;
  text-underline-offset: 14px;
}
.contact-cards-section .contact-card a {
  color: #fff;
  text-decoration: none;
}
.contact-cards-section .contact-card ul li {
  display: flex;
  gap: 10px;
}
.contact-cards-section .contact-card ul li a {
  display: flex;
  gap: 10px;
}
.contact-cards-section .contact-card ul li a figure {
  margin-bottom: 0;
}

.solution {
  padding: 20px 0;
}
.solution h2 {
  background: #f07923;
  padding: 0px 70px 8px;
  line-height: 43px;
  max-width: -moz-max-content;
  max-width: max-content;
  clip-path: polygon(calc(100% - 42px) 0px, 100% 27px, 100% 100%, 0 100%, 0 0);
  margin: 0 auto 30px;
  color: #fff;
  width: 100%;
}
.solution .service-box {
  background-color: #fff;
  padding: 10px;
}
.solution .service-box .service-title {
  background-color: #015487;
  color: #fff;
  padding: 8px 20px 8px 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 17px;
  border-radius: 0 30px 30px 0;
}
.solution .service-box ul li {
  color: #545454;
  font-size: 17px;
  border-bottom: 1px solid #00a9e0;
  font-weight: 500;
  padding: 13px 0;
}/*# sourceMappingURL=style.css.map */